trand_common_v1 0.1.152 → 0.1.154

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.
@@ -824,9 +824,8 @@ export type ContentInsert = {
824
824
  content_code: string;
825
825
  } & Partial<Omit<Content, "country_code" | "content_code">>;
826
826
  export type ContentUpdate = {
827
- country_code: string;
828
827
  content_code: string;
829
- } & Partial<Omit<Content, "country_code" | "content_code">>;
828
+ } & Partial<Omit<Content, "content_code">>;
830
829
  export type GooglePlaceData = {
831
830
  content_code: string;
832
831
  google_place_id: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.152",
3
+ "version": "0.1.154",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"