dplus_common_v1 0.1.108 → 0.1.110
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 +9 -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 +12 -21
- package/dist/fields/fields-event/f-event-image.js +41 -50
- 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 -302
- package/dist/fields/fields-event/f-event.js +176 -390
- 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 +14 -23
- package/dist/fields/fields-folder/f-folder-image.js +41 -50
- 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 +30 -336
- package/dist/fields/fields-folder/f-folder.js +44 -350
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +18 -21
- package/dist/fields/fields-group/f-group-image.js +48 -51
- 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 +30 -183
- package/dist/fields/fields-group/f-group.js +64 -208
- 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-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 +97 -0
- package/dist/fields/fields-stag/f-stag-image.js +98 -0
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -0
- 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 +88 -201
- package/dist/fields/fields-stag/f-stag.js +121 -222
- 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 +5 -0
- package/dist/index.js +5 -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 +9 -11
- package/dist/types/types-event/t-event-metadata-i18n.d.ts +10 -8
- package/dist/types/types-event/t-event.d.ts +35 -62
- package/dist/types/types-event/t-event.js +32 -59
- 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 +10 -9
- package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +10 -7
- package/dist/types/types-folder/t-folder.d.ts +16 -53
- package/dist/types/types-folder/t-folder.js +19 -57
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +9 -11
- package/dist/types/types-group/t-group-metadata-i18n.d.ts +6 -7
- package/dist/types/types-group/t-group.d.ts +14 -32
- package/dist/types/types-group/t-group.js +14 -40
- 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-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 +25 -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-metadata-i18n.d.ts +15 -6
- package/dist/types/types-stag/t-stag.d.ts +46 -33
- package/dist/types/types-stag/t-stag.js +12 -37
- 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
|
@@ -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,216 +32,153 @@ export declare const F_EVENT: {
|
|
|
32
32
|
is_required: boolean;
|
|
33
33
|
placeholder: string;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
id: string;
|
|
37
|
-
label: string;
|
|
38
|
-
is_required: boolean;
|
|
39
|
-
max_length: number;
|
|
40
|
-
placeholder: string;
|
|
41
|
-
};
|
|
42
|
-
utc_minutes: {
|
|
35
|
+
end_date: {
|
|
43
36
|
id: string;
|
|
44
37
|
label: string;
|
|
45
38
|
is_required: boolean;
|
|
46
|
-
max_length: number;
|
|
47
39
|
placeholder: string;
|
|
48
40
|
};
|
|
49
|
-
|
|
41
|
+
end_time: {
|
|
50
42
|
id: string;
|
|
51
43
|
label: string;
|
|
52
44
|
is_required: boolean;
|
|
53
|
-
max_length: number;
|
|
54
45
|
placeholder: string;
|
|
55
46
|
};
|
|
56
|
-
|
|
57
|
-
id: string;
|
|
58
|
-
label: string;
|
|
59
|
-
is_required: boolean;
|
|
60
|
-
max_length: number;
|
|
61
|
-
placeholder: string;
|
|
62
|
-
};
|
|
63
|
-
end_at_utc: {
|
|
64
|
-
id: string;
|
|
65
|
-
label: string;
|
|
66
|
-
is_required: boolean;
|
|
67
|
-
max_length: number;
|
|
68
|
-
placeholder: string;
|
|
69
|
-
};
|
|
70
|
-
is_repeat_annually: {
|
|
71
|
-
id: string;
|
|
72
|
-
label: string;
|
|
73
|
-
is_required: boolean;
|
|
74
|
-
default_value: boolean;
|
|
75
|
-
};
|
|
76
|
-
title: {
|
|
77
|
-
id: string;
|
|
78
|
-
label: string;
|
|
79
|
-
is_required: boolean;
|
|
80
|
-
max_length: number;
|
|
81
|
-
placeholder: string;
|
|
82
|
-
};
|
|
83
|
-
bg_color: {
|
|
84
|
-
id: string;
|
|
85
|
-
label: string;
|
|
86
|
-
is_required: boolean;
|
|
87
|
-
max_length: number;
|
|
88
|
-
placeholder: string;
|
|
89
|
-
};
|
|
90
|
-
fg_color: {
|
|
91
|
-
id: string;
|
|
92
|
-
label: string;
|
|
93
|
-
is_required: boolean;
|
|
94
|
-
max_length: number;
|
|
95
|
-
placeholder: string;
|
|
96
|
-
};
|
|
97
|
-
thumbnail_square: {
|
|
98
|
-
id: string;
|
|
99
|
-
label: string;
|
|
100
|
-
is_required: boolean;
|
|
101
|
-
max_length: number;
|
|
102
|
-
placeholder: string;
|
|
103
|
-
};
|
|
104
|
-
thumbnail_horizontal: {
|
|
105
|
-
id: string;
|
|
106
|
-
label: string;
|
|
107
|
-
is_required: boolean;
|
|
108
|
-
max_length: number;
|
|
109
|
-
placeholder: string;
|
|
110
|
-
};
|
|
111
|
-
thumbnail_vertical: {
|
|
47
|
+
tz: {
|
|
112
48
|
id: string;
|
|
113
49
|
label: string;
|
|
114
50
|
is_required: boolean;
|
|
115
51
|
max_length: number;
|
|
116
52
|
placeholder: string;
|
|
117
53
|
};
|
|
118
|
-
|
|
54
|
+
utc_minutes: {
|
|
119
55
|
id: string;
|
|
120
56
|
label: string;
|
|
121
57
|
is_required: boolean;
|
|
122
|
-
|
|
58
|
+
type: string;
|
|
123
59
|
placeholder: string;
|
|
124
60
|
};
|
|
125
|
-
|
|
61
|
+
duration: {
|
|
126
62
|
id: string;
|
|
127
63
|
label: string;
|
|
128
64
|
is_required: boolean;
|
|
129
|
-
|
|
65
|
+
type: string;
|
|
130
66
|
placeholder: string;
|
|
131
67
|
};
|
|
132
|
-
|
|
68
|
+
start_at_utc: {
|
|
133
69
|
id: string;
|
|
134
70
|
label: string;
|
|
135
71
|
is_required: boolean;
|
|
136
|
-
|
|
72
|
+
is_readonly: boolean;
|
|
73
|
+
is_generated: boolean;
|
|
137
74
|
placeholder: string;
|
|
138
75
|
};
|
|
139
|
-
|
|
76
|
+
end_at_utc: {
|
|
140
77
|
id: string;
|
|
141
78
|
label: string;
|
|
142
79
|
is_required: boolean;
|
|
143
|
-
|
|
80
|
+
is_readonly: boolean;
|
|
81
|
+
is_generated: boolean;
|
|
144
82
|
placeholder: string;
|
|
145
83
|
};
|
|
146
|
-
|
|
84
|
+
is_repeat_annually: {
|
|
147
85
|
id: string;
|
|
148
86
|
label: string;
|
|
149
87
|
is_required: boolean;
|
|
150
|
-
|
|
151
|
-
placeholder: string;
|
|
88
|
+
default_value: boolean;
|
|
152
89
|
};
|
|
153
|
-
|
|
90
|
+
title: {
|
|
154
91
|
id: string;
|
|
155
92
|
label: string;
|
|
156
93
|
is_required: boolean;
|
|
157
94
|
max_length: number;
|
|
158
95
|
placeholder: string;
|
|
159
96
|
};
|
|
160
|
-
|
|
97
|
+
short_description: {
|
|
161
98
|
id: string;
|
|
162
99
|
label: string;
|
|
163
100
|
is_required: boolean;
|
|
164
101
|
max_length: number;
|
|
165
102
|
placeholder: string;
|
|
166
103
|
};
|
|
167
|
-
|
|
104
|
+
bg_color: {
|
|
168
105
|
id: string;
|
|
169
106
|
label: string;
|
|
170
107
|
is_required: boolean;
|
|
171
108
|
max_length: number;
|
|
172
109
|
placeholder: string;
|
|
173
110
|
};
|
|
174
|
-
|
|
111
|
+
fg_color: {
|
|
175
112
|
id: string;
|
|
176
113
|
label: string;
|
|
177
114
|
is_required: boolean;
|
|
178
115
|
max_length: number;
|
|
179
116
|
placeholder: string;
|
|
180
117
|
};
|
|
181
|
-
|
|
118
|
+
thumbnail_square: {
|
|
182
119
|
id: string;
|
|
183
120
|
label: string;
|
|
184
121
|
is_required: boolean;
|
|
185
122
|
max_length: number;
|
|
186
123
|
placeholder: string;
|
|
187
124
|
};
|
|
188
|
-
|
|
125
|
+
thumbnail_horizontal: {
|
|
189
126
|
id: string;
|
|
190
127
|
label: string;
|
|
191
128
|
is_required: boolean;
|
|
192
129
|
max_length: number;
|
|
193
130
|
placeholder: string;
|
|
194
131
|
};
|
|
195
|
-
|
|
132
|
+
thumbnail_vertical: {
|
|
196
133
|
id: string;
|
|
197
134
|
label: string;
|
|
198
135
|
is_required: boolean;
|
|
199
136
|
max_length: number;
|
|
200
137
|
placeholder: string;
|
|
201
138
|
};
|
|
202
|
-
|
|
139
|
+
thumbnail_square_source: {
|
|
203
140
|
id: string;
|
|
204
141
|
label: string;
|
|
142
|
+
type: string;
|
|
205
143
|
is_required: boolean;
|
|
206
|
-
|
|
207
|
-
placeholder: string;
|
|
144
|
+
description: string;
|
|
208
145
|
};
|
|
209
|
-
|
|
146
|
+
thumbnail_horizontal_source: {
|
|
210
147
|
id: string;
|
|
211
148
|
label: string;
|
|
149
|
+
type: string;
|
|
212
150
|
is_required: boolean;
|
|
213
|
-
|
|
214
|
-
placeholder: string;
|
|
151
|
+
description: string;
|
|
215
152
|
};
|
|
216
|
-
|
|
153
|
+
thumbnail_vertical_source: {
|
|
217
154
|
id: string;
|
|
218
155
|
label: string;
|
|
156
|
+
type: string;
|
|
219
157
|
is_required: boolean;
|
|
220
|
-
|
|
221
|
-
placeholder: string;
|
|
158
|
+
description: string;
|
|
222
159
|
};
|
|
223
|
-
|
|
160
|
+
target_country_code: {
|
|
224
161
|
id: string;
|
|
225
162
|
label: string;
|
|
226
163
|
is_required: boolean;
|
|
227
164
|
max_length: number;
|
|
228
165
|
placeholder: string;
|
|
229
166
|
};
|
|
230
|
-
|
|
167
|
+
target_city_code: {
|
|
231
168
|
id: string;
|
|
232
169
|
label: string;
|
|
233
170
|
is_required: boolean;
|
|
234
171
|
max_length: number;
|
|
235
172
|
placeholder: string;
|
|
236
173
|
};
|
|
237
|
-
|
|
174
|
+
place_id: {
|
|
238
175
|
id: string;
|
|
239
176
|
label: string;
|
|
177
|
+
type: string;
|
|
240
178
|
is_required: boolean;
|
|
241
|
-
|
|
242
|
-
placeholder: string;
|
|
179
|
+
description: string;
|
|
243
180
|
};
|
|
244
|
-
|
|
181
|
+
place_name: {
|
|
245
182
|
id: string;
|
|
246
183
|
label: string;
|
|
247
184
|
is_required: boolean;
|
|
@@ -251,29 +188,30 @@ export declare const F_EVENT: {
|
|
|
251
188
|
latitude: {
|
|
252
189
|
id: string;
|
|
253
190
|
label: string;
|
|
191
|
+
type: string;
|
|
254
192
|
is_required: boolean;
|
|
255
|
-
max_length: number;
|
|
256
193
|
placeholder: string;
|
|
257
194
|
};
|
|
258
195
|
longitude: {
|
|
259
196
|
id: string;
|
|
260
197
|
label: string;
|
|
198
|
+
type: string;
|
|
261
199
|
is_required: boolean;
|
|
262
|
-
max_length: number;
|
|
263
200
|
placeholder: string;
|
|
264
201
|
};
|
|
265
202
|
location: {
|
|
266
203
|
id: string;
|
|
267
204
|
label: string;
|
|
268
205
|
is_required: boolean;
|
|
269
|
-
|
|
206
|
+
is_readonly: boolean;
|
|
207
|
+
is_generated: boolean;
|
|
270
208
|
placeholder: string;
|
|
271
209
|
};
|
|
272
210
|
radius_m: {
|
|
273
211
|
id: string;
|
|
274
212
|
label: string;
|
|
213
|
+
type: string;
|
|
275
214
|
is_required: boolean;
|
|
276
|
-
max_length: number;
|
|
277
215
|
placeholder: string;
|
|
278
216
|
};
|
|
279
217
|
address_eng: {
|
|
@@ -317,84 +255,12 @@ export declare const F_EVENT: {
|
|
|
317
255
|
max_length: number;
|
|
318
256
|
placeholder: string;
|
|
319
257
|
};
|
|
320
|
-
view_count: {
|
|
321
|
-
id: string;
|
|
322
|
-
label: string;
|
|
323
|
-
is_required: boolean;
|
|
324
|
-
default_value: number;
|
|
325
|
-
};
|
|
326
|
-
added_count: {
|
|
327
|
-
id: string;
|
|
328
|
-
label: string;
|
|
329
|
-
is_required: boolean;
|
|
330
|
-
default_value: number;
|
|
331
|
-
};
|
|
332
|
-
shared_count: {
|
|
333
|
-
id: string;
|
|
334
|
-
label: string;
|
|
335
|
-
is_required: boolean;
|
|
336
|
-
default_value: number;
|
|
337
|
-
};
|
|
338
|
-
saved_count: {
|
|
339
|
-
id: string;
|
|
340
|
-
label: string;
|
|
341
|
-
is_required: boolean;
|
|
342
|
-
default_value: number;
|
|
343
|
-
};
|
|
344
|
-
target_age_start: {
|
|
345
|
-
id: string;
|
|
346
|
-
label: string;
|
|
347
|
-
is_required: boolean;
|
|
348
|
-
default_value: number;
|
|
349
|
-
};
|
|
350
|
-
target_age_end: {
|
|
351
|
-
id: string;
|
|
352
|
-
label: string;
|
|
353
|
-
is_required: boolean;
|
|
354
|
-
default_value: number;
|
|
355
|
-
};
|
|
356
|
-
target_sex: {
|
|
357
|
-
id: string;
|
|
358
|
-
label: string;
|
|
359
|
-
is_required: boolean;
|
|
360
|
-
max_length: number;
|
|
361
|
-
placeholder: string;
|
|
362
|
-
};
|
|
363
|
-
is_target_for_family: {
|
|
364
|
-
id: string;
|
|
365
|
-
label: string;
|
|
366
|
-
is_required: boolean;
|
|
367
|
-
default_value: boolean;
|
|
368
|
-
};
|
|
369
|
-
is_target_for_couple: {
|
|
370
|
-
id: string;
|
|
371
|
-
label: string;
|
|
372
|
-
is_required: boolean;
|
|
373
|
-
default_value: boolean;
|
|
374
|
-
};
|
|
375
|
-
is_target_for_children: {
|
|
376
|
-
id: string;
|
|
377
|
-
label: string;
|
|
378
|
-
is_required: boolean;
|
|
379
|
-
default_value: boolean;
|
|
380
|
-
};
|
|
381
|
-
is_target_for_single: {
|
|
382
|
-
id: string;
|
|
383
|
-
label: string;
|
|
384
|
-
is_required: boolean;
|
|
385
|
-
default_value: boolean;
|
|
386
|
-
};
|
|
387
|
-
is_target_for_traveler: {
|
|
388
|
-
id: string;
|
|
389
|
-
label: string;
|
|
390
|
-
is_required: boolean;
|
|
391
|
-
default_value: boolean;
|
|
392
|
-
};
|
|
393
258
|
is_ever_public: {
|
|
394
259
|
id: string;
|
|
395
260
|
label: string;
|
|
396
261
|
is_required: boolean;
|
|
397
262
|
default_value: boolean;
|
|
263
|
+
is_readonly: boolean;
|
|
398
264
|
};
|
|
399
265
|
is_active: {
|
|
400
266
|
id: string;
|
|
@@ -402,195 +268,105 @@ export declare const F_EVENT: {
|
|
|
402
268
|
is_required: boolean;
|
|
403
269
|
default_value: boolean;
|
|
404
270
|
};
|
|
405
|
-
deactivated_at: {
|
|
406
|
-
id: string;
|
|
407
|
-
label: string;
|
|
408
|
-
is_required: boolean;
|
|
409
|
-
placeholder: string;
|
|
410
|
-
};
|
|
411
|
-
deactivated_by: {
|
|
412
|
-
id: string;
|
|
413
|
-
label: string;
|
|
414
|
-
is_required: boolean;
|
|
415
|
-
max_length: number;
|
|
416
|
-
placeholder: string;
|
|
417
|
-
};
|
|
418
271
|
is_display: {
|
|
419
272
|
id: string;
|
|
420
273
|
label: string;
|
|
421
274
|
is_required: boolean;
|
|
422
275
|
default_value: boolean;
|
|
423
276
|
};
|
|
424
|
-
|
|
425
|
-
id: string;
|
|
426
|
-
label: string;
|
|
427
|
-
is_required: boolean;
|
|
428
|
-
max_length: number;
|
|
429
|
-
placeholder: string;
|
|
430
|
-
};
|
|
431
|
-
hero_image_02: {
|
|
432
|
-
id: string;
|
|
433
|
-
label: string;
|
|
434
|
-
is_required: boolean;
|
|
435
|
-
max_length: number;
|
|
436
|
-
placeholder: string;
|
|
437
|
-
};
|
|
438
|
-
hero_image_03: {
|
|
439
|
-
id: string;
|
|
440
|
-
label: string;
|
|
441
|
-
is_required: boolean;
|
|
442
|
-
max_length: number;
|
|
443
|
-
placeholder: string;
|
|
444
|
-
};
|
|
445
|
-
hero_image_04: {
|
|
446
|
-
id: string;
|
|
447
|
-
label: string;
|
|
448
|
-
is_required: boolean;
|
|
449
|
-
max_length: number;
|
|
450
|
-
placeholder: string;
|
|
451
|
-
};
|
|
452
|
-
hero_image_05: {
|
|
453
|
-
id: string;
|
|
454
|
-
label: string;
|
|
455
|
-
is_required: boolean;
|
|
456
|
-
max_length: number;
|
|
457
|
-
placeholder: string;
|
|
458
|
-
};
|
|
459
|
-
thumbnail_main_01: {
|
|
460
|
-
id: string;
|
|
461
|
-
label: string;
|
|
462
|
-
is_required: boolean;
|
|
463
|
-
max_length: number;
|
|
464
|
-
placeholder: string;
|
|
465
|
-
};
|
|
466
|
-
thumbnail_main_02: {
|
|
467
|
-
id: string;
|
|
468
|
-
label: string;
|
|
469
|
-
is_required: boolean;
|
|
470
|
-
max_length: number;
|
|
471
|
-
placeholder: string;
|
|
472
|
-
};
|
|
473
|
-
thumbnail_main_03: {
|
|
474
|
-
id: string;
|
|
475
|
-
label: string;
|
|
476
|
-
is_required: boolean;
|
|
477
|
-
max_length: number;
|
|
478
|
-
placeholder: string;
|
|
479
|
-
};
|
|
480
|
-
thumbnail_main_04: {
|
|
481
|
-
id: string;
|
|
482
|
-
label: string;
|
|
483
|
-
is_required: boolean;
|
|
484
|
-
max_length: number;
|
|
485
|
-
placeholder: string;
|
|
486
|
-
};
|
|
487
|
-
thumbnail_main_05: {
|
|
488
|
-
id: string;
|
|
489
|
-
label: string;
|
|
490
|
-
is_required: boolean;
|
|
491
|
-
max_length: number;
|
|
492
|
-
placeholder: string;
|
|
493
|
-
};
|
|
494
|
-
thumbnail_vertical_01: {
|
|
495
|
-
id: string;
|
|
496
|
-
label: string;
|
|
497
|
-
is_required: boolean;
|
|
498
|
-
max_length: number;
|
|
499
|
-
placeholder: string;
|
|
500
|
-
};
|
|
501
|
-
thumbnail_vertical_02: {
|
|
277
|
+
deactivated_at: {
|
|
502
278
|
id: string;
|
|
503
279
|
label: string;
|
|
504
280
|
is_required: boolean;
|
|
505
|
-
|
|
281
|
+
is_readonly: boolean;
|
|
506
282
|
placeholder: string;
|
|
507
283
|
};
|
|
508
|
-
|
|
284
|
+
deactivated_by: {
|
|
509
285
|
id: string;
|
|
510
286
|
label: string;
|
|
511
287
|
is_required: boolean;
|
|
512
288
|
max_length: number;
|
|
513
|
-
|
|
289
|
+
is_readonly: boolean;
|
|
514
290
|
};
|
|
515
|
-
|
|
291
|
+
view_count: {
|
|
516
292
|
id: string;
|
|
517
293
|
label: string;
|
|
294
|
+
type: string;
|
|
518
295
|
is_required: boolean;
|
|
519
|
-
|
|
520
|
-
|
|
296
|
+
default_value: number;
|
|
297
|
+
is_readonly: boolean;
|
|
521
298
|
};
|
|
522
|
-
|
|
299
|
+
added_count: {
|
|
523
300
|
id: string;
|
|
524
301
|
label: string;
|
|
302
|
+
type: string;
|
|
525
303
|
is_required: boolean;
|
|
526
|
-
|
|
527
|
-
|
|
304
|
+
default_value: number;
|
|
305
|
+
is_readonly: boolean;
|
|
528
306
|
};
|
|
529
|
-
|
|
307
|
+
shared_count: {
|
|
530
308
|
id: string;
|
|
531
309
|
label: string;
|
|
310
|
+
type: string;
|
|
532
311
|
is_required: boolean;
|
|
533
|
-
|
|
534
|
-
|
|
312
|
+
default_value: number;
|
|
313
|
+
is_readonly: boolean;
|
|
535
314
|
};
|
|
536
|
-
|
|
315
|
+
saved_count: {
|
|
537
316
|
id: string;
|
|
538
317
|
label: string;
|
|
318
|
+
type: string;
|
|
539
319
|
is_required: boolean;
|
|
540
|
-
|
|
541
|
-
|
|
320
|
+
default_value: number;
|
|
321
|
+
is_readonly: boolean;
|
|
542
322
|
};
|
|
543
|
-
|
|
323
|
+
is_admin_created: {
|
|
544
324
|
id: string;
|
|
545
325
|
label: string;
|
|
546
326
|
is_required: boolean;
|
|
547
|
-
|
|
548
|
-
placeholder: string;
|
|
327
|
+
default_value: boolean;
|
|
549
328
|
};
|
|
550
|
-
|
|
329
|
+
approval_status: {
|
|
551
330
|
id: string;
|
|
552
331
|
label: string;
|
|
553
332
|
is_required: boolean;
|
|
333
|
+
default_value: string;
|
|
554
334
|
max_length: number;
|
|
555
335
|
placeholder: string;
|
|
556
336
|
};
|
|
557
|
-
|
|
337
|
+
created_at: {
|
|
558
338
|
id: string;
|
|
559
339
|
label: string;
|
|
560
340
|
is_required: boolean;
|
|
561
|
-
|
|
341
|
+
is_readonly: boolean;
|
|
562
342
|
placeholder: string;
|
|
563
343
|
};
|
|
564
|
-
|
|
344
|
+
created_by: {
|
|
565
345
|
id: string;
|
|
566
346
|
label: string;
|
|
567
347
|
is_required: boolean;
|
|
568
348
|
max_length: number;
|
|
569
|
-
|
|
349
|
+
is_readonly: boolean;
|
|
570
350
|
};
|
|
571
|
-
|
|
572
|
-
id: string;
|
|
573
|
-
label: string;
|
|
574
|
-
is_required: boolean;
|
|
575
|
-
default_value: boolean;
|
|
576
|
-
};
|
|
577
|
-
created_at: {
|
|
351
|
+
approved_at: {
|
|
578
352
|
id: string;
|
|
579
353
|
label: string;
|
|
580
354
|
is_required: boolean;
|
|
355
|
+
is_readonly: boolean;
|
|
581
356
|
placeholder: string;
|
|
582
357
|
};
|
|
583
|
-
|
|
358
|
+
approved_by: {
|
|
584
359
|
id: string;
|
|
585
360
|
label: string;
|
|
586
361
|
is_required: boolean;
|
|
587
362
|
max_length: number;
|
|
588
|
-
|
|
363
|
+
is_readonly: boolean;
|
|
589
364
|
};
|
|
590
365
|
updated_at: {
|
|
591
366
|
id: string;
|
|
592
367
|
label: string;
|
|
593
368
|
is_required: boolean;
|
|
369
|
+
is_readonly: boolean;
|
|
594
370
|
placeholder: string;
|
|
595
371
|
};
|
|
596
372
|
};
|