@dchighs/dc-config 0.1.5 → 0.1.6

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.
@@ -2169,25 +2169,22 @@ export interface MazeIslandReward {
2169
2169
  export interface News {
2170
2170
  "0": The0;
2171
2171
  "1": The1;
2172
- "2": The12;
2173
- "3": The12;
2174
- "4": The1;
2175
- "5": The5;
2176
- "6": The12;
2177
- "7": The12;
2178
- "8": The1;
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;
2172
+ "2": The10;
2173
+ "3": The1;
2174
+ "4": The10;
2175
+ "5": The10;
2176
+ "6": The10;
2177
+ "7": The1;
2178
+ "8": The8;
2179
+ "9": The1;
2180
+ "10": The10;
2181
+ "11": The1;
2182
+ "12": The1;
2183
+ "13": The13;
2184
+ "14": The14;
2185
+ "15": The1;
2186
+ "16": The10;
2187
+ "17": The10;
2191
2188
  canvas: Canva[];
2192
2189
  }
2193
2190
  export interface The0 {
@@ -2218,7 +2215,6 @@ export interface The0_Slide {
2218
2215
  times_to_show?: number;
2219
2216
  content_localized_key?: string;
2220
2217
  header_localized_key?: string;
2221
- link_item_id?: number;
2222
2218
  }
2223
2219
  export interface The1 {
2224
2220
  active_platforms: ValueClass;
@@ -2242,19 +2238,19 @@ export interface The1_Slide {
2242
2238
  custom_title_localized_key: string;
2243
2239
  header_localized_key: string;
2244
2240
  image_url: string;
2245
- multiple_buttons?: MultipleButton[];
2241
+ multiple_buttons?: PurpleMultipleButton[];
2246
2242
  times_to_show: number;
2247
2243
  type: SlideType;
2248
2244
  forceClose?: boolean;
2249
2245
  }
2250
- export interface MultipleButton {
2246
+ export interface PurpleMultipleButton {
2251
2247
  animation: AnimationNameEnum;
2252
2248
  animationPlace: AnimationPlace;
2253
2249
  forceClose: boolean;
2254
2250
  glint: boolean;
2255
2251
  key: Key;
2256
2252
  link: string;
2257
- linkItemId?: number | string;
2253
+ linkItemId?: number;
2258
2254
  normalizedPosition: NormalizedPosition;
2259
2255
  size: Size;
2260
2256
  spineAsset: SpineAsset;
@@ -2286,45 +2282,21 @@ export declare enum Style {
2286
2282
  export declare enum SlideType {
2287
2283
  FullImage = "FullImage"
2288
2284
  }
2289
- export interface The11 {
2285
+ export interface The10 {
2290
2286
  active_platforms: ValueClass;
2291
2287
  allow_island_tutorial: number;
2292
2288
  assets_name: string;
2293
2289
  direct_to_shop: number;
2294
2290
  end_ts: string;
2295
- filter_category: null;
2296
- hud_button: The11_HudButton;
2297
2291
  id: number;
2298
- label_text_tid: null;
2299
- label_title_tid: null;
2300
2292
  min_level: number;
2301
2293
  popup_frequency: string;
2302
2294
  popup_type: string;
2303
- priority: null;
2304
2295
  show_on_startup: number;
2305
2296
  slides: The1_Slide[];
2306
2297
  start_ts: string;
2307
2298
  }
2308
- export interface The11_HudButton {
2309
- file: string;
2310
- title: string;
2311
- viral_icon_tier: number;
2312
- }
2313
- export interface The12 {
2314
- active_platforms: ValueClass;
2315
- allow_island_tutorial: number;
2316
- assets_name: string;
2317
- direct_to_shop: number;
2318
- end_ts: string;
2319
- id: number;
2320
- min_level: number;
2321
- popup_frequency: string;
2322
- popup_type: string;
2323
- show_on_startup: number;
2324
- slides: The1_Slide[];
2325
- start_ts: string;
2326
- }
2327
- export interface The15 {
2299
+ export interface The13 {
2328
2300
  active_platforms: ValueClass;
2329
2301
  allow_island_tutorial: number;
2330
2302
  assets_name: string;
@@ -2339,31 +2311,51 @@ export interface The15 {
2339
2311
  slides: The0_Slide[];
2340
2312
  start_ts: string;
2341
2313
  }
2342
- export interface The17 {
2314
+ export interface The14 {
2343
2315
  active_platforms: ValueClass;
2344
2316
  allow_island_tutorial: number;
2345
2317
  assets_name: string;
2346
2318
  direct_to_shop: number;
2347
2319
  end_ts: string;
2348
- filter_category: null;
2349
2320
  id: number;
2350
- label_text_tid: null;
2351
- label_title_tid: null;
2352
2321
  min_level: number;
2322
+ popup_frequency: string;
2353
2323
  popup_type: string;
2354
- priority: null;
2355
2324
  show_on_startup: number;
2356
- slides: The1_Slide[];
2325
+ slides: The14_Slide[];
2357
2326
  start_ts: string;
2358
2327
  }
2359
- export interface The5 {
2328
+ export interface The14_Slide {
2329
+ content_localized_key: string;
2330
+ custom_title_localized_key: string;
2331
+ forceClose: boolean;
2332
+ header_localized_key: string;
2333
+ image_url: string;
2334
+ multiple_buttons: FluffyMultipleButton[];
2335
+ times_to_show: number;
2336
+ type: SlideType;
2337
+ }
2338
+ export interface FluffyMultipleButton {
2339
+ animation: AnimationNameEnum;
2340
+ animationPlace: AnimationPlace;
2341
+ forceClose: boolean;
2342
+ glint: boolean;
2343
+ key: Key;
2344
+ link: string;
2345
+ linkItemId?: number | string;
2346
+ normalizedPosition: NormalizedPosition;
2347
+ size: Size;
2348
+ spineAsset: SpineAsset;
2349
+ style: Style;
2350
+ }
2351
+ export interface The8 {
2360
2352
  active_platforms: ValueClass;
2361
2353
  allow_island_tutorial: number;
2362
2354
  assets_name: string;
2363
2355
  direct_to_shop: number;
2364
2356
  end_ts: string;
2365
2357
  filter_category: null;
2366
- hud_button: The11_HudButton;
2358
+ hud_button: The8_HudButton;
2367
2359
  id: number;
2368
2360
  label_text_tid: null;
2369
2361
  label_title_tid: null;
@@ -2372,9 +2364,14 @@ export interface The5 {
2372
2364
  popup_type: string;
2373
2365
  priority: null;
2374
2366
  show_on_startup: number;
2375
- slides: The0_Slide[];
2367
+ slides: The1_Slide[];
2376
2368
  start_ts: string;
2377
2369
  }
2370
+ export interface The8_HudButton {
2371
+ file: string;
2372
+ title: string;
2373
+ viral_icon_tier: number;
2374
+ }
2378
2375
  export interface Canva {
2379
2376
  id: number;
2380
2377
  assets_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",