dplus_common_v1 0.1.109 → 0.1.111
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/dplus-types/dplus-response-types.d.ts +6 -0
- package/dist/fields/fields-category/f-category-i18n.d.ts +10 -2
- package/dist/fields/fields-category/f-category-i18n.js +16 -8
- package/dist/fields/fields-category/f-category-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-category/f-category-metadata-i18n.js +37 -16
- package/dist/fields/fields-category/f-category-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category.d.ts +13 -101
- package/dist/fields/fields-category/f-category.js +50 -213
- package/dist/fields/fields-category/f-category.js.map +1 -1
- package/dist/fields/fields-city/f-city-i18n.d.ts +10 -0
- package/dist/fields/fields-city/f-city-i18n.js +19 -9
- package/dist/fields/fields-city/f-city-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-image.d.ts +31 -4
- package/dist/fields/fields-city/f-city-image.js +48 -20
- package/dist/fields/fields-city/f-city-image.js.map +1 -1
- package/dist/fields/fields-city/f-city-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-city/f-city-metadata-i18n.js +38 -17
- package/dist/fields/fields-city/f-city-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-youtube-video.d.ts +26 -2
- package/dist/fields/fields-city/f-city-youtube-video.js +35 -11
- package/dist/fields/fields-city/f-city-youtube-video.js.map +1 -1
- package/dist/fields/fields-city/f-city.d.ts +59 -185
- package/dist/fields/fields-city/f-city.js +80 -201
- package/dist/fields/fields-city/f-city.js.map +1 -1
- package/dist/fields/fields-event/f-event-description.d.ts +272 -0
- package/dist/fields/fields-event/f-event-description.js +277 -0
- package/dist/fields/fields-event/f-event-description.js.map +1 -0
- package/dist/fields/fields-event/f-event-image.d.ts +4 -0
- package/dist/fields/fields-event/f-event-image.js +8 -4
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event-metadata-i18n.d.ts +8 -18
- package/dist/fields/fields-event/f-event-metadata-i18n.js +9 -19
- package/dist/fields/fields-event/f-event-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +78 -281
- package/dist/fields/fields-event/f-event.js +176 -369
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-description.d.ts +133 -0
- package/dist/fields/fields-folder/f-folder-description.js +134 -0
- package/dist/fields/fields-folder/f-folder-description.js.map +1 -0
- package/dist/fields/fields-folder/f-folder-image.d.ts +6 -2
- package/dist/fields/fields-folder/f-folder-image.js +12 -8
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-metadata-i18n.d.ts +10 -2
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js +23 -15
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +28 -313
- package/dist/fields/fields-folder/f-folder.js +42 -327
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +10 -0
- package/dist/fields/fields-group/f-group-image.js +22 -12
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group-metadata-i18n.d.ts +4 -0
- package/dist/fields/fields-group/f-group-metadata-i18n.js +14 -10
- package/dist/fields/fields-group/f-group-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +23 -155
- package/dist/fields/fields-group/f-group.js +60 -183
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-service-provider/f-service-provider.d.ts +12 -2
- package/dist/fields/fields-service-provider/f-service-provider.js +20 -10
- package/dist/fields/fields-service-provider/f-service-provider.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-i18n.d.ts +12 -2
- package/dist/fields/fields-stag/f-stag-i18n.js +20 -10
- package/dist/fields/fields-stag/f-stag-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +22 -2
- package/dist/fields/fields-stag/f-stag-image.js +34 -14
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-metadata-i18n.d.ts +20 -3
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js +34 -17
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag.d.ts +81 -173
- package/dist/fields/fields-stag/f-stag.js +117 -197
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/fields/fields-tag/f-tag.d.ts +20 -6
- package/dist/fields/fields-tag/f-tag.js +28 -14
- package/dist/fields/fields-tag/f-tag.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/types/t-thumbnail-source.d.ts +6 -0
- package/dist/types/t-thumbnail-source.js +2 -0
- package/dist/types/t-thumbnail-source.js.map +1 -0
- package/dist/types/types-category/t-category-i18n.d.ts +4 -2
- package/dist/types/types-category/t-category-metadata-i18n.d.ts +22 -6
- package/dist/types/types-category/t-category.d.ts +34 -14
- package/dist/types/types-category/t-category.js +11 -20
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city-i18n.d.ts +6 -4
- package/dist/types/types-city/t-city-image.d.ts +21 -5
- package/dist/types/types-city/t-city-metadata-i18n.d.ts +24 -8
- package/dist/types/types-city/t-city-youtube-video.d.ts +10 -6
- package/dist/types/types-city/t-city.d.ts +36 -17
- package/dist/types/types-city/t-city.js +6 -18
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-event/t-event-description.d.ts +37 -0
- package/dist/types/types-event/t-event-description.js +2 -0
- package/dist/types/types-event/t-event-description.js.map +1 -0
- package/dist/types/types-event/t-event-image.d.ts +2 -5
- package/dist/types/types-event/t-event-metadata-i18n.d.ts +10 -8
- package/dist/types/types-event/t-event.d.ts +35 -71
- package/dist/types/types-event/t-event.js +32 -56
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-description.d.ts +21 -0
- package/dist/types/types-folder/t-folder-description.js +2 -0
- package/dist/types/types-folder/t-folder-description.js.map +1 -0
- package/dist/types/types-folder/t-folder-image.d.ts +4 -4
- package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +10 -7
- package/dist/types/types-folder/t-folder.d.ts +16 -50
- package/dist/types/types-folder/t-folder.js +19 -54
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +2 -5
- package/dist/types/types-group/t-group-metadata-i18n.d.ts +6 -7
- package/dist/types/types-group/t-group.d.ts +14 -29
- package/dist/types/types-group/t-group.js +14 -37
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-service-provider/t-service-provider.d.ts +8 -2
- package/dist/types/types-stag/t-stag-i18n.d.ts +3 -2
- package/dist/types/types-stag/t-stag-image.d.ts +12 -9
- package/dist/types/types-stag/t-stag-metadata-i18n.d.ts +15 -6
- package/dist/types/types-stag/t-stag.d.ts +47 -30
- package/dist/types/types-stag/t-stag.js +12 -34
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/dist/types/types-tag/t-tag.d.ts +5 -3
- package/package.json +1 -1
|
@@ -4,68 +4,58 @@ export const F_EVENT_METADATA_I18N = {
|
|
|
4
4
|
label: "Event Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 24,
|
|
7
|
-
|
|
7
|
+
editable: false,
|
|
8
8
|
},
|
|
9
9
|
lang_code: {
|
|
10
10
|
id: "lang_code",
|
|
11
11
|
label: "Lang Code",
|
|
12
12
|
is_required: true,
|
|
13
13
|
max_length: 8,
|
|
14
|
-
|
|
14
|
+
editable: false,
|
|
15
15
|
},
|
|
16
16
|
title: {
|
|
17
17
|
id: "title",
|
|
18
18
|
label: "Title",
|
|
19
|
-
is_required: false,
|
|
20
19
|
max_length: 100,
|
|
21
|
-
placeholder: "ex. 서울",
|
|
22
20
|
},
|
|
23
21
|
description: {
|
|
24
22
|
id: "description",
|
|
25
23
|
label: "Description",
|
|
26
|
-
is_required: false,
|
|
27
24
|
max_length: 180,
|
|
28
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
29
25
|
},
|
|
30
26
|
og_title: {
|
|
31
27
|
id: "og_title",
|
|
32
28
|
label: "OG Title",
|
|
33
|
-
is_required: false,
|
|
34
29
|
max_length: 100,
|
|
35
|
-
placeholder: "ex. 서울",
|
|
36
30
|
},
|
|
37
31
|
og_description: {
|
|
38
32
|
id: "og_description",
|
|
39
33
|
label: "OG Description",
|
|
40
|
-
is_required: false,
|
|
41
34
|
max_length: 180,
|
|
42
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
43
35
|
},
|
|
44
36
|
og_image: {
|
|
45
37
|
id: "og_image",
|
|
46
38
|
label: "OG Image",
|
|
47
|
-
is_required: false,
|
|
48
39
|
max_length: 250,
|
|
49
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
50
40
|
},
|
|
51
41
|
tag_set: {
|
|
52
42
|
id: "tag_set",
|
|
53
43
|
label: "Tag Set",
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
placeholder: "
|
|
44
|
+
type: "string_array",
|
|
45
|
+
item_max_length: 250,
|
|
46
|
+
placeholder: "서울,서울맛집,서울여행",
|
|
57
47
|
},
|
|
58
48
|
created_at: {
|
|
59
49
|
id: "created_at",
|
|
60
50
|
label: "Created At",
|
|
61
|
-
|
|
62
|
-
|
|
51
|
+
editable: false,
|
|
52
|
+
view_only: true,
|
|
63
53
|
},
|
|
64
54
|
updated_at: {
|
|
65
55
|
id: "updated_at",
|
|
66
56
|
label: "Updated At",
|
|
67
|
-
|
|
68
|
-
|
|
57
|
+
editable: false,
|
|
58
|
+
view_only: true,
|
|
69
59
|
},
|
|
70
60
|
};
|
|
71
61
|
//# sourceMappingURL=f-event-metadata-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-event-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-event/f-event-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,
|
|
1
|
+
{"version":3,"file":"f-event-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-event/f-event-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,QAAQ,EAAE,KAAK;KAChB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,QAAQ,EAAE,KAAK;KAChB;IAED,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,UAAU,EAAE,GAAG;KAChB;IAED,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,UAAU,EAAE,GAAG;KAChB;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,UAAU,EAAE,GAAG;KAChB;IAED,cAAc,EAAE;QACd,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,gBAAgB;QACvB,UAAU,EAAE,GAAG;KAChB;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,UAAU,EAAE,GAAG;KAChB;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,cAAc;QACpB,eAAe,EAAE,GAAG;QACpB,WAAW,EAAE,cAAc;KAC5B;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI;KAChB;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI;KAChB;CACF,CAAC"}
|
|
@@ -6,14 +6,14 @@ export declare const F_EVENT: {
|
|
|
6
6
|
is_required: boolean;
|
|
7
7
|
description: string;
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
event_code_for_copy: {
|
|
10
10
|
id: string;
|
|
11
11
|
label: string;
|
|
12
12
|
is_required: boolean;
|
|
13
13
|
max_length: number;
|
|
14
14
|
placeholder: string;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
event_code: {
|
|
17
17
|
id: string;
|
|
18
18
|
label: string;
|
|
19
19
|
is_required: boolean;
|
|
@@ -32,97 +32,90 @@ export declare const F_EVENT: {
|
|
|
32
32
|
is_required: boolean;
|
|
33
33
|
placeholder: string;
|
|
34
34
|
};
|
|
35
|
-
|
|
35
|
+
end_date: {
|
|
36
36
|
id: string;
|
|
37
37
|
label: string;
|
|
38
38
|
is_required: boolean;
|
|
39
|
-
max_length: number;
|
|
40
39
|
placeholder: string;
|
|
41
40
|
};
|
|
42
|
-
|
|
41
|
+
end_time: {
|
|
43
42
|
id: string;
|
|
44
43
|
label: string;
|
|
45
44
|
is_required: boolean;
|
|
46
|
-
max_length: number;
|
|
47
45
|
placeholder: string;
|
|
48
46
|
};
|
|
49
|
-
|
|
47
|
+
tz: {
|
|
50
48
|
id: string;
|
|
51
49
|
label: string;
|
|
52
50
|
is_required: boolean;
|
|
53
51
|
max_length: number;
|
|
54
52
|
placeholder: string;
|
|
55
53
|
};
|
|
56
|
-
|
|
54
|
+
utc_minutes: {
|
|
57
55
|
id: string;
|
|
58
56
|
label: string;
|
|
59
57
|
is_required: boolean;
|
|
60
|
-
|
|
58
|
+
type: string;
|
|
61
59
|
placeholder: string;
|
|
62
60
|
};
|
|
63
|
-
|
|
61
|
+
duration: {
|
|
64
62
|
id: string;
|
|
65
63
|
label: string;
|
|
66
64
|
is_required: boolean;
|
|
67
|
-
|
|
65
|
+
type: string;
|
|
68
66
|
placeholder: string;
|
|
69
67
|
};
|
|
70
|
-
|
|
71
|
-
id: string;
|
|
72
|
-
label: string;
|
|
73
|
-
is_required: boolean;
|
|
74
|
-
default_value: boolean;
|
|
75
|
-
};
|
|
76
|
-
title: {
|
|
68
|
+
start_at_utc: {
|
|
77
69
|
id: string;
|
|
78
70
|
label: string;
|
|
79
71
|
is_required: boolean;
|
|
80
|
-
|
|
72
|
+
is_readonly: boolean;
|
|
73
|
+
is_generated: boolean;
|
|
81
74
|
placeholder: string;
|
|
82
75
|
};
|
|
83
|
-
|
|
76
|
+
end_at_utc: {
|
|
84
77
|
id: string;
|
|
85
78
|
label: string;
|
|
86
79
|
is_required: boolean;
|
|
87
|
-
|
|
80
|
+
is_readonly: boolean;
|
|
81
|
+
is_generated: boolean;
|
|
88
82
|
placeholder: string;
|
|
89
83
|
};
|
|
90
|
-
|
|
84
|
+
is_repeat_annually: {
|
|
91
85
|
id: string;
|
|
92
86
|
label: string;
|
|
93
87
|
is_required: boolean;
|
|
94
|
-
|
|
95
|
-
placeholder: string;
|
|
88
|
+
default_value: boolean;
|
|
96
89
|
};
|
|
97
|
-
|
|
90
|
+
title: {
|
|
98
91
|
id: string;
|
|
99
92
|
label: string;
|
|
100
93
|
is_required: boolean;
|
|
101
94
|
max_length: number;
|
|
102
95
|
placeholder: string;
|
|
103
96
|
};
|
|
104
|
-
|
|
97
|
+
short_description: {
|
|
105
98
|
id: string;
|
|
106
99
|
label: string;
|
|
107
100
|
is_required: boolean;
|
|
108
101
|
max_length: number;
|
|
109
102
|
placeholder: string;
|
|
110
103
|
};
|
|
111
|
-
|
|
104
|
+
bg_color: {
|
|
112
105
|
id: string;
|
|
113
106
|
label: string;
|
|
114
107
|
is_required: boolean;
|
|
115
108
|
max_length: number;
|
|
116
109
|
placeholder: string;
|
|
117
110
|
};
|
|
118
|
-
|
|
111
|
+
fg_color: {
|
|
119
112
|
id: string;
|
|
120
113
|
label: string;
|
|
121
114
|
is_required: boolean;
|
|
122
115
|
max_length: number;
|
|
123
116
|
placeholder: string;
|
|
124
117
|
};
|
|
125
|
-
|
|
118
|
+
thumbnail_square: {
|
|
126
119
|
id: string;
|
|
127
120
|
label: string;
|
|
128
121
|
is_required: boolean;
|
|
@@ -136,34 +129,6 @@ export declare const F_EVENT: {
|
|
|
136
129
|
max_length: number;
|
|
137
130
|
placeholder: string;
|
|
138
131
|
};
|
|
139
|
-
thumbnail_horizontal_src_name: {
|
|
140
|
-
id: string;
|
|
141
|
-
label: string;
|
|
142
|
-
is_required: boolean;
|
|
143
|
-
max_length: number;
|
|
144
|
-
placeholder: string;
|
|
145
|
-
};
|
|
146
|
-
thumbnail_horizontal_src_platform: {
|
|
147
|
-
id: string;
|
|
148
|
-
label: string;
|
|
149
|
-
is_required: boolean;
|
|
150
|
-
max_length: number;
|
|
151
|
-
placeholder: string;
|
|
152
|
-
};
|
|
153
|
-
thumbnail_horizontal_src_unique_id: {
|
|
154
|
-
id: string;
|
|
155
|
-
label: string;
|
|
156
|
-
is_required: boolean;
|
|
157
|
-
max_length: number;
|
|
158
|
-
placeholder: string;
|
|
159
|
-
};
|
|
160
|
-
thumbnail_horizontal_src_url: {
|
|
161
|
-
id: string;
|
|
162
|
-
label: string;
|
|
163
|
-
is_required: boolean;
|
|
164
|
-
max_length: number;
|
|
165
|
-
placeholder: string;
|
|
166
|
-
};
|
|
167
132
|
thumbnail_vertical: {
|
|
168
133
|
id: string;
|
|
169
134
|
label: string;
|
|
@@ -171,161 +136,49 @@ export declare const F_EVENT: {
|
|
|
171
136
|
max_length: number;
|
|
172
137
|
placeholder: string;
|
|
173
138
|
};
|
|
174
|
-
|
|
175
|
-
id: string;
|
|
176
|
-
label: string;
|
|
177
|
-
is_required: boolean;
|
|
178
|
-
max_length: number;
|
|
179
|
-
placeholder: string;
|
|
180
|
-
};
|
|
181
|
-
thumbnail_vertical_src_platform: {
|
|
182
|
-
id: string;
|
|
183
|
-
label: string;
|
|
184
|
-
is_required: boolean;
|
|
185
|
-
max_length: number;
|
|
186
|
-
placeholder: string;
|
|
187
|
-
};
|
|
188
|
-
thumbnail_vertical_src_unique_id: {
|
|
189
|
-
id: string;
|
|
190
|
-
label: string;
|
|
191
|
-
is_required: boolean;
|
|
192
|
-
max_length: number;
|
|
193
|
-
placeholder: string;
|
|
194
|
-
};
|
|
195
|
-
thumbnail_vertical_src_url: {
|
|
196
|
-
id: string;
|
|
197
|
-
label: string;
|
|
198
|
-
is_required: boolean;
|
|
199
|
-
max_length: number;
|
|
200
|
-
placeholder: string;
|
|
201
|
-
};
|
|
202
|
-
profile: {
|
|
203
|
-
id: string;
|
|
204
|
-
label: string;
|
|
205
|
-
is_required: boolean;
|
|
206
|
-
max_length: number;
|
|
207
|
-
placeholder: string;
|
|
208
|
-
};
|
|
209
|
-
description: {
|
|
210
|
-
id: string;
|
|
211
|
-
label: string;
|
|
212
|
-
is_required: boolean;
|
|
213
|
-
max_length: number;
|
|
214
|
-
placeholder: string;
|
|
215
|
-
};
|
|
216
|
-
homepage: {
|
|
217
|
-
id: string;
|
|
218
|
-
label: string;
|
|
219
|
-
is_required: boolean;
|
|
220
|
-
max_length: number;
|
|
221
|
-
placeholder: string;
|
|
222
|
-
};
|
|
223
|
-
url_label: {
|
|
224
|
-
id: string;
|
|
225
|
-
label: string;
|
|
226
|
-
is_required: boolean;
|
|
227
|
-
max_length: number;
|
|
228
|
-
placeholder: string;
|
|
229
|
-
};
|
|
230
|
-
url: {
|
|
231
|
-
id: string;
|
|
232
|
-
label: string;
|
|
233
|
-
is_required: boolean;
|
|
234
|
-
max_length: number;
|
|
235
|
-
placeholder: string;
|
|
236
|
-
};
|
|
237
|
-
email: {
|
|
238
|
-
id: string;
|
|
239
|
-
label: string;
|
|
240
|
-
is_required: boolean;
|
|
241
|
-
max_length: number;
|
|
242
|
-
placeholder: string;
|
|
243
|
-
};
|
|
244
|
-
phone_country_code: {
|
|
245
|
-
id: string;
|
|
246
|
-
label: string;
|
|
247
|
-
is_required: boolean;
|
|
248
|
-
max_length: number;
|
|
249
|
-
placeholder: string;
|
|
250
|
-
};
|
|
251
|
-
phone: {
|
|
252
|
-
id: string;
|
|
253
|
-
label: string;
|
|
254
|
-
is_required: boolean;
|
|
255
|
-
max_length: number;
|
|
256
|
-
placeholder: string;
|
|
257
|
-
};
|
|
258
|
-
youtube_ch_id: {
|
|
259
|
-
id: string;
|
|
260
|
-
label: string;
|
|
261
|
-
is_required: boolean;
|
|
262
|
-
max_length: number;
|
|
263
|
-
placeholder: string;
|
|
264
|
-
};
|
|
265
|
-
instagram_id: {
|
|
266
|
-
id: string;
|
|
267
|
-
label: string;
|
|
268
|
-
is_required: boolean;
|
|
269
|
-
max_length: number;
|
|
270
|
-
placeholder: string;
|
|
271
|
-
};
|
|
272
|
-
tiktok_id: {
|
|
273
|
-
id: string;
|
|
274
|
-
label: string;
|
|
275
|
-
is_required: boolean;
|
|
276
|
-
max_length: number;
|
|
277
|
-
placeholder: string;
|
|
278
|
-
};
|
|
279
|
-
threads_id: {
|
|
280
|
-
id: string;
|
|
281
|
-
label: string;
|
|
282
|
-
is_required: boolean;
|
|
283
|
-
max_length: number;
|
|
284
|
-
placeholder: string;
|
|
285
|
-
};
|
|
286
|
-
ticket_purchase: {
|
|
139
|
+
thumbnail_square_source: {
|
|
287
140
|
id: string;
|
|
288
141
|
label: string;
|
|
142
|
+
type: string;
|
|
289
143
|
is_required: boolean;
|
|
290
|
-
|
|
291
|
-
placeholder: string;
|
|
144
|
+
description: string;
|
|
292
145
|
};
|
|
293
|
-
|
|
146
|
+
thumbnail_horizontal_source: {
|
|
294
147
|
id: string;
|
|
295
148
|
label: string;
|
|
149
|
+
type: string;
|
|
296
150
|
is_required: boolean;
|
|
297
|
-
|
|
298
|
-
placeholder: string;
|
|
151
|
+
description: string;
|
|
299
152
|
};
|
|
300
|
-
|
|
153
|
+
thumbnail_vertical_source: {
|
|
301
154
|
id: string;
|
|
302
155
|
label: string;
|
|
156
|
+
type: string;
|
|
303
157
|
is_required: boolean;
|
|
304
|
-
|
|
305
|
-
placeholder: string;
|
|
158
|
+
description: string;
|
|
306
159
|
};
|
|
307
|
-
|
|
160
|
+
target_country_code: {
|
|
308
161
|
id: string;
|
|
309
162
|
label: string;
|
|
310
163
|
is_required: boolean;
|
|
311
164
|
max_length: number;
|
|
312
165
|
placeholder: string;
|
|
313
166
|
};
|
|
314
|
-
|
|
167
|
+
target_city_code: {
|
|
315
168
|
id: string;
|
|
316
169
|
label: string;
|
|
317
170
|
is_required: boolean;
|
|
318
171
|
max_length: number;
|
|
319
172
|
placeholder: string;
|
|
320
173
|
};
|
|
321
|
-
|
|
174
|
+
place_id: {
|
|
322
175
|
id: string;
|
|
323
176
|
label: string;
|
|
177
|
+
type: string;
|
|
324
178
|
is_required: boolean;
|
|
325
|
-
|
|
326
|
-
placeholder: string;
|
|
179
|
+
description: string;
|
|
327
180
|
};
|
|
328
|
-
|
|
181
|
+
place_name: {
|
|
329
182
|
id: string;
|
|
330
183
|
label: string;
|
|
331
184
|
is_required: boolean;
|
|
@@ -335,29 +188,30 @@ export declare const F_EVENT: {
|
|
|
335
188
|
latitude: {
|
|
336
189
|
id: string;
|
|
337
190
|
label: string;
|
|
191
|
+
type: string;
|
|
338
192
|
is_required: boolean;
|
|
339
|
-
max_length: number;
|
|
340
193
|
placeholder: string;
|
|
341
194
|
};
|
|
342
195
|
longitude: {
|
|
343
196
|
id: string;
|
|
344
197
|
label: string;
|
|
198
|
+
type: string;
|
|
345
199
|
is_required: boolean;
|
|
346
|
-
max_length: number;
|
|
347
200
|
placeholder: string;
|
|
348
201
|
};
|
|
349
202
|
location: {
|
|
350
203
|
id: string;
|
|
351
204
|
label: string;
|
|
352
205
|
is_required: boolean;
|
|
353
|
-
|
|
206
|
+
is_readonly: boolean;
|
|
207
|
+
is_generated: boolean;
|
|
354
208
|
placeholder: string;
|
|
355
209
|
};
|
|
356
210
|
radius_m: {
|
|
357
211
|
id: string;
|
|
358
212
|
label: string;
|
|
213
|
+
type: string;
|
|
359
214
|
is_required: boolean;
|
|
360
|
-
max_length: number;
|
|
361
215
|
placeholder: string;
|
|
362
216
|
};
|
|
363
217
|
address_eng: {
|
|
@@ -401,86 +255,20 @@ export declare const F_EVENT: {
|
|
|
401
255
|
max_length: number;
|
|
402
256
|
placeholder: string;
|
|
403
257
|
};
|
|
404
|
-
|
|
405
|
-
id: string;
|
|
406
|
-
label: string;
|
|
407
|
-
is_required: boolean;
|
|
408
|
-
default_value: number;
|
|
409
|
-
};
|
|
410
|
-
added_count: {
|
|
411
|
-
id: string;
|
|
412
|
-
label: string;
|
|
413
|
-
is_required: boolean;
|
|
414
|
-
default_value: number;
|
|
415
|
-
};
|
|
416
|
-
shared_count: {
|
|
417
|
-
id: string;
|
|
418
|
-
label: string;
|
|
419
|
-
is_required: boolean;
|
|
420
|
-
default_value: number;
|
|
421
|
-
};
|
|
422
|
-
saved_count: {
|
|
423
|
-
id: string;
|
|
424
|
-
label: string;
|
|
425
|
-
is_required: boolean;
|
|
426
|
-
default_value: number;
|
|
427
|
-
};
|
|
428
|
-
target_age_start: {
|
|
429
|
-
id: string;
|
|
430
|
-
label: string;
|
|
431
|
-
is_required: boolean;
|
|
432
|
-
default_value: number;
|
|
433
|
-
};
|
|
434
|
-
target_age_end: {
|
|
435
|
-
id: string;
|
|
436
|
-
label: string;
|
|
437
|
-
is_required: boolean;
|
|
438
|
-
default_value: number;
|
|
439
|
-
};
|
|
440
|
-
target_sex: {
|
|
441
|
-
id: string;
|
|
442
|
-
label: string;
|
|
443
|
-
is_required: boolean;
|
|
444
|
-
max_length: number;
|
|
445
|
-
placeholder: string;
|
|
446
|
-
};
|
|
447
|
-
is_target_for_family: {
|
|
448
|
-
id: string;
|
|
449
|
-
label: string;
|
|
450
|
-
is_required: boolean;
|
|
451
|
-
default_value: boolean;
|
|
452
|
-
};
|
|
453
|
-
is_target_for_couple: {
|
|
454
|
-
id: string;
|
|
455
|
-
label: string;
|
|
456
|
-
is_required: boolean;
|
|
457
|
-
default_value: boolean;
|
|
458
|
-
};
|
|
459
|
-
is_target_for_children: {
|
|
460
|
-
id: string;
|
|
461
|
-
label: string;
|
|
462
|
-
is_required: boolean;
|
|
463
|
-
default_value: boolean;
|
|
464
|
-
};
|
|
465
|
-
is_target_for_single: {
|
|
466
|
-
id: string;
|
|
467
|
-
label: string;
|
|
468
|
-
is_required: boolean;
|
|
469
|
-
default_value: boolean;
|
|
470
|
-
};
|
|
471
|
-
is_target_for_traveler: {
|
|
258
|
+
is_ever_public: {
|
|
472
259
|
id: string;
|
|
473
260
|
label: string;
|
|
474
261
|
is_required: boolean;
|
|
475
262
|
default_value: boolean;
|
|
263
|
+
is_readonly: boolean;
|
|
476
264
|
};
|
|
477
|
-
|
|
265
|
+
is_active: {
|
|
478
266
|
id: string;
|
|
479
267
|
label: string;
|
|
480
268
|
is_required: boolean;
|
|
481
269
|
default_value: boolean;
|
|
482
270
|
};
|
|
483
|
-
|
|
271
|
+
is_display: {
|
|
484
272
|
id: string;
|
|
485
273
|
label: string;
|
|
486
274
|
is_required: boolean;
|
|
@@ -490,6 +278,7 @@ export declare const F_EVENT: {
|
|
|
490
278
|
id: string;
|
|
491
279
|
label: string;
|
|
492
280
|
is_required: boolean;
|
|
281
|
+
is_readonly: boolean;
|
|
493
282
|
placeholder: string;
|
|
494
283
|
};
|
|
495
284
|
deactivated_by: {
|
|
@@ -497,79 +286,87 @@ export declare const F_EVENT: {
|
|
|
497
286
|
label: string;
|
|
498
287
|
is_required: boolean;
|
|
499
288
|
max_length: number;
|
|
500
|
-
|
|
289
|
+
is_readonly: boolean;
|
|
501
290
|
};
|
|
502
|
-
|
|
291
|
+
view_count: {
|
|
503
292
|
id: string;
|
|
504
293
|
label: string;
|
|
294
|
+
type: string;
|
|
505
295
|
is_required: boolean;
|
|
506
|
-
default_value:
|
|
296
|
+
default_value: number;
|
|
297
|
+
is_readonly: boolean;
|
|
507
298
|
};
|
|
508
|
-
|
|
299
|
+
added_count: {
|
|
509
300
|
id: string;
|
|
510
301
|
label: string;
|
|
302
|
+
type: string;
|
|
511
303
|
is_required: boolean;
|
|
512
|
-
|
|
513
|
-
|
|
304
|
+
default_value: number;
|
|
305
|
+
is_readonly: boolean;
|
|
514
306
|
};
|
|
515
|
-
|
|
307
|
+
shared_count: {
|
|
516
308
|
id: string;
|
|
517
309
|
label: string;
|
|
310
|
+
type: string;
|
|
518
311
|
is_required: boolean;
|
|
519
|
-
|
|
520
|
-
|
|
312
|
+
default_value: number;
|
|
313
|
+
is_readonly: boolean;
|
|
521
314
|
};
|
|
522
|
-
|
|
315
|
+
saved_count: {
|
|
523
316
|
id: string;
|
|
524
317
|
label: string;
|
|
318
|
+
type: string;
|
|
525
319
|
is_required: boolean;
|
|
526
|
-
|
|
527
|
-
|
|
320
|
+
default_value: number;
|
|
321
|
+
is_readonly: boolean;
|
|
528
322
|
};
|
|
529
|
-
|
|
323
|
+
is_admin_created: {
|
|
530
324
|
id: string;
|
|
531
325
|
label: string;
|
|
532
326
|
is_required: boolean;
|
|
533
|
-
|
|
534
|
-
placeholder: string;
|
|
327
|
+
default_value: boolean;
|
|
535
328
|
};
|
|
536
|
-
|
|
329
|
+
approval_status: {
|
|
537
330
|
id: string;
|
|
538
331
|
label: string;
|
|
539
332
|
is_required: boolean;
|
|
333
|
+
default_value: string;
|
|
540
334
|
max_length: number;
|
|
541
335
|
placeholder: string;
|
|
542
336
|
};
|
|
543
|
-
|
|
337
|
+
created_at: {
|
|
544
338
|
id: string;
|
|
545
339
|
label: string;
|
|
546
340
|
is_required: boolean;
|
|
547
|
-
|
|
341
|
+
is_readonly: boolean;
|
|
548
342
|
placeholder: string;
|
|
549
343
|
};
|
|
550
|
-
|
|
344
|
+
created_by: {
|
|
551
345
|
id: string;
|
|
552
346
|
label: string;
|
|
553
347
|
is_required: boolean;
|
|
554
|
-
|
|
348
|
+
max_length: number;
|
|
349
|
+
is_readonly: boolean;
|
|
555
350
|
};
|
|
556
|
-
|
|
351
|
+
approved_at: {
|
|
557
352
|
id: string;
|
|
558
353
|
label: string;
|
|
559
354
|
is_required: boolean;
|
|
355
|
+
is_readonly: boolean;
|
|
560
356
|
placeholder: string;
|
|
561
357
|
};
|
|
562
|
-
|
|
358
|
+
approved_by: {
|
|
563
359
|
id: string;
|
|
564
360
|
label: string;
|
|
565
361
|
is_required: boolean;
|
|
566
362
|
max_length: number;
|
|
567
|
-
|
|
363
|
+
is_readonly: boolean;
|
|
568
364
|
};
|
|
569
365
|
updated_at: {
|
|
570
366
|
id: string;
|
|
571
367
|
label: string;
|
|
572
368
|
is_required: boolean;
|
|
369
|
+
is_readonly: boolean;
|
|
573
370
|
placeholder: string;
|
|
574
371
|
};
|
|
575
372
|
};
|