@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.
- package/dist/{chunk-6HOHUQZK.js → chunk-YZWPC2FD.js} +36 -21
- package/dist/chunk-YZWPC2FD.js.map +1 -0
- package/dist/index.cjs +36 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs +34 -19
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.d.cts +2 -2
- package/dist/services/index.d.ts +2 -2
- package/dist/services/index.js +1 -1
- package/dist/{types-BJToBu64.d.ts → types-CEPxVuIs.d.ts} +3 -3
- package/dist/{types-BBRjWQmA.d.cts → types-FjtMTuKB.d.cts} +3 -3
- package/package.json +1 -1
- package/dist/chunk-6HOHUQZK.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -925,9 +925,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
|
|
|
925
925
|
... on WalletDoesNotExistError {
|
|
926
926
|
__typename
|
|
927
927
|
}
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
928
|
+
... on InsufficientAgentBalanceError {
|
|
929
|
+
__typename
|
|
930
|
+
}
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
`;
|
|
@@ -982,6 +982,9 @@ var CREATE_MAYA_DEPOSIT_MUTATION = gql`
|
|
|
982
982
|
... on WalletDoesNotExistError {
|
|
983
983
|
__typename
|
|
984
984
|
}
|
|
985
|
+
... on InsufficientAgentBalanceError {
|
|
986
|
+
__typename
|
|
987
|
+
}
|
|
985
988
|
}
|
|
986
989
|
}
|
|
987
990
|
`;
|
|
@@ -1009,9 +1012,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
|
|
|
1009
1012
|
... on WalletDoesNotExistError {
|
|
1010
1013
|
__typename
|
|
1011
1014
|
}
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
+
... on InsufficientAgentBalanceError {
|
|
1016
|
+
__typename
|
|
1017
|
+
}
|
|
1015
1018
|
}
|
|
1016
1019
|
}
|
|
1017
1020
|
`;
|
|
@@ -1069,6 +1072,9 @@ var CREATE_AIO_QRPH_DEPOSIT_MUTATION = gql`
|
|
|
1069
1072
|
... on ReCAPTCHAVerificationFailedError {
|
|
1070
1073
|
__typename
|
|
1071
1074
|
}
|
|
1075
|
+
... on InsufficientAgentBalanceError {
|
|
1076
|
+
__typename
|
|
1077
|
+
}
|
|
1072
1078
|
}
|
|
1073
1079
|
}
|
|
1074
1080
|
`;
|
|
@@ -1096,9 +1102,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
|
|
|
1096
1102
|
... on WalletDoesNotExistError {
|
|
1097
1103
|
__typename
|
|
1098
1104
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1105
|
+
... on InsufficientAgentBalanceError {
|
|
1106
|
+
__typename
|
|
1107
|
+
}
|
|
1102
1108
|
}
|
|
1103
1109
|
}
|
|
1104
1110
|
`;
|
|
@@ -1126,9 +1132,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
|
|
|
1126
1132
|
... on WalletDoesNotExistError {
|
|
1127
1133
|
__typename
|
|
1128
1134
|
}
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1135
|
+
... on InsufficientAgentBalanceError {
|
|
1136
|
+
__typename
|
|
1137
|
+
}
|
|
1132
1138
|
}
|
|
1133
1139
|
}
|
|
1134
1140
|
`;
|
|
@@ -1156,9 +1162,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1156
1162
|
... on WalletDoesNotExistError {
|
|
1157
1163
|
__typename
|
|
1158
1164
|
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1165
|
+
... on InsufficientAgentBalanceError {
|
|
1166
|
+
__typename
|
|
1167
|
+
}
|
|
1162
1168
|
}
|
|
1163
1169
|
}
|
|
1164
1170
|
`;
|
|
@@ -1188,9 +1194,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1188
1194
|
... on WalletDoesNotExistError {
|
|
1189
1195
|
__typename
|
|
1190
1196
|
}
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1197
|
+
... on InsufficientAgentBalanceError {
|
|
1198
|
+
__typename
|
|
1199
|
+
}
|
|
1194
1200
|
}
|
|
1195
1201
|
}
|
|
1196
1202
|
`;
|
|
@@ -1220,6 +1226,9 @@ var CREATE_AIO_ONLINE_BANK_DEPOSIT_MUTATION = gql`
|
|
|
1220
1226
|
... on WalletDoesNotExistError {
|
|
1221
1227
|
__typename
|
|
1222
1228
|
}
|
|
1229
|
+
... on InsufficientAgentBalanceError {
|
|
1230
|
+
__typename
|
|
1231
|
+
}
|
|
1223
1232
|
}
|
|
1224
1233
|
}
|
|
1225
1234
|
`;
|
|
@@ -1253,6 +1262,9 @@ var CREATE_MANUAL_BANK_DEPOSIT_MUTATION = gql`
|
|
|
1253
1262
|
... on FileNotReadyError {
|
|
1254
1263
|
__typename
|
|
1255
1264
|
}
|
|
1265
|
+
... on InsufficientAgentBalanceError {
|
|
1266
|
+
__typename
|
|
1267
|
+
}
|
|
1256
1268
|
}
|
|
1257
1269
|
}
|
|
1258
1270
|
`;
|
|
@@ -1283,6 +1295,9 @@ var CREATE_MANUAL_UPI_DEPOSIT_MUTATION = gql`
|
|
|
1283
1295
|
... on UPIReferenceNotAvailableError {
|
|
1284
1296
|
__typename
|
|
1285
1297
|
}
|
|
1298
|
+
... on InsufficientAgentBalanceError {
|
|
1299
|
+
__typename
|
|
1300
|
+
}
|
|
1286
1301
|
}
|
|
1287
1302
|
}
|
|
1288
1303
|
`;
|
|
@@ -3759,7 +3774,7 @@ function createOperationError(code) {
|
|
|
3759
3774
|
RateLimitExceededError: "Maximum number of requests reached",
|
|
3760
3775
|
RewardAlreadyClaimedError: "Reward is already claimed",
|
|
3761
3776
|
ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
|
|
3762
|
-
|
|
3777
|
+
InsufficientAgentBalanceError: "Insufficient agent balance",
|
|
3763
3778
|
AccountSuspendedError: "Account is suspended",
|
|
3764
3779
|
TransactionPasswordNotSetError: "Transaction password is not set",
|
|
3765
3780
|
UPIReferenceNotAvailableError: "UPI reference is no longer available",
|
|
@@ -12077,7 +12092,8 @@ var NEW_GAME_PROVIDERS = [
|
|
|
12077
12092
|
"ORTIZ",
|
|
12078
12093
|
"ONEAPI_SUPERBULLGAMING",
|
|
12079
12094
|
"SIMPLEPLAY",
|
|
12080
|
-
"SEXYCASINO"
|
|
12095
|
+
"SEXYCASINO",
|
|
12096
|
+
"PRAGMATICPLAY_DIRECT"
|
|
12081
12097
|
];
|
|
12082
12098
|
var ENDPOINTS = {
|
|
12083
12099
|
development: {
|