@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/services/index.cjs
CHANGED
|
@@ -904,9 +904,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
|
|
|
904
904
|
... on WalletDoesNotExistError {
|
|
905
905
|
__typename
|
|
906
906
|
}
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
907
|
+
... on InsufficientAgentBalanceError {
|
|
908
|
+
__typename
|
|
909
|
+
}
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
`;
|
|
@@ -961,6 +961,9 @@ var CREATE_MAYA_DEPOSIT_MUTATION = gql`
|
|
|
961
961
|
... on WalletDoesNotExistError {
|
|
962
962
|
__typename
|
|
963
963
|
}
|
|
964
|
+
... on InsufficientAgentBalanceError {
|
|
965
|
+
__typename
|
|
966
|
+
}
|
|
964
967
|
}
|
|
965
968
|
}
|
|
966
969
|
`;
|
|
@@ -988,9 +991,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
|
|
|
988
991
|
... on WalletDoesNotExistError {
|
|
989
992
|
__typename
|
|
990
993
|
}
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
+
... on InsufficientAgentBalanceError {
|
|
995
|
+
__typename
|
|
996
|
+
}
|
|
994
997
|
}
|
|
995
998
|
}
|
|
996
999
|
`;
|
|
@@ -1048,6 +1051,9 @@ var CREATE_AIO_QRPH_DEPOSIT_MUTATION = gql`
|
|
|
1048
1051
|
... on ReCAPTCHAVerificationFailedError {
|
|
1049
1052
|
__typename
|
|
1050
1053
|
}
|
|
1054
|
+
... on InsufficientAgentBalanceError {
|
|
1055
|
+
__typename
|
|
1056
|
+
}
|
|
1051
1057
|
}
|
|
1052
1058
|
}
|
|
1053
1059
|
`;
|
|
@@ -1075,9 +1081,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
|
|
|
1075
1081
|
... on WalletDoesNotExistError {
|
|
1076
1082
|
__typename
|
|
1077
1083
|
}
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1084
|
+
... on InsufficientAgentBalanceError {
|
|
1085
|
+
__typename
|
|
1086
|
+
}
|
|
1081
1087
|
}
|
|
1082
1088
|
}
|
|
1083
1089
|
`;
|
|
@@ -1105,9 +1111,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
|
|
|
1105
1111
|
... on WalletDoesNotExistError {
|
|
1106
1112
|
__typename
|
|
1107
1113
|
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1114
|
+
... on InsufficientAgentBalanceError {
|
|
1115
|
+
__typename
|
|
1116
|
+
}
|
|
1111
1117
|
}
|
|
1112
1118
|
}
|
|
1113
1119
|
`;
|
|
@@ -1135,9 +1141,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1135
1141
|
... on WalletDoesNotExistError {
|
|
1136
1142
|
__typename
|
|
1137
1143
|
}
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1144
|
+
... on InsufficientAgentBalanceError {
|
|
1145
|
+
__typename
|
|
1146
|
+
}
|
|
1141
1147
|
}
|
|
1142
1148
|
}
|
|
1143
1149
|
`;
|
|
@@ -1167,9 +1173,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1167
1173
|
... on WalletDoesNotExistError {
|
|
1168
1174
|
__typename
|
|
1169
1175
|
}
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1176
|
+
... on InsufficientAgentBalanceError {
|
|
1177
|
+
__typename
|
|
1178
|
+
}
|
|
1173
1179
|
}
|
|
1174
1180
|
}
|
|
1175
1181
|
`;
|
|
@@ -1199,6 +1205,9 @@ var CREATE_AIO_ONLINE_BANK_DEPOSIT_MUTATION = gql`
|
|
|
1199
1205
|
... on WalletDoesNotExistError {
|
|
1200
1206
|
__typename
|
|
1201
1207
|
}
|
|
1208
|
+
... on InsufficientAgentBalanceError {
|
|
1209
|
+
__typename
|
|
1210
|
+
}
|
|
1202
1211
|
}
|
|
1203
1212
|
}
|
|
1204
1213
|
`;
|
|
@@ -1232,6 +1241,9 @@ var CREATE_MANUAL_BANK_DEPOSIT_MUTATION = gql`
|
|
|
1232
1241
|
... on FileNotReadyError {
|
|
1233
1242
|
__typename
|
|
1234
1243
|
}
|
|
1244
|
+
... on InsufficientAgentBalanceError {
|
|
1245
|
+
__typename
|
|
1246
|
+
}
|
|
1235
1247
|
}
|
|
1236
1248
|
}
|
|
1237
1249
|
`;
|
|
@@ -1262,6 +1274,9 @@ var CREATE_MANUAL_UPI_DEPOSIT_MUTATION = gql`
|
|
|
1262
1274
|
... on UPIReferenceNotAvailableError {
|
|
1263
1275
|
__typename
|
|
1264
1276
|
}
|
|
1277
|
+
... on InsufficientAgentBalanceError {
|
|
1278
|
+
__typename
|
|
1279
|
+
}
|
|
1265
1280
|
}
|
|
1266
1281
|
}
|
|
1267
1282
|
`;
|
|
@@ -3738,7 +3753,7 @@ function createOperationError(code) {
|
|
|
3738
3753
|
RateLimitExceededError: "Maximum number of requests reached",
|
|
3739
3754
|
RewardAlreadyClaimedError: "Reward is already claimed",
|
|
3740
3755
|
ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
|
|
3741
|
-
|
|
3756
|
+
InsufficientAgentBalanceError: "Insufficient agent balance",
|
|
3742
3757
|
AccountSuspendedError: "Account is suspended",
|
|
3743
3758
|
TransactionPasswordNotSetError: "Transaction password is not set",
|
|
3744
3759
|
UPIReferenceNotAvailableError: "UPI reference is no longer available",
|