@opexa/portal-sdk 0.40.0 → 0.40.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/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7427,7 +7427,10 @@ var Sdk = class {
|
|
|
7427
7427
|
id,
|
|
7428
7428
|
btag: input.btag,
|
|
7429
7429
|
domain: input.domain,
|
|
7430
|
-
mobileNumber: addAreaCode(input.mobileNumber, await this.locale)
|
|
7430
|
+
mobileNumber: addAreaCode(input.mobileNumber, await this.locale),
|
|
7431
|
+
...this.cxd && {
|
|
7432
|
+
cellxpertCxd: this.cxd
|
|
7433
|
+
}
|
|
7431
7434
|
},
|
|
7432
7435
|
referralCode: input.referralCode,
|
|
7433
7436
|
verificationCode: input.verificationCode,
|