@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
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SetOptional } from 'type-fest';
|
|
2
|
+
import { type CreateAurixPayGCashDepositInput } from '../../services/wallet';
|
|
3
|
+
import type { Deposit, Mutation } from '../../types';
|
|
4
|
+
export declare const useCreateAurixPayGCashDepositMutation: Mutation<Deposit, SetOptional<CreateAurixPayGCashDepositInput, 'id'>>;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { ObjectId } from '@opexa/object-id';
|
|
2
|
+
import { useMutation } from '@tanstack/react-query';
|
|
3
|
+
import { clamp } from 'lodash-es';
|
|
4
|
+
import invariant from 'tiny-invariant';
|
|
5
|
+
import { explainError } from '../../components/DepositWithdrawal/utils.js';
|
|
6
|
+
import { ObjectType } from '../../services/ObjectType.js';
|
|
7
|
+
import { createAurixPayGCashDeposit, getDeposit, } from '../../services/wallet.js';
|
|
8
|
+
import { capitalize } from '../../utils/capitalize.js';
|
|
9
|
+
import { createPoll } from '../../utils/createPoll.js';
|
|
10
|
+
import { getQueryClient } from '../../utils/getQueryClient.js';
|
|
11
|
+
import { getCreateAurixPayGCashDepositMutationKey } from '../../utils/mutationKeys.js';
|
|
12
|
+
import { parseDecimal } from '../../utils/parseDecimal.js';
|
|
13
|
+
import { getAvailableQuestsQueryKey, getDepositsCountQueryKey, } from '../../utils/queryKeys.js';
|
|
14
|
+
import { getSession } from '../services/getSession.js';
|
|
15
|
+
export const useCreateAurixPayGCashDepositMutation = (config) => {
|
|
16
|
+
const queryClient = getQueryClient();
|
|
17
|
+
const mutation = useMutation({
|
|
18
|
+
...config,
|
|
19
|
+
mutationKey: getCreateAurixPayGCashDepositMutationKey(),
|
|
20
|
+
mutationFn: async (input) => {
|
|
21
|
+
const id = input.id ?? ObjectId.generate(ObjectType.Deposit).toString();
|
|
22
|
+
const session = await getSession();
|
|
23
|
+
invariant(session.status === 'authenticated');
|
|
24
|
+
await createAurixPayGCashDeposit({ ...input, id }, {
|
|
25
|
+
headers: {
|
|
26
|
+
Authorization: `Bearer ${session.token}`,
|
|
27
|
+
...(session.domain && {
|
|
28
|
+
Domain: session.domain,
|
|
29
|
+
}),
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
const poll = createPoll(async () => {
|
|
33
|
+
const session = await getSession();
|
|
34
|
+
invariant(session.status === 'authenticated');
|
|
35
|
+
return await getDeposit(id, {
|
|
36
|
+
headers: {
|
|
37
|
+
Authorization: `Bearer ${session.token}`,
|
|
38
|
+
},
|
|
39
|
+
});
|
|
40
|
+
}, {
|
|
41
|
+
until(res) {
|
|
42
|
+
return (!!res?.checkoutUrl || !!res?.error || res?.status === 'FAILED');
|
|
43
|
+
},
|
|
44
|
+
interval: 1000,
|
|
45
|
+
maxAttempt: 20,
|
|
46
|
+
});
|
|
47
|
+
const res = await poll();
|
|
48
|
+
if (res?.error) {
|
|
49
|
+
const error = new Error();
|
|
50
|
+
error.name = capitalize(res.error, {
|
|
51
|
+
delimiter: capitalize.delimiters.UNDERSCORE,
|
|
52
|
+
});
|
|
53
|
+
error.message = explainError(res.error);
|
|
54
|
+
throw error;
|
|
55
|
+
}
|
|
56
|
+
if (!res?.checkoutUrl) {
|
|
57
|
+
const error = new Error();
|
|
58
|
+
error.name = 'AurixPayGCashDepositError';
|
|
59
|
+
error.message = 'Failed to process GCash deposit';
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
const depositsCount = queryClient.getQueryData(getDepositsCountQueryKey()) ?? 0;
|
|
63
|
+
if (depositsCount <= 0) {
|
|
64
|
+
queryClient.setQueryData(getAvailableQuestsQueryKey(), (prev) => {
|
|
65
|
+
return prev?.map((quest) => {
|
|
66
|
+
const progressPercentage = clamp(parseDecimal(quest.progressPercentage, 0) + 50, 100);
|
|
67
|
+
if (quest.type === 'ONBOARDING') {
|
|
68
|
+
return {
|
|
69
|
+
...quest,
|
|
70
|
+
status: progressPercentage >= 100 ? 'COMPLETED' : quest.status,
|
|
71
|
+
progressPercentage: progressPercentage.toFixed(2),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
return quest;
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
return res;
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
return mutation;
|
|
82
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SetOptional } from 'type-fest';
|
|
2
|
+
import { type CreateAurixPayGrabPayDepositInput } from '../../services/wallet';
|
|
3
|
+
import type { Deposit, Mutation } from '../../types';
|
|
4
|
+
export declare const useCreateAurixPayGrabPayDepositMutation: Mutation<Deposit, SetOptional<CreateAurixPayGrabPayDepositInput, 'id'>>;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ObjectId } from '@opexa/object-id';
|
|
2
|
+
import { useMutation } from '@tanstack/react-query';
|
|
3
|
+
import { clamp } from 'lodash-es';
|
|
4
|
+
import invariant from 'tiny-invariant';
|
|
5
|
+
import { explainError } from '../../components/DepositWithdrawal/utils.js';
|
|
6
|
+
import { ObjectType } from '../../services/ObjectType.js';
|
|
7
|
+
import { createAurixPayGrabPayDeposit, getDeposit, } from '../../services/wallet.js';
|
|
8
|
+
import { capitalize } from '../../utils/capitalize.js';
|
|
9
|
+
import { createPoll } from '../../utils/createPoll.js';
|
|
10
|
+
import { getQueryClient } from '../../utils/getQueryClient.js';
|
|
11
|
+
import { getCreateAurixPayGrabPayDepositMutationKey } from '../../utils/mutationKeys.js';
|
|
12
|
+
import { parseDecimal } from '../../utils/parseDecimal.js';
|
|
13
|
+
import { getAvailableQuestsQueryKey, getDepositsCountQueryKey, } from '../../utils/queryKeys.js';
|
|
14
|
+
import { getSession } from '../services/getSession.js';
|
|
15
|
+
export const useCreateAurixPayGrabPayDepositMutation = (config) => {
|
|
16
|
+
const queryClient = getQueryClient();
|
|
17
|
+
const mutation = useMutation({
|
|
18
|
+
...config,
|
|
19
|
+
mutationKey: getCreateAurixPayGrabPayDepositMutationKey(),
|
|
20
|
+
mutationFn: async (input) => {
|
|
21
|
+
const id = input.id ?? ObjectId.generate(ObjectType.Deposit).toString();
|
|
22
|
+
const session = await getSession();
|
|
23
|
+
invariant(session.status === 'authenticated');
|
|
24
|
+
const successRedirectUrl = new URL('/transactions', input.redirectUrl);
|
|
25
|
+
successRedirectUrl.searchParams.set('tab', 'deposits');
|
|
26
|
+
successRedirectUrl.searchParams.set('id', id);
|
|
27
|
+
await createAurixPayGrabPayDeposit({
|
|
28
|
+
...input,
|
|
29
|
+
id,
|
|
30
|
+
}, {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: `Bearer ${session.token}`,
|
|
33
|
+
...(session.domain && {
|
|
34
|
+
Domain: session.domain,
|
|
35
|
+
}),
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
const poll = createPoll(async () => {
|
|
39
|
+
const session = await getSession();
|
|
40
|
+
invariant(session.status === 'authenticated');
|
|
41
|
+
return await getDeposit(id, {
|
|
42
|
+
headers: {
|
|
43
|
+
Authorization: `Bearer ${session.token}`,
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
}, {
|
|
47
|
+
until(res) {
|
|
48
|
+
return (!!res?.checkoutUrl || !!res?.error || res?.status === 'FAILED');
|
|
49
|
+
},
|
|
50
|
+
interval: 1000,
|
|
51
|
+
maxAttempt: 20,
|
|
52
|
+
});
|
|
53
|
+
const res = await poll();
|
|
54
|
+
if (res?.error) {
|
|
55
|
+
const error = new Error();
|
|
56
|
+
error.name = capitalize(res.error, {
|
|
57
|
+
delimiter: capitalize.delimiters.UNDERSCORE,
|
|
58
|
+
});
|
|
59
|
+
error.message = explainError(res.error);
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
if (!res?.checkoutUrl) {
|
|
63
|
+
const error = new Error();
|
|
64
|
+
error.name = 'AurixPayGrabPayDepositError';
|
|
65
|
+
error.message = 'Failed to process GrabPay deposit';
|
|
66
|
+
throw error;
|
|
67
|
+
}
|
|
68
|
+
const depositsCount = queryClient.getQueryData(getDepositsCountQueryKey()) ?? 0;
|
|
69
|
+
if (depositsCount <= 0) {
|
|
70
|
+
queryClient.setQueryData(getAvailableQuestsQueryKey(), (prev) => {
|
|
71
|
+
return prev?.map((quest) => {
|
|
72
|
+
const progressPercentage = clamp(parseDecimal(quest.progressPercentage, 0) + 50, 100);
|
|
73
|
+
if (quest.type === 'ONBOARDING') {
|
|
74
|
+
return {
|
|
75
|
+
...quest,
|
|
76
|
+
status: progressPercentage >= 100 ? 'COMPLETED' : quest.status,
|
|
77
|
+
progressPercentage: progressPercentage.toFixed(2),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
return quest;
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return res;
|
|
85
|
+
},
|
|
86
|
+
});
|
|
87
|
+
return mutation;
|
|
88
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SetOptional } from 'type-fest';
|
|
2
|
+
import { type CreateAurixPayPayMayaDepositInput } from '../../services/wallet';
|
|
3
|
+
import type { Deposit, Mutation } from '../../types';
|
|
4
|
+
export declare const useCreateAurixPayPayMayaDepositMutation: Mutation<Deposit, SetOptional<CreateAurixPayPayMayaDepositInput, 'id'>>;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ObjectId } from '@opexa/object-id';
|
|
2
|
+
import { useMutation } from '@tanstack/react-query';
|
|
3
|
+
import { clamp } from 'lodash-es';
|
|
4
|
+
import invariant from 'tiny-invariant';
|
|
5
|
+
import { explainError } from '../../components/DepositWithdrawal/utils.js';
|
|
6
|
+
import { ObjectType } from '../../services/ObjectType.js';
|
|
7
|
+
import { createAurixPayPayMayaDeposit, getDeposit, } from '../../services/wallet.js';
|
|
8
|
+
import { capitalize } from '../../utils/capitalize.js';
|
|
9
|
+
import { createPoll } from '../../utils/createPoll.js';
|
|
10
|
+
import { getQueryClient } from '../../utils/getQueryClient.js';
|
|
11
|
+
import { getCreateAurixPayPayMayaDepositMutationKey } from '../../utils/mutationKeys.js';
|
|
12
|
+
import { parseDecimal } from '../../utils/parseDecimal.js';
|
|
13
|
+
import { getAvailableQuestsQueryKey, getDepositsCountQueryKey, } from '../../utils/queryKeys.js';
|
|
14
|
+
import { getSession } from '../services/getSession.js';
|
|
15
|
+
export const useCreateAurixPayPayMayaDepositMutation = (config) => {
|
|
16
|
+
const queryClient = getQueryClient();
|
|
17
|
+
const mutation = useMutation({
|
|
18
|
+
...config,
|
|
19
|
+
mutationKey: getCreateAurixPayPayMayaDepositMutationKey(),
|
|
20
|
+
mutationFn: async (input) => {
|
|
21
|
+
const id = input.id ?? ObjectId.generate(ObjectType.Deposit).toString();
|
|
22
|
+
const session = await getSession();
|
|
23
|
+
invariant(session.status === 'authenticated');
|
|
24
|
+
const successRedirectUrl = new URL('/transactions', input.redirectUrl);
|
|
25
|
+
successRedirectUrl.searchParams.set('tab', 'deposits');
|
|
26
|
+
successRedirectUrl.searchParams.set('id', id);
|
|
27
|
+
await createAurixPayPayMayaDeposit({
|
|
28
|
+
...input,
|
|
29
|
+
id,
|
|
30
|
+
}, {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: `Bearer ${session.token}`,
|
|
33
|
+
...(session.domain && {
|
|
34
|
+
Domain: session.domain,
|
|
35
|
+
}),
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
const poll = createPoll(async () => {
|
|
39
|
+
const session = await getSession();
|
|
40
|
+
invariant(session.status === 'authenticated');
|
|
41
|
+
return await getDeposit(id, {
|
|
42
|
+
headers: {
|
|
43
|
+
Authorization: `Bearer ${session.token}`,
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
}, {
|
|
47
|
+
until(res) {
|
|
48
|
+
return (!!res?.checkoutUrl || !!res?.error || res?.status === 'FAILED');
|
|
49
|
+
},
|
|
50
|
+
interval: 1000,
|
|
51
|
+
maxAttempt: 20,
|
|
52
|
+
});
|
|
53
|
+
const res = await poll();
|
|
54
|
+
if (res?.error) {
|
|
55
|
+
const error = new Error();
|
|
56
|
+
error.name = capitalize(res.error, {
|
|
57
|
+
delimiter: capitalize.delimiters.UNDERSCORE,
|
|
58
|
+
});
|
|
59
|
+
error.message = explainError(res.error);
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
if (!res?.checkoutUrl) {
|
|
63
|
+
const error = new Error();
|
|
64
|
+
error.name = 'AurixPayPayMayaDepositError';
|
|
65
|
+
error.message = 'Failed to process PayMaya deposit';
|
|
66
|
+
throw error;
|
|
67
|
+
}
|
|
68
|
+
const depositsCount = queryClient.getQueryData(getDepositsCountQueryKey()) ?? 0;
|
|
69
|
+
if (depositsCount <= 0) {
|
|
70
|
+
queryClient.setQueryData(getAvailableQuestsQueryKey(), (prev) => {
|
|
71
|
+
return prev?.map((quest) => {
|
|
72
|
+
const progressPercentage = clamp(parseDecimal(quest.progressPercentage, 0) + 50, 100);
|
|
73
|
+
if (quest.type === 'ONBOARDING') {
|
|
74
|
+
return {
|
|
75
|
+
...quest,
|
|
76
|
+
status: progressPercentage >= 100 ? 'COMPLETED' : quest.status,
|
|
77
|
+
progressPercentage: progressPercentage.toFixed(2),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
return quest;
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return res;
|
|
85
|
+
},
|
|
86
|
+
});
|
|
87
|
+
return mutation;
|
|
88
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SetOptional } from 'type-fest';
|
|
2
|
+
import { type CreateAurixPayQrphDepositInput } from '../../services/wallet';
|
|
3
|
+
import type { Deposit, Mutation } from '../../types';
|
|
4
|
+
export declare const useCreateAurixPayQrphDepositMutation: Mutation<Deposit, SetOptional<CreateAurixPayQrphDepositInput, 'id'>>;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ObjectId } from '@opexa/object-id';
|
|
2
|
+
import { useMutation } from '@tanstack/react-query';
|
|
3
|
+
import { clamp } from 'lodash-es';
|
|
4
|
+
import invariant from 'tiny-invariant';
|
|
5
|
+
import { explainError } from '../../components/DepositWithdrawal/utils.js';
|
|
6
|
+
import { ObjectType } from '../../services/ObjectType.js';
|
|
7
|
+
import { createAurixPayQrphDeposit, getDeposit, } from '../../services/wallet.js';
|
|
8
|
+
import { capitalize } from '../../utils/capitalize.js';
|
|
9
|
+
import { createPoll } from '../../utils/createPoll.js';
|
|
10
|
+
import { getQueryClient } from '../../utils/getQueryClient.js';
|
|
11
|
+
import { getCreateAurixPayQrphDepositMutationKey } from '../../utils/mutationKeys.js';
|
|
12
|
+
import { parseDecimal } from '../../utils/parseDecimal.js';
|
|
13
|
+
import { getAvailableQuestsQueryKey, getDepositsCountQueryKey, } from '../../utils/queryKeys.js';
|
|
14
|
+
import { getSession } from '../services/getSession.js';
|
|
15
|
+
export const useCreateAurixPayQrphDepositMutation = (config) => {
|
|
16
|
+
const queryClient = getQueryClient();
|
|
17
|
+
const mutation = useMutation({
|
|
18
|
+
...config,
|
|
19
|
+
mutationKey: getCreateAurixPayQrphDepositMutationKey(),
|
|
20
|
+
mutationFn: async (input) => {
|
|
21
|
+
const id = input.id ?? ObjectId.generate(ObjectType.Deposit).toString();
|
|
22
|
+
const session = await getSession();
|
|
23
|
+
invariant(session.status === 'authenticated');
|
|
24
|
+
const successRedirectUrl = new URL('/transactions', input.redirectUrl);
|
|
25
|
+
successRedirectUrl.searchParams.set('tab', 'deposits');
|
|
26
|
+
successRedirectUrl.searchParams.set('id', id);
|
|
27
|
+
await createAurixPayQrphDeposit({
|
|
28
|
+
...input,
|
|
29
|
+
id,
|
|
30
|
+
}, {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: `Bearer ${session.token}`,
|
|
33
|
+
...(session.domain && {
|
|
34
|
+
Domain: session.domain,
|
|
35
|
+
}),
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
const poll = createPoll(async () => {
|
|
39
|
+
const session = await getSession();
|
|
40
|
+
invariant(session.status === 'authenticated');
|
|
41
|
+
return await getDeposit(id, {
|
|
42
|
+
headers: {
|
|
43
|
+
Authorization: `Bearer ${session.token}`,
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
}, {
|
|
47
|
+
until(res) {
|
|
48
|
+
return (!!res?.checkoutUrl || !!res?.error || res?.status === 'FAILED');
|
|
49
|
+
},
|
|
50
|
+
interval: 1000,
|
|
51
|
+
maxAttempt: 20,
|
|
52
|
+
});
|
|
53
|
+
const res = await poll();
|
|
54
|
+
if (res?.error) {
|
|
55
|
+
const error = new Error();
|
|
56
|
+
error.name = capitalize(res.error, {
|
|
57
|
+
delimiter: capitalize.delimiters.UNDERSCORE,
|
|
58
|
+
});
|
|
59
|
+
error.message = explainError(res.error);
|
|
60
|
+
throw error;
|
|
61
|
+
}
|
|
62
|
+
if (!res?.checkoutUrl) {
|
|
63
|
+
const error = new Error();
|
|
64
|
+
error.name = 'AurixPayQrphDepositError';
|
|
65
|
+
error.message = 'Failed to process QR PH deposit';
|
|
66
|
+
throw error;
|
|
67
|
+
}
|
|
68
|
+
const depositsCount = queryClient.getQueryData(getDepositsCountQueryKey()) ?? 0;
|
|
69
|
+
if (depositsCount <= 0) {
|
|
70
|
+
queryClient.setQueryData(getAvailableQuestsQueryKey(), (prev) => {
|
|
71
|
+
return prev?.map((quest) => {
|
|
72
|
+
const progressPercentage = clamp(parseDecimal(quest.progressPercentage, 0) + 50, 100);
|
|
73
|
+
if (quest.type === 'ONBOARDING') {
|
|
74
|
+
return {
|
|
75
|
+
...quest,
|
|
76
|
+
status: progressPercentage >= 100 ? 'COMPLETED' : quest.status,
|
|
77
|
+
progressPercentage: progressPercentage.toFixed(2),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
return quest;
|
|
81
|
+
});
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return res;
|
|
85
|
+
},
|
|
86
|
+
});
|
|
87
|
+
return mutation;
|
|
88
|
+
};
|
|
@@ -7,8 +7,8 @@ import invariant from 'tiny-invariant';
|
|
|
7
7
|
import { useBoolean } from 'usehooks-ts';
|
|
8
8
|
import { z } from 'zod';
|
|
9
9
|
import { useShallow } from 'zustand/shallow';
|
|
10
|
-
import { useCreateAiOGCashDepositMutation } from '../../../../client/hooks/useAiOGCashDepositMutation.js';
|
|
11
10
|
import { useAvailablePromosQuery } from '../../../../client/hooks/useAvailablePromosQuery.js';
|
|
11
|
+
import { useCreateAiOGCashDepositMutation } from '../../../../client/hooks/useCreateAiOGCashDepositMutation.js';
|
|
12
12
|
import { useDepositQuery } from '../../../../client/hooks/useDepositQuery.js';
|
|
13
13
|
import { useDepositsCountQuery } from '../../../../client/hooks/useDepositsCountQuery.js';
|
|
14
14
|
import { useDisclosure } from '../../../../client/hooks/useDisclosure.js';
|
|
@@ -7,8 +7,8 @@ import invariant from 'tiny-invariant';
|
|
|
7
7
|
import { useBoolean } from 'usehooks-ts';
|
|
8
8
|
import { z } from 'zod';
|
|
9
9
|
import { useShallow } from 'zustand/shallow';
|
|
10
|
-
import { useCreateAiOGrabPayDepositMutation } from '../../../../client/hooks/useAiOGrabPayDepositMutation.js';
|
|
11
10
|
import { useAvailablePromosQuery } from '../../../../client/hooks/useAvailablePromosQuery.js';
|
|
11
|
+
import { useCreateAiOGrabPayDepositMutation } from '../../../../client/hooks/useCreateAiOGrabPayDepositMutation.js';
|
|
12
12
|
import { useDepositQuery } from '../../../../client/hooks/useDepositQuery.js';
|
|
13
13
|
import { useDepositsCountQuery } from '../../../../client/hooks/useDepositsCountQuery.js';
|
|
14
14
|
import { useDisclosure } from '../../../../client/hooks/useDisclosure.js';
|
package/dist/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.js
CHANGED
|
@@ -7,8 +7,8 @@ import invariant from 'tiny-invariant';
|
|
|
7
7
|
import { useBoolean } from 'usehooks-ts';
|
|
8
8
|
import { z } from 'zod';
|
|
9
9
|
import { useShallow } from 'zustand/shallow';
|
|
10
|
-
import { useCreateAiOPalawanPayDepositMutation } from '../../../../client/hooks/useAiOPalawanPayDepositMutation.js';
|
|
11
10
|
import { useAvailablePromosQuery } from '../../../../client/hooks/useAvailablePromosQuery.js';
|
|
11
|
+
import { useCreateAiOPalawanPayDepositMutation } from '../../../../client/hooks/useCreateAiOPalawanPayDepositMutation.js';
|
|
12
12
|
import { useDepositQuery } from '../../../../client/hooks/useDepositQuery.js';
|
|
13
13
|
import { useDepositsCountQuery } from '../../../../client/hooks/useDepositsCountQuery.js';
|
|
14
14
|
import { useDisclosure } from '../../../../client/hooks/useDisclosure.js';
|
|
@@ -7,8 +7,8 @@ import invariant from 'tiny-invariant';
|
|
|
7
7
|
import { useBoolean } from 'usehooks-ts';
|
|
8
8
|
import { z } from 'zod';
|
|
9
9
|
import { useShallow } from 'zustand/shallow';
|
|
10
|
-
import { useCreateAiOPayMayaDepositMutation } from '../../../../client/hooks/useAiOPayMayaDepositMutation.js';
|
|
11
10
|
import { useAvailablePromosQuery } from '../../../../client/hooks/useAvailablePromosQuery.js';
|
|
11
|
+
import { useCreateAiOPayMayaDepositMutation } from '../../../../client/hooks/useCreateAiOPayMayaDepositMutation.js';
|
|
12
12
|
import { useDepositQuery } from '../../../../client/hooks/useDepositQuery.js';
|
|
13
13
|
import { useDepositsCountQuery } from '../../../../client/hooks/useDepositsCountQuery.js';
|
|
14
14
|
import { useDisclosure } from '../../../../client/hooks/useDisclosure.js';
|
package/dist/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function AurixPayGCashDeposit(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { zodResolver } from '@hookform/resolvers/zod';
|
|
3
|
+
import { ObjectId } from '@opexa/object-id';
|
|
3
4
|
import Link from 'next/link';
|
|
4
5
|
import { useEffect, useState } from 'react';
|
|
5
6
|
import { Controller, useForm } from 'react-hook-form';
|
|
6
7
|
import invariant from 'tiny-invariant';
|
|
8
|
+
import { useBoolean } from 'usehooks-ts';
|
|
7
9
|
import { z } from 'zod';
|
|
8
10
|
import { useShallow } from 'zustand/shallow';
|
|
9
|
-
import { useCreateAiOGCashDepositMutation } from '../../../../client/hooks/useAiOGCashDepositMutation.js';
|
|
10
11
|
import { useAvailablePromosQuery } from '../../../../client/hooks/useAvailablePromosQuery.js';
|
|
12
|
+
import { useCreateAurixPayGCashDepositMutation } from '../../../../client/hooks/useCreateAurixPayGCashDepositMutation.js';
|
|
13
|
+
import { useDepositQuery } from '../../../../client/hooks/useDepositQuery.js';
|
|
11
14
|
import { useDepositsCountQuery } from '../../../../client/hooks/useDepositsCountQuery.js';
|
|
12
15
|
import { useDisclosure } from '../../../../client/hooks/useDisclosure.js';
|
|
13
16
|
import { useGlobalStore } from '../../../../client/hooks/useGlobalStore.js';
|
|
@@ -16,8 +19,10 @@ import { usePaymentSettingsQuery } from '../../../../client/hooks/usePaymentSett
|
|
|
16
19
|
import { AlertCircleIcon } from '../../../../icons/AlertCircleIcon.js';
|
|
17
20
|
import { ChevronDownIcon } from '../../../../icons/ChevronDownIcon.js';
|
|
18
21
|
import { ChevronUpIcon } from '../../../../icons/ChevronUpIcon.js';
|
|
22
|
+
import { RefreshCcw01Icon } from '../../../../icons/RefreshCcw01Icon.js';
|
|
19
23
|
import { SpinnerIcon } from '../../../../icons/SpinnerIcon.js';
|
|
20
24
|
import { XIcon } from '../../../../icons/XIcon.js';
|
|
25
|
+
import { ObjectType } from '../../../../services/ObjectType.js';
|
|
21
26
|
import { AlertDialog } from '../../../../ui/AlertDialog/index.js';
|
|
22
27
|
import { Button } from '../../../../ui/Button/index.js';
|
|
23
28
|
import { Field } from '../../../../ui/Field/index.js';
|
|
@@ -28,11 +33,16 @@ import { parseDecimal } from '../../../../utils/parseDecimal.js';
|
|
|
28
33
|
import { getDepositsCountQueryKey } from '../../../../utils/queryKeys.js';
|
|
29
34
|
import { AmountChoices } from '../../AmountChoices.js';
|
|
30
35
|
import { useDepositWithdrawalPropsContext } from '../../DepositWithdrawalContext.js';
|
|
31
|
-
import { explainError } from '../../utils.js';
|
|
32
36
|
import { AvailablePromos } from '../AvailablePromos.js';
|
|
33
|
-
export function
|
|
37
|
+
export function AurixPayGCashDeposit() {
|
|
34
38
|
const depositWithdrawalProps = useDepositWithdrawalPropsContext();
|
|
35
|
-
const disclosure = useDisclosure(
|
|
39
|
+
const disclosure = useDisclosure({
|
|
40
|
+
onOpenChange(open) {
|
|
41
|
+
if (!open) {
|
|
42
|
+
form.reset();
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
});
|
|
36
46
|
const globalStore = useGlobalStore(useShallow((ctx) => ({
|
|
37
47
|
depositWithdrawal: ctx.depositWithdrawal,
|
|
38
48
|
kycVerificationStatus: ctx.kycVerificationStatus,
|
|
@@ -40,7 +50,8 @@ export function AiOGCashDeposit() {
|
|
|
40
50
|
const verificationQuery = useMemberVerificationQuery();
|
|
41
51
|
const verificationStatus = verificationQuery.data?.status ?? 'UNVERIFIED';
|
|
42
52
|
const [status, setStatus] = useState('waiting');
|
|
43
|
-
const
|
|
53
|
+
const [errorMessage, setErrorMessage] = useState(null);
|
|
54
|
+
const createDepositMutation = useCreateAurixPayGCashDepositMutation({
|
|
44
55
|
onMutate() {
|
|
45
56
|
disclosure.setOpen(true);
|
|
46
57
|
setStatus('processing');
|
|
@@ -54,10 +65,34 @@ export function AiOGCashDeposit() {
|
|
|
54
65
|
});
|
|
55
66
|
setStatus('success');
|
|
56
67
|
},
|
|
57
|
-
onError() {
|
|
68
|
+
onError(data) {
|
|
58
69
|
setStatus('failed');
|
|
70
|
+
setErrorMessage({
|
|
71
|
+
name: data.name,
|
|
72
|
+
message: data.message,
|
|
73
|
+
});
|
|
59
74
|
},
|
|
60
75
|
});
|
|
76
|
+
const warn = useBoolean();
|
|
77
|
+
const depositQuery = useDepositQuery(createDepositMutation.data?.id, {
|
|
78
|
+
enabled: !warn.value && status === 'success',
|
|
79
|
+
refetchInterval: (ctx) => ctx.state.data?.status === 'CONFIRMED' ||
|
|
80
|
+
ctx.state.data?.status === 'REJECTED' ||
|
|
81
|
+
ctx.state.data?.status === 'CANCELLED'
|
|
82
|
+
? false
|
|
83
|
+
: 1000,
|
|
84
|
+
});
|
|
85
|
+
useEffect(() => {
|
|
86
|
+
if (depositQuery.data?.status === 'CONFIRMED') {
|
|
87
|
+
setStatus('confirmed');
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
if (depositQuery.data?.status === 'REJECTED' ||
|
|
91
|
+
depositQuery.data?.status === 'CANCELLED') {
|
|
92
|
+
setStatus('failed');
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
}, [depositQuery.data?.status]);
|
|
61
96
|
const depositsCountQuery = useDepositsCountQuery();
|
|
62
97
|
const depositsCount = depositsCountQuery.data ?? 0;
|
|
63
98
|
const paymentSettingsQuery = usePaymentSettingsQuery();
|
|
@@ -93,6 +128,11 @@ export function AiOGCashDeposit() {
|
|
|
93
128
|
}
|
|
94
129
|
}),
|
|
95
130
|
promo: z.string().optional().nullable(),
|
|
131
|
+
accountNumber: z
|
|
132
|
+
.string()
|
|
133
|
+
.min(1, 'Account number is required')
|
|
134
|
+
.min(8, 'Account number must be 8 or more characters')
|
|
135
|
+
.max(32, 'Account number must not be more than 32 characters'),
|
|
96
136
|
})
|
|
97
137
|
.superRefine((value, ctx) => {
|
|
98
138
|
const promo = promos.find((o) => o.id === value.promo);
|
|
@@ -120,6 +160,7 @@ export function AiOGCashDeposit() {
|
|
|
120
160
|
defaultValues: {
|
|
121
161
|
amount: '0',
|
|
122
162
|
promo: globalStore.depositWithdrawal.promo ?? null,
|
|
163
|
+
accountNumber: '',
|
|
123
164
|
},
|
|
124
165
|
});
|
|
125
166
|
useEffect(() => {
|
|
@@ -127,28 +168,39 @@ export function AiOGCashDeposit() {
|
|
|
127
168
|
form.reset({
|
|
128
169
|
amount: minimumAmount.toString(),
|
|
129
170
|
promo: form.getValues('promo') ?? null,
|
|
171
|
+
accountNumber: form.getValues('accountNumber') ?? '',
|
|
130
172
|
});
|
|
131
173
|
}
|
|
132
174
|
}, [form, minimumAmount]);
|
|
175
|
+
const redirectUrl = (() => {
|
|
176
|
+
const path = depositWithdrawalProps.depositSuccessPageUrl ?? '/deposits/:id/status';
|
|
177
|
+
const origin = window.location.origin.includes('localhost')
|
|
178
|
+
? 'https://uat.powerplay.ph/deposit-success' +
|
|
179
|
+
depositWithdrawalProps.depositSuccessPageUrl
|
|
180
|
+
: window.location.origin;
|
|
181
|
+
return `${origin}${path}`;
|
|
182
|
+
})();
|
|
133
183
|
return (_jsxs("form", { onSubmit: form.handleSubmit(async (data) => {
|
|
134
|
-
if (
|
|
135
|
-
verificationStatus === '
|
|
136
|
-
|
|
137
|
-
|
|
184
|
+
if (!depositWithdrawalProps.bypassDepositKycCheck &&
|
|
185
|
+
(verificationStatus === 'PENDING' ||
|
|
186
|
+
verificationStatus === 'UNVERIFIED' ||
|
|
187
|
+
verificationStatus === 'REJECTED' ||
|
|
188
|
+
verificationStatus === 'CREATED')) {
|
|
138
189
|
globalStore.kycVerificationStatus.setOpen(true);
|
|
139
190
|
return;
|
|
140
191
|
}
|
|
141
192
|
else {
|
|
193
|
+
const id = ObjectId.generate(ObjectType.Deposit).toString();
|
|
142
194
|
createDepositMutation.reset();
|
|
143
195
|
createDepositMutation.mutate({
|
|
196
|
+
id,
|
|
144
197
|
amount: data.amount.toString(),
|
|
145
198
|
promo: data.promo ?? undefined,
|
|
146
|
-
redirectUrl:
|
|
147
|
-
|
|
148
|
-
: window.location.origin,
|
|
199
|
+
redirectUrl: redirectUrl.replace(':id', id),
|
|
200
|
+
accountNumber: data.accountNumber,
|
|
149
201
|
});
|
|
150
202
|
}
|
|
151
|
-
}), noValidate: true, children: [_jsx(Controller, { control: form.control, name: "amount", render: (o) => (_jsxs(Field.Root, { invalid: !!form.formState.errors.amount, children: [_jsxs(NumberInput.Root, { min: 0, step: 1, value: o.field.value, onValueChange: (details) => {
|
|
203
|
+
}), noValidate: true, children: [_jsxs(Field.Root, { invalid: !!form.formState.errors.accountNumber, children: [_jsx(Field.Label, { children: "Account number" }), _jsx(Field.Input, { ...form.register('accountNumber') }), _jsx(Field.ErrorText, { children: form.formState.errors.accountNumber?.message })] }), _jsx(Controller, { control: form.control, name: "amount", render: (o) => (_jsxs(Field.Root, { invalid: !!form.formState.errors.amount, className: "mt-lg", children: [_jsxs(NumberInput.Root, { min: 0, step: 1, value: o.field.value, onValueChange: (details) => {
|
|
152
204
|
o.field.onChange(details.value);
|
|
153
205
|
}, allowMouseWheel: true, children: [_jsx(NumberInput.Label, { children: "Enter amount you want to deposit" }), _jsxs(NumberInput.Control, { children: [_jsx(NumberInput.Input, {}), _jsx(NumberInput.IncrementTrigger, { children: _jsx(ChevronUpIcon, {}) }), _jsx(NumberInput.DecrementTrigger, { children: _jsx(ChevronDownIcon, {}) })] })] }), _jsx(Field.ErrorText, { children: form.formState.errors.amount?.message })] })) }), _jsx(AmountChoices, { value: parseDecimal(form.watch('amount'), 0), onChange: (value) => {
|
|
154
206
|
form.setValue('amount', value.toString(), {
|
|
@@ -161,13 +213,29 @@ export function AiOGCashDeposit() {
|
|
|
161
213
|
globalStore.depositWithdrawal.setPromo(null);
|
|
162
214
|
}, className: "mt-3xl" })) }), _jsx(Button, { type: "submit", className: "mt-3xl", disabled: createDepositMutation.isPending, children: "Deposit" }), _jsxs("p", { className: "mt-lg text-text-tertiary-600 text-xs", children: ["By depositing, you agree to our", ' ', _jsx(Link, { href: depositWithdrawalProps.termsOfUseUrl ?? '/terms-of-use', onClick: () => globalStore.depositWithdrawal.setOpen(false), className: "text-text-warning-primary-600 underline underline-offset-2", children: "Terms of Use" }), ' ', "and", ' ', _jsx(Link, { href: depositWithdrawalProps.privacyPolicyUrl ?? '/privacy-policy', onClick: () => globalStore.depositWithdrawal.setOpen(false), className: "text-text-warning-primary-600 underline underline-offset-2", children: "Privacy Policy" }), "."] }), _jsx(AlertDialog.Root, { open: disclosure.open, onOpenChange: (details) => {
|
|
163
215
|
disclosure.setOpen(details.open);
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
216
|
+
}, lazyMount: true, unmountOnExit: true, closeOnEscape: false, closeOnInteractOutside: false, onExitComplete: () => {
|
|
217
|
+
setStatus('waiting');
|
|
218
|
+
setErrorMessage(null);
|
|
219
|
+
form.reset();
|
|
220
|
+
warn.setFalse();
|
|
221
|
+
}, children: _jsxs(Portal, { children: [_jsx(AlertDialog.Backdrop, { className: "!z-[calc(var(--z-dialog)+2)]" }), _jsx(AlertDialog.Positioner, { className: "!z-[calc(var(--z-dialog)+3)]", children: _jsxs(AlertDialog.Content, { children: [_jsx(AlertDialog.Context, { children: (api) => (_jsx("button", { type: "button", className: "absolute top-2.5 right-2.5 flex icon:size-6 size-11 items-center justify-center text-text-quinary", onClick: () => {
|
|
222
|
+
if (status === 'success' && !warn.value) {
|
|
223
|
+
warn.setTrue();
|
|
224
|
+
}
|
|
225
|
+
else {
|
|
171
226
|
api.setOpen(false);
|
|
172
|
-
}
|
|
227
|
+
}
|
|
228
|
+
}, children: _jsx(XIcon, {}) })) }), _jsxs(AlertDialog.Header, { children: [status === 'processing' && (_jsx(SpinnerIcon, { className: "size-12 text-text-brand-primary-600" })), status === 'success' && !warn.value && (_jsx("div", { className: "flex size-12 items-center justify-center rounded-full bg-bg-brand-secondary text-text-featured-icon-light-brand", children: _jsx(RefreshCcw01Icon, {}) })), status === 'success' && warn.value && (_jsx("div", { className: "flex size-12 items-center justify-center rounded-full bg-bg-error-secondary text-text-featured-icon-light-error", children: _jsx(AlertCircleIcon, {}) })), status === 'confirmed' && (_jsx("div", { className: "flex size-12 items-center justify-center rounded-full bg-bg-success-secondary text-text-featured-icon-light-success", children: _jsx(AlertCircleIcon, {}) })), status === 'failed' && (_jsx("div", { className: "flex size-12 items-center justify-center rounded-full bg-bg-error-secondary text-text-featured-icon-light-error", children: _jsx(AlertCircleIcon, {}) }))] }), _jsxs(AlertDialog.Body, { children: [_jsxs(AlertDialog.Title, { children: [status === 'processing' && 'Processing Deposit', status === 'success' &&
|
|
229
|
+
!warn.value &&
|
|
230
|
+
'Didn’t see the payment window?', status === 'success' && warn.value && (_jsx(_Fragment, { children: "Are you sure you want to close this\u00A0window?" })), status === 'confirmed' && 'Deposit Successful', status === 'failed' && errorMessage?.name] }), _jsxs(AlertDialog.Description, { children: [status === 'processing' &&
|
|
231
|
+
"We're verifying your account and amount. Please hold a moment.", status === 'success' &&
|
|
232
|
+
!warn.value &&
|
|
233
|
+
'Sometimes the payment pop up doesn’t appear right away. Don’t worry, just click the button below to reopen it and continue your deposit.', status === 'success' &&
|
|
234
|
+
warn.value &&
|
|
235
|
+
'Closing this window might cancel your current deposit. Do you want to continue?', status === 'confirmed' &&
|
|
236
|
+
'Your deposit has been successfully processed.', status === 'failed' && errorMessage?.message] })] }), (status === 'failed' ||
|
|
237
|
+
status === 'success' ||
|
|
238
|
+
status === 'confirmed') && (_jsxs(AlertDialog.Footer, { children: [status === 'success' && !warn.value && (_jsx(Button, { asChild: true, children: _jsx("a", { href: createDepositMutation.data?.checkoutUrl ?? '', target: "_blank", rel: "noopener noreferrer", children: "Try Again" }) })), status === 'success' && warn.value && (_jsxs(_Fragment, { children: [_jsx(Button, { variant: "outline", onClick: () => {
|
|
239
|
+
warn.setFalse();
|
|
240
|
+
}, children: "Go back" }), _jsx(AlertDialog.Context, { children: (api) => (_jsx(Button, { onClick: () => api.setOpen(false), children: "Continue" })) })] })), status !== 'success' && (_jsx(AlertDialog.Context, { children: (api) => (_jsx(Button, { onClick: () => api.setOpen(false), children: "Ok" })) }))] }))] }) })] }) })] }));
|
|
173
241
|
}
|
package/dist/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function AurixPayPayMayaDeposit(): import("react/jsx-runtime").JSX.Element;
|