@qite/tide-client 1.1.98 → 1.1.99
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/build/index.js +1 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6281,9 +6281,7 @@ var ENDPOINT_CUSTOM_ENTRY_STATUS$1 = function (
|
|
|
6281
6281
|
);
|
|
6282
6282
|
};
|
|
6283
6283
|
var ENDPOINT_ENTRY_STATUS = function (dossierNumber, entryStatus) {
|
|
6284
|
-
return
|
|
6285
|
-
ENDPOINT$7 + "/custom-entry-status/" + dossierNumber + "/" + entryStatus
|
|
6286
|
-
);
|
|
6284
|
+
return ENDPOINT$7 + "/entry-status/" + dossierNumber + "/" + entryStatus;
|
|
6287
6285
|
};
|
|
6288
6286
|
var availableFlights = function (config, request, signal) {
|
|
6289
6287
|
var url = "" + config.host + ENDPOINT_AVAILABLE_FLIGHTS;
|