dplus_common_v1 0.1.5 → 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/consts/all-countries.js +1 -1
- package/dist/consts/all-countries.js.map +1 -1
- package/dist/consts/db.d.ts +20 -6
- package/dist/consts/db.js +43 -6
- package/dist/consts/db.js.map +1 -1
- package/dist/db-types/db-brand-types.d.ts +8 -37
- package/dist/db-types/db-category-types.d.ts +4 -96
- package/dist/db-types/db-celeb-types.d.ts +8 -37
- package/dist/db-types/db-city-types.d.ts +7 -96
- package/dist/db-types/db-company-types.d.ts +8 -37
- 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 -37
- 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 -37
- 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 -37
- 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-special-tag-types.d.ts +48 -20
- 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 -37
- package/dist/db-types/db-user-types.d.ts +8 -8
- package/dist/dplus-types/dplus-response-types.js.map +1 -1
- package/dist/fields/field-brand.d.ts +34 -58
- package/dist/fields/field-brand.js +38 -62
- package/dist/fields/field-brand.js.map +1 -1
- package/dist/fields/field-category.d.ts +28 -186
- package/dist/fields/field-category.js +31 -189
- package/dist/fields/field-category.js.map +1 -1
- package/dist/fields/field-celeb.d.ts +34 -58
- package/dist/fields/field-celeb.js +38 -62
- package/dist/fields/field-celeb.js.map +1 -1
- package/dist/fields/field-city.d.ts +35 -144
- package/dist/fields/field-city.js +57 -166
- package/dist/fields/field-city.js.map +1 -1
- package/dist/fields/field-company.d.ts +34 -58
- package/dist/fields/field-company.js +37 -61
- 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 -58
- package/dist/fields/field-idol-group.js +37 -61
- 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 -58
- package/dist/fields/field-people.js +37 -61
- 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 -58
- package/dist/fields/field-product.js +39 -63
- package/dist/fields/field-product.js.map +1 -1
- package/dist/fields/field-public-event.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-special-tag.d.ts +191 -4
- package/dist/fields/field-special-tag.js +202 -15
- package/dist/fields/field-special-tag.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 -58
- package/dist/fields/field-team.js +34 -58
- package/dist/fields/field-team.js.map +1 -1
- package/dist/fields/field-user-report.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
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
export declare const F_SELECTED_FOLDER: {
|
|
2
|
+
content_type: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
folder_id: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
title: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
thumbnail_square: {
|
|
31
|
+
id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
is_required: boolean;
|
|
34
|
+
max_length: number;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
};
|
|
37
|
+
thumbnail_horizontal: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
is_required: boolean;
|
|
41
|
+
max_length: number;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
};
|
|
44
|
+
thumbnail_vertical: {
|
|
45
|
+
id: string;
|
|
46
|
+
label: string;
|
|
47
|
+
is_required: boolean;
|
|
48
|
+
max_length: number;
|
|
49
|
+
placeholder: string;
|
|
50
|
+
};
|
|
51
|
+
profile: {
|
|
52
|
+
id: string;
|
|
53
|
+
label: string;
|
|
54
|
+
is_required: boolean;
|
|
55
|
+
max_length: number;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
};
|
|
58
|
+
description: {
|
|
59
|
+
id: string;
|
|
60
|
+
label: string;
|
|
61
|
+
is_required: boolean;
|
|
62
|
+
max_length: number;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
};
|
|
65
|
+
target_country_code: {
|
|
66
|
+
id: string;
|
|
67
|
+
label: string;
|
|
68
|
+
is_required: boolean;
|
|
69
|
+
max_length: number;
|
|
70
|
+
placeholder: string;
|
|
71
|
+
};
|
|
72
|
+
target_city_code: {
|
|
73
|
+
id: string;
|
|
74
|
+
label: string;
|
|
75
|
+
is_required: boolean;
|
|
76
|
+
max_length: number;
|
|
77
|
+
placeholder: string;
|
|
78
|
+
};
|
|
79
|
+
hero_image_01: {
|
|
80
|
+
id: string;
|
|
81
|
+
label: string;
|
|
82
|
+
is_required: boolean;
|
|
83
|
+
max_length: number;
|
|
84
|
+
placeholder: string;
|
|
85
|
+
};
|
|
86
|
+
hero_image_02: {
|
|
87
|
+
id: string;
|
|
88
|
+
label: string;
|
|
89
|
+
is_required: boolean;
|
|
90
|
+
max_length: number;
|
|
91
|
+
placeholder: string;
|
|
92
|
+
};
|
|
93
|
+
thumbnail_main_01: {
|
|
94
|
+
id: string;
|
|
95
|
+
label: string;
|
|
96
|
+
is_required: boolean;
|
|
97
|
+
max_length: number;
|
|
98
|
+
placeholder: string;
|
|
99
|
+
};
|
|
100
|
+
thumbnail_main_02: {
|
|
101
|
+
id: string;
|
|
102
|
+
label: string;
|
|
103
|
+
is_required: boolean;
|
|
104
|
+
max_length: number;
|
|
105
|
+
placeholder: string;
|
|
106
|
+
};
|
|
107
|
+
thumbnail_vertical_01: {
|
|
108
|
+
id: string;
|
|
109
|
+
label: string;
|
|
110
|
+
is_required: boolean;
|
|
111
|
+
max_length: number;
|
|
112
|
+
placeholder: string;
|
|
113
|
+
};
|
|
114
|
+
thumbnail_vertical_02: {
|
|
115
|
+
id: string;
|
|
116
|
+
label: string;
|
|
117
|
+
is_required: boolean;
|
|
118
|
+
max_length: number;
|
|
119
|
+
placeholder: string;
|
|
120
|
+
};
|
|
121
|
+
earliest_event: {
|
|
122
|
+
id: string;
|
|
123
|
+
label: string;
|
|
124
|
+
is_required: boolean;
|
|
125
|
+
placeholder: string;
|
|
126
|
+
};
|
|
127
|
+
latest_event: {
|
|
128
|
+
id: string;
|
|
129
|
+
label: string;
|
|
130
|
+
is_required: boolean;
|
|
131
|
+
placeholder: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export const F_SELECTED_FOLDER = {
|
|
2
|
+
content_type: {
|
|
3
|
+
id: "content_type",
|
|
4
|
+
label: "Content Type",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 96,
|
|
7
|
+
placeholder: "ex. city, event, pevent, etc.",
|
|
8
|
+
},
|
|
9
|
+
code: {
|
|
10
|
+
id: "code",
|
|
11
|
+
label: "Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 96,
|
|
14
|
+
placeholder: "ex. seoul, jeju, bangkok, etc.",
|
|
15
|
+
},
|
|
16
|
+
folder_id: {
|
|
17
|
+
id: "folder_id",
|
|
18
|
+
label: "Folder ID",
|
|
19
|
+
is_required: true,
|
|
20
|
+
max_length: 36,
|
|
21
|
+
placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
|
|
22
|
+
},
|
|
23
|
+
title: {
|
|
24
|
+
id: "title",
|
|
25
|
+
label: "Title",
|
|
26
|
+
is_required: true,
|
|
27
|
+
max_length: 120,
|
|
28
|
+
placeholder: "ex. 서울",
|
|
29
|
+
},
|
|
30
|
+
thumbnail_square: {
|
|
31
|
+
id: "thumbnail_square",
|
|
32
|
+
label: "Thumbnail Square",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 250,
|
|
35
|
+
placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
|
|
36
|
+
},
|
|
37
|
+
thumbnail_horizontal: {
|
|
38
|
+
id: "thumbnail_horizontal",
|
|
39
|
+
label: "Thumbnail Horizontal",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 250,
|
|
42
|
+
placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
|
|
43
|
+
},
|
|
44
|
+
thumbnail_vertical: {
|
|
45
|
+
id: "thumbnail_vertical",
|
|
46
|
+
label: "Thumbnail Vertical",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 250,
|
|
49
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
|
|
50
|
+
},
|
|
51
|
+
profile: {
|
|
52
|
+
id: "profile",
|
|
53
|
+
label: "Profile",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 250,
|
|
56
|
+
placeholder: "ex. https://www.example.com/profile.jpg",
|
|
57
|
+
},
|
|
58
|
+
description: {
|
|
59
|
+
id: "description",
|
|
60
|
+
label: "Description",
|
|
61
|
+
is_required: false,
|
|
62
|
+
max_length: 500,
|
|
63
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
64
|
+
},
|
|
65
|
+
target_country_code: {
|
|
66
|
+
id: "target_country_code",
|
|
67
|
+
label: "Target Country Code",
|
|
68
|
+
is_required: false,
|
|
69
|
+
max_length: 2,
|
|
70
|
+
placeholder: "ex. KR, US, etc.",
|
|
71
|
+
},
|
|
72
|
+
target_city_code: {
|
|
73
|
+
id: "target_city_code",
|
|
74
|
+
label: "Target City Code",
|
|
75
|
+
is_required: false,
|
|
76
|
+
max_length: 96,
|
|
77
|
+
placeholder: "ex. KR, US, etc.",
|
|
78
|
+
},
|
|
79
|
+
hero_image_01: {
|
|
80
|
+
id: "hero_image_01",
|
|
81
|
+
label: "Hero Image 01",
|
|
82
|
+
is_required: false,
|
|
83
|
+
max_length: 250,
|
|
84
|
+
placeholder: "ex. https://www.example.com/hero_image_01.jpg",
|
|
85
|
+
},
|
|
86
|
+
hero_image_02: {
|
|
87
|
+
id: "hero_image_02",
|
|
88
|
+
label: "Hero Image 02",
|
|
89
|
+
is_required: false,
|
|
90
|
+
max_length: 250,
|
|
91
|
+
placeholder: "ex. https://www.example.com/hero_image_02.jpg",
|
|
92
|
+
},
|
|
93
|
+
thumbnail_main_01: {
|
|
94
|
+
id: "thumbnail_main_01",
|
|
95
|
+
label: "Thumbnail Main 01",
|
|
96
|
+
is_required: false,
|
|
97
|
+
max_length: 250,
|
|
98
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
|
|
99
|
+
},
|
|
100
|
+
thumbnail_main_02: {
|
|
101
|
+
id: "thumbnail_main_02",
|
|
102
|
+
label: "Thumbnail Main 02",
|
|
103
|
+
is_required: false,
|
|
104
|
+
max_length: 250,
|
|
105
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
|
|
106
|
+
},
|
|
107
|
+
thumbnail_vertical_01: {
|
|
108
|
+
id: "thumbnail_vertical_01",
|
|
109
|
+
label: "Thumbnail Vertical 01",
|
|
110
|
+
is_required: false,
|
|
111
|
+
max_length: 250,
|
|
112
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
|
|
113
|
+
},
|
|
114
|
+
thumbnail_vertical_02: {
|
|
115
|
+
id: "thumbnail_vertical_02",
|
|
116
|
+
label: "Thumbnail Vertical 02",
|
|
117
|
+
is_required: false,
|
|
118
|
+
max_length: 250,
|
|
119
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
|
|
120
|
+
},
|
|
121
|
+
earliest_event: {
|
|
122
|
+
id: "earliest_event",
|
|
123
|
+
label: "Earliest Event",
|
|
124
|
+
is_required: false,
|
|
125
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
126
|
+
},
|
|
127
|
+
latest_event: {
|
|
128
|
+
id: "latest_event",
|
|
129
|
+
label: "Latest Event",
|
|
130
|
+
is_required: false,
|
|
131
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
132
|
+
},
|
|
133
|
+
};
|
|
134
|
+
//# sourceMappingURL=field-selected-folder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-selected-folder.js","sourceRoot":"","sources":["../../src/fields/field-selected-folder.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
export declare const F_SELECTED_FOLDER: {
|
|
2
|
+
content_type: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
folder_id: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
title: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
thumbnail_square: {
|
|
31
|
+
id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
is_required: boolean;
|
|
34
|
+
max_length: number;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
};
|
|
37
|
+
thumbnail_horizontal: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
is_required: boolean;
|
|
41
|
+
max_length: number;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
};
|
|
44
|
+
thumbnail_vertical: {
|
|
45
|
+
id: string;
|
|
46
|
+
label: string;
|
|
47
|
+
is_required: boolean;
|
|
48
|
+
max_length: number;
|
|
49
|
+
placeholder: string;
|
|
50
|
+
};
|
|
51
|
+
profile: {
|
|
52
|
+
id: string;
|
|
53
|
+
label: string;
|
|
54
|
+
is_required: boolean;
|
|
55
|
+
max_length: number;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
};
|
|
58
|
+
description: {
|
|
59
|
+
id: string;
|
|
60
|
+
label: string;
|
|
61
|
+
is_required: boolean;
|
|
62
|
+
max_length: number;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
};
|
|
65
|
+
target_country_code: {
|
|
66
|
+
id: string;
|
|
67
|
+
label: string;
|
|
68
|
+
is_required: boolean;
|
|
69
|
+
max_length: number;
|
|
70
|
+
placeholder: string;
|
|
71
|
+
};
|
|
72
|
+
target_city_code: {
|
|
73
|
+
id: string;
|
|
74
|
+
label: string;
|
|
75
|
+
is_required: boolean;
|
|
76
|
+
max_length: number;
|
|
77
|
+
placeholder: string;
|
|
78
|
+
};
|
|
79
|
+
hero_image_01: {
|
|
80
|
+
id: string;
|
|
81
|
+
label: string;
|
|
82
|
+
is_required: boolean;
|
|
83
|
+
max_length: number;
|
|
84
|
+
placeholder: string;
|
|
85
|
+
};
|
|
86
|
+
hero_image_02: {
|
|
87
|
+
id: string;
|
|
88
|
+
label: string;
|
|
89
|
+
is_required: boolean;
|
|
90
|
+
max_length: number;
|
|
91
|
+
placeholder: string;
|
|
92
|
+
};
|
|
93
|
+
thumbnail_main_01: {
|
|
94
|
+
id: string;
|
|
95
|
+
label: string;
|
|
96
|
+
is_required: boolean;
|
|
97
|
+
max_length: number;
|
|
98
|
+
placeholder: string;
|
|
99
|
+
};
|
|
100
|
+
thumbnail_main_02: {
|
|
101
|
+
id: string;
|
|
102
|
+
label: string;
|
|
103
|
+
is_required: boolean;
|
|
104
|
+
max_length: number;
|
|
105
|
+
placeholder: string;
|
|
106
|
+
};
|
|
107
|
+
thumbnail_vertical_01: {
|
|
108
|
+
id: string;
|
|
109
|
+
label: string;
|
|
110
|
+
is_required: boolean;
|
|
111
|
+
max_length: number;
|
|
112
|
+
placeholder: string;
|
|
113
|
+
};
|
|
114
|
+
thumbnail_vertical_02: {
|
|
115
|
+
id: string;
|
|
116
|
+
label: string;
|
|
117
|
+
is_required: boolean;
|
|
118
|
+
max_length: number;
|
|
119
|
+
placeholder: string;
|
|
120
|
+
};
|
|
121
|
+
earliest_event: {
|
|
122
|
+
id: string;
|
|
123
|
+
label: string;
|
|
124
|
+
is_required: boolean;
|
|
125
|
+
placeholder: string;
|
|
126
|
+
};
|
|
127
|
+
latest_event: {
|
|
128
|
+
id: string;
|
|
129
|
+
label: string;
|
|
130
|
+
is_required: boolean;
|
|
131
|
+
placeholder: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
export const F_SELECTED_FOLDER = {
|
|
2
|
+
content_type: {
|
|
3
|
+
id: "content_type",
|
|
4
|
+
label: "Content Type",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 96,
|
|
7
|
+
placeholder: "ex. city, event, pevent, etc.",
|
|
8
|
+
},
|
|
9
|
+
code: {
|
|
10
|
+
id: "code",
|
|
11
|
+
label: "Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 96,
|
|
14
|
+
placeholder: "ex. seoul, jeju, bangkok, etc.",
|
|
15
|
+
},
|
|
16
|
+
folder_id: {
|
|
17
|
+
id: "folder_id",
|
|
18
|
+
label: "Folder ID",
|
|
19
|
+
is_required: true,
|
|
20
|
+
max_length: 36,
|
|
21
|
+
placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
|
|
22
|
+
},
|
|
23
|
+
title: {
|
|
24
|
+
id: "title",
|
|
25
|
+
label: "Title",
|
|
26
|
+
is_required: true,
|
|
27
|
+
max_length: 120,
|
|
28
|
+
placeholder: "ex. 서울",
|
|
29
|
+
},
|
|
30
|
+
thumbnail_square: {
|
|
31
|
+
id: "thumbnail_square",
|
|
32
|
+
label: "Thumbnail Square",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 250,
|
|
35
|
+
placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
|
|
36
|
+
},
|
|
37
|
+
thumbnail_horizontal: {
|
|
38
|
+
id: "thumbnail_horizontal",
|
|
39
|
+
label: "Thumbnail Horizontal",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 250,
|
|
42
|
+
placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
|
|
43
|
+
},
|
|
44
|
+
thumbnail_vertical: {
|
|
45
|
+
id: "thumbnail_vertical",
|
|
46
|
+
label: "Thumbnail Vertical",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 250,
|
|
49
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
|
|
50
|
+
},
|
|
51
|
+
profile: {
|
|
52
|
+
id: "profile",
|
|
53
|
+
label: "Profile",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 250,
|
|
56
|
+
placeholder: "ex. https://www.example.com/profile.jpg",
|
|
57
|
+
},
|
|
58
|
+
description: {
|
|
59
|
+
id: "description",
|
|
60
|
+
label: "Description",
|
|
61
|
+
is_required: false,
|
|
62
|
+
max_length: 500,
|
|
63
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
64
|
+
},
|
|
65
|
+
target_country_code: {
|
|
66
|
+
id: "target_country_code",
|
|
67
|
+
label: "Target Country Code",
|
|
68
|
+
is_required: false,
|
|
69
|
+
max_length: 2,
|
|
70
|
+
placeholder: "ex. KR, US, etc.",
|
|
71
|
+
},
|
|
72
|
+
target_city_code: {
|
|
73
|
+
id: "target_city_code",
|
|
74
|
+
label: "Target City Code",
|
|
75
|
+
is_required: false,
|
|
76
|
+
max_length: 96,
|
|
77
|
+
placeholder: "ex. KR, US, etc.",
|
|
78
|
+
},
|
|
79
|
+
hero_image_01: {
|
|
80
|
+
id: "hero_image_01",
|
|
81
|
+
label: "Hero Image 01",
|
|
82
|
+
is_required: false,
|
|
83
|
+
max_length: 250,
|
|
84
|
+
placeholder: "ex. https://www.example.com/hero_image_01.jpg",
|
|
85
|
+
},
|
|
86
|
+
hero_image_02: {
|
|
87
|
+
id: "hero_image_02",
|
|
88
|
+
label: "Hero Image 02",
|
|
89
|
+
is_required: false,
|
|
90
|
+
max_length: 250,
|
|
91
|
+
placeholder: "ex. https://www.example.com/hero_image_02.jpg",
|
|
92
|
+
},
|
|
93
|
+
thumbnail_main_01: {
|
|
94
|
+
id: "thumbnail_main_01",
|
|
95
|
+
label: "Thumbnail Main 01",
|
|
96
|
+
is_required: false,
|
|
97
|
+
max_length: 250,
|
|
98
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
|
|
99
|
+
},
|
|
100
|
+
thumbnail_main_02: {
|
|
101
|
+
id: "thumbnail_main_02",
|
|
102
|
+
label: "Thumbnail Main 02",
|
|
103
|
+
is_required: false,
|
|
104
|
+
max_length: 250,
|
|
105
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
|
|
106
|
+
},
|
|
107
|
+
thumbnail_vertical_01: {
|
|
108
|
+
id: "thumbnail_vertical_01",
|
|
109
|
+
label: "Thumbnail Vertical 01",
|
|
110
|
+
is_required: false,
|
|
111
|
+
max_length: 250,
|
|
112
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
|
|
113
|
+
},
|
|
114
|
+
thumbnail_vertical_02: {
|
|
115
|
+
id: "thumbnail_vertical_02",
|
|
116
|
+
label: "Thumbnail Vertical 02",
|
|
117
|
+
is_required: false,
|
|
118
|
+
max_length: 250,
|
|
119
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
|
|
120
|
+
},
|
|
121
|
+
earliest_event: {
|
|
122
|
+
id: "earliest_event",
|
|
123
|
+
label: "Earliest Event",
|
|
124
|
+
is_required: false,
|
|
125
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
126
|
+
},
|
|
127
|
+
latest_event: {
|
|
128
|
+
id: "latest_event",
|
|
129
|
+
label: "Latest Event",
|
|
130
|
+
is_required: false,
|
|
131
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
132
|
+
},
|
|
133
|
+
};
|
|
134
|
+
//# sourceMappingURL=field-selected-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-selected-group.js","sourceRoot":"","sources":["../../src/fields/field-selected-group.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,14 +13,14 @@ export declare const F_SERVICE_PROVIDER: {
|
|
|
13
13
|
max_length: number;
|
|
14
14
|
placeholder: string;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
thumbnail: {
|
|
17
17
|
id: string;
|
|
18
18
|
label: string;
|
|
19
19
|
is_required: boolean;
|
|
20
20
|
max_length: number;
|
|
21
21
|
placeholder: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
web_url: {
|
|
24
24
|
id: string;
|
|
25
25
|
label: string;
|
|
26
26
|
is_required: boolean;
|
|
@@ -3,7 +3,7 @@ export const F_SERVICE_PROVIDER = {
|
|
|
3
3
|
id: "provider_code",
|
|
4
4
|
label: "Provider Code",
|
|
5
5
|
is_required: true,
|
|
6
|
-
max_length:
|
|
6
|
+
max_length: 96,
|
|
7
7
|
placeholder: "ex. naver, kakao, etc.",
|
|
8
8
|
},
|
|
9
9
|
name: {
|
|
@@ -13,16 +13,16 @@ export const F_SERVICE_PROVIDER = {
|
|
|
13
13
|
max_length: 60,
|
|
14
14
|
placeholder: "ex. Naver, Kakao, etc.",
|
|
15
15
|
},
|
|
16
|
-
|
|
17
|
-
id: "
|
|
18
|
-
label: "
|
|
16
|
+
thumbnail: {
|
|
17
|
+
id: "thumbnail",
|
|
18
|
+
label: "Thumbnail",
|
|
19
19
|
is_required: false,
|
|
20
20
|
max_length: 250,
|
|
21
21
|
placeholder: "ex. https://www.seoul.go.kr/images/city/profile.jpg",
|
|
22
22
|
},
|
|
23
|
-
|
|
24
|
-
id: "
|
|
25
|
-
label: "
|
|
23
|
+
web_url: {
|
|
24
|
+
id: "web_url",
|
|
25
|
+
label: "Web URL",
|
|
26
26
|
is_required: false,
|
|
27
27
|
max_length: 500,
|
|
28
28
|
placeholder: "ex. https://www.naver.com, https://www.kakao.com, etc.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-service-provider.js","sourceRoot":"","sources":["../../src/fields/field-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,
|
|
1
|
+
{"version":3,"file":"field-service-provider.js","sourceRoot":"","sources":["../../src/fields/field-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,qDAAqD;KACnE;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wDAAwD;KACtE;CACF,CAAC"}
|