@revolugo/booking-api-client 7.12.1-alpha.3 → 7.12.1-alpha.5
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/dist/index.es.js
CHANGED
|
@@ -4760,7 +4760,7 @@ function Iu(e) {
|
|
|
4760
4760
|
function Da(e, t) {
|
|
4761
4761
|
return e == null ? e : {
|
|
4762
4762
|
message: e.message,
|
|
4763
|
-
requestType: e.
|
|
4763
|
+
requestType: e.request_type
|
|
4764
4764
|
};
|
|
4765
4765
|
}
|
|
4766
4766
|
function Ma(e) {
|
|
@@ -4769,7 +4769,7 @@ function Ma(e) {
|
|
|
4769
4769
|
function Pa(e, t = !1) {
|
|
4770
4770
|
return e == null ? e : {
|
|
4771
4771
|
message: e.message,
|
|
4772
|
-
|
|
4772
|
+
request_type: e.requestType
|
|
4773
4773
|
};
|
|
4774
4774
|
}
|
|
4775
4775
|
var Na = class extends Q {
|
|
@@ -5329,7 +5329,7 @@ var Ya = class {
|
|
|
5329
5329
|
});
|
|
5330
5330
|
const i = this.config.apiEnvironment;
|
|
5331
5331
|
let n = this.config.apiBaseUrl ?? Yt[i];
|
|
5332
|
-
i === ce.Local && (n = "http://127.0.0.1:3001");
|
|
5332
|
+
!this.config.apiBaseUrl && i === ce.Local && (n = "http://127.0.0.1:3001");
|
|
5333
5333
|
const r = new ot({
|
|
5334
5334
|
basePath: n,
|
|
5335
5335
|
fetchApi: zt.default,
|