@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.
- package/angular/lib/vendor/types/graphql.angular.types.d.ts +4 -0
- package/base/lib/utils/index.d.ts +1 -0
- package/base/lib/utils/misc-helpers.d.ts +0 -9
- package/base/lib/vendor/types/graphql.types.d.ts +4 -0
- package/fesm2022/sabstravtech-obtservices-angular.mjs +4 -0
- package/fesm2022/sabstravtech-obtservices-angular.mjs.map +1 -1
- package/fesm2022/sabstravtech-obtservices-base.mjs +7 -24
- package/fesm2022/sabstravtech-obtservices-base.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}>;
|
|
@@ -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
|
}>;
|