trand_common_v1 0.2.98 → 0.2.100
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.
- package/dist/consts/db.d.ts +2 -0
- package/dist/consts/db.js +2 -0
- package/dist/consts/db.js.map +1 -1
- package/dist/fields/f-category.d.ts +0 -35
- package/dist/fields/f-category.js +0 -35
- package/dist/fields/f-category.js.map +1 -1
- package/dist/fields/f-city-image.d.ts +0 -7
- package/dist/fields/f-city-image.js +0 -7
- package/dist/fields/f-city-image.js.map +1 -1
- package/dist/fields/f-city.d.ts +0 -35
- package/dist/fields/f-city.js +0 -35
- package/dist/fields/f-city.js.map +1 -1
- package/dist/fields/f-content-description.d.ts +9 -0
- package/dist/fields/f-content-description.js +10 -0
- package/dist/fields/f-content-description.js.map +1 -0
- package/dist/fields/f-content-image.d.ts +0 -7
- package/dist/fields/f-content-image.js +0 -7
- package/dist/fields/f-content-image.js.map +1 -1
- package/dist/fields/f-content-price.d.ts +48 -0
- package/dist/fields/f-content-price.js +48 -0
- package/dist/fields/f-content-price.js.map +1 -1
- package/dist/fields/f-content-target.d.ts +9 -0
- package/dist/fields/f-content-target.js +10 -0
- package/dist/fields/f-content-target.js.map +1 -0
- package/dist/fields/f-content.d.ts +0 -35
- package/dist/fields/f-content.js +0 -35
- package/dist/fields/f-content.js.map +1 -1
- package/dist/fields/f-stag-image.d.ts +0 -7
- package/dist/fields/f-stag-image.js +0 -7
- package/dist/fields/f-stag-image.js.map +1 -1
- package/dist/fields/f-stag.d.ts +0 -35
- package/dist/fields/f-stag.js +0 -35
- package/dist/fields/f-stag.js.map +1 -1
- package/dist/fields/f-street-image.d.ts +0 -7
- package/dist/fields/f-street-image.js +0 -7
- package/dist/fields/f-street-image.js.map +1 -1
- package/dist/fields/f-street.d.ts +0 -35
- package/dist/fields/f-street.js +0 -35
- package/dist/fields/f-street.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/response/trand-response.d.ts +1 -0
- package/dist/types/t-admin.d.ts +5 -7
- package/dist/types/t-category-i18n.d.ts +1 -4
- package/dist/types/t-category-metadata-i18n.d.ts +1 -4
- package/dist/types/t-category.d.ts +1 -8
- package/dist/types/t-category.js +0 -5
- package/dist/types/t-category.js.map +1 -1
- package/dist/types/t-city-i18n.d.ts +1 -4
- package/dist/types/t-city-image.d.ts +1 -4
- package/dist/types/t-city-metadata-i18n.d.ts +1 -4
- package/dist/types/t-city.d.ts +0 -6
- package/dist/types/t-city.js +0 -5
- package/dist/types/t-city.js.map +1 -1
- package/dist/types/t-completed-youtube-channel.d.ts +1 -3
- package/dist/types/t-completed-youtube-channel.js.map +1 -1
- package/dist/types/t-completed-youtube-video.d.ts +1 -3
- package/dist/types/t-completed-youtube-video.js.map +1 -1
- package/dist/types/t-content-business-hours.d.ts +1 -4
- package/dist/types/t-content-description.d.ts +3 -0
- package/dist/types/t-content-description.js +2 -0
- package/dist/types/t-content-description.js.map +1 -0
- package/dist/types/t-content-gp-photo.d.ts +1 -4
- package/dist/types/t-content-i18n.d.ts +1 -4
- package/dist/types/t-content-image.d.ts +1 -5
- package/dist/types/t-content-metadata-i18n.d.ts +1 -4
- package/dist/types/t-content-price.d.ts +8 -4
- package/dist/types/t-content-show-timetable.d.ts +1 -4
- package/dist/types/t-content-target.d.ts +3 -0
- package/dist/types/t-content-target.js +2 -0
- package/dist/types/t-content-target.js.map +1 -0
- package/dist/types/t-content.d.ts +0 -5
- package/dist/types/t-content.js +0 -5
- package/dist/types/t-content.js.map +1 -1
- package/dist/types/t-map-category-content.d.ts +1 -4
- package/dist/types/t-map-category-instagram.d.ts +1 -4
- package/dist/types/t-map-category-youtube-video.d.ts +1 -4
- package/dist/types/t-map-city-content.d.ts +1 -4
- package/dist/types/t-map-city-instagram.d.ts +1 -4
- package/dist/types/t-map-city-youtube-video.d.ts +1 -4
- package/dist/types/t-map-completed-youtube-channel-and-country.d.ts +1 -4
- package/dist/types/t-map-content-instagram.d.ts +1 -4
- package/dist/types/t-map-content-youtube-video.d.ts +1 -4
- package/dist/types/t-map-stag-content.d.ts +1 -4
- package/dist/types/t-map-stag-instagram.d.ts +1 -4
- package/dist/types/t-map-stag-youtube-video.d.ts +1 -4
- package/dist/types/t-map-street-content.d.ts +1 -4
- package/dist/types/t-map-street-instagram.d.ts +1 -4
- package/dist/types/t-map-street-youtube-video.d.ts +1 -4
- package/dist/types/t-map-tag-content.d.ts +1 -4
- package/dist/types/t-stag-i18n.d.ts +1 -4
- package/dist/types/t-stag-image.d.ts +1 -5
- package/dist/types/t-stag-metadata-i18n.d.ts +1 -4
- package/dist/types/t-stag.d.ts +1 -10
- package/dist/types/t-stag.js +0 -5
- package/dist/types/t-stag.js.map +1 -1
- package/dist/types/t-street-i18n.d.ts +1 -4
- package/dist/types/t-street-image.d.ts +1 -5
- package/dist/types/t-street-metadata-i18n.d.ts +1 -4
- package/dist/types/t-street.d.ts +0 -7
- package/dist/types/t-street.js +0 -5
- package/dist/types/t-street.js.map +1 -1
- package/dist/types/t-tag.d.ts +1 -3
- package/dist/types/t-user.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from "./fields/f-city.js";
|
|
|
16
16
|
export * from "./fields/f-completed-youtube-channel.js";
|
|
17
17
|
export * from "./fields/f-completed-youtube-video.js";
|
|
18
18
|
export * from "./fields/f-content-business-hours.js";
|
|
19
|
+
export * from "./fields/f-content-description.js";
|
|
19
20
|
export * from "./fields/f-content-gp-photo.js";
|
|
20
21
|
export * from "./fields/f-content-i18n.js";
|
|
21
22
|
export * from "./fields/f-content-image.js";
|
|
@@ -23,6 +24,7 @@ export * from "./fields/f-content-keyword.js";
|
|
|
23
24
|
export * from "./fields/f-content-metadata-i18n.js";
|
|
24
25
|
export * from "./fields/f-content-price.js";
|
|
25
26
|
export * from "./fields/f-content-show-timetable.js";
|
|
27
|
+
export * from "./fields/f-content-target.js";
|
|
26
28
|
export * from "./fields/f-content.js";
|
|
27
29
|
export * from "./fields/f-country-language.js";
|
|
28
30
|
export * from "./fields/f-country.js";
|
|
@@ -71,6 +73,7 @@ export * from "./types/t-common.js";
|
|
|
71
73
|
export * from "./types/t-completed-youtube-channel.js";
|
|
72
74
|
export * from "./types/t-completed-youtube-video.js";
|
|
73
75
|
export * from "./types/t-content-business-hours.js";
|
|
76
|
+
export * from "./types/t-content-description.js";
|
|
74
77
|
export * from "./types/t-content-gp-photo.js";
|
|
75
78
|
export * from "./types/t-content-i18n.js";
|
|
76
79
|
export * from "./types/t-content-image.js";
|
|
@@ -78,6 +81,7 @@ export * from "./types/t-content-keyword.js";
|
|
|
78
81
|
export * from "./types/t-content-metadata-i18n.js";
|
|
79
82
|
export * from "./types/t-content-price.js";
|
|
80
83
|
export * from "./types/t-content-show-timetable.js";
|
|
84
|
+
export * from "./types/t-content-target.js";
|
|
81
85
|
export * from "./types/t-content.js";
|
|
82
86
|
export * from "./types/t-google-place-data.js";
|
|
83
87
|
export * from "./types/t-i18n.js";
|
package/dist/index.js
CHANGED
|
@@ -16,6 +16,7 @@ export * from "./fields/f-city.js";
|
|
|
16
16
|
export * from "./fields/f-completed-youtube-channel.js";
|
|
17
17
|
export * from "./fields/f-completed-youtube-video.js";
|
|
18
18
|
export * from "./fields/f-content-business-hours.js";
|
|
19
|
+
export * from "./fields/f-content-description.js";
|
|
19
20
|
export * from "./fields/f-content-gp-photo.js";
|
|
20
21
|
export * from "./fields/f-content-i18n.js";
|
|
21
22
|
export * from "./fields/f-content-image.js";
|
|
@@ -23,6 +24,7 @@ export * from "./fields/f-content-keyword.js";
|
|
|
23
24
|
export * from "./fields/f-content-metadata-i18n.js";
|
|
24
25
|
export * from "./fields/f-content-price.js";
|
|
25
26
|
export * from "./fields/f-content-show-timetable.js";
|
|
27
|
+
export * from "./fields/f-content-target.js";
|
|
26
28
|
export * from "./fields/f-content.js";
|
|
27
29
|
export * from "./fields/f-country-language.js";
|
|
28
30
|
export * from "./fields/f-country.js";
|
|
@@ -71,6 +73,7 @@ export * from "./types/t-common.js";
|
|
|
71
73
|
export * from "./types/t-completed-youtube-channel.js";
|
|
72
74
|
export * from "./types/t-completed-youtube-video.js";
|
|
73
75
|
export * from "./types/t-content-business-hours.js";
|
|
76
|
+
export * from "./types/t-content-description.js";
|
|
74
77
|
export * from "./types/t-content-gp-photo.js";
|
|
75
78
|
export * from "./types/t-content-i18n.js";
|
|
76
79
|
export * from "./types/t-content-image.js";
|
|
@@ -78,6 +81,7 @@ export * from "./types/t-content-keyword.js";
|
|
|
78
81
|
export * from "./types/t-content-metadata-i18n.js";
|
|
79
82
|
export * from "./types/t-content-price.js";
|
|
80
83
|
export * from "./types/t-content-show-timetable.js";
|
|
84
|
+
export * from "./types/t-content-target.js";
|
|
81
85
|
export * from "./types/t-content.js";
|
|
82
86
|
export * from "./types/t-google-place-data.js";
|
|
83
87
|
export * from "./types/t-i18n.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oBAAoB,CAAC;AACnC,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,mDAAmD,CAAC;AAClE,cAAc,oDAAoD,CAAC;AACnE,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AAEnC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,sBAAsB,CAAC;AACrC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,uDAAuD,CAAC;AACtE,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/types/t-admin.d.ts
CHANGED
|
@@ -6,17 +6,15 @@ export type TAdmin = {
|
|
|
6
6
|
is_active: boolean;
|
|
7
7
|
level: string | null;
|
|
8
8
|
refresh_token: string | null;
|
|
9
|
-
refresh_token_issued_at:
|
|
10
|
-
created_at:
|
|
9
|
+
refresh_token_issued_at: string | null;
|
|
10
|
+
created_at: string;
|
|
11
11
|
created_by: string | null;
|
|
12
|
-
last_accessed_at:
|
|
13
|
-
deactivated_at:
|
|
12
|
+
last_accessed_at: string;
|
|
13
|
+
deactivated_at: string | null;
|
|
14
14
|
deactivated_by: string | null;
|
|
15
15
|
};
|
|
16
16
|
export type TAdminInsert = {
|
|
17
17
|
email: string;
|
|
18
18
|
pw: string;
|
|
19
19
|
} & Partial<Omit<TAdmin, "email" | "pw">>;
|
|
20
|
-
export type TAdminUpdate =
|
|
21
|
-
aid: string;
|
|
22
|
-
} & Partial<Omit<TAdmin, "aid">>;
|
|
20
|
+
export type TAdminUpdate = Partial<Omit<TAdmin, "aid">>;
|
|
@@ -9,7 +9,4 @@ export type TCategoryI18nInsert = {
|
|
|
9
9
|
lang_code: string;
|
|
10
10
|
name: string;
|
|
11
11
|
} & Partial<Omit<TCategoryI18n, "category_code" | "lang_code" | "name">>;
|
|
12
|
-
export type TCategoryI18nUpdate =
|
|
13
|
-
category_code: string;
|
|
14
|
-
lang_code: string;
|
|
15
|
-
} & Partial<Omit<TCategoryI18n, "category_code" | "lang_code">>;
|
|
12
|
+
export type TCategoryI18nUpdate = Partial<Omit<TCategoryI18n, "category_code" | "lang_code">>;
|
|
@@ -11,7 +11,4 @@ export type TCategoryMetadataI18nInsert = {
|
|
|
11
11
|
lang_code: string;
|
|
12
12
|
title: string;
|
|
13
13
|
} & Partial<Omit<TCategoryMetadataI18n, "category_code" | "lang_code" | "title">>;
|
|
14
|
-
export type TCategoryMetadataI18nUpdate =
|
|
15
|
-
category_code: string;
|
|
16
|
-
lang_code: string;
|
|
17
|
-
} & Partial<Omit<TCategoryMetadataI18n, "category_code" | "lang_code">>;
|
|
14
|
+
export type TCategoryMetadataI18nUpdate = Partial<Omit<TCategoryMetadataI18n, "category_code" | "lang_code">>;
|
|
@@ -40,27 +40,22 @@ export type TCategoryDetail = TCategoryListForAdmin & {
|
|
|
40
40
|
thumbnail_main_1: string | null;
|
|
41
41
|
thumbnail_main_1_src_name: string | null;
|
|
42
42
|
thumbnail_main_1_src_platform: string | null;
|
|
43
|
-
thumbnail_main_1_src_unique_id: string | null;
|
|
44
43
|
thumbnail_main_1_src_url: string | null;
|
|
45
44
|
thumbnail_main_2: string | null;
|
|
46
45
|
thumbnail_main_2_src_name: string | null;
|
|
47
46
|
thumbnail_main_2_src_platform: string | null;
|
|
48
|
-
thumbnail_main_2_src_unique_id: string | null;
|
|
49
47
|
thumbnail_main_2_src_url: string | null;
|
|
50
48
|
thumbnail_main_3: string | null;
|
|
51
49
|
thumbnail_main_3_src_name: string | null;
|
|
52
50
|
thumbnail_main_3_src_platform: string | null;
|
|
53
|
-
thumbnail_main_3_src_unique_id: string | null;
|
|
54
51
|
thumbnail_main_3_src_url: string | null;
|
|
55
52
|
thumbnail_main_4: string | null;
|
|
56
53
|
thumbnail_main_4_src_name: string | null;
|
|
57
54
|
thumbnail_main_4_src_platform: string | null;
|
|
58
|
-
thumbnail_main_4_src_unique_id: string | null;
|
|
59
55
|
thumbnail_main_4_src_url: string | null;
|
|
60
56
|
thumbnail_main_5: string | null;
|
|
61
57
|
thumbnail_main_5_src_name: string | null;
|
|
62
58
|
thumbnail_main_5_src_platform: string | null;
|
|
63
|
-
thumbnail_main_5_src_unique_id: string | null;
|
|
64
59
|
thumbnail_main_5_src_url: string | null;
|
|
65
60
|
metadata_title: string | null;
|
|
66
61
|
metadata_description: string | null;
|
|
@@ -76,9 +71,7 @@ export type TCategoryDetailInsert = {
|
|
|
76
71
|
name: string;
|
|
77
72
|
is_open_always: boolean;
|
|
78
73
|
} & Partial<Omit<TCategoryDetail, "target_country_code" | "category_code" | "order_num" | "name">>;
|
|
79
|
-
export type TCategoryDetailUpdate =
|
|
80
|
-
category_code: string;
|
|
81
|
-
} & Partial<Omit<TCategoryDetail, "category_code">>;
|
|
74
|
+
export type TCategoryDetailUpdate = Partial<Omit<TCategoryDetail, "category_code">>;
|
|
82
75
|
export declare const DB_COLUMNS_CATEGORY_OPTION: string[];
|
|
83
76
|
export declare const DB_COLUMNS_CATEGORY_LIST_FOR_ADMIN: string[];
|
|
84
77
|
export declare const KEYS_CATEGORY_STR: string[];
|
package/dist/types/t-category.js
CHANGED
|
@@ -66,27 +66,22 @@ export const KEYS_CATEGORY_STR = [
|
|
|
66
66
|
"thumbnail_main_1",
|
|
67
67
|
"thumbnail_main_1_src_name",
|
|
68
68
|
"thumbnail_main_1_src_platform",
|
|
69
|
-
"thumbnail_main_1_src_unique_id",
|
|
70
69
|
"thumbnail_main_1_src_url",
|
|
71
70
|
"thumbnail_main_2",
|
|
72
71
|
"thumbnail_main_2_src_name",
|
|
73
72
|
"thumbnail_main_2_src_platform",
|
|
74
|
-
"thumbnail_main_2_src_unique_id",
|
|
75
73
|
"thumbnail_main_2_src_url",
|
|
76
74
|
"thumbnail_main_3",
|
|
77
75
|
"thumbnail_main_3_src_name",
|
|
78
76
|
"thumbnail_main_3_src_platform",
|
|
79
|
-
"thumbnail_main_3_src_unique_id",
|
|
80
77
|
"thumbnail_main_3_src_url",
|
|
81
78
|
"thumbnail_main_4",
|
|
82
79
|
"thumbnail_main_4_src_name",
|
|
83
80
|
"thumbnail_main_4_src_platform",
|
|
84
|
-
"thumbnail_main_4_src_unique_id",
|
|
85
81
|
"thumbnail_main_4_src_url",
|
|
86
82
|
"thumbnail_main_5",
|
|
87
83
|
"thumbnail_main_5_src_name",
|
|
88
84
|
"thumbnail_main_5_src_platform",
|
|
89
|
-
"thumbnail_main_5_src_unique_id",
|
|
90
85
|
"thumbnail_main_5_src_url",
|
|
91
86
|
"metadata_title",
|
|
92
87
|
"metadata_description",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../src/types/t-category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../src/types/t-category.ts"],"names":[],"mappings":"AA+FA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,qBAAqB;IACrB,qBAAqB;IACrB,eAAe;IACf,WAAW;IACX,MAAM;IACN,SAAS;IACT,WAAW;IACX,YAAY;IACZ,eAAe;IACf,YAAY;IACZ,aAAa;IACb,cAAc;CACf,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG;IAChD,qBAAqB;IACrB,qBAAqB;IACrB,eAAe;IACf,WAAW;IACX,MAAM;IACN,SAAS;IACT,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,UAAU;IACV,SAAS;IACT,eAAe;IACf,YAAY;IACZ,aAAa;IACb,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;CACjB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,qBAAqB;IACrB,qBAAqB;IACrB,eAAe;IACf,WAAW;IACX,MAAM;IACN,SAAS;IACT,SAAS;IACT,cAAc;IACd,cAAc;IACd,SAAS;IACT,aAAa;IACb,gBAAgB;IAChB,UAAU;IACV,SAAS;IACT,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,aAAa,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAEpJ;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,gBAAgB,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAEhF;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -9,7 +9,4 @@ export type TCityI18nInsert = {
|
|
|
9
9
|
lang_code: string;
|
|
10
10
|
name: string;
|
|
11
11
|
} & Partial<Omit<TCityI18n, "city_code" | "lang_code" | "name">>;
|
|
12
|
-
export type TCityI18nUpdate =
|
|
13
|
-
city_code: string;
|
|
14
|
-
lang_code: string;
|
|
15
|
-
} & Partial<Omit<TCityI18n, "city_code" | "lang_code">>;
|
|
12
|
+
export type TCityI18nUpdate = Partial<Omit<TCityI18n, "city_code" | "lang_code">>;
|
|
@@ -14,7 +14,4 @@ export type TCityImageInsert = {
|
|
|
14
14
|
hash_code: string;
|
|
15
15
|
url: string;
|
|
16
16
|
} & Partial<Omit<TCityImage, "city_code" | "hash_code" | "url">>;
|
|
17
|
-
export type TCityImageUpdate =
|
|
18
|
-
city_code: string;
|
|
19
|
-
hash_code: string;
|
|
20
|
-
} & Partial<Omit<TCityImage, "city_code" | "hash_code">>;
|
|
17
|
+
export type TCityImageUpdate = Partial<Omit<TCityImage, "city_code" | "hash_code">>;
|
|
@@ -11,7 +11,4 @@ export type TCityMetadataI18nInsert = {
|
|
|
11
11
|
lang_code: string;
|
|
12
12
|
title: string;
|
|
13
13
|
} & Partial<Omit<TCityMetadataI18n, "city_code" | "lang_code" | "title">>;
|
|
14
|
-
export type TCityMetadataI18nUpdate =
|
|
15
|
-
city_code: string;
|
|
16
|
-
lang_code: string;
|
|
17
|
-
} & Partial<Omit<TCityMetadataI18n, "city_code" | "lang_code">>;
|
|
14
|
+
export type TCityMetadataI18nUpdate = Partial<Omit<TCityMetadataI18n, "city_code" | "lang_code">>;
|
package/dist/types/t-city.d.ts
CHANGED
|
@@ -51,27 +51,22 @@ export type TCityDetail = TCityListForAdmin & {
|
|
|
51
51
|
thumbnail_main_1: string | null;
|
|
52
52
|
thumbnail_main_1_src_name: string | null;
|
|
53
53
|
thumbnail_main_1_src_platform: string | null;
|
|
54
|
-
thumbnail_main_1_src_unique_id: string | null;
|
|
55
54
|
thumbnail_main_1_src_url: string | null;
|
|
56
55
|
thumbnail_main_2: string | null;
|
|
57
56
|
thumbnail_main_2_src_name: string | null;
|
|
58
57
|
thumbnail_main_2_src_platform: string | null;
|
|
59
|
-
thumbnail_main_2_src_unique_id: string | null;
|
|
60
58
|
thumbnail_main_2_src_url: string | null;
|
|
61
59
|
thumbnail_main_3: string | null;
|
|
62
60
|
thumbnail_main_3_src_name: string | null;
|
|
63
61
|
thumbnail_main_3_src_platform: string | null;
|
|
64
|
-
thumbnail_main_3_src_unique_id: string | null;
|
|
65
62
|
thumbnail_main_3_src_url: string | null;
|
|
66
63
|
thumbnail_main_4: string | null;
|
|
67
64
|
thumbnail_main_4_src_name: string | null;
|
|
68
65
|
thumbnail_main_4_src_platform: string | null;
|
|
69
|
-
thumbnail_main_4_src_unique_id: string | null;
|
|
70
66
|
thumbnail_main_4_src_url: string | null;
|
|
71
67
|
thumbnail_main_5: string | null;
|
|
72
68
|
thumbnail_main_5_src_name: string | null;
|
|
73
69
|
thumbnail_main_5_src_platform: string | null;
|
|
74
|
-
thumbnail_main_5_src_unique_id: string | null;
|
|
75
70
|
thumbnail_main_5_src_url: string | null;
|
|
76
71
|
metadata_title: string | null;
|
|
77
72
|
metadata_description: string | null;
|
|
@@ -94,7 +89,6 @@ export type TCityDetailInsert = {
|
|
|
94
89
|
google_map_url: string;
|
|
95
90
|
} & Partial<Omit<TCityDetail, "country_code" | "city_code" | "name" | "name_ko" | "location" | "latitude" | "longitude" | "radius_m" | "address" | "address_native" | "google_map_url">>;
|
|
96
91
|
export type TCityDetailUpdate = {
|
|
97
|
-
city_code: string;
|
|
98
92
|
old_country_code?: string;
|
|
99
93
|
new_country_code?: string;
|
|
100
94
|
} & Partial<Omit<TCityDetail, "city_code">>;
|
package/dist/types/t-city.js
CHANGED
|
@@ -69,27 +69,22 @@ export const KEYS_CITY_STR = [
|
|
|
69
69
|
"thumbnail_main_1",
|
|
70
70
|
"thumbnail_main_1_src_name",
|
|
71
71
|
"thumbnail_main_1_src_platform",
|
|
72
|
-
"thumbnail_main_1_src_unique_id",
|
|
73
72
|
"thumbnail_main_1_src_url",
|
|
74
73
|
"thumbnail_main_2",
|
|
75
74
|
"thumbnail_main_2_src_name",
|
|
76
75
|
"thumbnail_main_2_src_platform",
|
|
77
|
-
"thumbnail_main_2_src_unique_id",
|
|
78
76
|
"thumbnail_main_2_src_url",
|
|
79
77
|
"thumbnail_main_3",
|
|
80
78
|
"thumbnail_main_3_src_name",
|
|
81
79
|
"thumbnail_main_3_src_platform",
|
|
82
|
-
"thumbnail_main_3_src_unique_id",
|
|
83
80
|
"thumbnail_main_3_src_url",
|
|
84
81
|
"thumbnail_main_4",
|
|
85
82
|
"thumbnail_main_4_src_name",
|
|
86
83
|
"thumbnail_main_4_src_platform",
|
|
87
|
-
"thumbnail_main_4_src_unique_id",
|
|
88
84
|
"thumbnail_main_4_src_url",
|
|
89
85
|
"thumbnail_main_5",
|
|
90
86
|
"thumbnail_main_5_src_name",
|
|
91
87
|
"thumbnail_main_5_src_platform",
|
|
92
|
-
"thumbnail_main_5_src_unique_id",
|
|
93
88
|
"thumbnail_main_5_src_url",
|
|
94
89
|
"metadata_title",
|
|
95
90
|
"metadata_description",
|
package/dist/types/t-city.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../src/types/t-city.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../src/types/t-city.ts"],"names":[],"mappings":"AAiIA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE1L;;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;IACf,YAAY;IACZ,aAAa;IACb,cAAc;CACf,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,kBAAkB;IAClB,kBAAkB;IAClB,cAAc;IACd,WAAW;IACX,MAAM;IACN,QAAQ;IACR,SAAS;IACT,SAAS;IACT,cAAc;IACd,cAAc;IACd,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,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,0BAA0B;IAC1B,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,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE9I;;;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"}
|
|
@@ -42,7 +42,5 @@ export type TCompletedYouTubeChannelDetail = TCompletedYouTubeChannelListAdmin &
|
|
|
42
42
|
export type TCompletedYouTubeChannelDetailInsert = {
|
|
43
43
|
channel_id: string;
|
|
44
44
|
} & Partial<Omit<TCompletedYouTubeChannelDetail, "channel_id">>;
|
|
45
|
-
export type TCompletedYouTubeChannelDetailUpdate =
|
|
46
|
-
channel_id: string;
|
|
47
|
-
} & Partial<Omit<TCompletedYouTubeChannelDetail, "channel_id">>;
|
|
45
|
+
export type TCompletedYouTubeChannelDetailUpdate = Partial<Omit<TCompletedYouTubeChannelDetail, "channel_id">>;
|
|
48
46
|
export declare const DB_COLUMNS_COMPLETED_YOUTUBE_CHANNEL_LIST_FOR_ADMIN: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-completed-youtube-channel.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-channel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-completed-youtube-channel.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-channel.ts"],"names":[],"mappings":"AA6DA;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAG;IACjE,YAAY;IACZ,cAAc;IACd,WAAW;IACX,cAAc;IACd,OAAO;IACP,KAAK;IACL,cAAc;IACd,MAAM;IACN,OAAO;IACP,WAAW;IACX,UAAU;IACV,cAAc;IACd,eAAe;IACf,YAAY;IACZ,gBAAgB;IAChB,WAAW;IACX,iBAAiB;IACjB,WAAW;IACX,gBAAgB;IAChB,YAAY;IACZ,gBAAgB;CACjB,CAAC"}
|
|
@@ -57,9 +57,7 @@ export type TCompletedYouTubeVideoDetail = TCompletedYouTubeVideoListAdmin & {
|
|
|
57
57
|
export type TCompletedYouTubeVideoDetailInsert = {
|
|
58
58
|
video_id: string;
|
|
59
59
|
} & Partial<Omit<TCompletedYouTubeVideoDetail, "video_id">>;
|
|
60
|
-
export type TCompletedYouTubeVideoDetailUpdate =
|
|
61
|
-
video_id: string;
|
|
62
|
-
} & Partial<Omit<TCompletedYouTubeVideoDetail, "video_id">>;
|
|
60
|
+
export type TCompletedYouTubeVideoDetailUpdate = Partial<Omit<TCompletedYouTubeVideoDetail, "video_id">>;
|
|
63
61
|
export declare const DB_COLUMNS_COMPLETED_YOUTUBE_VIDEO_LIST_FOR_ADMIN: string[];
|
|
64
62
|
export type TCompletedYouTubeVideoListForPublicFront = {
|
|
65
63
|
video_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-completed-youtube-video.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-video.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-completed-youtube-video.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-video.ts"],"names":[],"mappings":"AA4EA;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAG;IAC/D,UAAU;IACV,cAAc;IACd,WAAW;IACX,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,kBAAkB;IAClB,wBAAwB;IACxB,UAAU;IACV,kBAAkB;IAClB,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,kBAAkB;IAClB,sBAAsB;IACtB,YAAY;IACZ,WAAW;IACX,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;CACjB,CAAC"}
|
|
@@ -15,7 +15,4 @@ export type TContentBusinessHoursInsert = {
|
|
|
15
15
|
content_code: string;
|
|
16
16
|
day_of_week: number;
|
|
17
17
|
} & Partial<Omit<TContentBusinessHours, "content_code" | "day_of_week">>;
|
|
18
|
-
export type TContentBusinessHoursUpdate =
|
|
19
|
-
content_code: string;
|
|
20
|
-
day_of_week: number;
|
|
21
|
-
} & Partial<Omit<TContentBusinessHours, "content_code" | "day_of_week">>;
|
|
18
|
+
export type TContentBusinessHoursUpdate = Partial<Omit<TContentBusinessHours, "content_code" | "day_of_week">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-content-description.js","sourceRoot":"","sources":["../../src/types/t-content-description.ts"],"names":[],"mappings":""}
|
|
@@ -9,7 +9,4 @@ export type TContentGPPhotoInsert = {
|
|
|
9
9
|
content_code: string;
|
|
10
10
|
hash_code: string;
|
|
11
11
|
} & Partial<Omit<TContentGPPhoto, "content_code" | "hash_code">>;
|
|
12
|
-
export type TContentGPPhotoUpdate =
|
|
13
|
-
content_code: string;
|
|
14
|
-
hash_code: string;
|
|
15
|
-
} & Partial<Omit<TContentGPPhoto, "content_code" | "hash_code">>;
|
|
12
|
+
export type TContentGPPhotoUpdate = Partial<Omit<TContentGPPhoto, "content_code" | "hash_code">>;
|
|
@@ -9,7 +9,4 @@ export type TContentI18nInsert = {
|
|
|
9
9
|
lang_code: string;
|
|
10
10
|
name: string;
|
|
11
11
|
} & Partial<Omit<TContentI18n, "content_code" | "lang_code" | "name">>;
|
|
12
|
-
export type TContentI18nUpdate =
|
|
13
|
-
content_code: string;
|
|
14
|
-
lang_code: string;
|
|
15
|
-
} & Partial<Omit<TContentI18n, "content_code" | "lang_code">>;
|
|
12
|
+
export type TContentI18nUpdate = Partial<Omit<TContentI18n, "content_code" | "lang_code">>;
|
|
@@ -6,14 +6,10 @@ export type TContentImage = {
|
|
|
6
6
|
url: string;
|
|
7
7
|
src_name: string | null;
|
|
8
8
|
src_platform: string | null;
|
|
9
|
-
src_unique_id: string | null;
|
|
10
9
|
src_url: string | null;
|
|
11
10
|
};
|
|
12
11
|
export type TContentImageInsert = {
|
|
13
12
|
content_code: string;
|
|
14
13
|
hash_code: string;
|
|
15
14
|
} & Partial<Omit<TContentImage, "content_code" | "hash_code">>;
|
|
16
|
-
export type TContentImageUpdate =
|
|
17
|
-
content_code: string;
|
|
18
|
-
hash_code: string;
|
|
19
|
-
} & Partial<Omit<TContentImage, "content_code" | "hash_code">>;
|
|
15
|
+
export type TContentImageUpdate = Partial<Omit<TContentImage, "content_code" | "hash_code">>;
|
|
@@ -11,7 +11,4 @@ export type TContentMetadataI18nInsert = {
|
|
|
11
11
|
lang_code: string;
|
|
12
12
|
title: string;
|
|
13
13
|
} & Partial<Omit<TContentMetadataI18n, "content_code" | "lang_code" | "title">>;
|
|
14
|
-
export type TContentMetadataI18nUpdate =
|
|
15
|
-
content_code: string;
|
|
16
|
-
lang_code: string;
|
|
17
|
-
} & Partial<Omit<TContentMetadataI18n, "content_code" | "lang_code">>;
|
|
14
|
+
export type TContentMetadataI18nUpdate = Partial<Omit<TContentMetadataI18n, "content_code" | "lang_code">>;
|
|
@@ -6,14 +6,18 @@ export type TContentPrice = {
|
|
|
6
6
|
price_symbol: string | null;
|
|
7
7
|
price: number | null;
|
|
8
8
|
img_url: string | null;
|
|
9
|
+
src_name: string | null;
|
|
10
|
+
src_platform: string | null;
|
|
11
|
+
src_url: string | null;
|
|
9
12
|
url: string | null;
|
|
10
13
|
description: string | null;
|
|
14
|
+
ingredient: string | null;
|
|
15
|
+
menu_code: string | null;
|
|
16
|
+
order_num: number;
|
|
17
|
+
added_at: string;
|
|
11
18
|
};
|
|
12
19
|
export type TContentPriceInsert = {
|
|
13
20
|
content_code: string;
|
|
14
21
|
hash_code: string;
|
|
15
22
|
} & Partial<Omit<TContentPrice, "content_code" | "hash_code">>;
|
|
16
|
-
export type TContentPriceUpdate =
|
|
17
|
-
content_code: string;
|
|
18
|
-
hash_code: string;
|
|
19
|
-
} & Partial<Omit<TContentPrice, "content_code" | "hash_code">>;
|
|
23
|
+
export type TContentPriceUpdate = Partial<Omit<TContentPrice, "content_code" | "hash_code">>;
|
|
@@ -12,7 +12,4 @@ export type TContentShowTimetableInsert = {
|
|
|
12
12
|
content_code: string;
|
|
13
13
|
hash_code: string;
|
|
14
14
|
} & Partial<Omit<TContentShowTimetable, "content_code" | "hash_code">>;
|
|
15
|
-
export type TContentShowTimetableUpdate =
|
|
16
|
-
content_code: string;
|
|
17
|
-
hash_code: string;
|
|
18
|
-
} & Partial<Omit<TContentShowTimetable, "content_code" | "hash_code">>;
|
|
15
|
+
export type TContentShowTimetableUpdate = Partial<Omit<TContentShowTimetable, "content_code" | "hash_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-content-target.js","sourceRoot":"","sources":["../../src/types/t-content-target.ts"],"names":[],"mappings":""}
|
|
@@ -96,27 +96,22 @@ export type TContentDetail = TContentListAdmin & {
|
|
|
96
96
|
thumbnail_main_1: string | null;
|
|
97
97
|
thumbnail_main_1_src_name: string | null;
|
|
98
98
|
thumbnail_main_1_src_platform: string | null;
|
|
99
|
-
thumbnail_main_1_src_unique_id: string | null;
|
|
100
99
|
thumbnail_main_1_src_url: string | null;
|
|
101
100
|
thumbnail_main_2: string | null;
|
|
102
101
|
thumbnail_main_2_src_name: string | null;
|
|
103
102
|
thumbnail_main_2_src_platform: string | null;
|
|
104
|
-
thumbnail_main_2_src_unique_id: string | null;
|
|
105
103
|
thumbnail_main_2_src_url: string | null;
|
|
106
104
|
thumbnail_main_3: string | null;
|
|
107
105
|
thumbnail_main_3_src_name: string | null;
|
|
108
106
|
thumbnail_main_3_src_platform: string | null;
|
|
109
|
-
thumbnail_main_3_src_unique_id: string | null;
|
|
110
107
|
thumbnail_main_3_src_url: string | null;
|
|
111
108
|
thumbnail_main_4: string | null;
|
|
112
109
|
thumbnail_main_4_src_name: string | null;
|
|
113
110
|
thumbnail_main_4_src_platform: string | null;
|
|
114
|
-
thumbnail_main_4_src_unique_id: string | null;
|
|
115
111
|
thumbnail_main_4_src_url: string | null;
|
|
116
112
|
thumbnail_main_5: string | null;
|
|
117
113
|
thumbnail_main_5_src_name: string | null;
|
|
118
114
|
thumbnail_main_5_src_platform: string | null;
|
|
119
|
-
thumbnail_main_5_src_unique_id: string | null;
|
|
120
115
|
thumbnail_main_5_src_url: string | null;
|
|
121
116
|
location: string | null;
|
|
122
117
|
latitude: number | null;
|
package/dist/types/t-content.js
CHANGED
|
@@ -154,27 +154,22 @@ export const KEYS_CONTENT_STR = [
|
|
|
154
154
|
"thumbnail_main_1",
|
|
155
155
|
"thumbnail_main_1_src_name",
|
|
156
156
|
"thumbnail_main_1_src_platform",
|
|
157
|
-
"thumbnail_main_1_src_unique_id",
|
|
158
157
|
"thumbnail_main_1_src_url",
|
|
159
158
|
"thumbnail_main_2",
|
|
160
159
|
"thumbnail_main_2_src_name",
|
|
161
160
|
"thumbnail_main_2_src_platform",
|
|
162
|
-
"thumbnail_main_2_src_unique_id",
|
|
163
161
|
"thumbnail_main_2_src_url",
|
|
164
162
|
"thumbnail_main_3",
|
|
165
163
|
"thumbnail_main_3_src_name",
|
|
166
164
|
"thumbnail_main_3_src_platform",
|
|
167
|
-
"thumbnail_main_3_src_unique_id",
|
|
168
165
|
"thumbnail_main_3_src_url",
|
|
169
166
|
"thumbnail_main_4",
|
|
170
167
|
"thumbnail_main_4_src_name",
|
|
171
168
|
"thumbnail_main_4_src_platform",
|
|
172
|
-
"thumbnail_main_4_src_unique_id",
|
|
173
169
|
"thumbnail_main_4_src_url",
|
|
174
170
|
"thumbnail_main_5",
|
|
175
171
|
"thumbnail_main_5_src_name",
|
|
176
172
|
"thumbnail_main_5_src_platform",
|
|
177
|
-
"thumbnail_main_5_src_unique_id",
|
|
178
173
|
"thumbnail_main_5_src_url",
|
|
179
174
|
];
|
|
180
175
|
/*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-content.js","sourceRoot":"","sources":["../../src/types/t-content.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-content.js","sourceRoot":"","sources":["../../src/types/t-content.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,4 @@ export type TMapCategoryContentInsert = {
|
|
|
13
13
|
category_code: string;
|
|
14
14
|
content_code: string;
|
|
15
15
|
} & Partial<Omit<TMapCategoryContent, "category_code" | "content_code">>;
|
|
16
|
-
export type TMapCategoryContentUpdate =
|
|
17
|
-
category_code: string;
|
|
18
|
-
content_code: string;
|
|
19
|
-
} & Partial<Omit<TMapCategoryContent, "category_code" | "content_code">>;
|
|
16
|
+
export type TMapCategoryContentUpdate = Partial<Omit<TMapCategoryContent, "category_code" | "content_code">>;
|
|
@@ -16,7 +16,4 @@ export type TMapCategoryInstagramInsert = {
|
|
|
16
16
|
category_code: string;
|
|
17
17
|
insta_hash_code: string;
|
|
18
18
|
} & Partial<Omit<TMapCategoryInstagram, "category_code" | "insta_hash_code">>;
|
|
19
|
-
export type TMapCategoryInstagramUpdate =
|
|
20
|
-
category_code: string;
|
|
21
|
-
insta_hash_code: string;
|
|
22
|
-
} & Partial<Omit<TMapCategoryInstagram, "category_code" | "insta_hash_code">>;
|
|
19
|
+
export type TMapCategoryInstagramUpdate = Partial<Omit<TMapCategoryInstagram, "category_code" | "insta_hash_code">>;
|
|
@@ -16,7 +16,4 @@ export type TMapCategoryYouTubeVideoInsert = {
|
|
|
16
16
|
category_code: string;
|
|
17
17
|
video_id: string;
|
|
18
18
|
} & Partial<Omit<TMapCategoryYouTubeVideo, "category_code" | "video_id">>;
|
|
19
|
-
export type TMapCategoryYouTubeVideoUpdate =
|
|
20
|
-
category_code: string;
|
|
21
|
-
video_id: string;
|
|
22
|
-
} & Partial<Omit<TMapCategoryYouTubeVideo, "category_code" | "video_id">>;
|
|
19
|
+
export type TMapCategoryYouTubeVideoUpdate = Partial<Omit<TMapCategoryYouTubeVideo, "category_code" | "video_id">>;
|
|
@@ -15,7 +15,4 @@ export type TMapCityContentInsert = {
|
|
|
15
15
|
city_code: string;
|
|
16
16
|
content_code: string;
|
|
17
17
|
} & Partial<Omit<TMapCityContent, "city_code" | "content_code">>;
|
|
18
|
-
export type TMapCityContentUpdate =
|
|
19
|
-
city_code: string;
|
|
20
|
-
content_code: string;
|
|
21
|
-
} & Partial<Omit<TMapCityContent, "city_code" | "content_code">>;
|
|
18
|
+
export type TMapCityContentUpdate = Partial<Omit<TMapCityContent, "city_code" | "content_code">>;
|
|
@@ -16,7 +16,4 @@ export type TMapCityInstagramInsert = {
|
|
|
16
16
|
city_code: string;
|
|
17
17
|
insta_hash_code: string;
|
|
18
18
|
} & Partial<Omit<TMapCityInstagram, "city_code" | "insta_hash_code">>;
|
|
19
|
-
export type TMapCityInstagramUpdate =
|
|
20
|
-
city_code: string;
|
|
21
|
-
insta_hash_code: string;
|
|
22
|
-
} & Partial<Omit<TMapCityInstagram, "city_code" | "insta_hash_code">>;
|
|
19
|
+
export type TMapCityInstagramUpdate = Partial<Omit<TMapCityInstagram, "city_code" | "insta_hash_code">>;
|
|
@@ -16,7 +16,4 @@ export type TMapCityYouTubeVideoInsert = {
|
|
|
16
16
|
city_code: string;
|
|
17
17
|
video_id: string;
|
|
18
18
|
} & Partial<Omit<TMapCityYouTubeVideo, "city_code" | "video_id">>;
|
|
19
|
-
export type TMapCityYouTubeVideoUpdate =
|
|
20
|
-
city_code: string;
|
|
21
|
-
video_id: string;
|
|
22
|
-
} & Partial<Omit<TMapCityYouTubeVideo, "city_code" | "video_id">>;
|
|
19
|
+
export type TMapCityYouTubeVideoUpdate = Partial<Omit<TMapCityYouTubeVideo, "city_code" | "video_id">>;
|
|
@@ -8,7 +8,4 @@ export type TMapCompletedYouTubeChannelAndCountryInsert = {
|
|
|
8
8
|
channel_id: string;
|
|
9
9
|
country_code: string;
|
|
10
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">>;
|
|
11
|
+
export type TMapCompletedYouTubeChannelAndCountryUpdate = Partial<Omit<TMapCompletedYouTubeChannelAndCountry, "channel_id" | "country_code">>;
|