@dchighs/dc-config 0.1.4 → 0.1.5
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/dtos/game-config.d.ts +86 -49
- package/package.json +1 -1
|
@@ -2169,27 +2169,58 @@ export interface MazeIslandReward {
|
|
|
2169
2169
|
export interface News {
|
|
2170
2170
|
"0": The0;
|
|
2171
2171
|
"1": The1;
|
|
2172
|
-
"2":
|
|
2173
|
-
"3":
|
|
2174
|
-
"4":
|
|
2175
|
-
"5":
|
|
2176
|
-
"6":
|
|
2177
|
-
"7":
|
|
2172
|
+
"2": The12;
|
|
2173
|
+
"3": The12;
|
|
2174
|
+
"4": The1;
|
|
2175
|
+
"5": The5;
|
|
2176
|
+
"6": The12;
|
|
2177
|
+
"7": The12;
|
|
2178
2178
|
"8": The1;
|
|
2179
|
-
"9":
|
|
2180
|
-
"10":
|
|
2181
|
-
"11":
|
|
2182
|
-
"12":
|
|
2183
|
-
"13":
|
|
2184
|
-
"14":
|
|
2185
|
-
"15":
|
|
2186
|
-
"16":
|
|
2187
|
-
"17":
|
|
2188
|
-
"18":
|
|
2189
|
-
"19":
|
|
2179
|
+
"9": The12;
|
|
2180
|
+
"10": The1;
|
|
2181
|
+
"11": The11;
|
|
2182
|
+
"12": The12;
|
|
2183
|
+
"13": The1;
|
|
2184
|
+
"14": The1;
|
|
2185
|
+
"15": The15;
|
|
2186
|
+
"16": The12;
|
|
2187
|
+
"17": The17;
|
|
2188
|
+
"18": The12;
|
|
2189
|
+
"19": The12;
|
|
2190
|
+
"20": The12;
|
|
2190
2191
|
canvas: Canva[];
|
|
2191
2192
|
}
|
|
2192
2193
|
export interface The0 {
|
|
2194
|
+
active_platforms: ValueClass;
|
|
2195
|
+
allow_island_tutorial: number;
|
|
2196
|
+
assets_name: string;
|
|
2197
|
+
end_ts: string;
|
|
2198
|
+
hud_button: The0_HudButton;
|
|
2199
|
+
id: number;
|
|
2200
|
+
min_level: number;
|
|
2201
|
+
popup_type: string;
|
|
2202
|
+
show_on_startup: number;
|
|
2203
|
+
slides: The0_Slide[];
|
|
2204
|
+
start_ts: string;
|
|
2205
|
+
}
|
|
2206
|
+
export interface The0_HudButton {
|
|
2207
|
+
file: string;
|
|
2208
|
+
title: string;
|
|
2209
|
+
}
|
|
2210
|
+
export interface The0_Slide {
|
|
2211
|
+
custom_title_localized_key: string;
|
|
2212
|
+
image_url: string;
|
|
2213
|
+
link: string;
|
|
2214
|
+
link_button_key: string;
|
|
2215
|
+
slide_type: string;
|
|
2216
|
+
slide_type_2: string;
|
|
2217
|
+
timer?: string;
|
|
2218
|
+
times_to_show?: number;
|
|
2219
|
+
content_localized_key?: string;
|
|
2220
|
+
header_localized_key?: string;
|
|
2221
|
+
link_item_id?: number;
|
|
2222
|
+
}
|
|
2223
|
+
export interface The1 {
|
|
2193
2224
|
active_platforms: ValueClass;
|
|
2194
2225
|
allow_island_tutorial: number;
|
|
2195
2226
|
assets_name: string;
|
|
@@ -2203,10 +2234,10 @@ export interface The0 {
|
|
|
2203
2234
|
popup_type: string;
|
|
2204
2235
|
priority: number | null;
|
|
2205
2236
|
show_on_startup: number;
|
|
2206
|
-
slides:
|
|
2237
|
+
slides: The1_Slide[];
|
|
2207
2238
|
start_ts: string;
|
|
2208
2239
|
}
|
|
2209
|
-
export interface
|
|
2240
|
+
export interface The1_Slide {
|
|
2210
2241
|
content_localized_key?: string;
|
|
2211
2242
|
custom_title_localized_key: string;
|
|
2212
2243
|
header_localized_key: string;
|
|
@@ -2255,45 +2286,45 @@ export declare enum Style {
|
|
|
2255
2286
|
export declare enum SlideType {
|
|
2256
2287
|
FullImage = "FullImage"
|
|
2257
2288
|
}
|
|
2258
|
-
export interface
|
|
2289
|
+
export interface The11 {
|
|
2259
2290
|
active_platforms: ValueClass;
|
|
2260
2291
|
allow_island_tutorial: number;
|
|
2261
2292
|
assets_name: string;
|
|
2262
2293
|
direct_to_shop: number;
|
|
2263
2294
|
end_ts: string;
|
|
2295
|
+
filter_category: null;
|
|
2296
|
+
hud_button: The11_HudButton;
|
|
2264
2297
|
id: number;
|
|
2298
|
+
label_text_tid: null;
|
|
2299
|
+
label_title_tid: null;
|
|
2265
2300
|
min_level: number;
|
|
2266
2301
|
popup_frequency: string;
|
|
2267
2302
|
popup_type: string;
|
|
2303
|
+
priority: null;
|
|
2268
2304
|
show_on_startup: number;
|
|
2269
|
-
slides:
|
|
2305
|
+
slides: The1_Slide[];
|
|
2270
2306
|
start_ts: string;
|
|
2271
2307
|
}
|
|
2272
|
-
export interface
|
|
2308
|
+
export interface The11_HudButton {
|
|
2309
|
+
file: string;
|
|
2310
|
+
title: string;
|
|
2311
|
+
viral_icon_tier: number;
|
|
2312
|
+
}
|
|
2313
|
+
export interface The12 {
|
|
2273
2314
|
active_platforms: ValueClass;
|
|
2274
2315
|
allow_island_tutorial: number;
|
|
2275
2316
|
assets_name: string;
|
|
2276
2317
|
direct_to_shop: number;
|
|
2277
2318
|
end_ts: string;
|
|
2278
|
-
filter_category: null;
|
|
2279
|
-
hud_button: HudButton;
|
|
2280
2319
|
id: number;
|
|
2281
|
-
label_text_tid: null;
|
|
2282
|
-
label_title_tid: null;
|
|
2283
2320
|
min_level: number;
|
|
2284
2321
|
popup_frequency: string;
|
|
2285
2322
|
popup_type: string;
|
|
2286
|
-
priority: null;
|
|
2287
2323
|
show_on_startup: number;
|
|
2288
|
-
slides:
|
|
2324
|
+
slides: The1_Slide[];
|
|
2289
2325
|
start_ts: string;
|
|
2290
2326
|
}
|
|
2291
|
-
export interface
|
|
2292
|
-
file: string;
|
|
2293
|
-
title: string;
|
|
2294
|
-
viral_icon_tier: number;
|
|
2295
|
-
}
|
|
2296
|
-
export interface The14 {
|
|
2327
|
+
export interface The15 {
|
|
2297
2328
|
active_platforms: ValueClass;
|
|
2298
2329
|
allow_island_tutorial: number;
|
|
2299
2330
|
assets_name: string;
|
|
@@ -2305,28 +2336,34 @@ export interface The14 {
|
|
|
2305
2336
|
popup_is_critical: boolean;
|
|
2306
2337
|
popup_type: string;
|
|
2307
2338
|
show_on_startup: number;
|
|
2308
|
-
slides:
|
|
2339
|
+
slides: The0_Slide[];
|
|
2309
2340
|
start_ts: string;
|
|
2310
2341
|
}
|
|
2311
|
-
export interface
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2342
|
+
export interface The17 {
|
|
2343
|
+
active_platforms: ValueClass;
|
|
2344
|
+
allow_island_tutorial: number;
|
|
2345
|
+
assets_name: string;
|
|
2346
|
+
direct_to_shop: number;
|
|
2347
|
+
end_ts: string;
|
|
2348
|
+
filter_category: null;
|
|
2349
|
+
id: number;
|
|
2350
|
+
label_text_tid: null;
|
|
2351
|
+
label_title_tid: null;
|
|
2352
|
+
min_level: number;
|
|
2353
|
+
popup_type: string;
|
|
2354
|
+
priority: null;
|
|
2355
|
+
show_on_startup: number;
|
|
2356
|
+
slides: The1_Slide[];
|
|
2357
|
+
start_ts: string;
|
|
2321
2358
|
}
|
|
2322
|
-
export interface
|
|
2359
|
+
export interface The5 {
|
|
2323
2360
|
active_platforms: ValueClass;
|
|
2324
2361
|
allow_island_tutorial: number;
|
|
2325
2362
|
assets_name: string;
|
|
2326
2363
|
direct_to_shop: number;
|
|
2327
2364
|
end_ts: string;
|
|
2328
2365
|
filter_category: null;
|
|
2329
|
-
hud_button:
|
|
2366
|
+
hud_button: The11_HudButton;
|
|
2330
2367
|
id: number;
|
|
2331
2368
|
label_text_tid: null;
|
|
2332
2369
|
label_title_tid: null;
|
|
@@ -2335,7 +2372,7 @@ export interface The4 {
|
|
|
2335
2372
|
popup_type: string;
|
|
2336
2373
|
priority: null;
|
|
2337
2374
|
show_on_startup: number;
|
|
2338
|
-
slides:
|
|
2375
|
+
slides: The0_Slide[];
|
|
2339
2376
|
start_ts: string;
|
|
2340
2377
|
}
|
|
2341
2378
|
export interface Canva {
|
|
@@ -2344,7 +2381,7 @@ export interface Canva {
|
|
|
2344
2381
|
start_ts: number;
|
|
2345
2382
|
end_ts: number;
|
|
2346
2383
|
min_level: number;
|
|
2347
|
-
slides:
|
|
2384
|
+
slides: The1_Slide[];
|
|
2348
2385
|
show_on_startup: number;
|
|
2349
2386
|
}
|
|
2350
2387
|
export interface Perks {
|