trand_common_v1 0.1.145 → 0.1.147

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.
@@ -890,18 +890,18 @@ export type TripAdvisorData = {
890
890
  review_rating_5: number | null;
891
891
  photo_count: number | null;
892
892
  see_all_photos: string | null;
893
- periods: string | null;
893
+ periods: JSON | null;
894
894
  weekly_text: string | null;
895
895
  category_name: string | null;
896
896
  category_localized_name: string | null;
897
- subcategories: string | null;
897
+ subcategories: JSON | null;
898
898
  groups: string | null;
899
- trip_types_business: string | null;
900
- trip_types_couples: string | null;
901
- trip_types_solo: string | null;
902
- trip_types_family: string | null;
903
- trip_types_friends: string | null;
904
- awards: string | null;
899
+ trip_types_business: number | null;
900
+ trip_types_couples: number | null;
901
+ trip_types_solo: number | null;
902
+ trip_types_family: number | null;
903
+ trip_types_friends: number | null;
904
+ awards: JSON | null;
905
905
  fetched_at: string | null;
906
906
  };
907
907
  export type ContentI18n = {
@@ -1,4 +1,4 @@
1
- import { Content, ContentGPPhoto, ContentImage, ContentKeyword, ContentPrice, ContentShowTimetable, MapTagContent, MapContentYouTubeVideo, CompletedYouTubeVideo, MapCompletedYouTubeVideoKeyword, MapCompletedYouTubeVideoTimeline, City, Street, Category, Stag, CompletedYouTubeChannel, MapYouTubeChannelCountry, MapContentInstagram, MapRelatedContentSelectedInstagram, MapRelatedContentSelectedYouTubeVideo, MapRelatedContentTypeAndContent, MapRelatedContentInstagram, MapRelatedContentYouTubeVideo, RelatedImage, RelatedI18n, RelatedMetadataI18n, MapRelatedContentTypeSelectedContent, GooglePlaceData, TripAdvisorData } from "./trand-db-types.js";
1
+ import { Content, ContentGPPhoto, ContentImage, ContentKeyword, ContentPrice, ContentShowTimetable, MapTagContent, MapContentYouTubeVideo, CompletedYouTubeVideo, MapCompletedYouTubeVideoKeyword, MapCompletedYouTubeVideoTimeline, City, Street, Category, Stag, CompletedYouTubeChannel, MapYouTubeChannelCountry, MapContentInstagram, MapRelatedContentSelectedInstagram, MapRelatedContentSelectedYouTubeVideo, MapRelatedContentTypeAndContent, MapRelatedContentInstagram, MapRelatedContentYouTubeVideo, RelatedImage, RelatedI18n, RelatedMetadataI18n, MapRelatedContentTypeSelectedContent, GooglePlaceData, TripAdvisorData, ContentI18n, ContentMetadataI18n } from "./trand-db-types.js";
2
2
  export type ResponseDBSelect<T> = {
3
3
  data: T;
4
4
  count?: number;
@@ -90,8 +90,8 @@ export type ResponseContentForAdmin = {
90
90
  showTimetable?: ContentShowTimetable[];
91
91
  price?: ContentPrice[];
92
92
  image?: ContentImage[];
93
- i18n?: RelatedI18n[];
94
- metadataI18n?: RelatedMetadataI18n[];
93
+ i18n?: ContentI18n[];
94
+ metadataI18n?: ContentMetadataI18n[];
95
95
  keyword?: ContentKeyword[];
96
96
  gpPhoto?: ContentGPPhoto[];
97
97
  mapContentCategory?: MapRelatedContentTypeAndContent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.145",
3
+ "version": "0.1.147",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"