dplus_common_v1 0.1.107 → 0.1.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/consts/db.d.ts +1 -0
- package/dist/consts/db.js +1 -0
- package/dist/consts/db.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +3 -0
- package/dist/fields/fields-event/f-event-image.d.ts +8 -21
- package/dist/fields/fields-event/f-event-image.js +33 -46
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +85 -106
- package/dist/fields/fields-event/f-event.js +85 -106
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-image.d.ts +8 -21
- package/dist/fields/fields-folder/f-folder-image.js +33 -46
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +81 -102
- package/dist/fields/fields-folder/f-folder.js +84 -105
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +8 -21
- package/dist/fields/fields-group/f-group-image.js +33 -46
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +41 -62
- package/dist/fields/fields-group/f-group.js +84 -105
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-category-event.js +0 -6
- package/dist/fields/fields-map/f-map-category-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-city-event.js +0 -6
- package/dist/fields/fields-map/f-map-city-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-country-event.js +0 -6
- package/dist/fields/fields-map/f-map-country-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-folder-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-group-event.js +0 -6
- package/dist/fields/fields-map/f-map-group-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-user-event.js +0 -6
- package/dist/fields/fields-map/f-map-user-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +77 -0
- package/dist/fields/fields-stag/f-stag-image.js +78 -0
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -0
- package/dist/fields/fields-stag/f-stag.d.ts +47 -68
- package/dist/fields/fields-stag/f-stag.js +84 -105
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/types/types-event/t-event-image.d.ts +12 -11
- package/dist/types/types-event/t-event.d.ts +24 -15
- package/dist/types/types-event/t-event.js +12 -15
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-image.d.ts +12 -11
- package/dist/types/types-folder/t-folder.d.ts +12 -15
- package/dist/types/types-folder/t-folder.js +12 -15
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +12 -11
- package/dist/types/types-group/t-group.d.ts +12 -15
- package/dist/types/types-group/t-group.js +12 -15
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-map/t-map-category-event.d.ts +0 -1
- package/dist/types/types-map/t-map-category-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-city-event.d.ts +0 -1
- package/dist/types/types-map/t-map-city-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-country-event.d.ts +0 -1
- package/dist/types/types-map/t-map-country-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-folder-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-stag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-stag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-tag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-tag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-user-event.d.ts +0 -1
- package/dist/types/types-map/t-map-user-folder.d.ts +0 -2
- package/dist/types/types-stag/t-stag-image.d.ts +22 -0
- package/dist/types/types-stag/t-stag-image.js +2 -0
- package/dist/types/types-stag/t-stag-image.js.map +1 -0
- package/dist/types/types-stag/t-stag.d.ts +12 -15
- package/dist/types/types-stag/t-stag.js +12 -15
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/package.json +1 -1
|
@@ -13,8 +13,20 @@ export type TEventCard = {
|
|
|
13
13
|
bg_color: string | null;
|
|
14
14
|
fg_color: string | null;
|
|
15
15
|
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_square_src_name: string | null;
|
|
17
|
+
thumbnail_square_src_platform: string | null;
|
|
18
|
+
thumbnail_square_src_unique_id: string | null;
|
|
19
|
+
thumbnail_square_src_url: string | null;
|
|
16
20
|
thumbnail_horizontal: string | null;
|
|
21
|
+
thumbnail_horizontal_src_name: string | null;
|
|
22
|
+
thumbnail_horizontal_src_platform: string | null;
|
|
23
|
+
thumbnail_horizontal_src_unique_id: string | null;
|
|
24
|
+
thumbnail_horizontal_src_url: string | null;
|
|
17
25
|
thumbnail_vertical: string | null;
|
|
26
|
+
thumbnail_vertical_src_name: string | null;
|
|
27
|
+
thumbnail_vertical_src_platform: string | null;
|
|
28
|
+
thumbnail_vertical_src_unique_id: string | null;
|
|
29
|
+
thumbnail_vertical_src_url: string | null;
|
|
18
30
|
profile: string | null;
|
|
19
31
|
description: string | null;
|
|
20
32
|
url: string | null;
|
|
@@ -55,8 +67,20 @@ export type TEventDetail = TEventListForAdmin & {
|
|
|
55
67
|
target_city_native?: string | null;
|
|
56
68
|
utc_minutes: number;
|
|
57
69
|
thumbnail_square: string | null;
|
|
70
|
+
thumbnail_square_src_name: string | null;
|
|
71
|
+
thumbnail_square_src_platform: string | null;
|
|
72
|
+
thumbnail_square_src_unique_id: string | null;
|
|
73
|
+
thumbnail_square_src_url: string | null;
|
|
58
74
|
thumbnail_horizontal: string | null;
|
|
75
|
+
thumbnail_horizontal_src_name: string | null;
|
|
76
|
+
thumbnail_horizontal_src_platform: string | null;
|
|
77
|
+
thumbnail_horizontal_src_unique_id: string | null;
|
|
78
|
+
thumbnail_horizontal_src_url: string | null;
|
|
59
79
|
thumbnail_vertical: string | null;
|
|
80
|
+
thumbnail_vertical_src_name: string | null;
|
|
81
|
+
thumbnail_vertical_src_platform: string | null;
|
|
82
|
+
thumbnail_vertical_src_unique_id: string | null;
|
|
83
|
+
thumbnail_vertical_src_url: string | null;
|
|
60
84
|
profile: string | null;
|
|
61
85
|
description: string | null;
|
|
62
86
|
homepage: string | null;
|
|
@@ -91,21 +115,6 @@ export type TEventDetail = TEventListForAdmin & {
|
|
|
91
115
|
is_target_for_traveler: boolean;
|
|
92
116
|
deactivated_at: Date | null;
|
|
93
117
|
deactivated_by: string | null;
|
|
94
|
-
hero_image_01: string | null;
|
|
95
|
-
hero_image_02: string | null;
|
|
96
|
-
hero_image_03: string | null;
|
|
97
|
-
hero_image_04: string | null;
|
|
98
|
-
hero_image_05: string | null;
|
|
99
|
-
thumbnail_main_01: string | null;
|
|
100
|
-
thumbnail_main_02: string | null;
|
|
101
|
-
thumbnail_main_03: string | null;
|
|
102
|
-
thumbnail_main_04: string | null;
|
|
103
|
-
thumbnail_main_05: string | null;
|
|
104
|
-
thumbnail_vertical_01: string | null;
|
|
105
|
-
thumbnail_vertical_02: string | null;
|
|
106
|
-
thumbnail_vertical_03: string | null;
|
|
107
|
-
thumbnail_vertical_04: string | null;
|
|
108
|
-
thumbnail_vertical_05: string | null;
|
|
109
118
|
metadata_title: string | null;
|
|
110
119
|
metadata_description: string | null;
|
|
111
120
|
metadata_keywords: string | null;
|
|
@@ -41,8 +41,20 @@ export const KEYS_EVENT_STR = [
|
|
|
41
41
|
"bg_color",
|
|
42
42
|
"fg_color",
|
|
43
43
|
"thumbnail_square",
|
|
44
|
+
"thumbnail_square_src_name",
|
|
45
|
+
"thumbnail_square_src_platform",
|
|
46
|
+
"thumbnail_square_src_unique_id",
|
|
47
|
+
"thumbnail_square_src_url",
|
|
44
48
|
"thumbnail_horizontal",
|
|
49
|
+
"thumbnail_horizontal_src_name",
|
|
50
|
+
"thumbnail_horizontal_src_platform",
|
|
51
|
+
"thumbnail_horizontal_src_unique_id",
|
|
52
|
+
"thumbnail_horizontal_src_url",
|
|
45
53
|
"thumbnail_vertical",
|
|
54
|
+
"thumbnail_vertical_src_name",
|
|
55
|
+
"thumbnail_vertical_src_platform",
|
|
56
|
+
"thumbnail_vertical_src_unique_id",
|
|
57
|
+
"thumbnail_vertical_src_url",
|
|
46
58
|
"profile",
|
|
47
59
|
"description",
|
|
48
60
|
"target_country_code",
|
|
@@ -70,21 +82,6 @@ export const KEYS_EVENT_STR = [
|
|
|
70
82
|
"target_sex",
|
|
71
83
|
"deactivated_at",
|
|
72
84
|
"deactivated_by",
|
|
73
|
-
"hero_image_01",
|
|
74
|
-
"hero_image_02",
|
|
75
|
-
"hero_image_03",
|
|
76
|
-
"hero_image_04",
|
|
77
|
-
"hero_image_05",
|
|
78
|
-
"thumbnail_main_01",
|
|
79
|
-
"thumbnail_main_02",
|
|
80
|
-
"thumbnail_main_03",
|
|
81
|
-
"thumbnail_main_04",
|
|
82
|
-
"thumbnail_main_05",
|
|
83
|
-
"thumbnail_vertical_01",
|
|
84
|
-
"thumbnail_vertical_02",
|
|
85
|
-
"thumbnail_vertical_03",
|
|
86
|
-
"thumbnail_vertical_04",
|
|
87
|
-
"thumbnail_vertical_05",
|
|
88
85
|
"metadata_title",
|
|
89
86
|
"metadata_description",
|
|
90
87
|
"metadata_og_title",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"AAmEA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,cAAc;IACd,YAAY;IACZ,aAAa;IACb,oBAAoB;IACpB,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA8EF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,gCAAgC;IAChC,0BAA0B;IAC1B,sBAAsB;IACtB,+BAA+B;IAC/B,mCAAmC;IACnC,oCAAoC;IACpC,8BAA8B;IAC9B,oBAAoB;IACpB,6BAA6B;IAC7B,iCAAiC;IACjC,kCAAkC;IAClC,4BAA4B;IAC5B,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,uBAAuB;IACvB,kBAAkB;IAClB,oBAAoB;IACpB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,kBAAkB;IAClB,iBAAiB;IACjB,WAAW;IACX,WAAW;IACX,aAAa;IACb,gBAAgB;IAChB,gBAAgB;IAChB,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,aAAa;IACb,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,UAAU;IACV,aAAa;IACb,cAAc;IACd,aAAa;IACb,kBAAkB;IAClB,gBAAgB;CACjB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,oBAAoB;IACpB,kBAAkB;IAClB,WAAW;IACX,aAAa;IACb,YAAY;IACZ,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,gBAAgB;IAChB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
export type TFolderImage = {
|
|
2
|
-
id: number;
|
|
3
2
|
folder_code: string;
|
|
4
3
|
hash_code: string;
|
|
5
|
-
label: string | null;
|
|
6
|
-
orientation: string | null;
|
|
7
4
|
order_num: number;
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
label: string | null;
|
|
6
|
+
url: string;
|
|
10
7
|
src_name: string | null;
|
|
8
|
+
src_platform: string | null;
|
|
9
|
+
src_unique_id: string | null;
|
|
11
10
|
src_url: string | null;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
updated_at: Date;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
15
13
|
};
|
|
16
14
|
export type TFolderImageInsert = {
|
|
17
15
|
folder_code: string;
|
|
18
16
|
hash_code: string;
|
|
19
|
-
|
|
20
|
-
} & Partial<Omit<TFolderImage, "folder_code" | "hash_code" | "
|
|
21
|
-
export type TFolderImageUpdate =
|
|
17
|
+
url: string;
|
|
18
|
+
} & Partial<Omit<TFolderImage, "folder_code" | "hash_code" | "url">>;
|
|
19
|
+
export type TFolderImageUpdate = {
|
|
20
|
+
folder_code: string;
|
|
21
|
+
hash_code: string;
|
|
22
|
+
} & Partial<Omit<TFolderImage, "folder_code" | "hash_code">>;
|
|
@@ -15,8 +15,20 @@ export type TFolderCard = {
|
|
|
15
15
|
homepage: string | null;
|
|
16
16
|
url: string | null;
|
|
17
17
|
thumbnail_square: string | null;
|
|
18
|
+
thumbnail_square_src_name: string | null;
|
|
19
|
+
thumbnail_square_src_platform: string | null;
|
|
20
|
+
thumbnail_square_src_unique_id: string | null;
|
|
21
|
+
thumbnail_square_src_url: string | null;
|
|
18
22
|
thumbnail_horizontal: string | null;
|
|
23
|
+
thumbnail_horizontal_src_name: string | null;
|
|
24
|
+
thumbnail_horizontal_src_platform: string | null;
|
|
25
|
+
thumbnail_horizontal_src_unique_id: string | null;
|
|
26
|
+
thumbnail_horizontal_src_url: string | null;
|
|
19
27
|
thumbnail_vertical: string | null;
|
|
28
|
+
thumbnail_vertical_src_name: string | null;
|
|
29
|
+
thumbnail_vertical_src_platform: string | null;
|
|
30
|
+
thumbnail_vertical_src_unique_id: string | null;
|
|
31
|
+
thumbnail_vertical_src_url: string | null;
|
|
20
32
|
profile: string | null;
|
|
21
33
|
description: string | null;
|
|
22
34
|
};
|
|
@@ -68,21 +80,6 @@ export type TFolderDetail = TFolderListForAdmin & {
|
|
|
68
80
|
is_target_for_traveler: boolean;
|
|
69
81
|
deactivated_at: Date | null;
|
|
70
82
|
deactivated_by: string | null;
|
|
71
|
-
hero_image_01: string | null;
|
|
72
|
-
hero_image_02: string | null;
|
|
73
|
-
hero_image_03: string | null;
|
|
74
|
-
hero_image_04: string | null;
|
|
75
|
-
hero_image_05: string | null;
|
|
76
|
-
thumbnail_main_01: string | null;
|
|
77
|
-
thumbnail_main_02: string | null;
|
|
78
|
-
thumbnail_main_03: string | null;
|
|
79
|
-
thumbnail_main_04: string | null;
|
|
80
|
-
thumbnail_main_05: string | null;
|
|
81
|
-
thumbnail_vertical_01: string | null;
|
|
82
|
-
thumbnail_vertical_02: string | null;
|
|
83
|
-
thumbnail_vertical_03: string | null;
|
|
84
|
-
thumbnail_vertical_04: string | null;
|
|
85
|
-
thumbnail_vertical_05: string | null;
|
|
86
83
|
metadata_title: string | null;
|
|
87
84
|
metadata_description: string | null;
|
|
88
85
|
metadata_keywords: string | null;
|
|
@@ -33,8 +33,20 @@ export const KEYS_FOLDER_STR = [
|
|
|
33
33
|
"bg_color",
|
|
34
34
|
"fg_color",
|
|
35
35
|
"thumbnail_square",
|
|
36
|
+
"thumbnail_square_src_name",
|
|
37
|
+
"thumbnail_square_src_platform",
|
|
38
|
+
"thumbnail_square_src_unique_id",
|
|
39
|
+
"thumbnail_square_src_url",
|
|
36
40
|
"thumbnail_horizontal",
|
|
41
|
+
"thumbnail_horizontal_src_name",
|
|
42
|
+
"thumbnail_horizontal_src_platform",
|
|
43
|
+
"thumbnail_horizontal_src_unique_id",
|
|
44
|
+
"thumbnail_horizontal_src_url",
|
|
37
45
|
"thumbnail_vertical",
|
|
46
|
+
"thumbnail_vertical_src_name",
|
|
47
|
+
"thumbnail_vertical_src_platform",
|
|
48
|
+
"thumbnail_vertical_src_unique_id",
|
|
49
|
+
"thumbnail_vertical_src_url",
|
|
38
50
|
"profile",
|
|
39
51
|
"description",
|
|
40
52
|
"target_country_code",
|
|
@@ -56,21 +68,6 @@ export const KEYS_FOLDER_STR = [
|
|
|
56
68
|
"updated_at",
|
|
57
69
|
"deactivated_at",
|
|
58
70
|
"deactivated_by",
|
|
59
|
-
"hero_image_01",
|
|
60
|
-
"hero_image_02",
|
|
61
|
-
"hero_image_03",
|
|
62
|
-
"hero_image_04",
|
|
63
|
-
"hero_image_05",
|
|
64
|
-
"thumbnail_main_01",
|
|
65
|
-
"thumbnail_main_02",
|
|
66
|
-
"thumbnail_main_03",
|
|
67
|
-
"thumbnail_main_04",
|
|
68
|
-
"thumbnail_main_05",
|
|
69
|
-
"thumbnail_vertical_01",
|
|
70
|
-
"thumbnail_vertical_02",
|
|
71
|
-
"thumbnail_vertical_03",
|
|
72
|
-
"thumbnail_vertical_04",
|
|
73
|
-
"thumbnail_vertical_05",
|
|
74
71
|
"metadata_title",
|
|
75
72
|
"metadata_description",
|
|
76
73
|
"metadata_og_title",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"AA4DA;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA4CF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,gCAAgC;IAChC,0BAA0B;IAC1B,sBAAsB;IACtB,+BAA+B;IAC/B,mCAAmC;IACnC,oCAAoC;IACpC,8BAA8B;IAC9B,oBAAoB;IACpB,6BAA6B;IAC7B,iCAAiC;IACjC,kCAAkC;IAClC,4BAA4B;IAC5B,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,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"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
export type TGroupImage = {
|
|
2
|
-
id: number;
|
|
3
2
|
group_code: string;
|
|
4
3
|
hash_code: string;
|
|
5
|
-
label: string | null;
|
|
6
|
-
orientation: string | null;
|
|
7
4
|
order_num: number;
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
label: string | null;
|
|
6
|
+
url: string;
|
|
10
7
|
src_name: string | null;
|
|
8
|
+
src_platform: string | null;
|
|
9
|
+
src_unique_id: string | null;
|
|
11
10
|
src_url: string | null;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
updated_at: Date;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
15
13
|
};
|
|
16
14
|
export type TGroupImageInsert = {
|
|
17
15
|
group_code: string;
|
|
18
16
|
hash_code: string;
|
|
19
|
-
|
|
20
|
-
} & Partial<Omit<TGroupImage, "group_code" | "hash_code" | "
|
|
21
|
-
export type TGroupImageUpdate =
|
|
17
|
+
url: string;
|
|
18
|
+
} & Partial<Omit<TGroupImage, "group_code" | "hash_code" | "url">>;
|
|
19
|
+
export type TGroupImageUpdate = {
|
|
20
|
+
group_code: string;
|
|
21
|
+
hash_code: string;
|
|
22
|
+
} & Partial<Omit<TGroupImage, "group_code" | "hash_code">>;
|
|
@@ -30,26 +30,23 @@ export type TGroupListForAdmin = {
|
|
|
30
30
|
export declare const DB_COLUMNS_GROUP_LIST_FOR_ADMIN: string[];
|
|
31
31
|
export type TGroupDetail = TGroupListForAdmin & {
|
|
32
32
|
thumbnail_square: string | null;
|
|
33
|
+
thumbnail_square_src_name: string | null;
|
|
34
|
+
thumbnail_square_src_platform: string | null;
|
|
35
|
+
thumbnail_square_src_unique_id: string | null;
|
|
36
|
+
thumbnail_square_src_url: string | null;
|
|
33
37
|
thumbnail_horizontal: string | null;
|
|
38
|
+
thumbnail_horizontal_src_name: string | null;
|
|
39
|
+
thumbnail_horizontal_src_platform: string | null;
|
|
40
|
+
thumbnail_horizontal_src_unique_id: string | null;
|
|
41
|
+
thumbnail_horizontal_src_url: string | null;
|
|
34
42
|
thumbnail_vertical: string | null;
|
|
43
|
+
thumbnail_vertical_src_name: string | null;
|
|
44
|
+
thumbnail_vertical_src_platform: string | null;
|
|
45
|
+
thumbnail_vertical_src_unique_id: string | null;
|
|
46
|
+
thumbnail_vertical_src_url: string | null;
|
|
35
47
|
profile: string | null;
|
|
36
48
|
deactivated_at: Date | null;
|
|
37
49
|
deactivated_by: string | null;
|
|
38
|
-
hero_image_01: string | null;
|
|
39
|
-
hero_image_02: string | null;
|
|
40
|
-
hero_image_03: string | null;
|
|
41
|
-
hero_image_04: string | null;
|
|
42
|
-
hero_image_05: string | null;
|
|
43
|
-
thumbnail_main_01: string | null;
|
|
44
|
-
thumbnail_main_02: string | null;
|
|
45
|
-
thumbnail_main_03: string | null;
|
|
46
|
-
thumbnail_main_04: string | null;
|
|
47
|
-
thumbnail_main_05: string | null;
|
|
48
|
-
thumbnail_vertical_01: string | null;
|
|
49
|
-
thumbnail_vertical_02: string | null;
|
|
50
|
-
thumbnail_vertical_03: string | null;
|
|
51
|
-
thumbnail_vertical_04: string | null;
|
|
52
|
-
thumbnail_vertical_05: string | null;
|
|
53
50
|
metadata_title: string | null;
|
|
54
51
|
metadata_description: string | null;
|
|
55
52
|
metadata_keywords: string | null;
|
|
@@ -36,8 +36,20 @@ export const KEYS_GROUP_STR = [
|
|
|
36
36
|
"bg_color",
|
|
37
37
|
"fg_color",
|
|
38
38
|
"thumbnail_square",
|
|
39
|
+
"thumbnail_square_src_name",
|
|
40
|
+
"thumbnail_square_src_platform",
|
|
41
|
+
"thumbnail_square_src_unique_id",
|
|
42
|
+
"thumbnail_square_src_url",
|
|
39
43
|
"thumbnail_horizontal",
|
|
44
|
+
"thumbnail_horizontal_src_name",
|
|
45
|
+
"thumbnail_horizontal_src_platform",
|
|
46
|
+
"thumbnail_horizontal_src_unique_id",
|
|
47
|
+
"thumbnail_horizontal_src_url",
|
|
40
48
|
"thumbnail_vertical",
|
|
49
|
+
"thumbnail_vertical_src_name",
|
|
50
|
+
"thumbnail_vertical_src_platform",
|
|
51
|
+
"thumbnail_vertical_src_unique_id",
|
|
52
|
+
"thumbnail_vertical_src_url",
|
|
41
53
|
"profile",
|
|
42
54
|
"homepage",
|
|
43
55
|
"youtube_ch_id",
|
|
@@ -46,21 +58,6 @@ export const KEYS_GROUP_STR = [
|
|
|
46
58
|
"threads_id",
|
|
47
59
|
"deactivated_at",
|
|
48
60
|
"deactivated_by",
|
|
49
|
-
"hero_image_01",
|
|
50
|
-
"hero_image_02",
|
|
51
|
-
"hero_image_03",
|
|
52
|
-
"hero_image_04",
|
|
53
|
-
"hero_image_05",
|
|
54
|
-
"thumbnail_main_01",
|
|
55
|
-
"thumbnail_main_02",
|
|
56
|
-
"thumbnail_main_03",
|
|
57
|
-
"thumbnail_main_04",
|
|
58
|
-
"thumbnail_main_05",
|
|
59
|
-
"thumbnail_vertical_01",
|
|
60
|
-
"thumbnail_vertical_02",
|
|
61
|
-
"thumbnail_vertical_03",
|
|
62
|
-
"thumbnail_vertical_04",
|
|
63
|
-
"thumbnail_vertical_05",
|
|
64
61
|
"metadata_title",
|
|
65
62
|
"metadata_description",
|
|
66
63
|
"metadata_keywords",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"AAgCA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;IACrB,YAAY;IACZ,aAAa;IACb,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC;
|
|
1
|
+
{"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"AAgCA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;IACrB,YAAY;IACZ,aAAa;IACb,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC;AAyCF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,gCAAgC;IAChC,0BAA0B;IAC1B,sBAAsB;IACtB,+BAA+B;IAC/B,mCAAmC;IACnC,oCAAoC;IACpC,8BAA8B;IAC9B,oBAAoB;IACpB,6BAA6B;IAC7B,iCAAiC;IACjC,kCAAkC;IAClC,4BAA4B;IAC5B,SAAS;IACT,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -2,8 +2,6 @@ import { TCategoryLabelInfo, TFolderSummaryInfo } from "../..";
|
|
|
2
2
|
export type TMapCategoryFolder = {
|
|
3
3
|
category_code: string;
|
|
4
4
|
folder_code: string;
|
|
5
|
-
earliest_event?: string | null;
|
|
6
|
-
latest_event?: string | null;
|
|
7
5
|
is_selected?: boolean;
|
|
8
6
|
order_num?: number;
|
|
9
7
|
added_at?: Date;
|
|
@@ -3,8 +3,6 @@ import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
|
3
3
|
export type TMapCityFolder = {
|
|
4
4
|
city_code: string;
|
|
5
5
|
folder_code: string;
|
|
6
|
-
earliest_event?: string | null;
|
|
7
|
-
latest_event?: string | null;
|
|
8
6
|
is_selected?: boolean;
|
|
9
7
|
order_num?: number;
|
|
10
8
|
added_at?: Date;
|
|
@@ -3,8 +3,6 @@ import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
|
3
3
|
export type TMapCountryFolder = {
|
|
4
4
|
country_code: string;
|
|
5
5
|
folder_code: string;
|
|
6
|
-
earliest_event?: string | null;
|
|
7
|
-
latest_event?: string | null;
|
|
8
6
|
is_selected?: boolean;
|
|
9
7
|
order_num?: number;
|
|
10
8
|
added_at?: Date;
|
|
@@ -3,8 +3,6 @@ import { TGroupLabelInfo } from "../types-group/t-group";
|
|
|
3
3
|
export type TMapGroupFolder = {
|
|
4
4
|
group_code: string;
|
|
5
5
|
folder_code: string;
|
|
6
|
-
earliest_event?: string | null;
|
|
7
|
-
latest_event?: string | null;
|
|
8
6
|
is_selected?: boolean;
|
|
9
7
|
order_num?: number;
|
|
10
8
|
added_at?: Date;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type TStagImage = {
|
|
2
|
+
stag_code: string;
|
|
3
|
+
hash_code: string;
|
|
4
|
+
order_num: number;
|
|
5
|
+
label: string | null;
|
|
6
|
+
url: string;
|
|
7
|
+
src_name: string | null;
|
|
8
|
+
src_platform: string | null;
|
|
9
|
+
src_unique_id: string | null;
|
|
10
|
+
src_url: string | null;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
13
|
+
};
|
|
14
|
+
export type TStreetImageInsert = {
|
|
15
|
+
street_code: string;
|
|
16
|
+
hash_code: string;
|
|
17
|
+
url: string;
|
|
18
|
+
} & Partial<Omit<TStagImage, "stag_code" | "hash_code" | "url">>;
|
|
19
|
+
export type TStreetImageUpdate = {
|
|
20
|
+
stag_code: string;
|
|
21
|
+
hash_code: string;
|
|
22
|
+
} & Partial<Omit<TStagImage, "stag_code" | "hash_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-stag-image.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag-image.ts"],"names":[],"mappings":""}
|
|
@@ -13,8 +13,20 @@ export type TStagInfoForCountryDetail = {
|
|
|
13
13
|
bg_color: string | null;
|
|
14
14
|
fg_color: string | null;
|
|
15
15
|
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_square_src_name: string | null;
|
|
17
|
+
thumbnail_square_src_platform: string | null;
|
|
18
|
+
thumbnail_square_src_unique_id: string | null;
|
|
19
|
+
thumbnail_square_src_url: string | null;
|
|
16
20
|
thumbnail_horizontal: string | null;
|
|
21
|
+
thumbnail_horizontal_src_name: string | null;
|
|
22
|
+
thumbnail_horizontal_src_platform: string | null;
|
|
23
|
+
thumbnail_horizontal_src_unique_id: string | null;
|
|
24
|
+
thumbnail_horizontal_src_url: string | null;
|
|
17
25
|
thumbnail_vertical: string | null;
|
|
26
|
+
thumbnail_vertical_src_name: string | null;
|
|
27
|
+
thumbnail_vertical_src_platform: string | null;
|
|
28
|
+
thumbnail_vertical_src_unique_id: string | null;
|
|
29
|
+
thumbnail_vertical_src_url: string | null;
|
|
18
30
|
profile: string | null;
|
|
19
31
|
event_count: number;
|
|
20
32
|
view_count: number;
|
|
@@ -54,21 +66,6 @@ export type TStagDetail = TStagListForAdmin & {
|
|
|
54
66
|
description: string | null;
|
|
55
67
|
deactivated_at: Date | null;
|
|
56
68
|
deactivated_by: string | null;
|
|
57
|
-
hero_image_01: string | null;
|
|
58
|
-
hero_image_02: string | null;
|
|
59
|
-
hero_image_03: string | null;
|
|
60
|
-
hero_image_04: string | null;
|
|
61
|
-
hero_image_05: string | null;
|
|
62
|
-
thumbnail_main_01: string | null;
|
|
63
|
-
thumbnail_main_02: string | null;
|
|
64
|
-
thumbnail_main_03: string | null;
|
|
65
|
-
thumbnail_main_04: string | null;
|
|
66
|
-
thumbnail_main_05: string | null;
|
|
67
|
-
thumbnail_vertical_01: string | null;
|
|
68
|
-
thumbnail_vertical_02: string | null;
|
|
69
|
-
thumbnail_vertical_03: string | null;
|
|
70
|
-
thumbnail_vertical_04: string | null;
|
|
71
|
-
thumbnail_vertical_05: string | null;
|
|
72
69
|
metadata_title: string | null;
|
|
73
70
|
metadata_description: string | null;
|
|
74
71
|
metadata_keywords: string | null;
|
|
@@ -26,8 +26,20 @@ export const KEYS_STAG_STR = [
|
|
|
26
26
|
"bg_color",
|
|
27
27
|
"fg_color",
|
|
28
28
|
"thumbnail_square",
|
|
29
|
+
"thumbnail_square_src_name",
|
|
30
|
+
"thumbnail_square_src_platform",
|
|
31
|
+
"thumbnail_square_src_unique_id",
|
|
32
|
+
"thumbnail_square_src_url",
|
|
29
33
|
"thumbnail_horizontal",
|
|
34
|
+
"thumbnail_horizontal_src_name",
|
|
35
|
+
"thumbnail_horizontal_src_platform",
|
|
36
|
+
"thumbnail_horizontal_src_unique_id",
|
|
37
|
+
"thumbnail_horizontal_src_url",
|
|
30
38
|
"thumbnail_vertical",
|
|
39
|
+
"thumbnail_vertical_src_name",
|
|
40
|
+
"thumbnail_vertical_src_platform",
|
|
41
|
+
"thumbnail_vertical_src_unique_id",
|
|
42
|
+
"thumbnail_vertical_src_url",
|
|
31
43
|
"profile",
|
|
32
44
|
"description",
|
|
33
45
|
"url",
|
|
@@ -41,21 +53,6 @@ export const KEYS_STAG_STR = [
|
|
|
41
53
|
"naver_map_url",
|
|
42
54
|
"deactivated_at",
|
|
43
55
|
"deactivated_by",
|
|
44
|
-
"hero_image_01",
|
|
45
|
-
"hero_image_02",
|
|
46
|
-
"hero_image_03",
|
|
47
|
-
"hero_image_04",
|
|
48
|
-
"hero_image_05",
|
|
49
|
-
"thumbnail_main_01",
|
|
50
|
-
"thumbnail_main_02",
|
|
51
|
-
"thumbnail_main_03",
|
|
52
|
-
"thumbnail_main_04",
|
|
53
|
-
"thumbnail_main_05",
|
|
54
|
-
"thumbnail_vertical_01",
|
|
55
|
-
"thumbnail_vertical_02",
|
|
56
|
-
"thumbnail_vertical_03",
|
|
57
|
-
"thumbnail_vertical_04",
|
|
58
|
-
"thumbnail_vertical_05",
|
|
59
56
|
"metadata_title",
|
|
60
57
|
"metadata_description",
|
|
61
58
|
"metadata_og_title",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA0DA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,qBAAqB;IACrB,WAAW;IACX,MAAM;IACN,UAAU;IACV,UAAU;IACV,KAAK;IACL,aAAa;IACb,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;CACX,CAAC;AAoCF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,2BAA2B;IAC3B,+BAA+B;IAC/B,gCAAgC;IAChC,0BAA0B;IAC1B,sBAAsB;IACtB,+BAA+B;IAC/B,mCAAmC;IACnC,oCAAoC;IACpC,8BAA8B;IAC9B,oBAAoB;IACpB,6BAA6B;IAC7B,iCAAiC;IACjC,kCAAkC;IAClC,4BAA4B;IAC5B,SAAS;IACT,aAAa;IACb,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAGF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|