@opexa/portal-sdk 0.59.56 → 0.59.59

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.
@@ -902,9 +902,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
902
902
  ... on WalletDoesNotExistError {
903
903
  __typename
904
904
  }
905
- ... on InsufficientAgentBalanceError {
906
- __typename
907
- }
905
+ # ... on InsufficientAgentBalanceError {
906
+ # __typename
907
+ # }
908
908
  }
909
909
  }
910
910
  `;
@@ -986,9 +986,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
986
986
  ... on WalletDoesNotExistError {
987
987
  __typename
988
988
  }
989
- ... on InsufficientAgentBalanceError {
990
- __typename
991
- }
989
+ # ... on InsufficientAgentBalanceError {
990
+ # __typename
991
+ # }
992
992
  }
993
993
  }
994
994
  `;
@@ -1073,9 +1073,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
1073
1073
  ... on WalletDoesNotExistError {
1074
1074
  __typename
1075
1075
  }
1076
- ... on InsufficientAgentBalanceError {
1077
- __typename
1078
- }
1076
+ # ... on InsufficientAgentBalanceError {
1077
+ # __typename
1078
+ # }
1079
1079
  }
1080
1080
  }
1081
1081
  `;
@@ -1103,9 +1103,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
1103
1103
  ... on WalletDoesNotExistError {
1104
1104
  __typename
1105
1105
  }
1106
- ... on InsufficientAgentBalanceError {
1107
- __typename
1108
- }
1106
+ # ... on InsufficientAgentBalanceError {
1107
+ # __typename
1108
+ # }
1109
1109
  }
1110
1110
  }
1111
1111
  `;
@@ -1133,9 +1133,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
1133
1133
  ... on WalletDoesNotExistError {
1134
1134
  __typename
1135
1135
  }
1136
- ... on InsufficientAgentBalanceError {
1137
- __typename
1138
- }
1136
+ # ... on InsufficientAgentBalanceError {
1137
+ # __typename
1138
+ # }
1139
1139
  }
1140
1140
  }
1141
1141
  `;
@@ -1165,9 +1165,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
1165
1165
  ... on WalletDoesNotExistError {
1166
1166
  __typename
1167
1167
  }
1168
- ... on InsufficientAgentBalanceError {
1169
- __typename
1170
- }
1168
+ # ... on InsufficientAgentBalanceError {
1169
+ # __typename
1170
+ # }
1171
1171
  }
1172
1172
  }
1173
1173
  `;
@@ -3713,7 +3713,7 @@ function createOperationError(code) {
3713
3713
  RateLimitExceededError: "Maximum number of requests reached",
3714
3714
  RewardAlreadyClaimedError: "Reward is already claimed",
3715
3715
  ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
3716
- InsufficientAgentBalanceError: "Insufficient agent balance",
3716
+ // InsufficientAgentBalanceError: 'Insufficient agent balance',
3717
3717
  AccountSuspendedError: "Account is suspended",
3718
3718
  TransactionPasswordNotSetError: "Transaction password is not set",
3719
3719
  UPIReferenceNotAvailableError: "UPI reference is no longer available",