uapi-json 1.15.1 → 1.16.0
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/package.json
CHANGED
|
@@ -71,6 +71,13 @@ module.exports = `
|
|
|
71
71
|
{{/each}}
|
|
72
72
|
</air:PreferredCabins>
|
|
73
73
|
{{/if}}
|
|
74
|
+
{{#if ../bookingCodes}}
|
|
75
|
+
<air:PermittedBookingCodes>
|
|
76
|
+
{{#each ../bookingCodes}}
|
|
77
|
+
<air:BookingCode Code="{{this}}"/>
|
|
78
|
+
{{/each}}
|
|
79
|
+
</air:PermittedBookingCodes>
|
|
80
|
+
{{/if}}
|
|
74
81
|
</air:AirLegModifiers>
|
|
75
82
|
</air:SearchAirLeg>
|
|
76
83
|
{{/legs}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module.exports = `
|
|
2
|
-
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:util="http://www.travelport.com/schema/
|
|
2
|
+
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:util="http://www.travelport.com/schema/util_v52_0" xmlns:com="http://www.travelport.com/schema/common_v52_0">
|
|
3
3
|
<soapenv:Body>
|
|
4
4
|
<util:CurrencyConversionReq TargetBranch="{{TargetBranch}}">
|
|
5
5
|
<com:BillingPointOfSaleInfo OriginApplication="UAPI" />
|
|
@@ -2,7 +2,7 @@ module.exports = `
|
|
|
2
2
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
|
|
3
3
|
<soapenv:Header/>
|
|
4
4
|
<soapenv:Body>
|
|
5
|
-
<ReferenceDataRetrieveReq TraceId="{{TraceId}}" AuthorizedBy="user" TargetBranch="{{TargetBranch}}" TypeCode="{{dataType}}" xmlns="http://www.travelport.com/schema/
|
|
5
|
+
<ReferenceDataRetrieveReq TraceId="{{TraceId}}" AuthorizedBy="user" TargetBranch="{{TargetBranch}}" TypeCode="{{dataType}}" xmlns="http://www.travelport.com/schema/util_v52_0">
|
|
6
6
|
<BillingPointOfSaleInfo OriginApplication="UAPI" xmlns="http://www.travelport.com/schema/common_v52_0"/>
|
|
7
7
|
<ReferenceDataSearchModifiers MaxResults="20000" ProviderCode="1V"/>
|
|
8
8
|
</ReferenceDataRetrieveReq>
|