@opexa/portal-sdk 0.48.6 → 0.49.0
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/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -174,7 +174,7 @@ interface DepositRecordsQueryVariables {
|
|
|
174
174
|
}
|
|
175
175
|
type CreateDepositError$1 = 'DepositPromoMaximumAmountExceededError' | 'DepositPromoMinimumAmountNotMetError' | 'MaximumDepositAmountExceededError' | 'MinimumDepositAmountNotMetError' | 'MinimumFirstDepositAmountNotMetError' | 'PromoNotEnabledError' | 'WalletDoesNotExistError' | 'ReCAPTCHAVerificationFailedError' | 'UPIReferenceNotAvailableError' | 'GCashDirectApiRequestError';
|
|
176
176
|
type Bank$1 = 'AUBKPHMM' | 'MBTCPHMM' | 'BNORPHMM' | 'MKRUPHM1';
|
|
177
|
-
type WithdrawalType$1 = 'MANUAL' | 'BANK' | 'GCASH' | 'MAYA_APP' | 'INSTAPAY' | 'MANUAL_UPI' | 'MANUAL_BANK';
|
|
177
|
+
type WithdrawalType$1 = 'MANUAL' | 'BANK' | 'GCASH' | 'MAYA_APP' | 'INSTAPAY' | 'MANUAL_UPI' | 'MANUAL_BANK' | 'GCASH_WEBPAY' | 'PISO_PAY_REMITTANCE' | 'GCASH_STANDARD_CASH_IN';
|
|
178
178
|
type WithdrawalStatus$1 = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED' | 'FAILED';
|
|
179
179
|
interface WithdrawalRecordsQueryVariables {
|
|
180
180
|
first?: number;
|
|
@@ -385,7 +385,7 @@ type OnboardingPlayerExperience$1 = 'ROOKIE' | 'VETERAN';
|
|
|
385
385
|
type QuestType$1 = 'WAGERING' | 'DAILY_CHECKIN' | 'ONBOARDING' | 'JOURNEY';
|
|
386
386
|
type QuestStatus$1 = 'IN_PROGRESS' | 'COMPLETED' | 'FAILED';
|
|
387
387
|
type QuestProgramStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
388
|
-
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM';
|
|
388
|
+
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM' | 'CUSTOM_LINK';
|
|
389
389
|
type JackpotStatus$1 = 'ACTIVE' | 'CLOSING' | 'DISABLED';
|
|
390
390
|
type JackpotCursor = 'POOL';
|
|
391
391
|
type JackpotPayoutCursor = 'AMOUNT';
|
|
@@ -1620,6 +1620,7 @@ interface JourneyQuestMilestone {
|
|
|
1620
1620
|
bonusAmount: number;
|
|
1621
1621
|
cleared: boolean;
|
|
1622
1622
|
description?: string;
|
|
1623
|
+
link?: string;
|
|
1623
1624
|
}
|
|
1624
1625
|
interface WageringQuestStage {
|
|
1625
1626
|
targetTurnover: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ interface DepositRecordsQueryVariables {
|
|
|
174
174
|
}
|
|
175
175
|
type CreateDepositError$1 = 'DepositPromoMaximumAmountExceededError' | 'DepositPromoMinimumAmountNotMetError' | 'MaximumDepositAmountExceededError' | 'MinimumDepositAmountNotMetError' | 'MinimumFirstDepositAmountNotMetError' | 'PromoNotEnabledError' | 'WalletDoesNotExistError' | 'ReCAPTCHAVerificationFailedError' | 'UPIReferenceNotAvailableError' | 'GCashDirectApiRequestError';
|
|
176
176
|
type Bank$1 = 'AUBKPHMM' | 'MBTCPHMM' | 'BNORPHMM' | 'MKRUPHM1';
|
|
177
|
-
type WithdrawalType$1 = 'MANUAL' | 'BANK' | 'GCASH' | 'MAYA_APP' | 'INSTAPAY' | 'MANUAL_UPI' | 'MANUAL_BANK';
|
|
177
|
+
type WithdrawalType$1 = 'MANUAL' | 'BANK' | 'GCASH' | 'MAYA_APP' | 'INSTAPAY' | 'MANUAL_UPI' | 'MANUAL_BANK' | 'GCASH_WEBPAY' | 'PISO_PAY_REMITTANCE' | 'GCASH_STANDARD_CASH_IN';
|
|
178
178
|
type WithdrawalStatus$1 = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED' | 'FAILED';
|
|
179
179
|
interface WithdrawalRecordsQueryVariables {
|
|
180
180
|
first?: number;
|
|
@@ -385,7 +385,7 @@ type OnboardingPlayerExperience$1 = 'ROOKIE' | 'VETERAN';
|
|
|
385
385
|
type QuestType$1 = 'WAGERING' | 'DAILY_CHECKIN' | 'ONBOARDING' | 'JOURNEY';
|
|
386
386
|
type QuestStatus$1 = 'IN_PROGRESS' | 'COMPLETED' | 'FAILED';
|
|
387
387
|
type QuestProgramStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
388
|
-
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM';
|
|
388
|
+
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM' | 'CUSTOM_LINK';
|
|
389
389
|
type JackpotStatus$1 = 'ACTIVE' | 'CLOSING' | 'DISABLED';
|
|
390
390
|
type JackpotCursor = 'POOL';
|
|
391
391
|
type JackpotPayoutCursor = 'AMOUNT';
|
|
@@ -1620,6 +1620,7 @@ interface JourneyQuestMilestone {
|
|
|
1620
1620
|
bonusAmount: number;
|
|
1621
1621
|
cleared: boolean;
|
|
1622
1622
|
description?: string;
|
|
1623
|
+
link?: string;
|
|
1623
1624
|
}
|
|
1624
1625
|
interface WageringQuestStage {
|
|
1625
1626
|
targetTurnover: number;
|