@opexa/portal-sdk 0.59.57 → 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.
- package/dist/{chunk-E47D735T.js → chunk-V25DDQFF.js} +21 -21
- package/dist/chunk-V25DDQFF.js.map +1 -0
- package/dist/index.cjs +19 -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 +19 -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-DyMrEcwn.d.ts → types-B0c9zTyG.d.ts} +2 -2
- package/dist/{types-DQqxKgAE.d.cts → types-C8AKce3p.d.cts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-E47D735T.js.map +0 -1
|
@@ -892,9 +892,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
|
|
|
892
892
|
... on WalletDoesNotExistError {
|
|
893
893
|
__typename
|
|
894
894
|
}
|
|
895
|
-
... on InsufficientAgentBalanceError {
|
|
896
|
-
|
|
897
|
-
}
|
|
895
|
+
# ... on InsufficientAgentBalanceError {
|
|
896
|
+
# __typename
|
|
897
|
+
# }
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
`;
|
|
@@ -976,9 +976,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
|
|
|
976
976
|
... on WalletDoesNotExistError {
|
|
977
977
|
__typename
|
|
978
978
|
}
|
|
979
|
-
... on InsufficientAgentBalanceError {
|
|
980
|
-
|
|
981
|
-
}
|
|
979
|
+
# ... on InsufficientAgentBalanceError {
|
|
980
|
+
# __typename
|
|
981
|
+
# }
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
984
|
`;
|
|
@@ -1063,9 +1063,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
|
|
|
1063
1063
|
... on WalletDoesNotExistError {
|
|
1064
1064
|
__typename
|
|
1065
1065
|
}
|
|
1066
|
-
... on InsufficientAgentBalanceError {
|
|
1067
|
-
|
|
1068
|
-
}
|
|
1066
|
+
# ... on InsufficientAgentBalanceError {
|
|
1067
|
+
# __typename
|
|
1068
|
+
# }
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
`;
|
|
@@ -1093,9 +1093,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
|
|
|
1093
1093
|
... on WalletDoesNotExistError {
|
|
1094
1094
|
__typename
|
|
1095
1095
|
}
|
|
1096
|
-
... on InsufficientAgentBalanceError {
|
|
1097
|
-
|
|
1098
|
-
}
|
|
1096
|
+
# ... on InsufficientAgentBalanceError {
|
|
1097
|
+
# __typename
|
|
1098
|
+
# }
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
`;
|
|
@@ -1123,9 +1123,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1123
1123
|
... on WalletDoesNotExistError {
|
|
1124
1124
|
__typename
|
|
1125
1125
|
}
|
|
1126
|
-
... on InsufficientAgentBalanceError {
|
|
1127
|
-
|
|
1128
|
-
}
|
|
1126
|
+
# ... on InsufficientAgentBalanceError {
|
|
1127
|
+
# __typename
|
|
1128
|
+
# }
|
|
1129
1129
|
}
|
|
1130
1130
|
}
|
|
1131
1131
|
`;
|
|
@@ -1155,9 +1155,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
|
|
|
1155
1155
|
... on WalletDoesNotExistError {
|
|
1156
1156
|
__typename
|
|
1157
1157
|
}
|
|
1158
|
-
... on InsufficientAgentBalanceError {
|
|
1159
|
-
|
|
1160
|
-
}
|
|
1158
|
+
# ... on InsufficientAgentBalanceError {
|
|
1159
|
+
# __typename
|
|
1160
|
+
# }
|
|
1161
1161
|
}
|
|
1162
1162
|
}
|
|
1163
1163
|
`;
|
|
@@ -3703,7 +3703,7 @@ function createOperationError(code) {
|
|
|
3703
3703
|
RateLimitExceededError: "Maximum number of requests reached",
|
|
3704
3704
|
RewardAlreadyClaimedError: "Reward is already claimed",
|
|
3705
3705
|
ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
|
|
3706
|
-
InsufficientAgentBalanceError:
|
|
3706
|
+
// InsufficientAgentBalanceError: 'Insufficient agent balance',
|
|
3707
3707
|
AccountSuspendedError: "Account is suspended",
|
|
3708
3708
|
TransactionPasswordNotSetError: "Transaction password is not set",
|
|
3709
3709
|
UPIReferenceNotAvailableError: "UPI reference is no longer available",
|
|
@@ -6288,5 +6288,5 @@ var ExtensionService = class {
|
|
|
6288
6288
|
};
|
|
6289
6289
|
|
|
6290
6290
|
export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService };
|
|
6291
|
-
//# sourceMappingURL=chunk-
|
|
6292
|
-
//# sourceMappingURL=chunk-
|
|
6291
|
+
//# sourceMappingURL=chunk-V25DDQFF.js.map
|
|
6292
|
+
//# sourceMappingURL=chunk-V25DDQFF.js.map
|