trand_common_v1 0.1.71 → 0.1.72

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.
@@ -782,10 +782,7 @@ export type FetchedContent = FetchedContentListAdmin & {
782
782
  gp_primary_type: string | null;
783
783
  gp_plus_code_global: string | null;
784
784
  gp_plus_code_compound: string | null;
785
- gp_location?: {
786
- type: "Point";
787
- coordinates: [number, number];
788
- };
785
+ gp_location: string | null;
789
786
  gp_latitude: number | null;
790
787
  gp_longitude: number | null;
791
788
  radius_m: number | null;
@@ -939,10 +936,7 @@ export type Content = ContentListAdmin & {
939
936
  phone: string | null;
940
937
  gp_plus_code_global: string | null;
941
938
  gp_plus_code_compound: string | null;
942
- gp_location?: {
943
- type: "Point";
944
- coordinates: [number, number];
945
- };
939
+ gp_location: string | null;
946
940
  gp_latitude: number | null;
947
941
  gp_longitude: number | null;
948
942
  radius_m: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"