@qite/tide-client 1.1.5 → 1.1.7
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 -1
- package/build/index.js.map +1 -1
- package/build/types/offer/index.d.ts +1 -0
- package/build/types/offer/page-result.d.ts +5 -0
- package/build/utils/search-client.d.ts +2 -3
- package/package.json +1 -1
- package/src/types/offer/index.ts +1 -0
- package/src/types/offer/page-result.ts +5 -0
- package/src/utils/search-client.ts +3 -4
package/build/index.js
CHANGED
|
@@ -6371,7 +6371,7 @@ var getMolliePayment = function (config, request, signal) {
|
|
|
6371
6371
|
return post(url, apiKey, body, signal);
|
|
6372
6372
|
};
|
|
6373
6373
|
|
|
6374
|
-
var ENDPOINT$3 = "/api/search";
|
|
6374
|
+
var ENDPOINT$3 = "/api/web/search";
|
|
6375
6375
|
var ENDPOINT_COUNTRIES = ENDPOINT$3 + "/countries";
|
|
6376
6376
|
/**
|
|
6377
6377
|
* api/search/countries
|