@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/README.md +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/sdk/types.d.ts +7 -0
- package/dist/services/types.d.ts +3 -0
- package/package.json +1 -1
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,
|