trand_common_v1 0.1.61 → 0.1.63

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;
@@ -905,6 +906,10 @@ export type ContentListAdmin = {
905
906
  naver_reservation_url: string | null;
906
907
  linkedin: string | null;
907
908
  visit_korea: string | null;
909
+ is_active: boolean | null;
910
+ is_display: boolean | null;
911
+ is_temporarily_unoperational: boolean | null;
912
+ is_closed: boolean | null;
908
913
  };
909
914
  export type Content = ContentListAdmin & {
910
915
  related_content_code: string | null;
@@ -1017,8 +1022,6 @@ export type Content = ContentListAdmin & {
1017
1022
  target_time_end_m: number | null;
1018
1023
  period_start: string | null;
1019
1024
  period_end: string | null;
1020
- is_active: boolean | null;
1021
- is_display: boolean | null;
1022
1025
  view_count: number | null;
1023
1026
  added_count: number | null;
1024
1027
  shared_count: number | null;
@@ -1026,8 +1029,6 @@ export type Content = ContentListAdmin & {
1026
1029
  checked_at: string | null;
1027
1030
  updated_at: string | null;
1028
1031
  updated_count: number | null;
1029
- is_temporarily_unoperational: boolean | null;
1030
- is_closed: boolean | null;
1031
1032
  closed_at: string | null;
1032
1033
  closed_by: string | null;
1033
1034
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.61",
3
+ "version": "0.1.63",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"