trand_common_v1 0.1.39 → 0.1.41
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.
|
@@ -283,12 +283,10 @@ export type PreContent = PreContentListAdmin & {
|
|
|
283
283
|
possible_google_place_ids: string[] | null;
|
|
284
284
|
possible_trip_advisor_ids: string[] | null;
|
|
285
285
|
admin_memo: string | null;
|
|
286
|
-
is_gp_api_fetch_started: boolean | null;
|
|
287
286
|
is_gp_api_fetch_finished: boolean | null;
|
|
288
287
|
is_gp_api_fetch_succeeded: boolean | null;
|
|
289
288
|
is_gp_api_fetch_failed: boolean | null;
|
|
290
289
|
gp_api_fetch_msg: string | null;
|
|
291
|
-
is_ta_api_fetch_started: boolean | null;
|
|
292
290
|
is_ta_api_fetch_finished: boolean | null;
|
|
293
291
|
is_ta_api_fetch_succeeded: boolean | null;
|
|
294
292
|
is_ta_api_fetch_failed: boolean | null;
|
|
@@ -449,6 +447,7 @@ export type FetchedContent = FetchedContentListAdmin & {
|
|
|
449
447
|
is_bar: boolean | null;
|
|
450
448
|
is_club: boolean | null;
|
|
451
449
|
content_keywords: JSON | null;
|
|
450
|
+
updated_count: number;
|
|
452
451
|
};
|
|
453
452
|
export type FetchedContentInsert = {
|
|
454
453
|
country_code: string;
|