dplus_common_v1 0.1.6 → 0.1.8
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/db-types/db-brand-types.d.ts +8 -92
- package/dist/db-types/db-category-types.d.ts +4 -124
- package/dist/db-types/db-celeb-types.d.ts +8 -92
- package/dist/db-types/db-city-types.d.ts +7 -124
- package/dist/db-types/db-company-types.d.ts +8 -92
- package/dist/db-types/db-event-types.d.ts +12 -45
- package/dist/db-types/db-folder-types.d.ts +14 -34
- package/dist/db-types/db-idol-group-types.d.ts +8 -92
- package/dist/db-types/db-log-types.d.ts +19 -0
- package/dist/db-types/db-log-types.js +2 -0
- package/dist/db-types/db-log-types.js.map +1 -0
- package/dist/db-types/db-map-types.d.ts +44 -0
- package/dist/db-types/db-map-types.js +2 -0
- package/dist/db-types/db-map-types.js.map +1 -0
- package/dist/db-types/db-metadata-types.d.ts +21 -0
- package/dist/db-types/db-metadata-types.js +2 -0
- package/dist/db-types/db-metadata-types.js.map +1 -0
- package/dist/db-types/db-people-types.d.ts +8 -92
- package/dist/db-types/db-pevent-types.d.ts +108 -0
- package/dist/db-types/db-pevent-types.js +2 -0
- package/dist/db-types/db-pevent-types.js.map +1 -0
- package/dist/db-types/db-product-types.d.ts +8 -92
- package/dist/db-types/db-selected-event-types.d.ts +35 -0
- package/dist/db-types/db-selected-event-types.js +2 -0
- package/dist/db-types/db-selected-event-types.js.map +1 -0
- package/dist/db-types/db-selected-folder-types.d.ts +31 -0
- package/dist/db-types/db-selected-folder-types.js +2 -0
- package/dist/db-types/db-selected-folder-types.js.map +1 -0
- package/dist/db-types/db-service-provider-types.d.ts +2 -2
- package/dist/db-types/db-stag-types.d.ts +58 -0
- package/dist/db-types/db-stag-types.js +2 -0
- package/dist/db-types/db-stag-types.js.map +1 -0
- package/dist/db-types/db-tag-types.d.ts +0 -27
- package/dist/db-types/db-team-types.d.ts +8 -92
- package/dist/db-types/db-user-types.d.ts +8 -8
- package/dist/fields/field-brand.d.ts +34 -295
- package/dist/fields/field-brand.js +34 -295
- package/dist/fields/field-brand.js.map +1 -1
- package/dist/fields/field-category.d.ts +28 -373
- package/dist/fields/field-category.js +29 -374
- package/dist/fields/field-category.js.map +1 -1
- package/dist/fields/field-celeb.d.ts +34 -295
- package/dist/fields/field-celeb.js +34 -295
- package/dist/fields/field-celeb.js.map +1 -1
- package/dist/fields/field-city.d.ts +35 -331
- package/dist/fields/field-city.js +52 -348
- package/dist/fields/field-city.js.map +1 -1
- package/dist/fields/field-company.d.ts +34 -295
- package/dist/fields/field-company.js +34 -295
- package/dist/fields/field-company.js.map +1 -1
- package/dist/fields/field-event.d.ts +32 -56
- package/dist/fields/field-event.js +70 -94
- package/dist/fields/field-event.js.map +1 -1
- package/dist/fields/field-folder.d.ts +32 -33
- package/dist/fields/field-folder.js +47 -48
- package/dist/fields/field-folder.js.map +1 -1
- package/dist/fields/field-idol-group.d.ts +34 -295
- package/dist/fields/field-idol-group.js +34 -295
- package/dist/fields/field-idol-group.js.map +1 -1
- package/dist/fields/field-log.d.ts +94 -0
- package/dist/fields/field-log.js +95 -0
- package/dist/fields/field-log.js.map +1 -0
- package/dist/fields/field-map.d.ts +200 -0
- package/dist/fields/field-map.js +201 -0
- package/dist/fields/field-map.js.map +1 -0
- package/dist/fields/field-metadata.d.ts +65 -0
- package/dist/fields/field-metadata.js +66 -0
- package/dist/fields/field-metadata.js.map +1 -0
- package/dist/fields/field-people.d.ts +34 -295
- package/dist/fields/field-people.js +34 -295
- package/dist/fields/field-people.js.map +1 -1
- package/dist/fields/field-pevent.d.ts +556 -0
- package/dist/fields/field-pevent.js +557 -0
- package/dist/fields/field-pevent.js.map +1 -0
- package/dist/fields/field-product.d.ts +34 -295
- package/dist/fields/field-product.js +34 -295
- package/dist/fields/field-product.js.map +1 -1
- package/dist/fields/field-selected-event.d.ts +160 -0
- package/dist/fields/field-selected-event.js +161 -0
- package/dist/fields/field-selected-event.js.map +1 -0
- package/dist/fields/field-selected-folder.d.ts +133 -0
- package/dist/fields/field-selected-folder.js +134 -0
- package/dist/fields/field-selected-folder.js.map +1 -0
- package/dist/fields/field-selected-group.d.ts +133 -0
- package/dist/fields/field-selected-group.js +134 -0
- package/dist/fields/field-selected-group.js.map +1 -0
- package/dist/fields/field-service-provider.d.ts +2 -2
- package/dist/fields/field-service-provider.js +7 -7
- package/dist/fields/field-service-provider.js.map +1 -1
- package/dist/fields/field-stag.d.ts +280 -0
- package/dist/fields/field-stag.js +281 -0
- package/dist/fields/field-stag.js.map +1 -0
- package/dist/fields/field-tag.d.ts +0 -50
- package/dist/fields/field-tag.js +0 -50
- package/dist/fields/field-tag.js.map +1 -1
- package/dist/fields/field-team.d.ts +34 -295
- package/dist/fields/field-team.js +34 -295
- package/dist/fields/field-team.js.map +1 -1
- package/dist/fields/field-user.d.ts +51 -2
- package/dist/fields/field-user.js +56 -7
- package/dist/fields/field-user.js.map +1 -1
- package/dist/index.d.ts +14 -5
- package/dist/index.js +14 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,14 +3,19 @@ export type TBrandListForAdmin = {
|
|
|
3
3
|
company_code: string | null;
|
|
4
4
|
name: string;
|
|
5
5
|
name_native: string | null;
|
|
6
|
+
homepage: string | null;
|
|
6
7
|
youtube_ch_id: string | null;
|
|
7
8
|
instagram_id: string | null;
|
|
8
9
|
tiktok_id: string | null;
|
|
9
10
|
threads_id: string | null;
|
|
10
11
|
is_active: boolean;
|
|
11
12
|
is_display: boolean;
|
|
13
|
+
is_official_account: boolean;
|
|
12
14
|
};
|
|
13
15
|
export type TBrandDetail = TBrandListForAdmin & {
|
|
16
|
+
thumbnail_square: string | null;
|
|
17
|
+
thumbnail_horizontal: string | null;
|
|
18
|
+
thumbnail_vertical: string | null;
|
|
14
19
|
profile: string | null;
|
|
15
20
|
deactivated_at: Date | null;
|
|
16
21
|
deactivated_by: string | null;
|
|
@@ -43,103 +48,14 @@ export type TBrandDetailInsert = {
|
|
|
43
48
|
export type TBrandDetailUpdate = {
|
|
44
49
|
brand_code: string;
|
|
45
50
|
} & Partial<Omit<TBrandDetail, "brand_code">>;
|
|
46
|
-
export type TBrandMetadataI18n = {
|
|
47
|
-
brand_code: string;
|
|
48
|
-
lang_code: string;
|
|
49
|
-
title: string | null;
|
|
50
|
-
description: string | null;
|
|
51
|
-
keywords: string | null;
|
|
52
|
-
og_title: string | null;
|
|
53
|
-
og_description: string | null;
|
|
54
|
-
og_image: string | null;
|
|
55
|
-
};
|
|
56
|
-
export type TBrandMetadataI18nInsert = {
|
|
57
|
-
brand_code: string;
|
|
58
|
-
lang_code: string;
|
|
59
|
-
} & Partial<Omit<TBrandMetadataI18n, "brand_code" | "lang_code">>;
|
|
60
|
-
export type TBrandMetadataI18nUpdate = {
|
|
61
|
-
brand_code: string;
|
|
62
|
-
lang_code: string;
|
|
63
|
-
} & Partial<Omit<TBrandMetadataI18n, "brand_code" | "lang_code">>;
|
|
64
51
|
export type TMapBrandFolder = {
|
|
65
52
|
brand_code: string;
|
|
66
53
|
folder_id: string;
|
|
67
|
-
earliest_event
|
|
68
|
-
latest_event
|
|
69
|
-
};
|
|
70
|
-
export type TMapBrandFolderInsert = {
|
|
71
|
-
brand_code: string;
|
|
72
|
-
folder_id: string;
|
|
73
|
-
} & Partial<Omit<TMapBrandFolder, "brand_code" | "folder_id">>;
|
|
74
|
-
export type TMapBrandFolderUpdate = {
|
|
75
|
-
brand_code: string;
|
|
76
|
-
folder_id: string;
|
|
77
|
-
} & Partial<Omit<TMapBrandFolder, "brand_code" | "folder_id">>;
|
|
78
|
-
export type TMapBrandSelectedFolder = {
|
|
79
|
-
brand_code: string;
|
|
80
|
-
folder_id: string;
|
|
81
|
-
title: string | null;
|
|
82
|
-
profile: string | null;
|
|
83
|
-
description: string | null;
|
|
84
|
-
target_country_code: string | null;
|
|
85
|
-
target_city_code: string | null;
|
|
86
|
-
hero_image_01: string | null;
|
|
87
|
-
hero_image_02: string | null;
|
|
88
|
-
thumbnail_main_01: string | null;
|
|
89
|
-
thumbnail_main_02: string | null;
|
|
90
|
-
thumbnail_vertical_01: string | null;
|
|
91
|
-
thumbnail_vertical_02: string | null;
|
|
92
|
-
earliest_event: Date | null;
|
|
93
|
-
latest_event: Date | null;
|
|
54
|
+
earliest_event?: Date | null;
|
|
55
|
+
latest_event?: Date | null;
|
|
94
56
|
};
|
|
95
|
-
export type TMapBrandSelectedFolderInsert = {
|
|
96
|
-
brand_code: string;
|
|
97
|
-
folder_id: string;
|
|
98
|
-
} & Partial<Omit<TMapBrandSelectedFolder, "brand_code" | "folder_id">>;
|
|
99
|
-
export type TMapBrandSelectedFolderUpdate = {
|
|
100
|
-
brand_code: string;
|
|
101
|
-
folder_id: string;
|
|
102
|
-
} & Partial<Omit<TMapBrandSelectedFolder, "brand_code" | "folder_id">>;
|
|
103
57
|
export type TMapBrandEvent = {
|
|
104
58
|
brand_code: string;
|
|
105
59
|
event_id: string;
|
|
106
|
-
date
|
|
107
|
-
};
|
|
108
|
-
export type TMapBrandEventInsert = {
|
|
109
|
-
brand_code: string;
|
|
110
|
-
event_id: string;
|
|
111
|
-
} & Partial<Omit<TMapBrandEvent, "brand_code" | "event_id">>;
|
|
112
|
-
export type TMapBrandEventUpdate = {
|
|
113
|
-
brand_code: string;
|
|
114
|
-
event_id: string;
|
|
115
|
-
} & Partial<Omit<TMapBrandEvent, "brand_code" | "event_id">>;
|
|
116
|
-
export type TMapBrandSelectedEvent = {
|
|
117
|
-
brand_code: string;
|
|
118
|
-
event_id: string;
|
|
119
|
-
folder_id: string | null;
|
|
120
|
-
date: Date | null;
|
|
121
|
-
time: Date | null;
|
|
122
|
-
tz: string | null;
|
|
123
|
-
utc_minutes: number | null;
|
|
124
|
-
duration_minutes: number | null;
|
|
125
|
-
is_repeat_annually: boolean;
|
|
126
|
-
title: string;
|
|
127
|
-
profile: string | null;
|
|
128
|
-
description: string | null;
|
|
129
|
-
target_country_code: string | null;
|
|
130
|
-
target_city_code: string | null;
|
|
131
|
-
hero_image_01: string | null;
|
|
132
|
-
hero_image_02: string | null;
|
|
133
|
-
thumbnail_main_01: string | null;
|
|
134
|
-
thumbnail_main_02: string | null;
|
|
135
|
-
thumbnail_vertical_01: string | null;
|
|
136
|
-
thumbnail_vertical_02: string | null;
|
|
60
|
+
date?: Date | null;
|
|
137
61
|
};
|
|
138
|
-
export type TMapBrandSelectedEventInsert = {
|
|
139
|
-
brand_code: string;
|
|
140
|
-
event_id: string;
|
|
141
|
-
} & Partial<Omit<TMapBrandSelectedEvent, "brand_code" | "event_id">>;
|
|
142
|
-
export type TMapBrandSelectedEventUpdate = {
|
|
143
|
-
brand_code: string;
|
|
144
|
-
event_id: string;
|
|
145
|
-
} & Partial<Omit<TMapBrandSelectedEvent, "brand_code" | "event_id">>;
|
|
@@ -8,6 +8,7 @@ export type TCategoryOption = {
|
|
|
8
8
|
is_display: boolean;
|
|
9
9
|
};
|
|
10
10
|
export type TCategoryListForAdmin = TCategoryOption & {
|
|
11
|
+
icon: string | null;
|
|
11
12
|
profile: string | null;
|
|
12
13
|
event_count: number;
|
|
13
14
|
created_at: Date;
|
|
@@ -15,6 +16,9 @@ export type TCategoryListForAdmin = TCategoryOption & {
|
|
|
15
16
|
updated_at: Date;
|
|
16
17
|
};
|
|
17
18
|
export type TCategoryDetail = TCategoryListForAdmin & {
|
|
19
|
+
thumbnail_square: string | null;
|
|
20
|
+
thumbnail_horizontal: string | null;
|
|
21
|
+
thumbnail_vertical: string | null;
|
|
18
22
|
deactivated_at: Date | null;
|
|
19
23
|
deactivated_by: string | null;
|
|
20
24
|
hero_image_01: string | null;
|
|
@@ -48,132 +52,8 @@ export type TCategoryDetailInsert = {
|
|
|
48
52
|
export type TCategoryDetailUpdate = {
|
|
49
53
|
category_code: string;
|
|
50
54
|
} & Partial<Omit<TCategoryDetail, "category_code">>;
|
|
51
|
-
export type TCategoryViewLog = {
|
|
52
|
-
category_code: string;
|
|
53
|
-
hash_code: string;
|
|
54
|
-
date: Date;
|
|
55
|
-
view_count: number;
|
|
56
|
-
};
|
|
57
|
-
export type TCategoryViewLogInsert = {
|
|
58
|
-
category_code: string;
|
|
59
|
-
hash_code: string;
|
|
60
|
-
date: Date;
|
|
61
|
-
} & Partial<Omit<TCategoryViewLog, "category_code" | "hash_code" | "date">>;
|
|
62
|
-
export type TCategoryViewLogUpdate = {
|
|
63
|
-
category_code: string;
|
|
64
|
-
hash_code: string;
|
|
65
|
-
} & Partial<Omit<TCategoryViewLog, "category_code" | "hash_code">>;
|
|
66
55
|
export type TCategoryI18n = {
|
|
67
56
|
category_code: string;
|
|
68
57
|
lang_code: string;
|
|
69
58
|
name: string;
|
|
70
59
|
};
|
|
71
|
-
export type TCategoryI18nInsert = {
|
|
72
|
-
category_code: string;
|
|
73
|
-
lang_code: string;
|
|
74
|
-
name: string;
|
|
75
|
-
} & Partial<Omit<TCategoryI18n, "category_code" | "lang_code" | "name">>;
|
|
76
|
-
export type TCategoryI18nUpdate = {
|
|
77
|
-
category_code: string;
|
|
78
|
-
lang_code: string;
|
|
79
|
-
} & Partial<Omit<TCategoryI18n, "category_code" | "lang_code">>;
|
|
80
|
-
export type TCategoryMetadataI18n = {
|
|
81
|
-
category_code: string;
|
|
82
|
-
lang_code: string;
|
|
83
|
-
title: string | null;
|
|
84
|
-
description: string | null;
|
|
85
|
-
og_title: string | null;
|
|
86
|
-
og_description: string | null;
|
|
87
|
-
og_image: string | null;
|
|
88
|
-
tag_set: string[] | string | null;
|
|
89
|
-
};
|
|
90
|
-
export type TCategoryMetadataI18nInsert = {
|
|
91
|
-
category_code: string;
|
|
92
|
-
lang_code: string;
|
|
93
|
-
} & Partial<Omit<TCategoryMetadataI18n, "category_code" | "lang_code">>;
|
|
94
|
-
export type TCategoryMetadataI18nUpdate = {
|
|
95
|
-
category_code: string;
|
|
96
|
-
lang_code: string;
|
|
97
|
-
} & Partial<Omit<TCategoryMetadataI18n, "category_code" | "lang_code">>;
|
|
98
|
-
export type TMapCategoryFolder = {
|
|
99
|
-
category_code: string;
|
|
100
|
-
folder_id: string;
|
|
101
|
-
earliest_event: Date | null;
|
|
102
|
-
latest_event: Date | null;
|
|
103
|
-
};
|
|
104
|
-
export type TMapCategoryFolderInsert = {
|
|
105
|
-
category_code: string;
|
|
106
|
-
folder_id: string;
|
|
107
|
-
} & Partial<Omit<TMapCategoryFolder, "category_code" | "folder_id">>;
|
|
108
|
-
export type TMapCategoryFolderUpdate = {
|
|
109
|
-
category_code: string;
|
|
110
|
-
folder_id: string;
|
|
111
|
-
} & Partial<Omit<TMapCategoryFolder, "category_code" | "folder_id">>;
|
|
112
|
-
export type TMapCategorySelectedFolder = {
|
|
113
|
-
category_code: string;
|
|
114
|
-
folder_id: string;
|
|
115
|
-
title: string | null;
|
|
116
|
-
profile: string | null;
|
|
117
|
-
description: string | null;
|
|
118
|
-
target_country_code: string | null;
|
|
119
|
-
target_city_code: string | null;
|
|
120
|
-
hero_image_01: string | null;
|
|
121
|
-
hero_image_02: string | null;
|
|
122
|
-
thumbnail_main_01: string | null;
|
|
123
|
-
thumbnail_main_02: string | null;
|
|
124
|
-
thumbnail_vertical_01: string | null;
|
|
125
|
-
thumbnail_vertical_02: string | null;
|
|
126
|
-
earliest_event: Date | null;
|
|
127
|
-
latest_event: Date | null;
|
|
128
|
-
};
|
|
129
|
-
export type TMapCategorySelectedFolderInsert = {
|
|
130
|
-
category_code: string;
|
|
131
|
-
folder_id: string;
|
|
132
|
-
} & Partial<Omit<TMapCategorySelectedFolder, "category_code" | "folder_id">>;
|
|
133
|
-
export type TMapCategorySelectedFolderUpdate = {
|
|
134
|
-
category_code: string;
|
|
135
|
-
folder_id: string;
|
|
136
|
-
} & Partial<Omit<TMapCategorySelectedFolder, "category_code" | "folder_id">>;
|
|
137
|
-
export type TMapCategoryEvent = {
|
|
138
|
-
category_code: string;
|
|
139
|
-
event_id: string;
|
|
140
|
-
date: Date | null;
|
|
141
|
-
};
|
|
142
|
-
export type TMapCategoryEventInsert = {
|
|
143
|
-
category_code: string;
|
|
144
|
-
event_id: string;
|
|
145
|
-
} & Partial<Omit<TMapCategoryEvent, "category_code" | "event_id">>;
|
|
146
|
-
export type TMapCategoryEventUpdate = {
|
|
147
|
-
category_code: string;
|
|
148
|
-
event_id: string;
|
|
149
|
-
} & Partial<Omit<TMapCategoryEvent, "category_code" | "event_id">>;
|
|
150
|
-
export type TMapCategorySelectedEvent = {
|
|
151
|
-
category_code: string;
|
|
152
|
-
event_id: string;
|
|
153
|
-
folder_id: string | null;
|
|
154
|
-
date: Date | null;
|
|
155
|
-
time: Date | null;
|
|
156
|
-
tz: string | null;
|
|
157
|
-
utc_minutes: number | null;
|
|
158
|
-
duration_minutes: number | null;
|
|
159
|
-
is_repeat_annually: boolean;
|
|
160
|
-
title: string;
|
|
161
|
-
profile: string | null;
|
|
162
|
-
description: string | null;
|
|
163
|
-
target_country_code: string | null;
|
|
164
|
-
target_city_code: string | null;
|
|
165
|
-
hero_image_01: string | null;
|
|
166
|
-
hero_image_02: string | null;
|
|
167
|
-
thumbnail_main_01: string | null;
|
|
168
|
-
thumbnail_main_02: string | null;
|
|
169
|
-
thumbnail_vertical_01: string | null;
|
|
170
|
-
thumbnail_vertical_02: string | null;
|
|
171
|
-
};
|
|
172
|
-
export type TMapCategorySelectedEventInsert = {
|
|
173
|
-
category_code: string;
|
|
174
|
-
event_id: string;
|
|
175
|
-
} & Partial<Omit<TMapCategorySelectedEvent, "category_code" | "event_id">>;
|
|
176
|
-
export type TMapCategorySelectedEventUpdate = {
|
|
177
|
-
category_code: string;
|
|
178
|
-
event_id: string;
|
|
179
|
-
} & Partial<Omit<TMapCategorySelectedEvent, "category_code" | "event_id">>;
|
|
@@ -3,15 +3,20 @@ export type TCelebListForAdmin = {
|
|
|
3
3
|
idol_group_code: string | null;
|
|
4
4
|
name: string;
|
|
5
5
|
name_native: string | null;
|
|
6
|
+
homepage: string | null;
|
|
6
7
|
youtube_ch_id: string | null;
|
|
7
8
|
instagram_id: string | null;
|
|
8
9
|
tiktok_id: string | null;
|
|
9
10
|
threads_id: string | null;
|
|
10
11
|
is_active: boolean;
|
|
11
12
|
is_display: boolean;
|
|
13
|
+
is_official_account: boolean;
|
|
12
14
|
};
|
|
13
15
|
export type TCelebDetail = TCelebListForAdmin & {
|
|
14
16
|
profile: string | null;
|
|
17
|
+
thumbnail_square: string | null;
|
|
18
|
+
thumbnail_horizontal: string | null;
|
|
19
|
+
thumbnail_vertical: string | null;
|
|
15
20
|
deactivated_at: Date | null;
|
|
16
21
|
deactivated_by: string | null;
|
|
17
22
|
hero_image_01: string | null;
|
|
@@ -43,103 +48,14 @@ export type TCelebDetailInsert = {
|
|
|
43
48
|
export type TCelebDetailUpdate = {
|
|
44
49
|
celeb_code: string;
|
|
45
50
|
} & Partial<Omit<TCelebDetail, "celeb_code">>;
|
|
46
|
-
export type TCelebMetadataI18n = {
|
|
47
|
-
celeb_code: string;
|
|
48
|
-
lang_code: string;
|
|
49
|
-
title: string | null;
|
|
50
|
-
description: string | null;
|
|
51
|
-
keywords: string | null;
|
|
52
|
-
og_title: string | null;
|
|
53
|
-
og_description: string | null;
|
|
54
|
-
og_image: string | null;
|
|
55
|
-
};
|
|
56
|
-
export type TCelebMetadataI18nInsert = {
|
|
57
|
-
celeb_code: string;
|
|
58
|
-
lang_code: string;
|
|
59
|
-
} & Partial<Omit<TCelebMetadataI18n, "celeb_code" | "lang_code">>;
|
|
60
|
-
export type TCelebMetadataI18nUpdate = {
|
|
61
|
-
celeb_code: string;
|
|
62
|
-
lang_code: string;
|
|
63
|
-
} & Partial<Omit<TCelebMetadataI18n, "celeb_code" | "lang_code">>;
|
|
64
51
|
export type TMapCelebFolder = {
|
|
65
52
|
celeb_code: string;
|
|
66
53
|
folder_id: string;
|
|
67
|
-
earliest_event
|
|
68
|
-
latest_event
|
|
69
|
-
};
|
|
70
|
-
export type TMapCelebFolderInsert = {
|
|
71
|
-
celeb_code: string;
|
|
72
|
-
folder_id: string;
|
|
73
|
-
} & Partial<Omit<TMapCelebFolder, "celeb_code" | "folder_id">>;
|
|
74
|
-
export type TMapCelebFolderUpdate = {
|
|
75
|
-
celeb_code: string;
|
|
76
|
-
folder_id: string;
|
|
77
|
-
} & Partial<Omit<TMapCelebFolder, "celeb_code" | "folder_id">>;
|
|
78
|
-
export type TMapCelebSelectedFolder = {
|
|
79
|
-
celeb_code: string;
|
|
80
|
-
folder_id: string;
|
|
81
|
-
title: string | null;
|
|
82
|
-
profile: string | null;
|
|
83
|
-
description: string | null;
|
|
84
|
-
target_country_code: string | null;
|
|
85
|
-
target_city_code: string | null;
|
|
86
|
-
hero_image_01: string | null;
|
|
87
|
-
hero_image_02: string | null;
|
|
88
|
-
thumbnail_main_01: string | null;
|
|
89
|
-
thumbnail_main_02: string | null;
|
|
90
|
-
thumbnail_vertical_01: string | null;
|
|
91
|
-
thumbnail_vertical_02: string | null;
|
|
92
|
-
earliest_event: Date | null;
|
|
93
|
-
latest_event: Date | null;
|
|
54
|
+
earliest_event?: Date | null;
|
|
55
|
+
latest_event?: Date | null;
|
|
94
56
|
};
|
|
95
|
-
export type TMapCelebSelectedFolderInsert = {
|
|
96
|
-
celeb_code: string;
|
|
97
|
-
folder_id: string;
|
|
98
|
-
} & Partial<Omit<TMapCelebSelectedFolder, "celeb_code" | "folder_id">>;
|
|
99
|
-
export type TMapCelebSelectedFolderUpdate = {
|
|
100
|
-
celeb_code: string;
|
|
101
|
-
folder_id: string;
|
|
102
|
-
} & Partial<Omit<TMapCelebSelectedFolder, "celeb_code" | "folder_id">>;
|
|
103
57
|
export type TMapCelebEvent = {
|
|
104
58
|
celeb_code: string;
|
|
105
59
|
event_id: string;
|
|
106
|
-
date
|
|
107
|
-
};
|
|
108
|
-
export type TMapCelebEventInsert = {
|
|
109
|
-
celeb_code: string;
|
|
110
|
-
event_id: string;
|
|
111
|
-
} & Partial<Omit<TMapCelebEvent, "celeb_code" | "event_id">>;
|
|
112
|
-
export type TMapCelebEventUpdate = {
|
|
113
|
-
celeb_code: string;
|
|
114
|
-
event_id: string;
|
|
115
|
-
} & Partial<Omit<TMapCelebEvent, "celeb_code" | "event_id">>;
|
|
116
|
-
export type TMapCelebSelectedEvent = {
|
|
117
|
-
celeb_code: string;
|
|
118
|
-
event_id: string;
|
|
119
|
-
folder_id: string | null;
|
|
120
|
-
date: Date | null;
|
|
121
|
-
time: Date | null;
|
|
122
|
-
tz: string | null;
|
|
123
|
-
utc_minutes: number | null;
|
|
124
|
-
duration_minutes: number | null;
|
|
125
|
-
is_repeat_annually: boolean;
|
|
126
|
-
title: string;
|
|
127
|
-
profile: string | null;
|
|
128
|
-
description: string | null;
|
|
129
|
-
target_country_code: string | null;
|
|
130
|
-
target_city_code: string | null;
|
|
131
|
-
hero_image_01: string | null;
|
|
132
|
-
hero_image_02: string | null;
|
|
133
|
-
thumbnail_main_01: string | null;
|
|
134
|
-
thumbnail_main_02: string | null;
|
|
135
|
-
thumbnail_vertical_01: string | null;
|
|
136
|
-
thumbnail_vertical_02: string | null;
|
|
60
|
+
date?: Date | null;
|
|
137
61
|
};
|
|
138
|
-
export type TMapCelebSelectedEventInsert = {
|
|
139
|
-
celeb_code: string;
|
|
140
|
-
event_id: string;
|
|
141
|
-
} & Partial<Omit<TMapCelebEvent, "celeb_code" | "event_id">>;
|
|
142
|
-
export type TMapCelebSelectedEventUpdate = {
|
|
143
|
-
celeb_code: string;
|
|
144
|
-
event_id: string;
|
|
145
|
-
} & Partial<Omit<TMapCelebEvent, "celeb_code" | "event_id">>;
|
|
@@ -19,6 +19,9 @@ export type TCityListAdmin = TCityOption & {
|
|
|
19
19
|
event_count: number;
|
|
20
20
|
};
|
|
21
21
|
export type TCityDetail = TCityListAdmin & {
|
|
22
|
+
thumbnail_square: string | null;
|
|
23
|
+
thumbnail_horizontal: string | null;
|
|
24
|
+
thumbnail_vertical: string | null;
|
|
22
25
|
location: string | null;
|
|
23
26
|
latitude: number | null;
|
|
24
27
|
longitude: number | null;
|
|
@@ -62,21 +65,6 @@ export type TCityDetailInsert = {
|
|
|
62
65
|
export type TCityDetailUpdate = {
|
|
63
66
|
city_code: string;
|
|
64
67
|
} & Partial<Omit<TCityDetail, "city_code">>;
|
|
65
|
-
export type TCityViewLog = {
|
|
66
|
-
city_code: string;
|
|
67
|
-
hash_code: string;
|
|
68
|
-
date: Date;
|
|
69
|
-
view_count: number;
|
|
70
|
-
};
|
|
71
|
-
export type TCityViewLogInsert = {
|
|
72
|
-
city_code: string;
|
|
73
|
-
hash_code: string;
|
|
74
|
-
date: Date;
|
|
75
|
-
} & Partial<Omit<TCityViewLog, "city_code" | "hash_code" | "date">>;
|
|
76
|
-
export type TCityViewLogUpdate = {
|
|
77
|
-
city_code: string;
|
|
78
|
-
hash_code: string;
|
|
79
|
-
} & Partial<Omit<TCityViewLog, "city_code" | "hash_code">>;
|
|
80
68
|
export type TCityImage = {
|
|
81
69
|
city_code: string;
|
|
82
70
|
hash_code: string;
|
|
@@ -84,6 +72,10 @@ export type TCityImage = {
|
|
|
84
72
|
orientation: string | null;
|
|
85
73
|
order_num: number;
|
|
86
74
|
image_url: string;
|
|
75
|
+
src_thumbnail: string | null;
|
|
76
|
+
src_name: string | null;
|
|
77
|
+
src_url: string | null;
|
|
78
|
+
src_reference: string | null;
|
|
87
79
|
};
|
|
88
80
|
export type TCityImageInsert = {
|
|
89
81
|
city_code: string;
|
|
@@ -118,112 +110,3 @@ export type TCityI18n = {
|
|
|
118
110
|
lang_code: string;
|
|
119
111
|
name: string;
|
|
120
112
|
};
|
|
121
|
-
export type TCityI18nInsert = {
|
|
122
|
-
city_code: string;
|
|
123
|
-
lang_code: string;
|
|
124
|
-
name: string;
|
|
125
|
-
} & Partial<Omit<TCityI18n, "city_code" | "lang_code" | "name">>;
|
|
126
|
-
export type TCityI18nUpdate = {
|
|
127
|
-
city_code: string;
|
|
128
|
-
lang_code: string;
|
|
129
|
-
} & Partial<Omit<TCityI18n, "city_code" | "lang_code">>;
|
|
130
|
-
export type TCityMetadataI18n = {
|
|
131
|
-
city_code: string;
|
|
132
|
-
lang_code: string;
|
|
133
|
-
title: string | null;
|
|
134
|
-
description: string | null;
|
|
135
|
-
og_title: string | null;
|
|
136
|
-
og_description: string | null;
|
|
137
|
-
og_image: string | null;
|
|
138
|
-
tag_set: string[] | string | null;
|
|
139
|
-
};
|
|
140
|
-
export type TCityMetadataI18nInsert = {
|
|
141
|
-
city_code: string;
|
|
142
|
-
lang_code: string;
|
|
143
|
-
} & Partial<Omit<TCityMetadataI18n, "city_code" | "lang_code">>;
|
|
144
|
-
export type TCityMetadataI18nUpdate = {
|
|
145
|
-
city_code: string;
|
|
146
|
-
lang_code: string;
|
|
147
|
-
} & Partial<Omit<TCityMetadataI18n, "city_code" | "lang_code">>;
|
|
148
|
-
export type TMapCityFolder = {
|
|
149
|
-
city_code: string;
|
|
150
|
-
folder_id: string;
|
|
151
|
-
earliest_event: Date | null;
|
|
152
|
-
latest_event: Date | null;
|
|
153
|
-
};
|
|
154
|
-
export type TMapCityFolderInsert = {
|
|
155
|
-
city_code: string;
|
|
156
|
-
folder_id: string;
|
|
157
|
-
} & Partial<Omit<TMapCityFolder, "city_code" | "folder_id">>;
|
|
158
|
-
export type TMapCityFolderUpdate = {
|
|
159
|
-
city_code: string;
|
|
160
|
-
folder_id: string;
|
|
161
|
-
} & Partial<Omit<TMapCityFolder, "city_code" | "folder_id">>;
|
|
162
|
-
export type TMapCitySelectedFolder = {
|
|
163
|
-
city_code: string;
|
|
164
|
-
folder_id: string;
|
|
165
|
-
title: string | null;
|
|
166
|
-
profile: string | null;
|
|
167
|
-
description: string | null;
|
|
168
|
-
target_country_code: string | null;
|
|
169
|
-
target_city_code: string | null;
|
|
170
|
-
hero_image_01: string | null;
|
|
171
|
-
hero_image_02: string | null;
|
|
172
|
-
thumbnail_main_01: string | null;
|
|
173
|
-
thumbnail_main_02: string | null;
|
|
174
|
-
thumbnail_vertical_01: string | null;
|
|
175
|
-
thumbnail_vertical_02: string | null;
|
|
176
|
-
earliest_event: Date | null;
|
|
177
|
-
latest_event: Date | null;
|
|
178
|
-
};
|
|
179
|
-
export type TMapCitySelectedFolderInsert = {
|
|
180
|
-
city_code: string;
|
|
181
|
-
folder_id: string;
|
|
182
|
-
} & Partial<Omit<TMapCitySelectedFolder, "city_code" | "folder_id">>;
|
|
183
|
-
export type TMapCitySelectedFolderUpdate = {
|
|
184
|
-
city_code: string;
|
|
185
|
-
folder_id: string;
|
|
186
|
-
} & Partial<Omit<TMapCitySelectedFolder, "city_code" | "folder_id">>;
|
|
187
|
-
export type TMapCityEvent = {
|
|
188
|
-
city_code: string;
|
|
189
|
-
event_id: string;
|
|
190
|
-
date: Date | null;
|
|
191
|
-
};
|
|
192
|
-
export type TMapCityEventInsert = {
|
|
193
|
-
city_code: string;
|
|
194
|
-
event_id: string;
|
|
195
|
-
} & Partial<Omit<TMapCityEvent, "city_code" | "event_id">>;
|
|
196
|
-
export type TMapCityEventUpdate = {
|
|
197
|
-
city_code: string;
|
|
198
|
-
event_id: string;
|
|
199
|
-
} & Partial<Omit<TMapCityEvent, "city_code" | "event_id">>;
|
|
200
|
-
export type TMapCitySelectedEvent = {
|
|
201
|
-
city_code: string;
|
|
202
|
-
event_id: string;
|
|
203
|
-
folder_id: string | null;
|
|
204
|
-
date: Date | null;
|
|
205
|
-
time: Date | null;
|
|
206
|
-
tz: string | null;
|
|
207
|
-
utc_minutes: number | null;
|
|
208
|
-
duration_minutes: number | null;
|
|
209
|
-
is_repeat_annually: boolean;
|
|
210
|
-
title: string;
|
|
211
|
-
profile: string | null;
|
|
212
|
-
description: string | null;
|
|
213
|
-
target_country_code: string | null;
|
|
214
|
-
target_city_code: string | null;
|
|
215
|
-
hero_image_01: string | null;
|
|
216
|
-
hero_image_02: string | null;
|
|
217
|
-
thumbnail_main_01: string | null;
|
|
218
|
-
thumbnail_main_02: string | null;
|
|
219
|
-
thumbnail_vertical_01: string | null;
|
|
220
|
-
thumbnail_vertical_02: string | null;
|
|
221
|
-
};
|
|
222
|
-
export type TMapCitySelectedEventInsert = {
|
|
223
|
-
city_code: string;
|
|
224
|
-
event_id: string;
|
|
225
|
-
} & Partial<Omit<TMapCitySelectedEvent, "city_code" | "event_id">>;
|
|
226
|
-
export type TMapCitySelectedEventUpdate = {
|
|
227
|
-
city_code: string;
|
|
228
|
-
event_id: string;
|
|
229
|
-
} & Partial<Omit<TMapCitySelectedEvent, "city_code" | "event_id">>;
|
|
@@ -2,14 +2,19 @@ export type TCompanyListForAdmin = {
|
|
|
2
2
|
company_code: string;
|
|
3
3
|
name: string;
|
|
4
4
|
name_native: string | null;
|
|
5
|
+
homepage: string | null;
|
|
5
6
|
youtube_ch_id: string | null;
|
|
6
7
|
instagram_id: string | null;
|
|
7
8
|
tiktok_id: string | null;
|
|
8
9
|
threads_id: string | null;
|
|
9
10
|
is_active: boolean;
|
|
10
11
|
is_display: boolean;
|
|
12
|
+
is_official_account: boolean;
|
|
11
13
|
};
|
|
12
14
|
export type TCompanyDetail = TCompanyListForAdmin & {
|
|
15
|
+
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_horizontal: string | null;
|
|
17
|
+
thumbnail_vertical: string | null;
|
|
13
18
|
profile: string | null;
|
|
14
19
|
deactivated_at: Date | null;
|
|
15
20
|
deactivated_by: string | null;
|
|
@@ -42,103 +47,14 @@ export type TCompanyDetailInsert = {
|
|
|
42
47
|
export type TCompanyDetailUpdate = {
|
|
43
48
|
company_code: string;
|
|
44
49
|
} & Partial<Omit<TCompanyDetail, "company_code">>;
|
|
45
|
-
export type TCompanyMetadataI18n = {
|
|
46
|
-
company_code: string;
|
|
47
|
-
lang_code: string;
|
|
48
|
-
title: string | null;
|
|
49
|
-
description: string | null;
|
|
50
|
-
keywords: string | null;
|
|
51
|
-
og_title: string | null;
|
|
52
|
-
og_description: string | null;
|
|
53
|
-
og_image: string | null;
|
|
54
|
-
};
|
|
55
|
-
export type TCompanyMetadataI18nInsert = {
|
|
56
|
-
company_code: string;
|
|
57
|
-
lang_code: string;
|
|
58
|
-
} & Partial<Omit<TCompanyMetadataI18n, "company_code" | "lang_code">>;
|
|
59
|
-
export type TCompanyMetadataI18nUpdate = {
|
|
60
|
-
company_code: string;
|
|
61
|
-
lang_code: string;
|
|
62
|
-
} & Partial<Omit<TCompanyMetadataI18n, "company_code" | "lang_code">>;
|
|
63
50
|
export type TMapCompanyFolder = {
|
|
64
51
|
company_code: string;
|
|
65
52
|
folder_id: string;
|
|
66
|
-
earliest_event
|
|
67
|
-
latest_event
|
|
68
|
-
};
|
|
69
|
-
export type TMapCompanyFolderInsert = {
|
|
70
|
-
company_code: string;
|
|
71
|
-
folder_id: string;
|
|
72
|
-
} & Partial<Omit<TMapCompanyFolder, "company_code" | "folder_id">>;
|
|
73
|
-
export type TMapCompanyFolderUpdate = {
|
|
74
|
-
company_code: string;
|
|
75
|
-
folder_id: string;
|
|
76
|
-
} & Partial<Omit<TMapCompanyFolder, "company_code" | "folder_id">>;
|
|
77
|
-
export type TMapCompanySelectedFolder = {
|
|
78
|
-
company_code: string;
|
|
79
|
-
folder_id: string;
|
|
80
|
-
title: string | null;
|
|
81
|
-
profile: string | null;
|
|
82
|
-
description: string | null;
|
|
83
|
-
target_country_code: string | null;
|
|
84
|
-
target_city_code: string | null;
|
|
85
|
-
hero_image_01: string | null;
|
|
86
|
-
hero_image_02: string | null;
|
|
87
|
-
thumbnail_main_01: string | null;
|
|
88
|
-
thumbnail_main_02: string | null;
|
|
89
|
-
thumbnail_vertical_01: string | null;
|
|
90
|
-
thumbnail_vertical_02: string | null;
|
|
91
|
-
earliest_event: Date | null;
|
|
92
|
-
latest_event: Date | null;
|
|
53
|
+
earliest_event?: Date | null;
|
|
54
|
+
latest_event?: Date | null;
|
|
93
55
|
};
|
|
94
|
-
export type TMapCompanySelectedFolderInsert = {
|
|
95
|
-
company_code: string;
|
|
96
|
-
folder_id: string;
|
|
97
|
-
} & Partial<Omit<TMapCompanySelectedFolder, "company_code" | "folder_id">>;
|
|
98
|
-
export type TMapCompanySelectedFolderUpdate = {
|
|
99
|
-
company_code: string;
|
|
100
|
-
folder_id: string;
|
|
101
|
-
} & Partial<Omit<TMapCompanySelectedFolder, "company_code" | "folder_id">>;
|
|
102
56
|
export type TMapCompanyEvent = {
|
|
103
57
|
company_code: string;
|
|
104
58
|
event_id: string;
|
|
105
|
-
date
|
|
106
|
-
};
|
|
107
|
-
export type TMapCompanyEventInsert = {
|
|
108
|
-
company_code: string;
|
|
109
|
-
event_id: string;
|
|
110
|
-
} & Partial<Omit<TMapCompanyEvent, "company_code" | "event_id">>;
|
|
111
|
-
export type TMapCompanyEventUpdate = {
|
|
112
|
-
company_code: string;
|
|
113
|
-
event_id: string;
|
|
114
|
-
} & Partial<Omit<TMapCompanyEvent, "company_code" | "event_id">>;
|
|
115
|
-
export type TMapCompanySelectedEvent = {
|
|
116
|
-
company_code: string;
|
|
117
|
-
event_id: string;
|
|
118
|
-
folder_id: string | null;
|
|
119
|
-
date: Date | null;
|
|
120
|
-
time: Date | null;
|
|
121
|
-
tz: string | null;
|
|
122
|
-
utc_minutes: number | null;
|
|
123
|
-
duration_minutes: number | null;
|
|
124
|
-
is_repeat_annually: boolean;
|
|
125
|
-
title: string;
|
|
126
|
-
profile: string | null;
|
|
127
|
-
description: string | null;
|
|
128
|
-
target_country_code: string | null;
|
|
129
|
-
target_city_code: string | null;
|
|
130
|
-
hero_image_01: string | null;
|
|
131
|
-
hero_image_02: string | null;
|
|
132
|
-
thumbnail_main_01: string | null;
|
|
133
|
-
thumbnail_main_02: string | null;
|
|
134
|
-
thumbnail_vertical_01: string | null;
|
|
135
|
-
thumbnail_vertical_02: string | null;
|
|
59
|
+
date?: Date | null;
|
|
136
60
|
};
|
|
137
|
-
export type TMapCompanySelectedEventInsert = {
|
|
138
|
-
company_code: string;
|
|
139
|
-
event_id: string;
|
|
140
|
-
} & Partial<Omit<TMapCompanySelectedEvent, "company_code" | "event_id">>;
|
|
141
|
-
export type TMapCompanySelectedEventUpdate = {
|
|
142
|
-
company_code: string;
|
|
143
|
-
event_id: string;
|
|
144
|
-
} & Partial<Omit<TMapCompanySelectedEvent, "company_code" | "event_id">>;
|