trand_common_v1 0.2.59 → 0.2.61

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.
@@ -4,6 +4,12 @@ export type TMapContentInstagram = {
4
4
  is_selected: boolean;
5
5
  order_num: number;
6
6
  added_at: string;
7
+ stag_code?: string;
8
+ stag_name?: string;
9
+ stag_native?: string;
10
+ street_code?: string;
11
+ street_name?: string;
12
+ street_native?: string;
7
13
  };
8
14
  export type TMapContentInstagramInsert = {
9
15
  content_code: string;
@@ -4,6 +4,12 @@ export type TMapContentYouTubeVideo = {
4
4
  is_selected: boolean;
5
5
  order_num: number;
6
6
  added_at: string;
7
+ stag_code?: string;
8
+ stag_name?: string;
9
+ stag_native?: string;
10
+ street_code?: string;
11
+ street_name?: string;
12
+ street_native?: string;
7
13
  };
8
14
  export type TMapContentYouTubeVideoInsert = {
9
15
  content_code: string;
@@ -10,9 +10,6 @@ export type TMapStagContent = {
10
10
  street_code?: string;
11
11
  street_name?: string;
12
12
  street_native?: string;
13
- category_code?: string;
14
- category_name?: string;
15
- category_native?: string;
16
13
  };
17
14
  export type TMapStagContentInsert = {
18
15
  stag_code: string;
@@ -4,9 +4,6 @@ export type TMapStreetContent = {
4
4
  is_selected: boolean;
5
5
  order_num: number;
6
6
  added_at: string;
7
- category_code?: string;
8
- category_name?: string;
9
- category_name_ko?: string;
10
7
  stag_code?: string;
11
8
  stag_name?: string;
12
9
  stag_native?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.59",
3
+ "version": "0.2.61",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"