@opexa/portal-components 0.0.957 → 0.0.959
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/__tests__/utils/mocks.d.ts +252 -0
- package/dist/__tests__/utils/mocks.js +225 -0
- package/dist/__tests__/utils/test-providers.d.ts +24 -0
- package/dist/__tests__/utils/test-providers.js +39 -0
- package/dist/client/hooks/useCamera.d.ts +1 -1
- package/dist/client/hooks/useCamera.js +66 -22
- package/dist/client/hooks/useVerifyMobileNumber.d.ts +3 -0
- package/dist/client/hooks/useVerifyMobileNumber.js +20 -0
- package/dist/components/AccountInfo/AccountInfo.js +1 -1
- package/dist/components/AccountSecurity/AccountSecurity.js +1 -1
- 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/AiOPayMayaDeposit/AiOPayMayaDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.js +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.js +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js +241 -0
- package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayPayMayaDeposit.js +2 -2
- package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/Deposit.js +10 -20
- package/dist/components/DepositWithdrawal/Deposit/GCashDeposit/GCashDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit/GCashWebpayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/LibanganDeposit/LibanganDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/MayaAppDeposit/MayaAppDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/MayaDeposit/MayaDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/MayaWebpayDeposit/MayaWebpayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositForm.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/PisoPayDeposit/PisoPayDeposit.js +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.js +1 -1
- package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.d.ts +0 -1
- package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.js +1 -2
- package/dist/components/DepositWithdrawal/Withdrawal/GCashStandardCashInWithdrawal/GCashStandardCashInWithdrawal.js +1 -1
- package/dist/components/DepositWithdrawal/Withdrawal/GCashWithdrawal/GCashWithdrawal.js +1 -1
- package/dist/components/DepositWithdrawal/Withdrawal/InstapayGCashWithdrawal/InstapayGcashWithdrawal.js +2 -2
- package/dist/components/DepositWithdrawal/Withdrawal/InstapayPaymayaWithdrawal/InstapayPaymayaWithdrawal.js +2 -2
- package/dist/components/DepositWithdrawal/Withdrawal/InstapayWithdrawal/InstapayWithdrawal.js +1 -1
- package/dist/components/DepositWithdrawal/Withdrawal/MayaWithdrawal/MayaWithdrawal.js +1 -1
- package/dist/components/DepositWithdrawal/Withdrawal/VentajaWithdrawal/VentajaWithdrawal.js +1 -1
- package/dist/components/Disclaimer/DisclaimerV3.js +12 -21
- package/dist/components/ForgotPassword/Crazywin/CWForgotPassword.js +1 -1
- package/dist/components/ForgotPassword/Crazywin/CWForgotPasswordForm.js +2 -2
- package/dist/components/ForgotPassword/ForgotPasswordForm.js +3 -3
- package/dist/components/GameProviders/GameProvidersCarousel.d.ts +0 -8
- package/dist/components/GameProviders/GameProvidersCarousel.js +0 -32
- package/dist/components/Games/Game.js +1 -6
- package/dist/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselStageItem.js +1 -1
- package/dist/components/Quests/Crazywin/components/Countdown.js +1 -1
- package/dist/components/SignUp/SignUpKYC/SelfieImageField/useSelfieImageField.js +1 -0
- package/dist/components/SingleSignOn/SingleSignOn.d.ts +4 -0
- package/dist/components/SingleSignOn/SingleSignOn.js +185 -0
- package/dist/components/SingleSignOn/index.d.ts +1 -0
- package/dist/components/SingleSignOn/index.js +1 -0
- package/dist/components/TermsOfUse/TermsOfUseV2.lazy.d.ts +1 -1
- package/dist/components/TermsOfUse/TermsOfUseV2.lazy.js +1 -1
- package/dist/components/TermsOfUse/TermsOfUseV3.lazy.d.ts +1 -1
- package/dist/components/TermsOfUse/TermsOfUseV3.lazy.js +1 -1
- package/dist/components/shared/SelfieImageField/useSelfieImageField.js +3 -1
- package/dist/handlers/index.d.ts +2 -2
- package/dist/lib/client/hooks/useAccountQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useAccountQuery.js +35 -0
- package/dist/lib/client/hooks/useApproveMemberVerification.d.ts +2 -0
- package/dist/lib/client/hooks/useApproveMemberVerification.js +28 -0
- package/dist/lib/client/hooks/useAuthenticateMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useAuthenticateMutation.js +35 -0
- package/dist/lib/client/hooks/useAvailablePromosQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useAvailablePromosQuery.js +31 -0
- package/dist/lib/client/hooks/useAvailableQuestsCountQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useAvailableQuestsCountQuery.js +31 -0
- package/dist/lib/client/hooks/useAvailableQuestsQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useAvailableQuestsQuery.js +34 -0
- package/dist/lib/client/hooks/useBetRecordsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useBetRecordsQuery.js +38 -0
- package/dist/lib/client/hooks/useBonusQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useBonusQuery.js +33 -0
- package/dist/lib/client/hooks/useBonusesCountQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useBonusesCountQuery.js +32 -0
- package/dist/lib/client/hooks/useBonusesQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useBonusesQuery.js +35 -0
- package/dist/lib/client/hooks/useBypassKycChecker.d.ts +5 -0
- package/dist/lib/client/hooks/useBypassKycChecker.js +14 -0
- package/dist/lib/client/hooks/useCamera.d.ts +40 -0
- package/dist/lib/client/hooks/useCamera.js +208 -0
- package/dist/lib/client/hooks/useCashbackBonusQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useCashbackBonusQuery.js +32 -0
- package/dist/lib/client/hooks/useCashbackBonusesCountQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useCashbackBonusesCountQuery.js +31 -0
- package/dist/lib/client/hooks/useCashbackBonusesQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useCashbackBonusesQuery.js +34 -0
- package/dist/lib/client/hooks/useCashbackQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useCashbackQuery.js +17 -0
- package/dist/lib/client/hooks/useCashbacksQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useCashbacksQuery.js +15 -0
- package/dist/lib/client/hooks/useCellxpertCxd.d.ts +7 -0
- package/dist/lib/client/hooks/useCellxpertCxd.js +4 -0
- package/dist/lib/client/hooks/useCheckInDailyCheckInQuestMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useCheckInDailyCheckInQuestMutation.js +43 -0
- package/dist/lib/client/hooks/useChunk.d.ts +8 -0
- package/dist/lib/client/hooks/useChunk.js +27 -0
- package/dist/lib/client/hooks/useClaimCashbackBonusMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useClaimCashbackBonusMutation.js +32 -0
- package/dist/lib/client/hooks/useClaimSpotBonusMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useClaimSpotBonusMutation.js +20 -0
- package/dist/lib/client/hooks/useCompleteOnboardingMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useCompleteOnboardingMutation.js +25 -0
- package/dist/lib/client/hooks/useControllableState.d.ts +11 -0
- package/dist/lib/client/hooks/useControllableState.js +9 -0
- package/dist/lib/client/hooks/useCooldown.d.ts +43 -0
- package/dist/lib/client/hooks/useCooldown.js +100 -0
- package/dist/lib/client/hooks/useCreateAiOGCashDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAiOGCashDepositMutation.js +90 -0
- package/dist/lib/client/hooks/useCreateAiOGrabPayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAiOGrabPayDepositMutation.js +80 -0
- package/dist/lib/client/hooks/useCreateAiOPalawanPayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAiOPalawanPayDepositMutation.js +80 -0
- package/dist/lib/client/hooks/useCreateAiOPayMayaDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAiOPayMayaDepositMutation.js +80 -0
- package/dist/lib/client/hooks/useCreateAurixPayGCashDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAurixPayGCashDepositMutation.js +82 -0
- package/dist/lib/client/hooks/useCreateAurixPayGrabPayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAurixPayGrabPayDepositMutation.js +88 -0
- package/dist/lib/client/hooks/useCreateAurixPayPayMayaDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAurixPayPayMayaDepositMutation.js +88 -0
- package/dist/lib/client/hooks/useCreateAurixPayQrphDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateAurixPayQrphDepositMutation.js +88 -0
- package/dist/lib/client/hooks/useCreateDigitainGameSessionMutatio.d.ts +2 -0
- package/dist/lib/client/hooks/useCreateDigitainGameSessionMutatio.js +49 -0
- package/dist/lib/client/hooks/useCreateGCashDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateGCashDepositMutation.js +83 -0
- package/dist/lib/client/hooks/useCreateGCashStandardCashInWithdrawal.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateGCashStandardCashInWithdrawal.js +28 -0
- package/dist/lib/client/hooks/useCreateGCashWebpayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateGCashWebpayDepositMutation.js +73 -0
- package/dist/lib/client/hooks/useCreateGCashWithdrawalMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateGCashWithdrawalMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateGameSessionMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useCreateGameSessionMutation.js +90 -0
- package/dist/lib/client/hooks/useCreateInstapayWithdrawalMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateInstapayWithdrawalMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateInstapayWithdrawalNextMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateInstapayWithdrawalNextMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateLibanganDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateLibanganDepositMutation.js +73 -0
- package/dist/lib/client/hooks/useCreateMayaAppDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMayaAppDepositMutation.js +73 -0
- package/dist/lib/client/hooks/useCreateMayaAppWithdrawalMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMayaAppWithdrawalMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateMayaDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMayaDepositMutation.js +83 -0
- package/dist/lib/client/hooks/useCreateMayaWebpayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMayaWebpayDepositMutation.js +76 -0
- package/dist/lib/client/hooks/useCreateMayaWithdrawalMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMayaWithdrawalMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateMemberVerificationMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateMemberVerificationMutation.js +46 -0
- package/dist/lib/client/hooks/useCreateOnlineBankDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateOnlineBankDepositMutation.js +86 -0
- package/dist/lib/client/hooks/useCreatePisoPayDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreatePisoPayDepositMutation.js +72 -0
- package/dist/lib/client/hooks/useCreatePisoPayWithdrawalMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreatePisoPayWithdrawalMutation.js +28 -0
- package/dist/lib/client/hooks/useCreateQRPHDepositMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useCreateQRPHDepositMutation.js +85 -0
- package/dist/lib/client/hooks/useCreateVentajaWithdrawalMutation.d.ts +9 -0
- package/dist/lib/client/hooks/useCreateVentajaWithdrawalMutation.js +29 -0
- package/dist/lib/client/hooks/useDepositQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useDepositQuery.js +34 -0
- package/dist/lib/client/hooks/useDepositRecordsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useDepositRecordsQuery.js +38 -0
- package/dist/lib/client/hooks/useDepositsCountQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useDepositsCountQuery.js +32 -0
- package/dist/lib/client/hooks/useDisclosure.d.ts +11 -0
- package/dist/lib/client/hooks/useDisclosure.js +12 -0
- package/dist/lib/client/hooks/useEndGameSessionMutation.d.ts +5 -0
- package/dist/lib/client/hooks/useEndGameSessionMutation.js +31 -0
- package/dist/lib/client/hooks/useFacebookClientQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useFacebookClientQuery.js +13 -0
- package/dist/lib/client/hooks/useFavoriteGamesQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useFavoriteGamesQuery.js +34 -0
- package/dist/lib/client/hooks/useFeatureFlag.d.ts +18 -0
- package/dist/lib/client/hooks/useFeatureFlag.js +49 -0
- package/dist/lib/client/hooks/useFileQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useFileQuery.js +34 -0
- package/dist/lib/client/hooks/useGamesQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useGamesQuery.js +26 -0
- package/dist/lib/client/hooks/useGenerateSumsubVerificationTokenMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useGenerateSumsubVerificationTokenMutation.js +19 -0
- package/dist/lib/client/hooks/useGlobalStore.d.ts +122 -0
- package/dist/lib/client/hooks/useGlobalStore.js +499 -0
- package/dist/lib/client/hooks/useGoogleClientIdQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useGoogleClientIdQuery.js +13 -0
- package/dist/lib/client/hooks/useIdle.d.ts +1 -0
- package/dist/lib/client/hooks/useIdle.js +35 -0
- package/dist/lib/client/hooks/useIdleLogout.d.ts +4 -0
- package/dist/lib/client/hooks/useIdleLogout.js +96 -0
- package/dist/lib/client/hooks/useInfiniteQueryHelper.d.ts +38 -0
- package/dist/lib/client/hooks/useInfiniteQueryHelper.js +66 -0
- package/dist/lib/client/hooks/useInstapayBankListQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useInstapayBankListQuery.js +35 -0
- package/dist/lib/client/hooks/useIsMayaSessionValidQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useIsMayaSessionValidQuery.js +46 -0
- package/dist/lib/client/hooks/useJackpotPayoutsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useJackpotPayoutsQuery.js +22 -0
- package/dist/lib/client/hooks/useJackpotsCountQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useJackpotsCountQuery.js +16 -0
- package/dist/lib/client/hooks/useJackpotsNextQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useJackpotsNextQuery.js +22 -0
- package/dist/lib/client/hooks/useJackpotsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useJackpotsQuery.js +22 -0
- package/dist/lib/client/hooks/useLocaleInfo.d.ts +1 -0
- package/dist/lib/client/hooks/useLocaleInfo.js +6 -0
- package/dist/lib/client/hooks/useMarkAllMessagesAsReadMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useMarkAllMessagesAsReadMutation.js +48 -0
- package/dist/lib/client/hooks/useMarkGameAsFavoriteMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useMarkGameAsFavoriteMutation.js +46 -0
- package/dist/lib/client/hooks/useMarkMessageAsReadMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useMarkMessageAsReadMutation.js +58 -0
- package/dist/lib/client/hooks/useMayaAuth.d.ts +5 -0
- package/dist/lib/client/hooks/useMayaAuth.js +22 -0
- package/dist/lib/client/hooks/useMemberVerificationQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useMemberVerificationQuery.js +29 -0
- package/dist/lib/client/hooks/useMessagesQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useMessagesQuery.js +38 -0
- package/dist/lib/client/hooks/useMobileNumberParser.d.ts +9 -0
- package/dist/lib/client/hooks/useMobileNumberParser.js +74 -0
- package/dist/lib/client/hooks/useOnMMA.d.ts +2 -0
- package/dist/lib/client/hooks/useOnMMA.js +5 -0
- package/dist/lib/client/hooks/useOnboardingStatusQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useOnboardingStatusQuery.js +32 -0
- package/dist/lib/client/hooks/usePaymentSettingsQuery.d.ts +2 -0
- package/dist/lib/client/hooks/usePaymentSettingsQuery.js +31 -0
- package/dist/lib/client/hooks/usePlatformQuery.d.ts +2 -0
- package/dist/lib/client/hooks/usePlatformQuery.js +15 -0
- package/dist/lib/client/hooks/useProfileCompletionQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useProfileCompletionQuery.js +31 -0
- package/dist/lib/client/hooks/usePromoQuery.d.ts +2 -0
- package/dist/lib/client/hooks/usePromoQuery.js +17 -0
- package/dist/lib/client/hooks/usePromosQuery.d.ts +2 -0
- package/dist/lib/client/hooks/usePromosQuery.js +15 -0
- package/dist/lib/client/hooks/usePxToRemConverter.d.ts +2 -0
- package/dist/lib/client/hooks/usePxToRemConverter.js +18 -0
- package/dist/lib/client/hooks/useRecommendedGamesQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useRecommendedGamesQuery.js +34 -0
- package/dist/lib/client/hooks/useRect.d.ts +5 -0
- package/dist/lib/client/hooks/useRect.js +45 -0
- package/dist/lib/client/hooks/useRedeemVoucherMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useRedeemVoucherMutation.js +24 -0
- package/dist/lib/client/hooks/useRemainingTime.d.ts +18 -0
- package/dist/lib/client/hooks/useRemainingTime.js +66 -0
- package/dist/lib/client/hooks/useRequireFirstDepositQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useRequireFirstDepositQuery.js +31 -0
- package/dist/lib/client/hooks/useResetPasswordMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useResetPasswordMutation.js +12 -0
- package/dist/lib/client/hooks/useSendVerificationCodeMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useSendVerificationCodeMutation.js +12 -0
- package/dist/lib/client/hooks/useSessionHealthQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useSessionHealthQuery.js +38 -0
- package/dist/lib/client/hooks/useSessionQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useSessionQuery.js +14 -0
- package/dist/lib/client/hooks/useSignInMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useSignInMutation.js +42 -0
- package/dist/lib/client/hooks/useSignInSSOMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useSignInSSOMutation.js +21 -0
- package/dist/lib/client/hooks/useSignOutMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useSignOutMutation.js +19 -0
- package/dist/lib/client/hooks/useSignUpByNameMutation.d.ts +5 -0
- package/dist/lib/client/hooks/useSignUpByNameMutation.js +33 -0
- package/dist/lib/client/hooks/useSignUpMutation.d.ts +5 -0
- package/dist/lib/client/hooks/useSignUpMutation.js +30 -0
- package/dist/lib/client/hooks/useSiteQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useSiteQuery.js +18 -0
- package/dist/lib/client/hooks/useSkipOnboardingMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useSkipOnboardingMutation.js +25 -0
- package/dist/lib/client/hooks/useTopWinsQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useTopWinsQuery.js +15 -0
- package/dist/lib/client/hooks/useTournamentsCountQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useTournamentsCountQuery.js +12 -0
- package/dist/lib/client/hooks/useTournamentsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useTournamentsQuery.js +19 -0
- package/dist/lib/client/hooks/useTransactionRecordsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useTransactionRecordsQuery.js +38 -0
- package/dist/lib/client/hooks/useUnlinkFacebookMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useUnlinkFacebookMutation.js +31 -0
- package/dist/lib/client/hooks/useUnlinkGoogleMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useUnlinkGoogleMutation.js +31 -0
- package/dist/lib/client/hooks/useUnmarkGameAsFavoriteMutation.d.ts +2 -0
- package/dist/lib/client/hooks/useUnmarkGameAsFavoriteMutation.js +27 -0
- package/dist/lib/client/hooks/useUnreadMessagesCountQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useUnreadMessagesCountQuery.js +32 -0
- package/dist/lib/client/hooks/useUpdateAccountMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useUpdateAccountMutation.js +57 -0
- package/dist/lib/client/hooks/useUpdateMemberVerificationMutation.d.ts +6 -0
- package/dist/lib/client/hooks/useUpdateMemberVerificationMutation.js +38 -0
- package/dist/lib/client/hooks/useUpdateMobileNumber.d.ts +3 -0
- package/dist/lib/client/hooks/useUpdateMobileNumber.js +20 -0
- package/dist/lib/client/hooks/useUpdateSessionMutation.d.ts +3 -0
- package/dist/lib/client/hooks/useUpdateSessionMutation.js +34 -0
- package/dist/lib/client/hooks/useUploadFileMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useUploadFileMutation.js +24 -0
- package/dist/lib/client/hooks/useUploadImageFileMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useUploadImageFileMutation.js +24 -0
- package/dist/lib/client/hooks/useUploadPrivateImageFileMutation.d.ts +4 -0
- package/dist/lib/client/hooks/useUploadPrivateImageFileMutation.js +24 -0
- package/dist/lib/client/hooks/useWalletQuery.d.ts +2 -0
- package/dist/lib/client/hooks/useWalletQuery.js +31 -0
- package/dist/lib/client/hooks/useWithdrawalRecordsQuery.d.ts +3 -0
- package/dist/lib/client/hooks/useWithdrawalRecordsQuery.js +38 -0
- package/dist/lib/client/services/authenticate.d.ts +3 -0
- package/dist/lib/client/services/authenticate.js +14 -0
- package/dist/lib/client/services/getSession.d.ts +3 -0
- package/dist/lib/client/services/getSession.js +6 -0
- package/dist/lib/client/services/getSingleUseToken.d.ts +3 -0
- package/dist/lib/client/services/getSingleUseToken.js +5 -0
- package/dist/lib/client/services/refreshSession.d.ts +2 -0
- package/dist/lib/client/services/refreshSession.js +17 -0
- package/dist/lib/client/services/signIn.d.ts +5 -0
- package/dist/lib/client/services/signIn.js +23 -0
- package/dist/lib/client/services/signOut.d.ts +2 -0
- package/dist/lib/client/services/signOut.js +17 -0
- package/dist/lib/client/services/updateSession.d.ts +6 -0
- package/dist/lib/client/services/updateSession.js +15 -0
- package/dist/lib/client/utils/biometric.d.ts +40 -0
- package/dist/lib/client/utils/biometric.js +90 -0
- package/dist/lib/client/utils/createContext.d.ts +20 -0
- package/dist/lib/client/utils/createContext.js +18 -0
- package/dist/lib/client/utils/createRecipeContext.d.ts +15 -0
- package/dist/lib/client/utils/createRecipeContext.js +65 -0
- package/dist/lib/client/utils/toaster.d.ts +2 -0
- package/dist/lib/client/utils/toaster.js +8 -0
- package/dist/lib/components/Account/Account.d.ts +3 -0
- package/dist/lib/components/Account/Account.js +14 -0
- package/dist/lib/components/Account/Account.lazy.d.ts +57 -0
- package/dist/lib/components/Account/Account.lazy.js +176 -0
- package/dist/lib/components/Account/AccountContext.d.ts +6 -0
- package/dist/lib/components/Account/AccountContext.js +2 -0
- package/dist/lib/components/Account/AccountTrigger.d.ts +7 -0
- package/dist/lib/components/Account/AccountTrigger.js +26 -0
- package/dist/lib/components/Account/Wallet.d.ts +17 -0
- package/dist/lib/components/Account/Wallet.example.d.ts +33 -0
- package/dist/lib/components/Account/Wallet.example.js +36 -0
- package/dist/lib/components/Account/Wallet.js +54 -0
- package/dist/lib/components/Account/account.recipe.d.ts +61 -0
- package/dist/lib/components/Account/account.recipe.js +32 -0
- package/dist/lib/components/Account/index.d.ts +3 -0
- package/dist/lib/components/Account/index.js +3 -0
- package/dist/lib/components/AccountInfo/AccountInfo.d.ts +24 -0
- package/dist/lib/components/AccountInfo/AccountInfo.js +320 -0
- package/dist/lib/components/AccountInfo/icons/PhoneIcon.d.ts +2 -0
- package/dist/lib/components/AccountInfo/icons/PhoneIcon.js +5 -0
- package/dist/lib/components/AccountInfo/index.d.ts +1 -0
- package/dist/lib/components/AccountInfo/index.js +1 -0
- package/dist/lib/components/AccountSecurity/AccountSecurity.d.ts +4 -0
- package/dist/lib/components/AccountSecurity/AccountSecurity.js +176 -0
- package/dist/lib/components/AccountSecurity/index.d.ts +1 -0
- package/dist/lib/components/AccountSecurity/index.js +1 -0
- package/dist/lib/components/AccountVerification/AccountVerification.d.ts +4 -0
- package/dist/lib/components/AccountVerification/AccountVerification.js +63 -0
- package/dist/lib/components/AccountVerification/AccountVerification.test.d.ts +1 -0
- package/dist/lib/components/AccountVerification/AccountVerification.test.js +93 -0
- package/dist/lib/components/AccountVerification/index.d.ts +1 -0
- package/dist/lib/components/AccountVerification/index.js +1 -0
- package/dist/lib/components/AgentSignIn/AgentSignIn.d.ts +5 -0
- package/dist/lib/components/AgentSignIn/AgentSignIn.js +6 -0
- package/dist/lib/components/AgentSignIn/AgentSignInForm.d.ts +1 -0
- package/dist/lib/components/AgentSignIn/AgentSignInForm.js +28 -0
- package/dist/lib/components/AgentSignIn/index.d.ts +1 -0
- package/dist/lib/components/AgentSignIn/index.js +1 -0
- package/dist/lib/components/Banner/Banner.d.ts +17 -0
- package/dist/lib/components/Banner/Banner.js +52 -0
- package/dist/lib/components/Banner/Banner.test.d.ts +1 -0
- package/dist/lib/components/Banner/Banner.test.js +87 -0
- package/dist/lib/components/Banner/index.d.ts +1 -0
- package/dist/lib/components/Banner/index.js +1 -0
- package/dist/lib/components/BetRecords/BetRecords.client.d.ts +25 -0
- package/dist/lib/components/BetRecords/BetRecords.client.js +247 -0
- package/dist/lib/components/BetRecords/BetRecords.d.ts +3 -0
- package/dist/lib/components/BetRecords/BetRecords.js +10 -0
- package/dist/lib/components/BetRecords/index.d.ts +1 -0
- package/dist/lib/components/BetRecords/index.js +1 -0
- package/dist/lib/components/Bonus/Bonus.client.d.ts +12 -0
- package/dist/lib/components/Bonus/Bonus.client.js +51 -0
- package/dist/lib/components/Bonus/Bonus.d.ts +3 -0
- package/dist/lib/components/Bonus/Bonus.js +29 -0
- package/dist/lib/components/Bonus/index.d.ts +1 -0
- package/dist/lib/components/Bonus/index.js +1 -0
- package/dist/lib/components/Bonuses/Bonuses.client.d.ts +11 -0
- package/dist/lib/components/Bonuses/Bonuses.client.js +143 -0
- package/dist/lib/components/Bonuses/Bonuses.d.ts +3 -0
- package/dist/lib/components/Bonuses/Bonuses.js +9 -0
- package/dist/lib/components/Bonuses/BonusesTrigger.d.ts +10 -0
- package/dist/lib/components/Bonuses/BonusesTrigger.js +28 -0
- package/dist/lib/components/Bonuses/ClaimSpotBonus.d.ts +1 -0
- package/dist/lib/components/Bonuses/ClaimSpotBonus.js +13 -0
- package/dist/lib/components/Bonuses/ClaimSpotBonus.lazy.d.ts +1 -0
- package/dist/lib/components/Bonuses/ClaimSpotBonus.lazy.js +54 -0
- package/dist/lib/components/Bonuses/index.d.ts +2 -0
- package/dist/lib/components/Bonuses/index.js +2 -0
- package/dist/lib/components/Cashback/Cashback.client.d.ts +18 -0
- package/dist/lib/components/Cashback/Cashback.client.js +54 -0
- package/dist/lib/components/Cashback/Cashback.d.ts +3 -0
- package/dist/lib/components/Cashback/Cashback.js +18 -0
- package/dist/lib/components/Cashback/index.d.ts +1 -0
- package/dist/lib/components/Cashback/index.js +1 -0
- package/dist/lib/components/CustomPromo/CustomPromo.d.ts +7 -0
- package/dist/lib/components/CustomPromo/CustomPromo.js +12 -0
- package/dist/lib/components/CustomPromo/index.d.ts +1 -0
- package/dist/lib/components/CustomPromo/index.js +1 -0
- package/dist/lib/components/DateOfBirthField.d.ts +10 -0
- package/dist/lib/components/DateOfBirthField.js +65 -0
- package/dist/lib/components/DepositStatus/DepositStatus.client.d.ts +6 -0
- package/dist/lib/components/DepositStatus/DepositStatus.client.js +38 -0
- package/dist/lib/components/DepositStatus/DepositStatus.d.ts +3 -0
- package/dist/lib/components/DepositStatus/DepositStatus.js +21 -0
- package/dist/lib/components/DepositStatus/index.d.ts +1 -0
- package/dist/lib/components/DepositStatus/index.js +1 -0
- package/dist/lib/components/DepositWithdrawal/AmountChoices.d.ts +11 -0
- package/dist/lib/components/DepositWithdrawal/AmountChoices.js +27 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOGCashDeposit/AiOGCashDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOGCashDeposit/AiOGCashDeposit.js +223 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOGrabPayDeposit/AiOGrabPayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOGrabPayDeposit/AiOGrabPayDeposit.js +216 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.js +216 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOPayMayaDeposit/AiOPayMayaDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AiOPayMayaDeposit/AiOPayMayaDeposit.js +221 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.js +260 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.js +262 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayPayMayaDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayPayMayaDeposit.js +260 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDeposit.js +12 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +25 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.js +2 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Confirmed.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Confirmed.js +11 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Failed.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Failed.js +13 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.js +126 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/GeneratingQrCode.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/GeneratingQrCode.js +10 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/QrCodeGenerated.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/QrCodeGenerated.js +41 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +17 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.js +117 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AvailablePromos.d.ts +8 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/AvailablePromos.js +34 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Deposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Deposit.js +202 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/GCashDeposit/GCashDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/GCashDeposit/GCashDeposit.js +214 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/GCashWebpayDeposit/GCashWebpayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/GCashWebpayDeposit/GCashWebpayDeposit.js +211 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/LibanganDeposit/LibanganDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/LibanganDeposit/LibanganDeposit.js +211 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaAppDeposit/MayaAppDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaAppDeposit/MayaAppDeposit.js +163 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaDeposit/MayaDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaDeposit/MayaDeposit.js +214 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaWebpayDeposit/MayaWebpayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/MayaWebpayDeposit/MayaWebpayDeposit.js +212 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDeposit.js +10 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositAlert.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositAlert.js +99 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +25 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.js +2 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositDetails.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositDetails.js +19 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositForm.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositForm.js +115 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +13 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.js +84 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/PisoPayDeposit/PisoPayDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/PisoPayDeposit/PisoPayDeposit.js +225 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.js +11 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.js +11 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.js +126 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.js +10 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDeposit.js +12 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +25 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.js +2 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.js +77 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +17 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.js +101 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Voucher/Voucher.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Voucher/Voucher.js +86 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Voucher/definition.d.ts +11 -0
- package/dist/lib/components/DepositWithdrawal/Deposit/Voucher/definition.js +6 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawal.d.ts +3 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawal.js +14 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawal.lazy.d.ts +29 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawal.lazy.js +70 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawalContext.d.ts +6 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawalContext.js +2 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawalTrigger.d.ts +6 -0
- package/dist/lib/components/DepositWithdrawal/DepositWithdrawalTrigger.js +41 -0
- package/dist/lib/components/DepositWithdrawal/HasPendingBonuses.d.ts +5 -0
- package/dist/lib/components/DepositWithdrawal/HasPendingBonuses.js +21 -0
- package/dist/lib/components/DepositWithdrawal/PaymentMethods.d.ts +10 -0
- package/dist/lib/components/DepositWithdrawal/PaymentMethods.js +161 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/ActiveTurnoverRequirement.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/ActiveTurnoverRequirement.js +22 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/GCashStandardCashInWithdrawal/GCashStandardCashInWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/GCashStandardCashInWithdrawal/GCashStandardCashInWithdrawal.js +139 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/GCashWithdrawal/GCashWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/GCashWithdrawal/GCashWithdrawal.js +139 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayGCashWithdrawal/InstapayGcashWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayGCashWithdrawal/InstapayGcashWithdrawal.js +143 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayPaymayaWithdrawal/InstapayPaymayaWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayPaymayaWithdrawal/InstapayPaymayaWithdrawal.js +143 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayWithdrawal/InstapayWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/InstapayWithdrawal/InstapayWithdrawal.js +197 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/MayaAppWithdrawal/MayaAppWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/MayaAppWithdrawal/MayaAppWithdrawal.js +129 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/MayaWithdrawal/MayaWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/MayaWithdrawal/MayaWithdrawal.js +139 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/PisoPayWithdrawal/PisoPayWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/PisoPayWithdrawal/PisoPayWithdrawal.js +162 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/RequireFirstDeposit.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/RequireFirstDeposit.js +14 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/TransactionPasswordNotSet.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/TransactionPasswordNotSet.js +23 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/VentajaWithdrawal/PaymentMethods.d.ts +10 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/VentajaWithdrawal/PaymentMethods.js +47 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/VentajaWithdrawal/VentajaWithdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/VentajaWithdrawal/VentajaWithdrawal.js +217 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/Withdrawal.d.ts +1 -0
- package/dist/lib/components/DepositWithdrawal/Withdrawal/Withdrawal.js +181 -0
- package/dist/lib/components/DepositWithdrawal/index.d.ts +2 -0
- package/dist/lib/components/DepositWithdrawal/index.js +2 -0
- package/dist/lib/components/DepositWithdrawal/utils.d.ts +8 -0
- package/dist/lib/components/DepositWithdrawal/utils.js +71 -0
- package/dist/lib/components/DigitainLauncher/DigitainLauncher.d.ts +7 -0
- package/dist/lib/components/DigitainLauncher/DigitainLauncher.js +19 -0
- package/dist/lib/components/DigitainLauncher/DigitianContainter.d.ts +7 -0
- package/dist/lib/components/DigitainLauncher/DigitianContainter.js +48 -0
- package/dist/lib/components/DigitainLauncher/Fallback.d.ts +6 -0
- package/dist/lib/components/DigitainLauncher/Fallback.js +19 -0
- package/dist/lib/components/DigitainLauncher/index.d.ts +1 -0
- package/dist/lib/components/DigitainLauncher/index.js +1 -0
- package/dist/lib/components/DigitainLauncher/types.d.ts +54 -0
- package/dist/lib/components/DigitainLauncher/types.js +1 -0
- package/dist/lib/components/DigitainLauncher/utils.d.ts +3 -0
- package/dist/lib/components/DigitainLauncher/utils.js +71 -0
- package/dist/lib/components/Disclaimer/Disclaimer.d.ts +5 -0
- package/dist/lib/components/Disclaimer/Disclaimer.js +26 -0
- package/dist/lib/components/Disclaimer/Disclaimer.test.d.ts +1 -0
- package/dist/lib/components/Disclaimer/Disclaimer.test.js +288 -0
- package/dist/lib/components/Disclaimer/DisclaimerV1.d.ts +9 -0
- package/dist/lib/components/Disclaimer/DisclaimerV1.js +52 -0
- package/dist/lib/components/Disclaimer/DisclaimerV2.d.ts +17 -0
- package/dist/lib/components/Disclaimer/DisclaimerV2.js +102 -0
- package/dist/lib/components/Disclaimer/DisclaimerV3.d.ts +11 -0
- package/dist/lib/components/Disclaimer/DisclaimerV3.js +83 -0
- package/dist/lib/components/Disclaimer/index.d.ts +1 -0
- package/dist/lib/components/Disclaimer/index.js +1 -0
- package/dist/lib/components/Disclaimer/useDisclaimer.d.ts +7 -0
- package/dist/lib/components/Disclaimer/useDisclaimer.js +32 -0
- package/dist/lib/components/FavoriteGames/FavoriteGames.client.d.ts +15 -0
- package/dist/lib/components/FavoriteGames/FavoriteGames.client.js +93 -0
- package/dist/lib/components/FavoriteGames/FavoriteGames.d.ts +3 -0
- package/dist/lib/components/FavoriteGames/FavoriteGames.js +7 -0
- package/dist/lib/components/FavoriteGames/index.d.ts +1 -0
- package/dist/lib/components/FavoriteGames/index.js +1 -0
- package/dist/lib/components/ForgotPassword/Crazywin/CWForgotPassword.d.ts +6 -0
- package/dist/lib/components/ForgotPassword/Crazywin/CWForgotPassword.js +11 -0
- package/dist/lib/components/ForgotPassword/Crazywin/CWForgotPasswordForm.d.ts +2 -0
- package/dist/lib/components/ForgotPassword/Crazywin/CWForgotPasswordForm.js +75 -0
- package/dist/lib/components/ForgotPassword/ForgotPassword.d.ts +3 -0
- package/dist/lib/components/ForgotPassword/ForgotPassword.js +14 -0
- package/dist/lib/components/ForgotPassword/ForgotPassword.lazy.d.ts +11 -0
- package/dist/lib/components/ForgotPassword/ForgotPassword.lazy.js +35 -0
- package/dist/lib/components/ForgotPassword/ForgotPasswordForm.d.ts +5 -0
- package/dist/lib/components/ForgotPassword/ForgotPasswordForm.js +182 -0
- package/dist/lib/components/ForgotPassword/ForgotPasswordTrigger.d.ts +6 -0
- package/dist/lib/components/ForgotPassword/ForgotPasswordTrigger.js +14 -0
- package/dist/lib/components/ForgotPassword/index.d.ts +2 -0
- package/dist/lib/components/ForgotPassword/index.js +2 -0
- package/dist/lib/components/GCashFailed/GCashFailed.d.ts +8 -0
- package/dist/lib/components/GCashFailed/GCashFailed.js +17 -0
- package/dist/lib/components/GCashFailed/index.d.ts +1 -0
- package/dist/lib/components/GCashFailed/index.js +1 -0
- package/dist/lib/components/GCashSuccess/GCashSuccess.d.ts +9 -0
- package/dist/lib/components/GCashSuccess/GCashSuccess.js +88 -0
- package/dist/lib/components/GCashSuccess/index.d.ts +1 -0
- package/dist/lib/components/GCashSuccess/index.js +1 -0
- package/dist/lib/components/GameExit/GameExit.lazy.d.ts +6 -0
- package/dist/lib/components/GameExit/GameExit.lazy.js +43 -0
- package/dist/lib/components/GameExit/index.d.ts +2 -0
- package/dist/lib/components/GameExit/index.js +1 -0
- package/dist/lib/components/GameLaunch/GameLaunch.d.ts +1 -0
- package/dist/lib/components/GameLaunch/GameLaunch.js +14 -0
- package/dist/lib/components/GameLaunch/GameLaunch.lazy.d.ts +1 -0
- package/dist/lib/components/GameLaunch/GameLaunch.lazy.js +114 -0
- package/dist/lib/components/GameLaunch/GameLaunchTrigger.d.ts +8 -0
- package/dist/lib/components/GameLaunch/GameLaunchTrigger.js +180 -0
- package/dist/lib/components/GameLaunch/index.d.ts +2 -0
- package/dist/lib/components/GameLaunch/index.js +2 -0
- package/dist/lib/components/GameProviders/GameProviders.d.ts +4 -0
- package/dist/lib/components/GameProviders/GameProviders.js +11 -0
- package/dist/lib/components/GameProviders/GameProvidersCarousel.d.ts +65 -0
- package/dist/lib/components/GameProviders/GameProvidersCarousel.js +104 -0
- package/dist/lib/components/GameProviders/GameProvidersList.d.ts +37 -0
- package/dist/lib/components/GameProviders/GameProvidersList.js +43 -0
- package/dist/lib/components/GameProviders/index.d.ts +1 -0
- package/dist/lib/components/GameProviders/index.js +1 -0
- package/dist/lib/components/Games/BadgeNew.d.ts +2 -0
- package/dist/lib/components/Games/BadgeNew.js +4 -0
- package/dist/lib/components/Games/BadgePopular.d.ts +2 -0
- package/dist/lib/components/Games/BadgePopular.js +4 -0
- package/dist/lib/components/Games/BadgeTop.d.ts +2 -0
- package/dist/lib/components/Games/BadgeTop.js +4 -0
- package/dist/lib/components/Games/Game.d.ts +12 -0
- package/dist/lib/components/Games/Game.js +102 -0
- package/dist/lib/components/Games/Games.d.ts +4 -0
- package/dist/lib/components/Games/Games.js +6 -0
- package/dist/lib/components/Games/GamesCarousel.client.d.ts +31 -0
- package/dist/lib/components/Games/GamesCarousel.client.js +82 -0
- package/dist/lib/components/Games/GamesCarousel.d.ts +3 -0
- package/dist/lib/components/Games/GamesCarousel.js +13 -0
- package/dist/lib/components/Games/GamesContext.d.ts +12 -0
- package/dist/lib/components/Games/GamesContext.js +3 -0
- package/dist/lib/components/Games/GamesList.client.d.ts +31 -0
- package/dist/lib/components/Games/GamesList.client.js +63 -0
- package/dist/lib/components/Games/GamesList.d.ts +3 -0
- package/dist/lib/components/Games/GamesList.js +12 -0
- package/dist/lib/components/Games/GamesPagination.d.ts +8 -0
- package/dist/lib/components/Games/GamesPagination.js +61 -0
- package/dist/lib/components/Games/index.d.ts +1 -0
- package/dist/lib/components/Games/index.js +1 -0
- package/dist/lib/components/GamesSearch/GamesSearch.d.ts +20 -0
- package/dist/lib/components/GamesSearch/GamesSearch.js +71 -0
- package/dist/lib/components/GamesSearch/index.d.ts +1 -0
- package/dist/lib/components/GamesSearch/index.js +1 -0
- package/dist/lib/components/IdleLogout/IdleLogout.d.ts +7 -0
- package/dist/lib/components/IdleLogout/IdleLogout.js +6 -0
- package/dist/lib/components/IdleLogout/index.d.ts +1 -0
- package/dist/lib/components/IdleLogout/index.js +1 -0
- package/dist/lib/components/Jackpots/Jackpots.d.ts +4 -0
- package/dist/lib/components/Jackpots/Jackpots.js +37 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarousel.client.d.ts +90 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarousel.client.js +85 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarousel.d.ts +4 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarousel.js +43 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselContext.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselContext.js +2 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.CrazyWin.d.ts +8 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.CrazyWin.js +133 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.HappyBingo.d.ts +8 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.HappyBingo.js +154 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.d.ts +44 -0
- package/dist/lib/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.js +210 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarousel.d.ts +88 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarousel.js +77 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselContext.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselContext.js +2 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselItem.d.ts +44 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselItem.js +198 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselStageItem.d.ts +60 -0
- package/dist/lib/components/Jackpots/JackpotsCarouselNext/JackpotsCarouselStageItem.js +146 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsList.d.ts +99 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsList.js +50 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListContext.d.ts +12 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListContext.js +3 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItem.CrazyWin.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItem.CrazyWin.js +167 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItem.HappyBingo.d.ts +6 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItem.HappyBingo.js +167 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemDesktop.d.ts +43 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemDesktop.js +117 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemGameProviders.d.ts +13 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemGameProviders.js +45 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemMobile.d.ts +43 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemMobile.js +147 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemRules.d.ts +8 -0
- package/dist/lib/components/Jackpots/JackpotsList/JackpotsListItemRules.js +15 -0
- package/dist/lib/components/Jackpots/JackpotsList/useJackpotsListItemData.d.ts +20 -0
- package/dist/lib/components/Jackpots/JackpotsList/useJackpotsListItemData.js +88 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotMultiStageDesktop.d.ts +37 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotMultiStageDesktop.js +110 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotMultiStageMobile.d.ts +59 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotMultiStageMobile.js +127 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsList.d.ts +110 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsList.js +47 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListContext.d.ts +12 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListContext.js +3 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemDesktop.d.ts +43 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemDesktop.js +117 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemGameProviders.d.ts +11 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemGameProviders.js +45 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemMobile.d.ts +43 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemMobile.js +147 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemRules.d.ts +8 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/JackpotsListItemRules.js +15 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/useJackpotsListItemData.d.ts +20 -0
- package/dist/lib/components/Jackpots/JackpotsListNext/useJackpotsListItemData.js +88 -0
- package/dist/lib/components/Jackpots/index.d.ts +1 -0
- package/dist/lib/components/Jackpots/index.js +1 -0
- package/dist/lib/components/Jackpots/utils.d.ts +25 -0
- package/dist/lib/components/Jackpots/utils.js +96 -0
- package/dist/lib/components/KYC/KYC.d.ts +5 -0
- package/dist/lib/components/KYC/KYC.js +26 -0
- package/dist/lib/components/KYC/KYCDefault/IdentityVerification.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/IdentityVerification.js +164 -0
- package/dist/lib/components/KYC/KYCDefault/Indicator.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/Indicator.js +8 -0
- package/dist/lib/components/KYC/KYCDefault/KYCDefault.d.ts +10 -0
- package/dist/lib/components/KYC/KYCDefault/KYCDefault.js +33 -0
- package/dist/lib/components/KYC/KYCDefault/KYCDefaultContext.d.ts +6 -0
- package/dist/lib/components/KYC/KYCDefault/KYCDefaultContext.js +2 -0
- package/dist/lib/components/KYC/KYCDefault/KYCVerificationStatus.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/KYCVerificationStatus.js +10 -0
- package/dist/lib/components/KYC/KYCDefault/KYCVerificationStatus.lazy.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +38 -0
- package/dist/lib/components/KYC/KYCDefault/PersonalInformation.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/PersonalInformation.js +178 -0
- package/dist/lib/components/KYC/KYCDefault/index.d.ts +1 -0
- package/dist/lib/components/KYC/KYCDefault/index.js +1 -0
- package/dist/lib/components/KYC/KYCDefault/useKYCDefault.d.ts +27 -0
- package/dist/lib/components/KYC/KYCDefault/useKYCDefault.js +40 -0
- package/dist/lib/components/KYC/KYCNonPagCor/IdentityVerification.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/IdentityVerification.js +176 -0
- package/dist/lib/components/KYC/KYCNonPagCor/Indicator.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/Indicator.js +8 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCNonPagcor.d.ts +8 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCNonPagcor.js +26 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCNonPagcorContext.d.ts +6 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCNonPagcorContext.js +2 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCVerificationStatus.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCVerificationStatus.js +10 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCVerificationStatus.lazy.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/KYCVerificationStatus.lazy.js +38 -0
- package/dist/lib/components/KYC/KYCNonPagCor/PersonalInformation.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/PersonalInformation.js +204 -0
- package/dist/lib/components/KYC/KYCNonPagCor/index.d.ts +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/index.js +1 -0
- package/dist/lib/components/KYC/KYCNonPagCor/useKYCNonPagCor.d.ts +26 -0
- package/dist/lib/components/KYC/KYCNonPagCor/useKYCNonPagCor.js +47 -0
- package/dist/lib/components/KYC/KYCReminder.d.ts +3 -0
- package/dist/lib/components/KYC/KYCReminder.js +10 -0
- package/dist/lib/components/KYC/KYCReminder.lazy.d.ts +16 -0
- package/dist/lib/components/KYC/KYCReminder.lazy.js +149 -0
- package/dist/lib/components/KYC/KYCReview.d.ts +1 -0
- package/dist/lib/components/KYC/KYCReview.js +20 -0
- package/dist/lib/components/KYC/KYCSumsub.d.ts +8 -0
- package/dist/lib/components/KYC/KYCSumsub.js +166 -0
- package/dist/lib/components/KYC/KYCTrigger.d.ts +5 -0
- package/dist/lib/components/KYC/KYCTrigger.js +14 -0
- package/dist/lib/components/KYC/KycOpenOnHomeMount.d.ts +5 -0
- package/dist/lib/components/KYC/KycOpenOnHomeMount.js +78 -0
- package/dist/lib/components/KYC/index.d.ts +4 -0
- package/dist/lib/components/KYC/index.js +4 -0
- package/dist/lib/components/Marquee/Marquee.d.ts +5 -0
- package/dist/lib/components/Marquee/Marquee.js +5 -0
- package/dist/lib/components/Marquee/index.d.ts +1 -0
- package/dist/lib/components/Marquee/index.js +1 -0
- package/dist/lib/components/Maya/Maya.d.ts +26 -0
- package/dist/lib/components/Maya/Maya.js +90 -0
- package/dist/lib/components/Maya/index.d.ts +1 -0
- package/dist/lib/components/Maya/index.js +1 -0
- package/dist/lib/components/Messages/MessageIcon.d.ts +7 -0
- package/dist/lib/components/Messages/MessageIcon.js +20 -0
- package/dist/lib/components/Messages/Messages.d.ts +3 -0
- package/dist/lib/components/Messages/Messages.js +18 -0
- package/dist/lib/components/Messages/Messages.lazy.d.ts +18 -0
- package/dist/lib/components/Messages/Messages.lazy.js +123 -0
- package/dist/lib/components/Messages/MessagesContext.d.ts +12 -0
- package/dist/lib/components/Messages/MessagesContext.js +3 -0
- package/dist/lib/components/Messages/MessagesPopup.d.ts +1 -0
- package/dist/lib/components/Messages/MessagesPopup.js +151 -0
- package/dist/lib/components/Messages/MessagesTrigger.d.ts +13 -0
- package/dist/lib/components/Messages/MessagesTrigger.js +26 -0
- package/dist/lib/components/Messages/index.d.ts +2 -0
- package/dist/lib/components/Messages/index.js +2 -0
- package/dist/lib/components/Messages/utils.d.ts +6 -0
- package/dist/lib/components/Messages/utils.js +35 -0
- package/dist/lib/components/MixpanelTracking/get-utm.d.ts +18 -0
- package/dist/lib/components/MixpanelTracking/get-utm.js +44 -0
- package/dist/lib/components/MixpanelTracking/index.d.ts +5 -0
- package/dist/lib/components/MixpanelTracking/index.js +109 -0
- package/dist/lib/components/News/News.d.ts +10 -0
- package/dist/lib/components/News/News.js +11 -0
- package/dist/lib/components/News/index.d.ts +1 -0
- package/dist/lib/components/News/index.js +1 -0
- package/dist/lib/components/NewsFeed/News.d.ts +6 -0
- package/dist/lib/components/NewsFeed/News.js +9 -0
- package/dist/lib/components/NewsFeed/NewsFeed.d.ts +4 -0
- package/dist/lib/components/NewsFeed/NewsFeed.js +11 -0
- package/dist/lib/components/NewsFeed/NewsFeedCarousel.d.ts +21 -0
- package/dist/lib/components/NewsFeed/NewsFeedCarousel.js +45 -0
- package/dist/lib/components/NewsFeed/NewsFeedList.d.ts +19 -0
- package/dist/lib/components/NewsFeed/NewsFeedList.js +10 -0
- package/dist/lib/components/NewsFeed/index.d.ts +1 -0
- package/dist/lib/components/NewsFeed/index.js +1 -0
- package/dist/lib/components/Onboarding/Onboarding.d.ts +1 -0
- package/dist/lib/components/Onboarding/Onboarding.js +16 -0
- package/dist/lib/components/Onboarding/OnboardingV1.lazy.d.ts +1 -0
- package/dist/lib/components/Onboarding/OnboardingV1.lazy.js +127 -0
- package/dist/lib/components/Onboarding/index.d.ts +1 -0
- package/dist/lib/components/Onboarding/index.js +1 -0
- package/dist/lib/components/PortalProvider/AddSafeArea.d.ts +1 -0
- package/dist/lib/components/PortalProvider/AddSafeArea.js +24 -0
- package/dist/lib/components/PortalProvider/AndroidRoutingHandler.d.ts +1 -0
- package/dist/lib/components/PortalProvider/AndroidRoutingHandler.js +22 -0
- package/dist/lib/components/PortalProvider/AppOnlyComponents.d.ts +1 -0
- package/dist/lib/components/PortalProvider/AppOnlyComponents.js +21 -0
- package/dist/lib/components/PortalProvider/FeatureFlag.d.ts +1 -0
- package/dist/lib/components/PortalProvider/FeatureFlag.js +34 -0
- package/dist/lib/components/PortalProvider/PortalProvider.d.ts +6 -0
- package/dist/lib/components/PortalProvider/PortalProvider.js +27 -0
- package/dist/lib/components/PortalProvider/Providers.d.ts +6 -0
- package/dist/lib/components/PortalProvider/Providers.js +20 -0
- package/dist/lib/components/PortalProvider/PushNotifications.d.ts +3 -0
- package/dist/lib/components/PortalProvider/PushNotifications.js +68 -0
- package/dist/lib/components/PortalProvider/SessionWatcher.d.ts +1 -0
- package/dist/lib/components/PortalProvider/SessionWatcher.js +40 -0
- package/dist/lib/components/PortalProvider/SetupBtag.d.ts +1 -0
- package/dist/lib/components/PortalProvider/SetupBtag.js +29 -0
- package/dist/lib/components/PortalProvider/SetupCellxpertCxd.d.ts +1 -0
- package/dist/lib/components/PortalProvider/SetupCellxpertCxd.js +44 -0
- package/dist/lib/components/PortalProvider/SetupDomain.d.ts +1 -0
- package/dist/lib/components/PortalProvider/SetupDomain.js +37 -0
- package/dist/lib/components/PortalProvider/Snackbar.d.ts +1 -0
- package/dist/lib/components/PortalProvider/Snackbar.js +22 -0
- package/dist/lib/components/PortalProvider/SocialAccountLinkObserver.d.ts +1 -0
- package/dist/lib/components/PortalProvider/SocialAccountLinkObserver.js +39 -0
- package/dist/lib/components/PortalProvider/WebVitals.d.ts +1 -0
- package/dist/lib/components/PortalProvider/WebVitals.js +8 -0
- package/dist/lib/components/PortalProvider/index.d.ts +1 -0
- package/dist/lib/components/PortalProvider/index.js +1 -0
- package/dist/lib/components/Promo/Promo.client.d.ts +18 -0
- package/dist/lib/components/Promo/Promo.client.js +54 -0
- package/dist/lib/components/Promo/Promo.d.ts +3 -0
- package/dist/lib/components/Promo/Promo.js +18 -0
- package/dist/lib/components/Promo/index.d.ts +1 -0
- package/dist/lib/components/Promo/index.js +1 -0
- package/dist/lib/components/Promos/Cashback.d.ts +10 -0
- package/dist/lib/components/Promos/Cashback.js +21 -0
- package/dist/lib/components/Promos/CustomPromo.d.ts +9 -0
- package/dist/lib/components/Promos/CustomPromo.js +8 -0
- package/dist/lib/components/Promos/Promo.d.ts +10 -0
- package/dist/lib/components/Promos/Promo.js +21 -0
- package/dist/lib/components/Promos/Promos.d.ts +4 -0
- package/dist/lib/components/Promos/Promos.js +14 -0
- package/dist/lib/components/Promos/PromosCarousel.d.ts +26 -0
- package/dist/lib/components/Promos/PromosCarousel.js +52 -0
- package/dist/lib/components/Promos/PromosGrid.d.ts +18 -0
- package/dist/lib/components/Promos/PromosGrid.js +19 -0
- package/dist/lib/components/Promos/index.d.ts +1 -0
- package/dist/lib/components/Promos/index.js +1 -0
- package/dist/lib/components/Promos/utils.d.ts +1 -0
- package/dist/lib/components/Promos/utils.js +10 -0
- package/dist/lib/components/Protected/Protected.d.ts +5 -0
- package/dist/lib/components/Protected/Protected.js +8 -0
- package/dist/lib/components/Protected/index.d.ts +1 -0
- package/dist/lib/components/Protected/index.js +1 -0
- package/dist/lib/components/Quests/Crazywin/CWDailyCheckInQuest.d.ts +15 -0
- package/dist/lib/components/Quests/Crazywin/CWDailyCheckInQuest.js +116 -0
- package/dist/lib/components/Quests/Crazywin/CWJourneyQuest.d.ts +18 -0
- package/dist/lib/components/Quests/Crazywin/CWJourneyQuest.js +137 -0
- package/dist/lib/components/Quests/Crazywin/CWOnboardingQuest.d.ts +6 -0
- package/dist/lib/components/Quests/Crazywin/CWOnboardingQuest.js +81 -0
- package/dist/lib/components/Quests/Crazywin/CWWageringQuestNext.d.ts +23 -0
- package/dist/lib/components/Quests/Crazywin/CWWageringQuestNext.js +53 -0
- package/dist/lib/components/Quests/Crazywin/components/Countdown.d.ts +7 -0
- package/dist/lib/components/Quests/Crazywin/components/Countdown.js +62 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogCheckin.d.ts +8 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogCheckin.js +12 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogJourney.d.ts +17 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogJourney.js +43 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogOnboarding.d.ts +13 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogOnboarding.js +19 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogWagering.d.ts +9 -0
- package/dist/lib/components/Quests/Crazywin/components/DialogWagering.js +22 -0
- package/dist/lib/components/Quests/Crazywin/components/GameProviders.d.ts +8 -0
- package/dist/lib/components/Quests/Crazywin/components/GameProviders.js +143 -0
- package/dist/lib/components/Quests/Crazywin/components/ObjectiveItem.d.ts +15 -0
- package/dist/lib/components/Quests/Crazywin/components/ObjectiveItem.js +8 -0
- package/dist/lib/components/Quests/Crazywin/components/QuestBadge.d.ts +8 -0
- package/dist/lib/components/Quests/Crazywin/components/QuestBadge.js +21 -0
- package/dist/lib/components/Quests/Crazywin/components/StageItemLocked.d.ts +4 -0
- package/dist/lib/components/Quests/Crazywin/components/StageItemLocked.js +6 -0
- package/dist/lib/components/Quests/Crazywin/components/StageItemUnlocked.d.ts +10 -0
- package/dist/lib/components/Quests/Crazywin/components/StageItemUnlocked.js +26 -0
- package/dist/lib/components/Quests/Crazywin/components/index.d.ts +10 -0
- package/dist/lib/components/Quests/Crazywin/components/index.js +10 -0
- package/dist/lib/components/Quests/DailyCheckInQuest.d.ts +15 -0
- package/dist/lib/components/Quests/DailyCheckInQuest.js +103 -0
- package/dist/lib/components/Quests/JourneyQuest.d.ts +33 -0
- package/dist/lib/components/Quests/JourneyQuest.js +186 -0
- package/dist/lib/components/Quests/NoQuests.d.ts +6 -0
- package/dist/lib/components/Quests/NoQuests.js +6 -0
- package/dist/lib/components/Quests/OnboardingQuest.d.ts +5 -0
- package/dist/lib/components/Quests/OnboardingQuest.js +51 -0
- package/dist/lib/components/Quests/Quests.client.d.ts +42 -0
- package/dist/lib/components/Quests/Quests.client.js +111 -0
- package/dist/lib/components/Quests/Quests.d.ts +3 -0
- package/dist/lib/components/Quests/Quests.js +7 -0
- package/dist/lib/components/Quests/QuestsContext.d.ts +8 -0
- package/dist/lib/components/Quests/QuestsContext.js +2 -0
- package/dist/lib/components/Quests/RemainingTime.d.ts +14 -0
- package/dist/lib/components/Quests/RemainingTime.js +20 -0
- package/dist/lib/components/Quests/WageringQuest.d.ts +27 -0
- package/dist/lib/components/Quests/WageringQuest.js +106 -0
- package/dist/lib/components/Quests/WageringQuest__next.d.ts +63 -0
- package/dist/lib/components/Quests/WageringQuest__next.js +144 -0
- package/dist/lib/components/Quests/index.d.ts +1 -0
- package/dist/lib/components/Quests/index.js +1 -0
- package/dist/lib/components/RegisterBiometrics/RegisterBiometrics.d.ts +1 -0
- package/dist/lib/components/RegisterBiometrics/RegisterBiometrics.js +91 -0
- package/dist/lib/components/RegisterBiometrics/index.d.ts +1 -0
- package/dist/lib/components/RegisterBiometrics/index.js +1 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGaming.d.ts +5 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGaming.js +30 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGaming.lazy.d.ts +8 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGaming.lazy.js +36 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGamingV2.lazy.d.ts +8 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGamingV2.lazy.js +70 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGamingV3.lazy.d.ts +8 -0
- package/dist/lib/components/ResponsibleGaming/ResponsibleGamingV3.lazy.js +71 -0
- package/dist/lib/components/ResponsibleGaming/index.d.ts +1 -0
- package/dist/lib/components/ResponsibleGaming/index.js +1 -0
- package/dist/lib/components/Search/Search.d.ts +3 -0
- package/dist/lib/components/Search/Search.js +14 -0
- package/dist/lib/components/Search/Search.lazy.d.ts +34 -0
- package/dist/lib/components/Search/Search.lazy.js +113 -0
- package/dist/lib/components/Search/SearchTrigger.d.ts +5 -0
- package/dist/lib/components/Search/SearchTrigger.js +14 -0
- package/dist/lib/components/Search/index.d.ts +2 -0
- package/dist/lib/components/Search/index.js +2 -0
- package/dist/lib/components/SignIn/CrazyWin/MobileNumberSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/CrazyWin/MobileNumberSignIn.js +259 -0
- package/dist/lib/components/SignIn/CrazyWin/NameAndPasswordSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/CrazyWin/NameAndPasswordSignIn.js +301 -0
- package/dist/lib/components/SignIn/CrazyWin/SignInForm.d.ts +1 -0
- package/dist/lib/components/SignIn/CrazyWin/SignInForm.js +10 -0
- package/dist/lib/components/SignIn/CrazyWin/SignInMethod.d.ts +1 -0
- package/dist/lib/components/SignIn/CrazyWin/SignInMethod.js +28 -0
- package/dist/lib/components/SignIn/FacebookSignInTrigger.d.ts +6 -0
- package/dist/lib/components/SignIn/FacebookSignInTrigger.js +51 -0
- package/dist/lib/components/SignIn/GoogleSignInTrigger.d.ts +7 -0
- package/dist/lib/components/SignIn/GoogleSignInTrigger.js +60 -0
- package/dist/lib/components/SignIn/HappyBingo/MobileNumberSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/HappyBingo/MobileNumberSignIn.js +256 -0
- package/dist/lib/components/SignIn/HappyBingo/NameAndPasswordSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/HappyBingo/NameAndPasswordSignIn.js +295 -0
- package/dist/lib/components/SignIn/HappyBingo/SignInForm.d.ts +1 -0
- package/dist/lib/components/SignIn/HappyBingo/SignInForm.js +30 -0
- package/dist/lib/components/SignIn/MobileNumberField.d.ts +14 -0
- package/dist/lib/components/SignIn/MobileNumberField.js +70 -0
- package/dist/lib/components/SignIn/MobileNumberSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/MobileNumberSignIn.js +264 -0
- package/dist/lib/components/SignIn/MobileNumberSignIn.test.d.ts +1 -0
- package/dist/lib/components/SignIn/MobileNumberSignIn.test.js +176 -0
- package/dist/lib/components/SignIn/MobileNumberSignInternational.d.ts +1 -0
- package/dist/lib/components/SignIn/MobileNumberSignInternational.js +270 -0
- package/dist/lib/components/SignIn/NameAndPasswordSignIn.d.ts +1 -0
- package/dist/lib/components/SignIn/NameAndPasswordSignIn.js +314 -0
- package/dist/lib/components/SignIn/NameAndPasswordSignIn.test.d.ts +1 -0
- package/dist/lib/components/SignIn/NameAndPasswordSignIn.test.js +225 -0
- package/dist/lib/components/SignIn/SignIn.d.ts +3 -0
- package/dist/lib/components/SignIn/SignIn.js +14 -0
- package/dist/lib/components/SignIn/SignIn.lazy.d.ts +28 -0
- package/dist/lib/components/SignIn/SignIn.lazy.js +29 -0
- package/dist/lib/components/SignIn/SignIn.test.d.ts +1 -0
- package/dist/lib/components/SignIn/SignIn.test.js +88 -0
- package/dist/lib/components/SignIn/SignInContext.d.ts +12 -0
- package/dist/lib/components/SignIn/SignInContext.js +3 -0
- package/dist/lib/components/SignIn/SignInForm.d.ts +1 -0
- package/dist/lib/components/SignIn/SignInForm.js +13 -0
- package/dist/lib/components/SignIn/SignInMethod.d.ts +1 -0
- package/dist/lib/components/SignIn/SignInMethod.js +21 -0
- package/dist/lib/components/SignIn/SignInTrigger.d.ts +6 -0
- package/dist/lib/components/SignIn/SignInTrigger.js +116 -0
- package/dist/lib/components/SignIn/index.d.ts +3 -0
- package/dist/lib/components/SignIn/index.js +3 -0
- package/dist/lib/components/SignIn/useSignIn.d.ts +14 -0
- package/dist/lib/components/SignIn/useSignIn.js +15 -0
- package/dist/lib/components/SignUp/SignUp.d.ts +7 -0
- package/dist/lib/components/SignUp/SignUp.js +46 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWin.lazy.d.ts +22 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWin.lazy.js +25 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWinContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWinContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWinForm.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpCrazyWin/SignUpCrazyWinForm.js +282 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefault.lazy.d.ts +26 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefault.lazy.js +27 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultForm.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultForm.js +332 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultFormInternational.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpDefault/SignUpDefaultFormInternational.js +324 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingo.lazy.d.ts +23 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingo.lazy.js +26 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingoContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingoContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingoForm.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpHappyBingo/SignUpHappyBingoForm.js +345 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageField.client.d.ts +15 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageField.client.js +100 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageField.d.ts +2 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageField.js +11 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageFieldContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/IdFrontImageFieldContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/index.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/index.js +1 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/useIdFrontImageField.d.ts +18 -0
- package/dist/lib/components/SignUp/SignUpKYC/IdFrontImageField/useIdFrontImageField.js +88 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageField.client.d.ts +15 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageField.client.js +113 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageField.d.ts +2 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageField.js +11 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageFieldContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/SelfieImageFieldContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/index.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/index.js +1 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/useSelfieImageField.d.ts +19 -0
- package/dist/lib/components/SignUp/SignUpKYC/SelfieImageField/useSelfieImageField.js +184 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYC.lazy.d.ts +21 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYC.lazy.js +26 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYCContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYCContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYCForm.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpKYC/SignUpKYCForm.js +511 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPassword.lazy.d.ts +22 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPassword.lazy.js +25 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPasswordContext.d.ts +6 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPasswordContext.js +2 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPasswordForm.d.ts +1 -0
- package/dist/lib/components/SignUp/SignUpNameAndPassword/SignUpNameAndPasswordForm.js +290 -0
- package/dist/lib/components/SignUp/SignUpTrigger.d.ts +5 -0
- package/dist/lib/components/SignUp/SignUpTrigger.js +14 -0
- package/dist/lib/components/SignUp/index.d.ts +2 -0
- package/dist/lib/components/SignUp/index.js +2 -0
- package/dist/lib/components/TermsAndConditions/TermsAndConditions.d.ts +2 -0
- package/dist/lib/components/TermsAndConditions/TermsAndConditions.js +14 -0
- package/dist/lib/components/TermsAndConditions/TermsAndConditions.lazy.d.ts +9 -0
- package/dist/lib/components/TermsAndConditions/TermsAndConditions.lazy.js +36 -0
- package/dist/lib/components/TermsAndConditions/index.d.ts +1 -0
- package/dist/lib/components/TermsAndConditions/index.js +1 -0
- package/dist/lib/components/TermsOfUse/TermsOfUse.d.ts +5 -0
- package/dist/lib/components/TermsOfUse/TermsOfUse.js +30 -0
- package/dist/lib/components/TermsOfUse/TermsOfUse.lazy.d.ts +9 -0
- package/dist/lib/components/TermsOfUse/TermsOfUse.lazy.js +36 -0
- package/dist/lib/components/TermsOfUse/TermsOfUseV2.lazy.d.ts +9 -0
- package/dist/lib/components/TermsOfUse/TermsOfUseV2.lazy.js +68 -0
- package/dist/lib/components/TermsOfUse/TermsOfUseV3.lazy.d.ts +9 -0
- package/dist/lib/components/TermsOfUse/TermsOfUseV3.lazy.js +69 -0
- package/dist/lib/components/TermsOfUse/index.d.ts +1 -0
- package/dist/lib/components/TermsOfUse/index.js +1 -0
- package/dist/lib/components/TopProgress/TopProgressBar.client.d.ts +3 -0
- package/dist/lib/components/TopProgress/TopProgressBar.client.js +9 -0
- package/dist/lib/components/TopProgress/TopProgressBar.d.ts +6 -0
- package/dist/lib/components/TopProgress/TopProgressBar.js +149 -0
- package/dist/lib/components/TopProgress/index.d.ts +2 -0
- package/dist/lib/components/TopProgress/index.js +2 -0
- package/dist/lib/components/TopWins/TopWins.client.d.ts +15 -0
- package/dist/lib/components/TopWins/TopWins.client.js +33 -0
- package/dist/lib/components/TopWins/TopWins.d.ts +3 -0
- package/dist/lib/components/TopWins/TopWins.js +7 -0
- package/dist/lib/components/TopWins/index.d.ts +1 -0
- package/dist/lib/components/TopWins/index.js +1 -0
- package/dist/lib/components/Tournaments/Tournaments.d.ts +4 -0
- package/dist/lib/components/Tournaments/Tournaments.js +20 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentCarouselItem.Crazywin.d.ts +1 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentCarouselItem.Crazywin.js +53 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarousel.d.ts +31 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarousel.js +85 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselContext.d.ts +6 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselContext.js +2 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.HappyBingo.d.ts +1 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.HappyBingo.js +54 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.d.ts +35 -0
- package/dist/lib/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.js +108 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentListItemTable.CrazyWin.d.ts +9 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentListItemTable.CrazyWin.js +94 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentListItemTable.HappyBingo.d.ts +9 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentListItemTable.HappyBingo.js +94 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsList.d.ts +56 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsList.js +65 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListContext.d.ts +12 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListContext.js +3 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItem.CrazyWin.d.ts +3 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItem.CrazyWin.js +37 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItem.HappyBingo.d.ts +3 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItem.HappyBingo.js +37 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemDesktop.d.ts +35 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemDesktop.js +106 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemGameProviders.d.ts +5 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemGameProviders.js +48 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemMobile.d.ts +37 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemMobile.js +108 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemRules.d.ts +2 -0
- package/dist/lib/components/Tournaments/TournamentsList/TournamentsListItemRules.js +14 -0
- package/dist/lib/components/Tournaments/TournamentsList/useTournamentListItemData.d.ts +10 -0
- package/dist/lib/components/Tournaments/TournamentsList/useTournamentListItemData.js +71 -0
- package/dist/lib/components/Tournaments/TournamentsList/useTournamentTimer.d.ts +13 -0
- package/dist/lib/components/Tournaments/TournamentsList/useTournamentTimer.js +45 -0
- package/dist/lib/components/Tournaments/index.d.ts +1 -0
- package/dist/lib/components/Tournaments/index.js +1 -0
- package/dist/lib/components/Tournaments/utils.d.ts +31 -0
- package/dist/lib/components/Tournaments/utils.js +106 -0
- package/dist/lib/components/TransactionRecords/DepositRecordsTable.d.ts +8 -0
- package/dist/lib/components/TransactionRecords/DepositRecordsTable.js +128 -0
- package/dist/lib/components/TransactionRecords/TableFilters.d.ts +25 -0
- package/dist/lib/components/TransactionRecords/TableFilters.js +335 -0
- package/dist/lib/components/TransactionRecords/TransactionContext.d.ts +6 -0
- package/dist/lib/components/TransactionRecords/TransactionContext.js +2 -0
- package/dist/lib/components/TransactionRecords/TransactionRecords.d.ts +2 -0
- package/dist/lib/components/TransactionRecords/TransactionRecords.js +7 -0
- package/dist/lib/components/TransactionRecords/TransactionRecords.suspense.d.ts +19 -0
- package/dist/lib/components/TransactionRecords/TransactionRecords.suspense.js +37 -0
- package/dist/lib/components/TransactionRecords/TransactionRecordsTable.d.ts +8 -0
- package/dist/lib/components/TransactionRecords/TransactionRecordsTable.js +78 -0
- package/dist/lib/components/TransactionRecords/WithdrawalRecordsTable.d.ts +8 -0
- package/dist/lib/components/TransactionRecords/WithdrawalRecordsTable.js +124 -0
- package/dist/lib/components/TransactionRecords/index.d.ts +1 -0
- package/dist/lib/components/TransactionRecords/index.js +1 -0
- package/dist/lib/components/UpdateMobileNumber/UpdateMobileNumber.d.ts +1 -0
- package/dist/lib/components/UpdateMobileNumber/UpdateMobileNumber.js +150 -0
- package/dist/lib/components/UpdateMobileNumber/index.d.ts +1 -0
- package/dist/lib/components/UpdateMobileNumber/index.js +1 -0
- package/dist/lib/components/shared/Empty.d.ts +9 -0
- package/dist/lib/components/shared/Empty.js +7 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageField.client.d.ts +15 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageField.client.js +116 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageField.d.ts +2 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageField.js +11 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageFieldContext.d.ts +6 -0
- package/dist/lib/components/shared/IdFrontImageField/IdFrontImageFieldContext.js +2 -0
- package/dist/lib/components/shared/IdFrontImageField/index.d.ts +1 -0
- package/dist/lib/components/shared/IdFrontImageField/index.js +1 -0
- package/dist/lib/components/shared/IdFrontImageField/useIdFrontImageField.d.ts +22 -0
- package/dist/lib/components/shared/IdFrontImageField/useIdFrontImageField.js +114 -0
- package/dist/lib/components/shared/InfiniteScroll.d.ts +10 -0
- package/dist/lib/components/shared/InfiniteScroll.js +25 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageField.client.d.ts +15 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageField.client.js +129 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageField.d.ts +2 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageField.js +11 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageFieldContext.d.ts +6 -0
- package/dist/lib/components/shared/SelfieImageField/SelfieImageFieldContext.js +2 -0
- package/dist/lib/components/shared/SelfieImageField/index.d.ts +1 -0
- package/dist/lib/components/shared/SelfieImageField/index.js +1 -0
- package/dist/lib/components/shared/SelfieImageField/useSelfieImageField.d.ts +23 -0
- package/dist/lib/components/shared/SelfieImageField/useSelfieImageField.js +214 -0
- package/dist/lib/constants/BranchCodes.d.ts +4 -0
- package/dist/lib/constants/BranchCodes.js +38 -0
- package/dist/lib/constants/Endpoint.d.ts +11 -0
- package/dist/lib/constants/Endpoint.js +56 -0
- package/dist/lib/constants/EnvVar.d.ts +5 -0
- package/dist/lib/constants/EnvVar.js +25 -0
- package/dist/lib/constants/GameProvider.d.ts +4 -0
- package/dist/lib/constants/GameProvider.js +383 -0
- package/dist/lib/constants/GameType.d.ts +3 -0
- package/dist/lib/constants/GameType.js +70 -0
- package/dist/lib/constants/HeaderKey.d.ts +3 -0
- package/dist/lib/constants/HeaderKey.js +3 -0
- package/dist/lib/constants/PisoPayBanks.d.ts +2 -0
- package/dist/lib/constants/PisoPayBanks.js +362 -0
- package/dist/lib/constants/SecretQuestion.d.ts +3 -0
- package/dist/lib/constants/SecretQuestion.js +24 -0
- package/dist/lib/constants/StorageKey.d.ts +6 -0
- package/dist/lib/constants/StorageKey.js +6 -0
- package/dist/lib/constants/index.d.ts +7 -0
- package/dist/lib/constants/index.js +7 -0
- package/dist/lib/handlers/deleteAccessTokenSession.d.ts +9 -0
- package/dist/lib/handlers/deleteAccessTokenSession.js +9 -0
- package/dist/lib/handlers/deleteSession.d.ts +9 -0
- package/dist/lib/handlers/deleteSession.js +19 -0
- package/dist/lib/handlers/getHealthCheck.d.ts +9 -0
- package/dist/lib/handlers/getHealthCheck.js +16 -0
- package/dist/lib/handlers/getSession.d.ts +10 -0
- package/dist/lib/handlers/getSession.js +86 -0
- package/dist/lib/handlers/index.d.ts +40 -0
- package/dist/lib/handlers/index.js +53 -0
- package/dist/lib/handlers/patchSession.d.ts +10 -0
- package/dist/lib/handlers/patchSession.js +34 -0
- package/dist/lib/handlers/postAuthenticate.d.ts +10 -0
- package/dist/lib/handlers/postAuthenticate.js +64 -0
- package/dist/lib/handlers/postSession.d.ts +17 -0
- package/dist/lib/handlers/postSession.js +89 -0
- package/dist/lib/handlers/postToken.d.ts +16 -0
- package/dist/lib/handlers/postToken.js +27 -0
- package/dist/lib/icons/AlertCircleIcon.d.ts +2 -0
- package/dist/lib/icons/AlertCircleIcon.js +4 -0
- package/dist/lib/icons/AlertTriangle.d.ts +2 -0
- package/dist/lib/icons/AlertTriangle.js +4 -0
- package/dist/lib/icons/AlertTriangleFillIcon.d.ts +2 -0
- package/dist/lib/icons/AlertTriangleFillIcon.js +4 -0
- package/dist/lib/icons/AnnotationInfoIcon.d.ts +2 -0
- package/dist/lib/icons/AnnotationInfoIcon.js +4 -0
- package/dist/lib/icons/Announcement01Icon.d.ts +2 -0
- package/dist/lib/icons/Announcement01Icon.js +4 -0
- package/dist/lib/icons/ArrowCircleDownIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowCircleDownIcon.js +4 -0
- package/dist/lib/icons/ArrowLeftIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowLeftIcon.js +4 -0
- package/dist/lib/icons/ArrowNarrowDownIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowNarrowDownIcon.js +4 -0
- package/dist/lib/icons/ArrowNarrowUpIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowNarrowUpIcon.js +4 -0
- package/dist/lib/icons/ArrowNarrowUpRightIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowNarrowUpRightIcon.js +4 -0
- package/dist/lib/icons/ArrowRightIcon.d.ts +2 -0
- package/dist/lib/icons/ArrowRightIcon.js +4 -0
- package/dist/lib/icons/Award01Icon.d.ts +2 -0
- package/dist/lib/icons/Award01Icon.js +4 -0
- package/dist/lib/icons/Award02Icon.d.ts +2 -0
- package/dist/lib/icons/Award02Icon.js +4 -0
- package/dist/lib/icons/BankIcon.d.ts +2 -0
- package/dist/lib/icons/BankIcon.js +4 -0
- package/dist/lib/icons/BankNote01Icon.d.ts +2 -0
- package/dist/lib/icons/BankNote01Icon.js +4 -0
- package/dist/lib/icons/Bell01Icon.d.ts +2 -0
- package/dist/lib/icons/Bell01Icon.js +4 -0
- package/dist/lib/icons/BellRinging04Icon.d.ts +2 -0
- package/dist/lib/icons/BellRinging04Icon.js +4 -0
- package/dist/lib/icons/CalendarIcon.d.ts +2 -0
- package/dist/lib/icons/CalendarIcon.js +4 -0
- package/dist/lib/icons/Camera01Icon.d.ts +2 -0
- package/dist/lib/icons/Camera01Icon.js +4 -0
- package/dist/lib/icons/CameraOffIcon.d.ts +2 -0
- package/dist/lib/icons/CameraOffIcon.js +4 -0
- package/dist/lib/icons/CelebrationIcon.d.ts +2 -0
- package/dist/lib/icons/CelebrationIcon.js +4 -0
- package/dist/lib/icons/CheckCircleBrokenIcon.d.ts +2 -0
- package/dist/lib/icons/CheckCircleBrokenIcon.js +4 -0
- package/dist/lib/icons/CheckCircleIcon.d.ts +2 -0
- package/dist/lib/icons/CheckCircleIcon.js +4 -0
- package/dist/lib/icons/CheckIcon.d.ts +2 -0
- package/dist/lib/icons/CheckIcon.js +4 -0
- package/dist/lib/icons/CheckVerified02Icon.d.ts +2 -0
- package/dist/lib/icons/CheckVerified02Icon.js +4 -0
- package/dist/lib/icons/ChevronDownIcon.d.ts +2 -0
- package/dist/lib/icons/ChevronDownIcon.js +4 -0
- package/dist/lib/icons/ChevronLeftIcon.d.ts +2 -0
- package/dist/lib/icons/ChevronLeftIcon.js +4 -0
- package/dist/lib/icons/ChevronRightIcon.d.ts +2 -0
- package/dist/lib/icons/ChevronRightIcon.js +4 -0
- package/dist/lib/icons/ChevronUpIcon.d.ts +2 -0
- package/dist/lib/icons/ChevronUpIcon.js +4 -0
- package/dist/lib/icons/ClockStopWatchIcon.d.ts +2 -0
- package/dist/lib/icons/ClockStopWatchIcon.js +4 -0
- package/dist/lib/icons/CoinsHandIcon.d.ts +2 -0
- package/dist/lib/icons/CoinsHandIcon.js +4 -0
- package/dist/lib/icons/CoinsStacked02Icon.d.ts +2 -0
- package/dist/lib/icons/CoinsStacked02Icon.js +4 -0
- package/dist/lib/icons/CoinsSwap02Icon.d.ts +2 -0
- package/dist/lib/icons/CoinsSwap02Icon.js +4 -0
- package/dist/lib/icons/ConfettiIcon.d.ts +2 -0
- package/dist/lib/icons/ConfettiIcon.js +4 -0
- package/dist/lib/icons/CreditCard02Icon.d.ts +2 -0
- package/dist/lib/icons/CreditCard02Icon.js +4 -0
- package/dist/lib/icons/CreditCardCheckIcon.d.ts +2 -0
- package/dist/lib/icons/CreditCardCheckIcon.js +4 -0
- package/dist/lib/icons/CreditCardUpIcon.d.ts +2 -0
- package/dist/lib/icons/CreditCardUpIcon.js +4 -0
- package/dist/lib/icons/Diamond01Icon.d.ts +2 -0
- package/dist/lib/icons/Diamond01Icon.js +4 -0
- package/dist/lib/icons/Expand03Icon.d.ts +2 -0
- package/dist/lib/icons/Expand03Icon.js +4 -0
- package/dist/lib/icons/EyeIcon.d.ts +2 -0
- package/dist/lib/icons/EyeIcon.js +4 -0
- package/dist/lib/icons/EyeOffIcon.d.ts +2 -0
- package/dist/lib/icons/EyeOffIcon.js +4 -0
- package/dist/lib/icons/FaceIdIcon.d.ts +2 -0
- package/dist/lib/icons/FaceIdIcon.js +4 -0
- package/dist/lib/icons/FacebookIcon.d.ts +2 -0
- package/dist/lib/icons/FacebookIcon.js +4 -0
- package/dist/lib/icons/File02Icon.d.ts +2 -0
- package/dist/lib/icons/File02Icon.js +4 -0
- package/dist/lib/icons/FileCheck02Icon.d.ts +2 -0
- package/dist/lib/icons/FileCheck02Icon.js +4 -0
- package/dist/lib/icons/FileSearch02Icon.d.ts +2 -0
- package/dist/lib/icons/FileSearch02Icon.js +4 -0
- package/dist/lib/icons/FileX02Icon.d.ts +2 -0
- package/dist/lib/icons/FileX02Icon.js +4 -0
- package/dist/lib/icons/Flag05Icon.d.ts +2 -0
- package/dist/lib/icons/Flag05Icon.js +4 -0
- package/dist/lib/icons/Flag06Icon.d.ts +2 -0
- package/dist/lib/icons/Flag06Icon.js +4 -0
- package/dist/lib/icons/GamingPad01Icon.d.ts +2 -0
- package/dist/lib/icons/GamingPad01Icon.js +4 -0
- package/dist/lib/icons/Gift01Icon.d.ts +2 -0
- package/dist/lib/icons/Gift01Icon.js +4 -0
- package/dist/lib/icons/Globe05Icon.d.ts +2 -0
- package/dist/lib/icons/Globe05Icon.js +4 -0
- package/dist/lib/icons/GoogleIcon.d.ts +2 -0
- package/dist/lib/icons/GoogleIcon.js +4 -0
- package/dist/lib/icons/HelpCircleIcon.d.ts +2 -0
- package/dist/lib/icons/HelpCircleIcon.js +4 -0
- package/dist/lib/icons/InfoCircleIcon.d.ts +2 -0
- package/dist/lib/icons/InfoCircleIcon.js +4 -0
- package/dist/lib/icons/Link01Icon.d.ts +2 -0
- package/dist/lib/icons/Link01Icon.js +4 -0
- package/dist/lib/icons/LinkBroken02Icon.d.ts +2 -0
- package/dist/lib/icons/LinkBroken02Icon.js +4 -0
- package/dist/lib/icons/Lock01Icon.d.ts +2 -0
- package/dist/lib/icons/Lock01Icon.js +4 -0
- package/dist/lib/icons/Logout01Icon.d.ts +2 -0
- package/dist/lib/icons/Logout01Icon.js +4 -0
- package/dist/lib/icons/MarkerPin06Icon.d.ts +2 -0
- package/dist/lib/icons/MarkerPin06Icon.js +4 -0
- package/dist/lib/icons/Menu01Icon.d.ts +2 -0
- package/dist/lib/icons/Menu01Icon.js +4 -0
- package/dist/lib/icons/Menu03Icon.d.ts +2 -0
- package/dist/lib/icons/Menu03Icon.js +4 -0
- package/dist/lib/icons/MinusIcon.d.ts +2 -0
- package/dist/lib/icons/MinusIcon.js +4 -0
- package/dist/lib/icons/NotifExitIcon.d.ts +2 -0
- package/dist/lib/icons/NotifExitIcon.js +4 -0
- package/dist/lib/icons/PasscodeLockIcon.d.ts +2 -0
- package/dist/lib/icons/PasscodeLockIcon.js +4 -0
- package/dist/lib/icons/PiggyBank02Icon.d.ts +2 -0
- package/dist/lib/icons/PiggyBank02Icon.js +4 -0
- package/dist/lib/icons/PlusIcon.d.ts +2 -0
- package/dist/lib/icons/PlusIcon.js +4 -0
- package/dist/lib/icons/QrCode02Icon.d.ts +2 -0
- package/dist/lib/icons/QrCode02Icon.js +4 -0
- package/dist/lib/icons/RefreshCcw01Icon.d.ts +2 -0
- package/dist/lib/icons/RefreshCcw01Icon.js +4 -0
- package/dist/lib/icons/ScrollToBottomIcon.d.ts +2 -0
- package/dist/lib/icons/ScrollToBottomIcon.js +4 -0
- package/dist/lib/icons/ScrollToTopIcon.d.ts +2 -0
- package/dist/lib/icons/ScrollToTopIcon.js +4 -0
- package/dist/lib/icons/SearchLgIcon.d.ts +2 -0
- package/dist/lib/icons/SearchLgIcon.js +4 -0
- package/dist/lib/icons/SearchRefractionIcon.d.ts +2 -0
- package/dist/lib/icons/SearchRefractionIcon.js +4 -0
- package/dist/lib/icons/Settings02Icon.d.ts +2 -0
- package/dist/lib/icons/Settings02Icon.js +4 -0
- package/dist/lib/icons/Spinner02Icon.d.ts +2 -0
- package/dist/lib/icons/Spinner02Icon.js +4 -0
- package/dist/lib/icons/SpinnerIcon.d.ts +2 -0
- package/dist/lib/icons/SpinnerIcon.js +5 -0
- package/dist/lib/icons/Star01Icon.d.ts +2 -0
- package/dist/lib/icons/Star01Icon.js +4 -0
- package/dist/lib/icons/StarIcon.d.ts +3 -0
- package/dist/lib/icons/StarIcon.js +7 -0
- package/dist/lib/icons/StopWatchIcon.d.ts +2 -0
- package/dist/lib/icons/StopWatchIcon.js +4 -0
- package/dist/lib/icons/Target04Icon.d.ts +2 -0
- package/dist/lib/icons/Target04Icon.js +4 -0
- package/dist/lib/icons/Trophy01Icon.d.ts +2 -0
- package/dist/lib/icons/Trophy01Icon.js +4 -0
- package/dist/lib/icons/Tv03Icon.d.ts +2 -0
- package/dist/lib/icons/Tv03Icon.js +4 -0
- package/dist/lib/icons/UploadCloud02Icon.d.ts +2 -0
- package/dist/lib/icons/UploadCloud02Icon.js +4 -0
- package/dist/lib/icons/User01Icon.d.ts +2 -0
- package/dist/lib/icons/User01Icon.js +4 -0
- package/dist/lib/icons/User02Icon.d.ts +2 -0
- package/dist/lib/icons/User02Icon.js +4 -0
- package/dist/lib/icons/Wallet02Icon.d.ts +2 -0
- package/dist/lib/icons/Wallet02Icon.js +4 -0
- package/dist/lib/icons/XCircleIcon.d.ts +1 -0
- package/dist/lib/icons/XCircleIcon.js +4 -0
- package/dist/lib/icons/XIcon.d.ts +1 -0
- package/dist/lib/icons/XIcon.js +4 -0
- package/dist/lib/middleware.d.ts +3 -0
- package/dist/lib/middleware.js +34 -0
- package/dist/lib/next.config.d.ts +3 -0
- package/dist/lib/next.config.js +45 -0
- package/dist/lib/schemas/forgotPasswordSchema.d.ts +32 -0
- package/dist/lib/schemas/forgotPasswordSchema.js +15 -0
- package/dist/lib/server/services/authenticate.d.ts +2 -0
- package/dist/lib/server/services/authenticate.js +18 -0
- package/dist/lib/server/services/getSession.d.ts +2 -0
- package/dist/lib/server/services/getSession.js +18 -0
- package/dist/lib/server/services/signIn.d.ts +3 -0
- package/dist/lib/server/services/signIn.js +22 -0
- package/dist/lib/server/services/signOut.d.ts +1 -0
- package/dist/lib/server/services/signOut.js +16 -0
- package/dist/lib/server/utils/prefetchAccountQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchAccountQuery.js +24 -0
- package/dist/lib/server/utils/prefetchAvailablePromosQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchAvailablePromosQuery.js +24 -0
- package/dist/lib/server/utils/prefetchAvailableQuestsCountQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchAvailableQuestsCountQuery.js +24 -0
- package/dist/lib/server/utils/prefetchAvailableQuestsQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchAvailableQuestsQuery.js +24 -0
- package/dist/lib/server/utils/prefetchBetRecordsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchBetRecordsQuery.js +25 -0
- package/dist/lib/server/utils/prefetchBonusQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchBonusQuery.js +25 -0
- package/dist/lib/server/utils/prefetchBonusesCountQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchBonusesCountQuery.js +24 -0
- package/dist/lib/server/utils/prefetchBonusesQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchBonusesQuery.js +24 -0
- package/dist/lib/server/utils/prefetchCashbackBonusQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchCashbackBonusQuery.js +24 -0
- package/dist/lib/server/utils/prefetchCashbackBonusesCountQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchCashbackBonusesCountQuery.js +24 -0
- package/dist/lib/server/utils/prefetchCashbackBonusesQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchCashbackBonusesQuery.js +24 -0
- package/dist/lib/server/utils/prefetchCashbackQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchCashbackQuery.js +16 -0
- package/dist/lib/server/utils/prefetchCashbacksQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchCashbacksQuery.js +17 -0
- package/dist/lib/server/utils/prefetchDepositQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchDepositQuery.js +25 -0
- package/dist/lib/server/utils/prefetchDepositRecordsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchDepositRecordsQuery.js +25 -0
- package/dist/lib/server/utils/prefetchDepositsCountQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchDepositsCountQuery.js +25 -0
- package/dist/lib/server/utils/prefetchFavoriteGamesQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchFavoriteGamesQuery.js +25 -0
- package/dist/lib/server/utils/prefetchFileQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchFileQuery.js +24 -0
- package/dist/lib/server/utils/prefetchGamesQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchGamesQuery.js +20 -0
- package/dist/lib/server/utils/prefetchInstapayBankListQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchInstapayBankListQuery.js +25 -0
- package/dist/lib/server/utils/prefetchIsMayaSessionValidQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchIsMayaSessionValidQuery.js +30 -0
- package/dist/lib/server/utils/prefetchJackpotPayoutsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchJackpotPayoutsQuery.js +20 -0
- package/dist/lib/server/utils/prefetchJackpotsCountQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchJackpotsCountQuery.js +15 -0
- package/dist/lib/server/utils/prefetchJackpotsNextQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchJackpotsNextQuery.js +16 -0
- package/dist/lib/server/utils/prefetchJackpotsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchJackpotsQuery.js +20 -0
- package/dist/lib/server/utils/prefetchMemberVerificationQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchMemberVerificationQuery.js +24 -0
- package/dist/lib/server/utils/prefetchOnboardingStatusQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchOnboardingStatusQuery.js +25 -0
- package/dist/lib/server/utils/prefetchPaymentSettingsQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchPaymentSettingsQuery.js +24 -0
- package/dist/lib/server/utils/prefetchPlatformQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchPlatformQuery.js +15 -0
- package/dist/lib/server/utils/prefetchProfileCompletionQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchProfileCompletionQuery.js +24 -0
- package/dist/lib/server/utils/prefetchPromoQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchPromoQuery.js +16 -0
- package/dist/lib/server/utils/prefetchPromosQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchPromosQuery.js +15 -0
- package/dist/lib/server/utils/prefetchRecommendedGamesQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchRecommendedGamesQuery.js +24 -0
- package/dist/lib/server/utils/prefetchSessionHealthQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchSessionHealthQuery.js +24 -0
- package/dist/lib/server/utils/prefetchSessionQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchSessionQuery.js +15 -0
- package/dist/lib/server/utils/prefetchSiteQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchSiteQuery.js +15 -0
- package/dist/lib/server/utils/prefetchTopWinsQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchTopWinsQuery.js +15 -0
- package/dist/lib/server/utils/prefetchTournamentsCountQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchTournamentsCountQuery.js +15 -0
- package/dist/lib/server/utils/prefetchTournamentsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchTournamentsQuery.js +16 -0
- package/dist/lib/server/utils/prefetchTransactionRecordsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchTransactionRecordsQuery.js +25 -0
- package/dist/lib/server/utils/prefetchUnreadMessagesCountQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchUnreadMessagesCountQuery.js +24 -0
- package/dist/lib/server/utils/prefetchWalletQuery.d.ts +1 -0
- package/dist/lib/server/utils/prefetchWalletQuery.js +25 -0
- package/dist/lib/server/utils/prefetchWithdrawalRecordsQuery.d.ts +2 -0
- package/dist/lib/server/utils/prefetchWithdrawalRecordsQuery.js +25 -0
- package/dist/lib/services/ObjectType.d.ts +10 -0
- package/dist/lib/services/ObjectType.js +10 -0
- package/dist/lib/services/account.d.ts +431 -0
- package/dist/lib/services/account.js +316 -0
- package/dist/lib/services/auth.d.ts +104 -0
- package/dist/lib/services/auth.js +197 -0
- package/dist/lib/services/cmsPortal.d.ts +43 -0
- package/dist/lib/services/cmsPortal.js +174 -0
- package/dist/lib/services/file.d.ts +38 -0
- package/dist/lib/services/file.js +43 -0
- package/dist/lib/services/game.d.ts +45 -0
- package/dist/lib/services/game.js +41 -0
- package/dist/lib/services/graphqlRequest.d.ts +4 -0
- package/dist/lib/services/graphqlRequest.js +281 -0
- package/dist/lib/services/httpRequest.d.ts +23 -0
- package/dist/lib/services/httpRequest.js +142 -0
- package/dist/lib/services/portal.d.ts +33 -0
- package/dist/lib/services/portal.js +56 -0
- package/dist/lib/services/queries.d.ts +147 -0
- package/dist/lib/services/queries.js +3374 -0
- package/dist/lib/services/report.d.ts +243 -0
- package/dist/lib/services/report.js +124 -0
- package/dist/lib/services/sha256.d.ts +4 -0
- package/dist/lib/services/sha256.js +16 -0
- package/dist/lib/services/trigger.d.ts +94 -0
- package/dist/lib/services/trigger.js +92 -0
- package/dist/lib/services/wallet.d.ts +741 -0
- package/dist/lib/services/wallet.js +633 -0
- package/dist/lib/types/crazywinTypes.d.ts +30 -0
- package/dist/lib/types/crazywinTypes.js +19 -0
- package/dist/lib/types/index.d.ts +968 -0
- package/dist/lib/types/index.js +1 -0
- package/dist/lib/ui/AlertDialog/AlertDialog.d.ts +508 -0
- package/dist/lib/ui/AlertDialog/AlertDialog.js +18 -0
- package/dist/lib/ui/AlertDialog/alertDialog.recipe.d.ts +46 -0
- package/dist/lib/ui/AlertDialog/alertDialog.recipe.js +17 -0
- package/dist/lib/ui/AlertDialog/index.d.ts +1 -0
- package/dist/lib/ui/AlertDialog/index.js +1 -0
- package/dist/lib/ui/Avatar/Avatar.d.ts +68 -0
- package/dist/lib/ui/Avatar/Avatar.js +9 -0
- package/dist/lib/ui/Avatar/avatar.recipe.d.ts +22 -0
- package/dist/lib/ui/Avatar/avatar.recipe.js +21 -0
- package/dist/lib/ui/Avatar/index.d.ts +1 -0
- package/dist/lib/ui/Avatar/index.js +1 -0
- package/dist/lib/ui/Badge/Badge.d.ts +438 -0
- package/dist/lib/ui/Badge/Badge.js +12 -0
- package/dist/lib/ui/Badge/badge.anatomy.d.ts +1 -0
- package/dist/lib/ui/Badge/badge.anatomy.js +2 -0
- package/dist/lib/ui/Badge/badge.recipe.d.ts +106 -0
- package/dist/lib/ui/Badge/badge.recipe.js +125 -0
- package/dist/lib/ui/Badge/index.d.ts +1 -0
- package/dist/lib/ui/Badge/index.js +1 -0
- package/dist/lib/ui/Button/Button.d.ts +7 -0
- package/dist/lib/ui/Button/Button.js +13 -0
- package/dist/lib/ui/Button/button.recipe.d.ts +57 -0
- package/dist/lib/ui/Button/button.recipe.js +56 -0
- package/dist/lib/ui/Button/index.d.ts +1 -0
- package/dist/lib/ui/Button/index.js +1 -0
- package/dist/lib/ui/Carousel/Carousel.d.ts +443 -0
- package/dist/lib/ui/Carousel/Carousel.js +15 -0
- package/dist/lib/ui/Carousel/carousel.recipe.d.ts +49 -0
- package/dist/lib/ui/Carousel/carousel.recipe.js +6 -0
- package/dist/lib/ui/Carousel/index.d.ts +1 -0
- package/dist/lib/ui/Carousel/index.js +1 -0
- package/dist/lib/ui/Checkbox/Checkbox.d.ts +307 -0
- package/dist/lib/ui/Checkbox/Checkbox.js +12 -0
- package/dist/lib/ui/Checkbox/checkbox.recipe.d.ts +43 -0
- package/dist/lib/ui/Checkbox/checkbox.recipe.js +50 -0
- package/dist/lib/ui/Checkbox/index.d.ts +1 -0
- package/dist/lib/ui/Checkbox/index.js +1 -0
- package/dist/lib/ui/Clipboard/Clipboard.d.ts +224 -0
- package/dist/lib/ui/Clipboard/Clipboard.js +12 -0
- package/dist/lib/ui/Clipboard/clipboard.recipe.d.ts +37 -0
- package/dist/lib/ui/Clipboard/clipboard.recipe.js +38 -0
- package/dist/lib/ui/Clipboard/index.d.ts +1 -0
- package/dist/lib/ui/Clipboard/index.js +1 -0
- package/dist/lib/ui/Collapsible/Collapsible.d.ts +114 -0
- package/dist/lib/ui/Collapsible/Collapsible.js +10 -0
- package/dist/lib/ui/Collapsible/collapsible.recipe.d.ts +28 -0
- package/dist/lib/ui/Collapsible/collapsible.recipe.js +9 -0
- package/dist/lib/ui/Collapsible/index.d.ts +1 -0
- package/dist/lib/ui/Collapsible/index.js +1 -0
- package/dist/lib/ui/Combobox/Combobox.d.ts +857 -0
- package/dist/lib/ui/Combobox/Combobox.js +21 -0
- package/dist/lib/ui/Combobox/combobox.recipe.d.ts +61 -0
- package/dist/lib/ui/Combobox/combobox.recipe.js +64 -0
- package/dist/lib/ui/Combobox/index.d.ts +1 -0
- package/dist/lib/ui/Combobox/index.js +1 -0
- package/dist/lib/ui/DatePicker/DatePicker.d.ts +1106 -0
- package/dist/lib/ui/DatePicker/DatePicker.js +30 -0
- package/dist/lib/ui/DatePicker/datePicker.recipe.d.ts +46 -0
- package/dist/lib/ui/DatePicker/datePicker.recipe.js +65 -0
- package/dist/lib/ui/DatePicker/index.d.ts +1 -0
- package/dist/lib/ui/DatePicker/index.js +1 -0
- package/dist/lib/ui/Dialog/Dialog.d.ts +244 -0
- package/dist/lib/ui/Dialog/Dialog.js +18 -0
- package/dist/lib/ui/Dialog/dialog.recipe.d.ts +22 -0
- package/dist/lib/ui/Dialog/dialog.recipe.js +20 -0
- package/dist/lib/ui/Dialog/index.d.ts +1 -0
- package/dist/lib/ui/Dialog/index.js +1 -0
- package/dist/lib/ui/Drawer/Drawer.d.ts +310 -0
- package/dist/lib/ui/Drawer/Drawer.js +18 -0
- package/dist/lib/ui/Drawer/drawer.recipe.d.ts +28 -0
- package/dist/lib/ui/Drawer/drawer.recipe.js +24 -0
- package/dist/lib/ui/Drawer/index.d.ts +1 -0
- package/dist/lib/ui/Drawer/index.js +1 -0
- package/dist/lib/ui/Field/Field.d.ts +408 -0
- package/dist/lib/ui/Field/Field.js +13 -0
- package/dist/lib/ui/Field/field.recipe.d.ts +58 -0
- package/dist/lib/ui/Field/field.recipe.js +51 -0
- package/dist/lib/ui/Field/index.d.ts +1 -0
- package/dist/lib/ui/Field/index.js +1 -0
- package/dist/lib/ui/IconButton/IconButton.d.ts +7 -0
- package/dist/lib/ui/IconButton/IconButton.js +13 -0
- package/dist/lib/ui/IconButton/iconButton.recipe.d.ts +82 -0
- package/dist/lib/ui/IconButton/iconButton.recipe.js +19 -0
- package/dist/lib/ui/IconButton/index.d.ts +1 -0
- package/dist/lib/ui/IconButton/index.js +1 -0
- package/dist/lib/ui/Menu/Menu.d.ts +1047 -0
- package/dist/lib/ui/Menu/Menu.js +25 -0
- package/dist/lib/ui/Menu/index.d.ts +1 -0
- package/dist/lib/ui/Menu/index.js +1 -0
- package/dist/lib/ui/Menu/menu.recipe.d.ts +58 -0
- package/dist/lib/ui/Menu/menu.recipe.js +6 -0
- package/dist/lib/ui/NumberInput/NumberInput.d.ts +202 -0
- package/dist/lib/ui/NumberInput/NumberInput.js +14 -0
- package/dist/lib/ui/NumberInput/index.d.ts +1 -0
- package/dist/lib/ui/NumberInput/index.js +1 -0
- package/dist/lib/ui/NumberInput/numberInput.recipe.d.ts +25 -0
- package/dist/lib/ui/NumberInput/numberInput.recipe.js +24 -0
- package/dist/lib/ui/PasswordInput/PasswordInput.d.ts +242 -0
- package/dist/lib/ui/PasswordInput/PasswordInput.js +12 -0
- package/dist/lib/ui/PasswordInput/index.d.ts +1 -0
- package/dist/lib/ui/PasswordInput/index.js +1 -0
- package/dist/lib/ui/PasswordInput/passwordInput.recipe.d.ts +40 -0
- package/dist/lib/ui/PasswordInput/passwordInput.recipe.js +39 -0
- package/dist/lib/ui/PinInput/PinInput.d.ts +163 -0
- package/dist/lib/ui/PinInput/PinInput.js +11 -0
- package/dist/lib/ui/PinInput/index.d.ts +1 -0
- package/dist/lib/ui/PinInput/index.js +1 -0
- package/dist/lib/ui/PinInput/pinInput.recipe.d.ts +40 -0
- package/dist/lib/ui/PinInput/pinInput.recipe.js +38 -0
- package/dist/lib/ui/Popover/Popover.d.ts +508 -0
- package/dist/lib/ui/Popover/Popover.js +17 -0
- package/dist/lib/ui/Popover/index.d.ts +1 -0
- package/dist/lib/ui/Popover/index.js +1 -0
- package/dist/lib/ui/Popover/popover.recipe.d.ts +46 -0
- package/dist/lib/ui/Popover/popover.recipe.js +9 -0
- package/dist/lib/ui/Portal/Portal.d.ts +7 -0
- package/dist/lib/ui/Portal/Portal.js +5 -0
- package/dist/lib/ui/Portal/index.d.ts +1 -0
- package/dist/lib/ui/Portal/index.js +1 -0
- package/dist/lib/ui/Presence/Presence.d.ts +2 -0
- package/dist/lib/ui/Presence/Presence.js +7 -0
- package/dist/lib/ui/Presence/index.d.ts +1 -0
- package/dist/lib/ui/Presence/index.js +1 -0
- package/dist/lib/ui/Progress/Progress.d.ts +335 -0
- package/dist/lib/ui/Progress/Progress.js +15 -0
- package/dist/lib/ui/Progress/index.d.ts +1 -0
- package/dist/lib/ui/Progress/index.js +1 -0
- package/dist/lib/ui/Progress/progress.recipe.d.ts +37 -0
- package/dist/lib/ui/Progress/progress.recipe.js +32 -0
- package/dist/lib/ui/Prose/Prose.d.ts +6 -0
- package/dist/lib/ui/Prose/Prose.js +7 -0
- package/dist/lib/ui/Prose/index.d.ts +1 -0
- package/dist/lib/ui/Prose/index.js +1 -0
- package/dist/lib/ui/QrCode/QrCode.d.ts +157 -0
- package/dist/lib/ui/QrCode/QrCode.js +11 -0
- package/dist/lib/ui/QrCode/index.d.ts +1 -0
- package/dist/lib/ui/QrCode/index.js +1 -0
- package/dist/lib/ui/QrCode/qrCode.recipe.d.ts +31 -0
- package/dist/lib/ui/QrCode/qrCode.recipe.js +6 -0
- package/dist/lib/ui/SegmentGroup/SegmentGroup.d.ts +226 -0
- package/dist/lib/ui/SegmentGroup/SegmentGroup.js +14 -0
- package/dist/lib/ui/SegmentGroup/index.d.ts +1 -0
- package/dist/lib/ui/SegmentGroup/index.js +1 -0
- package/dist/lib/ui/SegmentGroup/segmentGroup.recipe.d.ts +37 -0
- package/dist/lib/ui/SegmentGroup/segmentGroup.recipe.js +33 -0
- package/dist/lib/ui/Select/Select.d.ts +739 -0
- package/dist/lib/ui/Select/Select.js +23 -0
- package/dist/lib/ui/Select/index.d.ts +1 -0
- package/dist/lib/ui/Select/index.js +1 -0
- package/dist/lib/ui/Select/select.recipe.d.ts +49 -0
- package/dist/lib/ui/Select/select.recipe.js +38 -0
- package/dist/lib/ui/Table/Table.d.ts +301 -0
- package/dist/lib/ui/Table/Table.js +12 -0
- package/dist/lib/ui/Table/index.d.ts +1 -0
- package/dist/lib/ui/Table/index.js +1 -0
- package/dist/lib/ui/Table/table.anatomy.d.ts +1 -0
- package/dist/lib/ui/Table/table.anatomy.js +2 -0
- package/dist/lib/ui/Table/table.recipe.d.ts +43 -0
- package/dist/lib/ui/Table/table.recipe.js +27 -0
- package/dist/lib/ui/Tabs/Tabs.d.ts +187 -0
- package/dist/lib/ui/Tabs/Tabs.js +11 -0
- package/dist/lib/ui/Tabs/index.d.ts +1 -0
- package/dist/lib/ui/Tabs/index.js +1 -0
- package/dist/lib/ui/Tabs/tabs.recipe.d.ts +37 -0
- package/dist/lib/ui/Tabs/tabs.recipe.js +33 -0
- package/dist/lib/ui/Tooltip/Tooltip.d.ts +188 -0
- package/dist/lib/ui/Tooltip/Tooltip.js +12 -0
- package/dist/lib/ui/Tooltip/index.d.ts +1 -0
- package/dist/lib/ui/Tooltip/index.js +1 -0
- package/dist/lib/ui/Tooltip/tooltip.recipe.d.ts +31 -0
- package/dist/lib/ui/Tooltip/tooltip.recipe.js +12 -0
- package/dist/lib/utils/anatomyToRecipeSlots.d.ts +6 -0
- package/dist/lib/utils/anatomyToRecipeSlots.js +13 -0
- package/dist/lib/utils/callIfFn.d.ts +9 -0
- package/dist/lib/utils/callIfFn.js +14 -0
- package/dist/lib/utils/capitalize.d.ts +50 -0
- package/dist/lib/utils/capitalize.js +91 -0
- package/dist/lib/utils/countries/countryCodeParser.d.ts +1 -0
- package/dist/lib/utils/countries/countryCodeParser.js +9 -0
- package/dist/lib/utils/countries/flags/AlgeriaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/AlgeriaFlag.js +3 -0
- package/dist/lib/utils/countries/flags/ArubaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/ArubaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/AustraliaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/AustraliaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/AustriaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/AustriaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/BahrainFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/BahrainFlag.js +2 -0
- package/dist/lib/utils/countries/flags/BelgiumFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/BelgiumFlag.js +2 -0
- package/dist/lib/utils/countries/flags/BrazilFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/BrazilFlag.js +2 -0
- package/dist/lib/utils/countries/flags/BruneiFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/BruneiFlag.js +2 -0
- package/dist/lib/utils/countries/flags/CambodiaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/CambodiaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/CanadaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/CanadaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/CroatiaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/CroatiaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/CyprusFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/CyprusFlag.js +2 -0
- package/dist/lib/utils/countries/flags/EgyptFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/EgyptFlag.js +2 -0
- package/dist/lib/utils/countries/flags/FinlandFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/FinlandFlag.js +2 -0
- package/dist/lib/utils/countries/flags/FranceFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/FranceFlag.js +2 -0
- package/dist/lib/utils/countries/flags/GermanyFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/GermanyFlag.js +2 -0
- package/dist/lib/utils/countries/flags/GreeceFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/GreeceFlag.js +2 -0
- package/dist/lib/utils/countries/flags/GuamFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/GuamFlag.js +2 -0
- package/dist/lib/utils/countries/flags/HongKongFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/HongKongFlag.js +2 -0
- package/dist/lib/utils/countries/flags/HungaryFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/HungaryFlag.js +2 -0
- package/dist/lib/utils/countries/flags/IndianFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/IndianFlag.js +2 -0
- package/dist/lib/utils/countries/flags/IndonesianFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/IndonesianFlag.js +2 -0
- package/dist/lib/utils/countries/flags/IraqFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/IraqFlag.js +2 -0
- package/dist/lib/utils/countries/flags/IrelandFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/IrelandFlag.js +2 -0
- package/dist/lib/utils/countries/flags/IsraelFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/IsraelFlag.js +2 -0
- package/dist/lib/utils/countries/flags/ItalyFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/ItalyFlag.js +2 -0
- package/dist/lib/utils/countries/flags/JapanFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/JapanFlag.js +2 -0
- package/dist/lib/utils/countries/flags/JordanFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/JordanFlag.js +2 -0
- package/dist/lib/utils/countries/flags/KuwaitFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/KuwaitFlag.js +2 -0
- package/dist/lib/utils/countries/flags/LatviaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/LatviaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/LebanonFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/LebanonFlag.js +2 -0
- package/dist/lib/utils/countries/flags/LithuaniaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/LithuaniaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/LuxembourgFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/LuxembourgFlag.js +2 -0
- package/dist/lib/utils/countries/flags/MacauFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/MacauFlag.js +2 -0
- package/dist/lib/utils/countries/flags/MalaysianFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/MalaysianFlag.js +2 -0
- package/dist/lib/utils/countries/flags/MaltaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/MaltaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/NetherlandsFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/NetherlandsFlag.js +2 -0
- package/dist/lib/utils/countries/flags/NewZealandFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/NewZealandFlag.js +2 -0
- package/dist/lib/utils/countries/flags/NorthernMarianaIslandsFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/NorthernMarianaIslandsFlag.js +2 -0
- package/dist/lib/utils/countries/flags/NorwayFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/NorwayFlag.js +2 -0
- package/dist/lib/utils/countries/flags/OmanFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/OmanFlag.js +2 -0
- package/dist/lib/utils/countries/flags/PhilippineFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/PhilippineFlag.js +2 -0
- package/dist/lib/utils/countries/flags/PolandFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/PolandFlag.js +2 -0
- package/dist/lib/utils/countries/flags/PortugalFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/PortugalFlag.js +2 -0
- package/dist/lib/utils/countries/flags/QatarFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/QatarFlag.js +2 -0
- package/dist/lib/utils/countries/flags/RomaniaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/RomaniaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SaoTomeAndPrincipeFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SaoTomeAndPrincipeFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SaudiArabiaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SaudiArabiaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SingaporeFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SingaporeFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SlovakiaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SlovakiaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SouthKoreaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SouthKoreaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SpainFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SpainFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SwedenFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SwedenFlag.js +2 -0
- package/dist/lib/utils/countries/flags/SwitzerlandFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/SwitzerlandFlag.js +2 -0
- package/dist/lib/utils/countries/flags/TaiwanFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/TaiwanFlag.js +2 -0
- package/dist/lib/utils/countries/flags/TanzaniaFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/TanzaniaFlag.js +2 -0
- package/dist/lib/utils/countries/flags/TrinidadAndTobagoFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/TrinidadAndTobagoFlag.js +2 -0
- package/dist/lib/utils/countries/flags/TurkiyeFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/TurkiyeFlag.js +2 -0
- package/dist/lib/utils/countries/flags/UnitedArabEmiratesFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/UnitedArabEmiratesFlag.js +2 -0
- package/dist/lib/utils/countries/flags/UnitedKingdomFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/UnitedKingdomFlag.js +2 -0
- package/dist/lib/utils/countries/flags/UnitedStatesFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/UnitedStatesFlag.js +2 -0
- package/dist/lib/utils/countries/flags/UzbekistanFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/UzbekistanFlag.js +2 -0
- package/dist/lib/utils/countries/flags/VietnameseFlag.d.ts +2 -0
- package/dist/lib/utils/countries/flags/VietnameseFlag.js +2 -0
- package/dist/lib/utils/countries/flags/index.d.ts +63 -0
- package/dist/lib/utils/countries/flags/index.js +63 -0
- package/dist/lib/utils/countries/getAllCountries.d.ts +24 -0
- package/dist/lib/utils/countries/getAllCountries.js +296 -0
- package/dist/lib/utils/countries/getLocaleInfo.d.ts +2 -0
- package/dist/lib/utils/countries/getLocaleInfo.js +1154 -0
- package/dist/lib/utils/countries/types.d.ts +79 -0
- package/dist/lib/utils/countries/types.js +1 -0
- package/dist/lib/utils/countries/validateMobileNumber.d.ts +1 -0
- package/dist/lib/utils/countries/validateMobileNumber.js +159 -0
- package/dist/lib/utils/createPoll.d.ts +28 -0
- package/dist/lib/utils/createPoll.js +44 -0
- package/dist/lib/utils/createSplitProps.d.ts +12 -0
- package/dist/lib/utils/createSplitProps.js +29 -0
- package/dist/lib/utils/dataAttr.d.ts +1 -0
- package/dist/lib/utils/dataAttr.js +3 -0
- package/dist/lib/utils/downloadImage.d.ts +4 -0
- package/dist/lib/utils/downloadImage.js +47 -0
- package/dist/lib/utils/formatNumber.d.ts +24 -0
- package/dist/lib/utils/formatNumber.js +48 -0
- package/dist/lib/utils/formatter.d.ts +2 -0
- package/dist/lib/utils/formatter.js +9 -0
- package/dist/lib/utils/getGameImageUrl.d.ts +16 -0
- package/dist/lib/utils/getGameImageUrl.js +27 -0
- package/dist/lib/utils/getGameProviderData.d.ts +5 -0
- package/dist/lib/utils/getGameProviderData.js +18 -0
- package/dist/lib/utils/getGameTypeData.d.ts +5 -0
- package/dist/lib/utils/getGameTypeData.js +18 -0
- package/dist/lib/utils/getOrdinal.d.ts +1 -0
- package/dist/lib/utils/getOrdinal.js +6 -0
- package/dist/lib/utils/getPercentage.d.ts +1 -0
- package/dist/lib/utils/getPercentage.js +6 -0
- package/dist/lib/utils/getProviderData.d.ts +2 -0
- package/dist/lib/utils/getProviderData.js +310 -0
- package/dist/lib/utils/getQueryClient.d.ts +2 -0
- package/dist/lib/utils/getQueryClient.js +27 -0
- package/dist/lib/utils/isStyleEntries.d.ts +2 -0
- package/dist/lib/utils/isStyleEntries.js +5 -0
- package/dist/lib/utils/log.d.ts +3 -0
- package/dist/lib/utils/log.js +18 -0
- package/dist/lib/utils/mask.d.ts +39 -0
- package/dist/lib/utils/mask.js +44 -0
- package/dist/lib/utils/mutationKeys.d.ts +58 -0
- package/dist/lib/utils/mutationKeys.js +211 -0
- package/dist/lib/utils/onMobileDevice.d.ts +4 -0
- package/dist/lib/utils/onMobileDevice.js +9 -0
- package/dist/lib/utils/parseDecimal.d.ts +2 -0
- package/dist/lib/utils/parseDecimal.js +16 -0
- package/dist/lib/utils/queryKeys.d.ts +52 -0
- package/dist/lib/utils/queryKeys.js +49 -0
- package/dist/lib/utils/sanitizeGamesSearch.d.ts +1 -0
- package/dist/lib/utils/sanitizeGamesSearch.js +9 -0
- package/dist/lib/utils/stripTags.d.ts +1 -0
- package/dist/lib/utils/stripTags.js +4 -0
- package/dist/lib/utils/validateFile.d.ts +29 -0
- package/dist/lib/utils/validateFile.js +46 -0
- package/dist/lib/utils/withMarketId.d.ts +1 -0
- package/dist/lib/utils/withMarketId.js +5 -0
- package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
- package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
- package/dist/ui/Badge/Badge.d.ts +12 -12
- package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
- package/dist/ui/Badge/badge.recipe.d.ts +3 -3
- package/dist/ui/Carousel/Carousel.d.ts +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- 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/Menu/Menu.d.ts +198 -198
- package/dist/ui/Menu/menu.recipe.d.ts +11 -11
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- 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/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/package.json +16 -2
|
@@ -0,0 +1,3374 @@
|
|
|
1
|
+
export const FILE_FRAGMENT = /* GraphQL */ `
|
|
2
|
+
fragment FileFragment on File {
|
|
3
|
+
id
|
|
4
|
+
url
|
|
5
|
+
status
|
|
6
|
+
}
|
|
7
|
+
`;
|
|
8
|
+
export const FILE = /* GraphQL */ `
|
|
9
|
+
${FILE_FRAGMENT}
|
|
10
|
+
|
|
11
|
+
query File($id: ObjectId!) {
|
|
12
|
+
node(id: $id) {
|
|
13
|
+
... on File {
|
|
14
|
+
...FileFragment
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
`;
|
|
19
|
+
export const UPLOAD_FILE = /* GraphQL */ `
|
|
20
|
+
mutation UploadFile($input: UploadFileInput!) {
|
|
21
|
+
uploadFile(input: $input) {
|
|
22
|
+
... on FileFormatNotSupportedError {
|
|
23
|
+
name: __typename
|
|
24
|
+
message
|
|
25
|
+
}
|
|
26
|
+
... on FileNameTooLongError {
|
|
27
|
+
name: __typename
|
|
28
|
+
message
|
|
29
|
+
}
|
|
30
|
+
... on FileSizeTooBigError {
|
|
31
|
+
name: __typename
|
|
32
|
+
message
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
`;
|
|
37
|
+
export const UPLOAD_IMAGE_FILE = /* GraphQL */ `
|
|
38
|
+
mutation UploadImageFile($input: UploadFileInput!) {
|
|
39
|
+
uploadImageFile(input: $input) {
|
|
40
|
+
... on FileFormatNotSupportedError {
|
|
41
|
+
name: __typename
|
|
42
|
+
message
|
|
43
|
+
}
|
|
44
|
+
... on FileNameTooLongError {
|
|
45
|
+
name: __typename
|
|
46
|
+
message
|
|
47
|
+
}
|
|
48
|
+
... on FileSizeTooBigError {
|
|
49
|
+
name: __typename
|
|
50
|
+
message
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
55
|
+
export const UPLOAD_PRIVATE_IMAGE_FILE = /* GraphQL */ `
|
|
56
|
+
mutation UploadPrivateImageFile($input: UploadFileInput!) {
|
|
57
|
+
uploadPrivateImageFile(input: $input) {
|
|
58
|
+
... on FileFormatNotSupportedError {
|
|
59
|
+
name: __typename
|
|
60
|
+
message
|
|
61
|
+
}
|
|
62
|
+
... on FileNameTooLongError {
|
|
63
|
+
name: __typename
|
|
64
|
+
message
|
|
65
|
+
}
|
|
66
|
+
... on FileSizeTooBigError {
|
|
67
|
+
name: __typename
|
|
68
|
+
message
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
`;
|
|
73
|
+
export const WALLET = /* GraphQL */ `
|
|
74
|
+
query Wallet {
|
|
75
|
+
wallet {
|
|
76
|
+
balance
|
|
77
|
+
turnoverRequirement
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
`;
|
|
81
|
+
export const POINTS_WALLET = /* GraphQL */ `
|
|
82
|
+
query PointsWallet {
|
|
83
|
+
pointsWallet {
|
|
84
|
+
id
|
|
85
|
+
points
|
|
86
|
+
account
|
|
87
|
+
dateTimeCreated
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
`;
|
|
91
|
+
export const REDEEM_POINTS_TO_CASH = /* GraphQL */ `
|
|
92
|
+
mutation RedeemPointsToCash($input: RedeemPointsToCashInput!) {
|
|
93
|
+
redeemPointsToCash(input: $input) {
|
|
94
|
+
... on InsufficientPointsError {
|
|
95
|
+
name: __typename
|
|
96
|
+
message
|
|
97
|
+
}
|
|
98
|
+
... on PointsNotDivisibleBy100Error {
|
|
99
|
+
name: __typename
|
|
100
|
+
message
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
`;
|
|
105
|
+
export const POINTS_WALLET_TRANSACTIONS = /* GraphQL */ `
|
|
106
|
+
query PointsWalletTransactions(
|
|
107
|
+
$first: Int
|
|
108
|
+
$after: Cursor
|
|
109
|
+
$filter: MemberPointsWalletTransactionFilterInput
|
|
110
|
+
) {
|
|
111
|
+
member {
|
|
112
|
+
pointsWalletTransactions(first: $first, after: $after, filter: $filter) {
|
|
113
|
+
edges {
|
|
114
|
+
cursor
|
|
115
|
+
node {
|
|
116
|
+
... on PointsWalletTransaction {
|
|
117
|
+
id
|
|
118
|
+
type
|
|
119
|
+
amount
|
|
120
|
+
balance
|
|
121
|
+
dateTimeCreated
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
totalCount
|
|
126
|
+
pageInfo {
|
|
127
|
+
hasNextPage
|
|
128
|
+
endCursor
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
`;
|
|
134
|
+
export const REDEEM_VOUCHER = /* GraphQL */ `
|
|
135
|
+
mutation RedeemVoucher($input: RedeemVoucherInput!) {
|
|
136
|
+
redeemVoucher(input: $input) {
|
|
137
|
+
... on InvalidVoucherError {
|
|
138
|
+
name: __typename
|
|
139
|
+
message
|
|
140
|
+
}
|
|
141
|
+
... on VoucherAlreadyRedeemedError {
|
|
142
|
+
name: __typename
|
|
143
|
+
message
|
|
144
|
+
}
|
|
145
|
+
... on ExpiredVoucherError {
|
|
146
|
+
name: __typename
|
|
147
|
+
message
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
`;
|
|
152
|
+
export const GAME_SESSION = /* GraphQL */ `
|
|
153
|
+
query GameSession($id: ObjectId!) {
|
|
154
|
+
node(id: $id) {
|
|
155
|
+
... on GameSession {
|
|
156
|
+
id
|
|
157
|
+
game
|
|
158
|
+
status
|
|
159
|
+
launchUrl
|
|
160
|
+
launchOptions
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
`;
|
|
165
|
+
export const GAME_SESSION__LEGACY = /* GraphQL */ `
|
|
166
|
+
query GameSession($id: ObjectId!) {
|
|
167
|
+
node(id: $id) {
|
|
168
|
+
... on GameSession {
|
|
169
|
+
id
|
|
170
|
+
game {
|
|
171
|
+
id
|
|
172
|
+
}
|
|
173
|
+
status
|
|
174
|
+
launchUrl
|
|
175
|
+
dateTimeCreated
|
|
176
|
+
dateTimeLastUpdated
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
`;
|
|
181
|
+
export const CREATE_GAME_SESSION = /* GraphQL */ `
|
|
182
|
+
mutation CreateGameSession($input: CreateGameSessionInput!) {
|
|
183
|
+
createGameSession(input: $input) {
|
|
184
|
+
... on GameDoesNotExistError {
|
|
185
|
+
name: __typename
|
|
186
|
+
message
|
|
187
|
+
}
|
|
188
|
+
... on GameProviderNotEnabledError {
|
|
189
|
+
name: __typename
|
|
190
|
+
message
|
|
191
|
+
}
|
|
192
|
+
... on GameTypeNotEnabledError {
|
|
193
|
+
name: __typename
|
|
194
|
+
message
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
`;
|
|
199
|
+
export const END_GAME_SESSION = /* GraphQL */ `
|
|
200
|
+
mutation EndGameSession($input: EndGameSessionInput!) {
|
|
201
|
+
endGameSession(input: $input)
|
|
202
|
+
}
|
|
203
|
+
`;
|
|
204
|
+
export const END_GAME_SESSION__LEGACY = /* GraphQL */ `
|
|
205
|
+
mutation EndGameSession($input: EndGameSessionInput!) {
|
|
206
|
+
endGameSession(input: $input) {
|
|
207
|
+
... on GameSessionDoesNotExistError {
|
|
208
|
+
name: __typename
|
|
209
|
+
message
|
|
210
|
+
}
|
|
211
|
+
... on GameSessionAlreadyClosedError {
|
|
212
|
+
name: __typename
|
|
213
|
+
message
|
|
214
|
+
}
|
|
215
|
+
... on GameProviderError {
|
|
216
|
+
name: __typename
|
|
217
|
+
message
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
`;
|
|
222
|
+
export const RECOMMENDED_GAMES = /* GraphQL */ `
|
|
223
|
+
query RecommendedGames {
|
|
224
|
+
recommendedGames {
|
|
225
|
+
id
|
|
226
|
+
name
|
|
227
|
+
type
|
|
228
|
+
provider
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
`;
|
|
232
|
+
export const ANNOUNCEMENTS = /* GraphQL */ `
|
|
233
|
+
query Announcements(
|
|
234
|
+
$first: Int
|
|
235
|
+
$after: Cursor
|
|
236
|
+
$filter: AnnouncementFilterInput
|
|
237
|
+
) {
|
|
238
|
+
announcements(first: $first, after: $after, filter: $filter) {
|
|
239
|
+
edges {
|
|
240
|
+
cursor
|
|
241
|
+
node {
|
|
242
|
+
... on Announcement {
|
|
243
|
+
id
|
|
244
|
+
type
|
|
245
|
+
title
|
|
246
|
+
status
|
|
247
|
+
message
|
|
248
|
+
activationStartDateTime
|
|
249
|
+
activationEndDateTime
|
|
250
|
+
dateTimeCreated
|
|
251
|
+
dateTimeLastUpdated
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
totalCount
|
|
256
|
+
pageInfo {
|
|
257
|
+
hasNextPage
|
|
258
|
+
endCursor
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
`;
|
|
263
|
+
export const WITHDRAWAL_RECORDS = /* GraphQL */ `
|
|
264
|
+
query WithdrawalRecords(
|
|
265
|
+
$first: Int
|
|
266
|
+
$after: Cursor
|
|
267
|
+
$filter: WithdrawalRecordFilterInput
|
|
268
|
+
) {
|
|
269
|
+
member {
|
|
270
|
+
withdrawalRecords(first: $first, after: $after, filter: $filter) {
|
|
271
|
+
edges {
|
|
272
|
+
cursor
|
|
273
|
+
node {
|
|
274
|
+
... on BankWithdrawalRecord {
|
|
275
|
+
id
|
|
276
|
+
type
|
|
277
|
+
bank
|
|
278
|
+
fee
|
|
279
|
+
netAmount
|
|
280
|
+
reference
|
|
281
|
+
amount
|
|
282
|
+
status
|
|
283
|
+
error
|
|
284
|
+
withdrawalNumber
|
|
285
|
+
serialCode
|
|
286
|
+
dateTimeCreated
|
|
287
|
+
dateTimeLastUpdated
|
|
288
|
+
}
|
|
289
|
+
... on GCashWithdrawalRecord {
|
|
290
|
+
id
|
|
291
|
+
type
|
|
292
|
+
fee
|
|
293
|
+
netAmount
|
|
294
|
+
reference
|
|
295
|
+
amount
|
|
296
|
+
status
|
|
297
|
+
error
|
|
298
|
+
withdrawalNumber
|
|
299
|
+
serialCode
|
|
300
|
+
recipientMobileNumber
|
|
301
|
+
dateTimeCreated
|
|
302
|
+
dateTimeLastUpdated
|
|
303
|
+
}
|
|
304
|
+
... on ManualWithdrawalRecord {
|
|
305
|
+
id
|
|
306
|
+
type
|
|
307
|
+
fee
|
|
308
|
+
netAmount
|
|
309
|
+
reference
|
|
310
|
+
amount
|
|
311
|
+
status
|
|
312
|
+
error
|
|
313
|
+
withdrawalNumber
|
|
314
|
+
serialCode
|
|
315
|
+
dateTimeCreated
|
|
316
|
+
dateTimeLastUpdated
|
|
317
|
+
}
|
|
318
|
+
... on MayaAppWithdrawalRecord {
|
|
319
|
+
id
|
|
320
|
+
type
|
|
321
|
+
fee
|
|
322
|
+
netAmount
|
|
323
|
+
reference
|
|
324
|
+
amount
|
|
325
|
+
status
|
|
326
|
+
error
|
|
327
|
+
withdrawalNumber
|
|
328
|
+
serialCode
|
|
329
|
+
dateTimeCreated
|
|
330
|
+
dateTimeLastUpdated
|
|
331
|
+
}
|
|
332
|
+
... on InstapayWithdrawalRecord {
|
|
333
|
+
id
|
|
334
|
+
type
|
|
335
|
+
fee
|
|
336
|
+
netAmount
|
|
337
|
+
bankName
|
|
338
|
+
reference
|
|
339
|
+
accountName
|
|
340
|
+
amount
|
|
341
|
+
status
|
|
342
|
+
error
|
|
343
|
+
withdrawalNumber
|
|
344
|
+
serialCode
|
|
345
|
+
dateTimeCreated
|
|
346
|
+
dateTimeLastUpdated
|
|
347
|
+
}
|
|
348
|
+
... on ManualUPIWithdrawalRecord {
|
|
349
|
+
id
|
|
350
|
+
type
|
|
351
|
+
fee
|
|
352
|
+
netAmount
|
|
353
|
+
reference
|
|
354
|
+
amount
|
|
355
|
+
status
|
|
356
|
+
error
|
|
357
|
+
withdrawalNumber
|
|
358
|
+
serialCode
|
|
359
|
+
dateTimeCreated
|
|
360
|
+
dateTimeLastUpdated
|
|
361
|
+
}
|
|
362
|
+
... on ManualBankWithdrawalRecord {
|
|
363
|
+
id
|
|
364
|
+
type
|
|
365
|
+
fee
|
|
366
|
+
netAmount
|
|
367
|
+
reference
|
|
368
|
+
amount
|
|
369
|
+
status
|
|
370
|
+
error
|
|
371
|
+
withdrawalNumber
|
|
372
|
+
serialCode
|
|
373
|
+
dateTimeCreated
|
|
374
|
+
dateTimeLastUpdated
|
|
375
|
+
}
|
|
376
|
+
... on VentajaDisbursementWithdrawalRecord {
|
|
377
|
+
bankName
|
|
378
|
+
id
|
|
379
|
+
type
|
|
380
|
+
fee
|
|
381
|
+
accountName
|
|
382
|
+
netAmount
|
|
383
|
+
reference
|
|
384
|
+
amount
|
|
385
|
+
status
|
|
386
|
+
error
|
|
387
|
+
withdrawalNumber
|
|
388
|
+
serialCode
|
|
389
|
+
dateTimeCreated
|
|
390
|
+
dateTimeLastUpdated
|
|
391
|
+
}
|
|
392
|
+
... on PisoPayRemittanceWithdrawalRecord {
|
|
393
|
+
bankName
|
|
394
|
+
id
|
|
395
|
+
type
|
|
396
|
+
fee
|
|
397
|
+
accountName
|
|
398
|
+
accountNumber
|
|
399
|
+
netAmount
|
|
400
|
+
reference
|
|
401
|
+
amount
|
|
402
|
+
status
|
|
403
|
+
error
|
|
404
|
+
withdrawalNumber
|
|
405
|
+
serialCode
|
|
406
|
+
dateTimeCreated
|
|
407
|
+
dateTimeLastUpdated
|
|
408
|
+
}
|
|
409
|
+
... on GCashStandardCashInWithdrawalRecord {
|
|
410
|
+
id
|
|
411
|
+
type
|
|
412
|
+
fee
|
|
413
|
+
netAmount
|
|
414
|
+
reference
|
|
415
|
+
amount
|
|
416
|
+
status
|
|
417
|
+
error
|
|
418
|
+
withdrawalNumber
|
|
419
|
+
serialCode
|
|
420
|
+
recipientMobileNumber
|
|
421
|
+
dateTimeCreated
|
|
422
|
+
dateTimeLastUpdated
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
totalCount
|
|
427
|
+
pageInfo {
|
|
428
|
+
hasNextPage
|
|
429
|
+
endCursor
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
`;
|
|
435
|
+
export const CREATE_GCASH_WITHDRAWAL = /* GraphQL */ `
|
|
436
|
+
mutation CreateGCashWithdrawal($input: CreateGCashWithdrawalInput!) {
|
|
437
|
+
createGCashWithdrawal(input: $input) {
|
|
438
|
+
... on AccountNotVerifiedError {
|
|
439
|
+
name: __typename
|
|
440
|
+
message
|
|
441
|
+
}
|
|
442
|
+
... on InvalidTransactionPasswordError {
|
|
443
|
+
name: __typename
|
|
444
|
+
message
|
|
445
|
+
}
|
|
446
|
+
... on InvalidWithdrawalAmountError {
|
|
447
|
+
name: __typename
|
|
448
|
+
message
|
|
449
|
+
}
|
|
450
|
+
... on MobileNumberNotVerifiedError {
|
|
451
|
+
name: __typename
|
|
452
|
+
message
|
|
453
|
+
}
|
|
454
|
+
... on NotEnoughBalanceError {
|
|
455
|
+
name: __typename
|
|
456
|
+
message
|
|
457
|
+
}
|
|
458
|
+
... on WithdrawalDailyLimitExceededError {
|
|
459
|
+
name: __typename
|
|
460
|
+
message
|
|
461
|
+
}
|
|
462
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
463
|
+
name: __typename
|
|
464
|
+
message
|
|
465
|
+
}
|
|
466
|
+
... on WalletDoesNotExistError {
|
|
467
|
+
name: __typename
|
|
468
|
+
message
|
|
469
|
+
}
|
|
470
|
+
... on TransactionPasswordNotSetError {
|
|
471
|
+
name: __typename
|
|
472
|
+
message
|
|
473
|
+
}
|
|
474
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
475
|
+
name: __typename
|
|
476
|
+
message
|
|
477
|
+
}
|
|
478
|
+
... on FirstDepositRequiredError {
|
|
479
|
+
name: __typename
|
|
480
|
+
message
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
`;
|
|
485
|
+
export const CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL = /* GraphQL */ `
|
|
486
|
+
mutation CreateGCashStandardCashInWithdrawal(
|
|
487
|
+
$input: CreateGCashStandardCashInWithdrawalInput!
|
|
488
|
+
) {
|
|
489
|
+
createGCashStandardCashInWithdrawal(input: $input) {
|
|
490
|
+
... on AccountNotVerifiedError {
|
|
491
|
+
name: __typename
|
|
492
|
+
message
|
|
493
|
+
}
|
|
494
|
+
... on InvalidTransactionPasswordError {
|
|
495
|
+
name: __typename
|
|
496
|
+
message
|
|
497
|
+
}
|
|
498
|
+
... on InvalidWithdrawalAmountError {
|
|
499
|
+
name: __typename
|
|
500
|
+
message
|
|
501
|
+
}
|
|
502
|
+
... on MobileNumberNotVerifiedError {
|
|
503
|
+
name: __typename
|
|
504
|
+
message
|
|
505
|
+
}
|
|
506
|
+
... on NotEnoughBalanceError {
|
|
507
|
+
name: __typename
|
|
508
|
+
message
|
|
509
|
+
}
|
|
510
|
+
... on WithdrawalDailyLimitExceededError {
|
|
511
|
+
name: __typename
|
|
512
|
+
message
|
|
513
|
+
}
|
|
514
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
515
|
+
name: __typename
|
|
516
|
+
message
|
|
517
|
+
}
|
|
518
|
+
... on WalletDoesNotExistError {
|
|
519
|
+
name: __typename
|
|
520
|
+
message
|
|
521
|
+
}
|
|
522
|
+
... on TransactionPasswordNotSetError {
|
|
523
|
+
name: __typename
|
|
524
|
+
message
|
|
525
|
+
}
|
|
526
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
527
|
+
name: __typename
|
|
528
|
+
message
|
|
529
|
+
}
|
|
530
|
+
... on FirstDepositRequiredError {
|
|
531
|
+
name: __typename
|
|
532
|
+
message
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
`;
|
|
537
|
+
export const CREATE_MAYA_WITHDRAWAL = /* GraphQL */ `
|
|
538
|
+
mutation CreateMayaWithdrawal($input: CreateMayaWithdrawalInput!) {
|
|
539
|
+
createMayaWithdrawal(input: $input) {
|
|
540
|
+
... on AccountNotVerifiedError {
|
|
541
|
+
name: __typename
|
|
542
|
+
message
|
|
543
|
+
}
|
|
544
|
+
... on InvalidTransactionPasswordError {
|
|
545
|
+
name: __typename
|
|
546
|
+
message
|
|
547
|
+
}
|
|
548
|
+
... on InvalidWithdrawalAmountError {
|
|
549
|
+
name: __typename
|
|
550
|
+
message
|
|
551
|
+
}
|
|
552
|
+
... on MobileNumberNotVerifiedError {
|
|
553
|
+
name: __typename
|
|
554
|
+
message
|
|
555
|
+
}
|
|
556
|
+
... on NotEnoughBalanceError {
|
|
557
|
+
name: __typename
|
|
558
|
+
message
|
|
559
|
+
}
|
|
560
|
+
... on WithdrawalDailyLimitExceededError {
|
|
561
|
+
name: __typename
|
|
562
|
+
message
|
|
563
|
+
}
|
|
564
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
565
|
+
name: __typename
|
|
566
|
+
message
|
|
567
|
+
}
|
|
568
|
+
... on FirstDepositRequiredError {
|
|
569
|
+
name: __typename
|
|
570
|
+
message
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
`;
|
|
575
|
+
export const CREATE_MAYA_APP_WITHDRAWAL = /* GraphQL */ `
|
|
576
|
+
mutation CreateMayaAppWithdrawal($input: CreateMayaAppWithdrawalInput!) {
|
|
577
|
+
createMayaAppWithdrawal(input: $input) {
|
|
578
|
+
... on AccountNotVerifiedError {
|
|
579
|
+
name: __typename
|
|
580
|
+
message
|
|
581
|
+
}
|
|
582
|
+
... on InvalidTransactionPasswordError {
|
|
583
|
+
name: __typename
|
|
584
|
+
message
|
|
585
|
+
}
|
|
586
|
+
... on InvalidWithdrawalAmountError {
|
|
587
|
+
name: __typename
|
|
588
|
+
message
|
|
589
|
+
}
|
|
590
|
+
... on NotEnoughBalanceError {
|
|
591
|
+
name: __typename
|
|
592
|
+
message
|
|
593
|
+
}
|
|
594
|
+
... on WithdrawalDailyLimitExceededError {
|
|
595
|
+
name: __typename
|
|
596
|
+
message
|
|
597
|
+
}
|
|
598
|
+
... on WalletDoesNotExistError {
|
|
599
|
+
name: __typename
|
|
600
|
+
message
|
|
601
|
+
}
|
|
602
|
+
... on TransactionPasswordNotSetError {
|
|
603
|
+
name: __typename
|
|
604
|
+
message
|
|
605
|
+
}
|
|
606
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
607
|
+
name: __typename
|
|
608
|
+
message
|
|
609
|
+
}
|
|
610
|
+
... on FirstDepositRequiredError {
|
|
611
|
+
name: __typename
|
|
612
|
+
message
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
`;
|
|
617
|
+
export const CREATE_BANK_WITHDRAWAL = /* GraphQL */ `
|
|
618
|
+
mutation CreateBankWithdrawal($input: CreateBankWithdrawalInput!) {
|
|
619
|
+
createBankWithdrawal(input: $input) {
|
|
620
|
+
... on MobileNumberNotVerifiedError {
|
|
621
|
+
name: __typename
|
|
622
|
+
message
|
|
623
|
+
}
|
|
624
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
625
|
+
name: __typename
|
|
626
|
+
message
|
|
627
|
+
}
|
|
628
|
+
... on FirstDepositRequiredError {
|
|
629
|
+
name: __typename
|
|
630
|
+
message
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
`;
|
|
635
|
+
export const CREATE_AIO_INSTAPAY_WITHDRAWAL = /* GraphQL */ `
|
|
636
|
+
mutation CreateAIOInstapayWithdrawal(
|
|
637
|
+
$input: CreateAIOInstapayWithdrawalInput!
|
|
638
|
+
) {
|
|
639
|
+
createAIOInstapayWithdrawal(input: $input) {
|
|
640
|
+
... on AccountNotVerifiedError {
|
|
641
|
+
name: __typename
|
|
642
|
+
message
|
|
643
|
+
}
|
|
644
|
+
... on InvalidWithdrawalAmountError {
|
|
645
|
+
name: __typename
|
|
646
|
+
message
|
|
647
|
+
}
|
|
648
|
+
... on WithdrawalDailyLimitExceededError {
|
|
649
|
+
name: __typename
|
|
650
|
+
message
|
|
651
|
+
}
|
|
652
|
+
... on InvalidTransactionPasswordError {
|
|
653
|
+
name: __typename
|
|
654
|
+
message
|
|
655
|
+
}
|
|
656
|
+
... on NotEnoughBalanceError {
|
|
657
|
+
name: __typename
|
|
658
|
+
message
|
|
659
|
+
}
|
|
660
|
+
... on WalletDoesNotExistError {
|
|
661
|
+
name: __typename
|
|
662
|
+
message
|
|
663
|
+
}
|
|
664
|
+
... on TransactionPasswordNotSetError {
|
|
665
|
+
name: __typename
|
|
666
|
+
message
|
|
667
|
+
}
|
|
668
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
669
|
+
name: __typename
|
|
670
|
+
message
|
|
671
|
+
}
|
|
672
|
+
... on FirstDepositRequiredError {
|
|
673
|
+
name: __typename
|
|
674
|
+
message
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
`;
|
|
680
|
+
export const CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT = /* GraphQL */ `
|
|
681
|
+
mutation CreateAIOInstapayWithdrawal_next(
|
|
682
|
+
$input: CreateAIOInstapayWithdrawalInput_next!
|
|
683
|
+
) {
|
|
684
|
+
createAIOInstapayWithdrawal_next(input: $input) {
|
|
685
|
+
... on AccountNotVerifiedError {
|
|
686
|
+
name: __typename
|
|
687
|
+
message
|
|
688
|
+
}
|
|
689
|
+
... on InvalidWithdrawalAmountError {
|
|
690
|
+
name: __typename
|
|
691
|
+
message
|
|
692
|
+
}
|
|
693
|
+
... on WithdrawalDailyLimitExceededError {
|
|
694
|
+
name: __typename
|
|
695
|
+
message
|
|
696
|
+
}
|
|
697
|
+
... on InvalidTransactionPasswordError {
|
|
698
|
+
name: __typename
|
|
699
|
+
message
|
|
700
|
+
}
|
|
701
|
+
... on NotEnoughBalanceError {
|
|
702
|
+
name: __typename
|
|
703
|
+
message
|
|
704
|
+
}
|
|
705
|
+
... on WalletDoesNotExistError {
|
|
706
|
+
name: __typename
|
|
707
|
+
message
|
|
708
|
+
}
|
|
709
|
+
... on TransactionPasswordNotSetError {
|
|
710
|
+
name: __typename
|
|
711
|
+
message
|
|
712
|
+
}
|
|
713
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
714
|
+
name: __typename
|
|
715
|
+
message
|
|
716
|
+
}
|
|
717
|
+
... on FirstDepositRequiredError {
|
|
718
|
+
name: __typename
|
|
719
|
+
message
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
`;
|
|
724
|
+
export const CREATE_VENTAJA_WITHDRAWAL = /* GraphQL */ `
|
|
725
|
+
mutation CreateVentajaDisbursementWithdrawal(
|
|
726
|
+
$input: CreateVentajaDisbursementWithdrawalInput!
|
|
727
|
+
$transactionPassword: String!
|
|
728
|
+
) {
|
|
729
|
+
createVentajaDisbursementWithdrawal(
|
|
730
|
+
input: $input
|
|
731
|
+
transactionPassword: $transactionPassword
|
|
732
|
+
) {
|
|
733
|
+
... on AccountNotVerifiedError {
|
|
734
|
+
name: __typename
|
|
735
|
+
message
|
|
736
|
+
}
|
|
737
|
+
... on InvalidWithdrawalAmountError {
|
|
738
|
+
name: __typename
|
|
739
|
+
message
|
|
740
|
+
}
|
|
741
|
+
... on WithdrawalDailyLimitExceededError {
|
|
742
|
+
name: __typename
|
|
743
|
+
message
|
|
744
|
+
}
|
|
745
|
+
... on NotEnoughBalanceError {
|
|
746
|
+
name: __typename
|
|
747
|
+
message
|
|
748
|
+
}
|
|
749
|
+
... on WalletDoesNotExistError {
|
|
750
|
+
name: __typename
|
|
751
|
+
message
|
|
752
|
+
}
|
|
753
|
+
... on TransactionPasswordNotSetError {
|
|
754
|
+
name: __typename
|
|
755
|
+
message
|
|
756
|
+
}
|
|
757
|
+
... on InvalidTransactionPasswordError {
|
|
758
|
+
name: __typename
|
|
759
|
+
message
|
|
760
|
+
}
|
|
761
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
762
|
+
name: __typename
|
|
763
|
+
message
|
|
764
|
+
}
|
|
765
|
+
... on FirstDepositRequiredError {
|
|
766
|
+
name: __typename
|
|
767
|
+
message
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
`;
|
|
772
|
+
export const CREATE_PISO_PAY_WITHDRAWAL = /* GraphQL */ `
|
|
773
|
+
mutation CreatePisopayWithdrawal(
|
|
774
|
+
$input: CreatePisoPayRemittanceWithdrawalInput!
|
|
775
|
+
$transactionPassword: String!
|
|
776
|
+
) {
|
|
777
|
+
createPisoPayRemittanceWithdrawal(
|
|
778
|
+
input: $input
|
|
779
|
+
transactionPassword: $transactionPassword
|
|
780
|
+
) {
|
|
781
|
+
... on AccountNotVerifiedError {
|
|
782
|
+
name: __typename
|
|
783
|
+
message
|
|
784
|
+
}
|
|
785
|
+
... on InvalidWithdrawalAmountError {
|
|
786
|
+
name: __typename
|
|
787
|
+
message
|
|
788
|
+
}
|
|
789
|
+
... on WithdrawalDailyLimitExceededError {
|
|
790
|
+
name: __typename
|
|
791
|
+
message
|
|
792
|
+
}
|
|
793
|
+
... on InvalidTransactionPasswordError {
|
|
794
|
+
name: __typename
|
|
795
|
+
message
|
|
796
|
+
}
|
|
797
|
+
... on NotEnoughBalanceError {
|
|
798
|
+
name: __typename
|
|
799
|
+
message
|
|
800
|
+
}
|
|
801
|
+
... on WalletDoesNotExistError {
|
|
802
|
+
name: __typename
|
|
803
|
+
message
|
|
804
|
+
}
|
|
805
|
+
... on TransactionPasswordNotSetError {
|
|
806
|
+
name: __typename
|
|
807
|
+
message
|
|
808
|
+
}
|
|
809
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
810
|
+
name: __typename
|
|
811
|
+
message
|
|
812
|
+
}
|
|
813
|
+
... on FirstDepositRequiredError {
|
|
814
|
+
name: __typename
|
|
815
|
+
message
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
`;
|
|
820
|
+
export const CREATE_MANUAL_UPI_WITHDRAWAL = /* GraphQL */ `
|
|
821
|
+
mutation CreateManualUPIWithdrawal($input: CreateManualUPIWithdrawalInput!) {
|
|
822
|
+
createManualUPIWithdrawal(input: $input) {
|
|
823
|
+
... on AccountNotVerifiedError {
|
|
824
|
+
name: __typename
|
|
825
|
+
message
|
|
826
|
+
}
|
|
827
|
+
... on InvalidWithdrawalAmountError {
|
|
828
|
+
name: __typename
|
|
829
|
+
message
|
|
830
|
+
}
|
|
831
|
+
... on WithdrawalDailyLimitExceededError {
|
|
832
|
+
name: __typename
|
|
833
|
+
message
|
|
834
|
+
}
|
|
835
|
+
... on NotEnoughBalanceError {
|
|
836
|
+
name: __typename
|
|
837
|
+
message
|
|
838
|
+
}
|
|
839
|
+
... on WalletDoesNotExistError {
|
|
840
|
+
name: __typename
|
|
841
|
+
message
|
|
842
|
+
}
|
|
843
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
844
|
+
name: __typename
|
|
845
|
+
message
|
|
846
|
+
}
|
|
847
|
+
... on FirstDepositRequiredError {
|
|
848
|
+
name: __typename
|
|
849
|
+
message
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
`;
|
|
854
|
+
export const CREATE_MANUAL_BANK_WITHDRAWAL = /* GraphQL */ `
|
|
855
|
+
mutation CreateManualBankWithdrawal(
|
|
856
|
+
$input: CreateManualBankWithdrawalInput!
|
|
857
|
+
) {
|
|
858
|
+
createManualBankWithdrawal(input: $input) {
|
|
859
|
+
... on AccountNotVerifiedError {
|
|
860
|
+
name: __typename
|
|
861
|
+
message
|
|
862
|
+
}
|
|
863
|
+
... on InvalidWithdrawalAmountError {
|
|
864
|
+
name: __typename
|
|
865
|
+
message
|
|
866
|
+
}
|
|
867
|
+
... on WithdrawalDailyLimitExceededError {
|
|
868
|
+
name: __typename
|
|
869
|
+
message
|
|
870
|
+
}
|
|
871
|
+
... on NotEnoughBalanceError {
|
|
872
|
+
name: __typename
|
|
873
|
+
message
|
|
874
|
+
}
|
|
875
|
+
... on WalletDoesNotExistError {
|
|
876
|
+
name: __typename
|
|
877
|
+
message
|
|
878
|
+
}
|
|
879
|
+
... on TurnoverRequirementNotYetFulfilledError {
|
|
880
|
+
name: __typename
|
|
881
|
+
message
|
|
882
|
+
}
|
|
883
|
+
... on FirstDepositRequiredError {
|
|
884
|
+
name: __typename
|
|
885
|
+
message
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
`;
|
|
890
|
+
export const INSTAPAY_BANK_LIST = /* GraphQL */ `
|
|
891
|
+
query InstapayBankList {
|
|
892
|
+
instapayBankList {
|
|
893
|
+
id
|
|
894
|
+
code
|
|
895
|
+
name
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
`;
|
|
899
|
+
export const REMAINING_DAILY_WITHDRAWALS_COUNT = /* GraphQL */ `
|
|
900
|
+
query RemainingDailyWithdrawalsCount {
|
|
901
|
+
remainingDailyWithdrawalsCount
|
|
902
|
+
}
|
|
903
|
+
`;
|
|
904
|
+
export const DEPOSIT_RECORDS = /* GraphQL */ `
|
|
905
|
+
query DepositRecords(
|
|
906
|
+
$after: Cursor
|
|
907
|
+
$first: Int
|
|
908
|
+
$filter: DepositRecordFilterInput
|
|
909
|
+
) {
|
|
910
|
+
member {
|
|
911
|
+
depositRecords(after: $after, first: $first, filter: $filter) {
|
|
912
|
+
edges {
|
|
913
|
+
cursor
|
|
914
|
+
node {
|
|
915
|
+
... on DepositRecord {
|
|
916
|
+
id
|
|
917
|
+
type
|
|
918
|
+
amount
|
|
919
|
+
netAmount
|
|
920
|
+
fee
|
|
921
|
+
status
|
|
922
|
+
deposit
|
|
923
|
+
reference
|
|
924
|
+
depositNumber
|
|
925
|
+
dateTimeCreated
|
|
926
|
+
dateTimeLastUpdated
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
totalCount
|
|
931
|
+
pageInfo {
|
|
932
|
+
hasNextPage
|
|
933
|
+
endCursor
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
`;
|
|
939
|
+
export const CREATE_AIO_GCASH_DEPOSIT = /* GraphQL */ `
|
|
940
|
+
mutation CreateAiOGCashDeposit($input: CreateAiOGCashDepositInput!) {
|
|
941
|
+
createAiOGCashDeposit(input: $input) {
|
|
942
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
943
|
+
name: __typename
|
|
944
|
+
message
|
|
945
|
+
}
|
|
946
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
947
|
+
name: __typename
|
|
948
|
+
message
|
|
949
|
+
}
|
|
950
|
+
... on MaximumDepositAmountExceededError {
|
|
951
|
+
name: __typename
|
|
952
|
+
message
|
|
953
|
+
}
|
|
954
|
+
... on MinimumDepositAmountNotMetError {
|
|
955
|
+
name: __typename
|
|
956
|
+
message
|
|
957
|
+
}
|
|
958
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
959
|
+
name: __typename
|
|
960
|
+
message
|
|
961
|
+
}
|
|
962
|
+
... on PromoNotEnabledError {
|
|
963
|
+
name: __typename
|
|
964
|
+
message
|
|
965
|
+
}
|
|
966
|
+
... on WalletDoesNotExistError {
|
|
967
|
+
name: __typename
|
|
968
|
+
message
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
`;
|
|
973
|
+
export const CREATE_AURIX_PAY_GCASH_DEPOSIT = /* GraphQL */ `
|
|
974
|
+
mutation CreateAurixPayGCashDeposit($input: CreateAurixPayGCashDepositInput!) {
|
|
975
|
+
createAurixPayGCashDeposit(input: $input) {
|
|
976
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
977
|
+
name: __typename
|
|
978
|
+
message
|
|
979
|
+
}
|
|
980
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
981
|
+
name: __typename
|
|
982
|
+
message
|
|
983
|
+
}
|
|
984
|
+
... on MaximumDepositAmountExceededError {
|
|
985
|
+
name: __typename
|
|
986
|
+
message
|
|
987
|
+
}
|
|
988
|
+
... on MinimumDepositAmountNotMetError {
|
|
989
|
+
name: __typename
|
|
990
|
+
message
|
|
991
|
+
}
|
|
992
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
993
|
+
name: __typename
|
|
994
|
+
message
|
|
995
|
+
}
|
|
996
|
+
... on PromoNotEnabledError {
|
|
997
|
+
name: __typename
|
|
998
|
+
message
|
|
999
|
+
}
|
|
1000
|
+
... on WalletDoesNotExistError {
|
|
1001
|
+
name: __typename
|
|
1002
|
+
message
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
`;
|
|
1007
|
+
export const CREATE_AURIX_PAY_PAY_MAYA_DEPOSIT = /* GraphQL */ `
|
|
1008
|
+
mutation CreateAurixPayPayMayaDeposit($input: CreateAurixPayPayMayaDepositInput!) {
|
|
1009
|
+
createAurixPayPayMayaDeposit(input: $input) {
|
|
1010
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1011
|
+
name: __typename
|
|
1012
|
+
message
|
|
1013
|
+
}
|
|
1014
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1015
|
+
name: __typename
|
|
1016
|
+
message
|
|
1017
|
+
}
|
|
1018
|
+
... on MaximumDepositAmountExceededError {
|
|
1019
|
+
name: __typename
|
|
1020
|
+
message
|
|
1021
|
+
}
|
|
1022
|
+
... on MinimumDepositAmountNotMetError {
|
|
1023
|
+
name: __typename
|
|
1024
|
+
message
|
|
1025
|
+
}
|
|
1026
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1027
|
+
name: __typename
|
|
1028
|
+
message
|
|
1029
|
+
}
|
|
1030
|
+
... on PromoNotEnabledError {
|
|
1031
|
+
name: __typename
|
|
1032
|
+
message
|
|
1033
|
+
}
|
|
1034
|
+
... on WalletDoesNotExistError {
|
|
1035
|
+
name: __typename
|
|
1036
|
+
message
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
`;
|
|
1041
|
+
export const CREATE_AURIX_PAY_GRAB_PAY_DEPOSIT = /* GraphQL */ `
|
|
1042
|
+
mutation CreateAurixPayGrabPayDeposit($input: CreateAurixPayGrabPayDepositInput!) {
|
|
1043
|
+
createAurixPayGrabPayDeposit(input: $input) {
|
|
1044
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1045
|
+
name: __typename
|
|
1046
|
+
message
|
|
1047
|
+
}
|
|
1048
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1049
|
+
name: __typename
|
|
1050
|
+
message
|
|
1051
|
+
}
|
|
1052
|
+
... on MaximumDepositAmountExceededError {
|
|
1053
|
+
name: __typename
|
|
1054
|
+
message
|
|
1055
|
+
}
|
|
1056
|
+
... on MinimumDepositAmountNotMetError {
|
|
1057
|
+
name: __typename
|
|
1058
|
+
message
|
|
1059
|
+
}
|
|
1060
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1061
|
+
name: __typename
|
|
1062
|
+
message
|
|
1063
|
+
}
|
|
1064
|
+
... on PromoNotEnabledError {
|
|
1065
|
+
name: __typename
|
|
1066
|
+
message
|
|
1067
|
+
}
|
|
1068
|
+
... on WalletDoesNotExistError {
|
|
1069
|
+
name: __typename
|
|
1070
|
+
message
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
`;
|
|
1075
|
+
export const CREATE_AURIX_PAY_QR_PH_DEPOSIT = /* GraphQL */ `
|
|
1076
|
+
mutation CreateAurixPayQrphDeposit($input: CreateAurixPayQRPHDepositInput!) {
|
|
1077
|
+
createAurixPayQRPHDeposit(input: $input) {
|
|
1078
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1079
|
+
name: __typename
|
|
1080
|
+
message
|
|
1081
|
+
}
|
|
1082
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1083
|
+
name: __typename
|
|
1084
|
+
message
|
|
1085
|
+
}
|
|
1086
|
+
... on MaximumDepositAmountExceededError {
|
|
1087
|
+
name: __typename
|
|
1088
|
+
message
|
|
1089
|
+
}
|
|
1090
|
+
... on MinimumDepositAmountNotMetError {
|
|
1091
|
+
name: __typename
|
|
1092
|
+
message
|
|
1093
|
+
}
|
|
1094
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1095
|
+
name: __typename
|
|
1096
|
+
message
|
|
1097
|
+
}
|
|
1098
|
+
... on PromoNotEnabledError {
|
|
1099
|
+
name: __typename
|
|
1100
|
+
message
|
|
1101
|
+
}
|
|
1102
|
+
... on WalletDoesNotExistError {
|
|
1103
|
+
name: __typename
|
|
1104
|
+
message
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
`;
|
|
1109
|
+
export const CREATE_AIO_PAY_MAYA_DEPOSIT = /* GraphQL */ `
|
|
1110
|
+
mutation CreateAiOPayMayaDeposit($input: CreateAiOPayMayaDepositInput!) {
|
|
1111
|
+
createAiOPayMayaDeposit(input: $input) {
|
|
1112
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1113
|
+
name: __typename
|
|
1114
|
+
message
|
|
1115
|
+
}
|
|
1116
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1117
|
+
name: __typename
|
|
1118
|
+
message
|
|
1119
|
+
}
|
|
1120
|
+
... on MaximumDepositAmountExceededError {
|
|
1121
|
+
name: __typename
|
|
1122
|
+
message
|
|
1123
|
+
}
|
|
1124
|
+
... on MinimumDepositAmountNotMetError {
|
|
1125
|
+
name: __typename
|
|
1126
|
+
message
|
|
1127
|
+
}
|
|
1128
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1129
|
+
name: __typename
|
|
1130
|
+
message
|
|
1131
|
+
}
|
|
1132
|
+
... on PromoNotEnabledError {
|
|
1133
|
+
name: __typename
|
|
1134
|
+
message
|
|
1135
|
+
}
|
|
1136
|
+
... on WalletDoesNotExistError {
|
|
1137
|
+
name: __typename
|
|
1138
|
+
message
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
`;
|
|
1143
|
+
export const CREATE_AIO_GRAB_PAY_DEPOSIT = /* GraphQL */ `
|
|
1144
|
+
mutation CreateAiOGrabPayDeposit($input: CreateAiOGrabPayDepositInput!) {
|
|
1145
|
+
createAiOGrabPayDeposit(input: $input) {
|
|
1146
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1147
|
+
name: __typename
|
|
1148
|
+
message
|
|
1149
|
+
}
|
|
1150
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1151
|
+
name: __typename
|
|
1152
|
+
message
|
|
1153
|
+
}
|
|
1154
|
+
... on MaximumDepositAmountExceededError {
|
|
1155
|
+
name: __typename
|
|
1156
|
+
message
|
|
1157
|
+
}
|
|
1158
|
+
... on MinimumDepositAmountNotMetError {
|
|
1159
|
+
name: __typename
|
|
1160
|
+
message
|
|
1161
|
+
}
|
|
1162
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1163
|
+
name: __typename
|
|
1164
|
+
message
|
|
1165
|
+
}
|
|
1166
|
+
... on PromoNotEnabledError {
|
|
1167
|
+
name: __typename
|
|
1168
|
+
message
|
|
1169
|
+
}
|
|
1170
|
+
... on WalletDoesNotExistError {
|
|
1171
|
+
name: __typename
|
|
1172
|
+
message
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
`;
|
|
1177
|
+
export const CREATE_AIO_PALAWAN_PAY_DEPOSIT = /* GraphQL */ `
|
|
1178
|
+
mutation CreateAiOPalawanPayDeposit($input: CreateAiOPalawanPayDepositInput!) {
|
|
1179
|
+
createAiOPalawanPayDeposit(input: $input) {
|
|
1180
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1181
|
+
name: __typename
|
|
1182
|
+
message
|
|
1183
|
+
}
|
|
1184
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1185
|
+
name: __typename
|
|
1186
|
+
message
|
|
1187
|
+
}
|
|
1188
|
+
... on MaximumDepositAmountExceededError {
|
|
1189
|
+
name: __typename
|
|
1190
|
+
message
|
|
1191
|
+
}
|
|
1192
|
+
... on MinimumDepositAmountNotMetError {
|
|
1193
|
+
name: __typename
|
|
1194
|
+
message
|
|
1195
|
+
}
|
|
1196
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1197
|
+
name: __typename
|
|
1198
|
+
message
|
|
1199
|
+
}
|
|
1200
|
+
... on PromoNotEnabledError {
|
|
1201
|
+
name: __typename
|
|
1202
|
+
message
|
|
1203
|
+
}
|
|
1204
|
+
... on WalletDoesNotExistError {
|
|
1205
|
+
name: __typename
|
|
1206
|
+
message
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
`;
|
|
1211
|
+
export const CREATE_GCASH_DEPOSIT = /* GraphQL */ `
|
|
1212
|
+
mutation CreateGCashDeposit($input: CreateGCashDepositInput!) {
|
|
1213
|
+
createGCashDeposit(input: $input) {
|
|
1214
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1215
|
+
name: __typename
|
|
1216
|
+
message
|
|
1217
|
+
}
|
|
1218
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1219
|
+
name: __typename
|
|
1220
|
+
message
|
|
1221
|
+
}
|
|
1222
|
+
... on MaximumDepositAmountExceededError {
|
|
1223
|
+
name: __typename
|
|
1224
|
+
message
|
|
1225
|
+
}
|
|
1226
|
+
... on MinimumDepositAmountNotMetError {
|
|
1227
|
+
name: __typename
|
|
1228
|
+
message
|
|
1229
|
+
}
|
|
1230
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1231
|
+
name: __typename
|
|
1232
|
+
message
|
|
1233
|
+
}
|
|
1234
|
+
... on PromoNotEnabledError {
|
|
1235
|
+
name: __typename
|
|
1236
|
+
message
|
|
1237
|
+
}
|
|
1238
|
+
... on WalletDoesNotExistError {
|
|
1239
|
+
name: __typename
|
|
1240
|
+
message
|
|
1241
|
+
}
|
|
1242
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
1243
|
+
name: __typename
|
|
1244
|
+
message
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
`;
|
|
1249
|
+
export const CREATE_GCASH_WEBPAY_DEPOSIT = /* GraphQL */ `
|
|
1250
|
+
mutation CreateGCashWebpayDeposit(
|
|
1251
|
+
$input: CreateGCashWebpayDepositInput!
|
|
1252
|
+
) {
|
|
1253
|
+
createGCashWebpayDeposit(input: $input) {
|
|
1254
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1255
|
+
name: __typename
|
|
1256
|
+
message
|
|
1257
|
+
}
|
|
1258
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1259
|
+
name: __typename
|
|
1260
|
+
message
|
|
1261
|
+
}
|
|
1262
|
+
... on MaximumDepositAmountExceededError {
|
|
1263
|
+
name: __typename
|
|
1264
|
+
message
|
|
1265
|
+
}
|
|
1266
|
+
... on MinimumDepositAmountNotMetError {
|
|
1267
|
+
name: __typename
|
|
1268
|
+
message
|
|
1269
|
+
}
|
|
1270
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1271
|
+
name: __typename
|
|
1272
|
+
message
|
|
1273
|
+
}
|
|
1274
|
+
... on PromoNotEnabledError {
|
|
1275
|
+
name: __typename
|
|
1276
|
+
message
|
|
1277
|
+
}
|
|
1278
|
+
... on WalletDoesNotExistError {
|
|
1279
|
+
name: __typename
|
|
1280
|
+
message
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
`;
|
|
1285
|
+
export const CREATE_LIBANGAN_DEPOSIT = /* GraphQL */ `
|
|
1286
|
+
mutation CreateLibanganPayInDeposit(
|
|
1287
|
+
$input: CreateLibanganPayInDepositInput!
|
|
1288
|
+
) {
|
|
1289
|
+
createLibanganPayInDeposit(input: $input) {
|
|
1290
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1291
|
+
name: __typename
|
|
1292
|
+
message
|
|
1293
|
+
}
|
|
1294
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1295
|
+
name: __typename
|
|
1296
|
+
message
|
|
1297
|
+
}
|
|
1298
|
+
... on MaximumDepositAmountExceededError {
|
|
1299
|
+
name: __typename
|
|
1300
|
+
message
|
|
1301
|
+
}
|
|
1302
|
+
... on MinimumDepositAmountNotMetError {
|
|
1303
|
+
name: __typename
|
|
1304
|
+
message
|
|
1305
|
+
}
|
|
1306
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1307
|
+
name: __typename
|
|
1308
|
+
message
|
|
1309
|
+
}
|
|
1310
|
+
... on PromoNotEnabledError {
|
|
1311
|
+
name: __typename
|
|
1312
|
+
message
|
|
1313
|
+
}
|
|
1314
|
+
... on WalletDoesNotExistError {
|
|
1315
|
+
name: __typename
|
|
1316
|
+
message
|
|
1317
|
+
}
|
|
1318
|
+
... on ExpiredSessionError {
|
|
1319
|
+
name: __typename
|
|
1320
|
+
message
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
`;
|
|
1325
|
+
export const CREATE_PISO_PAY_DEPOSIT = /* GraphQL */ `
|
|
1326
|
+
mutation CreatePisoPayDeposit($input: CreatePisoPayCheckoutDepositInput!) {
|
|
1327
|
+
createPisoPayCheckoutDeposit(input: $input) {
|
|
1328
|
+
... on WalletDoesNotExistError {
|
|
1329
|
+
name: __typename
|
|
1330
|
+
message
|
|
1331
|
+
}
|
|
1332
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1333
|
+
name: __typename
|
|
1334
|
+
message
|
|
1335
|
+
}
|
|
1336
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1337
|
+
name: __typename
|
|
1338
|
+
message
|
|
1339
|
+
}
|
|
1340
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1341
|
+
name: __typename
|
|
1342
|
+
message
|
|
1343
|
+
}
|
|
1344
|
+
... on MinimumDepositAmountNotMetError {
|
|
1345
|
+
name: __typename
|
|
1346
|
+
message
|
|
1347
|
+
}
|
|
1348
|
+
... on MaximumDepositAmountExceededError {
|
|
1349
|
+
name: __typename
|
|
1350
|
+
message
|
|
1351
|
+
}
|
|
1352
|
+
... on PromoNotEnabledError {
|
|
1353
|
+
name: __typename
|
|
1354
|
+
message
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
`;
|
|
1359
|
+
export const CREATE_MAYA_DEPOSIT = /* GraphQL */ `
|
|
1360
|
+
mutation CreateMayaDeposit($input: CreateMayaDepositInput!) {
|
|
1361
|
+
createMayaDeposit(input: $input) {
|
|
1362
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1363
|
+
name: __typename
|
|
1364
|
+
message
|
|
1365
|
+
}
|
|
1366
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1367
|
+
name: __typename
|
|
1368
|
+
message
|
|
1369
|
+
}
|
|
1370
|
+
... on MaximumDepositAmountExceededError {
|
|
1371
|
+
name: __typename
|
|
1372
|
+
message
|
|
1373
|
+
}
|
|
1374
|
+
... on MinimumDepositAmountNotMetError {
|
|
1375
|
+
name: __typename
|
|
1376
|
+
message
|
|
1377
|
+
}
|
|
1378
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1379
|
+
name: __typename
|
|
1380
|
+
message
|
|
1381
|
+
}
|
|
1382
|
+
... on PromoNotEnabledError {
|
|
1383
|
+
name: __typename
|
|
1384
|
+
message
|
|
1385
|
+
}
|
|
1386
|
+
... on WalletDoesNotExistError {
|
|
1387
|
+
name: __typename
|
|
1388
|
+
message
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
`;
|
|
1393
|
+
export const CREATE_MAYA_WEBPAY_DEPOSIT = /* GraphQL */ `
|
|
1394
|
+
mutation CreateMayaWebpayDeposit($input: CreateMayaWebpayDepositInput!) {
|
|
1395
|
+
createMayaWebpayDeposit(input: $input) {
|
|
1396
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1397
|
+
name: __typename
|
|
1398
|
+
message
|
|
1399
|
+
}
|
|
1400
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1401
|
+
name: __typename
|
|
1402
|
+
message
|
|
1403
|
+
}
|
|
1404
|
+
... on MaximumDepositAmountExceededError {
|
|
1405
|
+
name: __typename
|
|
1406
|
+
message
|
|
1407
|
+
}
|
|
1408
|
+
... on MinimumDepositAmountNotMetError {
|
|
1409
|
+
name: __typename
|
|
1410
|
+
message
|
|
1411
|
+
}
|
|
1412
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1413
|
+
name: __typename
|
|
1414
|
+
message
|
|
1415
|
+
}
|
|
1416
|
+
... on PromoNotEnabledError {
|
|
1417
|
+
name: __typename
|
|
1418
|
+
message
|
|
1419
|
+
}
|
|
1420
|
+
... on WalletDoesNotExistError {
|
|
1421
|
+
name: __typename
|
|
1422
|
+
message
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
`;
|
|
1427
|
+
export const CREATE_MAYA_APP_DEPOSIT = /* GraphQL */ `
|
|
1428
|
+
mutation CreateMayaAppDeposit($input: CreateMayaAppDepositInput!) {
|
|
1429
|
+
createMayaAppDeposit(input: $input) {
|
|
1430
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1431
|
+
name: __typename
|
|
1432
|
+
message
|
|
1433
|
+
}
|
|
1434
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1435
|
+
name: __typename
|
|
1436
|
+
message
|
|
1437
|
+
}
|
|
1438
|
+
... on MaximumDepositAmountExceededError {
|
|
1439
|
+
name: __typename
|
|
1440
|
+
message
|
|
1441
|
+
}
|
|
1442
|
+
... on MinimumDepositAmountNotMetError {
|
|
1443
|
+
name: __typename
|
|
1444
|
+
message
|
|
1445
|
+
}
|
|
1446
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1447
|
+
name: __typename
|
|
1448
|
+
message
|
|
1449
|
+
}
|
|
1450
|
+
... on PromoNotEnabledError {
|
|
1451
|
+
name: __typename
|
|
1452
|
+
message
|
|
1453
|
+
}
|
|
1454
|
+
... on WalletDoesNotExistError {
|
|
1455
|
+
name: __typename
|
|
1456
|
+
message
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
`;
|
|
1461
|
+
export const CREATE_AIO_QRPH_DEPOSIT = /* GraphQL */ `
|
|
1462
|
+
mutation CreateAIOQRPHDeposit($input: CreateAIOQRPHDepositInput!) {
|
|
1463
|
+
createAIOQRPHDeposit(input: $input) {
|
|
1464
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1465
|
+
name: __typename
|
|
1466
|
+
message
|
|
1467
|
+
}
|
|
1468
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1469
|
+
name: __typename
|
|
1470
|
+
message
|
|
1471
|
+
}
|
|
1472
|
+
... on MaximumDepositAmountExceededError {
|
|
1473
|
+
name: __typename
|
|
1474
|
+
message
|
|
1475
|
+
}
|
|
1476
|
+
... on MinimumDepositAmountNotMetError {
|
|
1477
|
+
name: __typename
|
|
1478
|
+
message
|
|
1479
|
+
}
|
|
1480
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1481
|
+
name: __typename
|
|
1482
|
+
message
|
|
1483
|
+
}
|
|
1484
|
+
... on PromoNotEnabledError {
|
|
1485
|
+
name: __typename
|
|
1486
|
+
message
|
|
1487
|
+
}
|
|
1488
|
+
... on WalletDoesNotExistError {
|
|
1489
|
+
name: __typename
|
|
1490
|
+
message
|
|
1491
|
+
}
|
|
1492
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
1493
|
+
name: __typename
|
|
1494
|
+
message
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
`;
|
|
1499
|
+
export const CREATE_AIO_ONLINE_BANK_DEPOSIT = /* GraphQL */ `
|
|
1500
|
+
mutation CreateAIOOnlineBankDeposit(
|
|
1501
|
+
$input: CreateAIOOnlineBankDepositInput!
|
|
1502
|
+
) {
|
|
1503
|
+
createAIOOnlineBankDeposit(input: $input) {
|
|
1504
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1505
|
+
name: __typename
|
|
1506
|
+
message
|
|
1507
|
+
}
|
|
1508
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1509
|
+
name: __typename
|
|
1510
|
+
message
|
|
1511
|
+
}
|
|
1512
|
+
... on MaximumDepositAmountExceededError {
|
|
1513
|
+
name: __typename
|
|
1514
|
+
message
|
|
1515
|
+
}
|
|
1516
|
+
... on MinimumDepositAmountNotMetError {
|
|
1517
|
+
name: __typename
|
|
1518
|
+
message
|
|
1519
|
+
}
|
|
1520
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1521
|
+
name: __typename
|
|
1522
|
+
message
|
|
1523
|
+
}
|
|
1524
|
+
... on PromoNotEnabledError {
|
|
1525
|
+
name: __typename
|
|
1526
|
+
message
|
|
1527
|
+
}
|
|
1528
|
+
... on WalletDoesNotExistError {
|
|
1529
|
+
name: __typename
|
|
1530
|
+
message
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1534
|
+
`;
|
|
1535
|
+
export const CREATE_MANUAL_BANK_DEPOSIT = /* GraphQL */ `
|
|
1536
|
+
mutation CreateManualBankDeposit($input: CreateManualBankDepositInput!) {
|
|
1537
|
+
createManualBankDeposit(input: $input) {
|
|
1538
|
+
... on WalletDoesNotExistError {
|
|
1539
|
+
name: __typename
|
|
1540
|
+
message
|
|
1541
|
+
}
|
|
1542
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1543
|
+
name: __typename
|
|
1544
|
+
message
|
|
1545
|
+
}
|
|
1546
|
+
... on MinimumDepositAmountNotMetError {
|
|
1547
|
+
name: __typename
|
|
1548
|
+
message
|
|
1549
|
+
}
|
|
1550
|
+
... on PromoNotEnabledError {
|
|
1551
|
+
name: __typename
|
|
1552
|
+
message
|
|
1553
|
+
}
|
|
1554
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1555
|
+
name: __typename
|
|
1556
|
+
message
|
|
1557
|
+
}
|
|
1558
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1559
|
+
name: __typename
|
|
1560
|
+
message
|
|
1561
|
+
}
|
|
1562
|
+
... on MaximumDepositAmountExceededError {
|
|
1563
|
+
name: __typename
|
|
1564
|
+
message
|
|
1565
|
+
}
|
|
1566
|
+
... on FileDoesNotExistError {
|
|
1567
|
+
name: __typename
|
|
1568
|
+
message
|
|
1569
|
+
}
|
|
1570
|
+
... on FileNotReadyError {
|
|
1571
|
+
name: __typename
|
|
1572
|
+
message
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
`;
|
|
1577
|
+
export const CREATE_MANUAL_UPI_DEPOSIT = /* GraphQL */ `
|
|
1578
|
+
mutation CreateManualUPIDeposit($input: CreateManualUPIDepositInput!) {
|
|
1579
|
+
createManualUPIDeposit(input: $input) {
|
|
1580
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1581
|
+
name: __typename
|
|
1582
|
+
message
|
|
1583
|
+
}
|
|
1584
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1585
|
+
name: __typename
|
|
1586
|
+
message
|
|
1587
|
+
}
|
|
1588
|
+
... on MaximumDepositAmountExceededError {
|
|
1589
|
+
name: __typename
|
|
1590
|
+
message
|
|
1591
|
+
}
|
|
1592
|
+
... on MinimumDepositAmountNotMetError {
|
|
1593
|
+
name: __typename
|
|
1594
|
+
message
|
|
1595
|
+
}
|
|
1596
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1597
|
+
name: __typename
|
|
1598
|
+
message
|
|
1599
|
+
}
|
|
1600
|
+
... on PromoNotEnabledError {
|
|
1601
|
+
name: __typename
|
|
1602
|
+
message
|
|
1603
|
+
}
|
|
1604
|
+
... on WalletDoesNotExistError {
|
|
1605
|
+
name: __typename
|
|
1606
|
+
message
|
|
1607
|
+
}
|
|
1608
|
+
... on UPIReferenceNotAvailableError {
|
|
1609
|
+
name: __typename
|
|
1610
|
+
message
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
`;
|
|
1615
|
+
export const DEPOSIT = /* GraphQL */ `
|
|
1616
|
+
query Deposit($id: ObjectId!) {
|
|
1617
|
+
node(id: $id) {
|
|
1618
|
+
... on GCashDeposit {
|
|
1619
|
+
id
|
|
1620
|
+
type
|
|
1621
|
+
status
|
|
1622
|
+
checkoutUrl
|
|
1623
|
+
error
|
|
1624
|
+
}
|
|
1625
|
+
... on MayaDeposit {
|
|
1626
|
+
id
|
|
1627
|
+
type
|
|
1628
|
+
status
|
|
1629
|
+
checkoutUrl
|
|
1630
|
+
}
|
|
1631
|
+
... on MayaAppDeposit {
|
|
1632
|
+
id
|
|
1633
|
+
type
|
|
1634
|
+
status
|
|
1635
|
+
error
|
|
1636
|
+
}
|
|
1637
|
+
... on BankDeposit {
|
|
1638
|
+
id
|
|
1639
|
+
type
|
|
1640
|
+
status
|
|
1641
|
+
error
|
|
1642
|
+
}
|
|
1643
|
+
... on ManualDeposit {
|
|
1644
|
+
id
|
|
1645
|
+
type
|
|
1646
|
+
status
|
|
1647
|
+
error
|
|
1648
|
+
}
|
|
1649
|
+
... on QRPHDeposit {
|
|
1650
|
+
id
|
|
1651
|
+
type
|
|
1652
|
+
status
|
|
1653
|
+
qrCode
|
|
1654
|
+
error
|
|
1655
|
+
}
|
|
1656
|
+
... on OnlineBankDeposit {
|
|
1657
|
+
id
|
|
1658
|
+
type
|
|
1659
|
+
status
|
|
1660
|
+
vca
|
|
1661
|
+
error
|
|
1662
|
+
}
|
|
1663
|
+
... on GCashWebpayDeposit {
|
|
1664
|
+
id
|
|
1665
|
+
type
|
|
1666
|
+
status
|
|
1667
|
+
checkoutUrl
|
|
1668
|
+
error
|
|
1669
|
+
}
|
|
1670
|
+
... on LibanganPayInDeposit {
|
|
1671
|
+
id
|
|
1672
|
+
type
|
|
1673
|
+
status
|
|
1674
|
+
checkoutUrl
|
|
1675
|
+
error
|
|
1676
|
+
}
|
|
1677
|
+
... on PisoPayCheckoutDeposit {
|
|
1678
|
+
id
|
|
1679
|
+
type
|
|
1680
|
+
status
|
|
1681
|
+
checkoutUrl
|
|
1682
|
+
error
|
|
1683
|
+
}
|
|
1684
|
+
... on AiOGCashDeposit {
|
|
1685
|
+
id
|
|
1686
|
+
type
|
|
1687
|
+
status
|
|
1688
|
+
checkoutUrl
|
|
1689
|
+
error
|
|
1690
|
+
}
|
|
1691
|
+
... on AiOGrabPayDeposit {
|
|
1692
|
+
id
|
|
1693
|
+
type
|
|
1694
|
+
status
|
|
1695
|
+
checkoutUrl
|
|
1696
|
+
error
|
|
1697
|
+
}
|
|
1698
|
+
... on AiOPalawanPayDeposit {
|
|
1699
|
+
id
|
|
1700
|
+
type
|
|
1701
|
+
status
|
|
1702
|
+
checkoutUrl
|
|
1703
|
+
error
|
|
1704
|
+
}
|
|
1705
|
+
... on AiOPayMayaDeposit {
|
|
1706
|
+
id
|
|
1707
|
+
type
|
|
1708
|
+
status
|
|
1709
|
+
checkoutUrl
|
|
1710
|
+
error
|
|
1711
|
+
}
|
|
1712
|
+
... on MayaWebpayDeposit {
|
|
1713
|
+
id
|
|
1714
|
+
type
|
|
1715
|
+
status
|
|
1716
|
+
checkoutUrl
|
|
1717
|
+
error
|
|
1718
|
+
}
|
|
1719
|
+
... on AurixPayQRPHDeposit {
|
|
1720
|
+
id
|
|
1721
|
+
type
|
|
1722
|
+
status
|
|
1723
|
+
qrCode
|
|
1724
|
+
error
|
|
1725
|
+
}
|
|
1726
|
+
... on AurixPayGCashDeposit {
|
|
1727
|
+
id
|
|
1728
|
+
type
|
|
1729
|
+
status
|
|
1730
|
+
checkoutUrl
|
|
1731
|
+
error
|
|
1732
|
+
}
|
|
1733
|
+
... on AurixPayPayMayaDeposit {
|
|
1734
|
+
id
|
|
1735
|
+
type
|
|
1736
|
+
status
|
|
1737
|
+
checkoutUrl
|
|
1738
|
+
error
|
|
1739
|
+
}
|
|
1740
|
+
... on AurixPayGrabPayDeposit {
|
|
1741
|
+
id
|
|
1742
|
+
type
|
|
1743
|
+
status
|
|
1744
|
+
checkoutUrl
|
|
1745
|
+
error
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
`;
|
|
1750
|
+
export const DEPOSITS_COUNT = /* GraphQL */ `
|
|
1751
|
+
query DepositsCount {
|
|
1752
|
+
member {
|
|
1753
|
+
depositsCount
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
`;
|
|
1757
|
+
export const TOUCH_GCASH_DEPOSIT = /* GraphQL */ `
|
|
1758
|
+
mutation TouchGCashDeposit($input: TouchGCashDepositInput!) {
|
|
1759
|
+
touchGCashDeposit(input: $input)
|
|
1760
|
+
}
|
|
1761
|
+
`;
|
|
1762
|
+
export const TOUCH_QRPH_DEPOSIT = /* GraphQL */ `
|
|
1763
|
+
mutation TouchQRPHDeposit($input: TouchQRPHDepositInput!) {
|
|
1764
|
+
touchQRPHDeposit(input: $input)
|
|
1765
|
+
}
|
|
1766
|
+
`;
|
|
1767
|
+
export const BET_RECORDS = /* GraphQL */ `
|
|
1768
|
+
query BetRecords($first: Int, $after: Cursor, $filter: BetRecordFilterInput) {
|
|
1769
|
+
member {
|
|
1770
|
+
betRecords(first: $first, after: $after, filter: $filter) {
|
|
1771
|
+
totalCount
|
|
1772
|
+
edges {
|
|
1773
|
+
cursor
|
|
1774
|
+
node {
|
|
1775
|
+
... on BetRecord {
|
|
1776
|
+
id
|
|
1777
|
+
serialCode
|
|
1778
|
+
game {
|
|
1779
|
+
id
|
|
1780
|
+
name
|
|
1781
|
+
type
|
|
1782
|
+
provider
|
|
1783
|
+
}
|
|
1784
|
+
bet
|
|
1785
|
+
payout
|
|
1786
|
+
winloss
|
|
1787
|
+
jackpotPayout
|
|
1788
|
+
jackpotContribution
|
|
1789
|
+
status
|
|
1790
|
+
dateTimeCreated
|
|
1791
|
+
dateTimeSettled
|
|
1792
|
+
dateTimeLastUpdated
|
|
1793
|
+
odds
|
|
1794
|
+
metadata
|
|
1795
|
+
vendorRoundId
|
|
1796
|
+
betContent
|
|
1797
|
+
contestName
|
|
1798
|
+
externalCategory
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
pageInfo {
|
|
1803
|
+
hasNextPage
|
|
1804
|
+
endCursor
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1809
|
+
`;
|
|
1810
|
+
export const TRANSACTION_RECORDS = /* GraphQL */ `
|
|
1811
|
+
query TransactionRecords(
|
|
1812
|
+
$first: Int
|
|
1813
|
+
$after: Cursor
|
|
1814
|
+
$filter: TransactionRecordFilter
|
|
1815
|
+
) {
|
|
1816
|
+
member {
|
|
1817
|
+
transactionRecords(first: $first, after: $after, filter: $filter) {
|
|
1818
|
+
edges {
|
|
1819
|
+
cursor
|
|
1820
|
+
node {
|
|
1821
|
+
... on TransactionRecord {
|
|
1822
|
+
id
|
|
1823
|
+
type
|
|
1824
|
+
amount
|
|
1825
|
+
content
|
|
1826
|
+
currentBalance
|
|
1827
|
+
currentBonusBalance
|
|
1828
|
+
referenceNumber
|
|
1829
|
+
dateTimeCreated
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
totalCount
|
|
1834
|
+
pageInfo {
|
|
1835
|
+
hasNextPage
|
|
1836
|
+
endCursor
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
`;
|
|
1842
|
+
export const PROMO_FRAGMENT = /* GraphQL */ `
|
|
1843
|
+
${FILE_FRAGMENT}
|
|
1844
|
+
|
|
1845
|
+
fragment PromoFragment on Promo {
|
|
1846
|
+
id
|
|
1847
|
+
type
|
|
1848
|
+
name
|
|
1849
|
+
banner {
|
|
1850
|
+
...FileFragment
|
|
1851
|
+
}
|
|
1852
|
+
status
|
|
1853
|
+
description
|
|
1854
|
+
maximumBonusAmount
|
|
1855
|
+
minimumBonusAmount
|
|
1856
|
+
maximumDepositAmount
|
|
1857
|
+
minimumDepositAmount
|
|
1858
|
+
activationStartDateTime
|
|
1859
|
+
turnoverRequirementContributionPercentagePerGameProvider
|
|
1860
|
+
activationEndDateTime
|
|
1861
|
+
dateTimeCreated
|
|
1862
|
+
dateTimeLastUpdated
|
|
1863
|
+
}
|
|
1864
|
+
`;
|
|
1865
|
+
export const PROMOS = /* GraphQL */ `
|
|
1866
|
+
${PROMO_FRAGMENT}
|
|
1867
|
+
|
|
1868
|
+
query Promos {
|
|
1869
|
+
promos {
|
|
1870
|
+
...PromoFragment
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
`;
|
|
1874
|
+
export const AVAILABLE_PROMOS = /* GraphQL */ `
|
|
1875
|
+
${PROMO_FRAGMENT}
|
|
1876
|
+
|
|
1877
|
+
query AvailablePromos($filter: PromoFilterInput) {
|
|
1878
|
+
availablePromos(filter: $filter) {
|
|
1879
|
+
...PromoFragment
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
`;
|
|
1883
|
+
export const PROMO = /* GraphQL */ `
|
|
1884
|
+
${PROMO_FRAGMENT}
|
|
1885
|
+
|
|
1886
|
+
query Promo($id: ObjectId!) {
|
|
1887
|
+
node(id: $id) {
|
|
1888
|
+
... on Promo {
|
|
1889
|
+
...PromoFragment
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
`;
|
|
1894
|
+
export const SPOT_BONUS_FRAGMENT = /* GraphQL */ `
|
|
1895
|
+
fragment SpotBonusFragment on SpotBonusPromo {
|
|
1896
|
+
id
|
|
1897
|
+
name
|
|
1898
|
+
type
|
|
1899
|
+
status
|
|
1900
|
+
daysToClear
|
|
1901
|
+
zeroOutThreshold
|
|
1902
|
+
turnoverRequirementMultiplier
|
|
1903
|
+
turnoverRequirementType
|
|
1904
|
+
minimumTicketOddFactorPerSportsGameProvider
|
|
1905
|
+
turnoverRequirementContributionPercentagePerGameProvider
|
|
1906
|
+
bonusAmount
|
|
1907
|
+
enabledGameProviders
|
|
1908
|
+
activationStartDateTime
|
|
1909
|
+
activationEndDateTime
|
|
1910
|
+
banner {
|
|
1911
|
+
id
|
|
1912
|
+
url
|
|
1913
|
+
}
|
|
1914
|
+
description
|
|
1915
|
+
dateTimeCreated
|
|
1916
|
+
dateTimeLastUpdated
|
|
1917
|
+
dateTimeClosed
|
|
1918
|
+
totalBonus
|
|
1919
|
+
totalDeposit
|
|
1920
|
+
totalBonusBalance
|
|
1921
|
+
totalBet
|
|
1922
|
+
totalBonusCashedOut
|
|
1923
|
+
bonusesCount
|
|
1924
|
+
closedBonusesCount
|
|
1925
|
+
closedBonusesCountPercentage
|
|
1926
|
+
activeBonusesCount
|
|
1927
|
+
clearedBonusesCount
|
|
1928
|
+
zeroedOutBonusesCount
|
|
1929
|
+
cancelledBonusesCount
|
|
1930
|
+
expiredBonusesCount
|
|
1931
|
+
code
|
|
1932
|
+
maximumBonusesCountLimit
|
|
1933
|
+
}
|
|
1934
|
+
`;
|
|
1935
|
+
export const PROMO_BY_CODE = /* GraphQL */ `
|
|
1936
|
+
${SPOT_BONUS_FRAGMENT}
|
|
1937
|
+
|
|
1938
|
+
query PromoByCode($code: String!) {
|
|
1939
|
+
promoByCode(code: $code) {
|
|
1940
|
+
...SpotBonusFragment
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
`;
|
|
1944
|
+
export const CASHBACK_FRAGMENT = /* GraphQL */ `
|
|
1945
|
+
${FILE_FRAGMENT}
|
|
1946
|
+
|
|
1947
|
+
fragment CashbackFragment on Cashback {
|
|
1948
|
+
id
|
|
1949
|
+
name
|
|
1950
|
+
banner {
|
|
1951
|
+
...FileFragment
|
|
1952
|
+
}
|
|
1953
|
+
minimumCashback
|
|
1954
|
+
maximumMonthlyCashback
|
|
1955
|
+
status
|
|
1956
|
+
description
|
|
1957
|
+
activationStartDateTime
|
|
1958
|
+
activationEndDateTime
|
|
1959
|
+
turnoverContributionPercentagePerGameProvider
|
|
1960
|
+
dateTimeCreated
|
|
1961
|
+
dateTimeLastUpdated
|
|
1962
|
+
}
|
|
1963
|
+
`;
|
|
1964
|
+
export const CASHBACKS = /* GraphQL */ `
|
|
1965
|
+
${CASHBACK_FRAGMENT}
|
|
1966
|
+
|
|
1967
|
+
query Cashbacks {
|
|
1968
|
+
cashbacks {
|
|
1969
|
+
...CashbackFragment
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
`;
|
|
1973
|
+
export const CASHBACK = /* GraphQL */ `
|
|
1974
|
+
${CASHBACK_FRAGMENT}
|
|
1975
|
+
|
|
1976
|
+
query Cashback($id: ObjectId!) {
|
|
1977
|
+
node(id: $id) {
|
|
1978
|
+
... on Cashback {
|
|
1979
|
+
...CashbackFragment
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
`;
|
|
1984
|
+
export const BONUS_FRAGMENT = /* GraphQL */ `
|
|
1985
|
+
${PROMO_FRAGMENT}
|
|
1986
|
+
|
|
1987
|
+
fragment BonusFragment on Bonus {
|
|
1988
|
+
id
|
|
1989
|
+
promo {
|
|
1990
|
+
...PromoFragment
|
|
1991
|
+
}
|
|
1992
|
+
deposit {
|
|
1993
|
+
type
|
|
1994
|
+
amount
|
|
1995
|
+
netAmount
|
|
1996
|
+
fee
|
|
1997
|
+
status
|
|
1998
|
+
reference
|
|
1999
|
+
dateTimeCreated
|
|
2000
|
+
dateTimeLastUpdated
|
|
2001
|
+
}
|
|
2002
|
+
amount
|
|
2003
|
+
balance
|
|
2004
|
+
turnoverRequirement
|
|
2005
|
+
currentTurnoverRequirementContribution
|
|
2006
|
+
currentTurnoverRequirementContributionPercentage
|
|
2007
|
+
turnoverRequirementContributionPercentagePerGameProvider
|
|
2008
|
+
enabledGameProviders
|
|
2009
|
+
expiration
|
|
2010
|
+
dateTimeCreated
|
|
2011
|
+
dateTimeLastUpdated
|
|
2012
|
+
}
|
|
2013
|
+
`;
|
|
2014
|
+
export const BONUSES = /* GraphQL */ `
|
|
2015
|
+
${BONUS_FRAGMENT}
|
|
2016
|
+
|
|
2017
|
+
query Bonuses($filter: BonusFilterInput) {
|
|
2018
|
+
bonuses(filter: $filter) {
|
|
2019
|
+
...BonusFragment
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
`;
|
|
2023
|
+
export const BONUS_IDS = /* GraphQL */ `
|
|
2024
|
+
query BonusIds {
|
|
2025
|
+
bonuses {
|
|
2026
|
+
id
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
`;
|
|
2030
|
+
export const BONUS_BALANCES = /* GraphQL */ `
|
|
2031
|
+
query BonusesBalance {
|
|
2032
|
+
bonuses {
|
|
2033
|
+
balance
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
`;
|
|
2037
|
+
export const BONUS = /* GraphQL */ `
|
|
2038
|
+
${BONUS_FRAGMENT}
|
|
2039
|
+
|
|
2040
|
+
query Bonus($id: ObjectId!) {
|
|
2041
|
+
node(id: $id) {
|
|
2042
|
+
... on Bonus {
|
|
2043
|
+
...BonusFragment
|
|
2044
|
+
}
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
`;
|
|
2048
|
+
export const CASHBACK_BONUS_FRAGMENT = /* GraphQL */ `
|
|
2049
|
+
${CASHBACK_FRAGMENT}
|
|
2050
|
+
|
|
2051
|
+
fragment CashbackBonusFragment on CashbackBonus {
|
|
2052
|
+
id
|
|
2053
|
+
balance
|
|
2054
|
+
total
|
|
2055
|
+
cashback {
|
|
2056
|
+
...CashbackFragment
|
|
2057
|
+
}
|
|
2058
|
+
dateTimeCreated
|
|
2059
|
+
dateTimeLastUpdated
|
|
2060
|
+
}
|
|
2061
|
+
`;
|
|
2062
|
+
export const CASHBACK_BONUSES = /* GraphQL */ `
|
|
2063
|
+
${CASHBACK_BONUS_FRAGMENT}
|
|
2064
|
+
|
|
2065
|
+
query CashbackBonuses {
|
|
2066
|
+
cashbackBonuses {
|
|
2067
|
+
...CashbackBonusFragment
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
`;
|
|
2071
|
+
export const CASHBACK_BONUS_IDS = /* GraphQL */ `
|
|
2072
|
+
query CashbackBonusIds {
|
|
2073
|
+
cashbackBonuses {
|
|
2074
|
+
id
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
`;
|
|
2078
|
+
export const CASHBACK_BONUS = /* GraphQL */ `
|
|
2079
|
+
${CASHBACK_BONUS_FRAGMENT}
|
|
2080
|
+
|
|
2081
|
+
query CashbackBonus($id: ObjectId!) {
|
|
2082
|
+
node(id: $id) {
|
|
2083
|
+
... on CashbackBonus {
|
|
2084
|
+
...CashbackBonusFragment
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
`;
|
|
2089
|
+
export const CLAIM_CASHBACK_BONUS = /* GraphQL */ `
|
|
2090
|
+
mutation ClaimCashbackBonus($input: ClaimCashbackBonusInput!) {
|
|
2091
|
+
claimCashbackBonus(input: $input) {
|
|
2092
|
+
... on CashbackBonusDoesNotExistError {
|
|
2093
|
+
name: __typename
|
|
2094
|
+
message
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
`;
|
|
2099
|
+
export const MEMBER = /* GraphQL */ `
|
|
2100
|
+
query Member {
|
|
2101
|
+
member {
|
|
2102
|
+
dateTimeLastActive
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
`;
|
|
2106
|
+
/**
|
|
2107
|
+
* _aka_ `Query.self`
|
|
2108
|
+
*/
|
|
2109
|
+
export const MEMBER_ACCOUNT = /* GraphQL */ `
|
|
2110
|
+
query MemberAccount {
|
|
2111
|
+
memberAccount: self {
|
|
2112
|
+
... on MemberAccount {
|
|
2113
|
+
id
|
|
2114
|
+
name
|
|
2115
|
+
status
|
|
2116
|
+
realName
|
|
2117
|
+
emailAddress
|
|
2118
|
+
mobileNumber
|
|
2119
|
+
birthDay
|
|
2120
|
+
verified
|
|
2121
|
+
verificationStatus
|
|
2122
|
+
nickName
|
|
2123
|
+
validId
|
|
2124
|
+
mobileNumberVerified
|
|
2125
|
+
mobileNumberVerificationRequired
|
|
2126
|
+
transactionPassword
|
|
2127
|
+
secretAnswerSubmitted
|
|
2128
|
+
dateTimeCreated
|
|
2129
|
+
dateTimeLastUpdated
|
|
2130
|
+
googleId
|
|
2131
|
+
facebookId
|
|
2132
|
+
branchCode
|
|
2133
|
+
cellxpertDetails {
|
|
2134
|
+
cxd
|
|
2135
|
+
dateTimeLastUpdated
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
`;
|
|
2141
|
+
export const MEMBER_VERIFICATION = /* GraphQL */ `
|
|
2142
|
+
${FILE_FRAGMENT}
|
|
2143
|
+
|
|
2144
|
+
query MemberVerification {
|
|
2145
|
+
memberAccount: self {
|
|
2146
|
+
... on MemberAccount {
|
|
2147
|
+
verification {
|
|
2148
|
+
id
|
|
2149
|
+
status
|
|
2150
|
+
address
|
|
2151
|
+
permanentAddress
|
|
2152
|
+
sourceOfIncome
|
|
2153
|
+
natureOfWork
|
|
2154
|
+
nationality
|
|
2155
|
+
placeOfBirth
|
|
2156
|
+
idFrontImage {
|
|
2157
|
+
...FileFragment
|
|
2158
|
+
}
|
|
2159
|
+
selfieImage {
|
|
2160
|
+
...FileFragment
|
|
2161
|
+
}
|
|
2162
|
+
sumsubVerified
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
`;
|
|
2168
|
+
export const REGISTER_MEMBER_ACCOUNT = /* GraphQL */ `
|
|
2169
|
+
mutation RegisterMemberAccount(
|
|
2170
|
+
$input: RegisterMemberAccountInput!
|
|
2171
|
+
$referralCode: String
|
|
2172
|
+
$verificationCode: String
|
|
2173
|
+
$reCAPTCHAResponse: String
|
|
2174
|
+
) {
|
|
2175
|
+
registerMemberAccount(
|
|
2176
|
+
input: $input
|
|
2177
|
+
referralCode: $referralCode
|
|
2178
|
+
verificationCode: $verificationCode
|
|
2179
|
+
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
2180
|
+
) {
|
|
2181
|
+
... on AccountNameNotAvailableError {
|
|
2182
|
+
name: __typename
|
|
2183
|
+
message
|
|
2184
|
+
}
|
|
2185
|
+
... on InvalidPlatformError {
|
|
2186
|
+
name: __typename
|
|
2187
|
+
message
|
|
2188
|
+
}
|
|
2189
|
+
... on InvalidPlatformError {
|
|
2190
|
+
name: __typename
|
|
2191
|
+
message
|
|
2192
|
+
}
|
|
2193
|
+
... on InvalidReCAPTCHAResponseError {
|
|
2194
|
+
name: __typename
|
|
2195
|
+
message
|
|
2196
|
+
}
|
|
2197
|
+
... on InvalidSMSVerificationCodeError {
|
|
2198
|
+
name: __typename
|
|
2199
|
+
message
|
|
2200
|
+
}
|
|
2201
|
+
... on MinimumAgeRequirementError {
|
|
2202
|
+
name: __typename
|
|
2203
|
+
message
|
|
2204
|
+
}
|
|
2205
|
+
... on MobileNumberNotAvailableError {
|
|
2206
|
+
name: __typename
|
|
2207
|
+
message
|
|
2208
|
+
}
|
|
2209
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
2210
|
+
name: __typename
|
|
2211
|
+
message
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
}
|
|
2215
|
+
`;
|
|
2216
|
+
export const REGISTER_MEMBER_ACCOUNT_BY_NAME = /* GraphQL */ `
|
|
2217
|
+
mutation RegisterMemberAccountByName(
|
|
2218
|
+
$input: RegisterMemberAccountByNameInput!
|
|
2219
|
+
$reCAPTCHAResponse: String!
|
|
2220
|
+
) {
|
|
2221
|
+
registerMemberAccountByName(
|
|
2222
|
+
input: $input
|
|
2223
|
+
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
2224
|
+
) {
|
|
2225
|
+
... on AccountNameNotAvailableError {
|
|
2226
|
+
name: __typename
|
|
2227
|
+
message
|
|
2228
|
+
}
|
|
2229
|
+
... on InvalidPlatformError {
|
|
2230
|
+
name: __typename
|
|
2231
|
+
message
|
|
2232
|
+
}
|
|
2233
|
+
... on InvalidReCAPTCHAResponseError {
|
|
2234
|
+
name: __typename
|
|
2235
|
+
message
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
`;
|
|
2240
|
+
export const REGISTER_MEMBER_ACCOUNT_VIA_MOBILE = /* GraphQL */ `
|
|
2241
|
+
mutation RegisterMemberAccountViaMobile(
|
|
2242
|
+
$input: RegisterMemberAccountViaMobileInput!
|
|
2243
|
+
$referralCode: String
|
|
2244
|
+
$reCAPTCHAResponse: String
|
|
2245
|
+
$verificationCode: String
|
|
2246
|
+
) {
|
|
2247
|
+
registerMemberAccountViaMobile(
|
|
2248
|
+
input: $input
|
|
2249
|
+
referralCode: $referralCode
|
|
2250
|
+
verificationCode: $verificationCode
|
|
2251
|
+
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
2252
|
+
) {
|
|
2253
|
+
... on InvalidPlatformError {
|
|
2254
|
+
name: __typename
|
|
2255
|
+
message
|
|
2256
|
+
}
|
|
2257
|
+
... on InvalidReCAPTCHAResponseError {
|
|
2258
|
+
name: __typename
|
|
2259
|
+
message
|
|
2260
|
+
}
|
|
2261
|
+
... on InvalidSMSVerificationCodeError {
|
|
2262
|
+
name: __typename
|
|
2263
|
+
message
|
|
2264
|
+
}
|
|
2265
|
+
... on MobileNumberNotAvailableError {
|
|
2266
|
+
name: __typename
|
|
2267
|
+
message
|
|
2268
|
+
}
|
|
2269
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
2270
|
+
name: __typename
|
|
2271
|
+
message
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
`;
|
|
2276
|
+
export const REGISTER_MEMBER_ACCOUNT__NEXT = /* GraphQL */ `
|
|
2277
|
+
mutation RegisterMemberAccount(
|
|
2278
|
+
$input: RegisterMemberAccountInput_next!
|
|
2279
|
+
$reCAPTCHAResponse: String
|
|
2280
|
+
) {
|
|
2281
|
+
registerMemberAccount: registerMemberAccount_next(
|
|
2282
|
+
input: $input
|
|
2283
|
+
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
2284
|
+
) {
|
|
2285
|
+
... on AccountNameNotAvailableError {
|
|
2286
|
+
name: __typename
|
|
2287
|
+
message
|
|
2288
|
+
}
|
|
2289
|
+
... on InvalidPlatformError {
|
|
2290
|
+
name: __typename
|
|
2291
|
+
message
|
|
2292
|
+
}
|
|
2293
|
+
... on InvalidReCAPTCHAResponseError {
|
|
2294
|
+
name: __typename
|
|
2295
|
+
message
|
|
2296
|
+
}
|
|
2297
|
+
... on InvalidSMSVerificationCodeError {
|
|
2298
|
+
name: __typename
|
|
2299
|
+
message
|
|
2300
|
+
}
|
|
2301
|
+
... on MinimumAgeRequirementError {
|
|
2302
|
+
name: __typename
|
|
2303
|
+
message
|
|
2304
|
+
}
|
|
2305
|
+
... on MobileNumberNotAvailableError {
|
|
2306
|
+
name: __typename
|
|
2307
|
+
message
|
|
2308
|
+
}
|
|
2309
|
+
... on ReCAPTCHAVerificationFailedError {
|
|
2310
|
+
name: __typename
|
|
2311
|
+
message
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
}
|
|
2315
|
+
`;
|
|
2316
|
+
export const REGISTER_MAYA_MEMBER_ACCOUNT = /* GraphQL */ `
|
|
2317
|
+
mutation RegisterMayaMemberAccount($input: RegisterMayaMemberAccountInput!) {
|
|
2318
|
+
registerMayaMemberAccount(input: $input) {
|
|
2319
|
+
... on AccountNameNotAvailableError {
|
|
2320
|
+
name: __typename
|
|
2321
|
+
message
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
`;
|
|
2326
|
+
export const UPDATE_MEMBER_ACCOUNT = /* GraphQL */ `
|
|
2327
|
+
mutation UpdateMemberAccount($input: UpdateMemberAccountInput!) {
|
|
2328
|
+
updateMemberAccount(input: $input) {
|
|
2329
|
+
... on AccountNameNotAvailableError {
|
|
2330
|
+
name: __typename
|
|
2331
|
+
message
|
|
2332
|
+
}
|
|
2333
|
+
... on EmailAddressNotAvailableError {
|
|
2334
|
+
name: __typename
|
|
2335
|
+
message
|
|
2336
|
+
}
|
|
2337
|
+
... on InvalidTransactionPasswordError {
|
|
2338
|
+
name: __typename
|
|
2339
|
+
message
|
|
2340
|
+
}
|
|
2341
|
+
... on MobileNumberNotAvailableError {
|
|
2342
|
+
name: __typename
|
|
2343
|
+
message
|
|
2344
|
+
}
|
|
2345
|
+
... on NickNameNotAvailableError {
|
|
2346
|
+
name: __typename
|
|
2347
|
+
message
|
|
2348
|
+
}
|
|
2349
|
+
... on RealNameAlreadySetError {
|
|
2350
|
+
name: __typename
|
|
2351
|
+
message
|
|
2352
|
+
}
|
|
2353
|
+
... on ValidIdAlreadySetError {
|
|
2354
|
+
name: __typename
|
|
2355
|
+
message
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
}
|
|
2359
|
+
`;
|
|
2360
|
+
export const RESET_PASSWORD = /* GraphQL */ `
|
|
2361
|
+
mutation ResetPassword(
|
|
2362
|
+
$input: ResetPasswordInput!
|
|
2363
|
+
$verificationCode: String
|
|
2364
|
+
) {
|
|
2365
|
+
resetPassword(input: $input, verificationCode: $verificationCode) {
|
|
2366
|
+
... on AccountNotFoundError {
|
|
2367
|
+
name: __typename
|
|
2368
|
+
message
|
|
2369
|
+
}
|
|
2370
|
+
... on InvalidVerificationCodeError {
|
|
2371
|
+
name: __typename
|
|
2372
|
+
message
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2376
|
+
`;
|
|
2377
|
+
export const DELETE_MEMBER_ACCOUNT = /* GraphQL */ `
|
|
2378
|
+
mutation DeleteMemberAccount($input: DeleteMemberAccountInput!) {
|
|
2379
|
+
deleteMemberAccount(input: $input)
|
|
2380
|
+
}
|
|
2381
|
+
`;
|
|
2382
|
+
export const VERIFY_MOBILE_NUMBER = /* GraphQL */ `
|
|
2383
|
+
mutation VerifyMobileNumber($input: VerifyMobileNumberInput!) {
|
|
2384
|
+
verifyMobileNumber(input: $input) {
|
|
2385
|
+
... on InvalidSMSVerificationCodeError {
|
|
2386
|
+
name: __typename
|
|
2387
|
+
message
|
|
2388
|
+
}
|
|
2389
|
+
... on MobileNumberAlreadyVerifiedError {
|
|
2390
|
+
name: __typename
|
|
2391
|
+
message
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
`;
|
|
2396
|
+
export const UPDATE_MOBILE_NUMBER = /* GraphQL */ `
|
|
2397
|
+
mutation UpdateMobileNumber($input: UpdateMobileNumberInput!) {
|
|
2398
|
+
updateMobileNumber(input: $input) {
|
|
2399
|
+
... on InvalidSMSVerificationCodeError {
|
|
2400
|
+
name: __typename
|
|
2401
|
+
message
|
|
2402
|
+
}
|
|
2403
|
+
... on MobileNumberNotAvailableError {
|
|
2404
|
+
name: __typename
|
|
2405
|
+
message
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
`;
|
|
2410
|
+
export const CREATE_MEMBER_VERIFICATION = /* GraphQL */ `
|
|
2411
|
+
mutation CreateMemberVerification($input: CreateMemberVerificationInput!) {
|
|
2412
|
+
createMemberVerification(input: $input) {
|
|
2413
|
+
... on FileDoesNotExistError {
|
|
2414
|
+
name: __typename
|
|
2415
|
+
message
|
|
2416
|
+
}
|
|
2417
|
+
... on FileNotReadyError {
|
|
2418
|
+
name: __typename
|
|
2419
|
+
message
|
|
2420
|
+
}
|
|
2421
|
+
... on MemberVerificationAlreadyExistsError {
|
|
2422
|
+
name: __typename
|
|
2423
|
+
message
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
`;
|
|
2428
|
+
export const CREATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
|
|
2429
|
+
mutation CreateMemberVerification(
|
|
2430
|
+
$input: CreateMemberVerificationInput_next!
|
|
2431
|
+
) {
|
|
2432
|
+
createMemberVerification: createMemberVerification_next(input: $input) {
|
|
2433
|
+
... on FileDoesNotExistError {
|
|
2434
|
+
name: __typename
|
|
2435
|
+
message
|
|
2436
|
+
}
|
|
2437
|
+
... on FileNotReadyError {
|
|
2438
|
+
name: __typename
|
|
2439
|
+
message
|
|
2440
|
+
}
|
|
2441
|
+
... on MemberVerificationAlreadyExistsError {
|
|
2442
|
+
name: __typename
|
|
2443
|
+
message
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
`;
|
|
2448
|
+
export const UPDATE_MEMBER_VERIFICATION = /* GraphQL */ `
|
|
2449
|
+
mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
|
|
2450
|
+
updateMemberVerification(input: $input) {
|
|
2451
|
+
... on FileDoesNotExistError {
|
|
2452
|
+
name: __typename
|
|
2453
|
+
message
|
|
2454
|
+
}
|
|
2455
|
+
... on FileNotReadyError {
|
|
2456
|
+
name: __typename
|
|
2457
|
+
message
|
|
2458
|
+
}
|
|
2459
|
+
... on MemberVerificationAlreadyApprovedError {
|
|
2460
|
+
name: __typename
|
|
2461
|
+
message
|
|
2462
|
+
}
|
|
2463
|
+
... on MemberVerificationDoesNotExistError {
|
|
2464
|
+
name: __typename
|
|
2465
|
+
message
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
`;
|
|
2470
|
+
export const APPROVE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
|
|
2471
|
+
mutation SubmitMemberVerification($input: ApproveMemberVerificationInput!) {
|
|
2472
|
+
submitMemberVerification(input: $input) {
|
|
2473
|
+
... on VerificationDataIncompleteError {
|
|
2474
|
+
__typename
|
|
2475
|
+
}
|
|
2476
|
+
... on MemberVerificationDoesNotExistError {
|
|
2477
|
+
__typename
|
|
2478
|
+
}
|
|
2479
|
+
... on MemberVerificationAlreadyApprovedError {
|
|
2480
|
+
__typename
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
}
|
|
2484
|
+
`;
|
|
2485
|
+
export const UPDATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
|
|
2486
|
+
mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
|
|
2487
|
+
updateMemberVerification: updateMemberVerification_next(input: $input) {
|
|
2488
|
+
... on FileDoesNotExistError {
|
|
2489
|
+
__typename
|
|
2490
|
+
}
|
|
2491
|
+
... on FileNotReadyError {
|
|
2492
|
+
__typename
|
|
2493
|
+
}
|
|
2494
|
+
... on MemberVerificationAlreadyApprovedError {
|
|
2495
|
+
__typename
|
|
2496
|
+
}
|
|
2497
|
+
... on MemberVerificationDoesNotExistError {
|
|
2498
|
+
__typename
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
`;
|
|
2503
|
+
export const PROFILE_COMPLETION = /* GraphQL */ `
|
|
2504
|
+
query ProfileCompletion {
|
|
2505
|
+
profileCompletion {
|
|
2506
|
+
completionPercentage
|
|
2507
|
+
personalInformation
|
|
2508
|
+
accountVerification
|
|
2509
|
+
mobileNumberVerification
|
|
2510
|
+
transactionPassword
|
|
2511
|
+
accountPassword
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
`;
|
|
2515
|
+
export const REGISTER_MEMBER_ACCOUNT_BY_MOBILE_NUMBER = /* GraphQL */ `
|
|
2516
|
+
mutation RegisterMemberAccountByMobileNumber(
|
|
2517
|
+
$input: RegisterMemberAccountByMobileNumberInput!
|
|
2518
|
+
$mobileNumberVerificationCode: String!
|
|
2519
|
+
) {
|
|
2520
|
+
registerMemberAccountByMobileNumber(
|
|
2521
|
+
input: $input
|
|
2522
|
+
mobileNumberVerificationCode: $mobileNumberVerificationCode
|
|
2523
|
+
) {
|
|
2524
|
+
... on MobileNumberNotAvailableError {
|
|
2525
|
+
name: __typename
|
|
2526
|
+
message
|
|
2527
|
+
}
|
|
2528
|
+
... on InvalidSMSVerificationCodeError {
|
|
2529
|
+
name: __typename
|
|
2530
|
+
message
|
|
2531
|
+
}
|
|
2532
|
+
... on InvalidPlatformError {
|
|
2533
|
+
name: __typename
|
|
2534
|
+
message
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
`;
|
|
2539
|
+
export const PLATFORM = /* GraphQL */ `
|
|
2540
|
+
query Platform {
|
|
2541
|
+
timezone
|
|
2542
|
+
currency
|
|
2543
|
+
}
|
|
2544
|
+
`;
|
|
2545
|
+
export const PAYMENT_SETTINGS = /* GraphQL */ `
|
|
2546
|
+
fragment DepositGatewaySettingsCoreData on DepositGatewaySettings {
|
|
2547
|
+
minimumAmount
|
|
2548
|
+
maximumAmount
|
|
2549
|
+
webEnabled
|
|
2550
|
+
mobileWebEnabled
|
|
2551
|
+
androidEnabled
|
|
2552
|
+
iosEnabled
|
|
2553
|
+
bankAccountName
|
|
2554
|
+
bankAccountNumber
|
|
2555
|
+
bankIFSCCode
|
|
2556
|
+
upiId
|
|
2557
|
+
upiQRCode {
|
|
2558
|
+
id
|
|
2559
|
+
url
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
fragment WithdrawalGatewaySettingsCoreData on WithdrawalGatewaySettings {
|
|
2564
|
+
minimumAmount
|
|
2565
|
+
maximumAmount
|
|
2566
|
+
webEnabled
|
|
2567
|
+
mobileWebEnabled
|
|
2568
|
+
androidEnabled
|
|
2569
|
+
iosEnabled
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
query PaymentSettings {
|
|
2573
|
+
minimumFirstDepositAmount
|
|
2574
|
+
restrictWithdrawalsToVerifiedMembers
|
|
2575
|
+
bankDepositGatewaySettings: depositGatewaySettings(gateway: BANK) {
|
|
2576
|
+
...DepositGatewaySettingsCoreData
|
|
2577
|
+
}
|
|
2578
|
+
libanganDepositGatewaySettings: depositGatewaySettings(gateway: LIBANGAN_PAY_IN) {
|
|
2579
|
+
...DepositGatewaySettingsCoreData
|
|
2580
|
+
}
|
|
2581
|
+
gcashDepositGatewaySettings: depositGatewaySettings(gateway: GCASH) {
|
|
2582
|
+
...DepositGatewaySettingsCoreData
|
|
2583
|
+
}
|
|
2584
|
+
gcashWebpayDepositGatewaySettings: depositGatewaySettings(gateway: GCASH_WEBPAY) {
|
|
2585
|
+
...DepositGatewaySettingsCoreData
|
|
2586
|
+
}
|
|
2587
|
+
aioGCashDepositGatewaySettings: depositGatewaySettings(gateway: AIO_GCASH) {
|
|
2588
|
+
...DepositGatewaySettingsCoreData
|
|
2589
|
+
}
|
|
2590
|
+
aioPayMayaDepositGatewaySettings: depositGatewaySettings(gateway: AIO_PAY_MAYA) {
|
|
2591
|
+
...DepositGatewaySettingsCoreData
|
|
2592
|
+
}
|
|
2593
|
+
aioGrabPayDepositGatewaySettings: depositGatewaySettings(gateway: AIO_GRAB_PAY) {
|
|
2594
|
+
...DepositGatewaySettingsCoreData
|
|
2595
|
+
}
|
|
2596
|
+
aioPalawanPayDepositGatewaySettings: depositGatewaySettings(gateway: AIO_PALAWAN_PAY) {
|
|
2597
|
+
...DepositGatewaySettingsCoreData
|
|
2598
|
+
}
|
|
2599
|
+
mayaDepositGatewaySettings: depositGatewaySettings(gateway: MAYA) {
|
|
2600
|
+
...DepositGatewaySettingsCoreData
|
|
2601
|
+
}
|
|
2602
|
+
mayaAppDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_APP) {
|
|
2603
|
+
...DepositGatewaySettingsCoreData
|
|
2604
|
+
}
|
|
2605
|
+
mayaWebpayDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_WEBPAY) {
|
|
2606
|
+
...DepositGatewaySettingsCoreData
|
|
2607
|
+
}
|
|
2608
|
+
onlineBankDepositGatewaySettings: depositGatewaySettings(gateway: ONLINE_BANK) {
|
|
2609
|
+
...DepositGatewaySettingsCoreData
|
|
2610
|
+
}
|
|
2611
|
+
qrphDepositGatewaySettings: depositGatewaySettings(gateway: QR_PH) {
|
|
2612
|
+
...DepositGatewaySettingsCoreData
|
|
2613
|
+
}
|
|
2614
|
+
manualBankDepositGatewaySettings: depositGatewaySettings(gateway: MANUAL_BANK) {
|
|
2615
|
+
...DepositGatewaySettingsCoreData
|
|
2616
|
+
}
|
|
2617
|
+
manualUPIDepositGatewaySettings: depositGatewaySettings(gateway: MANUAL_UPI) {
|
|
2618
|
+
...DepositGatewaySettingsCoreData
|
|
2619
|
+
}
|
|
2620
|
+
pisoPayDepositGatewaySettings: depositGatewaySettings(gateway: PISO_PAY_CHECKOUT) {
|
|
2621
|
+
...DepositGatewaySettingsCoreData
|
|
2622
|
+
}
|
|
2623
|
+
aurixPayGCashDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_GCASH) {
|
|
2624
|
+
...DepositGatewaySettingsCoreData
|
|
2625
|
+
}
|
|
2626
|
+
aurixPayGrabPayDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_GRAB_PAY) {
|
|
2627
|
+
...DepositGatewaySettingsCoreData
|
|
2628
|
+
}
|
|
2629
|
+
aurixPayPayMayaDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_PAY_MAYA) {
|
|
2630
|
+
...DepositGatewaySettingsCoreData
|
|
2631
|
+
}
|
|
2632
|
+
aurixPayQrphDepositGatewaySettings: depositGatewaySettings(gateway: AURIX_PAY_QR_PH) {
|
|
2633
|
+
...DepositGatewaySettingsCoreData
|
|
2634
|
+
}
|
|
2635
|
+
bankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: BANK) {
|
|
2636
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2637
|
+
}
|
|
2638
|
+
gcashWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: GCASH) {
|
|
2639
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2640
|
+
}
|
|
2641
|
+
gcashStandardCashInWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: GCASH_STANDARD_CASH_IN) {
|
|
2642
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2643
|
+
}
|
|
2644
|
+
mayaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA) {
|
|
2645
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2646
|
+
}
|
|
2647
|
+
mayaAppWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA_APP) {
|
|
2648
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2649
|
+
}
|
|
2650
|
+
instapayWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: INSTAPAY) {
|
|
2651
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2652
|
+
}
|
|
2653
|
+
manualBankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MANUAL_BANK) {
|
|
2654
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2655
|
+
}
|
|
2656
|
+
manualUPIWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MANUAL_UPI) {
|
|
2657
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2658
|
+
}
|
|
2659
|
+
ventajaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: VENTAJA_DISBURSEMENT) {
|
|
2660
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2661
|
+
}
|
|
2662
|
+
pisoPayWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: PISO_PAY_REMITTANCE) {
|
|
2663
|
+
...WithdrawalGatewaySettingsCoreData
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
`;
|
|
2667
|
+
export const MAYA_SESSION = /* GraphQL */ `
|
|
2668
|
+
query MayaSession($id: ObjectId!) {
|
|
2669
|
+
mayaSession(id: $id) {
|
|
2670
|
+
id
|
|
2671
|
+
member
|
|
2672
|
+
dateTimeCreated
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
`;
|
|
2676
|
+
export const VALIDATE_MAYA_SESSION = /* GraphQL */ `
|
|
2677
|
+
mutation ValidateMayaSession {
|
|
2678
|
+
validateMayaSession: validMayaSession
|
|
2679
|
+
}
|
|
2680
|
+
`;
|
|
2681
|
+
export const ACTIVITY_RECORDS = /* GraphQL */ `
|
|
2682
|
+
query ActivityRecords(
|
|
2683
|
+
$after: Cursor
|
|
2684
|
+
$first: Int
|
|
2685
|
+
$filter: ActivityRecordsFilterInput
|
|
2686
|
+
) {
|
|
2687
|
+
member {
|
|
2688
|
+
activityRecords(after: $after, first: $first, filter: $filter) {
|
|
2689
|
+
edges {
|
|
2690
|
+
cursor
|
|
2691
|
+
node {
|
|
2692
|
+
... on MemberActivity {
|
|
2693
|
+
id
|
|
2694
|
+
type
|
|
2695
|
+
amount
|
|
2696
|
+
details
|
|
2697
|
+
dateTimeCreated
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
totalCount
|
|
2702
|
+
pageInfo {
|
|
2703
|
+
hasNextPage
|
|
2704
|
+
endCursor
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
`;
|
|
2710
|
+
export const REFERRAL_CODE = /* GraphQL */ `
|
|
2711
|
+
query ReferralCode {
|
|
2712
|
+
referralCode
|
|
2713
|
+
}
|
|
2714
|
+
`;
|
|
2715
|
+
export const UPDATE_REFERRAL_CODE = /* GraphQL */ `
|
|
2716
|
+
mutation UpdateReferralCode($input: UpdateReferralCodeInput!) {
|
|
2717
|
+
updateReferralCode(input: $input) {
|
|
2718
|
+
... on ReferralCodeNotAvailableError {
|
|
2719
|
+
name: __typename
|
|
2720
|
+
message
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
`;
|
|
2725
|
+
export const REFERRAL_FRAGMENT = /* GraphQL */ `
|
|
2726
|
+
fragment ReferralFragment on Referral {
|
|
2727
|
+
id
|
|
2728
|
+
upline {
|
|
2729
|
+
id
|
|
2730
|
+
name
|
|
2731
|
+
realName
|
|
2732
|
+
}
|
|
2733
|
+
downline {
|
|
2734
|
+
id
|
|
2735
|
+
name
|
|
2736
|
+
realName
|
|
2737
|
+
}
|
|
2738
|
+
level
|
|
2739
|
+
turnover
|
|
2740
|
+
commission
|
|
2741
|
+
dateTimeCreated
|
|
2742
|
+
}
|
|
2743
|
+
`;
|
|
2744
|
+
export const REFERRALS = /* GraphQL */ `
|
|
2745
|
+
query Referrals($first: Int, $after: Cursor, $filter: ReferralFilterInput) {
|
|
2746
|
+
member {
|
|
2747
|
+
referrals(first: $first, after: $after, filter: $filter) {
|
|
2748
|
+
edges {
|
|
2749
|
+
cursor
|
|
2750
|
+
node {
|
|
2751
|
+
... on Referral {
|
|
2752
|
+
...ReferralFragment
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
totalCount
|
|
2757
|
+
pageInfo {
|
|
2758
|
+
hasNextPage
|
|
2759
|
+
endCursor
|
|
2760
|
+
}
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
${REFERRAL_FRAGMENT}
|
|
2766
|
+
`;
|
|
2767
|
+
export const UPLINES_BY_NAME = /* GraphQL */ `
|
|
2768
|
+
query UplinesByName($search: String!, $first: Int) {
|
|
2769
|
+
uplinesByName(search: $search, first: $first) {
|
|
2770
|
+
...ReferralFragment
|
|
2771
|
+
}
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
${REFERRAL_FRAGMENT}
|
|
2775
|
+
`;
|
|
2776
|
+
export const DOWNLINES_BY_NAME = /* GraphQL */ `
|
|
2777
|
+
query DownlinesByName($search: String!, $first: Int) {
|
|
2778
|
+
downlinesByName(search: $search, first: $first) {
|
|
2779
|
+
...ReferralFragment
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
${REFERRAL_FRAGMENT}
|
|
2784
|
+
`;
|
|
2785
|
+
export const REFERRAL_COMMISSION = /* GraphQL */ `
|
|
2786
|
+
query ReferralCommission {
|
|
2787
|
+
member {
|
|
2788
|
+
referralCommission {
|
|
2789
|
+
id
|
|
2790
|
+
commission
|
|
2791
|
+
dateTimeCreated
|
|
2792
|
+
dateTimeLastUpdated
|
|
2793
|
+
level1Commission
|
|
2794
|
+
level1ReferralsCount
|
|
2795
|
+
level2Commission
|
|
2796
|
+
level2ReferralsCount
|
|
2797
|
+
level3Commission
|
|
2798
|
+
level3ReferralsCount
|
|
2799
|
+
referralCode
|
|
2800
|
+
referralsCount
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
`;
|
|
2805
|
+
export const POINTS_CLUB_SETTINGS = /* GraphQL */ `
|
|
2806
|
+
query PointsClubSettings {
|
|
2807
|
+
pointsClubSettings {
|
|
2808
|
+
multiplier
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
`;
|
|
2812
|
+
export const MESSAGES = /* GraphQL */ `
|
|
2813
|
+
query Messages($first: Int, $after: Cursor, $filter: MessageFilterInput) {
|
|
2814
|
+
messages(first: $first, after: $after, filter: $filter) {
|
|
2815
|
+
edges {
|
|
2816
|
+
cursor
|
|
2817
|
+
node {
|
|
2818
|
+
... on Message {
|
|
2819
|
+
id
|
|
2820
|
+
icon
|
|
2821
|
+
image
|
|
2822
|
+
title
|
|
2823
|
+
content
|
|
2824
|
+
popup
|
|
2825
|
+
actions {
|
|
2826
|
+
name
|
|
2827
|
+
url
|
|
2828
|
+
}
|
|
2829
|
+
force
|
|
2830
|
+
markedAsRead
|
|
2831
|
+
dateTimeCreated
|
|
2832
|
+
type
|
|
2833
|
+
metadata {
|
|
2834
|
+
... on TournamentPayoutMessageMetadata {
|
|
2835
|
+
tournament {
|
|
2836
|
+
id
|
|
2837
|
+
name
|
|
2838
|
+
}
|
|
2839
|
+
payout {
|
|
2840
|
+
id
|
|
2841
|
+
amount
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2847
|
+
}
|
|
2848
|
+
totalCount
|
|
2849
|
+
pageInfo {
|
|
2850
|
+
hasNextPage
|
|
2851
|
+
endCursor
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
`;
|
|
2856
|
+
export const UNREAD_MESSAGES_COUNT = /* GraphQL */ `
|
|
2857
|
+
query UnreadMessagesCount($filter: MessageFilterInput) {
|
|
2858
|
+
messages(filter: $filter) {
|
|
2859
|
+
totalCount
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
`;
|
|
2863
|
+
export const MARK_MESSAGE_AS_READ = /* GraphQL */ `
|
|
2864
|
+
mutation MarkMessageAsRead($id: ObjectId!) {
|
|
2865
|
+
markMessageAsRead(id: $id)
|
|
2866
|
+
}
|
|
2867
|
+
`;
|
|
2868
|
+
export const MARK_ALL_MESSAGES_AS_READ = /* GraphQL */ `
|
|
2869
|
+
mutation MarkAllMessagesAsRead {
|
|
2870
|
+
markAllMessagesAsRead
|
|
2871
|
+
}
|
|
2872
|
+
`;
|
|
2873
|
+
export const CLAIM_REWARD = /* GraphQL */ `
|
|
2874
|
+
mutation ClaimReward($id: ObjectId!) {
|
|
2875
|
+
claimReward(id: $id) {
|
|
2876
|
+
... on RewardAlreadyClaimedError {
|
|
2877
|
+
name: __typename
|
|
2878
|
+
message
|
|
2879
|
+
}
|
|
2880
|
+
... on RewardAlreadyExpiredError {
|
|
2881
|
+
name: __typename
|
|
2882
|
+
message
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
`;
|
|
2887
|
+
export const CLAIM_SPOT_BONUS = /* GraphQL */ `
|
|
2888
|
+
mutation ClaimSpotBonus($code: String!) {
|
|
2889
|
+
claimSpotBonus(code: $code) {
|
|
2890
|
+
... on InvalidPromoCodeError {
|
|
2891
|
+
name: __typename
|
|
2892
|
+
message
|
|
2893
|
+
}
|
|
2894
|
+
... on MaximumBonusesCountLimitExceededError {
|
|
2895
|
+
name: __typename
|
|
2896
|
+
message
|
|
2897
|
+
}
|
|
2898
|
+
... on SpotBonusAlreadyClaimedError {
|
|
2899
|
+
name: __typename
|
|
2900
|
+
message
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
`;
|
|
2905
|
+
export const ONBOARDING_STATUS = /* GraphQL */ `
|
|
2906
|
+
query OnboardingStatus {
|
|
2907
|
+
onboardingStatus
|
|
2908
|
+
}
|
|
2909
|
+
`;
|
|
2910
|
+
export const COMPLETE_ONBOARDING = /* GraphQL */ `
|
|
2911
|
+
mutation CompleteOnboarding($input: CompleteOnboardingInput!) {
|
|
2912
|
+
completeOnboarding(input: $input)
|
|
2913
|
+
}
|
|
2914
|
+
`;
|
|
2915
|
+
export const SKIP_ONBOARDING = /* GraphQL */ `
|
|
2916
|
+
mutation SkipOnboarding {
|
|
2917
|
+
skipOnboarding
|
|
2918
|
+
}
|
|
2919
|
+
`;
|
|
2920
|
+
export const QUEST_PROGRAM_FRAGMENT = /* GraphQL */ `
|
|
2921
|
+
fragment QuestProgramFragment on QuestProgram {
|
|
2922
|
+
status
|
|
2923
|
+
type
|
|
2924
|
+
name
|
|
2925
|
+
description
|
|
2926
|
+
}
|
|
2927
|
+
`;
|
|
2928
|
+
export const DAILY_CHECKIN_FRAGMENT = /* GraphQL */ `
|
|
2929
|
+
${QUEST_PROGRAM_FRAGMENT}
|
|
2930
|
+
fragment DailyCheckinQuestFragment on DailyCheckInQuest {
|
|
2931
|
+
id
|
|
2932
|
+
name
|
|
2933
|
+
description
|
|
2934
|
+
type
|
|
2935
|
+
program {
|
|
2936
|
+
...QuestProgramFragment
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
status
|
|
2940
|
+
progressPercentage
|
|
2941
|
+
turnover
|
|
2942
|
+
endDateTime
|
|
2943
|
+
dateTimeCreated
|
|
2944
|
+
lastCheckInDate
|
|
2945
|
+
startDateTime
|
|
2946
|
+
checkInStreak
|
|
2947
|
+
|
|
2948
|
+
thirdDayBonusAmount
|
|
2949
|
+
seventhDayBonusAmount
|
|
2950
|
+
sixthDayBonusAmount
|
|
2951
|
+
}
|
|
2952
|
+
`;
|
|
2953
|
+
export const WAGERING_FRAGMENT = /* GraphQL */ `
|
|
2954
|
+
fragment WageringQuestFragment on WageringQuest {
|
|
2955
|
+
bonus
|
|
2956
|
+
id
|
|
2957
|
+
name
|
|
2958
|
+
type
|
|
2959
|
+
description
|
|
2960
|
+
program {
|
|
2961
|
+
...QuestProgramFragment
|
|
2962
|
+
...on WageringQuestProgram {
|
|
2963
|
+
stages {
|
|
2964
|
+
targetTurnover
|
|
2965
|
+
bonusTurnoverRequirementMultiplier
|
|
2966
|
+
bonusAmount
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
status
|
|
2971
|
+
progressPercentage
|
|
2972
|
+
turnover
|
|
2973
|
+
targetTurnover
|
|
2974
|
+
endDateTime
|
|
2975
|
+
dateTimeCreated
|
|
2976
|
+
stage
|
|
2977
|
+
dateTimeCompleted
|
|
2978
|
+
turnoverRequirementContributionPercentagePerGameProvider
|
|
2979
|
+
}
|
|
2980
|
+
`;
|
|
2981
|
+
export const JOURNEY_FRAGMENT = /* GraphQL */ `
|
|
2982
|
+
fragment JourneyQuestFragment on JourneyQuest {
|
|
2983
|
+
id
|
|
2984
|
+
name
|
|
2985
|
+
description
|
|
2986
|
+
program {
|
|
2987
|
+
...QuestProgramFragment
|
|
2988
|
+
}
|
|
2989
|
+
status
|
|
2990
|
+
type
|
|
2991
|
+
progressPercentage
|
|
2992
|
+
bonus
|
|
2993
|
+
bonusAwarded
|
|
2994
|
+
dateTimeCreated
|
|
2995
|
+
endDateTime
|
|
2996
|
+
milestones {
|
|
2997
|
+
id
|
|
2998
|
+
type
|
|
2999
|
+
name
|
|
3000
|
+
bonusAmount
|
|
3001
|
+
cleared
|
|
3002
|
+
description
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
`;
|
|
3006
|
+
export const ONBOARDING_QUEST_FRAGMENT = /* GraphQL */ `
|
|
3007
|
+
fragment OnboardingQuestFragment on OnboardingQuest {
|
|
3008
|
+
id
|
|
3009
|
+
name
|
|
3010
|
+
description
|
|
3011
|
+
program {
|
|
3012
|
+
...QuestProgramFragment
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
status
|
|
3016
|
+
type
|
|
3017
|
+
progressPercentage
|
|
3018
|
+
bonus
|
|
3019
|
+
endDateTime
|
|
3020
|
+
dateTimeCreated
|
|
3021
|
+
firstDepositCompleted
|
|
3022
|
+
accountVerificationCompleted
|
|
3023
|
+
}
|
|
3024
|
+
`;
|
|
3025
|
+
export const AVAILABLE_QUESTS = /* GraphQL */ `
|
|
3026
|
+
${WAGERING_FRAGMENT}
|
|
3027
|
+
${DAILY_CHECKIN_FRAGMENT}
|
|
3028
|
+
${ONBOARDING_QUEST_FRAGMENT}
|
|
3029
|
+
${JOURNEY_FRAGMENT}
|
|
3030
|
+
|
|
3031
|
+
query AvailableQuests {
|
|
3032
|
+
availableQuests {
|
|
3033
|
+
... on Quest {
|
|
3034
|
+
... on WageringQuest {
|
|
3035
|
+
...WageringQuestFragment
|
|
3036
|
+
}
|
|
3037
|
+
... on DailyCheckInQuest {
|
|
3038
|
+
...DailyCheckinQuestFragment
|
|
3039
|
+
}
|
|
3040
|
+
... on OnboardingQuest {
|
|
3041
|
+
...OnboardingQuestFragment
|
|
3042
|
+
}
|
|
3043
|
+
... on JourneyQuest {
|
|
3044
|
+
...JourneyQuestFragment
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
`;
|
|
3050
|
+
export const AVAILABLE_QUEST_IDS = /* GraphQL */ `
|
|
3051
|
+
query AvailableQuestIds {
|
|
3052
|
+
availableQuests {
|
|
3053
|
+
... on Node {
|
|
3054
|
+
id
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
`;
|
|
3059
|
+
export const CHECK_IN_DAILY_QUEST = /* GraphQL */ `
|
|
3060
|
+
mutation checkInDailyCheckInQuest($input: CheckInDailyCheckInQuestInput!) {
|
|
3061
|
+
checkInDailyCheckInQuest(input: $input)
|
|
3062
|
+
}
|
|
3063
|
+
`;
|
|
3064
|
+
export const TOP_WINS = /* GraphQL */ `
|
|
3065
|
+
query TopWins($first: Int) {
|
|
3066
|
+
topWins(first: $first) {
|
|
3067
|
+
id
|
|
3068
|
+
game {
|
|
3069
|
+
id
|
|
3070
|
+
name
|
|
3071
|
+
type
|
|
3072
|
+
provider
|
|
3073
|
+
}
|
|
3074
|
+
member {
|
|
3075
|
+
id
|
|
3076
|
+
name
|
|
3077
|
+
}
|
|
3078
|
+
multiplier
|
|
3079
|
+
payout
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
`;
|
|
3083
|
+
export const JACKPOTS = /* GraphQL */ `
|
|
3084
|
+
query Jackpots(
|
|
3085
|
+
$first: Int
|
|
3086
|
+
$after: Cursor
|
|
3087
|
+
$sort: JackpotSortInput
|
|
3088
|
+
$filter: JackpotFilterInput
|
|
3089
|
+
) {
|
|
3090
|
+
jackpots(first: $first, after: $after, sort: $sort, filter: $filter) {
|
|
3091
|
+
totalCount
|
|
3092
|
+
pageInfo {
|
|
3093
|
+
hasNextPage
|
|
3094
|
+
endCursor
|
|
3095
|
+
}
|
|
3096
|
+
edges {
|
|
3097
|
+
node {
|
|
3098
|
+
... on Jackpot {
|
|
3099
|
+
id
|
|
3100
|
+
name
|
|
3101
|
+
description
|
|
3102
|
+
pool
|
|
3103
|
+
status
|
|
3104
|
+
minimumJackpotPoolDrawingLimit
|
|
3105
|
+
maximumJackpotPoolLimit
|
|
3106
|
+
drawing
|
|
3107
|
+
minimumMultiplier
|
|
3108
|
+
minimumBet
|
|
3109
|
+
jackpotPayoutPercentage
|
|
3110
|
+
jackpotTurnoverContributionPercentagePerGameProvider
|
|
3111
|
+
totalPayout
|
|
3112
|
+
}
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
3116
|
+
}
|
|
3117
|
+
`;
|
|
3118
|
+
export const JACKPOTS_NEXT = /* GraphQL */ `
|
|
3119
|
+
query _Jackpots(
|
|
3120
|
+
$first: Int
|
|
3121
|
+
$after: Cursor
|
|
3122
|
+
$sort: JackpotSortInput
|
|
3123
|
+
$filter: JackpotFilterInput
|
|
3124
|
+
) {
|
|
3125
|
+
_jackpots(first: $first, after: $after, sort: $sort, filter: $filter) {
|
|
3126
|
+
totalCount
|
|
3127
|
+
pageInfo {
|
|
3128
|
+
hasNextPage
|
|
3129
|
+
endCursor
|
|
3130
|
+
}
|
|
3131
|
+
edges {
|
|
3132
|
+
node {
|
|
3133
|
+
... on MultiplierJackpot {
|
|
3134
|
+
id
|
|
3135
|
+
name
|
|
3136
|
+
description
|
|
3137
|
+
pool
|
|
3138
|
+
status
|
|
3139
|
+
minimumJackpotPoolDrawingLimit
|
|
3140
|
+
maximumJackpotPoolLimit
|
|
3141
|
+
drawing
|
|
3142
|
+
minimumMultiplier
|
|
3143
|
+
minimumBet
|
|
3144
|
+
jackpotPayoutPercentage
|
|
3145
|
+
jackpotTurnoverContributionPercentagePerGameProvider
|
|
3146
|
+
totalPayout
|
|
3147
|
+
}
|
|
3148
|
+
... on MultiStageJackpot{
|
|
3149
|
+
id
|
|
3150
|
+
name
|
|
3151
|
+
description
|
|
3152
|
+
status
|
|
3153
|
+
paused
|
|
3154
|
+
minimumBet
|
|
3155
|
+
activationDate
|
|
3156
|
+
deleted
|
|
3157
|
+
stage
|
|
3158
|
+
dateTimeCreated
|
|
3159
|
+
dateTimeLastUpdated
|
|
3160
|
+
jackpotTurnoverContributionPercentagePerGameProvider
|
|
3161
|
+
totalPayout
|
|
3162
|
+
totalTurnover
|
|
3163
|
+
stages {
|
|
3164
|
+
targetTurnover
|
|
3165
|
+
jackpotPayout
|
|
3166
|
+
member {
|
|
3167
|
+
name
|
|
3168
|
+
}
|
|
3169
|
+
dateTimeCompleted
|
|
3170
|
+
}
|
|
3171
|
+
currentStageProgressPercentage
|
|
3172
|
+
overallProgressPercentage
|
|
3173
|
+
}
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
`;
|
|
3179
|
+
export const JACKPOTS_COUNT = /* GraphQL */ `
|
|
3180
|
+
query JackpotsCount($filter: JackpotFilterInput) {
|
|
3181
|
+
jackpots(filter: $filter) {
|
|
3182
|
+
totalCount
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3185
|
+
`;
|
|
3186
|
+
export const JACKPOT_PAYOUTS = /* GraphQL */ `
|
|
3187
|
+
query JackpotPayouts(
|
|
3188
|
+
$first: Int
|
|
3189
|
+
$after: Cursor
|
|
3190
|
+
$sort: JackpotPayoutSortInput
|
|
3191
|
+
$filter: JackpotPayoutFilterInput
|
|
3192
|
+
) {
|
|
3193
|
+
jackpotPayouts(first: $first, after: $after, sort: $sort, filter: $filter) {
|
|
3194
|
+
totalCount
|
|
3195
|
+
pageInfo {
|
|
3196
|
+
hasNextPage
|
|
3197
|
+
endCursor
|
|
3198
|
+
}
|
|
3199
|
+
edges {
|
|
3200
|
+
node {
|
|
3201
|
+
... on JackpotPayout {
|
|
3202
|
+
id
|
|
3203
|
+
member {
|
|
3204
|
+
id
|
|
3205
|
+
name
|
|
3206
|
+
}
|
|
3207
|
+
serialCode
|
|
3208
|
+
jackpot {
|
|
3209
|
+
id
|
|
3210
|
+
name
|
|
3211
|
+
}
|
|
3212
|
+
multiplier
|
|
3213
|
+
bet
|
|
3214
|
+
amount
|
|
3215
|
+
dateTimeCreated
|
|
3216
|
+
game {
|
|
3217
|
+
provider
|
|
3218
|
+
}
|
|
3219
|
+
stage
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
`;
|
|
3226
|
+
export const REGISTER_FCM_DEVICE = /* GraphQL */ `
|
|
3227
|
+
mutation RegisterFCMDevice($input: RegisterFCMDeviceInput!) {
|
|
3228
|
+
registerFCMDevice(input: $input)
|
|
3229
|
+
}
|
|
3230
|
+
`;
|
|
3231
|
+
export const UNREGISTER_FCM_DEVICE = /* GraphQL */ `
|
|
3232
|
+
mutation UnregisterFCMDevice($input: UnregisterFCMDeviceInput!) {
|
|
3233
|
+
unregisterFCMDevice(input: $input)
|
|
3234
|
+
}
|
|
3235
|
+
`;
|
|
3236
|
+
export const MARK_GAME_AS_FAVORITE = /* GraphQL */ `
|
|
3237
|
+
mutation MarkGameAsFavorite($input: MarkGameAsFavoriteInput!) {
|
|
3238
|
+
markGameAsFavorite(input: $input)
|
|
3239
|
+
}
|
|
3240
|
+
`;
|
|
3241
|
+
export const UNMARK_GAME_AS_FAVORITE = /* GraphQL */ `
|
|
3242
|
+
mutation UnmarkGameAsFavorite($input: UnmarkGameAsFavoriteInput!) {
|
|
3243
|
+
unmarkGameAsFavorite(input: $input)
|
|
3244
|
+
}
|
|
3245
|
+
`;
|
|
3246
|
+
export const FAVORITE_GAMES = /* GraphQL */ `
|
|
3247
|
+
query FavoriteGames {
|
|
3248
|
+
favoriteGames {
|
|
3249
|
+
... on Game {
|
|
3250
|
+
id
|
|
3251
|
+
name
|
|
3252
|
+
type
|
|
3253
|
+
provider
|
|
3254
|
+
}
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
3257
|
+
`;
|
|
3258
|
+
export const GOOGLE_CLIENT_ID = /* GraphQL */ `
|
|
3259
|
+
query GoogleClientId {
|
|
3260
|
+
googleClientId
|
|
3261
|
+
}
|
|
3262
|
+
`;
|
|
3263
|
+
export const FACEBOOK_CLIENT_ID = /* GraphQL */ `
|
|
3264
|
+
query FacebookClientId {
|
|
3265
|
+
facebookClientId
|
|
3266
|
+
}
|
|
3267
|
+
`;
|
|
3268
|
+
export const REQUIRE_FIRST_DEPOSIT = /* GraphQL */ `
|
|
3269
|
+
query RequireFirstDeposit {
|
|
3270
|
+
requireFirstDeposit
|
|
3271
|
+
}
|
|
3272
|
+
`;
|
|
3273
|
+
export const UNLINK_GOOGLE = /* GraphQL */ `
|
|
3274
|
+
mutation UnlinkGoogle($input: UnlinkGoogleInput!) {
|
|
3275
|
+
unlinkGoogle(input: $input)
|
|
3276
|
+
}
|
|
3277
|
+
`;
|
|
3278
|
+
export const UNLINK_FACEBOOK = /* GraphQL */ `
|
|
3279
|
+
mutation UnlinkFacebook($input: UnlinkFacebookInput!) {
|
|
3280
|
+
unlinkFacebook(input: $input)
|
|
3281
|
+
}
|
|
3282
|
+
`;
|
|
3283
|
+
export const TOURNAMENTS = /* GraphQL */ `
|
|
3284
|
+
query Tournaments(
|
|
3285
|
+
$first: Int
|
|
3286
|
+
$after: Cursor
|
|
3287
|
+
$filter: TournamentFilterInput
|
|
3288
|
+
) {
|
|
3289
|
+
tournaments(first: $first, after: $after, filter: $filter) {
|
|
3290
|
+
totalCount
|
|
3291
|
+
pageInfo {
|
|
3292
|
+
hasNextPage
|
|
3293
|
+
endCursor
|
|
3294
|
+
}
|
|
3295
|
+
edges {
|
|
3296
|
+
node {
|
|
3297
|
+
... on MultiplierTournament {
|
|
3298
|
+
id
|
|
3299
|
+
type
|
|
3300
|
+
name
|
|
3301
|
+
winnersCount
|
|
3302
|
+
status
|
|
3303
|
+
description
|
|
3304
|
+
activationStartDateTime
|
|
3305
|
+
activationEndDateTime
|
|
3306
|
+
topPayouts {
|
|
3307
|
+
id
|
|
3308
|
+
multiplier
|
|
3309
|
+
amount
|
|
3310
|
+
member {
|
|
3311
|
+
id
|
|
3312
|
+
name
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
currentLeaderboard {
|
|
3316
|
+
totalCount
|
|
3317
|
+
edges {
|
|
3318
|
+
node {
|
|
3319
|
+
... on TournamentLeaderboard {
|
|
3320
|
+
id
|
|
3321
|
+
username
|
|
3322
|
+
multiplier
|
|
3323
|
+
dateTimeCreated
|
|
3324
|
+
prize
|
|
3325
|
+
}
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
}
|
|
3329
|
+
previousLeaderboard {
|
|
3330
|
+
totalCount
|
|
3331
|
+
edges {
|
|
3332
|
+
node {
|
|
3333
|
+
... on TournamentLeaderboard {
|
|
3334
|
+
id
|
|
3335
|
+
username
|
|
3336
|
+
multiplier
|
|
3337
|
+
dateTimeCreated
|
|
3338
|
+
prize
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
enabledGameProviders
|
|
3344
|
+
frequency
|
|
3345
|
+
mode
|
|
3346
|
+
mobileBanner {
|
|
3347
|
+
id
|
|
3348
|
+
url
|
|
3349
|
+
mimeType
|
|
3350
|
+
}
|
|
3351
|
+
webBanner {
|
|
3352
|
+
id
|
|
3353
|
+
url
|
|
3354
|
+
mimeType
|
|
3355
|
+
}
|
|
3356
|
+
rewardSettings
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3361
|
+
}
|
|
3362
|
+
`;
|
|
3363
|
+
export const TOURNAMENTS_COUNT = /* GraphQL */ `
|
|
3364
|
+
query TournamentsCount($filter: TournamentFilterInput) {
|
|
3365
|
+
tournaments(filter: $filter) {
|
|
3366
|
+
totalCount
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
`;
|
|
3370
|
+
export const GENERATE_SUMSUB_VERIFICATION_TOKEN = /* GraphQL */ `
|
|
3371
|
+
mutation GenerateSumsubVerificationToken {
|
|
3372
|
+
generateSumsubVerificationToken
|
|
3373
|
+
}
|
|
3374
|
+
`;
|