@dchighs/dc-config 0.1.25 → 0.1.26
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 +5 -21
- package/package.json +1 -1
|
@@ -2164,10 +2164,9 @@ export interface News {
|
|
|
2164
2164
|
"5": The0;
|
|
2165
2165
|
"6": The6;
|
|
2166
2166
|
"7": The7;
|
|
2167
|
-
"8":
|
|
2167
|
+
"8": The0;
|
|
2168
2168
|
"9": The0;
|
|
2169
|
-
"10":
|
|
2170
|
-
"11": The1;
|
|
2169
|
+
"10": The1;
|
|
2171
2170
|
canvas: Canva[];
|
|
2172
2171
|
}
|
|
2173
2172
|
export interface The0 {
|
|
@@ -2301,9 +2300,8 @@ export interface The6 {
|
|
|
2301
2300
|
active_platforms: ValueClass;
|
|
2302
2301
|
allow_island_tutorial: number;
|
|
2303
2302
|
assets_name: string;
|
|
2304
|
-
direct_to_shop: number;
|
|
2305
2303
|
end_ts: string;
|
|
2306
|
-
hud_button:
|
|
2304
|
+
hud_button: The6_HudButton;
|
|
2307
2305
|
id: number;
|
|
2308
2306
|
min_level: number;
|
|
2309
2307
|
popup_type: string;
|
|
@@ -2311,24 +2309,11 @@ export interface The6 {
|
|
|
2311
2309
|
slides: The1_Slide[];
|
|
2312
2310
|
start_ts: string;
|
|
2313
2311
|
}
|
|
2314
|
-
export interface
|
|
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 {
|
|
2312
|
+
export interface The6_HudButton {
|
|
2328
2313
|
file: string;
|
|
2329
2314
|
title: string;
|
|
2330
2315
|
}
|
|
2331
|
-
export interface
|
|
2316
|
+
export interface The7 {
|
|
2332
2317
|
active_platforms: ValueClass;
|
|
2333
2318
|
allow_island_tutorial: number;
|
|
2334
2319
|
assets_name: string;
|
|
@@ -2353,7 +2338,6 @@ export interface Canva {
|
|
|
2353
2338
|
min_level?: number;
|
|
2354
2339
|
slides: CanvaSlide[];
|
|
2355
2340
|
show_on_startup?: number;
|
|
2356
|
-
priority?: string;
|
|
2357
2341
|
}
|
|
2358
2342
|
export interface CanvaSlide {
|
|
2359
2343
|
custom_title_localized_key?: string;
|