@opexa/portal-sdk 0.59.53 → 0.59.56

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.
@@ -892,6 +892,9 @@ var CREATE_GCASH_WEBPAY_DEPOSIT_MUTATION = gql`
892
892
  ... on WalletDoesNotExistError {
893
893
  __typename
894
894
  }
895
+ ... on InsufficientAgentBalanceError {
896
+ __typename
897
+ }
895
898
  }
896
899
  }
897
900
  `;
@@ -973,6 +976,9 @@ var CREATE_TEST_DEPOSIT_MUTATION = gql`
973
976
  ... on WalletDoesNotExistError {
974
977
  __typename
975
978
  }
979
+ ... on InsufficientAgentBalanceError {
980
+ __typename
981
+ }
976
982
  }
977
983
  }
978
984
  `;
@@ -1057,6 +1063,9 @@ var CREATE_AIO_GCASH_DEPOSIT_MUTATION = gql`
1057
1063
  ... on WalletDoesNotExistError {
1058
1064
  __typename
1059
1065
  }
1066
+ ... on InsufficientAgentBalanceError {
1067
+ __typename
1068
+ }
1060
1069
  }
1061
1070
  }
1062
1071
  `;
@@ -1084,6 +1093,9 @@ var CREATE_AIO_PAY_MAYA_DEPOSIT_MUTATION = gql`
1084
1093
  ... on WalletDoesNotExistError {
1085
1094
  __typename
1086
1095
  }
1096
+ ... on InsufficientAgentBalanceError {
1097
+ __typename
1098
+ }
1087
1099
  }
1088
1100
  }
1089
1101
  `;
@@ -1111,6 +1123,9 @@ var CREATE_AIO_GRAB_PAY_DEPOSIT_MUTATION = gql`
1111
1123
  ... on WalletDoesNotExistError {
1112
1124
  __typename
1113
1125
  }
1126
+ ... on InsufficientAgentBalanceError {
1127
+ __typename
1128
+ }
1114
1129
  }
1115
1130
  }
1116
1131
  `;
@@ -1140,6 +1155,9 @@ var CREATE_AIO_PALAWAN_PAY_DEPOSIT_MUTATION = gql`
1140
1155
  ... on WalletDoesNotExistError {
1141
1156
  __typename
1142
1157
  }
1158
+ ... on InsufficientAgentBalanceError {
1159
+ __typename
1160
+ }
1143
1161
  }
1144
1162
  }
1145
1163
  `;
@@ -3685,6 +3703,7 @@ function createOperationError(code) {
3685
3703
  RateLimitExceededError: "Maximum number of requests reached",
3686
3704
  RewardAlreadyClaimedError: "Reward is already claimed",
3687
3705
  ReCAPTCHAVerificationFailedError: "Invalid reCAPTCHA",
3706
+ InsufficientAgentBalanceError: "Insufficient agent balance",
3688
3707
  AccountSuspendedError: "Account is suspended",
3689
3708
  TransactionPasswordNotSetError: "Transaction password is not set",
3690
3709
  UPIReferenceNotAvailableError: "UPI reference is no longer available",
@@ -6269,5 +6288,5 @@ var ExtensionService = class {
6269
6288
  };
6270
6289
 
6271
6290
  export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService };
6272
- //# sourceMappingURL=chunk-GXJX4GGR.js.map
6273
- //# sourceMappingURL=chunk-GXJX4GGR.js.map
6291
+ //# sourceMappingURL=chunk-C2WKWSGM.js.map
6292
+ //# sourceMappingURL=chunk-C2WKWSGM.js.map