ubp-crs-adapter
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "ubp-crs-adapter", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "This library provides connections to different travel CRSs. It also let you read and write data from/to them.", | ||
@@ -5,0 +5,0 @@ "main": "dist/ubpCrsAdapter.js", |
@@ -98,21 +98,21 @@ # UBP CRS Adapter | ||
CRS | connectionType | connectionOptions | example | ||
:--- | :--- | :--- | :--- | ||
CETS | UbpCrsAdapter.CRS_TYPES.cets | | | ||
TOMA (old) | UbpCrsAdapter.CRS_TYPES.toma | providerKey | 'ABC' | ||
TOMA (new) | UbpCrsAdapter.CRS_TYPES.toma2 | externalCatalogVersion (*) | 'catalogue.version' | ||
| | | connectionUrl | 'https://url-to-amadeus-selling.plattform' | ||
| | | popupId | 'popup_id0123456789abcdef' | ||
Merlin | UbpCrsAdapter.CRS_TYPES.merlin | | | ||
MyJack | UbpCrsAdapter.CRS_TYPES.myjack | token | '0123456789abcdef' | ||
| | | dataBridgeUrl | 'example://url.where-the-adapter/can-get-the-crs-data/when-not-in-http-context' | ||
Jack+ | UbpCrsAdapter.CRS_TYPES.jackplus | token | '0123456789abcdef' | ||
Cosmo | UbpCrsAdapter.CRS_TYPES.cosmo | dataSourceUrl | 'example://url.where-the-crs/can-get-the-adapter-data' | ||
| | | environment | 'test' or 'live' | ||
| | | exportId | '0123-456789-abcdef' | ||
CosmoNaut | UbpCrsAdapter.CRS_TYPES.cosmonaut | dataSourceUrl | 'example://url.where-the-crs/can-get-the-adapter-data' | ||
| | | environment | 'test' or 'live' | ||
| | | exportId | '0123-456789-abcdef' | ||
TOSI | UbpCrsAdapter.CRS_TYPES.tosi | token | '0123456789abcdef' | ||
Neo | UbpCrsAdapter.CRS_TYPES.neo | connectionUrl | 'https://url-to-schmetterling.neo' | ||
CRS | connectionType | connectionOptions | example | ||
:--- | :--- | :--- | :--- | ||
Travelport CETS | UbpCrsAdapter.CRS_TYPES.cets | | | ||
Amadeus TOMA (old) | UbpCrsAdapter.CRS_TYPES.toma | providerKey | 'ABC' | ||
Amadeus TOMA (new) | UbpCrsAdapter.CRS_TYPES.toma2 | externalCatalogVersion (*) | 'catalogue.version' | ||
| | | connectionUrl | 'https://url-to-amadeus-selling.plattform' | ||
| | | popupId | 'popup_id0123456789abcdef' | ||
Sabre Merlin | UbpCrsAdapter.CRS_TYPES.merlin | | | ||
Bewotec MyJack | UbpCrsAdapter.CRS_TYPES.myjack | token | '0123456789abcdef' | ||
| | | dataBridgeUrl | 'example://url.where-the-adapter/can-get-the-crs-data/when-not-in-http-context' | ||
Bewotec Jack+ | UbpCrsAdapter.CRS_TYPES.jackplus | token | '0123456789abcdef' | ||
Traffics Cosmo | UbpCrsAdapter.CRS_TYPES.cosmo | dataSourceUrl | 'example://url.where-the-crs/can-get-the-adapter-data' | ||
| | | environment | 'test' or 'live' | ||
| | | exportId | '0123-456789-abcdef' | ||
Traffics CosmoNaut | UbpCrsAdapter.CRS_TYPES.cosmonaut | dataSourceUrl | 'example://url.where-the-crs/can-get-the-adapter-data' | ||
| | | environment | 'test' or 'live' | ||
| | | exportId | '0123-456789-abcdef' | ||
AS400 TOSI | UbpCrsAdapter.CRS_TYPES.tosi | token | '0123456789abcdef' | ||
Schmetterling Neo | UbpCrsAdapter.CRS_TYPES.neo | connectionUrl | 'https://url-to-schmetterling.neo' | ||
@@ -432,4 +432,30 @@ (*) optional | ||
###### ... in CosmoNaut/Cosmo TBM | ||
_precondition:_ | ||
* the Cosmonaut app is open | ||
* the TBM mask is visible | ||
* chrome browser | ||
Open the served test file in your chrome browser. | ||
_alternative:_ | ||
* get the CosmoNaut Dev App | ||
* open the dev app | ||
* click on the TBM tab | ||
To open the test file directly in cosmonaut, execute in the dev console: | ||
``` | ||
Ext.create('Cosmo.view.tbm.window.ExternalLinkFrame', { | ||
width: '90%', | ||
url: 'https://localhost:1337/' | ||
}) | ||
``` | ||
## You have questions or problems with the implementation? | ||
Check the [FAQs](FAQ.md) first! |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
460
7942728
86281