@opexa/portal-sdk 0.44.4 → 0.44.6

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
@@ -1617,6 +1617,7 @@ interface Quest {
1617
1617
  accountVerificationCompleted?: boolean;
1618
1618
  milestones?: JourneyQuestMilestone[];
1619
1619
  stage?: number;
1620
+ stages?: WageringQuestStage[];
1620
1621
  dateTimeCompleted?: Date;
1621
1622
  }
1622
1623
  type AvailableQuestsReturn = OperationResult<never, Quest[]>;
@@ -1893,6 +1894,7 @@ declare class Sdk {
1893
1894
  completeOnboarding(input: CompleteOnboardingInput): Promise<CompleteOnboardingReturn>;
1894
1895
  skipOnboarding(): Promise<SkipOnboardingReturn>;
1895
1896
  availableQuests(): Promise<AvailableQuestsReturn>;
1897
+ availableQuests_next(): Promise<AvailableQuestsReturn>;
1896
1898
  checkInDailyQuest(id: string): Promise<CheckInDailyQuestReturn>;
1897
1899
  topWins(): Promise<TopWinsReturn>;
1898
1900
  jackpots(input?: JackpotsInput): Promise<JackpotsReturn>;
package/dist/index.d.ts CHANGED
@@ -1617,6 +1617,7 @@ interface Quest {
1617
1617
  accountVerificationCompleted?: boolean;
1618
1618
  milestones?: JourneyQuestMilestone[];
1619
1619
  stage?: number;
1620
+ stages?: WageringQuestStage[];
1620
1621
  dateTimeCompleted?: Date;
1621
1622
  }
1622
1623
  type AvailableQuestsReturn = OperationResult<never, Quest[]>;
@@ -1893,6 +1894,7 @@ declare class Sdk {
1893
1894
  completeOnboarding(input: CompleteOnboardingInput): Promise<CompleteOnboardingReturn>;
1894
1895
  skipOnboarding(): Promise<SkipOnboardingReturn>;
1895
1896
  availableQuests(): Promise<AvailableQuestsReturn>;
1897
+ availableQuests_next(): Promise<AvailableQuestsReturn>;
1896
1898
  checkInDailyQuest(id: string): Promise<CheckInDailyQuestReturn>;
1897
1899
  topWins(): Promise<TopWinsReturn>;
1898
1900
  jackpots(input?: JackpotsInput): Promise<JackpotsReturn>;