dplus_common_v1 0.1.109 → 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/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 +46 -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
|
@@ -5,6 +5,8 @@ export declare const F_STAG: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
9
|
+
view_only: boolean;
|
|
8
10
|
};
|
|
9
11
|
target_country_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_STAG: {
|
|
|
12
14
|
is_required: boolean;
|
|
13
15
|
max_length: number;
|
|
14
16
|
placeholder: string;
|
|
17
|
+
editable: boolean;
|
|
18
|
+
view_only: boolean;
|
|
15
19
|
};
|
|
16
20
|
stag: {
|
|
17
21
|
id: string;
|
|
@@ -19,6 +23,8 @@ export declare const F_STAG: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
22
28
|
};
|
|
23
29
|
stag_native: {
|
|
24
30
|
id: string;
|
|
@@ -26,6 +32,8 @@ export declare const F_STAG: {
|
|
|
26
32
|
is_required: boolean;
|
|
27
33
|
max_length: number;
|
|
28
34
|
placeholder: string;
|
|
35
|
+
editable: boolean;
|
|
36
|
+
view_only: boolean;
|
|
29
37
|
};
|
|
30
38
|
description: {
|
|
31
39
|
id: string;
|
|
@@ -33,6 +41,8 @@ export declare const F_STAG: {
|
|
|
33
41
|
is_required: boolean;
|
|
34
42
|
max_length: number;
|
|
35
43
|
placeholder: string;
|
|
44
|
+
editable: boolean;
|
|
45
|
+
view_only: boolean;
|
|
36
46
|
};
|
|
37
47
|
bg_color: {
|
|
38
48
|
id: string;
|
|
@@ -40,6 +50,8 @@ export declare const F_STAG: {
|
|
|
40
50
|
is_required: boolean;
|
|
41
51
|
max_length: number;
|
|
42
52
|
placeholder: string;
|
|
53
|
+
editable: boolean;
|
|
54
|
+
view_only: boolean;
|
|
43
55
|
};
|
|
44
56
|
fg_color: {
|
|
45
57
|
id: string;
|
|
@@ -47,313 +59,209 @@ export declare const F_STAG: {
|
|
|
47
59
|
is_required: boolean;
|
|
48
60
|
max_length: number;
|
|
49
61
|
placeholder: string;
|
|
62
|
+
editable: boolean;
|
|
63
|
+
view_only: boolean;
|
|
50
64
|
};
|
|
51
65
|
thumbnail_square: {
|
|
52
66
|
id: string;
|
|
53
67
|
label: string;
|
|
54
68
|
is_required: boolean;
|
|
55
69
|
max_length: number;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
thumbnail_square_src_name: {
|
|
59
|
-
id: string;
|
|
60
|
-
label: string;
|
|
61
|
-
is_required: boolean;
|
|
62
|
-
max_length: number;
|
|
63
|
-
placeholder: string;
|
|
64
|
-
};
|
|
65
|
-
thumbnail_square_src_platform: {
|
|
66
|
-
id: string;
|
|
67
|
-
label: string;
|
|
68
|
-
is_required: boolean;
|
|
69
|
-
max_length: number;
|
|
70
|
-
placeholder: string;
|
|
71
|
-
};
|
|
72
|
-
thumbnail_square_src_unique_id: {
|
|
73
|
-
id: string;
|
|
74
|
-
label: string;
|
|
75
|
-
is_required: boolean;
|
|
76
|
-
max_length: number;
|
|
77
|
-
placeholder: string;
|
|
70
|
+
editable: boolean;
|
|
71
|
+
view_only: boolean;
|
|
78
72
|
};
|
|
79
|
-
|
|
73
|
+
thumbnail_square_source: {
|
|
80
74
|
id: string;
|
|
81
75
|
label: string;
|
|
82
76
|
is_required: boolean;
|
|
83
|
-
|
|
84
|
-
|
|
77
|
+
editable: boolean;
|
|
78
|
+
view_only: boolean;
|
|
85
79
|
};
|
|
86
80
|
thumbnail_horizontal: {
|
|
87
81
|
id: string;
|
|
88
82
|
label: string;
|
|
89
83
|
is_required: boolean;
|
|
90
84
|
max_length: number;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
thumbnail_horizontal_src_name: {
|
|
94
|
-
id: string;
|
|
95
|
-
label: string;
|
|
96
|
-
is_required: boolean;
|
|
97
|
-
max_length: number;
|
|
98
|
-
placeholder: string;
|
|
99
|
-
};
|
|
100
|
-
thumbnail_horizontal_src_platform: {
|
|
101
|
-
id: string;
|
|
102
|
-
label: string;
|
|
103
|
-
is_required: boolean;
|
|
104
|
-
max_length: number;
|
|
105
|
-
placeholder: string;
|
|
85
|
+
editable: boolean;
|
|
86
|
+
view_only: boolean;
|
|
106
87
|
};
|
|
107
|
-
|
|
88
|
+
thumbnail_horizontal_source: {
|
|
108
89
|
id: string;
|
|
109
90
|
label: string;
|
|
110
91
|
is_required: boolean;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
};
|
|
114
|
-
thumbnail_horizontal_src_url: {
|
|
115
|
-
id: string;
|
|
116
|
-
label: string;
|
|
117
|
-
is_required: boolean;
|
|
118
|
-
max_length: number;
|
|
119
|
-
placeholder: string;
|
|
92
|
+
editable: boolean;
|
|
93
|
+
view_only: boolean;
|
|
120
94
|
};
|
|
121
95
|
thumbnail_vertical: {
|
|
122
96
|
id: string;
|
|
123
97
|
label: string;
|
|
124
98
|
is_required: boolean;
|
|
125
99
|
max_length: number;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
thumbnail_vertical_src_name: {
|
|
129
|
-
id: string;
|
|
130
|
-
label: string;
|
|
131
|
-
is_required: boolean;
|
|
132
|
-
max_length: number;
|
|
133
|
-
placeholder: string;
|
|
134
|
-
};
|
|
135
|
-
thumbnail_vertical_src_platform: {
|
|
136
|
-
id: string;
|
|
137
|
-
label: string;
|
|
138
|
-
is_required: boolean;
|
|
139
|
-
max_length: number;
|
|
140
|
-
placeholder: string;
|
|
100
|
+
editable: boolean;
|
|
101
|
+
view_only: boolean;
|
|
141
102
|
};
|
|
142
|
-
|
|
103
|
+
thumbnail_vertical_source: {
|
|
143
104
|
id: string;
|
|
144
105
|
label: string;
|
|
145
106
|
is_required: boolean;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
};
|
|
149
|
-
thumbnail_vertical_src_url: {
|
|
150
|
-
id: string;
|
|
151
|
-
label: string;
|
|
152
|
-
is_required: boolean;
|
|
153
|
-
max_length: number;
|
|
154
|
-
placeholder: string;
|
|
155
|
-
};
|
|
156
|
-
profile: {
|
|
157
|
-
id: string;
|
|
158
|
-
label: string;
|
|
159
|
-
is_required: boolean;
|
|
160
|
-
max_length: number;
|
|
161
|
-
placeholder: string;
|
|
107
|
+
editable: boolean;
|
|
108
|
+
view_only: boolean;
|
|
162
109
|
};
|
|
163
110
|
url: {
|
|
164
111
|
id: string;
|
|
165
112
|
label: string;
|
|
166
113
|
is_required: boolean;
|
|
167
114
|
max_length: number;
|
|
168
|
-
|
|
115
|
+
editable: boolean;
|
|
116
|
+
view_only: boolean;
|
|
169
117
|
};
|
|
170
118
|
official_web: {
|
|
171
119
|
id: string;
|
|
172
120
|
label: string;
|
|
173
121
|
is_required: boolean;
|
|
174
122
|
max_length: number;
|
|
175
|
-
|
|
123
|
+
editable: boolean;
|
|
124
|
+
view_only: boolean;
|
|
176
125
|
};
|
|
177
126
|
youtube_ch_id: {
|
|
178
127
|
id: string;
|
|
179
128
|
label: string;
|
|
180
129
|
is_required: boolean;
|
|
181
130
|
max_length: number;
|
|
182
|
-
|
|
131
|
+
editable: boolean;
|
|
132
|
+
view_only: boolean;
|
|
183
133
|
};
|
|
184
134
|
instagram_id: {
|
|
185
135
|
id: string;
|
|
186
136
|
label: string;
|
|
187
137
|
is_required: boolean;
|
|
188
138
|
max_length: number;
|
|
189
|
-
|
|
139
|
+
editable: boolean;
|
|
140
|
+
view_only: boolean;
|
|
190
141
|
};
|
|
191
142
|
tiktok_id: {
|
|
192
143
|
id: string;
|
|
193
144
|
label: string;
|
|
194
145
|
is_required: boolean;
|
|
195
146
|
max_length: number;
|
|
196
|
-
|
|
147
|
+
editable: boolean;
|
|
148
|
+
view_only: boolean;
|
|
197
149
|
};
|
|
198
150
|
threads_id: {
|
|
199
151
|
id: string;
|
|
200
152
|
label: string;
|
|
201
153
|
is_required: boolean;
|
|
202
154
|
max_length: number;
|
|
203
|
-
|
|
155
|
+
editable: boolean;
|
|
156
|
+
view_only: boolean;
|
|
204
157
|
};
|
|
205
158
|
latitude: {
|
|
206
159
|
id: string;
|
|
207
160
|
label: string;
|
|
208
161
|
is_required: boolean;
|
|
209
|
-
|
|
210
|
-
|
|
162
|
+
editable: boolean;
|
|
163
|
+
view_only: boolean;
|
|
211
164
|
};
|
|
212
165
|
longitude: {
|
|
213
166
|
id: string;
|
|
214
167
|
label: string;
|
|
215
168
|
is_required: boolean;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
};
|
|
219
|
-
location: {
|
|
220
|
-
id: string;
|
|
221
|
-
label: string;
|
|
222
|
-
is_required: boolean;
|
|
223
|
-
max_length: number;
|
|
224
|
-
placeholder: string;
|
|
169
|
+
editable: boolean;
|
|
170
|
+
view_only: boolean;
|
|
225
171
|
};
|
|
226
172
|
radius_m: {
|
|
227
173
|
id: string;
|
|
228
174
|
label: string;
|
|
229
175
|
is_required: boolean;
|
|
230
|
-
|
|
231
|
-
|
|
176
|
+
editable: boolean;
|
|
177
|
+
view_only: boolean;
|
|
232
178
|
};
|
|
233
179
|
address: {
|
|
234
180
|
id: string;
|
|
235
181
|
label: string;
|
|
236
182
|
is_required: boolean;
|
|
237
183
|
max_length: number;
|
|
238
|
-
|
|
184
|
+
editable: boolean;
|
|
185
|
+
view_only: boolean;
|
|
239
186
|
};
|
|
240
187
|
address_native: {
|
|
241
188
|
id: string;
|
|
242
189
|
label: string;
|
|
243
190
|
is_required: boolean;
|
|
244
191
|
max_length: number;
|
|
245
|
-
|
|
192
|
+
editable: boolean;
|
|
193
|
+
view_only: boolean;
|
|
246
194
|
};
|
|
247
195
|
google_map_url: {
|
|
248
196
|
id: string;
|
|
249
197
|
label: string;
|
|
250
198
|
is_required: boolean;
|
|
251
199
|
max_length: number;
|
|
252
|
-
|
|
200
|
+
editable: boolean;
|
|
201
|
+
view_only: boolean;
|
|
253
202
|
};
|
|
254
203
|
naver_map_url: {
|
|
255
204
|
id: string;
|
|
256
205
|
label: string;
|
|
257
206
|
is_required: boolean;
|
|
258
207
|
max_length: number;
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
event_count: {
|
|
262
|
-
id: string;
|
|
263
|
-
label: string;
|
|
264
|
-
is_required: boolean;
|
|
265
|
-
default_value: number;
|
|
266
|
-
};
|
|
267
|
-
view_count: {
|
|
268
|
-
id: string;
|
|
269
|
-
label: string;
|
|
270
|
-
is_required: boolean;
|
|
271
|
-
default_value: number;
|
|
272
|
-
};
|
|
273
|
-
created_at: {
|
|
274
|
-
id: string;
|
|
275
|
-
label: string;
|
|
276
|
-
is_required: boolean;
|
|
277
|
-
placeholder: string;
|
|
278
|
-
};
|
|
279
|
-
created_by: {
|
|
280
|
-
id: string;
|
|
281
|
-
label: string;
|
|
282
|
-
is_required: boolean;
|
|
283
|
-
max_length: number;
|
|
284
|
-
placeholder: string;
|
|
285
|
-
};
|
|
286
|
-
updated_at: {
|
|
287
|
-
id: string;
|
|
288
|
-
label: string;
|
|
289
|
-
is_required: boolean;
|
|
290
|
-
placeholder: string;
|
|
208
|
+
editable: boolean;
|
|
209
|
+
view_only: boolean;
|
|
291
210
|
};
|
|
292
211
|
is_active: {
|
|
293
212
|
id: string;
|
|
294
213
|
label: string;
|
|
295
214
|
is_required: boolean;
|
|
296
|
-
|
|
215
|
+
editable: boolean;
|
|
216
|
+
view_only: boolean;
|
|
297
217
|
};
|
|
298
|
-
|
|
218
|
+
is_display: {
|
|
299
219
|
id: string;
|
|
300
220
|
label: string;
|
|
301
221
|
is_required: boolean;
|
|
302
|
-
|
|
222
|
+
editable: boolean;
|
|
223
|
+
view_only: boolean;
|
|
303
224
|
};
|
|
304
|
-
|
|
225
|
+
event_count: {
|
|
305
226
|
id: string;
|
|
306
227
|
label: string;
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
placeholder: string;
|
|
228
|
+
editable: boolean;
|
|
229
|
+
view_only: boolean;
|
|
310
230
|
};
|
|
311
|
-
|
|
231
|
+
view_count: {
|
|
312
232
|
id: string;
|
|
313
233
|
label: string;
|
|
314
|
-
|
|
315
|
-
|
|
234
|
+
editable: boolean;
|
|
235
|
+
view_only: boolean;
|
|
316
236
|
};
|
|
317
|
-
|
|
237
|
+
created_at: {
|
|
318
238
|
id: string;
|
|
319
239
|
label: string;
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
placeholder: string;
|
|
240
|
+
editable: boolean;
|
|
241
|
+
view_only: boolean;
|
|
323
242
|
};
|
|
324
|
-
|
|
325
|
-
id: string;
|
|
326
|
-
label: string;
|
|
327
|
-
is_required: boolean;
|
|
328
|
-
max_length: number;
|
|
329
|
-
placeholder: string;
|
|
330
|
-
};
|
|
331
|
-
metadata_keywords: {
|
|
243
|
+
created_by: {
|
|
332
244
|
id: string;
|
|
333
245
|
label: string;
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
placeholder: string;
|
|
246
|
+
editable: boolean;
|
|
247
|
+
view_only: boolean;
|
|
337
248
|
};
|
|
338
|
-
|
|
249
|
+
updated_at: {
|
|
339
250
|
id: string;
|
|
340
251
|
label: string;
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
placeholder: string;
|
|
252
|
+
editable: boolean;
|
|
253
|
+
view_only: boolean;
|
|
344
254
|
};
|
|
345
|
-
|
|
255
|
+
deactivated_at: {
|
|
346
256
|
id: string;
|
|
347
257
|
label: string;
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
placeholder: string;
|
|
258
|
+
editable: boolean;
|
|
259
|
+
view_only: boolean;
|
|
351
260
|
};
|
|
352
|
-
|
|
261
|
+
deactivated_by: {
|
|
353
262
|
id: string;
|
|
354
263
|
label: string;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
placeholder: string;
|
|
264
|
+
editable: boolean;
|
|
265
|
+
view_only: boolean;
|
|
358
266
|
};
|
|
359
267
|
};
|