@opexa/portal-sdk 0.59.70 → 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 +34 -19
- 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 +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-BGlY5DyB.d.ts → types-CEPxVuIs.d.ts} +2 -2
- package/dist/{types-CACLx3DN.d.cts → types-FjtMTuKB.d.cts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-6HOHUQZK.js.map +0 -1
|
@@ -893,9 +893,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
|
|
|
893
893
|
... on WalletDoesNotExistError {
|
|
894
894
|
__typename
|
|
895
895
|
}
|
|
896
|
-
|
|
897
|
-
|
|
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
|
-
|
|
981
|
-
|
|
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
|
-
|
|
1068
|
-
|
|
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
|
-
|
|
1098
|
-
|
|
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
|
-
|
|
1128
|
-
|
|
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
|
-
|
|
1160
|
-
|
|
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
|
-
|
|
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-
|
|
6354
|
-
//# sourceMappingURL=chunk-
|
|
6368
|
+
//# sourceMappingURL=chunk-YZWPC2FD.js.map
|
|
6369
|
+
//# sourceMappingURL=chunk-YZWPC2FD.js.map
|