@qite/tide-booking-component 1.4.122 → 1.4.123

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.
@@ -13855,7 +13855,8 @@ PERFORMANCE OF THIS SOFTWARE.
13855
13855
 
13856
13856
  var tideConnection = {
13857
13857
  // host: 'https://localhost:44341',
13858
- host: 'https://preview-tide.tidesoftware.be',
13858
+ // host: 'https://preview-tide.tidesoftware.be',
13859
+ host: 'https://tide-default3468-acceptance.tidesoftware.be',
13859
13860
  apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
13860
13861
  catalogueIds: [1],
13861
13862
  officeId: 1
@@ -46186,11 +46187,11 @@ var applyFiltersToPackageAccoResults = function (results, filters, sortBy) {
46186
46187
  return true;
46187
46188
  }
46188
46189
  // RATING
46189
- if (filter.property === 'rating') {
46190
- if (r.stars == null) return false;
46191
- if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
46192
- return true;
46193
- }
46190
+ // if (filter.property === 'rating') {
46191
+ // if (r.stars == null) return false;
46192
+ // if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
46193
+ // return true;
46194
+ // }
46194
46195
  return true;
46195
46196
  });
46196
46197
  });
@@ -13887,7 +13887,8 @@ PERFORMANCE OF THIS SOFTWARE.
13887
13887
 
13888
13888
  var tideConnection = {
13889
13889
  // host: 'https://localhost:44341',
13890
- host: 'https://preview-tide.tidesoftware.be',
13890
+ // host: 'https://preview-tide.tidesoftware.be',
13891
+ host: 'https://tide-default3468-acceptance.tidesoftware.be',
13891
13892
  apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
13892
13893
  catalogueIds: [1],
13893
13894
  officeId: 1
@@ -45963,11 +45964,11 @@ var applyFiltersToPackageAccoResults = function (results, filters, sortBy) {
45963
45964
  return true;
45964
45965
  }
45965
45966
  // RATING
45966
- if (filter.property === 'rating') {
45967
- if (r.stars == null) return false;
45968
- if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
45969
- return true;
45970
- }
45967
+ // if (filter.property === 'rating') {
45968
+ // if (r.stars == null) return false;
45969
+ // if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
45970
+ // return true;
45971
+ // }
45971
45972
  return true;
45972
45973
  });
45973
45974
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qite/tide-booking-component",
3
- "version": "1.4.122",
3
+ "version": "1.4.123",
4
4
  "description": "React Booking wizard & Booking product component for Tide",
5
5
  "main": "build/build-cjs/index.js",
6
6
  "types": "build/build-cjs/src/index.d.ts",
@@ -424,12 +424,12 @@ export const applyFiltersToPackageAccoResults = (results: PackagingAccommodation
424
424
  }
425
425
 
426
426
  // RATING
427
- if (filter.property === 'rating') {
428
- if (r.stars == null) return false;
429
- if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
427
+ // if (filter.property === 'rating') {
428
+ // if (r.stars == null) return false;
429
+ // if (filter.selectedRating != null && r.stars < filter.selectedRating) return false;
430
430
 
431
- return true;
432
- }
431
+ // return true;
432
+ // }
433
433
 
434
434
  return true;
435
435
  });
@@ -4,7 +4,8 @@ import { ApiSettingsState } from '../types';
4
4
 
5
5
  export const tideConnection = {
6
6
  // host: 'https://localhost:44341',
7
- host: 'https://preview-tide.tidesoftware.be',
7
+ // host: 'https://preview-tide.tidesoftware.be',
8
+ host: 'https://tide-default3468-acceptance.tidesoftware.be',
8
9
  apiKey: 'e9b95d79-de4c-41d6-ab7e-3dd429873058',
9
10
  catalogueIds: [1],
10
11
  officeId: 1