dplus_common_v1 0.1.26 → 0.1.28
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/common.d.ts +1 -1
- package/dist/consts/common.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +17 -17
- package/dist/fields/field-selected-event.d.ts +7 -0
- package/dist/fields/field-selected-event.js +7 -0
- package/dist/fields/field-selected-event.js.map +1 -1
- package/dist/index.d.ts +24 -24
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/types/db-administrator-types.d.ts +26 -0
- package/dist/types/db-administrator-types.js +2 -0
- package/dist/types/db-administrator-types.js.map +1 -0
- package/dist/types/db-brand-types.d.ts +66 -0
- package/dist/types/db-brand-types.js +74 -0
- package/dist/types/db-brand-types.js.map +1 -0
- package/dist/types/db-category-types.d.ts +65 -0
- package/dist/types/db-category-types.js +78 -0
- package/dist/types/db-category-types.js.map +1 -0
- package/dist/types/db-celeb-types.d.ts +66 -0
- package/dist/types/db-celeb-types.js +75 -0
- package/dist/types/db-celeb-types.js.map +1 -0
- package/dist/types/db-city-types.d.ts +118 -0
- package/dist/types/db-city-types.js +86 -0
- package/dist/types/db-city-types.js.map +1 -0
- package/dist/types/db-company-types.d.ts +65 -0
- package/dist/types/db-company-types.js +73 -0
- package/dist/types/db-company-types.js.map +1 -0
- package/dist/types/db-event-types.d.ts +114 -0
- package/dist/types/db-event-types.js +123 -0
- package/dist/types/db-event-types.js.map +1 -0
- package/dist/types/db-event-user-reported-types.d.ts +75 -0
- package/dist/types/db-event-user-reported-types.js +2 -0
- package/dist/types/db-event-user-reported-types.js.map +1 -0
- package/dist/types/db-folder-types.d.ts +99 -0
- package/dist/types/db-folder-types.js +99 -0
- package/dist/types/db-folder-types.js.map +1 -0
- package/dist/types/db-i18n-types.d.ts +17 -0
- package/dist/types/db-i18n-types.js +2 -0
- package/dist/types/db-i18n-types.js.map +1 -0
- package/dist/types/db-idol-group-types.d.ts +65 -0
- package/dist/types/db-idol-group-types.js +73 -0
- package/dist/types/db-idol-group-types.js.map +1 -0
- package/dist/types/db-log-types.d.ts +19 -0
- package/dist/types/db-log-types.js +2 -0
- package/dist/types/db-log-types.js.map +1 -0
- package/dist/types/db-map-types.d.ts +44 -0
- package/dist/types/db-map-types.js +2 -0
- package/dist/types/db-map-types.js.map +1 -0
- package/dist/types/db-metadata-types.d.ts +24 -0
- package/dist/types/db-metadata-types.js +2 -0
- package/dist/types/db-metadata-types.js.map +1 -0
- package/dist/types/db-people-types.d.ts +65 -0
- package/dist/types/db-people-types.js +73 -0
- package/dist/types/db-people-types.js.map +1 -0
- package/dist/types/db-pevent-types.d.ts +113 -0
- package/dist/types/db-pevent-types.js +120 -0
- package/dist/types/db-pevent-types.js.map +1 -0
- package/dist/types/db-product-types.d.ts +67 -0
- package/dist/types/db-product-types.js +76 -0
- package/dist/types/db-product-types.js.map +1 -0
- package/dist/types/db-selected-event-types.d.ts +39 -0
- package/dist/types/db-selected-event-types.js +29 -0
- package/dist/types/db-selected-event-types.js.map +1 -0
- package/dist/types/db-selected-folder-types.d.ts +34 -0
- package/dist/types/db-selected-folder-types.js +23 -0
- package/dist/types/db-selected-folder-types.js.map +1 -0
- package/dist/types/db-service-provider-types.d.ts +13 -0
- package/dist/types/db-service-provider-types.js +2 -0
- package/dist/types/db-service-provider-types.js.map +1 -0
- package/dist/types/db-stag-types.d.ts +63 -0
- package/dist/types/db-stag-types.js +58 -0
- package/dist/types/db-stag-types.js.map +1 -0
- package/dist/types/db-tag-types.d.ts +5 -0
- package/dist/types/db-tag-types.js +2 -0
- package/dist/types/db-tag-types.js.map +1 -0
- package/dist/types/db-team-types.d.ts +65 -0
- package/dist/types/db-team-types.js +72 -0
- package/dist/types/db-team-types.js.map +1 -0
- package/dist/types/db-user-types.d.ts +85 -0
- package/dist/types/db-user-types.js +13 -0
- package/dist/types/db-user-types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export type TEventUserReported = {
|
|
2
|
+
hash_code: string;
|
|
3
|
+
date: Date;
|
|
4
|
+
time: Date | null;
|
|
5
|
+
tz: string;
|
|
6
|
+
user_tz: string;
|
|
7
|
+
duration: number | null;
|
|
8
|
+
title: string;
|
|
9
|
+
description: string | null;
|
|
10
|
+
address: string | null;
|
|
11
|
+
accept_language: string | null;
|
|
12
|
+
reported_at: Date;
|
|
13
|
+
reported_by: string | null;
|
|
14
|
+
};
|
|
15
|
+
export type TEventUserReportedInsert = {
|
|
16
|
+
hash_code: string;
|
|
17
|
+
date: Date;
|
|
18
|
+
title: string;
|
|
19
|
+
user_tz: string;
|
|
20
|
+
} & Partial<Omit<TEventUserReported, "hash_code" | "date" | "title" | "user_tz">>;
|
|
21
|
+
export type TEventUserReportedUpdate = {
|
|
22
|
+
hash_code: string;
|
|
23
|
+
} & Partial<Omit<TEventUserReported, "hash_code">>;
|
|
24
|
+
export type TEventUserReportedAdded = {
|
|
25
|
+
hash_code: string;
|
|
26
|
+
date: Date;
|
|
27
|
+
time: Date | null;
|
|
28
|
+
tz: string;
|
|
29
|
+
user_tz: string;
|
|
30
|
+
duration: number | null;
|
|
31
|
+
title: string;
|
|
32
|
+
description: string | null;
|
|
33
|
+
address: string | null;
|
|
34
|
+
accept_language: string | null;
|
|
35
|
+
reported_at: Date;
|
|
36
|
+
reported_by: string | null;
|
|
37
|
+
handled_at: Date;
|
|
38
|
+
handled_by: string | null;
|
|
39
|
+
};
|
|
40
|
+
export type TEventUserReportedAddedInsert = {
|
|
41
|
+
hash_code: string;
|
|
42
|
+
date: Date;
|
|
43
|
+
title: string;
|
|
44
|
+
user_tz: string;
|
|
45
|
+
} & Partial<Omit<TEventUserReportedAdded, "hash_code" | "date" | "title" | "user_tz">>;
|
|
46
|
+
export type TEventUserReportedAddedUpdate = {
|
|
47
|
+
hash_code: string;
|
|
48
|
+
} & Partial<Omit<TEventUserReportedAdded, "hash_code">>;
|
|
49
|
+
export type TEventUserReportedIgnored = {
|
|
50
|
+
hash_code: string;
|
|
51
|
+
date: Date;
|
|
52
|
+
time: Date | null;
|
|
53
|
+
tz: string;
|
|
54
|
+
user_tz: string;
|
|
55
|
+
duration: number | null;
|
|
56
|
+
title: string;
|
|
57
|
+
description: string | null;
|
|
58
|
+
address: string | null;
|
|
59
|
+
address_eng: string | null;
|
|
60
|
+
address_native: string | null;
|
|
61
|
+
accept_language: string | null;
|
|
62
|
+
reported_at: Date;
|
|
63
|
+
reported_by: string | null;
|
|
64
|
+
handled_at: Date;
|
|
65
|
+
handled_by: string | null;
|
|
66
|
+
};
|
|
67
|
+
export type TEventUserReportedIgnoredInsert = {
|
|
68
|
+
hash_code: string;
|
|
69
|
+
date: Date;
|
|
70
|
+
title: string;
|
|
71
|
+
user_tz: string;
|
|
72
|
+
} & Partial<Omit<TEventUserReportedIgnored, "hash_code" | "date" | "title" | "user_tz">>;
|
|
73
|
+
export type TEventUserReportedIgnoredUpdate = {
|
|
74
|
+
hash_code: string;
|
|
75
|
+
} & Partial<Omit<TEventUserReportedIgnored, "hash_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-event-user-reported-types.js","sourceRoot":"","sources":["../../src/types/db-event-user-reported-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export type TFolderListForAdmin = {
|
|
2
|
+
folder_id: string;
|
|
3
|
+
folder_code: string;
|
|
4
|
+
title: string;
|
|
5
|
+
created_at: Date;
|
|
6
|
+
is_admin_created: boolean;
|
|
7
|
+
created_by: string | null;
|
|
8
|
+
target_country_code: string;
|
|
9
|
+
target_city_code: string | null;
|
|
10
|
+
homepage: string | null;
|
|
11
|
+
url: string | null;
|
|
12
|
+
is_public: boolean;
|
|
13
|
+
view_count: number;
|
|
14
|
+
event_count: number;
|
|
15
|
+
added_count: number;
|
|
16
|
+
shared_count: number;
|
|
17
|
+
earliest_event: Date;
|
|
18
|
+
latest_event: Date;
|
|
19
|
+
is_active: boolean;
|
|
20
|
+
};
|
|
21
|
+
export type TFolderDetail = TFolderListForAdmin & {
|
|
22
|
+
thumbnail_square: string | null;
|
|
23
|
+
thumbnail_horizontal: string | null;
|
|
24
|
+
thumbnail_vertical: string | null;
|
|
25
|
+
profile: string | null;
|
|
26
|
+
description: string | null;
|
|
27
|
+
url_label: string | null;
|
|
28
|
+
email: string | null;
|
|
29
|
+
phone_country_code: string | null;
|
|
30
|
+
phone: string | null;
|
|
31
|
+
target_age_start: number | null;
|
|
32
|
+
target_age_end: number | null;
|
|
33
|
+
target_sex: string | null;
|
|
34
|
+
is_target_for_family: boolean;
|
|
35
|
+
is_target_for_couple: boolean;
|
|
36
|
+
is_target_for_children: boolean;
|
|
37
|
+
is_target_for_single: boolean;
|
|
38
|
+
is_target_for_traveler: boolean;
|
|
39
|
+
updated_at: Date;
|
|
40
|
+
tags: string[] | string | null;
|
|
41
|
+
deactivated_at: Date | null;
|
|
42
|
+
deactivated_by: string | null;
|
|
43
|
+
is_display: boolean;
|
|
44
|
+
hero_image_01: string | null;
|
|
45
|
+
hero_image_02: string | null;
|
|
46
|
+
hero_image_03: string | null;
|
|
47
|
+
hero_image_04: string | null;
|
|
48
|
+
hero_image_05: string | null;
|
|
49
|
+
thumbnail_main_01: string | null;
|
|
50
|
+
thumbnail_main_02: string | null;
|
|
51
|
+
thumbnail_main_03: string | null;
|
|
52
|
+
thumbnail_main_04: string | null;
|
|
53
|
+
thumbnail_main_05: string | null;
|
|
54
|
+
thumbnail_vertical_01: string | null;
|
|
55
|
+
thumbnail_vertical_02: string | null;
|
|
56
|
+
thumbnail_vertical_03: string | null;
|
|
57
|
+
thumbnail_vertical_04: string | null;
|
|
58
|
+
thumbnail_vertical_05: string | null;
|
|
59
|
+
metadata_title: string | null;
|
|
60
|
+
metadata_description: string | null;
|
|
61
|
+
metadata_keywords: string | null;
|
|
62
|
+
metadata_og_title: string | null;
|
|
63
|
+
metadata_og_description: string | null;
|
|
64
|
+
metadata_og_image: string | null;
|
|
65
|
+
};
|
|
66
|
+
export type TFolderDetailInsert = {
|
|
67
|
+
folder_id: string;
|
|
68
|
+
folder_code: string;
|
|
69
|
+
title: string;
|
|
70
|
+
} & Partial<Omit<TFolderDetail, "folder_code" | "title">>;
|
|
71
|
+
export type TFolderDetailUpdate = {
|
|
72
|
+
folder_id: string;
|
|
73
|
+
} & Partial<Omit<TFolderDetail, "folder_code">>;
|
|
74
|
+
export type TFolderImage = {
|
|
75
|
+
folder_id: string;
|
|
76
|
+
hash_code: string;
|
|
77
|
+
label: string | null;
|
|
78
|
+
orientation: string | null;
|
|
79
|
+
order_num: number;
|
|
80
|
+
image_url: string;
|
|
81
|
+
src_thumbnail: string | null;
|
|
82
|
+
src_name: string | null;
|
|
83
|
+
src_url: string | null;
|
|
84
|
+
src_reference: string | null;
|
|
85
|
+
};
|
|
86
|
+
export type TFolderImageInsert = {
|
|
87
|
+
folder_id: string;
|
|
88
|
+
hash_code: string;
|
|
89
|
+
image_url: string;
|
|
90
|
+
} & Partial<Omit<TFolderImage, "folder_id" | "hash_code" | "image_url">>;
|
|
91
|
+
export type TFolderImageUpdate = {
|
|
92
|
+
folder_id: string;
|
|
93
|
+
hash_code: string;
|
|
94
|
+
} & Partial<Omit<TFolderImage, "folder_id" | "hash_code">>;
|
|
95
|
+
export declare const DB_COLUMNS_FOLDER_LIST_FOR_ADMIN: string[];
|
|
96
|
+
export declare const KEYS_FOLDER_STR: string[];
|
|
97
|
+
export declare const KEYS_FOLDER_NUM: string[];
|
|
98
|
+
export declare const KEYS_FOLDER_BOOL: string[];
|
|
99
|
+
export declare const KEYS_FOLDER_STR_ARRAY: string[];
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* DB 컬럼 목록 For Folder List For Admin
|
|
3
|
+
*/
|
|
4
|
+
export const DB_COLUMNS_FOLDER_LIST_FOR_ADMIN = [
|
|
5
|
+
"folder_id",
|
|
6
|
+
"folder_code",
|
|
7
|
+
"title",
|
|
8
|
+
"created_at",
|
|
9
|
+
"is_admin_created",
|
|
10
|
+
"created_by",
|
|
11
|
+
"target_country_code",
|
|
12
|
+
"target_city_code",
|
|
13
|
+
"homepage",
|
|
14
|
+
"url",
|
|
15
|
+
"is_public",
|
|
16
|
+
"view_count",
|
|
17
|
+
"event_count",
|
|
18
|
+
"added_count",
|
|
19
|
+
"shared_count",
|
|
20
|
+
"earliest_event",
|
|
21
|
+
"latest_event",
|
|
22
|
+
"is_active",
|
|
23
|
+
];
|
|
24
|
+
/*
|
|
25
|
+
* Folder 데이터 문자열 KEY 목록
|
|
26
|
+
* FormData Parsing 할 때 사용
|
|
27
|
+
*/
|
|
28
|
+
export const KEYS_FOLDER_STR = [
|
|
29
|
+
"folder_id",
|
|
30
|
+
"folder_code",
|
|
31
|
+
"title",
|
|
32
|
+
"thumbnail_square",
|
|
33
|
+
"thumbnail_horizontal",
|
|
34
|
+
"thumbnail_vertical",
|
|
35
|
+
"profile",
|
|
36
|
+
"description",
|
|
37
|
+
"created_at",
|
|
38
|
+
"created_by",
|
|
39
|
+
"target_country_code",
|
|
40
|
+
"target_city_code",
|
|
41
|
+
"homepage",
|
|
42
|
+
"url_label",
|
|
43
|
+
"url",
|
|
44
|
+
"email",
|
|
45
|
+
"phone_country_code",
|
|
46
|
+
"phone",
|
|
47
|
+
"earliest_event",
|
|
48
|
+
"latest_event",
|
|
49
|
+
"target_sex",
|
|
50
|
+
"updated_at",
|
|
51
|
+
"deactivated_at",
|
|
52
|
+
"deactivated_by",
|
|
53
|
+
"hero_image_01",
|
|
54
|
+
"hero_image_02",
|
|
55
|
+
"hero_image_03",
|
|
56
|
+
"hero_image_04",
|
|
57
|
+
"hero_image_05",
|
|
58
|
+
"thumbnail_main_01",
|
|
59
|
+
"thumbnail_main_02",
|
|
60
|
+
"thumbnail_main_03",
|
|
61
|
+
"thumbnail_main_04",
|
|
62
|
+
"thumbnail_main_05",
|
|
63
|
+
"thumbnail_vertical_01",
|
|
64
|
+
"thumbnail_vertical_02",
|
|
65
|
+
"thumbnail_vertical_03",
|
|
66
|
+
"thumbnail_vertical_04",
|
|
67
|
+
"thumbnail_vertical_05",
|
|
68
|
+
"metadata_title",
|
|
69
|
+
"metadata_description",
|
|
70
|
+
"metadata_og_title",
|
|
71
|
+
"metadata_og_description",
|
|
72
|
+
"metadata_og_image",
|
|
73
|
+
];
|
|
74
|
+
/*
|
|
75
|
+
* Folder 데이터 숫자 KEY 목록
|
|
76
|
+
* FormDataParsing 할 때 사용
|
|
77
|
+
*/
|
|
78
|
+
export const KEYS_FOLDER_NUM = ["view_count", "event_count", "added_count", "shared_count", "target_age_start", "target_age_end"];
|
|
79
|
+
/*
|
|
80
|
+
* Folder 데이터 불리언 KEY 목록
|
|
81
|
+
* FormData Parsing 할 때 사용
|
|
82
|
+
*/
|
|
83
|
+
export const KEYS_FOLDER_BOOL = [
|
|
84
|
+
"is_admin_created",
|
|
85
|
+
"is_public",
|
|
86
|
+
"is_target_for_family",
|
|
87
|
+
"is_target_for_couple",
|
|
88
|
+
"is_target_for_children",
|
|
89
|
+
"is_target_for_single",
|
|
90
|
+
"is_target_for_traveler",
|
|
91
|
+
"is_active",
|
|
92
|
+
"is_display",
|
|
93
|
+
];
|
|
94
|
+
/*
|
|
95
|
+
* Folder 데이터 문자열 배열 KEY 목록
|
|
96
|
+
* FormData Parsing 할 때 사용
|
|
97
|
+
*/
|
|
98
|
+
export const KEYS_FOLDER_STR_ARRAY = ["tags", "metadata_keywords"];
|
|
99
|
+
//# sourceMappingURL=db-folder-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-folder-types.js","sourceRoot":"","sources":["../../src/types/db-folder-types.ts"],"names":[],"mappings":"AAqGA;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,WAAW;IACX,aAAa;IACb,OAAO;IACP,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;CACZ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,WAAW;IACX,aAAa;IACb,OAAO;IACP,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;AAElI;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,kBAAkB;IAClB,WAAW;IACX,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export type TLanguage = {
|
|
2
|
+
lang_code: string;
|
|
3
|
+
lang_name: string;
|
|
4
|
+
native: string;
|
|
5
|
+
};
|
|
6
|
+
export type TCountry = {
|
|
7
|
+
country_code: string;
|
|
8
|
+
country_name: string;
|
|
9
|
+
native: string;
|
|
10
|
+
event_count: number;
|
|
11
|
+
user_count: number;
|
|
12
|
+
};
|
|
13
|
+
export type TMapCountryLanguage = {
|
|
14
|
+
country_lang_code: string;
|
|
15
|
+
country_code: string;
|
|
16
|
+
lang_code: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-i18n-types.js","sourceRoot":"","sources":["../../src/types/db-i18n-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export type TIdolGroupListForAdmin = {
|
|
2
|
+
idol_group_code: string;
|
|
3
|
+
group_name: string;
|
|
4
|
+
group_name_native: string | null;
|
|
5
|
+
homepage: string | null;
|
|
6
|
+
youtube_ch_id: string | null;
|
|
7
|
+
instagram_id: string | null;
|
|
8
|
+
tiktok_id: string | null;
|
|
9
|
+
threads_id: string | null;
|
|
10
|
+
is_active: boolean;
|
|
11
|
+
is_display: boolean;
|
|
12
|
+
is_official_account: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type TIdolGroupDetail = TIdolGroupListForAdmin & {
|
|
15
|
+
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_horizontal: string | null;
|
|
17
|
+
thumbnail_vertical: string | null;
|
|
18
|
+
profile: string | null;
|
|
19
|
+
deactivated_at: Date | null;
|
|
20
|
+
deactivated_by: string | null;
|
|
21
|
+
hero_image_01: string | null;
|
|
22
|
+
hero_image_02: string | null;
|
|
23
|
+
hero_image_03: string | null;
|
|
24
|
+
hero_image_04: string | null;
|
|
25
|
+
hero_image_05: string | null;
|
|
26
|
+
thumbnail_main_01: string | null;
|
|
27
|
+
thumbnail_main_02: string | null;
|
|
28
|
+
thumbnail_main_03: string | null;
|
|
29
|
+
thumbnail_main_04: string | null;
|
|
30
|
+
thumbnail_main_05: string | null;
|
|
31
|
+
thumbnail_vertical_01: string | null;
|
|
32
|
+
thumbnail_vertical_02: string | null;
|
|
33
|
+
thumbnail_vertical_03: string | null;
|
|
34
|
+
thumbnail_vertical_04: string | null;
|
|
35
|
+
thumbnail_vertical_05: string | null;
|
|
36
|
+
metadata_title: string | null;
|
|
37
|
+
metadata_description: string | null;
|
|
38
|
+
metadata_keywords: string | null;
|
|
39
|
+
metadata_og_title: string | null;
|
|
40
|
+
metadata_og_description: string | null;
|
|
41
|
+
metadata_og_image: string | null;
|
|
42
|
+
};
|
|
43
|
+
export type TIdolGroupDetailInsert = {
|
|
44
|
+
idol_group_code: string;
|
|
45
|
+
group_name: string;
|
|
46
|
+
} & Partial<Omit<TIdolGroupDetail, "idol_group_code">>;
|
|
47
|
+
export type TIdolGroupDetailUpdate = {
|
|
48
|
+
idol_group_code: string;
|
|
49
|
+
} & Partial<Omit<TIdolGroupDetail, "idol_group_code">>;
|
|
50
|
+
export type TMapIdolGroupFolder = {
|
|
51
|
+
idol_group_code: string;
|
|
52
|
+
folder_id: string;
|
|
53
|
+
earliest_event?: Date | null;
|
|
54
|
+
latest_event?: Date | null;
|
|
55
|
+
};
|
|
56
|
+
export type TMapIdolGroupEvent = {
|
|
57
|
+
idol_group_code: string;
|
|
58
|
+
event_id: string;
|
|
59
|
+
date?: Date | null;
|
|
60
|
+
};
|
|
61
|
+
export declare const DB_COLUMNS_IDOL_GROUP_LIST_FOR_ADMIN: string[];
|
|
62
|
+
export declare const KEYS_IDOL_GROUP_STR: string[];
|
|
63
|
+
export declare const KEYS_IDOL_GROUP_NUM: never[];
|
|
64
|
+
export declare const KEYS_IDOL_GROUP_BOOL: string[];
|
|
65
|
+
export declare const KEYS_IDOL_GROUP_STR_ARRAY: string[];
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* DB 컬럼 목록 For Idol Group List For Admin
|
|
3
|
+
*/
|
|
4
|
+
export const DB_COLUMNS_IDOL_GROUP_LIST_FOR_ADMIN = [
|
|
5
|
+
"idol_group_code",
|
|
6
|
+
"group_name",
|
|
7
|
+
"group_name_native",
|
|
8
|
+
"homepage",
|
|
9
|
+
"youtube_ch_id",
|
|
10
|
+
"instagram_id",
|
|
11
|
+
"tiktok_id",
|
|
12
|
+
"threads_id",
|
|
13
|
+
"is_active",
|
|
14
|
+
"is_display",
|
|
15
|
+
"is_official_account",
|
|
16
|
+
];
|
|
17
|
+
/*
|
|
18
|
+
* Idol Group 데이터 문자열 KEY 목록
|
|
19
|
+
* FormData Parsing 할 때 사용
|
|
20
|
+
*/
|
|
21
|
+
export const KEYS_IDOL_GROUP_STR = [
|
|
22
|
+
"idol_group_code",
|
|
23
|
+
"group_name",
|
|
24
|
+
"group_name_native",
|
|
25
|
+
"thumbnail_square",
|
|
26
|
+
"thumbnail_horizontal",
|
|
27
|
+
"thumbnail_vertical",
|
|
28
|
+
"profile",
|
|
29
|
+
"homepage",
|
|
30
|
+
"youtube_ch_id",
|
|
31
|
+
"instagram_id",
|
|
32
|
+
"tiktok_id",
|
|
33
|
+
"threads_id",
|
|
34
|
+
"deactivated_at",
|
|
35
|
+
"deactivated_by",
|
|
36
|
+
"hero_image_01",
|
|
37
|
+
"hero_image_02",
|
|
38
|
+
"hero_image_03",
|
|
39
|
+
"hero_image_04",
|
|
40
|
+
"hero_image_05",
|
|
41
|
+
"thumbnail_main_01",
|
|
42
|
+
"thumbnail_main_02",
|
|
43
|
+
"thumbnail_main_03",
|
|
44
|
+
"thumbnail_main_04",
|
|
45
|
+
"thumbnail_main_05",
|
|
46
|
+
"thumbnail_vertical_01",
|
|
47
|
+
"thumbnail_vertical_02",
|
|
48
|
+
"thumbnail_vertical_03",
|
|
49
|
+
"thumbnail_vertical_04",
|
|
50
|
+
"thumbnail_vertical_05",
|
|
51
|
+
"metadata_title",
|
|
52
|
+
"metadata_description",
|
|
53
|
+
"metadata_keywords",
|
|
54
|
+
"metadata_og_title",
|
|
55
|
+
"metadata_og_description",
|
|
56
|
+
"metadata_og_image",
|
|
57
|
+
];
|
|
58
|
+
/*
|
|
59
|
+
* Idol Group 데이터 숫자 KEY 목록
|
|
60
|
+
* FormDataParsing 할 때 사용
|
|
61
|
+
*/
|
|
62
|
+
export const KEYS_IDOL_GROUP_NUM = [];
|
|
63
|
+
/*
|
|
64
|
+
* Brand 데이터 불리언 KEY 목록
|
|
65
|
+
* FormData Parsing 할 때 사용
|
|
66
|
+
*/
|
|
67
|
+
export const KEYS_IDOL_GROUP_BOOL = ["is_active", "is_display", "is_official_account"];
|
|
68
|
+
/*
|
|
69
|
+
* Idol Group 데이터 문자열 배열 KEY 목록
|
|
70
|
+
* FormData Parsing 할 때 사용
|
|
71
|
+
*/
|
|
72
|
+
export const KEYS_IDOL_GROUP_STR_ARRAY = ["metadata_keywords"];
|
|
73
|
+
//# sourceMappingURL=db-idol-group-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-idol-group-types.js","sourceRoot":"","sources":["../../src/types/db-idol-group-types.ts"],"names":[],"mappings":"AAkEA;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,iBAAiB;IACjB,YAAY;IACZ,mBAAmB;IACnB,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,iBAAiB;IACjB,YAAY;IACZ,mBAAmB;IACnB,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,EAAE,CAAC;AAEtC;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,WAAW,EAAE,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAEvF;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type TViewLog = {
|
|
2
|
+
content_type: string;
|
|
3
|
+
code: string;
|
|
4
|
+
hash_code: string;
|
|
5
|
+
date: Date;
|
|
6
|
+
view_count: number;
|
|
7
|
+
};
|
|
8
|
+
export type TSharedLog = {
|
|
9
|
+
content_type: string;
|
|
10
|
+
content_id: string;
|
|
11
|
+
provider_code: string;
|
|
12
|
+
shared_count: number;
|
|
13
|
+
};
|
|
14
|
+
export type TSavedLog = {
|
|
15
|
+
content_type: string;
|
|
16
|
+
content_id: string;
|
|
17
|
+
provider_code: string;
|
|
18
|
+
saved_count: number;
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-log-types.js","sourceRoot":"","sources":["../../src/types/db-log-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type TMapCityFolder = {
|
|
2
|
+
city_code: string;
|
|
3
|
+
folder_id: string;
|
|
4
|
+
earliest_event?: Date | null;
|
|
5
|
+
latest_event?: Date | null;
|
|
6
|
+
};
|
|
7
|
+
export type TMapCityEvent = {
|
|
8
|
+
city_code: string;
|
|
9
|
+
event_id: string;
|
|
10
|
+
date?: Date | null;
|
|
11
|
+
};
|
|
12
|
+
export type TMapCategoryFolder = {
|
|
13
|
+
category_code: string;
|
|
14
|
+
folder_id: string;
|
|
15
|
+
earliest_event?: Date | null;
|
|
16
|
+
latest_event?: Date | null;
|
|
17
|
+
};
|
|
18
|
+
export type TMapCategoryEvent = {
|
|
19
|
+
category_code: string;
|
|
20
|
+
event_id: string;
|
|
21
|
+
date?: Date | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapStagFolder = {
|
|
24
|
+
stag_code: string;
|
|
25
|
+
folder_id: string;
|
|
26
|
+
earliest_event?: Date | null;
|
|
27
|
+
latest_event?: Date | null;
|
|
28
|
+
};
|
|
29
|
+
export type TMapStagEvent = {
|
|
30
|
+
stag_code: string;
|
|
31
|
+
event_id: string;
|
|
32
|
+
date?: Date | null;
|
|
33
|
+
};
|
|
34
|
+
export type TMapTagFolder = {
|
|
35
|
+
tag_code: string;
|
|
36
|
+
folder_id: string;
|
|
37
|
+
earliest_event?: Date | null;
|
|
38
|
+
latest_event?: Date | null;
|
|
39
|
+
};
|
|
40
|
+
export type TMapTagEvent = {
|
|
41
|
+
tag_code: string;
|
|
42
|
+
event_id: string;
|
|
43
|
+
date?: Date | null;
|
|
44
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-map-types.js","sourceRoot":"","sources":["../../src/types/db-map-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const TMetadataI18nListForAdminAttributes: string[];
|
|
2
|
+
export type TMetadataI18nListForAdmin = {
|
|
3
|
+
content_type: string;
|
|
4
|
+
code: string;
|
|
5
|
+
lang_code: string;
|
|
6
|
+
title: string;
|
|
7
|
+
og_title: string | null;
|
|
8
|
+
};
|
|
9
|
+
export type TMetadataI18nDetail = TMetadataI18nListForAdmin & {
|
|
10
|
+
description: string | null;
|
|
11
|
+
og_description: string | null;
|
|
12
|
+
og_image: string | null;
|
|
13
|
+
tag_set: string | null;
|
|
14
|
+
};
|
|
15
|
+
export type TMetadataI18nDetailInsert = {
|
|
16
|
+
content_type: string;
|
|
17
|
+
code: string;
|
|
18
|
+
lang_code: string;
|
|
19
|
+
} & Partial<Omit<TMetadataI18nDetail, "content_type" | "code" | "lang_code">>;
|
|
20
|
+
export type TMetadataI18nDetailUpdate = {
|
|
21
|
+
content_type: string;
|
|
22
|
+
code: string;
|
|
23
|
+
lang_code: string;
|
|
24
|
+
} & Partial<Omit<TMetadataI18nDetail, "content_type" | "code" | "lang_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-metadata-types.js","sourceRoot":"","sources":["../../src/types/db-metadata-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAC,cAAc,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export type TPeopleListForAdmin = {
|
|
2
|
+
person_code: string;
|
|
3
|
+
name: string;
|
|
4
|
+
name_native: string | null;
|
|
5
|
+
homepage: string | null;
|
|
6
|
+
youtube_ch_id: string | null;
|
|
7
|
+
instagram_id: string | null;
|
|
8
|
+
tiktok_id: string | null;
|
|
9
|
+
threads_id: string | null;
|
|
10
|
+
is_active: boolean;
|
|
11
|
+
is_display: boolean;
|
|
12
|
+
is_official_account: boolean;
|
|
13
|
+
};
|
|
14
|
+
export type TPeopleDetail = TPeopleListForAdmin & {
|
|
15
|
+
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_horizontal: string | null;
|
|
17
|
+
thumbnail_vertical: string | null;
|
|
18
|
+
profile: string | null;
|
|
19
|
+
deactivated_at: Date | null;
|
|
20
|
+
deactivated_by: string | null;
|
|
21
|
+
hero_image_01: string | null;
|
|
22
|
+
hero_image_02: string | null;
|
|
23
|
+
hero_image_03: string | null;
|
|
24
|
+
hero_image_04: string | null;
|
|
25
|
+
hero_image_05: string | null;
|
|
26
|
+
thumbnail_main_01: string | null;
|
|
27
|
+
thumbnail_main_02: string | null;
|
|
28
|
+
thumbnail_main_03: string | null;
|
|
29
|
+
thumbnail_main_04: string | null;
|
|
30
|
+
thumbnail_main_05: string | null;
|
|
31
|
+
thumbnail_vertical_01: string | null;
|
|
32
|
+
thumbnail_vertical_02: string | null;
|
|
33
|
+
thumbnail_vertical_03: string | null;
|
|
34
|
+
thumbnail_vertical_04: string | null;
|
|
35
|
+
thumbnail_vertical_05: string | null;
|
|
36
|
+
metadata_title: string | null;
|
|
37
|
+
metadata_description: string | null;
|
|
38
|
+
metadata_keywords: string | null;
|
|
39
|
+
metadata_og_title: string | null;
|
|
40
|
+
metadata_og_description: string | null;
|
|
41
|
+
metadata_og_image: string | null;
|
|
42
|
+
};
|
|
43
|
+
export type TPeopleDetailInsert = {
|
|
44
|
+
person_code: string;
|
|
45
|
+
name: string;
|
|
46
|
+
} & Partial<Omit<TPeopleDetail, "person_code">>;
|
|
47
|
+
export type TPeopleDetailUpdate = {
|
|
48
|
+
person_code: string;
|
|
49
|
+
} & Partial<Omit<TPeopleDetail, "person_code">>;
|
|
50
|
+
export type TMapPeopleFolder = {
|
|
51
|
+
person_code: string;
|
|
52
|
+
folder_id: string;
|
|
53
|
+
earliest_event?: Date | null;
|
|
54
|
+
latest_event?: Date | null;
|
|
55
|
+
};
|
|
56
|
+
export type TMapPeopleEvent = {
|
|
57
|
+
person_code: string;
|
|
58
|
+
event_id: string;
|
|
59
|
+
date?: Date | null;
|
|
60
|
+
};
|
|
61
|
+
export declare const DB_COLUMNS_PEOPLE_LIST_FOR_ADMIN: string[];
|
|
62
|
+
export declare const KEYS_PEOPLE_STR: string[];
|
|
63
|
+
export declare const KEYS_PEOPLE_NUM: never[];
|
|
64
|
+
export declare const KEYS_PEOPLE_BOOL: string[];
|
|
65
|
+
export declare const KEYS_PEOPLE_STR_ARRAY: string[];
|