@opexa/portal-sdk 0.59.45 → 0.59.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-IX2MIQGU.js → chunk-LRFLE5E6.js} +12 -32
- package/dist/chunk-LRFLE5E6.js.map +1 -0
- package/dist/index.cjs +12 -39
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +3 -10
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs +10 -30
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.d.cts +3 -4
- package/dist/services/index.d.ts +3 -4
- package/dist/services/index.js +1 -1
- package/dist/{types-DvDyLFZr.d.cts → types-DaaT487t.d.cts} +11 -22
- package/dist/{types-DvDyLFZr.d.ts → types-DaaT487t.d.ts} +11 -22
- package/package.json +1 -1
- package/dist/chunk-IX2MIQGU.js.map +0 -1
|
@@ -1237,6 +1237,10 @@ interface Agent$1 {
|
|
|
1237
1237
|
interface GigRewardsQuestDetails$1 {
|
|
1238
1238
|
gigUserId: string;
|
|
1239
1239
|
}
|
|
1240
|
+
interface CellxpertDetails$1 {
|
|
1241
|
+
cxd?: string | null;
|
|
1242
|
+
dateTimeLastUpdated?: string | null;
|
|
1243
|
+
}
|
|
1240
1244
|
interface MemberAccount {
|
|
1241
1245
|
id: string;
|
|
1242
1246
|
name: string;
|
|
@@ -1281,6 +1285,7 @@ interface MemberAccount {
|
|
|
1281
1285
|
newMonthlyBetLimit?: Decimal | null;
|
|
1282
1286
|
newDailyDepositLimit?: Decimal | null;
|
|
1283
1287
|
newMonthlyDepositLimit?: Decimal | null;
|
|
1288
|
+
cellxpertDetails?: CellxpertDetails$1 | null;
|
|
1284
1289
|
}
|
|
1285
1290
|
interface Member {
|
|
1286
1291
|
level?: number;
|
|
@@ -1292,18 +1297,6 @@ interface MemberQuery {
|
|
|
1292
1297
|
interface MemberAccountQuery {
|
|
1293
1298
|
memberAccount: MemberAccount;
|
|
1294
1299
|
}
|
|
1295
|
-
interface MemberWithCellxpertDetailsQueryVariables {
|
|
1296
|
-
id?: string | null;
|
|
1297
|
-
}
|
|
1298
|
-
interface MemberWithCellxpertDetailsQuery {
|
|
1299
|
-
node?: {
|
|
1300
|
-
id: string;
|
|
1301
|
-
cellxpertDetails?: {
|
|
1302
|
-
cxd?: string | null;
|
|
1303
|
-
dateTimeLastUpdated?: string | null;
|
|
1304
|
-
} | null;
|
|
1305
|
-
} | null;
|
|
1306
|
-
}
|
|
1307
1300
|
interface MemberVerification {
|
|
1308
1301
|
id: string;
|
|
1309
1302
|
status: MemberVerificationStatus;
|
|
@@ -2938,6 +2931,10 @@ interface Agent {
|
|
|
2938
2931
|
interface GigRewardsQuestDetails {
|
|
2939
2932
|
gigUserId: string;
|
|
2940
2933
|
}
|
|
2934
|
+
interface CellxpertDetails {
|
|
2935
|
+
cxd?: string | null;
|
|
2936
|
+
dateTimeLastUpdated?: string | null;
|
|
2937
|
+
}
|
|
2941
2938
|
interface Account {
|
|
2942
2939
|
id: string;
|
|
2943
2940
|
name: string;
|
|
@@ -2983,17 +2980,9 @@ interface Account {
|
|
|
2983
2980
|
newMonthlyBetLimit?: number;
|
|
2984
2981
|
newDailyDepositLimit?: number;
|
|
2985
2982
|
newMonthlyDepositLimit?: number;
|
|
2986
|
-
}
|
|
2987
|
-
type AccountReturn = OperationResult<never, Account>;
|
|
2988
|
-
interface CellxpertDetails {
|
|
2989
|
-
cxd?: string | null;
|
|
2990
|
-
dateTimeLastUpdated?: string | null;
|
|
2991
|
-
}
|
|
2992
|
-
interface MemberWithCellxpertDetails {
|
|
2993
|
-
id: string;
|
|
2994
2983
|
cellxpertDetails?: CellxpertDetails | null;
|
|
2995
2984
|
}
|
|
2996
|
-
type
|
|
2985
|
+
type AccountReturn = OperationResult<never, Account>;
|
|
2997
2986
|
type VerificationDetailsStatus = UnionAlias<MemberVerificationStatus>;
|
|
2998
2987
|
interface VerificationDetails {
|
|
2999
2988
|
id: string;
|
|
@@ -4535,4 +4524,4 @@ interface SubmitMemberVerificationRequestPersonalDetailsInput {
|
|
|
4535
4524
|
type SubmitMemberVerificationRequestPersonalDetailsReturn = OperationResult<never, boolean>;
|
|
4536
4525
|
type MemberVerificationRequestAutomaticApprovalEnabledReturn = OperationResult<never, boolean>;
|
|
4537
4526
|
|
|
4538
|
-
export { type UpdateVerificationDetailsReturn as $, type AuthenticateInput as A, type RegisterAgentAccountInput as B, type CabinetSignInInput as C, type RegisterAgentAccountReturn as D, type Environment as E, type UpdateAccountReturn as F, type GraphQLClientMiddleware as G, type DeleteAccountReturn as H, type UpdateDailyBetLimitInput as I, type UpdateAccountLimitReturn as J, type UpdateMonthlyBetLimitInput as K, type UpdateDailyDepositLimitInput as L, type MobileNumberSignInInput as M, type NameAndPasswordSignInInput as N, type UpdateMonthlyDepositLimitInput as O, type PlatformReturn as P, type VerificationDetailsReturn as Q, type RegisterMayaAccountInput as R, type SocialsSignInInput as S, type TokenSignInInput as T, type UpdateAccountInput as U, type ValidateMayaSessionReturn as V, type WatchSessionInput as W, type SubmitVerificationDetailsInput as X, type SubmitVerificationDetailsReturn as Y, type SubmitVerificationDetailsInputNext as Z, type UpdateVerificationDetailsInput as _, type NameAndPasswordSignInReturn as a, type MarkGameAsFavoriteInput as a$, type SubmitMemberVerificationReturn as a0, type ResetPasswordInput as a1, type ResetPasswordReturn as a2, type VerifyMobileNumberReturn as a3, type ProfileCompletionReturn as a4, type SendVerificationCodeReturn as a5, type SendVerificationCodeInput__Next as a6, type SendVerificationCodeReturn__Next as a7, type WalletReturn as a8, type MemberWalletAccountReturn as a9, type CancelFreeBetDropReturn as aA, type TransactionRecordsInput as aB, type TransactionRecordsReturn as aC, type PromosReturn as aD, type PromoFilterInput as aE, type AvailablePromosReturn as aF, type CashbacksReturn as aG, type BonusReturn as aH, type BonusesReturn as aI, type CashbackBonusReturn as aJ, type ClaimCashbackBonusReturn as aK, type ClaimRebateReturn as aL, type ClaimSpotBonusReturn as aM, type PromoByCodeReturn as aN, type GameReturn as aO, type GamesInput as aP, type GamesReturn as aQ, type WalletGameInput as aR, type WalletGamesReturn as aS, type GamesInput__Next as aT, type RecommendedGamesInput as aU, type RecommendedGamesReturn as aV, type GameProvider as aW, type GameSessionReturn as aX, type CreateGameSessionInput as aY, type CreateGameSessionReturn as aZ, type EndGameSessionReturn as a_, type AnnouncementsInput as aa, type AnnouncementsReturn as ab, type CreateWithdrawalInput as ac, type CreateWithdrawalReturn as ad, type WithdrawalRecordsInput as ae, type WithdrawalRecordsReturn as af, type RemainingDailyWithdrawalsCountReturn as ag, type InstapayBankListReturn as ah, type CreateDepositInput as ai, type CreateDepositReturn as aj, type DepositReturn as ak, type DepositRecordsInput as al, type DepositRecordsReturn as am, type DepositsCountReturn as an, type TouchDepositInput as ao, type TouchDepositReturn as ap, type RedeemVoucherInput as aq, type RedeemVoucherReturn as ar, type BetRecordsInput as as, type BetRecordsReturn as at, type LatestBetRecordsReturn as au, type FreeBetDropsInput as av, type FreeBetDropsReturn as aw, type MemberFreeBetDropsInput as ax, type MemberFreeBetDropsReturn as ay, type CancelFreeBetDropInput as az, type MobileNumberSignInReturn as b, type LinkFirebaseCloudMessagingDeviceReturn as b$, type MarkGameAsFavoriteReturn as b0, type UnmarkGameAsFavoriteInput as b1, type UnmarkGameAsFavoriteReturn as b2, type FavoriteGamesReturn as b3, type FileReturn as b4, type UploadImageFileInput as b5, type UploadImageFileReturn as b6, type PointsWalletReturn as b7, type RedeemPointsInput as b8, type RedeemPointsReturn as b9, type MarkMessageAsReadReturn as bA, type MarkAllMessagesAsReadReturn as bB, type ClaimRewardReturn as bC, type OnboardingStatusReturn as bD, type CompleteOnboardingInput as bE, type CompleteOnboardingReturn as bF, type SkipOnboardingReturn as bG, type AvailableQuestsReturn as bH, type CheckInDailyQuestReturn as bI, type TopWinsReturn as bJ, type JackpotsInput as bK, type JackpotsReturn as bL, type JackpotsIdsInput as bM, type JackpotsIdsReturn as bN, type _JackpotsInput as bO, type _JackpotsReturn as bP, type JackpotPayoutsInput as bQ, type JackpotPayoutsReturn as bR, type TournamentsInput as bS, type TournamentsReturn as bT, type TournamentsIdsInput as bU, type TournamentsIdsReturn as bV, type RegisterFCMDeviceInput as bW, type RegisterFCMDeviceReturn as bX, type UnregisterFCMDeviceInput as bY, type UnregisterFCMDeviceReturn as bZ, type LinkFirebaseCloudMessagingDeviceInput as b_, type PointsWalletTransactionsInput as ba, type PointsWalletTransactionsReturn as bb, type AchievementPointsHistoryRecordInput as bc, type AchievementPointsHistoryRecordReturn as bd, type MemberAchievementReturn as be, type MemberRebatesInput as bf, type MemberRebatesReturn as bg, type MemberRebateContributionInput as bh, type MemberRebateContributionReturn as bi, type ActivityRecordsInput as bj, type ActivityRecordsReturn as bk, type ReferralCodeReturn as bl, type UpdateReferralCodeInput as bm, type UpdateReferralCodeReturn as bn, type ReferralsInput as bo, type ReferralsReturn as bp, type ReferralCommissionReturn as bq, type UplinesByNameInput as br, type UplinesByNameReturn as bs, type DownlinesByNameInput as bt, type DownlinesByNameReturn as bu, type PointsClubSettingsReturn as bv, type MessagesInput as bw, type MessagesReturn as bx, type UnreadMessagesCountInput as by, type UnreadMessagesCountReturn as bz, type MayaSignInInput as c, type Rebate as c$, type UnlinkFirebaseCloudMessagingDeviceInput as c0, type UnlinkFirebaseCloudMessagingDeviceReturn as c1, type GoogleClientIdReturn as c2, type RequireFirstDepositReturn as c3, type MemberVerificationRequestReturn as c4, type SubmitMemberVerificationRequestBasicDetailsInput as c5, type SubmitMemberVerificationRequestBasicDetailsReturn as c6, type SubmitMemberVerificationRequestImageDetailsInput as c7, type SubmitMemberVerificationRequestImageDetailsReturn as c8, type SubmitMemberVerificationRequestPersonalDetailsInput as c9, type BetRecord$1 as cA, type Game$1 as cB, type BetRecord as cC, type LatestBetRecord$1 as cD, type LatestBetRecord as cE, type TransactionRecord$1 as cF, type TransactionRecord as cG, type Game as cH, type GameSession$1 as cI, type GameSession as cJ, type Promo$1 as cK, type Promo as cL, type Cashback$1 as cM, type Cashback as cN, type Bonus$1 as cO, type Bonus as cP, type CashbackBonus$1 as cQ, type CashbackBonus as cR, type CabinetSiteMachine$1 as cS, type CabinetSiteMachine as cT, type File$1 as cU, type File as cV, type PointsWallet$1 as cW, type PointsWallet as cX, type PointsWalletTransaction$1 as cY, type PointsWalletTransaction as cZ, type Rebate$1 as c_, type SubmitMemberVerificationRequestPersonalDetailsReturn as ca, type MemberVerificationRequestAutomaticApprovalEnabledReturn as cb, type Site$1 as cc, type Site as cd, type Platform$1 as ce, type Platform as cf, type MemberAccount as cg, type Member as ch, type Account as ci, type Wallet$1 as cj, type Wallet as ck, type MemberVerification as cl, type VerificationDetails as cm, type ProfileCompletion$1 as cn, type ProfileCompletion as co, type Announcement$1 as cp, type Announcement as cq, type WithdrawalRecord$1 as cr, type WithdrawalRecord as cs, type Deposit$1 as ct, type Deposit as cu, type CabinetWithdrawal as cv, type CabinetWithdrawalRecord as cw, type DepositRecord$1 as cx, type DepositRecord as cy, type Assign as cz, type MayaSignInReturn as d, type CreateSingleUseTokenError as d$, type MemberRebateContribution$1 as d0, type MemberRebateContribution as d1, type ActivityRecord$1 as d2, type ActivityRecord as d3, type Referral$1 as d4, type Referral as d5, type ReferralCommission$1 as d6, type ReferralCommission as d7, type Platform__Next$1 as d8, type Platform__Next as d9, type AchievementPointsHistoryRecord as dA, type MemberAchievement$1 as dB, type MemberAchievement as dC, type MemberVerificationRequest$1 as dD, type MemberVerificationRequest as dE, type FreeBetDrop$1 as dF, type FreeBetDrop as dG, type MemberFreeBetDrop$1 as dH, type MemberFreeBetDrop as dI, type MemberWalletAccount$1 as dJ, type MemberWalletAccount as dK, type HttpError as dL, type OperationError as dM, type OperationResult as dN, type LoginChannel as dO, type SecretQuestion as dP, type SecurityQuestionAuthenticator as dQ, type Authenticator as dR, type SignInInput as dS, type SignInError as dT, type SignInReturn as dU, type RefreshSessionError as dV, type SecurityQuestionAuthenticateInput as dW, type AuthenticateError as dX, type Session as dY, type SessionError as dZ, type CreateSingleUseTokenInput as d_, type PointsClubSettings$1 as da, type PointsClubSettings as db, type PaymentSettings$1 as dc, type PaymentSettings as dd, type Message$1 as de, type Message as df, type InstapayBank$1 as dg, type InstapayBank as dh, type SpotBonusPromo$1 as di, type SpotBonusPromo as dj, type Quest$1 as dk, type Quest as dl, type TopWin$1 as dm, type TopWin as dn, type Jackpot$1 as dp, type Jackpot as dq, type JackpotPayout$1 as dr, type JackpotPayout as ds, type Tournament$1 as dt, type Tournament as du, type MemberLevelSettings$1 as dv, type MemberLevelSettings as dw, type AchievementSettingsResponse$1 as dx, type AchievementSettingsResponse as dy, type AchievementPointsHistoryRecord$1 as dz, type TokenSignInReturn as e, type BankDeposit as e$, type UploadImageFileError as e0, type AccountStatus as e1, type AccountVerificationStatus as e2, type Agent as e3, type GigRewardsQuestDetails as e4, type CellxpertDetails as e5, type MemberWithCellxpertDetails as e6, type VerificationDetailsStatus as e7, type NameAndPasswordCreateAccountInput as e8, type MobileNumberCreateAccountInput as e9, type MemberRebateContributionPerGame as eA, type ClaimRebateError as eB, type GameTag as eC, type GameType as eD, type WalletGame as eE, type GameSessionStatus as eF, type GameSessionLaunchOptions as eG, type CreateGameSessionByReferenceInput as eH, type CreateGameSessionByIdInput as eI, type CreateGameSessionError as eJ, type AnnouncementType as eK, type AnnouncementStatus as eL, type BetRecordStatus as eM, type FreeBetDropStatus as eN, type MemberFreeBetDropBetRecord as eO, type TransactionType as eP, type DepositType as eQ, type DepositStatus as eR, type KnownDepositError as eS, type GCashDeposit as eT, type GcashWebpayDeposit as eU, type AiOGCashDeposit as eV, type AiOPayMayaDeposit as eW, type AiOGrabPayDeposit as eX, type AiOPalawanPayDeposit as eY, type MayaDeposit as eZ, type MayaAppDeposit as e_, type MobileNumberInrCreateAccountInput as ea, type NameCreateAccountInput as eb, type MobileNumberCreateAccountInput__next as ec, type CreateAccountError as ed, type RegisterMayaAccountError as ee, type RegisterAgentAccountError as ef, type UpdateAccountError as eg, type ResetPasswordError as eh, type SubmitVerificationError as ei, type SubmitMemberVerificationError as ej, type UpdateVerificationError as ek, type SendVerificationCodeError as el, type SendSmsVerificationCodeInput as em, type SendEmailVerificationCodeInput as en, type SendVerificationCodeError__Next as eo, type VerifyMobileNumberError as ep, type Currency as eq, type AchievementSettings as er, type RedeemPointsError as es, type PointsWalletTransactionType as et, type RebateStatus as eu, type RebateCursor as ev, type RebateType as ew, type RebateSettingsPerMemberLevel as ex, type RebateProgram as ey, type MemberRebateContributionPerGameCategory as ez, type SocialsSignInReturn as f, type Field as f$, type ManualDeposit as f0, type QRPHDeposit as f1, type OnlineBankDeposit as f2, type ManualBankDeposit as f3, type ManualUPIDeposit as f4, type CreateMayaDepositInput as f5, type CreateGCashDepositInput as f6, type CreateAiOGCashDepositInput as f7, type CreateAiOPayMayaDepositInput as f8, type CreateAiOGrabPayDepositInput as f9, type CreateMayaWithdrawalInput as fA, type CreateMayaAppWithdrawalInput as fB, type CreateAIOInstapayWithdrawalInput as fC, type CreateAIOInstapayWithdrawalInput_Next as fD, type CreateManualUPIWithdrawalInput as fE, type CreateManualBankWithdrawalInput as fF, type CreateCabinetWithdrawalInput as fG, type CreateWithdrawalError as fH, type GatewaySettings as fI, type MemberLevelSetting as fJ, type Locale as fK, type AchievementType as fL, type GeneralMemberLevelSettings as fM, type PromoType as fN, type PromoStatus as fO, type TurnoverRequirementType as fP, type CashbackStatus as fQ, type ClaimCashbackBonusError as fR, type ActivityRecordType as fS, type FieldType as fT, type TextField as fU, type RichTextField as fV, type ImageField as fW, type SelectField as fX, type MultiSelectField as fY, type ToggleField as fZ, type CompoundField as f_, type CreateAiOPalawanPayDepositInput as fa, type CreateGCashWebpayDepositInput as fb, type CreateMayaAppDepositInput as fc, type CreateAIOQRPHDepositInput as fd, type CreateAIOOnlineBankDepositInput as fe, type CreateManualUPIDepositInput as ff, type CreateManualBankDepositInput as fg, type CreateMayaWebpayDepositInput as fh, type CreateTestDepositInput as fi, type CreateDepositError as fj, type VoucherType as fk, type WithdrawalType as fl, type WithdrawalStatus as fm, type WithdrawalError as fn, type ManualWithdrawalRecord as fo, type Bank as fp, type BankWithdrawalRecord as fq, type GCashWithdrawalRecord as fr, type MayaWithdrawalRecord as fs, type InstapayWithdrawalRecord as ft, type ManualBankWithdrawalRecord as fu, type ManualUPIWithdrawalRecord as fv, type InstapayBankType as fw, type CreateBankWithdrawalInput as fx, type CreateGCashWithdrawalInput as fy, type CreateGCashStandardCashInWithdrawalInput as fz, type CabinetSignInReturn as g, type RegisterMemberAccountByMobileNumberMutationVariables as g$, type UpdateReferralCodeError as g0, type ClaimRewardError as g1, type MessageIcon as g2, type MessageAction as g3, type MessageType as g4, type OnboardingStatus as g5, type OnboardingPlayerExperience as g6, type QuestType as g7, type QuestStatus as g8, type QuestProgramStatus as g9, type DeleteMemberAccountMutationVariables as gA, type UpdateDailyBetLimitMutationVariables as gB, type UpdateMonthlyBetLimitMutationVariables as gC, type UpdateDailyDepositLimitMutationVariables as gD, type UpdateMonthlyDepositLimitMutationVariables as gE, type UnlinkGoogleMutationVariables as gF, type ResetPasswordMutationVariables as gG, type ResetPasswordError$1 as gH, type GeneralMemberLevelSettings$1 as gI, type SendVerificationCodeMutationVariables as gJ, type SendVerificationCodeError$1 as gK, type VerifyMobileNumberMutationVariables as gL, type VerifyMobileNumberError$1 as gM, type CreateMemberVerificationMutationVariables as gN, type CreateMemberVerificationError as gO, type CreateMemberVerificationNextMutationVariables as gP, type UpdateMemberVerificationMutationVariables as gQ, type UpdateMemberVerificationError as gR, type UpdateMemberVerificationNextMutationVariables as gS, type SubmitMemberVerificationMutationVariables as gT, type SubmitMemberVerificationError$1 as gU, type AnnouncementsQueryVariables as gV, type PaginatedQueryResult$1 as gW, type RegisterMayaMemberAccountMutationVariables as gX, type RegisterMayaMemberAccountError as gY, type UpdateReferralCodeMutationVariables as gZ, type UpdateReferralCodeError$1 as g_, type QuestProgram as ga, type MemberStatus as gb, type JourneyQuestMilestoneType as gc, type JourneyQuestMilestone as gd, type WageringQuestStage as ge, type WageringQuestStageSettings as gf, type JackpotStatus as gg, type FCMDeviceType as gh, type FirebaseCloudMessagingDeviceType as gi, type TournamentStatus as gj, type TournamentType as gk, type TournamentFrequency as gl, type TournamentMode as gm, type TournamentLeaderboard as gn, type TournamentPayout as go, type CabinetSiteMachineStatus as gp, type MemberVerificationRequestStatus as gq, GraphQLClient as gr, type MemberWithCellxpertDetailsQuery as gs, type RegisterMemberAccountMutationVariables as gt, type RegisterMemberAccountError as gu, type RegisterMemberAccountViaMobileMutationVariables as gv, type RegisterMemberAccountMutationVariables__Next as gw, type RegisterMemberAccountByNameMutationVariables as gx, type UpdateMemberAccountMutationVariables as gy, type UpdateMemberAccountError as gz, type SingleUseTokenSignInInput as h, type UnlinkFirebaseCloudMessagingDeviceMutationVariables as h$, type RegisterMemberAccountByMobileNumberMutationVariables__Next as h0, type RegisterAgentAccountMutationVariables as h1, type RegisterAgentAccountError$1 as h2, type MemberVerificationRequestByIdQueryVariables as h3, type SubmitMemberVerificationRequestBasicDetailsMutationVariables as h4, type SubmitMemberVerificationRequestImageDetailsMutationVariables as h5, type SubmitMemberVerificationRequestPersonalDetailsMutationVariables as h6, type FileQueryVariables as h7, type CreateSessionInput as h8, type CreateSessionError as h9, type PointsWalletTransactionsQueryVariables as hA, type MemberRebatesQueryVariables as hB, type MemberRebateContributionQueryVariables as hC, type AchievementPointsHistoryRecordQueryVariables as hD, type ActivityRecordsQueryVariables as hE, type ReferralsQueryVariables as hF, type UplinesByNameQueryVariables as hG, type DownlinesByNameQueryVariables as hH, type PromoByCodeQueryVariables as hI, type JackpotsQueryVariables as hJ, type _JackpotsQueryVariables as hK, type _Jackpot as hL, type JackpotsIdsQueryVariables as hM, type JackpotPayoutsQueryVariables as hN, type TournamentsQueryVariables as hO, type TournamentsIdsQueryVariables as hP, type FreeBetDropsQueryVariables as hQ, type MemberFreeBetDropsQueryVariables as hR, type MessagesQueryVariables as hS, type UnreadMessagesCountQueryVariables as hT, type MarkMessageAsReadMutationVariables as hU, type ClaimRewardMutationVariables as hV, type ClaimRewardError$1 as hW, type CheckInDailyQuestQueryVariables as hX, type RegisterFCMDeviceMutationVariables as hY, type UnregisterFCMDeviceMutationVariables as hZ, type LinkFirebaseCloudMessagingDeviceMutationVariables as h_, type CreateSessionMutation as ha, type AuthenticateInput$1 as hb, type AuthenticateError$1 as hc, type AuthenticateMutation as hd, type RefreshSessionError$1 as he, type RefreshSessionMutation as hf, type SendVerificationCodeInput__Next$1 as hg, type SendVerificationCodeError__Next$1 as hh, type CreateSingleUseTokenError$1 as hi, type CreateSingleUseTokenMutation as hj, type GamesQueryVariables as hk, type GamesQueryVariables__Next as hl, type UploadPrivateImageFileMutationVariables as hm, type UploadPrivateImageFileError as hn, type GameSessionQueryVariables as ho, type CreateGameSessionMutationVariables as hp, type CreateGameSessionError$1 as hq, type EndGameSessionMutationVariables as hr, type PlatformQuery__Next as hs, type RecommendedGame as ht, type OnboardingStatus$1 as hu, type CompleteOnboardingMutationVariables as hv, type BetRecordsQueryVariables as hw, type TransactionRecordsQueryVariables as hx, type WithdrawalRecordsQueryVariables as hy, type DepositRecordsQueryVariables as hz, type SingleUseTokenSignInReturn as i, type DateFilterField as i$, type AvailablePromosQueryVariables as i0, type CancelFreeBetDropMutationVariables as i1, type ClaimCashbackBonusMutationVariables as i2, type ClaimCashbackBonusError$1 as i3, type ClaimRebateMutationVariables as i4, type ClaimRebateError$1 as i5, type DepositQueryVariables as i6, type CreateGCashDepositMutationVariables as i7, type CreateDepositError$1 as i8, type CreateGCashWebpayDepositMutationVariables as i9, type RedeemPointsToCashMutationVariables as iA, type RedeemPointsToCashError as iB, type MayaSessionQueryVariables as iC, type MayaSession as iD, type ClaimSpotBonusMutationVariables as iE, type ClaimSpotBonusError as iF, type TouchGCashDepositMutationVariables as iG, type TouchQrphDepositMutationVariables as iH, type MarkGameAsFavoriteMutationVariables as iI, type UnmarkGameAsFavoriteMutationVariables as iJ, type FavoriteGame as iK, type WalletGamesQueryVariables as iL, type CabinetWithdrawalQueryVariables as iM, type RedeemVoucherMutationVariables as iN, type RedeemVoucherError as iO, type CreateCabinetWithdrawalMutationVariables as iP, type ID as iQ, type Decimal as iR, type DateString as iS, type Html as iT, type Edge as iU, type PageInfo as iV, type PaginatedQuery as iW, type ObjectIdFilterField as iX, type StringFilterField as iY, type NumberFilterField as iZ, type BooleanFilterField as i_, type CreateMayaWebpayDepositMutationVariables as ia, type CreateMayaDepositMutationVariables as ib, type CreateTestDepositMutationVariables as ic, type CreateTestDepositError as id, type CreateAIOQRPHDepositMutationVariables as ie, type CreateAiOGCcashDepositMutationVariables as ig, type CreateAiOPayMayaDepositMutationVariables as ih, type CreateAiOGrabPayDepositMutationVariables as ii, type CreateAiOPalawanPayDepositMutationVariables as ij, type CreateAIOOnlineBankDepositMutationVariables as ik, type CreateManualBankDeposiMutationVariables as il, type CreateManualUPIDepositMutationVariables as im, type CreateMayaAppDepositMutationVariables as io, type CreateManualUpiDepositMutationVariables as ip, type CreateGCashWithdrawalMutationVariables as iq, type CreateWithdrawalError$1 as ir, type CreateGCashStandardCashInWithdrawalMutationVariables as is, type CreateMayaWithdrawalMutationVariables as it, type CreateMayaAppWithdrawalMutationVariables as iu, type CreateBankWithdrawalMutationVariables as iv, type CreateAIOInstapayWithdrawalMutationVariables as iw, type CreateAIOInstapayWithdrawalNextMutationVariables as ix, type CreateManualUpiWithdrawalMutationVariables as iy, type CreateManualBankWithdrawalMutationVariables as iz, type AuthenticateReturn as j, type CreateMayaAppWithdrawalMutation as j$, type EnumFilterField as j0, type SortOrder as j1, type FileStatus as j2, type FileQuery as j3, type UploadPrivateImageFileMutation as j4, type AnnouncementType$1 as j5, type AnnouncementStatus$1 as j6, type AnnouncementVisibility as j7, type AnnouncementsQuery as j8, type GameType$1 as j9, type CreateGCashWebpayDepositMutation as jA, type CreateMayaWebpayDepositMutation as jB, type CreateMayaDepositMutation as jC, type CreateTestDepositMutation as jD, type CreateAIOQRPHDepositMutation as jE, type CreateManualBankDepositMutation as jF, type CreateManualUPIDepositMutation as jG, type CreateAiOGCashDepositMutation as jH, type CreateAiOPayMayaDepositMutation as jI, type CreateAiOGrabPayDepositMutation as jJ, type CreateAiOPalawanPayDepositMutation as jK, type CreateAIOOnlineBankDepositMutation as jL, type CreateManualBankDepositMutationVariables as jM, type CreateMayaAppDepositMutation as jN, type DepositQuery as jO, type DepositsCountQuery as jP, type TouchGCashDepositMutation as jQ, type TouchQrphDepositMutation as jR, type CreateManualUpiDepositMutation as jS, type Bank$1 as jT, type WithdrawalType$1 as jU, type WithdrawalStatus$1 as jV, type WithdrawalError$1 as jW, type WithdrawalRecordsQuery as jX, type CreateGCashWithdrawalMutation as jY, type CreateGCashStandardCashInWithdrawalMutation as jZ, type CreateMayaWithdrawalMutation as j_, type GameProvider$1 as ja, type GameStatus as jb, type GameTag$1 as jc, type WalletGame$1 as jd, type GameQueryVariables as je, type GameQuery as jf, type GamesQuery as jg, type WalletGamesQuery as jh, type RecommendedGamesQuery as ji, type GameSessionStatus$1 as jj, type GameSessionLaunchOptions$1 as jk, type GameSessionQuery as jl, type CreateGameSessionMutation as jm, type EndGameSessionError as jn, type EndGameSessionMutation as jo, type BetRecordStatus$1 as jp, type BetRecordMetadata as jq, type BetRecordsQuery as jr, type LatestBetRecordsQuery as js, type DepositType$1 as jt, type DepositStatus$1 as ju, type KnownDepositError$1 as jv, type VoucherType$1 as jw, type DepositRecordsQuery as jx, type RedeemVoucherMutation as jy, type CreateGCashDepositMutation as jz, type SessionReturn as k, type UpdateMonthlyDepositLimitMutation as k$, type CreateBankWithdrawalMutation as k0, type CreateAIOInstapayWithdrawalMutation as k1, type CreateAIOInstapayWithdrawalNextMutation as k2, type CreateManualUpiWithdrawalMutation as k3, type CreateManualBankWithdrawalMutation as k4, type CreateCabinetWithdrawalMutation as k5, type InstapayBankListQuery as k6, type RemainingDailyWithdrawalsCountQuery as k7, type PromoType$1 as k8, type PromoStatus$1 as k9, type MemberRebatesQuery as kA, type MemberRebateContributionPerGameCategory$1 as kB, type MemberRebateContributionPerGame$1 as kC, type MemberRebateContributionQuery as kD, type AchievementPointsHistoryRecordQuery as kE, type MemberAccountStatus as kF, type MemberAccountVerificationStatus as kG, type MemberVerificationStatus as kH, type GigRewardsQuestDetails$1 as kI, type MemberQuery as kJ, type MemberAccountQuery as kK, type MemberWithCellxpertDetailsQueryVariables as kL, type MemberVerificationQuery as kM, type RegisterMemberAccountMutation as kN, type RegisterMemberAccountByNameMutation as kO, type RegisterMemberAccountViaMobileMutation as kP, type RegisterAgentAccountMutation as kQ, type RegisterMayaMemberAccountMutation as kR, type UpdateMemberAccountMutation as kS, type SecretQuestion$1 as kT, type ResetPasswordMutation as kU, type AchievementType$1 as kV, type AchievementSettingsQueryVariables as kW, type DeleteMemberAccountMutation as kX, type UpdateDailyBetLimitMutation as kY, type UpdateMonthlyBetLimitMutation as kZ, type UpdateDailyDepositLimitMutation as k_, type PromosQuery as ka, type AvailablePromosQuery as kb, type CashbackStatus$1 as kc, type CashbacksQuery as kd, type ClaimSpotBonusMutation as ke, type TurnoverRequirementType$1 as kf, type PromoByCodeQuery as kg, type BonusQuery as kh, type BonusesQuery as ki, type CashbackBonusesQuery as kj, type ClaimCashbackBonusMutation as kk, type ClaimRebateMutation as kl, type TransactionType$1 as km, type TransactionRecordsQuery as kn, type Currency$1 as ko, type WalletQuery as kp, type MemberWalletQuery as kq, type PointsWalletQuery as kr, type RedeemPointsToCashMutation as ks, type PointsWalletTransactionType$1 as kt, type PointsWalletTransactionsQuery as ku, type RebateStatus$1 as kv, type RebateCursor$1 as kw, type RebateType$1 as kx, type RebateSettingsPerMemberLevel$1 as ky, type RebateProgram$1 as kz, type CreateSingleUseTokenReturn as l, type QuestProgram$1 as l$, type UnlinkGoogleMutation as l0, type SendVerificationCodeInput as l1, type SendVerificationCodeMutation as l2, type VerifyMobileNumberMutation as l3, type CreateMemberVerificationMutation as l4, type CreateMemberVerificationNextMutation as l5, type UpdateMemberVerificationMutation as l6, type UpdateMemberVerificationNextMutation as l7, type SubmitMemberVerificationMutation as l8, type ProfileCompletionQuery as l9, type ActivityRecordType$1 as lA, type ActivityRecordsQuery as lB, type ReferralCodeQuery as lC, type UpdateReferralCodeMutation as lD, type ReferralsQuery as lE, type ReferralCommissionQuery as lF, type UplinesByNameQuery as lG, type DownlinesByNameQuery as lH, type PointsClubSettingsQuery as lI, type AchievementSettings$1 as lJ, type AchievementSettingsQuery as lK, type MessageAction$1 as lL, type MessageIcon$1 as lM, type MessageType$1 as lN, type MessagesQuery as lO, type MarkMessageAsReadMutation as lP, type MarkAllMessageAsReadMutation as lQ, type MarkAllMessagesAsReadMutation as lR, type UnreadMessagesCountQuery as lS, type ClaimRewardMutation as lT, type OnboardingPlayerExperience$1 as lU, type OnboardingStatusQuery as lV, type CompleteOnboardingMutation as lW, type SkipOnboardingMutation as lX, type QuestType$1 as lY, type QuestStatus$1 as lZ, type QuestProgramStatus$1 as l_, type RegisterMemberAccountByMobileNumberMutation as la, type RegisterMemberAccountByMobileNumberMutation__Next as lb, type DepositGatewaySettings as lc, type WithdrawalGatewaySettings as ld, type MemberLevelSetting$1 as le, type MemberLevelSettingsQuery as lf, type GeneralMemberLevelSettingsQuery as lg, type PlatformQuery as lh, type PaymentSettingsQuery as li, type LoginChannel$1 as lj, type Session$1 as lk, type Authenticator$1 as ll, type SecurityQuestionAuthenticateInput$1 as lm, type MayaSessionQuery as ln, type ValidateMayaSessionMutation as lo, type TextField$1 as lp, type RichTextField$1 as lq, type ImageField$1 as lr, type SelectField$1 as ls, type MultiSelectField$1 as lt, type ToggleField$1 as lu, type CompoundField$1 as lv, type Field$1 as lw, type FieldType$1 as lx, type SiteConfig as ly, type SiteQuery as lz, type SiteReturn as m, type JourneyQuestMilestoneType$1 as m0, type JourneyQuestMilestone$1 as m1, type WageringQuestStage$1 as m2, type WageringQuestStageSettings$1 as m3, type MemberStatus$1 as m4, type AvailableQuestsQuery as m5, type CheckInDailyQuestMutation as m6, type TopWinsQuery as m7, type TopWinsNextQuery as m8, type JackpotStatus$1 as m9, type MemberAchievementsQuery as mA, type RequireFirstDepositQuery as mB, type CabinetSiteMachineStatus$1 as mC, type MemberCabinetSiteMachineQuery as mD, type CabinetWithdrawalQuery as mE, type MemberVerificationRequestStatus$1 as mF, type MemberVerificationRequestQuery as mG, type MemberVerificationRequestByIdQuery as mH, type SubmitMemberVerificationRequestBasicDetailsMutation as mI, type SubmitMemberVerificationRequestImageDetailsMutation as mJ, type SubmitMemberVerificationRequestPersonalDetailsMutation as mK, type MemberVerificationRequestAutomaticApprovalEnabledQuery as mL, type FreeBetDropStatus$1 as mM, type CancelFreeBetDropMutation as mN, type MemberFreeBetDropBetRecord$1 as mO, type MemberFreeBetDropsQuery as mP, type FreeBetDropsQuery as mQ, type JackpotCursor as ma, type JackpotPayoutCursor as mb, type JackpotsQuery as mc, type _JackpotsQuery as md, type JackpotsIdsQuery as me, type JackpotPayoutsQuery as mf, type FCMDeviceType$1 as mg, type FirebaseCloudMessagingDeviceType$1 as mh, type RegisterFCMDeviceMutation as mi, type UnregisterFCMDeviceMutation as mj, type LinkFirebaseCloudMessagingDeviceMutation as mk, type UnlinkFirebaseCloudMessagingDeviceMutation as ml, type MarkGameAsFavoriteMutation as mm, type UnmarkGameAsFavoriteMutation as mn, type FavoriteGamesQuery as mo, type TransactionPasswordNotSetError as mp, type UPIReferenceNotAvailableError as mq, type GoogleClientIdQuery as mr, type TournamentStatus$1 as ms, type TournamentType$1 as mt, type TournamentFrequency$1 as mu, type TournamentMode$1 as mv, type TournamentLeaderboard$1 as mw, type TournamentPayout$1 as mx, type TournamentsQuery as my, type TournamentsIdsQuery as mz, type CabinetSiteMachineReturn as n, type CabinetWithdrawalReturn as o, type PlatformReturn__Next as p, type PaymentSettingsReturn as q, type MemberLevelSettingsReturn as r, type GeneralMemberLevelSettingsReturn as s, type AchievementSettingsReturn as t, type AccountReturn as u, type MemberWithCellxpertDetailsReturn as v, type CreateAccountInput as w, type CreateAccountReturn as x, type CreateAccountInput__Next as y, type RegisterMayaAccountReturn as z };
|
|
4527
|
+
export { type SubmitMemberVerificationReturn as $, type AuthenticateInput as A, type RegisterAgentAccountReturn as B, type CabinetSignInInput as C, type UpdateAccountReturn as D, type Environment as E, type DeleteAccountReturn as F, type GraphQLClientMiddleware as G, type UpdateDailyBetLimitInput as H, type UpdateAccountLimitReturn as I, type UpdateMonthlyBetLimitInput as J, type UpdateDailyDepositLimitInput as K, type UpdateMonthlyDepositLimitInput as L, type MobileNumberSignInInput as M, type NameAndPasswordSignInInput as N, type VerificationDetailsReturn as O, type PlatformReturn as P, type SubmitVerificationDetailsInput as Q, type RegisterMayaAccountInput as R, type SocialsSignInInput as S, type TokenSignInInput as T, type UpdateAccountInput as U, type ValidateMayaSessionReturn as V, type WatchSessionInput as W, type SubmitVerificationDetailsReturn as X, type SubmitVerificationDetailsInputNext as Y, type UpdateVerificationDetailsInput as Z, type UpdateVerificationDetailsReturn as _, type NameAndPasswordSignInReturn as a, type MarkGameAsFavoriteReturn as a$, type ResetPasswordInput as a0, type ResetPasswordReturn as a1, type VerifyMobileNumberReturn as a2, type ProfileCompletionReturn as a3, type SendVerificationCodeReturn as a4, type SendVerificationCodeInput__Next as a5, type SendVerificationCodeReturn__Next as a6, type WalletReturn as a7, type MemberWalletAccountReturn as a8, type AnnouncementsInput as a9, type TransactionRecordsInput as aA, type TransactionRecordsReturn as aB, type PromosReturn as aC, type PromoFilterInput as aD, type AvailablePromosReturn as aE, type CashbacksReturn as aF, type BonusReturn as aG, type BonusesReturn as aH, type CashbackBonusReturn as aI, type ClaimCashbackBonusReturn as aJ, type ClaimRebateReturn as aK, type ClaimSpotBonusReturn as aL, type PromoByCodeReturn as aM, type GameReturn as aN, type GamesInput as aO, type GamesReturn as aP, type WalletGameInput as aQ, type WalletGamesReturn as aR, type GamesInput__Next as aS, type RecommendedGamesInput as aT, type RecommendedGamesReturn as aU, type GameProvider as aV, type GameSessionReturn as aW, type CreateGameSessionInput as aX, type CreateGameSessionReturn as aY, type EndGameSessionReturn as aZ, type MarkGameAsFavoriteInput as a_, type AnnouncementsReturn as aa, type CreateWithdrawalInput as ab, type CreateWithdrawalReturn as ac, type WithdrawalRecordsInput as ad, type WithdrawalRecordsReturn as ae, type RemainingDailyWithdrawalsCountReturn as af, type InstapayBankListReturn as ag, type CreateDepositInput as ah, type CreateDepositReturn as ai, type DepositReturn as aj, type DepositRecordsInput as ak, type DepositRecordsReturn as al, type DepositsCountReturn as am, type TouchDepositInput as an, type TouchDepositReturn as ao, type RedeemVoucherInput as ap, type RedeemVoucherReturn as aq, type BetRecordsInput as ar, type BetRecordsReturn as as, type LatestBetRecordsReturn as at, type FreeBetDropsInput as au, type FreeBetDropsReturn as av, type MemberFreeBetDropsInput as aw, type MemberFreeBetDropsReturn as ax, type CancelFreeBetDropInput as ay, type CancelFreeBetDropReturn as az, type MobileNumberSignInReturn as b, type UnlinkFirebaseCloudMessagingDeviceInput as b$, type UnmarkGameAsFavoriteInput as b0, type UnmarkGameAsFavoriteReturn as b1, type FavoriteGamesReturn as b2, type FileReturn as b3, type UploadImageFileInput as b4, type UploadImageFileReturn as b5, type PointsWalletReturn as b6, type RedeemPointsInput as b7, type RedeemPointsReturn as b8, type PointsWalletTransactionsInput as b9, type MarkAllMessagesAsReadReturn as bA, type ClaimRewardReturn as bB, type OnboardingStatusReturn as bC, type CompleteOnboardingInput as bD, type CompleteOnboardingReturn as bE, type SkipOnboardingReturn as bF, type AvailableQuestsReturn as bG, type CheckInDailyQuestReturn as bH, type TopWinsReturn as bI, type JackpotsInput as bJ, type JackpotsReturn as bK, type JackpotsIdsInput as bL, type JackpotsIdsReturn as bM, type _JackpotsInput as bN, type _JackpotsReturn as bO, type JackpotPayoutsInput as bP, type JackpotPayoutsReturn as bQ, type TournamentsInput as bR, type TournamentsReturn as bS, type TournamentsIdsInput as bT, type TournamentsIdsReturn as bU, type RegisterFCMDeviceInput as bV, type RegisterFCMDeviceReturn as bW, type UnregisterFCMDeviceInput as bX, type UnregisterFCMDeviceReturn as bY, type LinkFirebaseCloudMessagingDeviceInput as bZ, type LinkFirebaseCloudMessagingDeviceReturn as b_, type PointsWalletTransactionsReturn as ba, type AchievementPointsHistoryRecordInput as bb, type AchievementPointsHistoryRecordReturn as bc, type MemberAchievementReturn as bd, type MemberRebatesInput as be, type MemberRebatesReturn as bf, type MemberRebateContributionInput as bg, type MemberRebateContributionReturn as bh, type ActivityRecordsInput as bi, type ActivityRecordsReturn as bj, type ReferralCodeReturn as bk, type UpdateReferralCodeInput as bl, type UpdateReferralCodeReturn as bm, type ReferralsInput as bn, type ReferralsReturn as bo, type ReferralCommissionReturn as bp, type UplinesByNameInput as bq, type UplinesByNameReturn as br, type DownlinesByNameInput as bs, type DownlinesByNameReturn as bt, type PointsClubSettingsReturn as bu, type MessagesInput as bv, type MessagesReturn as bw, type UnreadMessagesCountInput as bx, type UnreadMessagesCountReturn as by, type MarkMessageAsReadReturn as bz, type MayaSignInInput as c, type MemberRebateContribution$1 as c$, type UnlinkFirebaseCloudMessagingDeviceReturn as c0, type GoogleClientIdReturn as c1, type RequireFirstDepositReturn as c2, type MemberVerificationRequestReturn as c3, type SubmitMemberVerificationRequestBasicDetailsInput as c4, type SubmitMemberVerificationRequestBasicDetailsReturn as c5, type SubmitMemberVerificationRequestImageDetailsInput as c6, type SubmitMemberVerificationRequestImageDetailsReturn as c7, type SubmitMemberVerificationRequestPersonalDetailsInput as c8, type SubmitMemberVerificationRequestPersonalDetailsReturn as c9, type Game$1 as cA, type BetRecord as cB, type LatestBetRecord$1 as cC, type LatestBetRecord as cD, type TransactionRecord$1 as cE, type TransactionRecord as cF, type Game as cG, type GameSession$1 as cH, type GameSession as cI, type Promo$1 as cJ, type Promo as cK, type Cashback$1 as cL, type Cashback as cM, type Bonus$1 as cN, type Bonus as cO, type CashbackBonus$1 as cP, type CashbackBonus as cQ, type CabinetSiteMachine$1 as cR, type CabinetSiteMachine as cS, type File$1 as cT, type File as cU, type PointsWallet$1 as cV, type PointsWallet as cW, type PointsWalletTransaction$1 as cX, type PointsWalletTransaction as cY, type Rebate$1 as cZ, type Rebate as c_, type MemberVerificationRequestAutomaticApprovalEnabledReturn as ca, type Site$1 as cb, type Site as cc, type Platform$1 as cd, type Platform as ce, type MemberAccount as cf, type Member as cg, type Account as ch, type Wallet$1 as ci, type Wallet as cj, type MemberVerification as ck, type VerificationDetails as cl, type ProfileCompletion$1 as cm, type ProfileCompletion as cn, type Announcement$1 as co, type Announcement as cp, type WithdrawalRecord$1 as cq, type WithdrawalRecord as cr, type Deposit$1 as cs, type Deposit as ct, type CabinetWithdrawal as cu, type CabinetWithdrawalRecord as cv, type DepositRecord$1 as cw, type DepositRecord as cx, type Assign as cy, type BetRecord$1 as cz, type MayaSignInReturn as d, type UploadImageFileError as d$, type MemberRebateContribution as d0, type ActivityRecord$1 as d1, type ActivityRecord as d2, type Referral$1 as d3, type Referral as d4, type ReferralCommission$1 as d5, type ReferralCommission as d6, type Platform__Next$1 as d7, type Platform__Next as d8, type PointsClubSettings$1 as d9, type MemberAchievement$1 as dA, type MemberAchievement as dB, type MemberVerificationRequest$1 as dC, type MemberVerificationRequest as dD, type FreeBetDrop$1 as dE, type FreeBetDrop as dF, type MemberFreeBetDrop$1 as dG, type MemberFreeBetDrop as dH, type MemberWalletAccount$1 as dI, type MemberWalletAccount as dJ, type HttpError as dK, type OperationError as dL, type OperationResult as dM, type LoginChannel as dN, type SecretQuestion as dO, type SecurityQuestionAuthenticator as dP, type Authenticator as dQ, type SignInInput as dR, type SignInError as dS, type SignInReturn as dT, type RefreshSessionError as dU, type SecurityQuestionAuthenticateInput as dV, type AuthenticateError as dW, type Session as dX, type SessionError as dY, type CreateSingleUseTokenInput as dZ, type CreateSingleUseTokenError as d_, type PointsClubSettings as da, type PaymentSettings$1 as db, type PaymentSettings as dc, type Message$1 as dd, type Message as de, type InstapayBank$1 as df, type InstapayBank as dg, type SpotBonusPromo$1 as dh, type SpotBonusPromo as di, type Quest$1 as dj, type Quest as dk, type TopWin$1 as dl, type TopWin as dm, type Jackpot$1 as dn, type Jackpot as dp, type JackpotPayout$1 as dq, type JackpotPayout as dr, type Tournament$1 as ds, type Tournament as dt, type MemberLevelSettings$1 as du, type MemberLevelSettings as dv, type AchievementSettingsResponse$1 as dw, type AchievementSettingsResponse as dx, type AchievementPointsHistoryRecord$1 as dy, type AchievementPointsHistoryRecord as dz, type TokenSignInReturn as e, type QRPHDeposit as e$, type AccountStatus as e0, type AccountVerificationStatus as e1, type Agent as e2, type GigRewardsQuestDetails as e3, type CellxpertDetails as e4, type VerificationDetailsStatus as e5, type NameAndPasswordCreateAccountInput as e6, type MobileNumberCreateAccountInput as e7, type MobileNumberInrCreateAccountInput as e8, type NameCreateAccountInput as e9, type GameTag as eA, type GameType as eB, type WalletGame as eC, type GameSessionStatus as eD, type GameSessionLaunchOptions as eE, type CreateGameSessionByReferenceInput as eF, type CreateGameSessionByIdInput as eG, type CreateGameSessionError as eH, type AnnouncementType as eI, type AnnouncementStatus as eJ, type BetRecordStatus as eK, type FreeBetDropStatus as eL, type MemberFreeBetDropBetRecord as eM, type TransactionType as eN, type DepositType as eO, type DepositStatus as eP, type KnownDepositError as eQ, type GCashDeposit as eR, type GcashWebpayDeposit as eS, type AiOGCashDeposit as eT, type AiOPayMayaDeposit as eU, type AiOGrabPayDeposit as eV, type AiOPalawanPayDeposit as eW, type MayaDeposit as eX, type MayaAppDeposit as eY, type BankDeposit as eZ, type ManualDeposit as e_, type MobileNumberCreateAccountInput__next as ea, type CreateAccountError as eb, type RegisterMayaAccountError as ec, type RegisterAgentAccountError as ed, type UpdateAccountError as ee, type ResetPasswordError as ef, type SubmitVerificationError as eg, type SubmitMemberVerificationError as eh, type UpdateVerificationError as ei, type SendVerificationCodeError as ej, type SendSmsVerificationCodeInput as ek, type SendEmailVerificationCodeInput as el, type SendVerificationCodeError__Next as em, type VerifyMobileNumberError as en, type Currency as eo, type AchievementSettings as ep, type RedeemPointsError as eq, type PointsWalletTransactionType as er, type RebateStatus as es, type RebateCursor as et, type RebateType as eu, type RebateSettingsPerMemberLevel as ev, type RebateProgram as ew, type MemberRebateContributionPerGameCategory as ex, type MemberRebateContributionPerGame as ey, type ClaimRebateError as ez, type SocialsSignInReturn as f, type ClaimRewardError as f$, type OnlineBankDeposit as f0, type ManualBankDeposit as f1, type ManualUPIDeposit as f2, type CreateMayaDepositInput as f3, type CreateGCashDepositInput as f4, type CreateAiOGCashDepositInput as f5, type CreateAiOPayMayaDepositInput as f6, type CreateAiOGrabPayDepositInput as f7, type CreateAiOPalawanPayDepositInput as f8, type CreateGCashWebpayDepositInput as f9, type CreateAIOInstapayWithdrawalInput as fA, type CreateAIOInstapayWithdrawalInput_Next as fB, type CreateManualUPIWithdrawalInput as fC, type CreateManualBankWithdrawalInput as fD, type CreateCabinetWithdrawalInput as fE, type CreateWithdrawalError as fF, type GatewaySettings as fG, type MemberLevelSetting as fH, type Locale as fI, type AchievementType as fJ, type GeneralMemberLevelSettings as fK, type PromoType as fL, type PromoStatus as fM, type TurnoverRequirementType as fN, type CashbackStatus as fO, type ClaimCashbackBonusError as fP, type ActivityRecordType as fQ, type FieldType as fR, type TextField as fS, type RichTextField as fT, type ImageField as fU, type SelectField as fV, type MultiSelectField as fW, type ToggleField as fX, type CompoundField as fY, type Field as fZ, type UpdateReferralCodeError as f_, type CreateMayaAppDepositInput as fa, type CreateAIOQRPHDepositInput as fb, type CreateAIOOnlineBankDepositInput as fc, type CreateManualUPIDepositInput as fd, type CreateManualBankDepositInput as fe, type CreateMayaWebpayDepositInput as ff, type CreateTestDepositInput as fg, type CreateDepositError as fh, type VoucherType as fi, type WithdrawalType as fj, type WithdrawalStatus as fk, type WithdrawalError as fl, type ManualWithdrawalRecord as fm, type Bank as fn, type BankWithdrawalRecord as fo, type GCashWithdrawalRecord as fp, type MayaWithdrawalRecord as fq, type InstapayWithdrawalRecord as fr, type ManualBankWithdrawalRecord as fs, type ManualUPIWithdrawalRecord as ft, type InstapayBankType as fu, type CreateBankWithdrawalInput as fv, type CreateGCashWithdrawalInput as fw, type CreateGCashStandardCashInWithdrawalInput as fx, type CreateMayaWithdrawalInput as fy, type CreateMayaAppWithdrawalInput as fz, type CabinetSignInReturn as g, type RegisterAgentAccountError$1 as g$, type MessageIcon as g0, type MessageAction as g1, type MessageType as g2, type OnboardingStatus as g3, type OnboardingPlayerExperience as g4, type QuestType as g5, type QuestStatus as g6, type QuestProgramStatus as g7, type QuestProgram as g8, type MemberStatus as g9, type UpdateDailyDepositLimitMutationVariables as gA, type UpdateMonthlyDepositLimitMutationVariables as gB, type UnlinkGoogleMutationVariables as gC, type ResetPasswordMutationVariables as gD, type ResetPasswordError$1 as gE, type GeneralMemberLevelSettings$1 as gF, type SendVerificationCodeMutationVariables as gG, type SendVerificationCodeError$1 as gH, type VerifyMobileNumberMutationVariables as gI, type VerifyMobileNumberError$1 as gJ, type CreateMemberVerificationMutationVariables as gK, type CreateMemberVerificationError as gL, type CreateMemberVerificationNextMutationVariables as gM, type UpdateMemberVerificationMutationVariables as gN, type UpdateMemberVerificationError as gO, type UpdateMemberVerificationNextMutationVariables as gP, type SubmitMemberVerificationMutationVariables as gQ, type SubmitMemberVerificationError$1 as gR, type AnnouncementsQueryVariables as gS, type PaginatedQueryResult$1 as gT, type RegisterMayaMemberAccountMutationVariables as gU, type RegisterMayaMemberAccountError as gV, type UpdateReferralCodeMutationVariables as gW, type UpdateReferralCodeError$1 as gX, type RegisterMemberAccountByMobileNumberMutationVariables as gY, type RegisterMemberAccountByMobileNumberMutationVariables__Next as gZ, type RegisterAgentAccountMutationVariables as g_, type JourneyQuestMilestoneType as ga, type JourneyQuestMilestone as gb, type WageringQuestStage as gc, type WageringQuestStageSettings as gd, type JackpotStatus as ge, type FCMDeviceType as gf, type FirebaseCloudMessagingDeviceType as gg, type TournamentStatus as gh, type TournamentType as gi, type TournamentFrequency as gj, type TournamentMode as gk, type TournamentLeaderboard as gl, type TournamentPayout as gm, type CabinetSiteMachineStatus as gn, type MemberVerificationRequestStatus as go, GraphQLClient as gp, type RegisterMemberAccountMutationVariables as gq, type RegisterMemberAccountError as gr, type RegisterMemberAccountViaMobileMutationVariables as gs, type RegisterMemberAccountMutationVariables__Next as gt, type RegisterMemberAccountByNameMutationVariables as gu, type UpdateMemberAccountMutationVariables as gv, type UpdateMemberAccountError as gw, type DeleteMemberAccountMutationVariables as gx, type UpdateDailyBetLimitMutationVariables as gy, type UpdateMonthlyBetLimitMutationVariables as gz, type SingleUseTokenSignInInput as h, type ClaimCashbackBonusMutationVariables as h$, type MemberVerificationRequestByIdQueryVariables as h0, type SubmitMemberVerificationRequestBasicDetailsMutationVariables as h1, type SubmitMemberVerificationRequestImageDetailsMutationVariables as h2, type SubmitMemberVerificationRequestPersonalDetailsMutationVariables as h3, type FileQueryVariables as h4, type CreateSessionInput as h5, type CreateSessionError as h6, type CreateSessionMutation as h7, type AuthenticateInput$1 as h8, type AuthenticateError$1 as h9, type AchievementPointsHistoryRecordQueryVariables as hA, type ActivityRecordsQueryVariables as hB, type ReferralsQueryVariables as hC, type UplinesByNameQueryVariables as hD, type DownlinesByNameQueryVariables as hE, type PromoByCodeQueryVariables as hF, type JackpotsQueryVariables as hG, type _JackpotsQueryVariables as hH, type _Jackpot as hI, type JackpotsIdsQueryVariables as hJ, type JackpotPayoutsQueryVariables as hK, type TournamentsQueryVariables as hL, type TournamentsIdsQueryVariables as hM, type FreeBetDropsQueryVariables as hN, type MemberFreeBetDropsQueryVariables as hO, type MessagesQueryVariables as hP, type UnreadMessagesCountQueryVariables as hQ, type MarkMessageAsReadMutationVariables as hR, type ClaimRewardMutationVariables as hS, type ClaimRewardError$1 as hT, type CheckInDailyQuestQueryVariables as hU, type RegisterFCMDeviceMutationVariables as hV, type UnregisterFCMDeviceMutationVariables as hW, type LinkFirebaseCloudMessagingDeviceMutationVariables as hX, type UnlinkFirebaseCloudMessagingDeviceMutationVariables as hY, type AvailablePromosQueryVariables as hZ, type CancelFreeBetDropMutationVariables as h_, type AuthenticateMutation as ha, type RefreshSessionError$1 as hb, type RefreshSessionMutation as hc, type SendVerificationCodeInput__Next$1 as hd, type SendVerificationCodeError__Next$1 as he, type CreateSingleUseTokenError$1 as hf, type CreateSingleUseTokenMutation as hg, type GamesQueryVariables as hh, type GamesQueryVariables__Next as hi, type UploadPrivateImageFileMutationVariables as hj, type UploadPrivateImageFileError as hk, type GameSessionQueryVariables as hl, type CreateGameSessionMutationVariables as hm, type CreateGameSessionError$1 as hn, type EndGameSessionMutationVariables as ho, type PlatformQuery__Next as hp, type RecommendedGame as hq, type OnboardingStatus$1 as hr, type CompleteOnboardingMutationVariables as hs, type BetRecordsQueryVariables as ht, type TransactionRecordsQueryVariables as hu, type WithdrawalRecordsQueryVariables as hv, type DepositRecordsQueryVariables as hw, type PointsWalletTransactionsQueryVariables as hx, type MemberRebatesQueryVariables as hy, type MemberRebateContributionQueryVariables as hz, type SingleUseTokenSignInReturn as i, type FileStatus as i$, type ClaimCashbackBonusError$1 as i0, type ClaimRebateMutationVariables as i1, type ClaimRebateError$1 as i2, type DepositQueryVariables as i3, type CreateGCashDepositMutationVariables as i4, type CreateDepositError$1 as i5, type CreateGCashWebpayDepositMutationVariables as i6, type CreateMayaWebpayDepositMutationVariables as i7, type CreateMayaDepositMutationVariables as i8, type CreateTestDepositMutationVariables as i9, type MayaSession as iA, type ClaimSpotBonusMutationVariables as iB, type ClaimSpotBonusError as iC, type TouchGCashDepositMutationVariables as iD, type TouchQrphDepositMutationVariables as iE, type MarkGameAsFavoriteMutationVariables as iF, type UnmarkGameAsFavoriteMutationVariables as iG, type FavoriteGame as iH, type WalletGamesQueryVariables as iI, type CabinetWithdrawalQueryVariables as iJ, type RedeemVoucherMutationVariables as iK, type RedeemVoucherError as iL, type CreateCabinetWithdrawalMutationVariables as iM, type ID as iN, type Decimal as iO, type DateString as iP, type Html as iQ, type Edge as iR, type PageInfo as iS, type PaginatedQuery as iT, type ObjectIdFilterField as iU, type StringFilterField as iV, type NumberFilterField as iW, type BooleanFilterField as iX, type DateFilterField as iY, type EnumFilterField as iZ, type SortOrder as i_, type CreateTestDepositError as ia, type CreateAIOQRPHDepositMutationVariables as ib, type CreateAiOGCcashDepositMutationVariables as ic, type CreateAiOPayMayaDepositMutationVariables as id, type CreateAiOGrabPayDepositMutationVariables as ie, type CreateAiOPalawanPayDepositMutationVariables as ig, type CreateAIOOnlineBankDepositMutationVariables as ih, type CreateManualBankDeposiMutationVariables as ii, type CreateManualUPIDepositMutationVariables as ij, type CreateMayaAppDepositMutationVariables as ik, type CreateManualUpiDepositMutationVariables as il, type CreateGCashWithdrawalMutationVariables as im, type CreateWithdrawalError$1 as io, type CreateGCashStandardCashInWithdrawalMutationVariables as ip, type CreateMayaWithdrawalMutationVariables as iq, type CreateMayaAppWithdrawalMutationVariables as ir, type CreateBankWithdrawalMutationVariables as is, type CreateAIOInstapayWithdrawalMutationVariables as it, type CreateAIOInstapayWithdrawalNextMutationVariables as iu, type CreateManualUpiWithdrawalMutationVariables as iv, type CreateManualBankWithdrawalMutationVariables as iw, type RedeemPointsToCashMutationVariables as ix, type RedeemPointsToCashError as iy, type MayaSessionQueryVariables as iz, type AuthenticateReturn as j, type CreateAIOInstapayWithdrawalNextMutation as j$, type FileQuery as j0, type UploadPrivateImageFileMutation as j1, type AnnouncementType$1 as j2, type AnnouncementStatus$1 as j3, type AnnouncementVisibility as j4, type AnnouncementsQuery as j5, type GameType$1 as j6, type GameProvider$1 as j7, type GameStatus as j8, type GameTag$1 as j9, type CreateTestDepositMutation as jA, type CreateAIOQRPHDepositMutation as jB, type CreateManualBankDepositMutation as jC, type CreateManualUPIDepositMutation as jD, type CreateAiOGCashDepositMutation as jE, type CreateAiOPayMayaDepositMutation as jF, type CreateAiOGrabPayDepositMutation as jG, type CreateAiOPalawanPayDepositMutation as jH, type CreateAIOOnlineBankDepositMutation as jI, type CreateManualBankDepositMutationVariables as jJ, type CreateMayaAppDepositMutation as jK, type DepositQuery as jL, type DepositsCountQuery as jM, type TouchGCashDepositMutation as jN, type TouchQrphDepositMutation as jO, type CreateManualUpiDepositMutation as jP, type Bank$1 as jQ, type WithdrawalType$1 as jR, type WithdrawalStatus$1 as jS, type WithdrawalError$1 as jT, type WithdrawalRecordsQuery as jU, type CreateGCashWithdrawalMutation as jV, type CreateGCashStandardCashInWithdrawalMutation as jW, type CreateMayaWithdrawalMutation as jX, type CreateMayaAppWithdrawalMutation as jY, type CreateBankWithdrawalMutation as jZ, type CreateAIOInstapayWithdrawalMutation as j_, type WalletGame$1 as ja, type GameQueryVariables as jb, type GameQuery as jc, type GamesQuery as jd, type WalletGamesQuery as je, type RecommendedGamesQuery as jf, type GameSessionStatus$1 as jg, type GameSessionLaunchOptions$1 as jh, type GameSessionQuery as ji, type CreateGameSessionMutation as jj, type EndGameSessionError as jk, type EndGameSessionMutation as jl, type BetRecordStatus$1 as jm, type BetRecordMetadata as jn, type BetRecordsQuery as jo, type LatestBetRecordsQuery as jp, type DepositType$1 as jq, type DepositStatus$1 as jr, type KnownDepositError$1 as js, type VoucherType$1 as jt, type DepositRecordsQuery as ju, type RedeemVoucherMutation as jv, type CreateGCashDepositMutation as jw, type CreateGCashWebpayDepositMutation as jx, type CreateMayaWebpayDepositMutation as jy, type CreateMayaDepositMutation as jz, type SessionReturn as k, type SendVerificationCodeMutation as k$, type CreateManualUpiWithdrawalMutation as k0, type CreateManualBankWithdrawalMutation as k1, type CreateCabinetWithdrawalMutation as k2, type InstapayBankListQuery as k3, type RemainingDailyWithdrawalsCountQuery as k4, type PromoType$1 as k5, type PromoStatus$1 as k6, type PromosQuery as k7, type AvailablePromosQuery as k8, type CashbackStatus$1 as k9, type MemberRebateContributionQuery as kA, type AchievementPointsHistoryRecordQuery as kB, type MemberAccountStatus as kC, type MemberAccountVerificationStatus as kD, type MemberVerificationStatus as kE, type GigRewardsQuestDetails$1 as kF, type CellxpertDetails$1 as kG, type MemberQuery as kH, type MemberAccountQuery as kI, type MemberVerificationQuery as kJ, type RegisterMemberAccountMutation as kK, type RegisterMemberAccountByNameMutation as kL, type RegisterMemberAccountViaMobileMutation as kM, type RegisterAgentAccountMutation as kN, type RegisterMayaMemberAccountMutation as kO, type UpdateMemberAccountMutation as kP, type SecretQuestion$1 as kQ, type ResetPasswordMutation as kR, type AchievementType$1 as kS, type AchievementSettingsQueryVariables as kT, type DeleteMemberAccountMutation as kU, type UpdateDailyBetLimitMutation as kV, type UpdateMonthlyBetLimitMutation as kW, type UpdateDailyDepositLimitMutation as kX, type UpdateMonthlyDepositLimitMutation as kY, type UnlinkGoogleMutation as kZ, type SendVerificationCodeInput as k_, type CashbacksQuery as ka, type ClaimSpotBonusMutation as kb, type TurnoverRequirementType$1 as kc, type PromoByCodeQuery as kd, type BonusQuery as ke, type BonusesQuery as kf, type CashbackBonusesQuery as kg, type ClaimCashbackBonusMutation as kh, type ClaimRebateMutation as ki, type TransactionType$1 as kj, type TransactionRecordsQuery as kk, type Currency$1 as kl, type WalletQuery as km, type MemberWalletQuery as kn, type PointsWalletQuery as ko, type RedeemPointsToCashMutation as kp, type PointsWalletTransactionType$1 as kq, type PointsWalletTransactionsQuery as kr, type RebateStatus$1 as ks, type RebateCursor$1 as kt, type RebateType$1 as ku, type RebateSettingsPerMemberLevel$1 as kv, type RebateProgram$1 as kw, type MemberRebatesQuery as kx, type MemberRebateContributionPerGameCategory$1 as ky, type MemberRebateContributionPerGame$1 as kz, type CreateSingleUseTokenReturn as l, type WageringQuestStage$1 as l$, type VerifyMobileNumberMutation as l0, type CreateMemberVerificationMutation as l1, type CreateMemberVerificationNextMutation as l2, type UpdateMemberVerificationMutation as l3, type UpdateMemberVerificationNextMutation as l4, type SubmitMemberVerificationMutation as l5, type ProfileCompletionQuery as l6, type RegisterMemberAccountByMobileNumberMutation as l7, type RegisterMemberAccountByMobileNumberMutation__Next as l8, type DepositGatewaySettings as l9, type UpdateReferralCodeMutation as lA, type ReferralsQuery as lB, type ReferralCommissionQuery as lC, type UplinesByNameQuery as lD, type DownlinesByNameQuery as lE, type PointsClubSettingsQuery as lF, type AchievementSettings$1 as lG, type AchievementSettingsQuery as lH, type MessageAction$1 as lI, type MessageIcon$1 as lJ, type MessageType$1 as lK, type MessagesQuery as lL, type MarkMessageAsReadMutation as lM, type MarkAllMessageAsReadMutation as lN, type MarkAllMessagesAsReadMutation as lO, type UnreadMessagesCountQuery as lP, type ClaimRewardMutation as lQ, type OnboardingPlayerExperience$1 as lR, type OnboardingStatusQuery as lS, type CompleteOnboardingMutation as lT, type SkipOnboardingMutation as lU, type QuestType$1 as lV, type QuestStatus$1 as lW, type QuestProgramStatus$1 as lX, type QuestProgram$1 as lY, type JourneyQuestMilestoneType$1 as lZ, type JourneyQuestMilestone$1 as l_, type WithdrawalGatewaySettings as la, type MemberLevelSetting$1 as lb, type MemberLevelSettingsQuery as lc, type GeneralMemberLevelSettingsQuery as ld, type PlatformQuery as le, type PaymentSettingsQuery as lf, type LoginChannel$1 as lg, type Session$1 as lh, type Authenticator$1 as li, type SecurityQuestionAuthenticateInput$1 as lj, type MayaSessionQuery as lk, type ValidateMayaSessionMutation as ll, type TextField$1 as lm, type RichTextField$1 as ln, type ImageField$1 as lo, type SelectField$1 as lp, type MultiSelectField$1 as lq, type ToggleField$1 as lr, type CompoundField$1 as ls, type Field$1 as lt, type FieldType$1 as lu, type SiteConfig as lv, type SiteQuery as lw, type ActivityRecordType$1 as lx, type ActivityRecordsQuery as ly, type ReferralCodeQuery as lz, type SiteReturn as m, type WageringQuestStageSettings$1 as m0, type MemberStatus$1 as m1, type AvailableQuestsQuery as m2, type CheckInDailyQuestMutation as m3, type TopWinsQuery as m4, type TopWinsNextQuery as m5, type JackpotStatus$1 as m6, type JackpotCursor as m7, type JackpotPayoutCursor as m8, type JackpotsQuery as m9, type MemberCabinetSiteMachineQuery as mA, type CabinetWithdrawalQuery as mB, type MemberVerificationRequestStatus$1 as mC, type MemberVerificationRequestQuery as mD, type MemberVerificationRequestByIdQuery as mE, type SubmitMemberVerificationRequestBasicDetailsMutation as mF, type SubmitMemberVerificationRequestImageDetailsMutation as mG, type SubmitMemberVerificationRequestPersonalDetailsMutation as mH, type MemberVerificationRequestAutomaticApprovalEnabledQuery as mI, type FreeBetDropStatus$1 as mJ, type CancelFreeBetDropMutation as mK, type MemberFreeBetDropBetRecord$1 as mL, type MemberFreeBetDropsQuery as mM, type FreeBetDropsQuery as mN, type _JackpotsQuery as ma, type JackpotsIdsQuery as mb, type JackpotPayoutsQuery as mc, type FCMDeviceType$1 as md, type FirebaseCloudMessagingDeviceType$1 as me, type RegisterFCMDeviceMutation as mf, type UnregisterFCMDeviceMutation as mg, type LinkFirebaseCloudMessagingDeviceMutation as mh, type UnlinkFirebaseCloudMessagingDeviceMutation as mi, type MarkGameAsFavoriteMutation as mj, type UnmarkGameAsFavoriteMutation as mk, type FavoriteGamesQuery as ml, type TransactionPasswordNotSetError as mm, type UPIReferenceNotAvailableError as mn, type GoogleClientIdQuery as mo, type TournamentStatus$1 as mp, type TournamentType$1 as mq, type TournamentFrequency$1 as mr, type TournamentMode$1 as ms, type TournamentLeaderboard$1 as mt, type TournamentPayout$1 as mu, type TournamentsQuery as mv, type TournamentsIdsQuery as mw, type MemberAchievementsQuery as mx, type RequireFirstDepositQuery as my, type CabinetSiteMachineStatus$1 as mz, type CabinetSiteMachineReturn as n, type CabinetWithdrawalReturn as o, type PlatformReturn__Next as p, type PaymentSettingsReturn as q, type MemberLevelSettingsReturn as r, type GeneralMemberLevelSettingsReturn as s, type AchievementSettingsReturn as t, type AccountReturn as u, type CreateAccountInput as v, type CreateAccountReturn as w, type CreateAccountInput__Next as x, type RegisterMayaAccountReturn as y, type RegisterAgentAccountInput as z };
|