trand_common_v1 0.2.61 → 0.2.62

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.
@@ -1,4 +1,5 @@
1
1
  export type TMapCategoryContent = {
2
+ map_type: string;
2
3
  category_code: string;
3
4
  content_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapCategoryInstagram = {
2
+ map_type: string;
2
3
  category_code: string;
3
4
  insta_hash_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapCategoryYouTubeVideo = {
2
+ map_type: string;
2
3
  category_code: string;
3
4
  video_id: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapCityContent = {
2
+ map_type: string;
2
3
  city_code: string;
3
4
  content_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapCityInstagram = {
2
+ map_type: string;
2
3
  city_code: string;
3
4
  insta_hash_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapCityYouTubeVideo = {
2
+ map_type: string;
2
3
  city_code: string;
3
4
  video_id: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapContentInstagram = {
2
+ map_type: string;
2
3
  content_code: string;
3
4
  insta_hash_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapContentYouTubeVideo = {
2
+ map_type: string;
2
3
  content_code: string;
3
4
  video_id: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStagContent = {
2
+ map_type: string;
2
3
  stag_code: string;
3
4
  content_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStagInstagram = {
2
+ map_type: string;
2
3
  stag_code: string;
3
4
  insta_hash_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStagYouTubeVideo = {
2
+ map_type: string;
2
3
  stag_code: string;
3
4
  video_id: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStreetContent = {
2
+ map_type: string;
2
3
  street_code: string;
3
4
  content_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStreetInstagram = {
2
+ map_type: string;
2
3
  street_code: string;
3
4
  insta_hash_code: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapStreetYouTubeVideo = {
2
+ map_type: string;
2
3
  street_code: string;
3
4
  video_id: string;
4
5
  is_selected: boolean;
@@ -1,4 +1,5 @@
1
1
  export type TMapTagContent = {
2
+ map_type: string;
2
3
  tag: string;
3
4
  content_code: string;
4
5
  order_num: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.61",
3
+ "version": "0.2.62",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"