@opexa/portal-sdk 0.56.2 → 0.56.3
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9113,6 +9113,7 @@ var Sdk = class {
|
|
|
9113
9113
|
input: {
|
|
9114
9114
|
id,
|
|
9115
9115
|
mobileNumber: addAreaCode(input.mobileNumber, await this.locale),
|
|
9116
|
+
mobileNumberVerificationCode: input.mobileNumberVerificationCode,
|
|
9116
9117
|
emailAddress: input.emailAddress,
|
|
9117
9118
|
branchCode: input.branchCode
|
|
9118
9119
|
},
|