@dchighs/dc-config 0.1.24 → 0.1.25
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 +46 -9
- package/package.json +1 -1
|
@@ -2159,13 +2159,15 @@ export interface News {
|
|
|
2159
2159
|
"0": The0;
|
|
2160
2160
|
"1": The1;
|
|
2161
2161
|
"2": The2;
|
|
2162
|
-
"3":
|
|
2162
|
+
"3": The3;
|
|
2163
2163
|
"4": The0;
|
|
2164
|
-
"5":
|
|
2164
|
+
"5": The0;
|
|
2165
2165
|
"6": The6;
|
|
2166
|
-
"7":
|
|
2167
|
-
"8":
|
|
2168
|
-
"9":
|
|
2166
|
+
"7": The7;
|
|
2167
|
+
"8": The8;
|
|
2168
|
+
"9": The0;
|
|
2169
|
+
"10": The0;
|
|
2170
|
+
"11": The1;
|
|
2169
2171
|
canvas: Canva[];
|
|
2170
2172
|
}
|
|
2171
2173
|
export interface The0 {
|
|
@@ -2249,6 +2251,7 @@ export interface The1_Slide {
|
|
|
2249
2251
|
link_button_key: string;
|
|
2250
2252
|
slide_type: string;
|
|
2251
2253
|
slide_type_2: string;
|
|
2254
|
+
link_item_id?: number;
|
|
2252
2255
|
timer?: string;
|
|
2253
2256
|
times_to_show?: number;
|
|
2254
2257
|
}
|
|
@@ -2275,24 +2278,57 @@ export interface The2_HudButton {
|
|
|
2275
2278
|
title: string;
|
|
2276
2279
|
viral_icon_tier: number;
|
|
2277
2280
|
}
|
|
2278
|
-
export interface
|
|
2281
|
+
export interface The3 {
|
|
2279
2282
|
active_platforms: ValueClass;
|
|
2280
2283
|
allow_island_tutorial: number;
|
|
2281
2284
|
assets_name: string;
|
|
2285
|
+
direct_to_shop: number;
|
|
2282
2286
|
end_ts: string;
|
|
2283
|
-
|
|
2287
|
+
filter_category: null;
|
|
2288
|
+
hud_button: The2_HudButton;
|
|
2284
2289
|
id: number;
|
|
2290
|
+
label_text_tid: null;
|
|
2291
|
+
label_title_tid: null;
|
|
2285
2292
|
min_level: number;
|
|
2293
|
+
popup_frequency: string;
|
|
2286
2294
|
popup_type: string;
|
|
2295
|
+
priority: null;
|
|
2287
2296
|
show_on_startup: number;
|
|
2288
2297
|
slides: The1_Slide[];
|
|
2289
2298
|
start_ts: string;
|
|
2290
2299
|
}
|
|
2291
|
-
export interface
|
|
2300
|
+
export interface The6 {
|
|
2301
|
+
active_platforms: ValueClass;
|
|
2302
|
+
allow_island_tutorial: number;
|
|
2303
|
+
assets_name: string;
|
|
2304
|
+
direct_to_shop: number;
|
|
2305
|
+
end_ts: string;
|
|
2306
|
+
hud_button: The2_HudButton;
|
|
2307
|
+
id: number;
|
|
2308
|
+
min_level: number;
|
|
2309
|
+
popup_type: string;
|
|
2310
|
+
show_on_startup: number;
|
|
2311
|
+
slides: The1_Slide[];
|
|
2312
|
+
start_ts: string;
|
|
2313
|
+
}
|
|
2314
|
+
export interface The7 {
|
|
2315
|
+
active_platforms: ValueClass;
|
|
2316
|
+
allow_island_tutorial: number;
|
|
2317
|
+
assets_name: string;
|
|
2318
|
+
end_ts: string;
|
|
2319
|
+
hud_button: The7_HudButton;
|
|
2320
|
+
id: number;
|
|
2321
|
+
min_level: number;
|
|
2322
|
+
popup_type: string;
|
|
2323
|
+
show_on_startup: number;
|
|
2324
|
+
slides: The1_Slide[];
|
|
2325
|
+
start_ts: string;
|
|
2326
|
+
}
|
|
2327
|
+
export interface The7_HudButton {
|
|
2292
2328
|
file: string;
|
|
2293
2329
|
title: string;
|
|
2294
2330
|
}
|
|
2295
|
-
export interface
|
|
2331
|
+
export interface The8 {
|
|
2296
2332
|
active_platforms: ValueClass;
|
|
2297
2333
|
allow_island_tutorial: number;
|
|
2298
2334
|
assets_name: string;
|
|
@@ -2317,6 +2353,7 @@ export interface Canva {
|
|
|
2317
2353
|
min_level?: number;
|
|
2318
2354
|
slides: CanvaSlide[];
|
|
2319
2355
|
show_on_startup?: number;
|
|
2356
|
+
priority?: string;
|
|
2320
2357
|
}
|
|
2321
2358
|
export interface CanvaSlide {
|
|
2322
2359
|
custom_title_localized_key?: string;
|