@duffel/components 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@ export type Ancillaries = "bags" | "seats" | "cancel_for_any_reason";
70
70
  export type WithServiceInformation<TypeToExtend> = {
71
71
  serviceInformation: ServiceInformation;
72
72
  } & TypeToExtend;
73
- export type ServiceInformation = BaggageServiceInformation | SeatServiceInformation | CancelForAnyReasonerviceInformation;
73
+ export type ServiceInformation = BaggageServiceInformation | SeatServiceInformation | CancelForAnyReasonServiceInformation;
74
74
  interface BaggageServiceInformation extends OfferAvailableServiceBaggageMetadata {
75
75
  segmentId: string;
76
76
  passengerId: string;
@@ -89,7 +89,7 @@ interface SeatServiceInformation {
89
89
  total_amount: string;
90
90
  total_currency: string;
91
91
  }
92
- interface CancelForAnyReasonerviceInformation extends OfferAvailableServiceCFARMetadata {
92
+ interface CancelForAnyReasonServiceInformation extends OfferAvailableServiceCFARMetadata {
93
93
  type: "cancel_for_any_reason";
94
94
  segmentId?: undefined;
95
95
  sliceId?: undefined;