@sabstravtech/obtservices 0.2.2512101420 → 0.2.2512151220

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.
@@ -21772,6 +21772,10 @@ export type GetUserAddressesQuery = {
21772
21772
  countryCode?: string | null;
21773
21773
  userPrimary?: boolean | null;
21774
21774
  officePrimary?: boolean | null;
21775
+ companyPrimary?: boolean | null;
21776
+ user?: string | null;
21777
+ office?: string | null;
21778
+ company?: string | null;
21775
21779
  latitude?: number | null;
21776
21780
  longitude?: number | null;
21777
21781
  }>;
@@ -7,5 +7,6 @@ export * from './date-helpers';
7
7
  export * from './traveller-helpers';
8
8
  export * from './calendar-helpers';
9
9
  export * from './misc-helpers';
10
+ export * from './flight-helpers';
10
11
  export * from './rail-helpers';
11
12
  export * from './search-helpers';
@@ -176,15 +176,6 @@ export declare function removeResultsDualSingle(item: FlightItineraryWithExtensi
176
176
  * @returns True if unavailable
177
177
  */
178
178
  export declare function unavailableDualSingle(item: FlightItineraryWithExtensions, selectedUId: string, ruleActionSummary: RuleActionSummaryInterface): boolean;
179
- /**
180
- * Gets unavailable message for dual/single flight combinations.
181
- *
182
- * @param item - Flight itinerary item
183
- * @param selectedUId - Selected outbound flight UID
184
- * @param ruleActionSummary - Rule action summary with dual/single rules
185
- * @returns Unavailable message or empty string
186
- */
187
- export declare function unavailableMessageDualSingle(item: FlightItineraryWithExtensions, selectedUId: string, ruleActionSummary: RuleActionSummaryInterface): string;
188
179
  /**
189
180
  * Finds a service by ID from user services object.
190
181
  *
@@ -21770,6 +21770,10 @@ export type GetUserAddressesQuery = {
21770
21770
  countryCode?: string | null;
21771
21771
  userPrimary?: boolean | null;
21772
21772
  officePrimary?: boolean | null;
21773
+ companyPrimary?: boolean | null;
21774
+ user?: string | null;
21775
+ office?: string | null;
21776
+ company?: string | null;
21773
21777
  latitude?: number | null;
21774
21778
  longitude?: number | null;
21775
21779
  }>;
@@ -9627,6 +9627,10 @@ const GetUserAddressesDocument = gql `
9627
9627
  countryCode
9628
9628
  userPrimary
9629
9629
  officePrimary
9630
+ companyPrimary
9631
+ user
9632
+ office
9633
+ company
9630
9634
  latitude
9631
9635
  longitude
9632
9636
  }