@opexa/portal-sdk 0.0.6 → 0.0.7

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
@@ -2415,7 +2415,8 @@ class St {
2415
2415
  birthDay: typeof e.dateOfBirth == "string" ? e.dateOfBirth : e.dateOfBirth.toISOString(),
2416
2416
  password: await p(e.password),
2417
2417
  mobileNumber: this.addAreaCode(e.mobileNumber),
2418
- domain: e.domain
2418
+ domain: e.domain,
2419
+ btag: e.btag
2419
2420
  },
2420
2421
  verificationCode: e.verificationCode,
2421
2422
  reCAPTCHAResponse: e.reCAPTCHAResponse