trand_common_v1 0.1.73 → 0.1.74

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,7 +782,6 @@ 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
- location: string | null;
786
785
  gp_location: string | null;
787
786
  gp_latitude: number | null;
788
787
  gp_longitude: number | null;
@@ -937,6 +936,7 @@ export type Content = ContentListAdmin & {
937
936
  phone: string | null;
938
937
  gp_plus_code_global: string | null;
939
938
  gp_plus_code_compound: string | null;
939
+ location: string | null;
940
940
  gp_location: string | null;
941
941
  gp_latitude: number | null;
942
942
  gp_longitude: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"