trand_common_v1 0.1.38 → 0.1.40
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.
|
@@ -397,7 +397,7 @@ export type FetchedContent = FetchedContentListAdmin & {
|
|
|
397
397
|
ta_geo_location_id: string | null;
|
|
398
398
|
ta_ranking_string: string | null;
|
|
399
399
|
ta_geo_location_name: string | null;
|
|
400
|
-
|
|
400
|
+
ta_ranking_out_of: number | null;
|
|
401
401
|
ta_ranking: number | null;
|
|
402
402
|
ta_rating: number | null;
|
|
403
403
|
ta_rating_image_url: string | null;
|
|
@@ -449,6 +449,7 @@ export type FetchedContent = FetchedContentListAdmin & {
|
|
|
449
449
|
is_bar: boolean | null;
|
|
450
450
|
is_club: boolean | null;
|
|
451
451
|
content_keywords: JSON | null;
|
|
452
|
+
updated_count: number;
|
|
452
453
|
};
|
|
453
454
|
export type FetchedContentInsert = {
|
|
454
455
|
country_code: string;
|