@smartico/public-api 0.0.340 → 0.0.342
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/CustomSections/AchCustomSection.d.ts +3 -1
- package/dist/CustomSections/UICustomSection.d.ts +1 -0
- package/dist/WSAPI/WSAPITypes.d.ts +2 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +3 -0
- package/dist/index.modern.mjs.map +1 -1
- package/docs/api/.nojekyll +1 -0
- package/docs/api/README.md +415 -0
- package/docs/{enums → api/enums}/LiquidEntityData.md +12 -0
- package/docs/api/interfaces/AchCategory.md +13 -0
- package/docs/api/interfaces/AchCategoryPublicMeta.md +13 -0
- package/docs/api/interfaces/AchievementPublicMeta.md +133 -0
- package/docs/api/interfaces/Bonus.md +79 -0
- package/docs/api/interfaces/GemsDiamondsLog.md +43 -0
- package/docs/api/interfaces/GetTournamentInfoResponse.md +95 -0
- package/docs/api/interfaces/InboxMessage.md +49 -0
- package/docs/api/interfaces/InboxMessageBody.md +73 -0
- package/docs/{interfaces → api/interfaces}/Level.md +1 -17
- package/docs/api/interfaces/LevelPublicMeta.md +60 -0
- package/docs/api/interfaces/PointsLog.md +43 -0
- package/docs/{interfaces → api/interfaces}/SAWPrizesHistory.md +0 -18
- package/docs/api/interfaces/StoreCategory.md +13 -0
- package/docs/api/interfaces/StoreCategoryPublicMeta.md +13 -0
- package/docs/api/interfaces/StoreItem.md +43 -0
- package/docs/{interfaces → api/interfaces}/TTournamentRegistrationResult.md +1 -1
- package/docs/{interfaces → api/interfaces}/TUICustomSection.md +8 -0
- package/docs/api/interfaces/Tournament.md +207 -0
- package/docs/{interfaces → api/interfaces}/TournamentPlayer.md +1 -21
- package/docs/{interfaces → api/interfaces}/TournamentPrize.md +1 -21
- package/docs/api/interfaces/UICustomSection.md +103 -0
- package/docs/api/interfaces/UserAchievement.md +205 -0
- package/docs/api/interfaces/UserAchievementTask.md +83 -0
- package/docs/native/ADDING_METHODS.md +3 -3
- package/docs/native/PROTOCOL.md +35 -28
- package/package.json +1 -1
- package/src/CustomSections/AchCustomSection.ts +2 -0
- package/src/CustomSections/UICustomSection.ts +2 -0
- package/src/WSAPI/WSAPITypes.ts +2 -0
- package/tsconfig.json +19 -2
- package/docs/enums/TournamentRegistrationError.md +0 -55
- package/docs/interfaces/AchCategory.md +0 -19
- package/docs/interfaces/AchCategoryPublicMeta.md +0 -19
- package/docs/interfaces/AchCustomSectionType.md +0 -21
- package/docs/interfaces/AchievementPublicMeta.md +0 -155
- package/docs/interfaces/Bonus.md +0 -107
- package/docs/interfaces/GetTournamentInfoResponse.md +0 -37
- package/docs/interfaces/InboxMessage.md +0 -51
- package/docs/interfaces/InboxMessageBody.md +0 -64
- package/docs/interfaces/LevelPublicMeta.md +0 -51
- package/docs/interfaces/StoreCategory.md +0 -19
- package/docs/interfaces/StoreCategoryPublicMeta.md +0 -19
- package/docs/interfaces/StoreItem.md +0 -59
- package/docs/interfaces/Tournament.md +0 -187
- package/docs/interfaces/UICustomSection.md +0 -123
- package/docs/interfaces/UserAchievement.md +0 -275
- package/docs/interfaces/UserAchievementTask.md +0 -67
- /package/docs/{classes → api/classes}/SAWUtils.md +0 -0
- /package/docs/{classes → api/classes}/WSAPI.md +0 -0
- /package/docs/{enums → api/enums}/AchCustomLayoutTheme.md +0 -0
- /package/docs/{enums → api/enums}/AchCustomSectionType.md +0 -0
- /package/docs/{enums → api/enums}/AchMissionsTabsOptions.md +0 -0
- /package/docs/{enums → api/enums}/AchOverviewMissionsFilter.md +0 -0
- /package/docs/{enums → api/enums}/AchievementAvailabilityStatus.md +0 -0
- /package/docs/{enums → api/enums}/AttemptPeriodType.md +0 -0
- /package/docs/{enums → api/enums}/BonusStatus-1.md +0 -0
- /package/docs/{enums → api/enums}/BonusStatus.md +0 -0
- /package/docs/{enums → api/enums}/BuyStoreItemErrorCode.md +0 -0
- /package/docs/{enums → api/enums}/InboxCategories.md +0 -0
- /package/docs/{enums → api/enums}/JackPotTemparature.md +0 -0
- /package/docs/{enums → api/enums}/JackpotContributionType.md +0 -0
- /package/docs/{enums → api/enums}/JackpotType.md +0 -0
- /package/docs/{enums → api/enums}/LeaderBoardPeriodType.md +0 -0
- /package/docs/{enums → api/enums}/MiniGamePrizeTypeName.md +0 -0
- /package/docs/{enums → api/enums}/PointChangeSourceType.md +0 -0
- /package/docs/{enums → api/enums}/PrizeModifiers.md +0 -0
- /package/docs/{enums → api/enums}/RaffleDrawInstanceState.md +0 -0
- /package/docs/{enums → api/enums}/RaffleDrawTypeExecution.md +0 -0
- /package/docs/{enums → api/enums}/SAWAcknowledgeType.md +0 -0
- /package/docs/{enums → api/enums}/SAWAcknowledgeTypeName.md +0 -0
- /package/docs/{enums → api/enums}/SAWAskForUsername.md +0 -0
- /package/docs/{enums → api/enums}/SAWBuyInType.md +0 -0
- /package/docs/{enums → api/enums}/SAWBuyInTypeName.md +0 -0
- /package/docs/{enums → api/enums}/SAWExposeUserSpinId.md +0 -0
- /package/docs/{enums → api/enums}/SAWGameDifficultyType.md +0 -0
- /package/docs/{enums → api/enums}/SAWGameDifficultyTypeName.md +0 -0
- /package/docs/{enums → api/enums}/SAWGameLayout.md +0 -0
- /package/docs/{enums → api/enums}/SAWGameType.md +0 -0
- /package/docs/{enums → api/enums}/SAWGameTypeName.md +0 -0
- /package/docs/{enums → api/enums}/SAWPrizeType.md +0 -0
- /package/docs/{enums → api/enums}/SAWSpinErrorCode.md +0 -0
- /package/docs/{enums → api/enums}/SAWWheelLayout.md +0 -0
- /package/docs/{enums → api/enums}/SAWWinSoundType.md +0 -0
- /package/docs/{enums → api/enums}/TournamentRegistrationStatus.md +0 -0
- /package/docs/{enums → api/enums}/TournamentRegistrationStatusName.md +0 -0
- /package/docs/{enums → api/enums}/TournamentRegistrationType.md +0 -0
- /package/docs/{enums → api/enums}/UserBalanceType.md +0 -0
- /package/docs/{interfaces → api/interfaces}/AchRelatedGame-1.md +0 -0
- /package/docs/{interfaces → api/interfaces}/AchRelatedGame.md +0 -0
- /package/docs/{interfaces → api/interfaces}/BonusMetaMap.md +0 -0
- /package/docs/{interfaces → api/interfaces}/BonusTemplateMetaMap.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetDrawRunRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetDrawRunResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotEligibleGamesRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotEligibleGamesResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotWinnersRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotWinnersResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotsPotsRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotsPotsResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotsRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetJackpotsResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetRaffleDrawRunsHistoryRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetRaffleDrawRunsHistoryResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetRafflesRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/GetRafflesResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/InboxMarkMessageAction.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackPotWinner.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotDetails.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotEligibleGame.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotHtmlTemplate.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotPot.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotPublicMeta.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotWinPush.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotWinnerHistory.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotsOptinRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotsOptinResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotsOptoutRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/JackpotsOptoutResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/LeaderBoardDetailsT.md +0 -0
- /package/docs/{interfaces → api/interfaces}/LeaderBoardUserT.md +0 -0
- /package/docs/{interfaces → api/interfaces}/LeaderBoardsRewardsT.md +0 -0
- /package/docs/{interfaces → api/interfaces}/Raffle.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleClaimPrizeRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleClaimPrizeResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleDraw.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleDrawPublicMeta.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleDrawRun.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleOptinRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleOptinResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RafflePrize.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RafflePrizePublicMeta.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RafflePrizeWinner.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RafflePublicMeta.md +0 -0
- /package/docs/{interfaces → api/interfaces}/RaffleTicket.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWAcknowledgeSpinPushRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWDoAknowledgeRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWDoAknowledgeResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWDoSpinRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWDoSpinResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWEventSawPush.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWGetTemplatesRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWGetTemplatesResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWPrize.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWPrizeDropAknowledgeRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWPrizeDropAknowledgeResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWPrizeDropWinPush.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWPrizeUI.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWSpinsCountPush.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWTemplate.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWTemplateUI.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWWinningHistoryRequest.md +0 -0
- /package/docs/{interfaces → api/interfaces}/SAWWinningHistoryResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TAchCategory.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TActivityLog.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TBonus.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TBuyStoreItemResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TClaimBonusResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TGetJackpotEligibleGamesResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TGetTranslations.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TInboxMessage.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TInboxMessageBody.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TLevel.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TLevelCurrent.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMiniGamePlayBatchResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMiniGamePlayResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMiniGamePrize.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMiniGameTemplate.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMissionClaimRewardResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMissionOptInResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMissionOrBadge.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TMissionOrBadgeTask.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRaffle.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRaffleDraw.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRaffleDrawRun.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRaffleOptinResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRafflePrize.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRafflePrizeWinner.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TRaffleTicket.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TSawHistory.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TSegmentCheckResult.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TStoreCategory.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TStoreItem.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TTournament.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TTournamentDetailed.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TUserProfile.md +0 -0
- /package/docs/{interfaces → api/interfaces}/TransformedRaffleClaimPrizeResponse.md +0 -0
- /package/docs/{interfaces → api/interfaces}/UserLevelExtraCountersT.md +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
# Smartico API documentation
|
|
2
|
+
|
|
3
|
+
## Enumerations
|
|
4
|
+
|
|
5
|
+
- [PointChangeSourceType](enums/PointChangeSourceType.md)
|
|
6
|
+
- [UserBalanceType](enums/UserBalanceType.md)
|
|
7
|
+
- [BonusStatus](enums/BonusStatus.md)
|
|
8
|
+
- [AchCustomSectionType](enums/AchCustomSectionType.md)
|
|
9
|
+
- [AchCustomLayoutTheme](enums/AchCustomLayoutTheme.md)
|
|
10
|
+
- [AchMissionsTabsOptions](enums/AchMissionsTabsOptions.md)
|
|
11
|
+
- [AchOverviewMissionsFilter](enums/AchOverviewMissionsFilter.md)
|
|
12
|
+
- [LiquidEntityData](enums/LiquidEntityData.md)
|
|
13
|
+
- [InboxCategories](enums/InboxCategories.md)
|
|
14
|
+
- [JackpotContributionType](enums/JackpotContributionType.md)
|
|
15
|
+
- [JackPotTemparature](enums/JackPotTemparature.md)
|
|
16
|
+
- [JackpotType](enums/JackpotType.md)
|
|
17
|
+
- [LeaderBoardPeriodType](enums/LeaderBoardPeriodType.md)
|
|
18
|
+
- [AttemptPeriodType](enums/AttemptPeriodType.md)
|
|
19
|
+
- [PrizeModifiers](enums/PrizeModifiers.md)
|
|
20
|
+
- [SAWAcknowledgeType](enums/SAWAcknowledgeType.md)
|
|
21
|
+
- [SAWAcknowledgeTypeName](enums/SAWAcknowledgeTypeName.md)
|
|
22
|
+
- [SAWAskForUsername](enums/SAWAskForUsername.md)
|
|
23
|
+
- [SAWBuyInType](enums/SAWBuyInType.md)
|
|
24
|
+
- [SAWBuyInTypeName](enums/SAWBuyInTypeName.md)
|
|
25
|
+
- [SAWExposeUserSpinId](enums/SAWExposeUserSpinId.md)
|
|
26
|
+
- [SAWGameDifficultyType](enums/SAWGameDifficultyType.md)
|
|
27
|
+
- [SAWGameDifficultyTypeName](enums/SAWGameDifficultyTypeName.md)
|
|
28
|
+
- [SAWGameLayout](enums/SAWGameLayout.md)
|
|
29
|
+
- [SAWGameType](enums/SAWGameType.md)
|
|
30
|
+
- [SAWGameTypeName](enums/SAWGameTypeName.md)
|
|
31
|
+
- [SAWPrizeType](enums/SAWPrizeType.md)
|
|
32
|
+
- [MiniGamePrizeTypeName](enums/MiniGamePrizeTypeName.md)
|
|
33
|
+
- [SAWSpinErrorCode](enums/SAWSpinErrorCode.md)
|
|
34
|
+
- [SAWWheelLayout](enums/SAWWheelLayout.md)
|
|
35
|
+
- [SAWWinSoundType](enums/SAWWinSoundType.md)
|
|
36
|
+
- [AchievementAvailabilityStatus](enums/AchievementAvailabilityStatus.md)
|
|
37
|
+
- [RaffleDrawInstanceState](enums/RaffleDrawInstanceState.md)
|
|
38
|
+
- [RaffleDrawTypeExecution](enums/RaffleDrawTypeExecution.md)
|
|
39
|
+
- [BuyStoreItemErrorCode](enums/BuyStoreItemErrorCode.md)
|
|
40
|
+
- [TournamentRegistrationStatus](enums/TournamentRegistrationStatus.md)
|
|
41
|
+
- [TournamentRegistrationStatusName](enums/TournamentRegistrationStatusName.md)
|
|
42
|
+
- [TournamentRegistrationType](enums/TournamentRegistrationType.md)
|
|
43
|
+
- [BonusStatus](enums/BonusStatus-1.md)
|
|
44
|
+
|
|
45
|
+
## Classes
|
|
46
|
+
|
|
47
|
+
- [SAWUtils](classes/SAWUtils.md)
|
|
48
|
+
|
|
49
|
+
## Interfaces
|
|
50
|
+
|
|
51
|
+
- [PointsLog](interfaces/PointsLog.md)
|
|
52
|
+
- [GemsDiamondsLog](interfaces/GemsDiamondsLog.md)
|
|
53
|
+
- [AchRelatedGame](interfaces/AchRelatedGame.md)
|
|
54
|
+
- [Bonus](interfaces/Bonus.md)
|
|
55
|
+
- [UICustomSection](interfaces/UICustomSection.md)
|
|
56
|
+
- [InboxMessageBody](interfaces/InboxMessageBody.md)
|
|
57
|
+
- [InboxMessage](interfaces/InboxMessage.md)
|
|
58
|
+
- [GetJackpotEligibleGamesRequest](interfaces/GetJackpotEligibleGamesRequest.md)
|
|
59
|
+
- [GetJackpotEligibleGamesResponse](interfaces/GetJackpotEligibleGamesResponse.md)
|
|
60
|
+
- [TGetJackpotEligibleGamesResponse](interfaces/TGetJackpotEligibleGamesResponse.md)
|
|
61
|
+
- [JackpotEligibleGame](interfaces/JackpotEligibleGame.md)
|
|
62
|
+
- [GetJackpotWinnersRequest](interfaces/GetJackpotWinnersRequest.md)
|
|
63
|
+
- [GetJackpotWinnersResponse](interfaces/GetJackpotWinnersResponse.md)
|
|
64
|
+
- [JackpotWinnerHistory](interfaces/JackpotWinnerHistory.md)
|
|
65
|
+
- [GetJackpotsPotsRequest](interfaces/GetJackpotsPotsRequest.md)
|
|
66
|
+
- [GetJackpotsPotsResponse](interfaces/GetJackpotsPotsResponse.md)
|
|
67
|
+
- [GetJackpotsRequest](interfaces/GetJackpotsRequest.md)
|
|
68
|
+
- [GetJackpotsResponse](interfaces/GetJackpotsResponse.md)
|
|
69
|
+
- [JackPotWinner](interfaces/JackPotWinner.md)
|
|
70
|
+
- [JackpotDetails](interfaces/JackpotDetails.md)
|
|
71
|
+
- [JackpotHtmlTemplate](interfaces/JackpotHtmlTemplate.md)
|
|
72
|
+
- [JackpotPot](interfaces/JackpotPot.md)
|
|
73
|
+
- [JackpotPublicMeta](interfaces/JackpotPublicMeta.md)
|
|
74
|
+
- [JackpotWinPush](interfaces/JackpotWinPush.md)
|
|
75
|
+
- [JackpotsOptinRequest](interfaces/JackpotsOptinRequest.md)
|
|
76
|
+
- [JackpotsOptinResponse](interfaces/JackpotsOptinResponse.md)
|
|
77
|
+
- [JackpotsOptoutRequest](interfaces/JackpotsOptoutRequest.md)
|
|
78
|
+
- [JackpotsOptoutResponse](interfaces/JackpotsOptoutResponse.md)
|
|
79
|
+
- [Level](interfaces/Level.md)
|
|
80
|
+
- [LevelPublicMeta](interfaces/LevelPublicMeta.md)
|
|
81
|
+
- [SAWAcknowledgeSpinPushRequest](interfaces/SAWAcknowledgeSpinPushRequest.md)
|
|
82
|
+
- [SAWDoAknowledgeRequest](interfaces/SAWDoAknowledgeRequest.md)
|
|
83
|
+
- [SAWDoAknowledgeResponse](interfaces/SAWDoAknowledgeResponse.md)
|
|
84
|
+
- [SAWDoSpinRequest](interfaces/SAWDoSpinRequest.md)
|
|
85
|
+
- [SAWDoSpinResponse](interfaces/SAWDoSpinResponse.md)
|
|
86
|
+
- [SAWEventSawPush](interfaces/SAWEventSawPush.md)
|
|
87
|
+
- [SAWGetTemplatesRequest](interfaces/SAWGetTemplatesRequest.md)
|
|
88
|
+
- [SAWGetTemplatesResponse](interfaces/SAWGetTemplatesResponse.md)
|
|
89
|
+
- [SAWPrize](interfaces/SAWPrize.md)
|
|
90
|
+
- [SAWPrizeDropAknowledgeRequest](interfaces/SAWPrizeDropAknowledgeRequest.md)
|
|
91
|
+
- [SAWPrizeDropAknowledgeResponse](interfaces/SAWPrizeDropAknowledgeResponse.md)
|
|
92
|
+
- [SAWPrizeDropWinPush](interfaces/SAWPrizeDropWinPush.md)
|
|
93
|
+
- [SAWPrizeUI](interfaces/SAWPrizeUI.md)
|
|
94
|
+
- [SAWSpinsCountPush](interfaces/SAWSpinsCountPush.md)
|
|
95
|
+
- [SAWTemplate](interfaces/SAWTemplate.md)
|
|
96
|
+
- [SAWTemplateUI](interfaces/SAWTemplateUI.md)
|
|
97
|
+
- [SAWWinningHistoryRequest](interfaces/SAWWinningHistoryRequest.md)
|
|
98
|
+
- [SAWWinningHistoryResponse](interfaces/SAWWinningHistoryResponse.md)
|
|
99
|
+
- [SAWPrizesHistory](interfaces/SAWPrizesHistory.md)
|
|
100
|
+
- [AchCategoryPublicMeta](interfaces/AchCategoryPublicMeta.md)
|
|
101
|
+
- [AchCategory](interfaces/AchCategory.md)
|
|
102
|
+
- [AchievementPublicMeta](interfaces/AchievementPublicMeta.md)
|
|
103
|
+
- [UserAchievement](interfaces/UserAchievement.md)
|
|
104
|
+
- [UserAchievementTask](interfaces/UserAchievementTask.md)
|
|
105
|
+
- [GetDrawRunRequest](interfaces/GetDrawRunRequest.md)
|
|
106
|
+
- [GetDrawRunResponse](interfaces/GetDrawRunResponse.md)
|
|
107
|
+
- [GetRaffleDrawRunsHistoryRequest](interfaces/GetRaffleDrawRunsHistoryRequest.md)
|
|
108
|
+
- [GetRaffleDrawRunsHistoryResponse](interfaces/GetRaffleDrawRunsHistoryResponse.md)
|
|
109
|
+
- [GetRafflesRequest](interfaces/GetRafflesRequest.md)
|
|
110
|
+
- [GetRafflesResponse](interfaces/GetRafflesResponse.md)
|
|
111
|
+
- [RafflePublicMeta](interfaces/RafflePublicMeta.md)
|
|
112
|
+
- [Raffle](interfaces/Raffle.md)
|
|
113
|
+
- [RaffleClaimPrizeRequest](interfaces/RaffleClaimPrizeRequest.md)
|
|
114
|
+
- [RaffleClaimPrizeResponse](interfaces/RaffleClaimPrizeResponse.md)
|
|
115
|
+
- [RaffleDraw](interfaces/RaffleDraw.md)
|
|
116
|
+
- [RaffleDrawPublicMeta](interfaces/RaffleDrawPublicMeta.md)
|
|
117
|
+
- [RaffleDrawRun](interfaces/RaffleDrawRun.md)
|
|
118
|
+
- [RaffleOptinRequest](interfaces/RaffleOptinRequest.md)
|
|
119
|
+
- [RaffleOptinResponse](interfaces/RaffleOptinResponse.md)
|
|
120
|
+
- [RafflePrizePublicMeta](interfaces/RafflePrizePublicMeta.md)
|
|
121
|
+
- [RafflePrize](interfaces/RafflePrize.md)
|
|
122
|
+
- [RafflePrizeWinner](interfaces/RafflePrizeWinner.md)
|
|
123
|
+
- [RaffleTicket](interfaces/RaffleTicket.md)
|
|
124
|
+
- [StoreCategory](interfaces/StoreCategory.md)
|
|
125
|
+
- [StoreCategoryPublicMeta](interfaces/StoreCategoryPublicMeta.md)
|
|
126
|
+
- [StoreItem](interfaces/StoreItem.md)
|
|
127
|
+
- [GetTournamentInfoResponse](interfaces/GetTournamentInfoResponse.md)
|
|
128
|
+
- [Tournament](interfaces/Tournament.md)
|
|
129
|
+
- [TournamentPlayer](interfaces/TournamentPlayer.md)
|
|
130
|
+
- [TournamentPrize](interfaces/TournamentPrize.md)
|
|
131
|
+
- [TMiniGamePrize](interfaces/TMiniGamePrize.md)
|
|
132
|
+
- [TMiniGamePlayResult](interfaces/TMiniGamePlayResult.md)
|
|
133
|
+
- [TMiniGamePlayBatchResult](interfaces/TMiniGamePlayBatchResult.md)
|
|
134
|
+
- [TMiniGameTemplate](interfaces/TMiniGameTemplate.md)
|
|
135
|
+
- [TUserProfile](interfaces/TUserProfile.md)
|
|
136
|
+
- [TLevel](interfaces/TLevel.md)
|
|
137
|
+
- [TLevelCurrent](interfaces/TLevelCurrent.md)
|
|
138
|
+
- [TTournament](interfaces/TTournament.md)
|
|
139
|
+
- [TTournamentDetailed](interfaces/TTournamentDetailed.md)
|
|
140
|
+
- [TStoreCategory](interfaces/TStoreCategory.md)
|
|
141
|
+
- [TStoreItem](interfaces/TStoreItem.md)
|
|
142
|
+
- [TAchCategory](interfaces/TAchCategory.md)
|
|
143
|
+
- [TMissionOrBadge](interfaces/TMissionOrBadge.md)
|
|
144
|
+
- [AchRelatedGame](interfaces/AchRelatedGame-1.md)
|
|
145
|
+
- [TMissionOrBadgeTask](interfaces/TMissionOrBadgeTask.md)
|
|
146
|
+
- [TMissionOptInResult](interfaces/TMissionOptInResult.md)
|
|
147
|
+
- [TMissionClaimRewardResult](interfaces/TMissionClaimRewardResult.md)
|
|
148
|
+
- [TTournamentRegistrationResult](interfaces/TTournamentRegistrationResult.md)
|
|
149
|
+
- [TBuyStoreItemResult](interfaces/TBuyStoreItemResult.md)
|
|
150
|
+
- [TGetTranslations](interfaces/TGetTranslations.md)
|
|
151
|
+
- [TInboxMessage](interfaces/TInboxMessage.md)
|
|
152
|
+
- [TInboxMessageBody](interfaces/TInboxMessageBody.md)
|
|
153
|
+
- [InboxMarkMessageAction](interfaces/InboxMarkMessageAction.md)
|
|
154
|
+
- [LeaderBoardDetailsT](interfaces/LeaderBoardDetailsT.md)
|
|
155
|
+
- [LeaderBoardsRewardsT](interfaces/LeaderBoardsRewardsT.md)
|
|
156
|
+
- [LeaderBoardUserT](interfaces/LeaderBoardUserT.md)
|
|
157
|
+
- [UserLevelExtraCountersT](interfaces/UserLevelExtraCountersT.md)
|
|
158
|
+
- [TSegmentCheckResult](interfaces/TSegmentCheckResult.md)
|
|
159
|
+
- [TUICustomSection](interfaces/TUICustomSection.md)
|
|
160
|
+
- [TBonus](interfaces/TBonus.md)
|
|
161
|
+
- [BonusTemplateMetaMap](interfaces/BonusTemplateMetaMap.md)
|
|
162
|
+
- [BonusMetaMap](interfaces/BonusMetaMap.md)
|
|
163
|
+
- [TClaimBonusResult](interfaces/TClaimBonusResult.md)
|
|
164
|
+
- [TSawHistory](interfaces/TSawHistory.md)
|
|
165
|
+
- [TRaffle](interfaces/TRaffle.md)
|
|
166
|
+
- [TRaffleTicket](interfaces/TRaffleTicket.md)
|
|
167
|
+
- [TRafflePrize](interfaces/TRafflePrize.md)
|
|
168
|
+
- [TRafflePrizeWinner](interfaces/TRafflePrizeWinner.md)
|
|
169
|
+
- [TRaffleDraw](interfaces/TRaffleDraw.md)
|
|
170
|
+
- [TRaffleDrawRun](interfaces/TRaffleDrawRun.md)
|
|
171
|
+
- [TransformedRaffleClaimPrizeResponse](interfaces/TransformedRaffleClaimPrizeResponse.md)
|
|
172
|
+
- [TActivityLog](interfaces/TActivityLog.md)
|
|
173
|
+
- [TRaffleOptinResponse](interfaces/TRaffleOptinResponse.md)
|
|
174
|
+
|
|
175
|
+
## General API
|
|
176
|
+
|
|
177
|
+
- [WSAPI](classes/WSAPI.md)
|
|
178
|
+
|
|
179
|
+
## Type Aliases
|
|
180
|
+
|
|
181
|
+
### ActivityLogEntry
|
|
182
|
+
|
|
183
|
+
Ƭ **ActivityLogEntry**: [`PointsLog`](interfaces/PointsLog.md) \| [`GemsDiamondsLog`](interfaces/GemsDiamondsLog.md)
|
|
184
|
+
|
|
185
|
+
___
|
|
186
|
+
|
|
187
|
+
### TournamentRegistrationTypeName
|
|
188
|
+
|
|
189
|
+
Ƭ **TournamentRegistrationTypeName**: ``"AUTO"`` \| ``"OPT_IN"`` \| ``"BUY_IN_POINTS"`` \| ``"MANUAL_APPROVAL"`` \| ``"REQUIRES_QUALIFICATION"`` \| ``"BUY_IN_GEMS"`` \| ``"BUY_IN_DIAMONDS"`` \| ``"UNKNOWN"``
|
|
190
|
+
|
|
191
|
+
## Variables
|
|
192
|
+
|
|
193
|
+
### PrizeModifiersKeysNames
|
|
194
|
+
|
|
195
|
+
• `Const` **PrizeModifiersKeysNames**: `Object`
|
|
196
|
+
|
|
197
|
+
#### Type declaration
|
|
198
|
+
|
|
199
|
+
| Name | Type |
|
|
200
|
+
| :------ | :------ |
|
|
201
|
+
| `1` | `string` |
|
|
202
|
+
| `2` | `string` |
|
|
203
|
+
| `3` | `string` |
|
|
204
|
+
| `4` | `string` |
|
|
205
|
+
| `5` | `string` |
|
|
206
|
+
| `6` | `string` |
|
|
207
|
+
| `7` | `string` |
|
|
208
|
+
| `8` | `string` |
|
|
209
|
+
|
|
210
|
+
___
|
|
211
|
+
|
|
212
|
+
### SAWWinSoundFiles
|
|
213
|
+
|
|
214
|
+
• `Const` **SAWWinSoundFiles**: `Object`
|
|
215
|
+
|
|
216
|
+
#### Type declaration
|
|
217
|
+
|
|
218
|
+
| Name | Type |
|
|
219
|
+
| :------ | :------ |
|
|
220
|
+
| `4` | `any` |
|
|
221
|
+
| `1` | `string` |
|
|
222
|
+
| `2` | `string` |
|
|
223
|
+
| `3` | `string` |
|
|
224
|
+
|
|
225
|
+
## Functions
|
|
226
|
+
|
|
227
|
+
### BonusItemsTransform
|
|
228
|
+
|
|
229
|
+
▸ **BonusItemsTransform**(`items`): [`TBonus`](interfaces/TBonus.md)[]
|
|
230
|
+
|
|
231
|
+
#### Parameters
|
|
232
|
+
|
|
233
|
+
| Name | Type |
|
|
234
|
+
| :------ | :------ |
|
|
235
|
+
| `items` | [`Bonus`](interfaces/Bonus.md)[] |
|
|
236
|
+
|
|
237
|
+
#### Returns
|
|
238
|
+
|
|
239
|
+
[`TBonus`](interfaces/TBonus.md)[]
|
|
240
|
+
|
|
241
|
+
___
|
|
242
|
+
|
|
243
|
+
### UICustomSectionTransform
|
|
244
|
+
|
|
245
|
+
▸ **UICustomSectionTransform**(`response`): [`TUICustomSection`](interfaces/TUICustomSection.md)[]
|
|
246
|
+
|
|
247
|
+
#### Parameters
|
|
248
|
+
|
|
249
|
+
| Name | Type |
|
|
250
|
+
| :------ | :------ |
|
|
251
|
+
| `response` | `GetCustomSectionsResponse` |
|
|
252
|
+
|
|
253
|
+
#### Returns
|
|
254
|
+
|
|
255
|
+
[`TUICustomSection`](interfaces/TUICustomSection.md)[]
|
|
256
|
+
|
|
257
|
+
___
|
|
258
|
+
|
|
259
|
+
### InboxMessageBodyTransform
|
|
260
|
+
|
|
261
|
+
▸ **InboxMessageBodyTransform**(`item`): [`TInboxMessageBody`](interfaces/TInboxMessageBody.md)
|
|
262
|
+
|
|
263
|
+
#### Parameters
|
|
264
|
+
|
|
265
|
+
| Name | Type |
|
|
266
|
+
| :------ | :------ |
|
|
267
|
+
| `item` | [`InboxMessageBody`](interfaces/InboxMessageBody.md) |
|
|
268
|
+
|
|
269
|
+
#### Returns
|
|
270
|
+
|
|
271
|
+
[`TInboxMessageBody`](interfaces/TInboxMessageBody.md)
|
|
272
|
+
|
|
273
|
+
___
|
|
274
|
+
|
|
275
|
+
### SAWTemplatesTransform
|
|
276
|
+
|
|
277
|
+
▸ **SAWTemplatesTransform**(`items`): [`TMiniGameTemplate`](interfaces/TMiniGameTemplate.md)[]
|
|
278
|
+
|
|
279
|
+
#### Parameters
|
|
280
|
+
|
|
281
|
+
| Name | Type |
|
|
282
|
+
| :------ | :------ |
|
|
283
|
+
| `items` | [`SAWTemplate`](interfaces/SAWTemplate.md)[] |
|
|
284
|
+
|
|
285
|
+
#### Returns
|
|
286
|
+
|
|
287
|
+
[`TMiniGameTemplate`](interfaces/TMiniGameTemplate.md)[]
|
|
288
|
+
|
|
289
|
+
___
|
|
290
|
+
|
|
291
|
+
### SAWHistoryTransform
|
|
292
|
+
|
|
293
|
+
▸ **SAWHistoryTransform**(`items`): [`TSawHistory`](interfaces/TSawHistory.md)[]
|
|
294
|
+
|
|
295
|
+
#### Parameters
|
|
296
|
+
|
|
297
|
+
| Name | Type |
|
|
298
|
+
| :------ | :------ |
|
|
299
|
+
| `items` | [`SAWPrizesHistory`](interfaces/SAWPrizesHistory.md)[] |
|
|
300
|
+
|
|
301
|
+
#### Returns
|
|
302
|
+
|
|
303
|
+
[`TSawHistory`](interfaces/TSawHistory.md)[]
|
|
304
|
+
|
|
305
|
+
___
|
|
306
|
+
|
|
307
|
+
### AchCategoryTransform
|
|
308
|
+
|
|
309
|
+
▸ **AchCategoryTransform**(`items`): [`TAchCategory`](interfaces/TAchCategory.md)[]
|
|
310
|
+
|
|
311
|
+
#### Parameters
|
|
312
|
+
|
|
313
|
+
| Name | Type |
|
|
314
|
+
| :------ | :------ |
|
|
315
|
+
| `items` | [`AchCategory`](interfaces/AchCategory.md)[] |
|
|
316
|
+
|
|
317
|
+
#### Returns
|
|
318
|
+
|
|
319
|
+
[`TAchCategory`](interfaces/TAchCategory.md)[]
|
|
320
|
+
|
|
321
|
+
___
|
|
322
|
+
|
|
323
|
+
### enrichUserAchievementsWithBadgeState
|
|
324
|
+
|
|
325
|
+
▸ **enrichUserAchievementsWithBadgeState**(`items`): [`UserAchievement`](interfaces/UserAchievement.md)[]
|
|
326
|
+
|
|
327
|
+
#### Parameters
|
|
328
|
+
|
|
329
|
+
| Name | Type |
|
|
330
|
+
| :------ | :------ |
|
|
331
|
+
| `items` | [`UserAchievement`](interfaces/UserAchievement.md)[] |
|
|
332
|
+
|
|
333
|
+
#### Returns
|
|
334
|
+
|
|
335
|
+
[`UserAchievement`](interfaces/UserAchievement.md)[]
|
|
336
|
+
|
|
337
|
+
___
|
|
338
|
+
|
|
339
|
+
### UserAchievementTransform
|
|
340
|
+
|
|
341
|
+
▸ **UserAchievementTransform**(`items`): [`TMissionOrBadge`](interfaces/TMissionOrBadge.md)[]
|
|
342
|
+
|
|
343
|
+
#### Parameters
|
|
344
|
+
|
|
345
|
+
| Name | Type |
|
|
346
|
+
| :------ | :------ |
|
|
347
|
+
| `items` | [`UserAchievement`](interfaces/UserAchievement.md)[] |
|
|
348
|
+
|
|
349
|
+
#### Returns
|
|
350
|
+
|
|
351
|
+
[`TMissionOrBadge`](interfaces/TMissionOrBadge.md)[]
|
|
352
|
+
|
|
353
|
+
___
|
|
354
|
+
|
|
355
|
+
### StoreCategoryTransform
|
|
356
|
+
|
|
357
|
+
▸ **StoreCategoryTransform**(`items`): [`TStoreCategory`](interfaces/TStoreCategory.md)[]
|
|
358
|
+
|
|
359
|
+
#### Parameters
|
|
360
|
+
|
|
361
|
+
| Name | Type |
|
|
362
|
+
| :------ | :------ |
|
|
363
|
+
| `items` | [`StoreCategory`](interfaces/StoreCategory.md)[] |
|
|
364
|
+
|
|
365
|
+
#### Returns
|
|
366
|
+
|
|
367
|
+
[`TStoreCategory`](interfaces/TStoreCategory.md)[]
|
|
368
|
+
|
|
369
|
+
___
|
|
370
|
+
|
|
371
|
+
### StoreItemTransform
|
|
372
|
+
|
|
373
|
+
▸ **StoreItemTransform**(`items`): [`TStoreItem`](interfaces/TStoreItem.md)[]
|
|
374
|
+
|
|
375
|
+
#### Parameters
|
|
376
|
+
|
|
377
|
+
| Name | Type |
|
|
378
|
+
| :------ | :------ |
|
|
379
|
+
| `items` | [`StoreItem`](interfaces/StoreItem.md)[] |
|
|
380
|
+
|
|
381
|
+
#### Returns
|
|
382
|
+
|
|
383
|
+
[`TStoreItem`](interfaces/TStoreItem.md)[]
|
|
384
|
+
|
|
385
|
+
___
|
|
386
|
+
|
|
387
|
+
### tournamentInfoItemTransform
|
|
388
|
+
|
|
389
|
+
▸ **tournamentInfoItemTransform**(`t`): [`TTournamentDetailed`](interfaces/TTournamentDetailed.md)
|
|
390
|
+
|
|
391
|
+
#### Parameters
|
|
392
|
+
|
|
393
|
+
| Name | Type |
|
|
394
|
+
| :------ | :------ |
|
|
395
|
+
| `t` | [`GetTournamentInfoResponse`](interfaces/GetTournamentInfoResponse.md) |
|
|
396
|
+
|
|
397
|
+
#### Returns
|
|
398
|
+
|
|
399
|
+
[`TTournamentDetailed`](interfaces/TTournamentDetailed.md)
|
|
400
|
+
|
|
401
|
+
___
|
|
402
|
+
|
|
403
|
+
### TournamentItemsTransform
|
|
404
|
+
|
|
405
|
+
▸ **TournamentItemsTransform**(`items`): [`TTournament`](interfaces/TTournament.md)[]
|
|
406
|
+
|
|
407
|
+
#### Parameters
|
|
408
|
+
|
|
409
|
+
| Name | Type |
|
|
410
|
+
| :------ | :------ |
|
|
411
|
+
| `items` | [`Tournament`](interfaces/Tournament.md)[] |
|
|
412
|
+
|
|
413
|
+
#### Returns
|
|
414
|
+
|
|
415
|
+
[`TTournament`](interfaces/TTournament.md)[]
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# Interface: AchievementPublicMeta
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
### sub\_header
|
|
6
|
+
|
|
7
|
+
• `Optional` **sub\_header**: `string`
|
|
8
|
+
|
|
9
|
+
___
|
|
10
|
+
|
|
11
|
+
### description
|
|
12
|
+
|
|
13
|
+
• `Optional` **description**: `string`
|
|
14
|
+
|
|
15
|
+
___
|
|
16
|
+
|
|
17
|
+
### unlock\_mission\_description
|
|
18
|
+
|
|
19
|
+
• `Optional` **unlock\_mission\_description**: `string`
|
|
20
|
+
|
|
21
|
+
___
|
|
22
|
+
|
|
23
|
+
### custom\_data
|
|
24
|
+
|
|
25
|
+
• `Optional` **custom\_data**: `string`
|
|
26
|
+
|
|
27
|
+
___
|
|
28
|
+
|
|
29
|
+
### cta\_text
|
|
30
|
+
|
|
31
|
+
• `Optional` **cta\_text**: `string`
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### cta\_action
|
|
36
|
+
|
|
37
|
+
• `Optional` **cta\_action**: `string`
|
|
38
|
+
|
|
39
|
+
___
|
|
40
|
+
|
|
41
|
+
### label\_tag
|
|
42
|
+
|
|
43
|
+
• `Optional` **label\_tag**: `string`
|
|
44
|
+
|
|
45
|
+
___
|
|
46
|
+
|
|
47
|
+
### custom\_label\_tag
|
|
48
|
+
|
|
49
|
+
• `Optional` **custom\_label\_tag**: `string`
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### reward
|
|
54
|
+
|
|
55
|
+
• `Optional` **reward**: `string`
|
|
56
|
+
|
|
57
|
+
___
|
|
58
|
+
|
|
59
|
+
### image\_url
|
|
60
|
+
|
|
61
|
+
• `Optional` **image\_url**: `string`
|
|
62
|
+
|
|
63
|
+
___
|
|
64
|
+
|
|
65
|
+
### name
|
|
66
|
+
|
|
67
|
+
• `Optional` **name**: `string`
|
|
68
|
+
|
|
69
|
+
___
|
|
70
|
+
|
|
71
|
+
### position
|
|
72
|
+
|
|
73
|
+
• `Optional` **position**: `number`
|
|
74
|
+
|
|
75
|
+
___
|
|
76
|
+
|
|
77
|
+
### hide\_tasks
|
|
78
|
+
|
|
79
|
+
• `Optional` **hide\_tasks**: `boolean`
|
|
80
|
+
|
|
81
|
+
___
|
|
82
|
+
|
|
83
|
+
### hide\_locked\_mission
|
|
84
|
+
|
|
85
|
+
• `Optional` **hide\_locked\_mission**: `boolean`
|
|
86
|
+
|
|
87
|
+
___
|
|
88
|
+
|
|
89
|
+
### custom\_section\_id
|
|
90
|
+
|
|
91
|
+
• `Optional` **custom\_section\_id**: `number`
|
|
92
|
+
|
|
93
|
+
___
|
|
94
|
+
|
|
95
|
+
### only\_in\_custom\_section
|
|
96
|
+
|
|
97
|
+
• `Optional` **only\_in\_custom\_section**: `boolean`
|
|
98
|
+
|
|
99
|
+
___
|
|
100
|
+
|
|
101
|
+
### hint\_text
|
|
102
|
+
|
|
103
|
+
• `Optional` **hint\_text**: `string`
|
|
104
|
+
|
|
105
|
+
___
|
|
106
|
+
|
|
107
|
+
### hide\_badge\_from\_ui
|
|
108
|
+
|
|
109
|
+
• `Optional` **hide\_badge\_from\_ui**: `boolean`
|
|
110
|
+
|
|
111
|
+
___
|
|
112
|
+
|
|
113
|
+
### show\_badge\_first\_task\_completed
|
|
114
|
+
|
|
115
|
+
• `Optional` **show\_badge\_first\_task\_completed**: `boolean`
|
|
116
|
+
|
|
117
|
+
___
|
|
118
|
+
|
|
119
|
+
### custom\_section\_type\_id
|
|
120
|
+
|
|
121
|
+
• `Optional` **custom\_section\_type\_id**: `number`
|
|
122
|
+
|
|
123
|
+
___
|
|
124
|
+
|
|
125
|
+
### claim\_button\_title
|
|
126
|
+
|
|
127
|
+
• `Optional` **claim\_button\_title**: `string`
|
|
128
|
+
|
|
129
|
+
___
|
|
130
|
+
|
|
131
|
+
### claim\_button\_action
|
|
132
|
+
|
|
133
|
+
• `Optional` **claim\_button\_action**: `string`
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# Interface: Bonus
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
### id
|
|
6
|
+
|
|
7
|
+
• **id**: `number`
|
|
8
|
+
|
|
9
|
+
___
|
|
10
|
+
|
|
11
|
+
### redeemable
|
|
12
|
+
|
|
13
|
+
• `Optional` **redeemable**: `boolean`
|
|
14
|
+
|
|
15
|
+
___
|
|
16
|
+
|
|
17
|
+
### createDate
|
|
18
|
+
|
|
19
|
+
• `Optional` **createDate**: `string`
|
|
20
|
+
|
|
21
|
+
___
|
|
22
|
+
|
|
23
|
+
### updateDate
|
|
24
|
+
|
|
25
|
+
• `Optional` **updateDate**: `string`
|
|
26
|
+
|
|
27
|
+
___
|
|
28
|
+
|
|
29
|
+
### redeemDate
|
|
30
|
+
|
|
31
|
+
• `Optional` **redeemDate**: `string`
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### engagementUid
|
|
36
|
+
|
|
37
|
+
• `Optional` **engagementUid**: `string`
|
|
38
|
+
|
|
39
|
+
___
|
|
40
|
+
|
|
41
|
+
### labelBonusTemplateId
|
|
42
|
+
|
|
43
|
+
• `Optional` **labelBonusTemplateId**: `number`
|
|
44
|
+
|
|
45
|
+
___
|
|
46
|
+
|
|
47
|
+
### sourceProductRefId
|
|
48
|
+
|
|
49
|
+
• `Optional` **sourceProductRefId**: `number`
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### sourceProductId
|
|
54
|
+
|
|
55
|
+
• `Optional` **sourceProductId**: `number`
|
|
56
|
+
|
|
57
|
+
___
|
|
58
|
+
|
|
59
|
+
### userId
|
|
60
|
+
|
|
61
|
+
• `Optional` **userId**: `number`
|
|
62
|
+
|
|
63
|
+
___
|
|
64
|
+
|
|
65
|
+
### bonusStatusId
|
|
66
|
+
|
|
67
|
+
• `Optional` **bonusStatusId**: [`BonusStatus`](../enums/BonusStatus.md)
|
|
68
|
+
|
|
69
|
+
___
|
|
70
|
+
|
|
71
|
+
### labelBonusTemplateMetaMap
|
|
72
|
+
|
|
73
|
+
• `Optional` **labelBonusTemplateMetaMap**: `BonusTemplateMetaMap`
|
|
74
|
+
|
|
75
|
+
___
|
|
76
|
+
|
|
77
|
+
### bonusMetaMap
|
|
78
|
+
|
|
79
|
+
• `Optional` **bonusMetaMap**: `BonusMetaMap`
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Interface: GemsDiamondsLog
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
### create\_date
|
|
6
|
+
|
|
7
|
+
• **create\_date**: `number`
|
|
8
|
+
|
|
9
|
+
___
|
|
10
|
+
|
|
11
|
+
### user\_ext\_id
|
|
12
|
+
|
|
13
|
+
• **user\_ext\_id**: `string`
|
|
14
|
+
|
|
15
|
+
___
|
|
16
|
+
|
|
17
|
+
### crm\_brand\_id
|
|
18
|
+
|
|
19
|
+
• **crm\_brand\_id**: `number`
|
|
20
|
+
|
|
21
|
+
___
|
|
22
|
+
|
|
23
|
+
### type
|
|
24
|
+
|
|
25
|
+
• **type**: [`UserBalanceType`](../enums/UserBalanceType.md)
|
|
26
|
+
|
|
27
|
+
___
|
|
28
|
+
|
|
29
|
+
### amount
|
|
30
|
+
|
|
31
|
+
• **amount**: `number`
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### balance
|
|
36
|
+
|
|
37
|
+
• **balance**: `number`
|
|
38
|
+
|
|
39
|
+
___
|
|
40
|
+
|
|
41
|
+
### source\_type\_id
|
|
42
|
+
|
|
43
|
+
• **source\_type\_id**: [`PointChangeSourceType`](../enums/PointChangeSourceType.md)
|