datastake-daf 0.6.263 → 0.6.265
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/components/index.js +89 -249
- package/package.json +2 -2
- package/src/@daf/core/components/Dashboard/Map/helper.js +7 -0
- package/src/@daf/core/components/Dashboard/Map/hook.js +2 -0
- package/src/@daf/core/components/Dashboard/Map/index.jsx +159 -165
- package/src/@daf/core/components/Dashboard/Map/storyConfig3.js +6 -0
- package/src/@daf/core/components/EditForm/components/ajaxSelect.js +1 -1
- package/src/@daf/core/components/EditForm/storyConfig2.js +97 -354
|
@@ -16,378 +16,121 @@ export const storyData = {
|
|
|
16
16
|
position: 1,
|
|
17
17
|
show: true,
|
|
18
18
|
options: {
|
|
19
|
-
id: "
|
|
19
|
+
id: "baselineConditions",
|
|
20
20
|
position: 1,
|
|
21
|
-
|
|
22
|
-
_id: "
|
|
23
|
-
id: "
|
|
24
|
-
dataId: "
|
|
25
|
-
section: "
|
|
26
|
-
type: "
|
|
21
|
+
DescriptionsOfCommunitiesAtProjectStartCcbCm: {
|
|
22
|
+
_id: "68d2bd940e88260c12f6f1ea",
|
|
23
|
+
id: "8dfae3c1-7445-454e-a587-1206216f62c0",
|
|
24
|
+
dataId: "DescriptionsOfCommunitiesAtProjectStartCcbCm",
|
|
25
|
+
section: "baselineConditions",
|
|
26
|
+
type: "text",
|
|
27
27
|
meta: {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
notAvailable: false,
|
|
31
|
-
call: 'AdministrativeLevel::getOptions({\n "country": "country",\n "level": "level_1 as "\n })::{\n "label": "name",\n "value": "id",\n "coordinates": "coordinates"\n }',
|
|
32
|
-
disableEdit: {
|
|
33
|
-
create: false,
|
|
34
|
-
edit: false,
|
|
35
|
-
},
|
|
36
|
-
group: "identification",
|
|
37
|
-
noAddNew: true,
|
|
38
|
-
mandatory: true,
|
|
39
|
-
store: {
|
|
40
|
-
location: {
|
|
41
|
-
global: true,
|
|
42
|
-
path: "administrativeLevel1",
|
|
43
|
-
},
|
|
44
|
-
},
|
|
28
|
+
helpText:
|
|
29
|
+
"Describe the communities at the start of the project and any significant community changes in the past. Include the following: • Well-being information: people’s experience of the quality of their lives; this may include environmental, social, economic, psychological, spiritual, and medical dimensions. • Community characteristics: these include shared language, mythology, history, culture, livelihood systems, traditional authority structures, institutions, practices, values, relationship",
|
|
45
30
|
},
|
|
46
|
-
|
|
31
|
+
placeholder:
|
|
32
|
+
"Describe the communities at the start of the project and any significant community changes in the pa...",
|
|
47
33
|
position: 2,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
createUserVersion: false,
|
|
53
|
-
createNew: false,
|
|
54
|
-
collection: "administrative_levels",
|
|
55
|
-
formNamespace: "SCL",
|
|
56
|
-
customUrl: "/adm",
|
|
57
|
-
keys: ["country", "level = level_1", "administrativeLevel1"],
|
|
58
|
-
pickKeys: [],
|
|
59
|
-
},
|
|
60
|
-
rules: [
|
|
61
|
-
{
|
|
62
|
-
required: true,
|
|
63
|
-
message: "errors::field is required",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
scope: ["global", "armedGroups"],
|
|
67
|
-
label: {
|
|
68
|
-
"country is BF": "Region",
|
|
69
|
-
"country is CD": "Province",
|
|
70
|
-
"country is AL": "Region",
|
|
71
|
-
"country is CO": "Department",
|
|
72
|
-
"country is ZW": "Province",
|
|
73
|
-
"country is SM": "Municipality",
|
|
74
|
-
"country is CH": "Region",
|
|
75
|
-
"country is HK": "Region",
|
|
76
|
-
"country is CA": "Region",
|
|
77
|
-
"country is SG": "District",
|
|
78
|
-
"country is AD": "Parish",
|
|
79
|
-
"country is TR": "Region",
|
|
80
|
-
"country is IT": "Region",
|
|
81
|
-
"country is US": "State",
|
|
82
|
-
"country is UG": "Region",
|
|
83
|
-
"country is MG": "Region",
|
|
84
|
-
"country is PE": "Department",
|
|
85
|
-
},
|
|
86
|
-
createdAt: "2025-09-19T09:59:08.543Z",
|
|
87
|
-
updatedAt: "2025-09-19T09:59:08.543Z",
|
|
34
|
+
scope: ["communityScenario"],
|
|
35
|
+
label: "4.1.1 Descriptions of Communities at Project Start (CCB, CM1.1)",
|
|
36
|
+
createdAt: "2025-09-23T15:32:38.751Z",
|
|
37
|
+
updatedAt: "2025-09-23T15:32:38.751Z",
|
|
88
38
|
__v: 0,
|
|
89
39
|
},
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
id: "0b64c03b-87b4-4bb4-89fa-d00d510befd9",
|
|
100
|
-
name: "CODECO",
|
|
101
|
-
namespace: "armed-groups",
|
|
102
|
-
meta: {
|
|
103
|
-
inputs: {
|
|
104
|
-
administrativeLevel1: null,
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
authorId: "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
108
|
-
country: "CD",
|
|
109
|
-
category: "nonStateArmedGroup",
|
|
110
|
-
subCategory: "militia",
|
|
111
|
-
datastakeId: "STK-00000000433",
|
|
112
|
-
parent: {
|
|
113
|
-
_id: "6863e916b33bef0b4c76934b",
|
|
114
|
-
createdBy: "89c1cd0b-967e-4546-85fc-ac2615bc8f06",
|
|
115
|
-
createdAt: "2025-07-01T13:56:38.309Z",
|
|
116
|
-
updatedAt: "2025-07-01T13:56:38.309Z",
|
|
117
|
-
updatedBy: "89c1cd0b-967e-4546-85fc-ac2615bc8f06",
|
|
118
|
-
id: "5787125e-7900-4a2c-be12-149d943e86f1",
|
|
119
|
-
name: "CODECO",
|
|
120
|
-
authorId: "26814cba-315d-4dfd-8783-55227fdd670b",
|
|
121
|
-
collectId: "18ac7a09e902fd95f0395feee5bbbe75e3ab25e8",
|
|
122
|
-
country: "CD",
|
|
123
|
-
category: "nonStateArmedGroup",
|
|
124
|
-
sources: [],
|
|
125
|
-
subCategory: "militia",
|
|
126
|
-
datastakeId: "STK-00000000433",
|
|
127
|
-
__v: 0,
|
|
128
|
-
},
|
|
129
|
-
associatedSubjects: [
|
|
130
|
-
{
|
|
131
|
-
entity: "Event",
|
|
132
|
-
nature: "",
|
|
133
|
-
},
|
|
134
|
-
],
|
|
135
|
-
published: true,
|
|
136
|
-
version: 2,
|
|
137
|
-
completion: 45,
|
|
138
|
-
location: {
|
|
139
|
-
_id: "68cb1c0a1ce0f445b36edc74",
|
|
140
|
-
form: "location",
|
|
141
|
-
id: "829c24bf-314b-4a03-ae7e-88ca2966a809",
|
|
142
|
-
parent: {
|
|
143
|
-
_id: "6863e916b33bef0b4c769338",
|
|
144
|
-
createdBy: "89c1cd0b-967e-4546-85fc-ac2615bc8f06",
|
|
145
|
-
createdAt: "2025-07-01T13:56:38.102Z",
|
|
146
|
-
updatedAt: "2025-07-01T13:56:38.102Z",
|
|
147
|
-
updatedBy: "89c1cd0b-967e-4546-85fc-ac2615bc8f06",
|
|
148
|
-
id: "c7f47e37-7136-4f5f-b067-16ba10e14bdd",
|
|
149
|
-
name: "Djugu",
|
|
150
|
-
authorId: "26814cba-315d-4dfd-8783-55227fdd670b",
|
|
151
|
-
collectId: "ff8ecb737daacc4235fa23bde458ebcb86b8b482",
|
|
152
|
-
country: "CD",
|
|
153
|
-
administrativeLevel1: "ituri",
|
|
154
|
-
administrativeLevel2: "djugu",
|
|
155
|
-
category: "village",
|
|
156
|
-
datastakeId: "LOC-00000000229",
|
|
157
|
-
linking: {
|
|
158
|
-
SCL: {
|
|
159
|
-
ituri: {
|
|
160
|
-
_id: {},
|
|
161
|
-
id: "ituri",
|
|
162
|
-
name: "Ituri",
|
|
163
|
-
},
|
|
164
|
-
djugu: {
|
|
165
|
-
_id: {},
|
|
166
|
-
id: "djugu",
|
|
167
|
-
name: "Djugu",
|
|
168
|
-
},
|
|
169
|
-
},
|
|
40
|
+
HighConservationValuesCcbCm: {
|
|
41
|
+
_id: "68d2bd940e88260c12f6f1ec",
|
|
42
|
+
id: "121962b3-95c7-4400-834e-ac33bd2cda78",
|
|
43
|
+
dataId: "HighConservationValuesCcbCm",
|
|
44
|
+
section: "baselineConditions",
|
|
45
|
+
type: "text",
|
|
46
|
+
meta: {
|
|
47
|
+
helpText:
|
|
48
|
+
"Complete the table below for each of the following HCVs related to community well-being in the project zone:",
|
|
170
49
|
},
|
|
50
|
+
placeholder:
|
|
51
|
+
"Complete the table below for each of the following HCVs related to community well-being in the proje...",
|
|
52
|
+
position: 4,
|
|
53
|
+
scope: ["communityScenario"],
|
|
54
|
+
label: "4.1.3 High Conservation Values (CCB, CM1.2)",
|
|
55
|
+
createdAt: "2025-09-23T15:32:38.752Z",
|
|
56
|
+
updatedAt: "2025-09-23T15:32:38.752Z",
|
|
171
57
|
__v: 0,
|
|
172
58
|
},
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
version: 1,
|
|
185
|
-
datastakeId: "LOC-00000000229",
|
|
186
|
-
products: [],
|
|
187
|
-
extractionMethod: [],
|
|
188
|
-
mechanisedEquipment: [],
|
|
189
|
-
typeOfMechanisedEquipment: [],
|
|
190
|
-
associatedSubjects: [
|
|
191
|
-
{
|
|
192
|
-
entity: "Event",
|
|
193
|
-
_id: {},
|
|
194
|
-
nature: "",
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
entity: "Stakeholder",
|
|
198
|
-
_id: {},
|
|
199
|
-
nature: "",
|
|
200
|
-
},
|
|
201
|
-
],
|
|
202
|
-
operator: [],
|
|
203
|
-
otherOperators: [],
|
|
204
|
-
locationBeneficiaries: [],
|
|
205
|
-
trade: [],
|
|
206
|
-
governance: [],
|
|
207
|
-
civilSociety: [],
|
|
208
|
-
international: [],
|
|
209
|
-
pictures: [],
|
|
210
|
-
documents: [],
|
|
211
|
-
channels: [],
|
|
212
|
-
linking: {
|
|
213
|
-
SCL: {
|
|
214
|
-
djugu: {
|
|
215
|
-
_id: {},
|
|
216
|
-
id: "djugu",
|
|
217
|
-
country: "CD",
|
|
218
|
-
administrativeLevel1: "ituri",
|
|
219
|
-
level: "level_2",
|
|
220
|
-
name: "Djugu",
|
|
221
|
-
collectId: "9b35e843f6af816610f480784227b869a0eb8bf8",
|
|
222
|
-
createdAt: "2021-01-07T12:30:07.439Z",
|
|
223
|
-
updatedAt: "2021-01-07T12:30:07.439Z",
|
|
224
|
-
},
|
|
225
|
-
ituri: {
|
|
226
|
-
_id: {},
|
|
227
|
-
id: "ituri",
|
|
228
|
-
country: "CD",
|
|
229
|
-
level: "level_1",
|
|
230
|
-
name: "Ituri",
|
|
231
|
-
collectId: "f145a9231fc4f2bda2ccb24f31db5c6ac92b59c3",
|
|
232
|
-
createdAt: "2021-03-26T07:53:31.000Z",
|
|
233
|
-
updatedAt: "2021-03-26T07:53:31.000Z",
|
|
234
|
-
authorId: "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
235
|
-
collectBy: "7d278388-e5df-482f-979b-580542128c11",
|
|
236
|
-
form: "location",
|
|
237
|
-
},
|
|
238
|
-
},
|
|
239
|
-
},
|
|
240
|
-
createdAt: "2025-09-17T20:37:30.072Z",
|
|
241
|
-
updatedAt: "2025-09-17T20:38:15.721Z",
|
|
242
|
-
__v: 0,
|
|
243
|
-
administrativeLevel1Name: "Ituri",
|
|
244
|
-
administrativeLevel2Name: "Djugu",
|
|
245
|
-
locationId: "68cb1c0a1ce0f445b36edc74",
|
|
246
|
-
meta: {
|
|
247
|
-
inputs: {
|
|
248
|
-
administrativeLevel1: {},
|
|
249
|
-
administrativeLevel2: {},
|
|
59
|
+
InteractionsBetweenCommunitiesAndCommunityGroupsVcsCcb: {
|
|
60
|
+
_id: "68d2bd940e88260c12f6f1ee",
|
|
61
|
+
id: "f99b6bdb-9bda-47ab-9e59-8eef43544d94",
|
|
62
|
+
dataId: "InteractionsBetweenCommunitiesAndCommunityGroupsVcsCcb",
|
|
63
|
+
section: "baselineConditions",
|
|
64
|
+
type: "text",
|
|
65
|
+
meta: {
|
|
66
|
+
helpText:
|
|
67
|
+
"Describe interactions at the start of the project between the communities and community groups described in Section 4.1.1, above.",
|
|
68
|
+
placeholder:
|
|
69
|
+
"Describe interactions at the start of the project between the communities and community groups descr...",
|
|
250
70
|
},
|
|
71
|
+
position: 3,
|
|
72
|
+
scope: ["communityScenario"],
|
|
73
|
+
label: "4.1.2 Interactions between Communities and Community Groups (VCS, 3.19; CCB, CM1.1)",
|
|
74
|
+
createdAt: "2025-09-23T15:32:38.834Z",
|
|
75
|
+
updatedAt: "2025-09-23T15:32:38.834Z",
|
|
76
|
+
__v: 0,
|
|
251
77
|
},
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
channels: [],
|
|
262
|
-
linking: {
|
|
263
|
-
SCL: {},
|
|
264
|
-
},
|
|
265
|
-
administrativeLevel1: "ituri",
|
|
266
|
-
areaOfInfluence: {
|
|
267
|
-
_id: "68cc29fe04009469e9d7844d",
|
|
268
|
-
form: "location",
|
|
269
|
-
id: "d8f91684-e1a3-486f-8b27-fc2c1b080453",
|
|
270
|
-
parent: {
|
|
271
|
-
_id: "68cc29fe04009469e9d78453",
|
|
272
|
-
createdAt: "2025-09-18T15:49:18.151Z",
|
|
273
|
-
updatedAt: "2025-09-18T15:49:18.151Z",
|
|
274
|
-
id: "c5a249e5-2c5b-4935-80c3-6dc0d36db79c",
|
|
275
|
-
name: "CODECO",
|
|
276
|
-
authorId: "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
277
|
-
collectId: "5ea157728ca1a7a14c19e0fd18dafe6333e3fd00",
|
|
278
|
-
country: "CD",
|
|
279
|
-
administrativeLevel1: "ituri",
|
|
280
|
-
administrativeLevel2: "djugu",
|
|
281
|
-
category: "village",
|
|
282
|
-
datastakeId: "LOC-00000000248",
|
|
283
|
-
linking: {
|
|
284
|
-
SCL: {
|
|
285
|
-
djugu: {
|
|
286
|
-
_id: {},
|
|
287
|
-
id: "djugu",
|
|
288
|
-
country: "CD",
|
|
289
|
-
administrativeLevel1: "ituri",
|
|
290
|
-
level: "level_2",
|
|
291
|
-
name: "Djugu",
|
|
292
|
-
collectId: "9b35e843f6af816610f480784227b869a0eb8bf8",
|
|
293
|
-
createdAt: "2021-01-07T12:30:07.439Z",
|
|
294
|
-
updatedAt: "2021-01-07T12:30:07.439Z",
|
|
295
|
-
},
|
|
296
|
-
ituri: {
|
|
297
|
-
_id: {},
|
|
298
|
-
id: "ituri",
|
|
299
|
-
country: "CD",
|
|
300
|
-
level: "level_1",
|
|
301
|
-
name: "Ituri",
|
|
302
|
-
collectId: "f145a9231fc4f2bda2ccb24f31db5c6ac92b59c3",
|
|
303
|
-
createdAt: "2021-03-26T07:53:31.000Z",
|
|
304
|
-
updatedAt: "2021-03-26T07:53:31.000Z",
|
|
305
|
-
authorId: "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
306
|
-
collectBy: "7d278388-e5df-482f-979b-580542128c11",
|
|
307
|
-
form: "location",
|
|
308
|
-
},
|
|
309
|
-
},
|
|
78
|
+
WithoutprojectCommunityScenario: {
|
|
79
|
+
_id: "68d2bd940e88260c12f6f1f0",
|
|
80
|
+
id: "ff2a157b-dec6-4fbb-a01b-3b003b2903c5",
|
|
81
|
+
dataId: "WithoutprojectCommunityScenario",
|
|
82
|
+
section: "baselineConditions",
|
|
83
|
+
type: "text",
|
|
84
|
+
meta: {
|
|
85
|
+
helpText: "Sub-Section Header",
|
|
86
|
+
placeholder: "Sub-Section Header",
|
|
310
87
|
},
|
|
88
|
+
position: 1,
|
|
89
|
+
scope: ["communityScenario"],
|
|
90
|
+
label: "4.1 Without-Project Community Scenario",
|
|
91
|
+
createdAt: "2025-09-23T15:32:38.754Z",
|
|
92
|
+
updatedAt: "2025-09-23T15:32:38.754Z",
|
|
311
93
|
__v: 0,
|
|
312
94
|
},
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
version: 1,
|
|
325
|
-
datastakeId: "LOC-00000000248",
|
|
326
|
-
products: [],
|
|
327
|
-
extractionMethod: [],
|
|
328
|
-
mechanisedEquipment: [],
|
|
329
|
-
typeOfMechanisedEquipment: [],
|
|
330
|
-
associatedSubjects: [
|
|
331
|
-
{
|
|
332
|
-
entity: "Stakeholder",
|
|
333
|
-
_id: {},
|
|
334
|
-
nature: "",
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
|
-
operator: [],
|
|
338
|
-
otherOperators: [],
|
|
339
|
-
locationBeneficiaries: [],
|
|
340
|
-
trade: [],
|
|
341
|
-
governance: [],
|
|
342
|
-
civilSociety: [],
|
|
343
|
-
international: [],
|
|
344
|
-
pictures: [],
|
|
345
|
-
documents: [],
|
|
346
|
-
channels: [],
|
|
347
|
-
linking: {
|
|
348
|
-
SCL: {
|
|
349
|
-
djugu: {
|
|
350
|
-
_id: {},
|
|
351
|
-
id: "djugu",
|
|
352
|
-
country: "CD",
|
|
353
|
-
administrativeLevel1: "ituri",
|
|
354
|
-
level: "level_2",
|
|
355
|
-
name: "Djugu",
|
|
356
|
-
collectId: "9b35e843f6af816610f480784227b869a0eb8bf8",
|
|
357
|
-
createdAt: "2021-01-07T12:30:07.439Z",
|
|
358
|
-
updatedAt: "2021-01-07T12:30:07.439Z",
|
|
359
|
-
},
|
|
360
|
-
ituri: {
|
|
361
|
-
_id: {},
|
|
362
|
-
id: "ituri",
|
|
363
|
-
country: "CD",
|
|
364
|
-
level: "level_1",
|
|
365
|
-
name: "Ituri",
|
|
366
|
-
collectId: "f145a9231fc4f2bda2ccb24f31db5c6ac92b59c3",
|
|
367
|
-
createdAt: "2021-03-26T07:53:31.000Z",
|
|
368
|
-
updatedAt: "2021-03-26T07:53:31.000Z",
|
|
369
|
-
authorId: "6f9142ba-3b99-4506-b4da-172a6cf8b591",
|
|
370
|
-
collectBy: "7d278388-e5df-482f-979b-580542128c11",
|
|
371
|
-
form: "location",
|
|
372
|
-
},
|
|
95
|
+
WithoutprojectScenarioCommunityCcbCm: {
|
|
96
|
+
_id: "68d2bd940e88260c12f6f1f2",
|
|
97
|
+
id: "db0eb27c-4544-449c-8495-9d8ae1b1d525",
|
|
98
|
+
dataId: "WithoutprojectScenarioCommunityCcbCm",
|
|
99
|
+
section: "baselineConditions",
|
|
100
|
+
type: "text",
|
|
101
|
+
meta: {
|
|
102
|
+
helpText:
|
|
103
|
+
"Describe the expected changes in the well-being conditions and other characteristics of communities and community groups under the without-project land use scenario.",
|
|
104
|
+
placeholder:
|
|
105
|
+
"Describe the expected changes in the well-being conditions and other characteristics of communities ...",
|
|
373
106
|
},
|
|
107
|
+
position: 5,
|
|
108
|
+
scope: ["communityScenario"],
|
|
109
|
+
label: "4.1.4 Without-Project Scenario: Community (CCB, CM1.3)",
|
|
110
|
+
createdAt: "2025-09-23T15:32:38.757Z",
|
|
111
|
+
updatedAt: "2025-09-23T15:32:38.757Z",
|
|
112
|
+
__v: 0,
|
|
374
113
|
},
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
administrativeLevel1: {},
|
|
384
|
-
administrativeLevel2: {},
|
|
114
|
+
smHelp: {
|
|
115
|
+
_id: "68d2bd940e88260c12f6f1f4",
|
|
116
|
+
id: "44ce027b-1a8f-47b9-a8dd-f430d9f70310",
|
|
117
|
+
dataId: "smHelp",
|
|
118
|
+
section: "baselineConditions",
|
|
119
|
+
type: "smartHelp",
|
|
120
|
+
meta: {
|
|
121
|
+
placeholder: "Smart Help",
|
|
385
122
|
},
|
|
123
|
+
position: 0,
|
|
124
|
+
scope: ["communityScenario"],
|
|
125
|
+
label: "Smart Help",
|
|
126
|
+
createdAt: "2025-09-23T15:32:38.758Z",
|
|
127
|
+
updatedAt: "2025-09-23T15:32:38.758Z",
|
|
128
|
+
__v: 0,
|
|
386
129
|
},
|
|
387
|
-
|
|
130
|
+
label: "Baseline Conditions",
|
|
131
|
+
subTitle: "Baseline Conditions",
|
|
388
132
|
},
|
|
389
|
-
|
|
390
|
-
updatedAt: "2025-09-19T13:28:00.864Z",
|
|
391
|
-
__v: 0,
|
|
133
|
+
subTitle: "Identificación",
|
|
392
134
|
},
|
|
135
|
+
data: {},
|
|
393
136
|
};
|