@opexa/portal-sdk 0.41.2 → 0.41.3
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -379,7 +379,7 @@ type OnboardingPlayerExperience$1 = 'ROOKIE' | 'VETERAN';
|
|
|
379
379
|
type QuestType$1 = 'WAGERING' | 'DAILY_CHECKIN' | 'ONBOARDING' | 'JOURNEY';
|
|
380
380
|
type QuestStatus$1 = 'IN_PROGRESS' | 'COMPLETED' | 'FAILED';
|
|
381
381
|
type QuestProgramStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
382
|
-
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'CUSTOM';
|
|
382
|
+
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM';
|
|
383
383
|
type JackpotStatus$1 = 'ACTIVE' | 'CLOSING' | 'DISABLED';
|
|
384
384
|
type JackpotCursor = 'POOL';
|
|
385
385
|
type JackpotPayoutCursor = 'AMOUNT';
|
package/dist/index.d.ts
CHANGED
|
@@ -379,7 +379,7 @@ type OnboardingPlayerExperience$1 = 'ROOKIE' | 'VETERAN';
|
|
|
379
379
|
type QuestType$1 = 'WAGERING' | 'DAILY_CHECKIN' | 'ONBOARDING' | 'JOURNEY';
|
|
380
380
|
type QuestStatus$1 = 'IN_PROGRESS' | 'COMPLETED' | 'FAILED';
|
|
381
381
|
type QuestProgramStatus$1 = 'ACTIVE' | 'INACTIVE' | 'DELETED';
|
|
382
|
-
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'CUSTOM';
|
|
382
|
+
type JourneyQuestMilestoneType$1 = 'REGISTRATION' | 'ACCOUNT_VERIFICATION' | 'FIRST_DEPOSIT' | 'IOS_FIRST_LOGIN' | 'ANDROID_FIRST_LOGIN' | 'LINK_FACEBOOK_ACCOUNT' | 'LINK_GOOGLE_ACCOUNT' | 'CUSTOM';
|
|
383
383
|
type JackpotStatus$1 = 'ACTIVE' | 'CLOSING' | 'DISABLED';
|
|
384
384
|
type JackpotCursor = 'POOL';
|
|
385
385
|
type JackpotPayoutCursor = 'AMOUNT';
|