@smartico/public-api 0.0.202 → 0.0.204
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 +2 -1
- package/dist/MiniGames/PrizeModifiers.d.ts +10 -0
- package/dist/MiniGames/SAWGameType.d.ts +3 -1
- package/dist/MiniGames/SAWPrizeUI.d.ts +2 -0
- package/dist/MiniGames/SAWTemplateUI.d.ts +1 -0
- package/dist/MiniGames/index.d.ts +1 -0
- package/dist/WSAPI/WSAPITypes.d.ts +5 -1
- package/dist/index.js +17 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +21 -3
- package/dist/index.modern.mjs.map +1 -1
- package/docs/enums/SAWGameTypeName.md +6 -0
- package/docs/interfaces/TMiniGamePrize.md +11 -1
- package/docs/interfaces/TMiniGameTemplate.md +10 -0
- package/package.json +1 -1
- package/src/CustomSections/AchCustomSection.ts +1 -0
- package/src/MiniGames/PrizeModifiers.ts +11 -0
- package/src/MiniGames/SAWGameType.ts +3 -0
- package/src/MiniGames/SAWGetTemplatesResponse.ts +2 -0
- package/src/MiniGames/SAWPrizeUI.ts +2 -0
- package/src/MiniGames/SAWTemplateUI.ts +5 -0
- package/src/MiniGames/index.ts +1 -0
- package/src/WSAPI/WSAPITypes.ts +6 -1
- package/dist/Quiz/MarketsAnswersType.d.ts +0 -22
- package/dist/SmarticoPublicAPI.d.ts +0 -23
- package/dist/Store/BuyShopItemErrorCode.d.ts +0 -10
- package/dist/Store/BuyShopItemRequest.d.ts +0 -4
- package/dist/Store/BuyShopItemResponse.d.ts +0 -4
- package/dist/Store/GetCategoriesShopResponse.d.ts +0 -5
- package/dist/Store/GetShopItemsResponse.d.ts +0 -5
- package/dist/Store/ShopCategory.d.ts +0 -5
- package/dist/Store/ShopCategoryPublicMeta.d.ts +0 -4
- package/dist/Store/ShopItem.d.ts +0 -9
- package/dist/Store/ShopItemPublicMeta.d.ts +0 -10
- package/dist/Store/ShopItemType.d.ts +0 -4
- package/dist/Store/StorItemPruchased.d.ts +0 -6
- package/dist/service/index.d.ts +0 -5
- package/dist/service/types/ErrorCodes.d.ts +0 -13
- package/dist/service/types/GRequest.d.ts +0 -16
- package/dist/service/types/GResponse.d.ts +0 -10
- package/dist/service/types/Game/GameAttemptType.d.ts +0 -6
- package/dist/service/types/Game/GameCanPlayType.d.ts +0 -10
- package/dist/service/types/Game/GameExternalStatus.d.ts +0 -6
- package/dist/service/types/Game/GameInfo.d.ts +0 -9
- package/dist/service/types/Game/GamePick.d.ts +0 -90
- package/dist/service/types/Game/GameUtil.d.ts +0 -7
- package/dist/service/types/SmarticoProto/GetTranslationsRequest.d.ts +0 -7
- package/dist/service/types/SmarticoProto/GetTranslationsResponse.d.ts +0 -7
- package/dist/service/types/SmarticoProto/ProtocolMessage.d.ts +0 -5
- package/dist/service/types/SmarticoProto/ProtocolRequest.d.ts +0 -6
- package/dist/service/types/SmarticoProto/ProtocolResponse.d.ts +0 -5
- package/dist/service/types/SmarticoProto/PublicLabelInfo.d.ts +0 -34
- package/dist/service/types/SmarticoProto/PublicProperties.d.ts +0 -11
- package/dist/service/types/SmarticoProto/ResponseIdentify.d.ts +0 -12
- package/dist/service/types/SmarticoProto/SAW/SAWAcknowledgeType.d.ts +0 -5
- package/dist/service/types/SmarticoProto/SAW/SAWBuyInType.d.ts +0 -5
- package/dist/service/types/SmarticoProto/SAW/SAWDoSpinRequest.d.ts +0 -5
- package/dist/service/types/SmarticoProto/SAW/SAWDoSpinResponse.d.ts +0 -15
- package/dist/service/types/SmarticoProto/SAW/SAWGameType.d.ts +0 -10
- package/dist/service/types/SmarticoProto/SAW/SAWGetTemplatesRequest.d.ts +0 -3
- package/dist/service/types/SmarticoProto/SAW/SAWGetTemplatesResponse.d.ts +0 -5
- package/dist/service/types/SmarticoProto/SAW/SAWPrize.d.ts +0 -11
- package/dist/service/types/SmarticoProto/SAW/SAWPrizeType.d.ts +0 -8
- package/dist/service/types/SmarticoProto/SAW/SAWPrizeUI.d.ts +0 -13
- package/dist/service/types/SmarticoProto/SAW/SAWTemplate.d.ts +0 -21
- package/dist/service/types/SmarticoProto/SAW/SAWTemplateUI.d.ts +0 -31
- package/dist/service/types/SmarticoProto/SAW/SAWWinSoundType.d.ts +0 -12
- package/dist/service/types/SmarticoProto/TranslationArea.d.ts +0 -9
- package/dist/service/types/User/UserInfo.d.ts +0 -10
- package/dist/util/Util.d.ts +0 -51
|
@@ -164,4 +164,14 @@ ___
|
|
|
164
164
|
|
|
165
165
|
• **custom\_data**: `any`
|
|
166
166
|
|
|
167
|
-
The custom data of the mini-game defined by operator in the BackOffice. Can be a JSON object, string or number
|
|
167
|
+
The custom data of the mini-game defined by operator in the BackOffice. Can be a JSON object, string or number
|
|
168
|
+
|
|
169
|
+
___
|
|
170
|
+
|
|
171
|
+
### prize\_modifiers
|
|
172
|
+
|
|
173
|
+
• `Optional` **prize\_modifiers**: `PrizeModifiers`
|
|
174
|
+
|
|
175
|
+
Prize modifiers that will multiply by 2x, 5x or 10x the current total. This will not affect the final Prize Amount that will be awarded.
|
|
176
|
+
|
|
177
|
+
___
|
|
@@ -177,3 +177,13 @@ ___
|
|
|
177
177
|
• `Optional` **activeTillDate**: `number`
|
|
178
178
|
|
|
179
179
|
Holds time till which template will become available, for the templates that are targeted to be available from specific time (UNIX timestamp)
|
|
180
|
+
|
|
181
|
+
___
|
|
182
|
+
|
|
183
|
+
### steps\_to\_finish\_game
|
|
184
|
+
|
|
185
|
+
• `Optional` **steps\_to\_finish\_game**: `number`
|
|
186
|
+
|
|
187
|
+
The amount of steps to complete the game and gather the prize
|
|
188
|
+
|
|
189
|
+
___
|
package/package.json
CHANGED
|
@@ -9,6 +9,7 @@ export enum SAWGameType {
|
|
|
9
9
|
Quiz = 6,
|
|
10
10
|
LootboxWeekdays = 7,
|
|
11
11
|
LootboxCalendarDays = 8,
|
|
12
|
+
TreasureHunt = 9
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
export enum SAWGameTypeName {
|
|
@@ -20,6 +21,7 @@ export enum SAWGameTypeName {
|
|
|
20
21
|
Quiz = 'quiz',
|
|
21
22
|
LootboxWeekdays = 'lootbox_weekdays',
|
|
22
23
|
LootboxCalendarDays = 'lootbox_calendar_days',
|
|
24
|
+
TreasureHunt = 'treasure_hunt',
|
|
23
25
|
Unknown = 'unknown',
|
|
24
26
|
}
|
|
25
27
|
|
|
@@ -35,6 +37,7 @@ export const SAWGameTypeNamed = (type: SAWGameType): SAWGameTypeName => {
|
|
|
35
37
|
[SAWGameType.Quiz]: SAWGameTypeName.Quiz,
|
|
36
38
|
[SAWGameType.LootboxWeekdays]: SAWGameTypeName.LootboxWeekdays,
|
|
37
39
|
[SAWGameType.LootboxCalendarDays]: SAWGameTypeName.LootboxCalendarDays,
|
|
40
|
+
[SAWGameType.TreasureHunt]: SAWGameTypeName.TreasureHunt,
|
|
38
41
|
}[type] || SAWGameTypeName.Unknown
|
|
39
42
|
);
|
|
40
43
|
};
|
|
@@ -39,6 +39,7 @@ export const SAWTemplatesTransform = (items: SAWTemplate[]): TMiniGameTemplate[]
|
|
|
39
39
|
activeFromDate: r.activeFromDate,
|
|
40
40
|
activeTillDate: r.activeTillDate,
|
|
41
41
|
next_available_spin_ts: r.next_available_spin_ts,
|
|
42
|
+
steps_to_finish_game: r.saw_template_ui_definition.steps_to_finish_game,
|
|
42
43
|
|
|
43
44
|
prizes: r.prizes.map((p) => {
|
|
44
45
|
const y: TMiniGamePrize = {
|
|
@@ -66,6 +67,7 @@ export const SAWTemplatesTransform = (items: SAWTemplate[]): TMiniGameTemplate[]
|
|
|
66
67
|
relative_period_timezone: p.relative_period_timezone,
|
|
67
68
|
is_surcharge: p.is_surcharge,
|
|
68
69
|
custom_data: IntUtils.JsonOrText(r.saw_template_ui_definition.custom_data),
|
|
70
|
+
prize_modifiers: p.saw_prize_ui_definition.prize_modifiers,
|
|
69
71
|
};
|
|
70
72
|
return y;
|
|
71
73
|
}),
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PrizeModifiers } from './PrizeModifiers';
|
|
1
2
|
import { SAWAcknowledgeType } from './SAWAcknowledgeType';
|
|
2
3
|
import { SAWWinSoundType } from './SAWWinSoundType';
|
|
3
4
|
|
|
@@ -20,4 +21,5 @@ export interface SAWPrizeUI {
|
|
|
20
21
|
custom_win_sound?: string;
|
|
21
22
|
out_of_stock_message?: string;
|
|
22
23
|
custom_data?: any;
|
|
24
|
+
prize_modifiers?: PrizeModifiers;
|
|
23
25
|
}
|
package/src/MiniGames/index.ts
CHANGED
package/src/WSAPI/WSAPITypes.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { AchCategory } from '../Missions';
|
|
|
5
5
|
import { LeaderBoardPeriodType } from '../Leaderboard';
|
|
6
6
|
import { AchCustomLayoutTheme, AchCustomSectionType, AchMissionsTabsOptions, AchOverviewMissionsFilter } from '../CustomSections';
|
|
7
7
|
import { BonusStatus , BonusTemplateMetaMap, BonusMetaMap} from '../Bonuses';
|
|
8
|
+
import { PrizeModifiers } from '../MiniGames/PrizeModifiers';
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
type TRibbon = 'sale' | 'hot' | 'new' | 'vip' | string;
|
|
@@ -60,7 +61,9 @@ export interface TMiniGamePrize {
|
|
|
60
61
|
/* Flag indicating that the prize is surcharged (available all the time, despite pool numbers) */
|
|
61
62
|
is_surcharge?: boolean;
|
|
62
63
|
/** The custom data of the mini-game defined by operator in the BackOffice. Can be a JSON object, string or number */
|
|
63
|
-
custom_data
|
|
64
|
+
custom_data?: any;
|
|
65
|
+
/** Prize modifiers that will multiply by 2x, 5x or 10x the current total. This will not affect the final Prize Amount that will be awarded. */
|
|
66
|
+
prize_modifiers?: PrizeModifiers;
|
|
64
67
|
}
|
|
65
68
|
|
|
66
69
|
/**
|
|
@@ -149,6 +152,8 @@ export interface TMiniGameTemplate {
|
|
|
149
152
|
activeFromDate?: number;
|
|
150
153
|
/* Holds time till which template will become available, for the templates that are targeted to be available from specific time (UNIX timestamp) */
|
|
151
154
|
activeTillDate?: number;
|
|
155
|
+
/* The amount of steps to complete the game and gather the prize */
|
|
156
|
+
steps_to_finish_game?: number;
|
|
152
157
|
}
|
|
153
158
|
|
|
154
159
|
/**
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare enum MarketsValueType {
|
|
2
|
-
HomeTeam = "1",
|
|
3
|
-
AwayTeam = "2",
|
|
4
|
-
Draw = "x",
|
|
5
|
-
HomeTeamHomeTeam = "1/1",
|
|
6
|
-
HomeTeamDraw = "1/x",
|
|
7
|
-
HomeTeamAwayTeam = "1/2",
|
|
8
|
-
DrawHomeTeam = "x/1",
|
|
9
|
-
DrawDraw = "x/x",
|
|
10
|
-
DrawAwayTeam = "x/2",
|
|
11
|
-
AwayTeamHomeTeam = "2/1",
|
|
12
|
-
AwayTeamDraw = "2/x",
|
|
13
|
-
AwayTeamAwayTeam = "2/2",
|
|
14
|
-
Yes = "yes",
|
|
15
|
-
No = "no",
|
|
16
|
-
Odd = "odd",
|
|
17
|
-
Even = "even",
|
|
18
|
-
HomeOdd = "1/odd",
|
|
19
|
-
HomeEven = "1/even",
|
|
20
|
-
AwayOdd = "2/odd",
|
|
21
|
-
AwayEven = "2/even"
|
|
22
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ClassId } from "./Base/ClassId";
|
|
2
|
-
import { SAWGetTemplatesResponse } from './MiniGames/SAWGetTemplatesResponse';
|
|
3
|
-
import { SAWTemplate } from './MiniGames/SAWTemplate';
|
|
4
|
-
import { ILogger } from './ILogger';
|
|
5
|
-
interface IOptions {
|
|
6
|
-
logger?: ILogger;
|
|
7
|
-
logCIDs?: ClassId[];
|
|
8
|
-
logHTTPTiming?: boolean;
|
|
9
|
-
}
|
|
10
|
-
declare class SmarticoPublicApi {
|
|
11
|
-
private label_api_key;
|
|
12
|
-
private brand_api_key;
|
|
13
|
-
private publicUrl;
|
|
14
|
-
private logger;
|
|
15
|
-
private logCIDs;
|
|
16
|
-
private logHTTPTiming;
|
|
17
|
-
constructor(label_api_key: string, brand_api_key: string, options?: IOptions);
|
|
18
|
-
private send;
|
|
19
|
-
private buildMessage;
|
|
20
|
-
miniGamesGetTemplates(user_ext_id: string): Promise<SAWGetTemplatesResponse>;
|
|
21
|
-
miniGamesFormatTemplatesForWidget(templates: SAWTemplate[], pointsBalance: number): any[];
|
|
22
|
-
}
|
|
23
|
-
export { SmarticoPublicApi };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare enum BuyShopItemErrorCode {
|
|
2
|
-
FAILED_TO_BUY_SHOP_ITEM = 121,
|
|
3
|
-
SHOP_NO_BALANCE = 11000,
|
|
4
|
-
SHOP_WRONG_LABEL = 11001,
|
|
5
|
-
SHOP_FAILED_TO_BUY_BONUS = 11002,
|
|
6
|
-
SHOP_FAILED_TO_BUY_SHOP_ITEM_CONDITION = 11003,
|
|
7
|
-
SHOP_FAILED_TO_BUY_SHOP_ITEM_CONDITION_PURSHASE = 11004,
|
|
8
|
-
SHOP_FAILED_TO_BUY_MATCHING_BONUS = 11005,
|
|
9
|
-
SHOP_FAILED_MAX_BOUGHT_ITEMS_REACHED = 11006
|
|
10
|
-
}
|
package/dist/Store/ShopItem.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ShopItemPublicMeta } from "./ShopItemPublicMeta";
|
|
2
|
-
import { ShopItemType } from "./ShopItemType";
|
|
3
|
-
export interface ShopItem {
|
|
4
|
-
id: number;
|
|
5
|
-
itemTypeId: ShopItemType;
|
|
6
|
-
itemPublicMeta: ShopItemPublicMeta;
|
|
7
|
-
categoryIds?: number[];
|
|
8
|
-
canBuy?: boolean;
|
|
9
|
-
}
|
package/dist/service/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ErrorCodes, ErrorCodesGame } from './types/ErrorCodes';
|
|
2
|
-
import { GBaseRequest } from './types/GRequest';
|
|
3
|
-
import { GResponseBase, GResponse } from './types/GResponse';
|
|
4
|
-
import { SAWSpinErrorCode } from './types/SmarticoProto/SAW/SAWDoSpinResponse';
|
|
5
|
-
export { ErrorCodes, ErrorCodesGame, SAWSpinErrorCode, GBaseRequest, GResponseBase, GResponse, };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { SAWSpinErrorCode } from "./SmarticoProto/SAW/SAWDoSpinResponse";
|
|
2
|
-
export declare const ErrorCodes_FatalStartingRange = 100000;
|
|
3
|
-
export declare enum ErrorCodesGame {
|
|
4
|
-
OK = 0,
|
|
5
|
-
NoBetsUpdatedOnSubmit = 3,
|
|
6
|
-
RepeatRequest_Unhandled = 4,
|
|
7
|
-
Fatal_NotValidHash,
|
|
8
|
-
Fatal_WrongCustomerID,
|
|
9
|
-
Fatal_TemplateNotFound,
|
|
10
|
-
Fatal_NoOpenRounds,
|
|
11
|
-
Fatal_Unhandled
|
|
12
|
-
}
|
|
13
|
-
export type ErrorCodes = SAWSpinErrorCode | ErrorCodesGame;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface GBaseRequest {
|
|
2
|
-
customer_id: string;
|
|
3
|
-
ext_user_id: string;
|
|
4
|
-
int_user_id: number;
|
|
5
|
-
smartico_ext_user_id: string;
|
|
6
|
-
ext_game_id: number;
|
|
7
|
-
lang: string;
|
|
8
|
-
hash: string;
|
|
9
|
-
zoom?: number;
|
|
10
|
-
label_api_key?: string;
|
|
11
|
-
brand_key?: string;
|
|
12
|
-
bridgeId?: string;
|
|
13
|
-
height?: 'auto' | string;
|
|
14
|
-
theme?: string;
|
|
15
|
-
}
|
|
16
|
-
export { GBaseRequest };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ResponseIdentifyLabelInfo } from "../SmarticoProto/PublicLabelInfo";
|
|
2
|
-
import { GamePickRoundBase } from "./GamePick";
|
|
3
|
-
import { SAWTemplate } from "../SmarticoProto/SAW/SAWTemplate";
|
|
4
|
-
interface GameInfo {
|
|
5
|
-
sawTemplate: SAWTemplate;
|
|
6
|
-
allRounds: GamePickRoundBase[];
|
|
7
|
-
labelInfo: ResponseIdentifyLabelInfo;
|
|
8
|
-
}
|
|
9
|
-
export { GameInfo };
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
declare enum GamePickMarketType {
|
|
2
|
-
Goals = 1,
|
|
3
|
-
Winner = 2
|
|
4
|
-
}
|
|
5
|
-
declare enum GamePickResolutionType {
|
|
6
|
-
None = 0,
|
|
7
|
-
Lost = 2,
|
|
8
|
-
PartialWin = 3,
|
|
9
|
-
FullWin = 4
|
|
10
|
-
}
|
|
11
|
-
declare enum GPRoundStatus {
|
|
12
|
-
Other = -1,
|
|
13
|
-
NoEventsDefined = 1,
|
|
14
|
-
NoMoreBetsAllowed = 2,
|
|
15
|
-
AllEventsResolved_ButNotRound = 3,
|
|
16
|
-
RoundResolved = 4
|
|
17
|
-
}
|
|
18
|
-
interface GamePickEventMeta {
|
|
19
|
-
event_name?: string;
|
|
20
|
-
team1_name: string;
|
|
21
|
-
team1_image: string;
|
|
22
|
-
team2_name: string;
|
|
23
|
-
team2_image: string;
|
|
24
|
-
team1_result?: number;
|
|
25
|
-
team2_result?: number;
|
|
26
|
-
}
|
|
27
|
-
interface GamePickEvent {
|
|
28
|
-
gp_event_id: number;
|
|
29
|
-
event_resolution_date: number;
|
|
30
|
-
match_date: number;
|
|
31
|
-
market_type_id: GamePickMarketType;
|
|
32
|
-
event_meta: GamePickEventMeta;
|
|
33
|
-
user_placed_bet: boolean;
|
|
34
|
-
team1_user_selection: number;
|
|
35
|
-
team2_user_selection: number;
|
|
36
|
-
resolution_type_id: GamePickResolutionType;
|
|
37
|
-
resolution_score?: number;
|
|
38
|
-
is_open_for_bets?: boolean;
|
|
39
|
-
}
|
|
40
|
-
interface GamePickRoundBase {
|
|
41
|
-
round_id: number;
|
|
42
|
-
round_row_id: number;
|
|
43
|
-
round_name: string;
|
|
44
|
-
round_description: string;
|
|
45
|
-
open_date: number;
|
|
46
|
-
last_bet_date: number;
|
|
47
|
-
resolution_date: number;
|
|
48
|
-
score_full_win: number;
|
|
49
|
-
score_part_win: number;
|
|
50
|
-
score_lost: number;
|
|
51
|
-
is_active_now: boolean;
|
|
52
|
-
is_resolved: boolean;
|
|
53
|
-
round_status_id: GPRoundStatus;
|
|
54
|
-
events_total: number;
|
|
55
|
-
events_resolved: number;
|
|
56
|
-
public_meta: {
|
|
57
|
-
round_name: string;
|
|
58
|
-
round_description: string;
|
|
59
|
-
_translations: {
|
|
60
|
-
[key: string]: {
|
|
61
|
-
round_name: string;
|
|
62
|
-
round_description: string;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
next_round_open_date: number;
|
|
67
|
-
}
|
|
68
|
-
interface GamePickRoundBoard extends GamePickRoundBase {
|
|
69
|
-
my_user: GamePickBoardUser;
|
|
70
|
-
users: GamePickBoardUser[];
|
|
71
|
-
}
|
|
72
|
-
interface GamePickRound extends GamePickRoundBase {
|
|
73
|
-
events: GamePickEvent[];
|
|
74
|
-
user_score: number;
|
|
75
|
-
user_placed_bet: boolean;
|
|
76
|
-
has_open_for_bet_events?: boolean;
|
|
77
|
-
has_not_submitted_changes?: boolean;
|
|
78
|
-
}
|
|
79
|
-
interface GamePickBoardUser {
|
|
80
|
-
ext_user_id: string;
|
|
81
|
-
int_user_id: number;
|
|
82
|
-
public_username: string;
|
|
83
|
-
avatar_url: string;
|
|
84
|
-
gp_position: number;
|
|
85
|
-
resolution_score: number;
|
|
86
|
-
full_wins_count: number;
|
|
87
|
-
part_wins_count: number;
|
|
88
|
-
lost_count: number;
|
|
89
|
-
}
|
|
90
|
-
export { GamePickRoundBase, GamePickRound, GamePickEvent, GamePickMarketType, GamePickResolutionType, GamePickEventMeta, GPRoundStatus, GamePickRoundBoard, GamePickBoardUser };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { GameInfo } from "./GameInfo";
|
|
2
|
-
import { GamePickRound, GamePickRoundBase } from "./GamePick";
|
|
3
|
-
declare class GameUtil {
|
|
4
|
-
static getRoundName(round: GamePickRoundBase, gameInfo: GameInfo): string;
|
|
5
|
-
static getRoundDescription(round: GamePickRound, gameInfo: GameInfo): string;
|
|
6
|
-
}
|
|
7
|
-
export { GameUtil };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export declare enum PublicLabelSettings {
|
|
2
|
-
FCM_SENDER_ID = "FCM_SENDER_ID",
|
|
3
|
-
PUBLIC_API_URL = "PUBLIC_API_URL",
|
|
4
|
-
FCM_SW_URL = "FCM_SW_URL",
|
|
5
|
-
RECORDING_ENABLED_FOR_ALL_USERS = "RECORDING_ENABLED_FOR_ALL_USERS",
|
|
6
|
-
JS_INJECTION = "JS_INJECTION",
|
|
7
|
-
GAMIFICATION_UI_MAIN = "GAMIFICATION_UI_MAIN",
|
|
8
|
-
GAMIFICATION_UI_WIDGET = "GAMIFICATION_UI_WIDGET",
|
|
9
|
-
GAMIFICATION_UI_MINI_GAME = "GAMIFICATION_UI_MINI_GAME",
|
|
10
|
-
GAMIFICATION_UI_SETTINGS = "GAMIFICATION_UI_SETTINGS",
|
|
11
|
-
GAMIFICATION_UI_MAIN_TEST = "GAMIFICATION_UI_MAIN_TEST",
|
|
12
|
-
GAMIFICATION_UI_WIDGET_TEST = "GAMIFICATION_UI_WIDGET_TEST",
|
|
13
|
-
GAMIFICATION_UI_SETTINGS_TEST = "GAMIFICATION_UI_SETTINGS_TEST",
|
|
14
|
-
FRONT_END_ALLOWED_LANGUAGES = "FRONT_END_ALLOWED_LANGUAGES",
|
|
15
|
-
FRONT_END_ALLOW_DOMAINS = "FRONT_END_ALLOW_DOMAINS",
|
|
16
|
-
DELAY_ENGAGEMENT_EXECUTION_ON_LOGIN_MS = "DELAY_ENGAGEMENT_EXECUTION_ON_LOGIN_MS",
|
|
17
|
-
SHADOW_LABEL_PUBLIC_KEY = "SHADOW_LABEL_PUBLIC_KEY",
|
|
18
|
-
DYNAMIC_IMAGE_DOMAIN = "DYNAMIC_IMAGE_DOMAIN",
|
|
19
|
-
GAMIFICATION_UI_LEVEL_ENABLED = "GAMIFICATION_UI_LEVEL_ENABLED",
|
|
20
|
-
GAMIFICATION_UI_LEVEL_IMAGE_MOB = "GAMIFICATION_UI_LEVEL_IMAGE_MOB",
|
|
21
|
-
GAMIFICATION_UI_LEVEL_IMAGE_DESK = "GAMIFICATION_UI_LEVEL_IMAGE_DESK",
|
|
22
|
-
GAMIFICATION_LEVELS_LOGIC2 = "GAMIFICATION_LEVELS_LOGIC2",
|
|
23
|
-
AVATAR_CUSTOM_IMAGE_MAX_ID = "AVATAR_CUSTOM_IMAGE_MAX_ID",
|
|
24
|
-
AVATAR_CUSTOM_IMAGE_FOLDER = "AVATAR_CUSTOM_IMAGE_FOLDER",
|
|
25
|
-
RETENTION_GAMES_CUSTOMER_ID = "RETENTION_GAMES_CUSTOMER_ID",
|
|
26
|
-
GAMIFICATION_SHOW_POWERED_BY = "GAMIFICATION_SHOW_POWERED_BY",
|
|
27
|
-
_system_leader_board_mask_username = "_system_leader_board_mask_username"
|
|
28
|
-
}
|
|
29
|
-
export interface ResponseIdentifyLabelInfo {
|
|
30
|
-
settings: {
|
|
31
|
-
[key: string]: string;
|
|
32
|
-
};
|
|
33
|
-
label_id: string;
|
|
34
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface PublicProperties {
|
|
2
|
-
core_user_language?: string;
|
|
3
|
-
ach_points_balance?: number;
|
|
4
|
-
ach_points_ever?: number;
|
|
5
|
-
ach_points_board_period_type_1?: number;
|
|
6
|
-
ach_points_board_period_type_2?: number;
|
|
7
|
-
ach_level_current_id?: number;
|
|
8
|
-
ach_level_current?: string;
|
|
9
|
-
core_is_test_account?: boolean;
|
|
10
|
-
ach_gamification_in_control_group?: boolean;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ProtocolResponse } from "./ProtocolResponse";
|
|
2
|
-
import { PublicProperties } from "./PublicProperties";
|
|
3
|
-
interface ResponseIdentify extends ProtocolResponse {
|
|
4
|
-
user_id: number;
|
|
5
|
-
ext_user_id: string;
|
|
6
|
-
public_username: string;
|
|
7
|
-
avatar_id: string;
|
|
8
|
-
job: boolean;
|
|
9
|
-
props?: PublicProperties;
|
|
10
|
-
pubic_username_set: boolean;
|
|
11
|
-
}
|
|
12
|
-
export { ResponseIdentify };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ProtocolResponse } from "../ProtocolResponse";
|
|
2
|
-
export declare enum SAWSpinErrorCode {
|
|
3
|
-
SAW_OK = 0,
|
|
4
|
-
SAW_NO_SPINS = 40001,
|
|
5
|
-
SAW_PRIZE_POOL_EMPTY = 40002,
|
|
6
|
-
SAW_NOT_ENOUGH_POINTS = 40003,
|
|
7
|
-
SAW_FAILED_MAX_SPINS_REACHED = 40004
|
|
8
|
-
}
|
|
9
|
-
export interface SAWDoSpinResponse extends ProtocolResponse {
|
|
10
|
-
errCode: SAWSpinErrorCode;
|
|
11
|
-
errMsg?: string;
|
|
12
|
-
request_id: string;
|
|
13
|
-
saw_prize_id: number;
|
|
14
|
-
first_spin_in_period: number;
|
|
15
|
-
}
|