trand_common_v1 0.1.150 → 0.1.151

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.
@@ -891,7 +891,7 @@ export type TripAdvisorData = {
891
891
  photo_count: number | null;
892
892
  see_all_photos: string | null;
893
893
  periods: JSON | null;
894
- weekday_text: string | null;
894
+ weekday_text: JSON | null;
895
895
  category_name: string | null;
896
896
  category_localized_name: string | null;
897
897
  subcategories: JSON | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.150",
3
+ "version": "0.1.151",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"