@opexa/portal-sdk 0.59.98 → 0.59.99

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.cjs CHANGED
@@ -3675,6 +3675,7 @@ var MEMBER_VERIFICATION_REQUEST_FRAGMENT = gql`
3675
3675
  id
3676
3676
  url
3677
3677
  }
3678
+ _selfieImage
3678
3679
  permanentAddress
3679
3680
  currentAddress
3680
3681
  sourceOfIncome
@@ -10328,6 +10329,7 @@ var Transformer = class {
10328
10329
  dateOfBirth: data.dateOfBirth ? new Date(data.dateOfBirth) : void 0,
10329
10330
  idFrontImage: data.idFrontImage ?? void 0,
10330
10331
  selfieImage: data.selfieImage ?? void 0,
10332
+ _selfieImage: data._selfieImage ?? null,
10331
10333
  permanentAddress: data.permanentAddress ?? void 0,
10332
10334
  currentAddress: data.currentAddress ?? void 0,
10333
10335
  sourceOfIncome: data.sourceOfIncome ?? void 0,