@opexa/portal-sdk 0.59.69 → 0.59.71

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.
@@ -893,9 +893,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
893
893
  ... on WalletDoesNotExistError {
894
894
  __typename
895
895
  }
896
- # ... on InsufficientAgentBalanceError {
897
- # __typename
898
- # }
896
+ ... on InsufficientAgentBalanceError {
897
+ __typename
898
+ }
899
899
  }
900
900
  }
901
901
  `;
@@ -950,6 +950,9 @@ var CREATE_MAYA_DEPOSIT_MUTATION = gql`
950
950
  ... on WalletDoesNotExistError {
951
951
  __typename
952
952
  }
953
+ ... on InsufficientAgentBalanceError {
954
+ __typename
955
+ }
953
956
  }
954
957
  }
955
958
  `;
@@ -977,9 +980,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
977
980
  ... on WalletDoesNotExistError {
978
981
  __typename
979
982
  }
980
- # ... on InsufficientAgentBalanceError {
981
- # __typename
982
- # }
983
+ ... on InsufficientAgentBalanceError {
984
+ __typename
985
+ }
983
986
  }
984
987
  }
985
988
  `;
@@ -1037,6 +1040,9 @@ var CREATE_AIO_QRPH_DEPOSIT_MUTATION = gql`
1037
1040
  ... on ReCAPTCHAVerificationFailedError {
1038
1041
  __typename
1039
1042
  }
1043
+ ... on InsufficientAgentBalanceError {
1044
+ __typename
1045
+ }
1040
1046
  }
1041
1047
  }
1042
1048
  `;
@@ -1064,9 +1070,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
1064
1070
  ... on WalletDoesNotExistError {
1065
1071
  __typename
1066
1072
  }
1067
- # ... on InsufficientAgentBalanceError {
1068
- # __typename
1069
- # }
1073
+ ... on InsufficientAgentBalanceError {
1074
+ __typename
1075
+ }
1070
1076
  }
1071
1077
  }
1072
1078
  `;
@@ -1094,9 +1100,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
1094
1100
  ... on WalletDoesNotExistError {
1095
1101
  __typename
1096
1102
  }
1097
- # ... on InsufficientAgentBalanceError {
1098
- # __typename
1099
- # }
1103
+ ... on InsufficientAgentBalanceError {
1104
+ __typename
1105
+ }
1100
1106
  }
1101
1107
  }
1102
1108
  `;
@@ -1124,9 +1130,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
1124
1130
  ... on WalletDoesNotExistError {
1125
1131
  __typename
1126
1132
  }
1127
- # ... on InsufficientAgentBalanceError {
1128
- # __typename
1129
- # }
1133
+ ... on InsufficientAgentBalanceError {
1134
+ __typename
1135
+ }
1130
1136
  }
1131
1137
  }
1132
1138
  `;
@@ -1156,9 +1162,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
1156
1162
  ... on WalletDoesNotExistError {
1157
1163
  __typename
1158
1164
  }
1159
- # ... on InsufficientAgentBalanceError {
1160
- # __typename
1161
- # }
1165
+ ... on InsufficientAgentBalanceError {
1166
+ __typename
1167
+ }
1162
1168
  }
1163
1169
  }
1164
1170
  `;
@@ -1188,6 +1194,9 @@ var CREATE_AIO_ONLINE_BANK_DEPOSIT_MUTATION = gql`
1188
1194
  ... on WalletDoesNotExistError {
1189
1195
  __typename
1190
1196
  }
1197
+ ... on InsufficientAgentBalanceError {
1198
+ __typename
1199
+ }
1191
1200
  }
1192
1201
  }
1193
1202
  `;
@@ -1221,6 +1230,9 @@ var CREATE_MANUAL_BANK_DEPOSIT_MUTATION = gql`
1221
1230
  ... on FileNotReadyError {
1222
1231
  __typename
1223
1232
  }
1233
+ ... on InsufficientAgentBalanceError {
1234
+ __typename
1235
+ }
1224
1236
  }
1225
1237
  }
1226
1238
  `;
@@ -1251,6 +1263,9 @@ var CREATE_MANUAL_UPI_DEPOSIT_MUTATION = gql`
1251
1263
  ... on UPIReferenceNotAvailableError {
1252
1264
  __typename
1253
1265
  }
1266
+ ... on InsufficientAgentBalanceError {
1267
+ __typename
1268
+ }
1254
1269
  }
1255
1270
  }
1256
1271
  `;
@@ -3727,7 +3742,7 @@ function createOperationError(code) {
3727
3742
  RateLimitExceededError: "Maximum number of requests reached",
3728
3743
  RewardAlreadyClaimedError: "Reward is already claimed",
3729
3744
  ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
3730
- // InsufficientAgentBalanceError: 'Insufficient agent balance',
3745
+ InsufficientAgentBalanceError: "Insufficient agent balance",
3731
3746
  AccountSuspendedError: "Account is suspended",
3732
3747
  TransactionPasswordNotSetError: "Transaction password is not set",
3733
3748
  UPIReferenceNotAvailableError: "UPI reference is no longer available",
@@ -6350,5 +6365,5 @@ var ExtensionService = class {
6350
6365
  };
6351
6366
 
6352
6367
  export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, getFingerPrint };
6353
- //# sourceMappingURL=chunk-6HOHUQZK.js.map
6354
- //# sourceMappingURL=chunk-6HOHUQZK.js.map
6368
+ //# sourceMappingURL=chunk-YZWPC2FD.js.map
6369
+ //# sourceMappingURL=chunk-YZWPC2FD.js.map