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

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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.2-dev2",
2
+ "version": "3.1.2-dev2.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -473,12 +473,16 @@ export async function extractPersonalInfoFromConsultId(consultUuid: string, oroC
473
473
  export async function searchIndexConsultation(consultUuid: string, oroClient: OroClient) {
474
474
  let terms: Terms = []
475
475
 
476
+ console.log('here')
477
+
476
478
  const {
477
479
  personalInformations,
478
480
  childPersonalInformations,
479
481
  otherPersonalInformations
480
482
  } = await extractPersonalInfoFromConsultId(consultUuid, oroClient)
481
483
 
484
+ console.log('personal=', personalInformations, 'child=', childPersonalInformations, 'other=', otherPersonalInformations)
485
+
482
486
  const personalInfo = identificationToPersonalInformations(
483
487
  toActualObject(personalInformations.data),
484
488
  MetadataCategory.Personal