@opexa/portal-components 0.0.889 → 0.0.890
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/client/hooks/useCreateAurixPayGCashDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useCreateAurixPayGCashDepositMutation.js +82 -0
- package/dist/client/hooks/useCreateAurixPayGrabPayDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useCreateAurixPayGrabPayDepositMutation.js +88 -0
- package/dist/client/hooks/useCreateAurixPayPayMayaDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useCreateAurixPayPayMayaDepositMutation.js +88 -0
- package/dist/client/hooks/useCreateAurixPayQrphDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useCreateAurixPayQrphDepositMutation.js +88 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOGCashDeposit/AiOGCashDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AiOGrabPayDeposit/AiOGrabPayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AiOPayMayaDeposit/AiOPayMayaDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/{Deposit__legacy/AiOGCashDeposit/AiOGCashDeposit.js → Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.js} +90 -22
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/{Deposit__legacy/AiOPalawanPayDeposit/AiOPalawanPayDeposit.js → Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.js} +94 -24
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/{Deposit__legacy/AiOGrabPayDeposit/AiOGrabPayDeposit.js → Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js} +94 -24
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDeposit.js +12 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +25 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.js +2 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Confirmed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Confirmed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Failed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Failed.js +13 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/{QRPHDeposit__legacy/QRPHDepositForm.js → AurixPayQRPHDeposit/Form.js} +17 -7
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/GeneratingQrCode.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/GeneratingQrCode.js +10 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/QrCodeGenerated.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/QrCodeGenerated.js +41 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +17 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.js +117 -0
- package/dist/components/DepositWithdrawal/Deposit/Deposit.js +23 -1
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.js +37 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.d.ts +6 -0
- package/dist/components/DepositWithdrawal/PaymentMethods.js +20 -0
- package/dist/components/DepositWithdrawal/utils.d.ts +1 -1
- package/dist/components/DepositWithdrawal/utils.js +4 -0
- package/dist/components/ForgotPassword/ForgotPassword.lazy.d.ts +2 -2
- package/dist/components/ForgotPassword/ForgotPassword.lazy.js +14 -3
- package/dist/components/ForgotPassword/ForgotPasswordForm.d.ts +5 -1
- package/dist/components/ForgotPassword/ForgotPasswordForm.js +68 -33
- package/dist/components/SignUp/SignUpDefault/SignUpDefaultFormInternational.js +4 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.d.ts +1 -0
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.js +3 -2
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.HappyBingo.d.ts +1 -0
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.HappyBingo.js +54 -0
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.js +2 -2
- package/dist/components/TransactionRecords/DepositRecordsTable.js +6 -21
- package/dist/components/TransactionRecords/WithdrawalRecordsTable.js +1 -1
- package/dist/schemas/forgotPasswordSchema.d.ts +8 -8
- package/dist/services/queries.d.ts +6 -2
- package/dist/services/queries.js +177 -1
- package/dist/services/wallet.d.ts +55 -0
- package/dist/services/wallet.js +44 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/utils/capitalize.d.ts +11 -0
- package/dist/utils/capitalize.js +48 -5
- package/dist/utils/countries/types.d.ts +1 -1
- package/dist/utils/downloadImage.d.ts +4 -0
- package/dist/utils/downloadImage.js +47 -0
- package/dist/utils/mutationKeys.d.ts +4 -0
- package/dist/utils/mutationKeys.js +16 -0
- package/package.json +1 -1
- package/dist/assets/providers/alize.png +0 -0
- package/dist/assets/providers/bigtime-gaming.png +0 -0
- package/dist/assets/providers/bng.png +0 -0
- package/dist/assets/providers/boongo.png +0 -0
- package/dist/assets/providers/btg.png +0 -0
- package/dist/assets/providers/cq9.png +0 -0
- package/dist/assets/providers/darwin.png +0 -0
- package/dist/assets/providers/digitain.png +0 -0
- package/dist/assets/providers/evolution.png +0 -0
- package/dist/assets/providers/fantasma-games.png +0 -0
- package/dist/assets/providers/fc.png +0 -0
- package/dist/assets/providers/fp.png +0 -0
- package/dist/assets/providers/habanero.png +0 -0
- package/dist/assets/providers/hacksaw.png +0 -0
- package/dist/assets/providers/jdb.png +0 -0
- package/dist/assets/providers/jili.png +0 -0
- package/dist/assets/providers/leap.png +0 -0
- package/dist/assets/providers/live-22-metaverse.png +0 -0
- package/dist/assets/providers/netent.png +0 -0
- package/dist/assets/providers/no-limit.png +0 -0
- package/dist/assets/providers/pg.png +0 -0
- package/dist/assets/providers/pgsoft.png +0 -0
- package/dist/assets/providers/pragmatic-play.png +0 -0
- package/dist/assets/providers/realtime-gaming.png +0 -0
- package/dist/assets/providers/redtiger.png +0 -0
- package/dist/assets/providers/rtg.png +0 -0
- package/dist/assets/providers/sagaming.png +0 -0
- package/dist/components/Banner/Banner.client.d.ts +0 -12
- package/dist/components/Banner/Banner.client.js +0 -49
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +0 -11
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +0 -55
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositAlert.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositAlert.js +0 -99
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositDetails.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositDetails.js +0 -17
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositForm.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositForm.js +0 -116
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHQRCode.d.ts +0 -3
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHQRCode.js +0 -69
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.js +0 -10
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.js +0 -99
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +0 -25
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.js +0 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.js +0 -17
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositForm.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.d.ts +0 -3
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.js +0 -69
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +0 -13
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.js +0 -85
- package/dist/components/DepositWithdrawal/Deposit__legacy/AiOGCashDeposit/AiOGCashDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/AiOGrabPayDeposit/AiOGrabPayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/AiOPalawanPayDeposit/AiOPalawanPayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/AiOPayMayaDeposit/AiOPayMayaDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/AiOPayMayaDeposit/AiOPayMayaDeposit.js +0 -171
- package/dist/components/DepositWithdrawal/Deposit__legacy/AvailablePromos.d.ts +0 -8
- package/dist/components/DepositWithdrawal/Deposit__legacy/AvailablePromos.js +0 -33
- package/dist/components/DepositWithdrawal/Deposit__legacy/Deposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/Deposit.js +0 -120
- package/dist/components/DepositWithdrawal/Deposit__legacy/GCashDeposit/GCashDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/GCashDeposit/GCashDeposit.js +0 -163
- package/dist/components/DepositWithdrawal/Deposit__legacy/GCashWebpayDeposit/GCashWebpayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/GCashWebpayDeposit/GCashWebpayDeposit.js +0 -165
- package/dist/components/DepositWithdrawal/Deposit__legacy/LibanganDeposit/LibanganDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/LibanganDeposit/LibanganDeposit.js +0 -186
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaAppDeposit/MayaAppDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaAppDeposit/MayaAppDeposit.js +0 -157
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaDeposit/MayaDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaDeposit/MayaDeposit.js +0 -163
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaWebpayDeposit/MayaWebpayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/MayaWebpayDeposit/MayaWebpayDeposit.js +0 -166
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDeposit.js +0 -10
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositAlert.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositAlert.js +0 -99
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +0 -25
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.js +0 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositDetails.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositDetails.js +0 -19
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositForm.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositForm.js +0 -115
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +0 -13
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.js +0 -81
- package/dist/components/DepositWithdrawal/Deposit__legacy/PisoPayDeposit/PisoPayDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/PisoPayDeposit/PisoPayDeposit.js +0 -180
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDeposit.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDeposit.js +0 -10
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositAlert.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositAlert.js +0 -99
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +0 -25
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.js +0 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositDetails.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositDetails.js +0 -17
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositForm.d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositForm.js +0 -116
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHQRCode.d.ts +0 -3
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHQRCode.js +0 -69
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +0 -13
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.js +0 -85
- package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
- package/dist/components/DigitainLauncher/Loading.js +0 -5
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
- package/dist/components/KYC/BasicInformation.d.ts +0 -1
- package/dist/components/KYC/BasicInformation.js +0 -101
- package/dist/components/KYC/IdentityVerification.d.ts +0 -1
- package/dist/components/KYC/IdentityVerification.js +0 -120
- package/dist/components/KYC/Indicator.d.ts +0 -1
- package/dist/components/KYC/Indicator.js +0 -8
- package/dist/components/KYC/KYC.lazy.d.ts +0 -6
- package/dist/components/KYC/KYC.lazy.js +0 -45
- package/dist/components/KYC/KYCContext.d.ts +0 -6
- package/dist/components/KYC/KYCContext.js +0 -2
- package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +0 -1
- package/dist/components/KYC/KYCDefault/BasicInformation.js +0 -101
- package/dist/components/KYC/KYCVerificationStatus.d.ts +0 -1
- package/dist/components/KYC/KYCVerificationStatus.js +0 -10
- package/dist/components/KYC/KYCVerificationStatus.lazy.d.ts +0 -1
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +0 -36
- package/dist/components/KYC/PersonalInformation.d.ts +0 -1
- package/dist/components/KYC/PersonalInformation.js +0 -122
- package/dist/components/KYC/useKYC.d.ts +0 -25
- package/dist/components/KYC/useKYC.js +0 -38
- package/dist/components/KYCNotRequired/KYCNotRequired.d.ts +0 -0
- package/dist/components/KYCNotRequired/KYCNotRequired.js +0 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +0 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +0 -12
- package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
- package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
- package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
- package/dist/components/Quests/MultiWageringQuest.d.ts +0 -1
- package/dist/components/Quests/MultiWageringQuest.js +0 -111
- package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
- package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
- package/dist/components/SessionWatcher/index.d.ts +0 -1
- package/dist/components/SessionWatcher/index.js +0 -1
- package/dist/components/SignIn/utils.d.ts +0 -8
- package/dist/components/SignIn/utils.js +0 -26
- package/dist/constants/Branches.d.ts +0 -2
- package/dist/constants/Branches.js +0 -42
- package/dist/images/game-providers/ALPHACHINKO.png +0 -0
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +0 -1
- package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
- package/dist/third-parties/FacebookPixel/index.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
- package/dist/third-parties/index.d.ts +0 -2
- package/dist/third-parties/index.js +0 -2
- package/dist/utils/getLocaleInfo.d.ts +0 -79
- package/dist/utils/getLocaleInfo.js +0 -175
- /package/dist/client/hooks/{useAiOGCashDepositMutation.d.ts → useCreateAiOGCashDepositMutation.d.ts} +0 -0
- /package/dist/client/hooks/{useAiOGCashDepositMutation.js → useCreateAiOGCashDepositMutation.js} +0 -0
- /package/dist/client/hooks/{useAiOGrabPayDepositMutation.d.ts → useCreateAiOGrabPayDepositMutation.d.ts} +0 -0
- /package/dist/client/hooks/{useAiOGrabPayDepositMutation.js → useCreateAiOGrabPayDepositMutation.js} +0 -0
- /package/dist/client/hooks/{useAiOPalawanPayDepositMutation.d.ts → useCreateAiOPalawanPayDepositMutation.d.ts} +0 -0
- /package/dist/client/hooks/{useAiOPalawanPayDepositMutation.js → useCreateAiOPalawanPayDepositMutation.js} +0 -0
- /package/dist/client/hooks/{useAiOPayMayaDepositMutation.d.ts → useCreateAiOPayMayaDepositMutation.d.ts} +0 -0
- /package/dist/client/hooks/{useAiOPayMayaDepositMutation.js → useCreateAiOPayMayaDepositMutation.js} +0 -0
package/dist/services/queries.js
CHANGED
|
@@ -952,6 +952,142 @@ export const CREATE_AIO_GCASH_DEPOSIT = /* GraphQL */ `
|
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
954
|
`;
|
|
955
|
+
export const CREATE_AURIX_PAY_GCASH_DEPOSIT = /* GraphQL */ `
|
|
956
|
+
mutation CreateAurixPayGCashDeposit($input: CreateAurixPayGCashDepositInput!) {
|
|
957
|
+
createAurixPayGCashDeposit(input: $input) {
|
|
958
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
959
|
+
name: __typename
|
|
960
|
+
message
|
|
961
|
+
}
|
|
962
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
963
|
+
name: __typename
|
|
964
|
+
message
|
|
965
|
+
}
|
|
966
|
+
... on MaximumDepositAmountExceededError {
|
|
967
|
+
name: __typename
|
|
968
|
+
message
|
|
969
|
+
}
|
|
970
|
+
... on MinimumDepositAmountNotMetError {
|
|
971
|
+
name: __typename
|
|
972
|
+
message
|
|
973
|
+
}
|
|
974
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
975
|
+
name: __typename
|
|
976
|
+
message
|
|
977
|
+
}
|
|
978
|
+
... on PromoNotEnabledError {
|
|
979
|
+
name: __typename
|
|
980
|
+
message
|
|
981
|
+
}
|
|
982
|
+
... on WalletDoesNotExistError {
|
|
983
|
+
name: __typename
|
|
984
|
+
message
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
`;
|
|
989
|
+
export const CREATE_AURIX_PAY_PAY_MAYA_DEPOSIT = /* GraphQL */ `
|
|
990
|
+
mutation CreateAurixPayPayMayaDeposit($input: CreateAurixPayPayMayaDepositInput!) {
|
|
991
|
+
createAurixPayPayMayaDeposit(input: $input) {
|
|
992
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
993
|
+
name: __typename
|
|
994
|
+
message
|
|
995
|
+
}
|
|
996
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
997
|
+
name: __typename
|
|
998
|
+
message
|
|
999
|
+
}
|
|
1000
|
+
... on MaximumDepositAmountExceededError {
|
|
1001
|
+
name: __typename
|
|
1002
|
+
message
|
|
1003
|
+
}
|
|
1004
|
+
... on MinimumDepositAmountNotMetError {
|
|
1005
|
+
name: __typename
|
|
1006
|
+
message
|
|
1007
|
+
}
|
|
1008
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1009
|
+
name: __typename
|
|
1010
|
+
message
|
|
1011
|
+
}
|
|
1012
|
+
... on PromoNotEnabledError {
|
|
1013
|
+
name: __typename
|
|
1014
|
+
message
|
|
1015
|
+
}
|
|
1016
|
+
... on WalletDoesNotExistError {
|
|
1017
|
+
name: __typename
|
|
1018
|
+
message
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
`;
|
|
1023
|
+
export const CREATE_AURIX_PAY_GRAB_PAY_DEPOSIT = /* GraphQL */ `
|
|
1024
|
+
mutation CreateAurixPayGrabPayDeposit($input: CreateAurixPayGrabPayDepositInput!) {
|
|
1025
|
+
createAurixPayGrabPayDeposit(input: $input) {
|
|
1026
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1027
|
+
name: __typename
|
|
1028
|
+
message
|
|
1029
|
+
}
|
|
1030
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1031
|
+
name: __typename
|
|
1032
|
+
message
|
|
1033
|
+
}
|
|
1034
|
+
... on MaximumDepositAmountExceededError {
|
|
1035
|
+
name: __typename
|
|
1036
|
+
message
|
|
1037
|
+
}
|
|
1038
|
+
... on MinimumDepositAmountNotMetError {
|
|
1039
|
+
name: __typename
|
|
1040
|
+
message
|
|
1041
|
+
}
|
|
1042
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1043
|
+
name: __typename
|
|
1044
|
+
message
|
|
1045
|
+
}
|
|
1046
|
+
... on PromoNotEnabledError {
|
|
1047
|
+
name: __typename
|
|
1048
|
+
message
|
|
1049
|
+
}
|
|
1050
|
+
... on WalletDoesNotExistError {
|
|
1051
|
+
name: __typename
|
|
1052
|
+
message
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
`;
|
|
1057
|
+
export const CREATE_AURIX_PAY_QR_PH_DEPOSIT = /* GraphQL */ `
|
|
1058
|
+
mutation CreateAurixPayQrphDeposit($input: CreateAurixPayQRPHDepositInput!) {
|
|
1059
|
+
createAurixPayQRPHDeposit(input: $input) {
|
|
1060
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1061
|
+
name: __typename
|
|
1062
|
+
message
|
|
1063
|
+
}
|
|
1064
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1065
|
+
name: __typename
|
|
1066
|
+
message
|
|
1067
|
+
}
|
|
1068
|
+
... on MaximumDepositAmountExceededError {
|
|
1069
|
+
name: __typename
|
|
1070
|
+
message
|
|
1071
|
+
}
|
|
1072
|
+
... on MinimumDepositAmountNotMetError {
|
|
1073
|
+
name: __typename
|
|
1074
|
+
message
|
|
1075
|
+
}
|
|
1076
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1077
|
+
name: __typename
|
|
1078
|
+
message
|
|
1079
|
+
}
|
|
1080
|
+
... on PromoNotEnabledError {
|
|
1081
|
+
name: __typename
|
|
1082
|
+
message
|
|
1083
|
+
}
|
|
1084
|
+
... on WalletDoesNotExistError {
|
|
1085
|
+
name: __typename
|
|
1086
|
+
message
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
`;
|
|
955
1091
|
export const CREATE_AIO_PAY_MAYA_DEPOSIT = /* GraphQL */ `
|
|
956
1092
|
mutation CreateAiOPayMayaDeposit($input: CreateAiOPayMayaDepositInput!) {
|
|
957
1093
|
createAiOPayMayaDeposit(input: $input) {
|
|
@@ -1561,7 +1697,35 @@ export const DEPOSIT = /* GraphQL */ `
|
|
|
1561
1697
|
status
|
|
1562
1698
|
checkoutUrl
|
|
1563
1699
|
error
|
|
1564
|
-
}
|
|
1700
|
+
}
|
|
1701
|
+
... on AurixPayQRPHDeposit {
|
|
1702
|
+
id
|
|
1703
|
+
type
|
|
1704
|
+
status
|
|
1705
|
+
qrCode
|
|
1706
|
+
error
|
|
1707
|
+
}
|
|
1708
|
+
... on AurixPayGCashDeposit {
|
|
1709
|
+
id
|
|
1710
|
+
type
|
|
1711
|
+
status
|
|
1712
|
+
checkoutUrl
|
|
1713
|
+
error
|
|
1714
|
+
}
|
|
1715
|
+
... on AurixPayPayMayaDeposit {
|
|
1716
|
+
id
|
|
1717
|
+
type
|
|
1718
|
+
status
|
|
1719
|
+
checkoutUrl
|
|
1720
|
+
error
|
|
1721
|
+
}
|
|
1722
|
+
... on AurixPayGrabPayDeposit {
|
|
1723
|
+
id
|
|
1724
|
+
type
|
|
1725
|
+
status
|
|
1726
|
+
checkoutUrl
|
|
1727
|
+
error
|
|
1728
|
+
}
|
|
1565
1729
|
}
|
|
1566
1730
|
}
|
|
1567
1731
|
`;
|
|
@@ -2424,6 +2588,18 @@ export const PAYMENT_SETTINGS = /* GraphQL */ `
|
|
|
2424
2588
|
pisoPayDepositGatewaySettings: depositGatewaySettings(gateway: PISO_PAY_CHECKOUT) {
|
|
2425
2589
|
...DepositGatewaySettingsCoreData
|
|
2426
2590
|
}
|
|
2591
|
+
aurixPayGCashDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_GCASH) {
|
|
2592
|
+
...DepositGatewaySettingsCoreData
|
|
2593
|
+
}
|
|
2594
|
+
aurixPayGrabPayDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_GRAB_PAY) {
|
|
2595
|
+
...DepositGatewaySettingsCoreData
|
|
2596
|
+
}
|
|
2597
|
+
aurixPayPayMayaDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_PAY_MAYA) {
|
|
2598
|
+
...DepositGatewaySettingsCoreData
|
|
2599
|
+
}
|
|
2600
|
+
aurixPayQrphDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_QR_PH) {
|
|
2601
|
+
...DepositGatewaySettingsCoreData
|
|
2602
|
+
}
|
|
2427
2603
|
bankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: BANK) {
|
|
2428
2604
|
...WithdrawalGatewaySettingsCoreData
|
|
2429
2605
|
}
|
|
@@ -330,6 +330,61 @@ export interface CreateMayaAppDepositMutationVariables {
|
|
|
330
330
|
}
|
|
331
331
|
export type CreateMayaAppDepositInput = Simplify<CreateMayaAppDepositMutationVariables['input']>;
|
|
332
332
|
export declare const createMayaAppDeposit: (input: CreateMayaAppDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
333
|
+
export interface CreateAurixPayGCashDepositMutation {
|
|
334
|
+
createAurixPayGCashDeposit?: null | CreateDepositError;
|
|
335
|
+
}
|
|
336
|
+
export interface CreateAurixPayGCashDepositMutationVariables {
|
|
337
|
+
input: {
|
|
338
|
+
id: string;
|
|
339
|
+
amount: string;
|
|
340
|
+
promo?: string;
|
|
341
|
+
accountNumber: string;
|
|
342
|
+
redirectUrl: string;
|
|
343
|
+
};
|
|
344
|
+
}
|
|
345
|
+
export type CreateAurixPayGCashDepositInput = Simplify<CreateAurixPayGCashDepositMutationVariables['input']>;
|
|
346
|
+
export declare const createAurixPayGCashDeposit: (input: CreateAurixPayGCashDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
347
|
+
export interface CreateAurixPayPayMayaDepositMutation {
|
|
348
|
+
createAurixPayPayMayaDeposit?: null | CreateDepositError;
|
|
349
|
+
}
|
|
350
|
+
export interface CreateAurixPayPayMayaDepositMutationVariables {
|
|
351
|
+
input: {
|
|
352
|
+
id: string;
|
|
353
|
+
amount: string;
|
|
354
|
+
promo?: string;
|
|
355
|
+
accountNumber: string;
|
|
356
|
+
redirectUrl: string;
|
|
357
|
+
};
|
|
358
|
+
}
|
|
359
|
+
export type CreateAurixPayPayMayaDepositInput = Simplify<CreateAurixPayPayMayaDepositMutationVariables['input']>;
|
|
360
|
+
export declare const createAurixPayPayMayaDeposit: (input: CreateAurixPayPayMayaDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
361
|
+
export interface CreateAurixPayGrabPayDepositMutation {
|
|
362
|
+
createAurixPayGrabPayDeposit?: null | CreateDepositError;
|
|
363
|
+
}
|
|
364
|
+
export interface CreateAurixPayGrabPayDepositMutationVariables {
|
|
365
|
+
input: {
|
|
366
|
+
id: string;
|
|
367
|
+
amount: string;
|
|
368
|
+
promo?: string;
|
|
369
|
+
accountNumber: string;
|
|
370
|
+
redirectUrl: string;
|
|
371
|
+
};
|
|
372
|
+
}
|
|
373
|
+
export type CreateAurixPayGrabPayDepositInput = Simplify<CreateAurixPayGrabPayDepositMutationVariables['input']>;
|
|
374
|
+
export declare const createAurixPayGrabPayDeposit: (input: CreateAurixPayGrabPayDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
375
|
+
export interface CreateAurixPayQrphDepositMutation {
|
|
376
|
+
createAurixPayQRPHDeposit?: null | CreateDepositError;
|
|
377
|
+
}
|
|
378
|
+
export interface CreateAurixPayQrphDepositMutationVariables {
|
|
379
|
+
input: {
|
|
380
|
+
id: string;
|
|
381
|
+
amount: string;
|
|
382
|
+
promo?: string;
|
|
383
|
+
redirectUrl: string;
|
|
384
|
+
};
|
|
385
|
+
}
|
|
386
|
+
export type CreateAurixPayQrphDepositInput = Simplify<CreateAurixPayQrphDepositMutationVariables['input']>;
|
|
387
|
+
export declare const createAurixPayQrphDeposit: (input: CreateAurixPayQrphDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
333
388
|
export type CreateWithdrawalError = {
|
|
334
389
|
name: 'AccountNotVerifiedError';
|
|
335
390
|
message: string;
|
package/dist/services/wallet.js
CHANGED
|
@@ -2,7 +2,7 @@ import { cache } from 'react';
|
|
|
2
2
|
import { WALLET_GRAPHQL_ENDPOINT } from '../constants/index.js';
|
|
3
3
|
import { parseDecimal } from '../utils/parseDecimal.js';
|
|
4
4
|
import { graphqlRequest } from './graphqlRequest.js';
|
|
5
|
-
import { AVAILABLE_PROMOS, BONUS, BONUS_BALANCES, BONUS_IDS, BONUSES, CASHBACK, CASHBACK_BONUS, CASHBACK_BONUS_IDS, CASHBACK_BONUSES, CASHBACKS, CLAIM_CASHBACK_BONUS, CLAIM_SPOT_BONUS, CREATE_AIO_GCASH_DEPOSIT, CREATE_AIO_GRAB_PAY_DEPOSIT, CREATE_AIO_INSTAPAY_WITHDRAWAL, CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT, CREATE_AIO_ONLINE_BANK_DEPOSIT, CREATE_AIO_PALAWAN_PAY_DEPOSIT, CREATE_AIO_PAY_MAYA_DEPOSIT, CREATE_AIO_QRPH_DEPOSIT, CREATE_BANK_WITHDRAWAL, CREATE_GAME_SESSION, CREATE_GCASH_DEPOSIT, CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL, CREATE_GCASH_WEBPAY_DEPOSIT, CREATE_GCASH_WITHDRAWAL, CREATE_LIBANGAN_DEPOSIT, CREATE_MANUAL_BANK_DEPOSIT, CREATE_MANUAL_BANK_WITHDRAWAL, CREATE_MANUAL_UPI_DEPOSIT, CREATE_MANUAL_UPI_WITHDRAWAL, CREATE_MAYA_APP_DEPOSIT, CREATE_MAYA_APP_WITHDRAWAL, CREATE_MAYA_DEPOSIT, CREATE_MAYA_WEBPAY_DEPOSIT, CREATE_MAYA_WITHDRAWAL, CREATE_PISO_PAY_DEPOSIT, CREATE_PISO_PAY_WITHDRAWAL, CREATE_VENTAJA_WITHDRAWAL, DEPOSIT, END_GAME_SESSION, FAVORITE_GAMES, GAME_SESSION, INSTAPAY_BANK_LIST, MARK_GAME_AS_FAVORITE, MAYA_SESSION, POINTS_WALLET, PROMO, PROMOS, REDEEM_POINTS_TO_CASH, REMAINING_DAILY_WITHDRAWALS_COUNT, TOUCH_GCASH_DEPOSIT, TOUCH_QRPH_DEPOSIT, UNMARK_GAME_AS_FAVORITE, VALIDATE_MAYA_SESSION, WALLET, } from './queries.js';
|
|
5
|
+
import { AVAILABLE_PROMOS, BONUS, BONUS_BALANCES, BONUS_IDS, BONUSES, CASHBACK, CASHBACK_BONUS, CASHBACK_BONUS_IDS, CASHBACK_BONUSES, CASHBACKS, CLAIM_CASHBACK_BONUS, CLAIM_SPOT_BONUS, CREATE_AIO_GCASH_DEPOSIT, CREATE_AIO_GRAB_PAY_DEPOSIT, CREATE_AIO_INSTAPAY_WITHDRAWAL, CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT, CREATE_AIO_ONLINE_BANK_DEPOSIT, CREATE_AIO_PALAWAN_PAY_DEPOSIT, CREATE_AIO_PAY_MAYA_DEPOSIT, CREATE_AIO_QRPH_DEPOSIT, CREATE_AURIX_PAY_GCASH_DEPOSIT, CREATE_AURIX_PAY_GRAB_PAY_DEPOSIT, CREATE_AURIX_PAY_PAY_MAYA_DEPOSIT, CREATE_AURIX_PAY_QR_PH_DEPOSIT, CREATE_BANK_WITHDRAWAL, CREATE_GAME_SESSION, CREATE_GCASH_DEPOSIT, CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL, CREATE_GCASH_WEBPAY_DEPOSIT, CREATE_GCASH_WITHDRAWAL, CREATE_LIBANGAN_DEPOSIT, CREATE_MANUAL_BANK_DEPOSIT, CREATE_MANUAL_BANK_WITHDRAWAL, CREATE_MANUAL_UPI_DEPOSIT, CREATE_MANUAL_UPI_WITHDRAWAL, CREATE_MAYA_APP_DEPOSIT, CREATE_MAYA_APP_WITHDRAWAL, CREATE_MAYA_DEPOSIT, CREATE_MAYA_WEBPAY_DEPOSIT, CREATE_MAYA_WITHDRAWAL, CREATE_PISO_PAY_DEPOSIT, CREATE_PISO_PAY_WITHDRAWAL, CREATE_VENTAJA_WITHDRAWAL, DEPOSIT, END_GAME_SESSION, FAVORITE_GAMES, GAME_SESSION, INSTAPAY_BANK_LIST, MARK_GAME_AS_FAVORITE, MAYA_SESSION, POINTS_WALLET, PROMO, PROMOS, REDEEM_POINTS_TO_CASH, REMAINING_DAILY_WITHDRAWALS_COUNT, TOUCH_GCASH_DEPOSIT, TOUCH_QRPH_DEPOSIT, UNMARK_GAME_AS_FAVORITE, VALIDATE_MAYA_SESSION, WALLET, } from './queries.js';
|
|
6
6
|
import { sha256 } from './sha256.js';
|
|
7
7
|
export const getPromos = cache(async (options) => {
|
|
8
8
|
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, PROMOS, undefined, {
|
|
@@ -256,6 +256,49 @@ export const createMayaAppDeposit = async (input, options) => {
|
|
|
256
256
|
throw error;
|
|
257
257
|
}
|
|
258
258
|
};
|
|
259
|
+
export const createAurixPayGCashDeposit = async (input, options) => {
|
|
260
|
+
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_AURIX_PAY_GCASH_DEPOSIT, { input }, options);
|
|
261
|
+
if (res.createAurixPayGCashDeposit) {
|
|
262
|
+
const error = new Error();
|
|
263
|
+
error.name = res.createAurixPayGCashDeposit.name;
|
|
264
|
+
error.message =
|
|
265
|
+
ERROR_CODES_MESSAGE_MAP[res.createAurixPayGCashDeposit.name];
|
|
266
|
+
Error.captureStackTrace?.(error, createAurixPayGCashDeposit);
|
|
267
|
+
throw error;
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
export const createAurixPayPayMayaDeposit = async (input, options) => {
|
|
271
|
+
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_AURIX_PAY_PAY_MAYA_DEPOSIT, { input }, options);
|
|
272
|
+
if (res.createAurixPayPayMayaDeposit) {
|
|
273
|
+
const error = new Error();
|
|
274
|
+
error.name = res.createAurixPayPayMayaDeposit.name;
|
|
275
|
+
error.message =
|
|
276
|
+
ERROR_CODES_MESSAGE_MAP[res.createAurixPayPayMayaDeposit.name];
|
|
277
|
+
Error.captureStackTrace?.(error, createAurixPayPayMayaDeposit);
|
|
278
|
+
throw error;
|
|
279
|
+
}
|
|
280
|
+
};
|
|
281
|
+
export const createAurixPayGrabPayDeposit = async (input, options) => {
|
|
282
|
+
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_AURIX_PAY_GRAB_PAY_DEPOSIT, { input }, options);
|
|
283
|
+
if (res.createAurixPayGrabPayDeposit) {
|
|
284
|
+
const error = new Error();
|
|
285
|
+
error.name = res.createAurixPayGrabPayDeposit.name;
|
|
286
|
+
error.message =
|
|
287
|
+
ERROR_CODES_MESSAGE_MAP[res.createAurixPayGrabPayDeposit.name];
|
|
288
|
+
Error.captureStackTrace?.(error, createAurixPayGrabPayDeposit);
|
|
289
|
+
throw error;
|
|
290
|
+
}
|
|
291
|
+
};
|
|
292
|
+
export const createAurixPayQrphDeposit = async (input, options) => {
|
|
293
|
+
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_AURIX_PAY_QR_PH_DEPOSIT, { input }, options);
|
|
294
|
+
if (res.createAurixPayQRPHDeposit) {
|
|
295
|
+
const error = new Error();
|
|
296
|
+
error.name = res.createAurixPayQRPHDeposit.name;
|
|
297
|
+
error.message = ERROR_CODES_MESSAGE_MAP[res.createAurixPayQRPHDeposit.name];
|
|
298
|
+
Error.captureStackTrace?.(error, createAurixPayQrphDeposit);
|
|
299
|
+
throw error;
|
|
300
|
+
}
|
|
301
|
+
};
|
|
259
302
|
export const createGCashWithdrawal = async (input, options) => {
|
|
260
303
|
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_GCASH_WITHDRAWAL, {
|
|
261
304
|
input: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -542,6 +542,10 @@ export interface PaymentSettings {
|
|
|
542
542
|
qrphDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
543
543
|
manualBankDepositGatewaySettings: DepositGatewaySettings | null;
|
|
544
544
|
manualUPIDepositGatewaySettings: DepositGatewaySettings | null;
|
|
545
|
+
aurixPayGCashDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
546
|
+
aurixPayPayMayaDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
547
|
+
aurixPayGrabPayDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
548
|
+
aurixPayQrphDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
545
549
|
bankWithdrawalGatewaySettings?: WithdrawalGatewaySettings | null;
|
|
546
550
|
gcashWithdrawalGatewaySettings?: WithdrawalGatewaySettings | null;
|
|
547
551
|
gcashStandardCashInWithdrawalGatewaySettings?: WithdrawalGatewaySettings | null;
|