@dchighs/dc-config 0.1.24 → 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.
@@ -2159,13 +2159,14 @@ export interface News {
2159
2159
  "0": The0;
2160
2160
  "1": The1;
2161
2161
  "2": The2;
2162
- "3": The0;
2162
+ "3": The3;
2163
2163
  "4": The0;
2164
- "5": The5;
2164
+ "5": The0;
2165
2165
  "6": The6;
2166
- "7": The0;
2166
+ "7": The7;
2167
2167
  "8": The0;
2168
- "9": The1;
2168
+ "9": The0;
2169
+ "10": The1;
2169
2170
  canvas: Canva[];
2170
2171
  }
2171
2172
  export interface The0 {
@@ -2249,6 +2250,7 @@ export interface The1_Slide {
2249
2250
  link_button_key: string;
2250
2251
  slide_type: string;
2251
2252
  slide_type_2: string;
2253
+ link_item_id?: number;
2252
2254
  timer?: string;
2253
2255
  times_to_show?: number;
2254
2256
  }
@@ -2275,12 +2277,31 @@ export interface The2_HudButton {
2275
2277
  title: string;
2276
2278
  viral_icon_tier: number;
2277
2279
  }
2278
- export interface The5 {
2280
+ export interface The3 {
2281
+ active_platforms: ValueClass;
2282
+ allow_island_tutorial: number;
2283
+ assets_name: string;
2284
+ direct_to_shop: number;
2285
+ end_ts: string;
2286
+ filter_category: null;
2287
+ hud_button: The2_HudButton;
2288
+ id: number;
2289
+ label_text_tid: null;
2290
+ label_title_tid: null;
2291
+ min_level: number;
2292
+ popup_frequency: string;
2293
+ popup_type: string;
2294
+ priority: null;
2295
+ show_on_startup: number;
2296
+ slides: The1_Slide[];
2297
+ start_ts: string;
2298
+ }
2299
+ export interface The6 {
2279
2300
  active_platforms: ValueClass;
2280
2301
  allow_island_tutorial: number;
2281
2302
  assets_name: string;
2282
2303
  end_ts: string;
2283
- hud_button: The5_HudButton;
2304
+ hud_button: The6_HudButton;
2284
2305
  id: number;
2285
2306
  min_level: number;
2286
2307
  popup_type: string;
@@ -2288,11 +2309,11 @@ export interface The5 {
2288
2309
  slides: The1_Slide[];
2289
2310
  start_ts: string;
2290
2311
  }
2291
- export interface The5_HudButton {
2312
+ export interface The6_HudButton {
2292
2313
  file: string;
2293
2314
  title: string;
2294
2315
  }
2295
- export interface The6 {
2316
+ export interface The7 {
2296
2317
  active_platforms: ValueClass;
2297
2318
  allow_island_tutorial: number;
2298
2319
  assets_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",