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
|
@@ -4,14 +4,19 @@ export type TProductListForAdmin = {
|
|
|
4
4
|
brand_code: string | null;
|
|
5
5
|
name: string;
|
|
6
6
|
name_native: string | null;
|
|
7
|
+
homepage: string | null;
|
|
7
8
|
youtube_ch_id: string | null;
|
|
8
9
|
instagram_id: string | null;
|
|
9
10
|
tiktok_id: string | null;
|
|
10
11
|
threads_id: string | null;
|
|
11
12
|
is_active: boolean;
|
|
12
13
|
is_display: boolean;
|
|
14
|
+
is_official_account: boolean;
|
|
13
15
|
};
|
|
14
16
|
export type TProductDetail = TProductListForAdmin & {
|
|
17
|
+
thumbnail_square: string | null;
|
|
18
|
+
thumbnail_horizontal: string | null;
|
|
19
|
+
thumbnail_vertical: string | null;
|
|
15
20
|
profile: string | null;
|
|
16
21
|
deactivated_at: Date | null;
|
|
17
22
|
deactivated_by: string | null;
|
|
@@ -44,103 +49,14 @@ export type TProductDetailInsert = {
|
|
|
44
49
|
export type TProductDetailUpdate = {
|
|
45
50
|
product_code: string;
|
|
46
51
|
} & 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
52
|
export type TMapProductFolder = {
|
|
66
53
|
product_code: string;
|
|
67
54
|
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;
|
|
55
|
+
earliest_event?: Date | null;
|
|
56
|
+
latest_event?: Date | null;
|
|
95
57
|
};
|
|
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
58
|
export type TMapProductEvent = {
|
|
105
59
|
product_code: string;
|
|
106
60
|
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;
|
|
61
|
+
date?: Date | null;
|
|
138
62
|
};
|
|
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">>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export type TSelectedEvent = {
|
|
2
|
+
content_code: string;
|
|
3
|
+
code: string;
|
|
4
|
+
folder_id: string | null;
|
|
5
|
+
event_id: string;
|
|
6
|
+
date: Date | null;
|
|
7
|
+
time: string | null;
|
|
8
|
+
tz: string | null;
|
|
9
|
+
duration: number | null;
|
|
10
|
+
is_repeat_annually: boolean;
|
|
11
|
+
title: string;
|
|
12
|
+
thumbnail_square: string | null;
|
|
13
|
+
thumbnail_horizontal: string | null;
|
|
14
|
+
thumbnail_vertical: string | null;
|
|
15
|
+
profile: string | null;
|
|
16
|
+
description: 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 TSelectedEventInsert = {
|
|
27
|
+
content_code: string;
|
|
28
|
+
code: string;
|
|
29
|
+
event_id: string;
|
|
30
|
+
} & Partial<Omit<TSelectedEvent, "content_code" | "code" | "event_id">>;
|
|
31
|
+
export type TSelectedEventUpdate = {
|
|
32
|
+
content_code: string;
|
|
33
|
+
code: string;
|
|
34
|
+
event_id: string;
|
|
35
|
+
} & Partial<Omit<TSelectedEvent, "content_code" | "code" | "event_id">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-selected-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-event-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export type TSelectedFolder = {
|
|
2
|
+
content_type: string;
|
|
3
|
+
code: string;
|
|
4
|
+
folder_id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
thumbnail_square: string | null;
|
|
7
|
+
thumbnail_horizontal: string | null;
|
|
8
|
+
thumbnail_vertical: string | null;
|
|
9
|
+
profile: string | null;
|
|
10
|
+
description: 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 TSelectedFolderInsert = {
|
|
23
|
+
content_type: string;
|
|
24
|
+
code: string;
|
|
25
|
+
folder_id: string;
|
|
26
|
+
} & Partial<Omit<TSelectedFolder, "content_type" | "code" | "folder_id">>;
|
|
27
|
+
export type TSelectedFolderUpdate = {
|
|
28
|
+
content_type: string;
|
|
29
|
+
code: string;
|
|
30
|
+
folder_id: string;
|
|
31
|
+
} & Partial<Omit<TSelectedFolder, "content_type" | "code" | "folder_id">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"db-selected-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-folder-types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export type TStagListForAdmin = {
|
|
2
|
+
target_country_code: string;
|
|
3
|
+
stag_code: string;
|
|
4
|
+
stag: string;
|
|
5
|
+
url: string | null;
|
|
6
|
+
event_count: number;
|
|
7
|
+
is_active: boolean;
|
|
8
|
+
is_display: boolean;
|
|
9
|
+
};
|
|
10
|
+
export type TStagDetail = TStagListForAdmin & {
|
|
11
|
+
stag_native: string | null;
|
|
12
|
+
thumbnail_square: string | null;
|
|
13
|
+
thumbnail_horizontal: string | null;
|
|
14
|
+
thumbnail_vertical: string | null;
|
|
15
|
+
profile: string | null;
|
|
16
|
+
description: string | null;
|
|
17
|
+
deactivated_at: Date | null;
|
|
18
|
+
deactivated_by: string | null;
|
|
19
|
+
hero_image_01: string | null;
|
|
20
|
+
hero_image_02: string | null;
|
|
21
|
+
hero_image_03: string | null;
|
|
22
|
+
hero_image_04: string | null;
|
|
23
|
+
hero_image_05: string | null;
|
|
24
|
+
thumbnail_main_01: string | null;
|
|
25
|
+
thumbnail_main_02: string | null;
|
|
26
|
+
thumbnail_main_03: string | null;
|
|
27
|
+
thumbnail_main_04: string | null;
|
|
28
|
+
thumbnail_main_05: string | null;
|
|
29
|
+
thumbnail_vertical_01: string | null;
|
|
30
|
+
thumbnail_vertical_02: string | null;
|
|
31
|
+
thumbnail_vertical_03: string | null;
|
|
32
|
+
thumbnail_vertical_04: string | null;
|
|
33
|
+
thumbnail_vertical_05: string | null;
|
|
34
|
+
metadata_title: string | null;
|
|
35
|
+
metadata_description: string | null;
|
|
36
|
+
metadata_keywords: string | null;
|
|
37
|
+
metadata_og_title: string | null;
|
|
38
|
+
metadata_og_description: string | null;
|
|
39
|
+
metadata_og_image: string | null;
|
|
40
|
+
};
|
|
41
|
+
export type TStagDetailInsert = {
|
|
42
|
+
target_country_code: string;
|
|
43
|
+
stag_code: string;
|
|
44
|
+
stag: string;
|
|
45
|
+
} & Partial<Omit<TStagDetail, "target_country_code" | "stag_code" | "stag">>;
|
|
46
|
+
export type TStagDetailUpdate = {
|
|
47
|
+
stag_code: string;
|
|
48
|
+
} & Partial<Omit<TStagDetail, "stag_code">>;
|
|
49
|
+
export type TStagI18n = {
|
|
50
|
+
stag_code: string;
|
|
51
|
+
lang_code: string;
|
|
52
|
+
name: string;
|
|
53
|
+
description: string | null;
|
|
54
|
+
};
|
|
55
|
+
export type TStagI18nUpdate = {
|
|
56
|
+
stag_code: string;
|
|
57
|
+
lang_code: string;
|
|
58
|
+
} & 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":""}
|
|
@@ -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">>;
|
|
@@ -2,14 +2,19 @@ export type TTeamListForAdmin = {
|
|
|
2
2
|
team_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 TTeamDetail = TTeamListForAdmin & {
|
|
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 TTeamDetailInsert = {
|
|
|
42
47
|
export type TTeamDetailUpdate = {
|
|
43
48
|
team_code: string;
|
|
44
49
|
} & Partial<Omit<TTeamDetail, "team_code">>;
|
|
45
|
-
export type TTeamMetadataI18n = {
|
|
46
|
-
team_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 TTeamMetadataI18nInsert = {
|
|
56
|
-
team_code: string;
|
|
57
|
-
lang_code: string;
|
|
58
|
-
} & Partial<Omit<TTeamMetadataI18n, "team_code" | "lang_code">>;
|
|
59
|
-
export type TTeamMetadataI18nUpdate = {
|
|
60
|
-
team_code: string;
|
|
61
|
-
lang_code: string;
|
|
62
|
-
} & Partial<Omit<TTeamMetadataI18n, "team_code" | "lang_code">>;
|
|
63
50
|
export type TMapTeamFolder = {
|
|
64
51
|
team_code: string;
|
|
65
52
|
folder_id: string;
|
|
66
|
-
earliest_event
|
|
67
|
-
latest_event
|
|
68
|
-
};
|
|
69
|
-
export type TMapTeamFolderInsert = {
|
|
70
|
-
team_code: string;
|
|
71
|
-
folder_id: string;
|
|
72
|
-
} & Partial<Omit<TMapTeamFolder, "team_code" | "folder_id">>;
|
|
73
|
-
export type TMapTeamFolderUpdate = {
|
|
74
|
-
team_code: string;
|
|
75
|
-
folder_id: string;
|
|
76
|
-
} & Partial<Omit<TMapTeamFolder, "team_code" | "folder_id">>;
|
|
77
|
-
export type TMapTeamSelectedFolder = {
|
|
78
|
-
team_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 TMapTeamSelectedFolderInsert = {
|
|
95
|
-
team_code: string;
|
|
96
|
-
folder_id: string;
|
|
97
|
-
} & Partial<Omit<TMapTeamSelectedFolder, "team_code" | "folder_id">>;
|
|
98
|
-
export type TMapTeamSelectedFolderUpdate = {
|
|
99
|
-
team_code: string;
|
|
100
|
-
folder_id: string;
|
|
101
|
-
} & Partial<Omit<TMapTeamSelectedFolder, "team_code" | "folder_id">>;
|
|
102
56
|
export type TMapTeamEvent = {
|
|
103
57
|
team_code: string;
|
|
104
58
|
event_id: string;
|
|
105
|
-
date
|
|
106
|
-
};
|
|
107
|
-
export type TMapTeamEventInsert = {
|
|
108
|
-
team_code: string;
|
|
109
|
-
event_id: string;
|
|
110
|
-
} & Partial<Omit<TMapTeamEvent, "team_code" | "event_id">>;
|
|
111
|
-
export type TMapTeamEventUpdate = {
|
|
112
|
-
team_code: string;
|
|
113
|
-
event_id: string;
|
|
114
|
-
} & Partial<Omit<TMapTeamEvent, "team_code" | "event_id">>;
|
|
115
|
-
export type TMapTeamSelectedEvent = {
|
|
116
|
-
team_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 TMapTeamSelectedEventInsert = {
|
|
138
|
-
team_code: string;
|
|
139
|
-
event_id: string;
|
|
140
|
-
} & Partial<Omit<TMapTeamSelectedEvent, "team_code" | "event_id">>;
|
|
141
|
-
export type TMapTeamSelectedEventUpdate = {
|
|
142
|
-
team_code: string;
|
|
143
|
-
event_id: string;
|
|
144
|
-
} & Partial<Omit<TMapTeamSelectedEvent, "team_code" | "event_id">>;
|
|
@@ -51,19 +51,19 @@ export type TMapUserEventUpdate = {
|
|
|
51
51
|
user_id: string;
|
|
52
52
|
event_id: string;
|
|
53
53
|
} & Partial<Omit<TMapUserEvent, "user_id" | "event_id">>;
|
|
54
|
-
export type
|
|
54
|
+
export type TMapUserPevent = {
|
|
55
55
|
user_id: string;
|
|
56
|
-
|
|
56
|
+
pevent_id: string;
|
|
57
57
|
date: Date | null;
|
|
58
58
|
};
|
|
59
|
-
export type
|
|
59
|
+
export type TMapUserPeventInsert = {
|
|
60
60
|
user_id: string;
|
|
61
|
-
|
|
62
|
-
} & Partial<Omit<
|
|
63
|
-
export type
|
|
61
|
+
pevent_id: string;
|
|
62
|
+
} & Partial<Omit<TMapUserPevent, "user_id" | "pevent_id">>;
|
|
63
|
+
export type TMapUserPeventUpdate = {
|
|
64
64
|
user_id: string;
|
|
65
|
-
|
|
66
|
-
} & Partial<Omit<
|
|
65
|
+
pevent_id: string;
|
|
66
|
+
} & Partial<Omit<TMapUserPevent, "user_id" | "pevent_id">>;
|
|
67
67
|
export type TManager = {
|
|
68
68
|
type: string;
|
|
69
69
|
code: string;
|