oro-sdk 3.1.2-dev2 → 3.1.2-dev2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2212,14 +2212,16 @@ function _searchIndexConsultation() {
2212
2212
  switch (_context11.prev = _context11.next) {
2213
2213
  case 0:
2214
2214
  terms = [];
2215
- _context11.next = 3;
2215
+ console.log('here');
2216
+ _context11.next = 4;
2216
2217
  return extractPersonalInfoFromConsultId(consultUuid, oroClient);
2217
2218
 
2218
- case 3:
2219
+ case 4:
2219
2220
  _yield$extractPersona = _context11.sent;
2220
2221
  personalInformations = _yield$extractPersona.personalInformations;
2221
2222
  childPersonalInformations = _yield$extractPersona.childPersonalInformations;
2222
2223
  otherPersonalInformations = _yield$extractPersona.otherPersonalInformations;
2224
+ console.log('personal=', personalInformations, 'child=', childPersonalInformations, 'other=', otherPersonalInformations);
2223
2225
  personalInfo = identificationToPersonalInformations(toActualObject(personalInformations.data), MetadataCategory.Personal);
2224
2226
  terms.push({
2225
2227
  kind: 'first-name',
@@ -2251,10 +2253,10 @@ function _searchIndexConsultation() {
2251
2253
  });
2252
2254
  }
2253
2255
 
2254
- _context11.next = 13;
2256
+ _context11.next = 15;
2255
2257
  return oroClient.searchClient.index(consultUuid, terms);
2256
2258
 
2257
- case 13:
2259
+ case 15:
2258
2260
  case "end":
2259
2261
  return _context11.stop();
2260
2262
  }