trand_common_v1 0.1.62 → 0.1.64
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.
|
@@ -878,6 +878,7 @@ export type ContentListAdmin = {
|
|
|
878
878
|
street_code: string | null;
|
|
879
879
|
content_code: string;
|
|
880
880
|
content_type: string | null;
|
|
881
|
+
slug_name: string;
|
|
881
882
|
name: string;
|
|
882
883
|
native: string | null;
|
|
883
884
|
google_place_id: string | null;
|
|
@@ -933,8 +934,6 @@ export type Content = ContentListAdmin & {
|
|
|
933
934
|
thumbnail_vertical_4: string | null;
|
|
934
935
|
thumbnail_vertical_5: string | null;
|
|
935
936
|
phone: string | null;
|
|
936
|
-
address: string | null;
|
|
937
|
-
address_native: string | null;
|
|
938
937
|
gp_plus_code_global: string | null;
|
|
939
938
|
gp_plus_code_compound: string | null;
|
|
940
939
|
gp_location: string | null;
|
|
@@ -945,6 +944,7 @@ export type Content = ContentListAdmin & {
|
|
|
945
944
|
gp_low_longitude: number | null;
|
|
946
945
|
gp_high_latitude: number | null;
|
|
947
946
|
gp_high_longitude: number | null;
|
|
947
|
+
gp_weekday_descriptions: JSON | null;
|
|
948
948
|
sunday: boolean | null;
|
|
949
949
|
sunday_start_h: number | null;
|
|
950
950
|
sunday_start_m: number | null;
|