dplus_common_v1 0.1.6 → 0.1.9
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 +9 -92
- package/dist/db-types/db-brand-types.js +14 -1
- package/dist/db-types/db-brand-types.js.map +1 -1
- package/dist/db-types/db-category-types.d.ts +6 -124
- package/dist/db-types/db-category-types.js +10 -1
- package/dist/db-types/db-category-types.js.map +1 -1
- package/dist/db-types/db-celeb-types.d.ts +9 -92
- package/dist/db-types/db-celeb-types.js +14 -1
- package/dist/db-types/db-celeb-types.js.map +1 -1
- package/dist/db-types/db-city-types.d.ts +9 -124
- package/dist/db-types/db-city-types.js +15 -1
- package/dist/db-types/db-city-types.js.map +1 -1
- package/dist/db-types/db-company-types.d.ts +9 -92
- package/dist/db-types/db-company-types.js +13 -1
- package/dist/db-types/db-company-types.js.map +1 -1
- package/dist/db-types/db-event-types.d.ts +13 -45
- package/dist/db-types/db-event-types.js +24 -1
- package/dist/db-types/db-event-types.js.map +1 -1
- package/dist/db-types/db-folder-types.d.ts +15 -34
- package/dist/db-types/db-folder-types.js +20 -1
- package/dist/db-types/db-folder-types.js.map +1 -1
- package/dist/db-types/db-idol-group-types.d.ts +9 -92
- package/dist/db-types/db-idol-group-types.js +13 -1
- package/dist/db-types/db-idol-group-types.js.map +1 -1
- 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 +24 -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 +9 -92
- package/dist/db-types/db-people-types.js +13 -1
- package/dist/db-types/db-people-types.js.map +1 -1
- package/dist/db-types/db-pevent-types.d.ts +109 -0
- package/dist/db-types/db-pevent-types.js +24 -0
- package/dist/db-types/db-pevent-types.js.map +1 -0
- package/dist/db-types/db-product-types.d.ts +9 -92
- package/dist/db-types/db-product-types.js +15 -1
- package/dist/db-types/db-product-types.js.map +1 -1
- package/dist/db-types/db-selected-event-types.d.ts +38 -0
- package/dist/db-types/db-selected-event-types.js +25 -0
- package/dist/db-types/db-selected-event-types.js.map +1 -0
- package/dist/db-types/db-selected-folder-types.d.ts +34 -0
- package/dist/db-types/db-selected-folder-types.js +21 -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 +59 -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 +9 -92
- package/dist/db-types/db-team-types.js +13 -1
- package/dist/db-types/db-team-types.js.map +1 -1
- 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
|
@@ -1,15 +1,21 @@
|
|
|
1
|
+
export declare const TPeopleListForAdminAttributes: string[];
|
|
1
2
|
export type TPeopleListForAdmin = {
|
|
2
3
|
person_code: string;
|
|
3
4
|
name: string;
|
|
4
5
|
name_native: string | null;
|
|
6
|
+
homepage: string | null;
|
|
5
7
|
youtube_ch_id: string | null;
|
|
6
8
|
instagram_id: string | null;
|
|
7
9
|
tiktok_id: string | null;
|
|
8
10
|
threads_id: string | null;
|
|
9
11
|
is_active: boolean;
|
|
10
12
|
is_display: boolean;
|
|
13
|
+
is_official_account: boolean;
|
|
11
14
|
};
|
|
12
15
|
export type TPeopleDetail = TPeopleListForAdmin & {
|
|
16
|
+
thumbnail_square: string | null;
|
|
17
|
+
thumbnail_horizontal: string | null;
|
|
18
|
+
thumbnail_vertical: string | null;
|
|
13
19
|
profile: string | null;
|
|
14
20
|
deactivated_at: Date | null;
|
|
15
21
|
deactivated_by: string | null;
|
|
@@ -42,103 +48,14 @@ export type TPeopleDetailInsert = {
|
|
|
42
48
|
export type TPeopleDetailUpdate = {
|
|
43
49
|
person_code: string;
|
|
44
50
|
} & Partial<Omit<TPeopleDetail, "person_code">>;
|
|
45
|
-
export type TPeopleMetadataI18n = {
|
|
46
|
-
person_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 TPeopleMetadataI18nInsert = {
|
|
56
|
-
person_code: string;
|
|
57
|
-
lang_code: string;
|
|
58
|
-
} & Partial<Omit<TPeopleMetadataI18n, "person_code" | "lang_code">>;
|
|
59
|
-
export type TPeopleMetadataI18nUpdate = {
|
|
60
|
-
person_code: string;
|
|
61
|
-
lang_code: string;
|
|
62
|
-
} & Partial<Omit<TPeopleMetadataI18n, "person_code" | "lang_code">>;
|
|
63
51
|
export type TMapPeopleFolder = {
|
|
64
52
|
person_code: string;
|
|
65
53
|
folder_id: string;
|
|
66
|
-
earliest_event
|
|
67
|
-
latest_event
|
|
68
|
-
};
|
|
69
|
-
export type TMapPeopleFolderInsert = {
|
|
70
|
-
person_code: string;
|
|
71
|
-
folder_id: string;
|
|
72
|
-
} & Partial<Omit<TMapPeopleFolder, "person_code" | "folder_id">>;
|
|
73
|
-
export type TMapPeopleFolderUpdate = {
|
|
74
|
-
person_code: string;
|
|
75
|
-
folder_id: string;
|
|
76
|
-
} & Partial<Omit<TMapPeopleFolder, "person_code" | "folder_id">>;
|
|
77
|
-
export type TMapPeopleSelectedFolder = {
|
|
78
|
-
person_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;
|
|
54
|
+
earliest_event?: Date | null;
|
|
55
|
+
latest_event?: Date | null;
|
|
93
56
|
};
|
|
94
|
-
export type TMapPeopleSelectedFolderInsert = {
|
|
95
|
-
person_code: string;
|
|
96
|
-
folder_id: string;
|
|
97
|
-
} & Partial<Omit<TMapPeopleSelectedFolder, "person_code" | "folder_id">>;
|
|
98
|
-
export type TMapPeopleSelectedFolderUpdate = {
|
|
99
|
-
person_code: string;
|
|
100
|
-
folder_id: string;
|
|
101
|
-
} & Partial<Omit<TMapPeopleSelectedFolder, "person_code" | "folder_id">>;
|
|
102
57
|
export type TMapPeopleEvent = {
|
|
103
58
|
person_code: string;
|
|
104
59
|
event_id: string;
|
|
105
|
-
date
|
|
106
|
-
};
|
|
107
|
-
export type TMapPeopleEventInsert = {
|
|
108
|
-
person_code: string;
|
|
109
|
-
event_id: string;
|
|
110
|
-
} & Partial<Omit<TMapPeopleEvent, "person_code" | "event_id">>;
|
|
111
|
-
export type TMapPeopleEventUpdate = {
|
|
112
|
-
person_code: string;
|
|
113
|
-
event_id: string;
|
|
114
|
-
} & Partial<Omit<TMapPeopleEvent, "person_code" | "event_id">>;
|
|
115
|
-
export type TMapPeopleSelectedEvent = {
|
|
116
|
-
person_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;
|
|
60
|
+
date?: Date | null;
|
|
136
61
|
};
|
|
137
|
-
export type TMapPeopleSelectedEventInsert = {
|
|
138
|
-
person_code: string;
|
|
139
|
-
event_id: string;
|
|
140
|
-
} & Partial<Omit<TMapPeopleSelectedEvent, "person_code" | "event_id">>;
|
|
141
|
-
export type TMapPeopleSelectedEventUpdate = {
|
|
142
|
-
person_code: string;
|
|
143
|
-
event_id: string;
|
|
144
|
-
} & Partial<Omit<TMapPeopleSelectedEvent, "person_code" | "event_id">>;
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TPeopleListForAdminAttributes = [
|
|
2
|
+
"person_code",
|
|
3
|
+
"name",
|
|
4
|
+
"name_native",
|
|
5
|
+
"homepage",
|
|
6
|
+
"youtube_ch_id",
|
|
7
|
+
"instagram_id",
|
|
8
|
+
"tiktok_id",
|
|
9
|
+
"threads_id",
|
|
10
|
+
"is_active",
|
|
11
|
+
"is_display",
|
|
12
|
+
"is_official_account",
|
|
13
|
+
];
|
|
2
14
|
//# sourceMappingURL=db-people-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-people-types.js","sourceRoot":"","sources":["../../src/db-types/db-people-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-people-types.js","sourceRoot":"","sources":["../../src/db-types/db-people-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,aAAa;IACb,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
export declare const TPeventListForAdminAttributes: string[];
|
|
2
|
+
export type TPeventListForAdmin = {
|
|
3
|
+
pevent_id: string;
|
|
4
|
+
pevent_code: string;
|
|
5
|
+
folder_id: string | null;
|
|
6
|
+
date: Date;
|
|
7
|
+
time: string | null;
|
|
8
|
+
tz: string;
|
|
9
|
+
duration: number | null;
|
|
10
|
+
is_repeat_annually: boolean;
|
|
11
|
+
title: string;
|
|
12
|
+
created_at: Date;
|
|
13
|
+
is_admin_created: boolean;
|
|
14
|
+
created_by: string | null;
|
|
15
|
+
target_country_code: string;
|
|
16
|
+
target_city_code: string | null;
|
|
17
|
+
is_public: boolean;
|
|
18
|
+
view_count: number;
|
|
19
|
+
added_count: number;
|
|
20
|
+
shared_count: number;
|
|
21
|
+
saved_count: number;
|
|
22
|
+
is_active: boolean;
|
|
23
|
+
is_display: boolean;
|
|
24
|
+
};
|
|
25
|
+
export type TPeventDetail = TPeventListForAdmin & {
|
|
26
|
+
utc_minutes: number;
|
|
27
|
+
thumbnail_square: string | null;
|
|
28
|
+
thumbnail_horizontal: string | null;
|
|
29
|
+
thumbnail_vertical: string | null;
|
|
30
|
+
profile: string | null;
|
|
31
|
+
description: string | null;
|
|
32
|
+
homepage: string | null;
|
|
33
|
+
url_label: string | null;
|
|
34
|
+
url: string | null;
|
|
35
|
+
email: string | null;
|
|
36
|
+
phone_country_code: string | null;
|
|
37
|
+
phone: string | null;
|
|
38
|
+
location: string | null;
|
|
39
|
+
latitude: number | null;
|
|
40
|
+
longitude: number | null;
|
|
41
|
+
radius_m: number | null;
|
|
42
|
+
address_eng: string | null;
|
|
43
|
+
address_native: string | null;
|
|
44
|
+
target_age_start: number | null;
|
|
45
|
+
target_age_end: number | null;
|
|
46
|
+
target_sex: string | null;
|
|
47
|
+
is_target_for_family: boolean;
|
|
48
|
+
is_target_for_couple: boolean;
|
|
49
|
+
is_target_for_children: boolean;
|
|
50
|
+
is_target_for_single: boolean;
|
|
51
|
+
is_target_for_traveler: boolean;
|
|
52
|
+
updated_at: Date;
|
|
53
|
+
tags: string[] | string | null;
|
|
54
|
+
deactivated_at: Date | null;
|
|
55
|
+
deactivated_by: string | null;
|
|
56
|
+
hero_image_01: string | null;
|
|
57
|
+
hero_image_02: string | null;
|
|
58
|
+
hero_image_03: string | null;
|
|
59
|
+
hero_image_04: string | null;
|
|
60
|
+
hero_image_05: string | null;
|
|
61
|
+
thumbnail_main_01: string | null;
|
|
62
|
+
thumbnail_main_02: string | null;
|
|
63
|
+
thumbnail_main_03: string | null;
|
|
64
|
+
thumbnail_main_04: string | null;
|
|
65
|
+
thumbnail_main_05: string | null;
|
|
66
|
+
thumbnail_vertical_01: string | null;
|
|
67
|
+
thumbnail_vertical_02: string | null;
|
|
68
|
+
thumbnail_vertical_03: string | null;
|
|
69
|
+
thumbnail_vertical_04: string | null;
|
|
70
|
+
thumbnail_vertical_05: string | null;
|
|
71
|
+
metadata_title: string | null;
|
|
72
|
+
metadata_description: string | null;
|
|
73
|
+
metadata_keywords: string | null;
|
|
74
|
+
metadata_og_title: string | null;
|
|
75
|
+
metadata_og_description: string | null;
|
|
76
|
+
metadata_og_image: string | null;
|
|
77
|
+
};
|
|
78
|
+
export type TPeventDetailInsert = {
|
|
79
|
+
pevent_id: string;
|
|
80
|
+
pevent_code: string;
|
|
81
|
+
date: Date;
|
|
82
|
+
tz: string;
|
|
83
|
+
utc_minutes: number;
|
|
84
|
+
title: string;
|
|
85
|
+
} & Partial<Omit<TPeventDetail, "pevent_id" | "pevent_code" | "date" | "tz" | "utc_minutes" | "title">>;
|
|
86
|
+
export type TPeventDetailUpdate = {
|
|
87
|
+
pevent_id: string;
|
|
88
|
+
} & Partial<Omit<TPeventDetail, "pevent_id">>;
|
|
89
|
+
export type TPeventImage = {
|
|
90
|
+
pevent_id: string;
|
|
91
|
+
hash_code: string;
|
|
92
|
+
label: string | null;
|
|
93
|
+
orientation: string | null;
|
|
94
|
+
order_num: number;
|
|
95
|
+
image_url: string;
|
|
96
|
+
src_thumbnail: string | null;
|
|
97
|
+
src_name: string | null;
|
|
98
|
+
src_url: string | null;
|
|
99
|
+
src_reference: string | null;
|
|
100
|
+
};
|
|
101
|
+
export type TPeventImageInsert = {
|
|
102
|
+
pevent_id: string;
|
|
103
|
+
hash_code: string;
|
|
104
|
+
image_url: string;
|
|
105
|
+
} & Partial<Omit<TPeventImage, "pevent_id" | "hash_code" | "image_url">>;
|
|
106
|
+
export type TPeventImageUpdate = {
|
|
107
|
+
pevent_id: string;
|
|
108
|
+
hash_code: string;
|
|
109
|
+
} & Partial<Omit<TPeventImage, "pevent_id" | "hash_code">>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const TPeventListForAdminAttributes = [
|
|
2
|
+
"pevent_id",
|
|
3
|
+
"pevent_code",
|
|
4
|
+
"folder_id",
|
|
5
|
+
"date",
|
|
6
|
+
"time",
|
|
7
|
+
"tz",
|
|
8
|
+
"duration",
|
|
9
|
+
"is_repeat_annually",
|
|
10
|
+
"title",
|
|
11
|
+
"created_at",
|
|
12
|
+
"is_admin_created",
|
|
13
|
+
"created_by",
|
|
14
|
+
"target_country_code",
|
|
15
|
+
"target_city_code",
|
|
16
|
+
"is_public",
|
|
17
|
+
"view_count",
|
|
18
|
+
"added_count",
|
|
19
|
+
"shared_count",
|
|
20
|
+
"saved_count",
|
|
21
|
+
"is_active",
|
|
22
|
+
"is_display",
|
|
23
|
+
];
|
|
24
|
+
//# sourceMappingURL=db-pevent-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-pevent-types.js","sourceRoot":"","sources":["../../src/db-types/db-pevent-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,WAAW;IACX,aAAa;IACb,WAAW;IACX,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,oBAAoB;IACpB,OAAO;IACP,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,WAAW;IACX,YAAY;CACb,CAAC"}
|
|
@@ -1,17 +1,23 @@
|
|
|
1
|
+
export declare const TProductListForAdminAttributes: string[];
|
|
1
2
|
export type TProductListForAdmin = {
|
|
2
3
|
product_code: string;
|
|
3
4
|
company_code: string | null;
|
|
4
5
|
brand_code: string | null;
|
|
5
6
|
name: string;
|
|
6
7
|
name_native: string | null;
|
|
8
|
+
homepage: string | null;
|
|
7
9
|
youtube_ch_id: string | null;
|
|
8
10
|
instagram_id: string | null;
|
|
9
11
|
tiktok_id: string | null;
|
|
10
12
|
threads_id: string | null;
|
|
11
13
|
is_active: boolean;
|
|
12
14
|
is_display: boolean;
|
|
15
|
+
is_official_account: boolean;
|
|
13
16
|
};
|
|
14
17
|
export type TProductDetail = TProductListForAdmin & {
|
|
18
|
+
thumbnail_square: string | null;
|
|
19
|
+
thumbnail_horizontal: string | null;
|
|
20
|
+
thumbnail_vertical: string | null;
|
|
15
21
|
profile: string | null;
|
|
16
22
|
deactivated_at: Date | null;
|
|
17
23
|
deactivated_by: string | null;
|
|
@@ -44,103 +50,14 @@ export type TProductDetailInsert = {
|
|
|
44
50
|
export type TProductDetailUpdate = {
|
|
45
51
|
product_code: string;
|
|
46
52
|
} & Partial<Omit<TProductDetail, "product_code">>;
|
|
47
|
-
export type TProductMetadataI18n = {
|
|
48
|
-
product_code: string;
|
|
49
|
-
lang_code: string;
|
|
50
|
-
title: string | null;
|
|
51
|
-
description: string | null;
|
|
52
|
-
keywords: string | null;
|
|
53
|
-
og_title: string | null;
|
|
54
|
-
og_description: string | null;
|
|
55
|
-
og_image: string | null;
|
|
56
|
-
};
|
|
57
|
-
export type TProductMetadataI18nInsert = {
|
|
58
|
-
product_code: string;
|
|
59
|
-
lang_code: string;
|
|
60
|
-
} & Partial<Omit<TProductMetadataI18n, "product_code" | "lang_code">>;
|
|
61
|
-
export type TProductMetadataI18nUpdate = {
|
|
62
|
-
product_code: string;
|
|
63
|
-
lang_code: string;
|
|
64
|
-
} & Partial<Omit<TProductMetadataI18n, "product_code" | "lang_code">>;
|
|
65
53
|
export type TMapProductFolder = {
|
|
66
54
|
product_code: string;
|
|
67
55
|
folder_id: string;
|
|
68
|
-
earliest_event
|
|
69
|
-
latest_event
|
|
70
|
-
};
|
|
71
|
-
export type TMapProductFolderInsert = {
|
|
72
|
-
product_code: string;
|
|
73
|
-
folder_id: string;
|
|
74
|
-
} & Partial<Omit<TMapProductFolder, "product_code" | "folder_id">>;
|
|
75
|
-
export type TMapProductFolderUpdate = {
|
|
76
|
-
product_code: string;
|
|
77
|
-
folder_id: string;
|
|
78
|
-
} & Partial<Omit<TMapProductFolder, "product_code" | "folder_id">>;
|
|
79
|
-
export type TMapProductSelectedFolder = {
|
|
80
|
-
product_code: string;
|
|
81
|
-
folder_id: string;
|
|
82
|
-
title: string | null;
|
|
83
|
-
profile: string | null;
|
|
84
|
-
description: string | null;
|
|
85
|
-
target_country_code: string | null;
|
|
86
|
-
target_city_code: string | null;
|
|
87
|
-
hero_image_01: string | null;
|
|
88
|
-
hero_image_02: string | null;
|
|
89
|
-
thumbnail_main_01: string | null;
|
|
90
|
-
thumbnail_main_02: string | null;
|
|
91
|
-
thumbnail_vertical_01: string | null;
|
|
92
|
-
thumbnail_vertical_02: string | null;
|
|
93
|
-
earliest_event: Date | null;
|
|
94
|
-
latest_event: Date | null;
|
|
56
|
+
earliest_event?: Date | null;
|
|
57
|
+
latest_event?: Date | null;
|
|
95
58
|
};
|
|
96
|
-
export type TMapProductSelectedFolderInsert = {
|
|
97
|
-
product_code: string;
|
|
98
|
-
folder_id: string;
|
|
99
|
-
} & Partial<Omit<TMapProductSelectedFolder, "product_code" | "folder_id">>;
|
|
100
|
-
export type TMapProductSelectedFolderUpdate = {
|
|
101
|
-
product_code: string;
|
|
102
|
-
folder_id: string;
|
|
103
|
-
} & Partial<Omit<TMapProductSelectedFolder, "product_code" | "folder_id">>;
|
|
104
59
|
export type TMapProductEvent = {
|
|
105
60
|
product_code: string;
|
|
106
61
|
event_id: string;
|
|
107
|
-
date
|
|
108
|
-
};
|
|
109
|
-
export type TMapProductEventInsert = {
|
|
110
|
-
product_code: string;
|
|
111
|
-
event_id: string;
|
|
112
|
-
} & Partial<Omit<TMapProductEvent, "product_code" | "event_id">>;
|
|
113
|
-
export type TMapProductEventUpdate = {
|
|
114
|
-
product_code: string;
|
|
115
|
-
event_id: string;
|
|
116
|
-
} & Partial<Omit<TMapProductEvent, "product_code" | "event_id">>;
|
|
117
|
-
export type TMapProductSelectedEvent = {
|
|
118
|
-
product_code: string;
|
|
119
|
-
event_id: string;
|
|
120
|
-
folder_id: string | null;
|
|
121
|
-
date: Date | null;
|
|
122
|
-
time: Date | null;
|
|
123
|
-
tz: string | null;
|
|
124
|
-
utc_minutes: number | null;
|
|
125
|
-
duration_minutes: number | null;
|
|
126
|
-
is_repeat_annually: boolean;
|
|
127
|
-
title: string;
|
|
128
|
-
profile: string | null;
|
|
129
|
-
description: string | null;
|
|
130
|
-
target_country_code: string | null;
|
|
131
|
-
target_city_code: string | null;
|
|
132
|
-
hero_image_01: string | null;
|
|
133
|
-
hero_image_02: string | null;
|
|
134
|
-
thumbnail_main_01: string | null;
|
|
135
|
-
thumbnail_main_02: string | null;
|
|
136
|
-
thumbnail_vertical_01: string | null;
|
|
137
|
-
thumbnail_vertical_02: string | null;
|
|
62
|
+
date?: Date | null;
|
|
138
63
|
};
|
|
139
|
-
export type TMapProductSelectedEventInsert = {
|
|
140
|
-
product_code: string;
|
|
141
|
-
event_id: string;
|
|
142
|
-
} & Partial<Omit<TMapProductSelectedEvent, "product_code" | "event_id">>;
|
|
143
|
-
export type TMapProductSelectedEventUpdate = {
|
|
144
|
-
product_code: string;
|
|
145
|
-
event_id: string;
|
|
146
|
-
} & Partial<Omit<TMapProductSelectedEvent, "product_code" | "event_id">>;
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TProductListForAdminAttributes = [
|
|
2
|
+
"product_code",
|
|
3
|
+
"company_code",
|
|
4
|
+
"brand_code",
|
|
5
|
+
"name",
|
|
6
|
+
"name_native",
|
|
7
|
+
"homepage",
|
|
8
|
+
"youtube_ch_id",
|
|
9
|
+
"instagram_id",
|
|
10
|
+
"tiktok_id",
|
|
11
|
+
"threads_id",
|
|
12
|
+
"is_active",
|
|
13
|
+
"is_display",
|
|
14
|
+
"is_official_account",
|
|
15
|
+
];
|
|
2
16
|
//# sourceMappingURL=db-product-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-product-types.js","sourceRoot":"","sources":["../../src/db-types/db-product-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-product-types.js","sourceRoot":"","sources":["../../src/db-types/db-product-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,cAAc;IACd,YAAY;IACZ,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const TSelectedEventListForAdminAttributes: string[];
|
|
2
|
+
export type TSelectedEventListForAdmin = {
|
|
3
|
+
content_code: string;
|
|
4
|
+
code: string;
|
|
5
|
+
folder_id: string | null;
|
|
6
|
+
event_id: string;
|
|
7
|
+
date: Date | null;
|
|
8
|
+
time: string | null;
|
|
9
|
+
tz: string | null;
|
|
10
|
+
duration: number | null;
|
|
11
|
+
is_repeat_annually: boolean;
|
|
12
|
+
title: string;
|
|
13
|
+
thumbnail_square: string | null;
|
|
14
|
+
thumbnail_horizontal: string | null;
|
|
15
|
+
thumbnail_vertical: string | null;
|
|
16
|
+
profile: string | null;
|
|
17
|
+
target_country_code: string | null;
|
|
18
|
+
target_city_code: string | null;
|
|
19
|
+
hero_image_01: string | null;
|
|
20
|
+
hero_image_02: string | null;
|
|
21
|
+
thumbnail_main_01: string | null;
|
|
22
|
+
thumbnail_main_02: string | null;
|
|
23
|
+
thumbnail_vertical_01: string | null;
|
|
24
|
+
thumbnail_vertical_02: string | null;
|
|
25
|
+
};
|
|
26
|
+
export type TSelectedEventDetail = TSelectedEventListForAdmin & {
|
|
27
|
+
description: string | null;
|
|
28
|
+
};
|
|
29
|
+
export type TSelectedEventDetailInsert = {
|
|
30
|
+
content_code: string;
|
|
31
|
+
code: string;
|
|
32
|
+
event_id: string;
|
|
33
|
+
} & Partial<Omit<TSelectedEventDetail, "content_code" | "code" | "event_id">>;
|
|
34
|
+
export type TSelectedEventDetailUpdate = {
|
|
35
|
+
content_code: string;
|
|
36
|
+
code: string;
|
|
37
|
+
event_id: string;
|
|
38
|
+
} & Partial<Omit<TSelectedEventDetail, "content_code" | "code" | "event_id">>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const TSelectedEventListForAdminAttributes = [
|
|
2
|
+
"content_code",
|
|
3
|
+
"code",
|
|
4
|
+
"folder_id",
|
|
5
|
+
"event_id",
|
|
6
|
+
"date",
|
|
7
|
+
"time",
|
|
8
|
+
"tz",
|
|
9
|
+
"duration",
|
|
10
|
+
"is_repeat_annually",
|
|
11
|
+
"title",
|
|
12
|
+
"thumbnail_square",
|
|
13
|
+
"thumbnail_horizontal",
|
|
14
|
+
"thumbnail_vertical",
|
|
15
|
+
"profile",
|
|
16
|
+
"target_country_code",
|
|
17
|
+
"target_city_code",
|
|
18
|
+
"hero_image_01",
|
|
19
|
+
"hero_image_02",
|
|
20
|
+
"thumbnail_main_01",
|
|
21
|
+
"thumbnail_main_02",
|
|
22
|
+
"thumbnail_vertical_01",
|
|
23
|
+
"thumbnail_vertical_02",
|
|
24
|
+
];
|
|
25
|
+
//# sourceMappingURL=db-selected-event-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-selected-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-event-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,cAAc;IACd,MAAM;IACN,WAAW;IACX,UAAU;IACV,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,oBAAoB;IACpB,OAAO;IACP,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;CACxB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const TSelectedFolderListForAdminAttributes: string[];
|
|
2
|
+
export type TSelectedFolderListForAdmin = {
|
|
3
|
+
content_type: string;
|
|
4
|
+
code: string;
|
|
5
|
+
folder_id: string;
|
|
6
|
+
title: string;
|
|
7
|
+
thumbnail_square: string | null;
|
|
8
|
+
thumbnail_horizontal: string | null;
|
|
9
|
+
thumbnail_vertical: string | null;
|
|
10
|
+
profile: string | null;
|
|
11
|
+
target_country_code: string | null;
|
|
12
|
+
target_city_code: string | null;
|
|
13
|
+
hero_image_01: string | null;
|
|
14
|
+
hero_image_02: string | null;
|
|
15
|
+
thumbnail_main_01: string | null;
|
|
16
|
+
thumbnail_main_02: string | null;
|
|
17
|
+
thumbnail_vertical_01: string | null;
|
|
18
|
+
thumbnail_vertical_02: string | null;
|
|
19
|
+
earliest_event: Date | null;
|
|
20
|
+
latest_event: Date | null;
|
|
21
|
+
};
|
|
22
|
+
export type TSelectedFolderDetail = TSelectedFolderListForAdmin & {
|
|
23
|
+
description: string | null;
|
|
24
|
+
};
|
|
25
|
+
export type TSelectedFolderDetailInsert = {
|
|
26
|
+
content_type: string;
|
|
27
|
+
code: string;
|
|
28
|
+
folder_id: string;
|
|
29
|
+
} & Partial<Omit<TSelectedFolderDetail, "content_type" | "code" | "folder_id">>;
|
|
30
|
+
export type TSelectedFolderDetailUpdate = {
|
|
31
|
+
content_type: string;
|
|
32
|
+
code: string;
|
|
33
|
+
folder_id: string;
|
|
34
|
+
} & Partial<Omit<TSelectedFolderDetail, "content_type" | "code" | "folder_id">>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export const TSelectedFolderListForAdminAttributes = [
|
|
2
|
+
"content_type",
|
|
3
|
+
"code",
|
|
4
|
+
"folder_id",
|
|
5
|
+
"title",
|
|
6
|
+
"thumbnail_square",
|
|
7
|
+
"thumbnail_horizontal",
|
|
8
|
+
"thumbnail_vertical",
|
|
9
|
+
"profile",
|
|
10
|
+
"target_country_code",
|
|
11
|
+
"target_city_code",
|
|
12
|
+
"hero_image_01",
|
|
13
|
+
"hero_image_02",
|
|
14
|
+
"thumbnail_main_01",
|
|
15
|
+
"thumbnail_main_02",
|
|
16
|
+
"thumbnail_vertical_01",
|
|
17
|
+
"thumbnail_vertical_02",
|
|
18
|
+
"earliest_event",
|
|
19
|
+
"latest_event",
|
|
20
|
+
];
|
|
21
|
+
//# sourceMappingURL=db-selected-folder-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-selected-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-folder-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACnD,cAAc;IACd,MAAM;IACN,WAAW;IACX,OAAO;IACP,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,cAAc;CACf,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export declare const TStagListForAdminAttributes: string[];
|
|
2
|
+
export type TStagListForAdmin = {
|
|
3
|
+
target_country_code: string;
|
|
4
|
+
stag_code: string;
|
|
5
|
+
stag: string;
|
|
6
|
+
url: string | null;
|
|
7
|
+
event_count: number;
|
|
8
|
+
is_active: boolean;
|
|
9
|
+
is_display: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type TStagDetail = TStagListForAdmin & {
|
|
12
|
+
stag_native: string | null;
|
|
13
|
+
thumbnail_square: string | null;
|
|
14
|
+
thumbnail_horizontal: string | null;
|
|
15
|
+
thumbnail_vertical: string | null;
|
|
16
|
+
profile: string | null;
|
|
17
|
+
description: string | null;
|
|
18
|
+
deactivated_at: Date | null;
|
|
19
|
+
deactivated_by: string | null;
|
|
20
|
+
hero_image_01: string | null;
|
|
21
|
+
hero_image_02: string | null;
|
|
22
|
+
hero_image_03: string | null;
|
|
23
|
+
hero_image_04: string | null;
|
|
24
|
+
hero_image_05: string | null;
|
|
25
|
+
thumbnail_main_01: string | null;
|
|
26
|
+
thumbnail_main_02: string | null;
|
|
27
|
+
thumbnail_main_03: string | null;
|
|
28
|
+
thumbnail_main_04: string | null;
|
|
29
|
+
thumbnail_main_05: string | null;
|
|
30
|
+
thumbnail_vertical_01: string | null;
|
|
31
|
+
thumbnail_vertical_02: string | null;
|
|
32
|
+
thumbnail_vertical_03: string | null;
|
|
33
|
+
thumbnail_vertical_04: string | null;
|
|
34
|
+
thumbnail_vertical_05: string | null;
|
|
35
|
+
metadata_title: string | null;
|
|
36
|
+
metadata_description: string | null;
|
|
37
|
+
metadata_keywords: string | null;
|
|
38
|
+
metadata_og_title: string | null;
|
|
39
|
+
metadata_og_description: string | null;
|
|
40
|
+
metadata_og_image: string | null;
|
|
41
|
+
};
|
|
42
|
+
export type TStagDetailInsert = {
|
|
43
|
+
target_country_code: string;
|
|
44
|
+
stag_code: string;
|
|
45
|
+
stag: string;
|
|
46
|
+
} & Partial<Omit<TStagDetail, "target_country_code" | "stag_code" | "stag">>;
|
|
47
|
+
export type TStagDetailUpdate = {
|
|
48
|
+
stag_code: string;
|
|
49
|
+
} & Partial<Omit<TStagDetail, "stag_code">>;
|
|
50
|
+
export type TStagI18n = {
|
|
51
|
+
stag_code: string;
|
|
52
|
+
lang_code: string;
|
|
53
|
+
name: string;
|
|
54
|
+
description: string | null;
|
|
55
|
+
};
|
|
56
|
+
export type TStagI18nUpdate = {
|
|
57
|
+
stag_code: string;
|
|
58
|
+
lang_code: string;
|
|
59
|
+
} & Partial<Omit<TStagI18n, "stag_code" | "lang_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-stag-types.js","sourceRoot":"","sources":["../../src/db-types/db-stag-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,qBAAqB,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC"}
|
|
@@ -3,30 +3,3 @@ export type TTag = {
|
|
|
3
3
|
tag: string;
|
|
4
4
|
event_count: number;
|
|
5
5
|
};
|
|
6
|
-
export type TMapTagFolder = {
|
|
7
|
-
tag_code: string;
|
|
8
|
-
folder_id: string;
|
|
9
|
-
earliest_event: Date | null;
|
|
10
|
-
latest_event: Date | null;
|
|
11
|
-
};
|
|
12
|
-
export type TMapTagFolderInsert = {
|
|
13
|
-
tag_code: string;
|
|
14
|
-
folder_id: string;
|
|
15
|
-
} & Partial<Omit<TMapTagFolder, "tag_code" | "folder_id">>;
|
|
16
|
-
export type TMapTagFolderUpdate = {
|
|
17
|
-
tag_code: string;
|
|
18
|
-
folder_id: string;
|
|
19
|
-
} & Partial<Omit<TMapTagFolder, "tag_code" | "folder_id">>;
|
|
20
|
-
export type TMapTagEvent = {
|
|
21
|
-
tag_code: string;
|
|
22
|
-
event_id: string;
|
|
23
|
-
date: Date | null;
|
|
24
|
-
};
|
|
25
|
-
export type TMapTagEventInsert = {
|
|
26
|
-
tag_code: string;
|
|
27
|
-
event_id: string;
|
|
28
|
-
} & Partial<Omit<TMapTagEvent, "special_tag_code" | "event_id">>;
|
|
29
|
-
export type TMapTagEventUpdate = {
|
|
30
|
-
tag_code: string;
|
|
31
|
-
event_id: string;
|
|
32
|
-
} & Partial<Omit<TMapTagEvent, "tag_code" | "event_id">>;
|