tango-app-api-trax 3.7.2-multireff-1 → 3.7.2-multireff-2
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/package.json
CHANGED
|
@@ -1183,6 +1183,7 @@ export async function sopMobilechecklistMultiSectionFormatterv1( req, res, next
|
|
|
1183
1183
|
structure.linkquestionenabled = requestSection[i].linkquestionenabled;
|
|
1184
1184
|
structure.parentanswer = requestSection[i].parentanswer;
|
|
1185
1185
|
structure.questionReferenceImage = qaAnswers[j].questionReferenceImage;
|
|
1186
|
+
structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage;
|
|
1186
1187
|
structure.descriptivetype = qaAnswers[j].descriptivetype;
|
|
1187
1188
|
// structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
|
|
1188
1189
|
structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
|
|
@@ -1236,6 +1237,7 @@ export async function sopMobilechecklistMultiSectionFormatterv1( req, res, next
|
|
|
1236
1237
|
structure.linkquestionenabled = requestSection[i].linkquestionenabled;
|
|
1237
1238
|
structure.parentanswer = requestSection[i].parentanswer;
|
|
1238
1239
|
structure.questionReferenceImage = qaAnswers[j].questionReferenceImage;
|
|
1240
|
+
structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage;
|
|
1239
1241
|
structure.descriptivetype = qaAnswers[j].descriptivetype;
|
|
1240
1242
|
// structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
|
|
1241
1243
|
structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
|
|
@@ -1293,6 +1295,7 @@ export async function sopMobilechecklistMultiSectionFormatterv1( req, res, next
|
|
|
1293
1295
|
structure.linkquestionenabled = requestSection[i].linkquestionenabled;
|
|
1294
1296
|
structure.parentanswer = requestSection[i].parentanswer;
|
|
1295
1297
|
structure.questionReferenceImage = qaAnswers[j].questionReferenceImage;
|
|
1298
|
+
structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage;
|
|
1296
1299
|
structure.descriptivetype = qaAnswers[j].descriptivetype;
|
|
1297
1300
|
// structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
|
|
1298
1301
|
structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
|
|
@@ -1355,6 +1358,7 @@ export async function sopMobilechecklistMultiSectionFormatterv1( req, res, next
|
|
|
1355
1358
|
structure.linkquestionenabled = requestSection[i].linkquestionenabled;
|
|
1356
1359
|
structure.parentanswer = requestSection[i].parentanswer;
|
|
1357
1360
|
structure.questionReferenceImage = qaAnswers[j].questionReferenceImage;
|
|
1361
|
+
structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage;
|
|
1358
1362
|
structure.descriptivetype = qaAnswers[j].descriptivetype;
|
|
1359
1363
|
// structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
|
|
1360
1364
|
structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
|
|
@@ -1415,6 +1419,7 @@ export async function sopMobilechecklistMultiSectionFormatterv1( req, res, next
|
|
|
1415
1419
|
structure.linkquestionenabled = requestSection[i].linkquestionenabled;
|
|
1416
1420
|
structure.parentanswer = requestSection[i].parentanswer;
|
|
1417
1421
|
structure.questionReferenceImage = qaAnswers[j].questionReferenceImage;
|
|
1422
|
+
structure.multiQuestionReferenceImage = qaAnswers[j].multiQuestionReferenceImage;
|
|
1418
1423
|
structure.descriptivetype = qaAnswers[j].descriptivetype;
|
|
1419
1424
|
// structure.parentQuestion = requestSection[i]?.parentQuestion || qaAnswers[j].qno;
|
|
1420
1425
|
structure.oldQname = qaAnswers[j]?.oldQname || qaAnswers[j].qname;
|