@opexa/portal-sdk 0.48.7 → 0.49.1

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 CHANGED
@@ -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
@@ -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.js CHANGED
@@ -2531,6 +2531,7 @@ var JOURNEY_QUEST_FRAGMENT = gql`
2531
2531
  bonusAmount
2532
2532
  cleared
2533
2533
  description
2534
+ link
2534
2535
  }
2535
2536
  dateTimeCompleted
2536
2537
  }