@opexa/portal-sdk 0.0.66 → 0.0.68

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/index.mjs CHANGED
@@ -755,6 +755,7 @@ const L = o`
755
755
  id
756
756
  status
757
757
  address
758
+ permanentAddress
758
759
  sourceOfIncome
759
760
  natureOfWork
760
761
  nationality
@@ -2380,6 +2381,7 @@ class xt {
2380
2381
  id: e.id,
2381
2382
  status: e.status,
2382
2383
  address: e.address,
2384
+ permanentAddress: e.permanentAddress,
2383
2385
  nationality: e.nationality,
2384
2386
  natureOfWork: e.natureOfWork,
2385
2387
  placeOfBirth: e.placeOfBirth,