trand_common_v1 0.2.42 → 0.2.44

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.
@@ -78,6 +78,8 @@ export type TCityDetailInsert = {
78
78
  } & Partial<Omit<TCityDetail, "country_code" | "city_code" | "name" | "name_ko" | "location" | "latitude" | "longitude" | "radius_m" | "address" | "address_native" | "google_map_url">>;
79
79
  export type TCityDetailUpdate = {
80
80
  city_code: string;
81
+ old_country_code: string;
82
+ new_country_code: string;
81
83
  } & Partial<Omit<TCityDetail, "city_code">>;
82
84
  export declare const DB_COLUMNS_CITY_OPTION: string[];
83
85
  export declare const DB_COLUMNS_CITY_LIST_FOR_ADMIN: string[];
@@ -31,6 +31,8 @@ export const DB_COLUMNS_CITY_LIST_FOR_ADMIN = [
31
31
  * FormData Parsing 할 때 사용
32
32
  */
33
33
  export const KEYS_CITY_STR = [
34
+ "old_country_code",
35
+ "new_country_code",
34
36
  "country_code",
35
37
  "city_code",
36
38
  "name",
@@ -1 +1 @@
1
- {"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../src/types/t-city.ts"],"names":[],"mappings":"AAoHA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAE5H;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,QAAQ;IACR,SAAS;IACT,WAAW;IACX,cAAc;IACd,mBAAmB;IACnB,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,YAAY;IACZ,eAAe;CAChB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,cAAc;IACd,WAAW;IACX,MAAM;IACN,QAAQ;IACR,SAAS;IACT,aAAa;IACb,gBAAgB;IAChB,cAAc;IACd,mBAAmB;IACnB,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,KAAK;IACL,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC;AAEjG;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../src/types/t-city.ts"],"names":[],"mappings":"AAsHA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAE5H;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,QAAQ;IACR,SAAS;IACT,WAAW;IACX,cAAc;IACd,mBAAmB;IACnB,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,YAAY;IACZ,eAAe;CAChB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,kBAAkB;IAClB,kBAAkB;IAClB,cAAc;IACd,WAAW;IACX,MAAM;IACN,QAAQ;IACR,SAAS;IACT,aAAa;IACb,gBAAgB;IAChB,cAAc;IACd,mBAAmB;IACnB,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,KAAK;IACL,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC;AAEjG;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC"}
@@ -179,6 +179,10 @@ export type TContentDetail = TContentListAdmin & {
179
179
  export type TContentDetailInsert = {
180
180
  country_code: string;
181
181
  content_code: string;
182
+ old_country_code: string;
183
+ old_city_code: string;
184
+ new_country_code: string;
185
+ new_city_code: string;
182
186
  } & Partial<Omit<TContentDetail, "country_code" | "content_code">>;
183
187
  export type TContentDetailUpdate = {
184
188
  content_code: string;
@@ -86,6 +86,10 @@ export const DB_COLUMNS_CONTENT_LIST_FOR_ADMIN = [
86
86
  * DB 컬럼 목록 For Content Keys For String
87
87
  */
88
88
  export const KEYS_CONTENT_STR = [
89
+ "old_country_code",
90
+ "old_city_code",
91
+ "new_country_code",
92
+ "new_city_code",
89
93
  "content_code",
90
94
  "country_code",
91
95
  "city_code",
@@ -1 +1 @@
1
- {"version":3,"file":"t-content.js","sourceRoot":"","sources":["../../src/types/t-content.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"t-content.js","sourceRoot":"","sources":["../../src/types/t-content.ts"],"names":[],"mappings":"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"}
@@ -5,3 +5,11 @@ export type TMapCategoryContent = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCategoryContentInsert = {
9
+ category_code: string;
10
+ content_code: string;
11
+ } & Partial<Omit<TMapCategoryContent, "category_code" | "content_code">>;
12
+ export type TMapCategoryContentUpdate = {
13
+ category_code: string;
14
+ content_code: string;
15
+ } & Partial<Omit<TMapCategoryContent, "category_code" | "content_code">>;
@@ -5,3 +5,11 @@ export type TMapCategoryInstagram = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCategoryInstagramInsert = {
9
+ category_code: string;
10
+ insta_hash_code: string;
11
+ } & Partial<Omit<TMapCategoryInstagram, "category_code" | "insta_hash_code">>;
12
+ export type TMapCategoryInstagramUpdate = {
13
+ category_code: string;
14
+ insta_hash_code: string;
15
+ } & Partial<Omit<TMapCategoryInstagram, "category_code" | "insta_hash_code">>;
@@ -5,3 +5,11 @@ export type TMapCategoryYouTubeVideo = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCategoryYouTubeVideoInsert = {
9
+ category_code: string;
10
+ video_id: string;
11
+ } & Partial<Omit<TMapCategoryYouTubeVideo, "category_code" | "video_id">>;
12
+ export type TMapCategoryYouTubeVideoUpdate = {
13
+ category_code: string;
14
+ video_id: string;
15
+ } & Partial<Omit<TMapCategoryYouTubeVideo, "category_code" | "video_id">>;
@@ -5,3 +5,11 @@ export type TMapCityContent = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCityContentInsert = {
9
+ city_code: string;
10
+ content_code: string;
11
+ } & Partial<Omit<TMapCityContent, "city_code" | "content_code">>;
12
+ export type TMapCityContentUpdate = {
13
+ city_code: string;
14
+ content_code: string;
15
+ } & Partial<Omit<TMapCityContent, "city_code" | "content_code">>;
@@ -5,3 +5,11 @@ export type TMapCityInstagram = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCityInstagramInsert = {
9
+ city_code: string;
10
+ insta_hash_code: string;
11
+ } & Partial<Omit<TMapCityInstagram, "city_code" | "insta_hash_code">>;
12
+ export type TMapCityInstagramUpdate = {
13
+ city_code: string;
14
+ insta_hash_code: string;
15
+ } & Partial<Omit<TMapCityInstagram, "city_code" | "insta_hash_code">>;
@@ -5,3 +5,11 @@ export type TMapCityYouTubeVideo = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapCityYouTubeVideoInsert = {
9
+ city_code: string;
10
+ video_id: string;
11
+ } & Partial<Omit<TMapCityYouTubeVideo, "city_code" | "video_id">>;
12
+ export type TMapCityYouTubeVideoUpdate = {
13
+ city_code: string;
14
+ video_id: string;
15
+ } & Partial<Omit<TMapCityYouTubeVideo, "city_code" | "video_id">>;
@@ -4,3 +4,11 @@ export type TMapCompletedYouTubeChannelAndCountry = {
4
4
  order_num: number;
5
5
  added_at: string;
6
6
  };
7
+ export type TMapCompletedYouTubeChannelAndCountryInsert = {
8
+ channel_id: string;
9
+ country_code: string;
10
+ } & Partial<Omit<TMapCompletedYouTubeChannelAndCountry, "channel_id" | "country_code">>;
11
+ export type TMapCompletedYouTubeChannelAndCountryUpdate = {
12
+ channel_id: string;
13
+ country_code: string;
14
+ } & Partial<Omit<TMapCompletedYouTubeChannelAndCountry, "channel_id" | "country_code">>;
@@ -5,3 +5,11 @@ export type TMapContentInstagram = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapContentInstagramInsert = {
9
+ content_code: string;
10
+ insta_hash_code: string;
11
+ } & Partial<Omit<TMapContentInstagram, "content_code" | "insta_hash_code">>;
12
+ export type TMapContentInstagramUpdate = {
13
+ content_code: string;
14
+ insta_hash_code: string;
15
+ } & Partial<Omit<TMapContentInstagram, "content_code" | "insta_hash_code">>;
@@ -5,3 +5,11 @@ export type TMapContentYouTubeVideo = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapContentYouTubeVideoInsert = {
9
+ content_code: string;
10
+ video_id: string;
11
+ } & Partial<Omit<TMapContentYouTubeVideo, "content_code" | "video_id">>;
12
+ export type TMapContentYouTubeVideoUpdate = {
13
+ content_code: string;
14
+ video_id: string;
15
+ } & Partial<Omit<TMapContentYouTubeVideo, "content_code" | "video_id">>;
@@ -5,3 +5,11 @@ export type TMapStagContent = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStagContentInsert = {
9
+ stag_code: string;
10
+ content_code: string;
11
+ } & Partial<Omit<TMapStagContent, "stag_code" | "content_code">>;
12
+ export type TMapStagContentUpdate = {
13
+ stag_code: string;
14
+ content_code: string;
15
+ } & Partial<Omit<TMapStagContent, "stag_code" | "content_code">>;
@@ -5,3 +5,11 @@ export type TMapStagInstagram = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStagInstagramInsert = {
9
+ stag_code: string;
10
+ insta_hash_code: string;
11
+ } & Partial<Omit<TMapStagInstagram, "stag_code" | "insta_hash_code">>;
12
+ export type TMapStagInstagramUpdate = {
13
+ stag_code: string;
14
+ insta_hash_code: string;
15
+ } & Partial<Omit<TMapStagInstagram, "stag_code" | "insta_hash_code">>;
@@ -5,3 +5,11 @@ export type TMapStagYouTubeVideo = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStagYouTubeVideoInsert = {
9
+ stag_code: string;
10
+ video_id: string;
11
+ } & Partial<Omit<TMapStagYouTubeVideo, "stag_code" | "video_id">>;
12
+ export type TMapStagYouTubeVideoUpdate = {
13
+ stag_code: string;
14
+ video_id: string;
15
+ } & Partial<Omit<TMapStagYouTubeVideo, "stag_code" | "video_id">>;
@@ -5,3 +5,11 @@ export type TMapStreetContent = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStreetContentInsert = {
9
+ street_code: string;
10
+ content_code: string;
11
+ } & Partial<Omit<TMapStreetContent, "street_code" | "content_code">>;
12
+ export type TMapStreetContentUpdate = {
13
+ street_code: string;
14
+ content_code: string;
15
+ } & Partial<Omit<TMapStreetContent, "street_code" | "content_code">>;
@@ -5,3 +5,11 @@ export type TMapStreetInstagram = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStreetInstagramInsert = {
9
+ street_code: string;
10
+ insta_hash_code: string;
11
+ } & Partial<Omit<TMapStreetInstagram, "street_code" | "insta_hash_code">>;
12
+ export type TMapStreetInstagramUpdate = {
13
+ street_code: string;
14
+ insta_hash_code: string;
15
+ } & Partial<Omit<TMapStreetInstagram, "street_code" | "insta_hash_code">>;
@@ -5,3 +5,11 @@ export type TMapStreetYouTubeVideo = {
5
5
  order_num: number;
6
6
  added_at: string;
7
7
  };
8
+ export type TMapStreetYouTubeVideoInsert = {
9
+ street_code: string;
10
+ video_id: string;
11
+ } & Partial<Omit<TMapStreetYouTubeVideo, "street_code" | "video_id">>;
12
+ export type TMapStreetYouTubeVideoUpdate = {
13
+ street_code: string;
14
+ video_id: string;
15
+ } & Partial<Omit<TMapStreetYouTubeVideo, "street_code" | "video_id">>;
@@ -4,3 +4,11 @@ export type TMapTagContent = {
4
4
  order_num: number;
5
5
  added_at: string;
6
6
  };
7
+ export type TMapTagContentInsert = {
8
+ tag: string;
9
+ content_code: string;
10
+ } & Partial<Omit<TMapTagContent, "tag" | "content_code">>;
11
+ export type TMapTagContentUpdate = {
12
+ tag: string;
13
+ content_code: string;
14
+ } & Partial<Omit<TMapTagContent, "tag" | "content_code">>;
@@ -80,6 +80,10 @@ export type TStreetDetailInsert = {
80
80
  } & Partial<Omit<TStreetDetail, "country_code" | "city_code" | "street_code" | "name" | "name_ko" | "location" | "latitude" | "longitude" | "address" | "address_native" | "google_map_url" | "naver_map_url">>;
81
81
  export type TStreetDetailUpdate = {
82
82
  street_code: string;
83
+ old_country_code: string;
84
+ old_city_code: string;
85
+ new_country_code: string;
86
+ new_city_code: string;
83
87
  } & Partial<Omit<TStreetDetail, "street_code">>;
84
88
  export declare const DB_COLUMNS_STREET_OPTION: string[];
85
89
  export declare const DB_COLUMNS_STREET_LIST_FOR_ADMIN: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-street.js","sourceRoot":"","sources":["../../src/types/t-street.ts"],"names":[],"mappings":"AAuHA;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAE7I;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,cAAc;IACd,WAAW;IACX,aAAa;IACb,MAAM;IACN,QAAQ;IACR,SAAS;IACT,WAAW;IACX,KAAK;IACL,YAAY;IACZ,eAAe;IACf,cAAc;IACd,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,YAAY;IACZ,eAAe;CAChB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,cAAc;IACd,WAAW;IACX,aAAa;IACb,MAAM;IACN,QAAQ;IACR,SAAS;IACT,KAAK;IACL,YAAY;IACZ,aAAa;IACb,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC;AAEnG;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-street.js","sourceRoot":"","sources":["../../src/types/t-street.ts"],"names":[],"mappings":"AA2HA;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAE7I;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,cAAc;IACd,WAAW;IACX,aAAa;IACb,MAAM;IACN,QAAQ;IACR,SAAS;IACT,WAAW;IACX,KAAK;IACL,YAAY;IACZ,eAAe;IACf,cAAc;IACd,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,YAAY;IACZ,eAAe;CAChB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,cAAc;IACd,WAAW;IACX,aAAa;IACb,MAAM;IACN,QAAQ;IACR,SAAS;IACT,KAAK;IACL,YAAY;IACZ,aAAa;IACb,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,qBAAqB;IACrB,iBAAiB;IACjB,oBAAoB;IACpB,gBAAgB;IAChB,uBAAuB;IACvB,mBAAmB;IACnB,UAAU;IACV,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IAClB,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,aAAa;IACb,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC;AAEnG;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.42",
3
+ "version": "0.2.44",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"