@opexa/portal-sdk 0.35.2 → 0.35.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 CHANGED
@@ -1251,14 +1251,12 @@ var REGISTER_MEMBER_ACCOUNT_VIA_MOBILE_MUTATION = gql`
1251
1251
  $referralCode: String
1252
1252
  $reCAPTCHAResponse: String
1253
1253
  $verificationCode: String
1254
- $testPass: String
1255
1254
  ) {
1256
1255
  registerMemberAccountViaMobile(
1257
1256
  input: $input
1258
1257
  referralCode: $referralCode
1259
1258
  verificationCode: $verificationCode
1260
1259
  reCAPTCHAResponse: $reCAPTCHAResponse
1261
- testPass: $testPass
1262
1260
  ) {
1263
1261
  ... on InvalidPlatformError {
1264
1262
  __typename