@opexa/portal-sdk 0.57.14 → 0.57.15

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
@@ -9417,7 +9417,8 @@ var Sdk = class {
9417
9417
  mobileNumber: addAreaCode(input.mobileNumber, await this.locale),
9418
9418
  mobileNumberVerificationCode: input.mobileNumberVerificationCode,
9419
9419
  emailAddress: input.emailAddress,
9420
- branchCode: input.branchCode
9420
+ branchCode: input.branchCode,
9421
+ agentCode: input.agentCode
9421
9422
  },
9422
9423
  testPass: input.testPass,
9423
9424
  reCAPTCHAResponse: input.reCAPTCHAResponse,