@opexa/portal-sdk 0.59.41 → 0.59.42
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 +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1920,8 +1920,8 @@ var REGISTER_MEMBER_ACCOUNT_MUTATION__NEXT = gql`
|
|
|
1920
1920
|
}
|
|
1921
1921
|
`;
|
|
1922
1922
|
var REGISTER_MEMBER_ACCOUNT_BY_MOBILE_NUMBER_MUTATION__NEXT = gql`
|
|
1923
|
-
mutation RegisterMemberAccountByMobileNumber($input: _RegisterMemberAccountByMobileNumberInput
|
|
1924
|
-
registerMemberAccountByMobileNumber: _registerMemberAccountByMobileNumber(input: $input) {
|
|
1923
|
+
mutation RegisterMemberAccountByMobileNumber($input: _RegisterMemberAccountByMobileNumberInput!, $referralCode: String) {
|
|
1924
|
+
registerMemberAccountByMobileNumber: _registerMemberAccountByMobileNumber(input: $input, referralCode: $referralCode) {
|
|
1925
1925
|
... on MobileNumberNotAvailableError {
|
|
1926
1926
|
__typename
|
|
1927
1927
|
}
|
|
@@ -9982,16 +9982,16 @@ var Sdk = class {
|
|
|
9982
9982
|
emailAddress: input.emailAddress,
|
|
9983
9983
|
branchCode: input.branchCode,
|
|
9984
9984
|
agentCode: input.agentCode,
|
|
9985
|
-
gigRewardsQuestDetails: input.gigRewardsQuestDetails
|
|
9985
|
+
gigRewardsQuestDetails: input.gigRewardsQuestDetails,
|
|
9986
|
+
...this.cxd && {
|
|
9987
|
+
cellxpertCxd: this.cxd
|
|
9988
|
+
}
|
|
9986
9989
|
},
|
|
9987
9990
|
testPass: input.testPass,
|
|
9988
9991
|
reCAPTCHAResponse: input.reCAPTCHAResponse,
|
|
9989
9992
|
...this.marketDomain && {
|
|
9990
9993
|
domain: this.marketDomain
|
|
9991
9994
|
},
|
|
9992
|
-
...this.cxd && {
|
|
9993
|
-
cellxpertCxd: this.cxd
|
|
9994
|
-
},
|
|
9995
9995
|
...input.fingerprint && {
|
|
9996
9996
|
fingerprint: input.fingerprint
|
|
9997
9997
|
},
|