@blizzard-api/wow 0.0.5 → 0.0.7

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/index.d.cts CHANGED
@@ -157,135 +157,783 @@ interface ConnectedRealmResponse extends ResponseBase {
157
157
  }
158
158
 
159
159
  declare const wow: {
160
+ wowToken: () => {
161
+ path: string;
162
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
163
+ parameters?: Record<string, string | number> | undefined;
164
+ _responseType?: void | undefined;
165
+ };
166
+ toy: (toyId: number) => {
167
+ path: string;
168
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
169
+ parameters?: Record<string, string | number> | undefined;
170
+ _responseType?: void | undefined;
171
+ };
172
+ toyIndex: () => {
173
+ path: string;
174
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
175
+ parameters?: Record<string, string | number> | undefined;
176
+ _responseType?: void | undefined;
177
+ };
178
+ title: (titleId: number) => {
179
+ path: string;
180
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
181
+ parameters?: Record<string, string | number> | undefined;
182
+ _responseType?: void | undefined;
183
+ };
184
+ titleIndex: () => {
185
+ path: string;
186
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
187
+ parameters?: Record<string, string | number> | undefined;
188
+ _responseType?: void | undefined;
189
+ };
190
+ techTalent: (techTalentId: number) => {
191
+ path: string;
192
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
193
+ parameters?: Record<string, string | number> | undefined;
194
+ _responseType?: void | undefined;
195
+ };
196
+ techTalentIndex: () => {
197
+ path: string;
198
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
199
+ parameters?: Record<string, string | number> | undefined;
200
+ _responseType?: void | undefined;
201
+ };
202
+ techTalentMedia: (techTalentId: number) => {
203
+ path: string;
204
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
205
+ parameters?: Record<string, string | number> | undefined;
206
+ _responseType?: void | undefined;
207
+ };
208
+ techTalentTree: (techTalentTreeId: number) => {
209
+ path: string;
210
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
211
+ parameters?: Record<string, string | number> | undefined;
212
+ _responseType?: void | undefined;
213
+ };
214
+ techTalentTreeIndex: () => {
215
+ path: string;
216
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
217
+ parameters?: Record<string, string | number> | undefined;
218
+ _responseType?: void | undefined;
219
+ };
220
+ pvpTalent: (pvpTalentId: number) => {
221
+ path: string;
222
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
223
+ parameters?: Record<string, string | number> | undefined;
224
+ _responseType?: void | undefined;
225
+ };
226
+ pvpTalentIndex: () => {
227
+ path: string;
228
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
229
+ parameters?: Record<string, string | number> | undefined;
230
+ _responseType?: void | undefined;
231
+ };
232
+ talent: (talentId: number) => {
233
+ path: string;
234
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
235
+ parameters?: Record<string, string | number> | undefined;
236
+ _responseType?: void | undefined;
237
+ };
238
+ talentIndex: () => {
239
+ path: string;
240
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
241
+ parameters?: Record<string, string | number> | undefined;
242
+ _responseType?: void | undefined;
243
+ };
244
+ talentTree: (talentTreeId: number, specId: number) => {
245
+ path: string;
246
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
247
+ parameters?: Record<string, string | number> | undefined;
248
+ _responseType?: void | undefined;
249
+ };
250
+ talentTreeIndex: () => {
251
+ path: string;
252
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
253
+ parameters?: Record<string, string | number> | undefined;
254
+ _responseType?: void | undefined;
255
+ };
256
+ talentTreeNodes: (talentTreeId: number) => {
257
+ path: string;
258
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
259
+ parameters?: Record<string, string | number> | undefined;
260
+ _responseType?: void | undefined;
261
+ };
262
+ spell: (spellId: number) => {
263
+ path: string;
264
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
265
+ parameters?: Record<string, string | number> | undefined;
266
+ _responseType?: void | undefined;
267
+ };
268
+ spellMedia: (spellId: number) => {
269
+ path: string;
270
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
271
+ parameters?: Record<string, string | number> | undefined;
272
+ _responseType?: void | undefined;
273
+ };
274
+ reputationFaction: (reputationFactionId: number) => {
275
+ path: string;
276
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
277
+ parameters?: Record<string, string | number> | undefined;
278
+ _responseType?: void | undefined;
279
+ };
280
+ reputationFactionIndex: () => {
281
+ path: string;
282
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
283
+ parameters?: Record<string, string | number> | undefined;
284
+ _responseType?: void | undefined;
285
+ };
286
+ reputationTiers: (reputationTiersId: number) => {
287
+ path: string;
288
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
289
+ parameters?: Record<string, string | number> | undefined;
290
+ _responseType?: void | undefined;
291
+ };
292
+ reputationTiersIndex: () => {
293
+ path: string;
294
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
295
+ parameters?: Record<string, string | number> | undefined;
296
+ _responseType?: void | undefined;
297
+ };
298
+ region: (regionId: number) => {
299
+ path: string;
300
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
301
+ parameters?: Record<string, string | number> | undefined;
302
+ _responseType?: void | undefined;
303
+ };
304
+ regionIndex: () => {
305
+ path: string;
306
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
307
+ parameters?: Record<string, string | number> | undefined;
308
+ _responseType?: void | undefined;
309
+ };
310
+ realm: (realmSlug: string) => {
311
+ path: string;
312
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
313
+ parameters?: Record<string, string | number> | undefined;
314
+ _responseType?: void | undefined;
315
+ };
316
+ realmIndex: () => {
317
+ path: string;
318
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
319
+ parameters?: Record<string, string | number> | undefined;
320
+ _responseType?: void | undefined;
321
+ };
322
+ quest: (questId: number) => {
323
+ path: string;
324
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
325
+ parameters?: Record<string, string | number> | undefined;
326
+ _responseType?: void | undefined;
327
+ };
328
+ questIndex: () => {
329
+ path: string;
330
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
331
+ parameters?: Record<string, string | number> | undefined;
332
+ _responseType?: void | undefined;
333
+ };
334
+ questArea: (questAreaId: number) => {
335
+ path: string;
336
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
337
+ parameters?: Record<string, string | number> | undefined;
338
+ _responseType?: void | undefined;
339
+ };
340
+ questAreaIndex: () => {
341
+ path: string;
342
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
343
+ parameters?: Record<string, string | number> | undefined;
344
+ _responseType?: void | undefined;
345
+ };
346
+ questCategory: (questCategoryId: number) => {
347
+ path: string;
348
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
349
+ parameters?: Record<string, string | number> | undefined;
350
+ _responseType?: void | undefined;
351
+ };
352
+ questCategoryIndex: () => {
353
+ path: string;
354
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
355
+ parameters?: Record<string, string | number> | undefined;
356
+ _responseType?: void | undefined;
357
+ };
358
+ questType: (questTypeId: number) => {
359
+ path: string;
360
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
361
+ parameters?: Record<string, string | number> | undefined;
362
+ _responseType?: void | undefined;
363
+ };
364
+ questTypeIndex: () => {
365
+ path: string;
366
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
367
+ parameters?: Record<string, string | number> | undefined;
368
+ _responseType?: void | undefined;
369
+ };
370
+ pvpTier: (pvpTierId: number) => {
371
+ path: string;
372
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
373
+ parameters?: Record<string, string | number> | undefined;
374
+ _responseType?: void | undefined;
375
+ };
376
+ pvpTierIndex: () => {
377
+ path: string;
378
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
379
+ parameters?: Record<string, string | number> | undefined;
380
+ _responseType?: void | undefined;
381
+ };
382
+ pvpTierMedia: (pvpTierId: number) => {
383
+ path: string;
384
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
385
+ parameters?: Record<string, string | number> | undefined;
386
+ _responseType?: void | undefined;
387
+ };
388
+ pvpLeaderboard: (pvpSeasonId: number, bracket: string) => {
389
+ path: string;
390
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
391
+ parameters?: Record<string, string | number> | undefined;
392
+ _responseType?: void | undefined;
393
+ };
394
+ pvpLeaderboardIndex: (pvpSeasonId: number) => {
395
+ path: string;
396
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
397
+ parameters?: Record<string, string | number> | undefined;
398
+ _responseType?: void | undefined;
399
+ };
400
+ pvpRewardsIndex: (pvpSeasonId: number) => {
401
+ path: string;
402
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
403
+ parameters?: Record<string, string | number> | undefined;
404
+ _responseType?: void | undefined;
405
+ };
406
+ pvpSeason: (pvpSeasonId: number) => {
407
+ path: string;
408
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
409
+ parameters?: Record<string, string | number> | undefined;
410
+ _responseType?: void | undefined;
411
+ };
412
+ pvpSeasonIndex: () => {
413
+ path: string;
414
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
415
+ parameters?: Record<string, string | number> | undefined;
416
+ _responseType?: void | undefined;
417
+ };
418
+ profession: (professionId: number) => {
419
+ path: string;
420
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
421
+ parameters?: Record<string, string | number> | undefined;
422
+ _responseType?: void | undefined;
423
+ };
424
+ professionIndex: () => {
425
+ path: string;
426
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
427
+ parameters?: Record<string, string | number> | undefined;
428
+ _responseType?: void | undefined;
429
+ };
430
+ professionMedia: (professionId: number) => {
431
+ path: string;
432
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
433
+ parameters?: Record<string, string | number> | undefined;
434
+ _responseType?: void | undefined;
435
+ };
436
+ professionSkillTier: (professionId: number, skillTierId: number) => {
437
+ path: string;
438
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
439
+ parameters?: Record<string, string | number> | undefined;
440
+ _responseType?: void | undefined;
441
+ };
442
+ recipe: (recipeId: number) => {
443
+ path: string;
444
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
445
+ parameters?: Record<string, string | number> | undefined;
446
+ _responseType?: void | undefined;
447
+ };
448
+ recipeMedia: (recipeId: number) => {
449
+ path: string;
450
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
451
+ parameters?: Record<string, string | number> | undefined;
452
+ _responseType?: void | undefined;
453
+ };
454
+ powerType: (powerTypeId: number) => {
455
+ path: string;
456
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
457
+ parameters?: Record<string, string | number> | undefined;
458
+ _responseType?: void | undefined;
459
+ };
460
+ powerTypeIndex: () => {
461
+ path: string;
462
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
463
+ parameters?: Record<string, string | number> | undefined;
464
+ _responseType?: void | undefined;
465
+ };
466
+ playableSpecialization: (specializationId: number) => {
467
+ path: string;
468
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
469
+ parameters?: Record<string, string | number> | undefined;
470
+ _responseType?: void | undefined;
471
+ };
472
+ playableSpecializationIndex: () => {
473
+ path: string;
474
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
475
+ parameters?: Record<string, string | number> | undefined;
476
+ _responseType?: void | undefined;
477
+ };
478
+ playableSpecializationMedia: (specializationId: number) => {
479
+ path: string;
480
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
481
+ parameters?: Record<string, string | number> | undefined;
482
+ _responseType?: void | undefined;
483
+ };
484
+ playableRace: (playableRaceId: number) => {
485
+ path: string;
486
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
487
+ parameters?: Record<string, string | number> | undefined;
488
+ _responseType?: void | undefined;
489
+ };
490
+ playableRaceIndex: () => {
491
+ path: string;
492
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
493
+ parameters?: Record<string, string | number> | undefined;
494
+ _responseType?: void | undefined;
495
+ };
496
+ playableClass: (playableClassId: number) => {
497
+ path: string;
498
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
499
+ parameters?: Record<string, string | number> | undefined;
500
+ _responseType?: void | undefined;
501
+ };
502
+ playableClassIndex: () => {
503
+ path: string;
504
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
505
+ parameters?: Record<string, string | number> | undefined;
506
+ _responseType?: void | undefined;
507
+ };
508
+ playableClassMedia: (playableClassId: number) => {
509
+ path: string;
510
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
511
+ parameters?: Record<string, string | number> | undefined;
512
+ _responseType?: void | undefined;
513
+ };
514
+ pvpTalentSlots: (playableClassId: number) => {
515
+ path: string;
516
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
517
+ parameters?: Record<string, string | number> | undefined;
518
+ _responseType?: void | undefined;
519
+ };
520
+ pet: (petId: number) => {
521
+ path: string;
522
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
523
+ parameters?: Record<string, string | number> | undefined;
524
+ _responseType?: void | undefined;
525
+ };
526
+ petIndex: () => {
527
+ path: string;
528
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
529
+ parameters?: Record<string, string | number> | undefined;
530
+ _responseType?: void | undefined;
531
+ };
532
+ petMedia: (petId: number) => {
533
+ path: string;
534
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
535
+ parameters?: Record<string, string | number> | undefined;
536
+ _responseType?: void | undefined;
537
+ };
538
+ petAbility: (petAbilityId: number) => {
539
+ path: string;
540
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
541
+ parameters?: Record<string, string | number> | undefined;
542
+ _responseType?: void | undefined;
543
+ };
544
+ petAbilityIndex: () => {
545
+ path: string;
546
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
547
+ parameters?: Record<string, string | number> | undefined;
548
+ _responseType?: void | undefined;
549
+ };
550
+ petAbilityMedia: (petAbilityId: number) => {
551
+ path: string;
552
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
553
+ parameters?: Record<string, string | number> | undefined;
554
+ _responseType?: void | undefined;
555
+ };
556
+ mythicRaidLeaderboard: (raid: string, faction: "alliance" | "horde") => {
557
+ path: string;
558
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
559
+ parameters?: Record<string, string | number> | undefined;
560
+ _responseType?: void | undefined;
561
+ };
562
+ mythicKeystoneLeaderboard: (connectedRealmId: number, dungeonId: number, period: number) => {
563
+ path: string;
564
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
565
+ parameters?: Record<string, string | number> | undefined;
566
+ _responseType?: void | undefined;
567
+ };
568
+ mythicKeystoneLeaderboardIndex: (connectedRealmId: number) => {
569
+ path: string;
570
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
571
+ parameters?: Record<string, string | number> | undefined;
572
+ _responseType?: void | undefined;
573
+ };
574
+ mythicKeystoneDungeon: (mythicKeystoneDungeonId: number) => {
575
+ path: string;
576
+ namespace: string;
577
+ };
578
+ mythicKeystoneDungeonIndex: () => {
579
+ path: string;
580
+ namespace: string;
581
+ };
582
+ mythicKeystoneIndex: () => {
583
+ path: string;
584
+ namespace: string;
585
+ };
586
+ mythicKeystonePeriod: (mythicKeystonePeriodId: number) => {
587
+ path: string;
588
+ namespace: string;
589
+ };
590
+ mythicKeystonePeriodIndex: () => {
591
+ path: string;
592
+ namespace: string;
593
+ };
594
+ mythicKeystoneSeason: (mythicKeystoneSeasonId: number) => {
595
+ path: string;
596
+ namespace: string;
597
+ };
598
+ mythicKeystoneSeasonIndex: () => {
599
+ path: string;
600
+ namespace: string;
601
+ };
602
+ mythicKeystoneAffix: (mythicKeystoneAffixId: number) => {
603
+ path: string;
604
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
605
+ parameters?: Record<string, string | number> | undefined;
606
+ _responseType?: void | undefined;
607
+ };
608
+ mythicKeystoneAffixIndex: () => {
609
+ path: string;
610
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
611
+ parameters?: Record<string, string | number> | undefined;
612
+ _responseType?: void | undefined;
613
+ };
614
+ mythicKeystoneAffixMedia: (mythicKeystoneAffixId: number) => {
615
+ path: string;
616
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
617
+ parameters?: Record<string, string | number> | undefined;
618
+ _responseType?: void | undefined;
619
+ };
620
+ mount: (mountId: number) => {
621
+ path: string;
622
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
623
+ parameters?: Record<string, string | number> | undefined;
624
+ _responseType?: void | undefined;
625
+ };
626
+ mountIndex: () => {
627
+ path: string;
628
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
629
+ parameters?: Record<string, string | number> | undefined;
630
+ _responseType?: void | undefined;
631
+ };
632
+ modifiedCraftingCategory: (modifiedCraftingCategoryId: number) => {
633
+ path: string;
634
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
635
+ parameters?: Record<string, string | number> | undefined;
636
+ _responseType?: void | undefined;
637
+ };
638
+ modifiedCraftingCategoryIndex: () => {
639
+ path: string;
640
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
641
+ parameters?: Record<string, string | number> | undefined;
642
+ _responseType?: void | undefined;
643
+ };
644
+ modifiedCraftingIndex: () => {
645
+ path: string;
646
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
647
+ parameters?: Record<string, string | number> | undefined;
648
+ _responseType?: void | undefined;
649
+ };
650
+ modifiedCraftingReagentSlotType: (modifiedCraftingReagentSlotTypeId: number) => {
651
+ path: string;
652
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
653
+ parameters?: Record<string, string | number> | undefined;
654
+ _responseType?: void | undefined;
655
+ };
656
+ modifiedCraftingReagentSlotTypeIndex: () => {
657
+ path: string;
658
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
659
+ parameters?: Record<string, string | number> | undefined;
660
+ _responseType?: void | undefined;
661
+ };
662
+ mediaSearch: () => {
663
+ path: string;
664
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
665
+ parameters?: Record<string, string | number> | undefined;
666
+ _responseType?: void | undefined;
667
+ };
668
+ journalEncounter: (journalEncounterId: number) => {
669
+ path: string;
670
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
671
+ parameters?: Record<string, string | number> | undefined;
672
+ _responseType?: void | undefined;
673
+ };
674
+ journalEncounterIndex: () => {
675
+ path: string;
676
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
677
+ parameters?: Record<string, string | number> | undefined;
678
+ _responseType?: void | undefined;
679
+ };
680
+ journalExpansion: (journalExpansionId: number) => {
681
+ path: string;
682
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
683
+ parameters?: Record<string, string | number> | undefined;
684
+ _responseType?: void | undefined;
685
+ };
686
+ journalExpansionIndex: () => {
687
+ path: string;
688
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
689
+ parameters?: Record<string, string | number> | undefined;
690
+ _responseType?: void | undefined;
691
+ };
692
+ journalInstance: (journalInstanceId: number) => {
693
+ path: string;
694
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
695
+ parameters?: Record<string, string | number> | undefined;
696
+ _responseType?: void | undefined;
697
+ };
698
+ journalInstanceIndex: () => {
699
+ path: string;
700
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
701
+ parameters?: Record<string, string | number> | undefined;
702
+ _responseType?: void | undefined;
703
+ };
704
+ journalInstanceMedia: (journalInstanceId: number) => {
705
+ path: string;
706
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
707
+ parameters?: Record<string, string | number> | undefined;
708
+ _responseType?: void | undefined;
709
+ };
710
+ item: (itemId: number) => {
711
+ path: string;
712
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
713
+ parameters?: Record<string, string | number> | undefined;
714
+ _responseType?: void | undefined;
715
+ };
716
+ itemIndex: () => {
717
+ path: string;
718
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
719
+ parameters?: Record<string, string | number> | undefined;
720
+ _responseType?: void | undefined;
721
+ };
722
+ itemClass: (itemClassId: number) => {
723
+ path: string;
724
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
725
+ parameters?: Record<string, string | number> | undefined;
726
+ _responseType?: void | undefined;
727
+ };
728
+ itemClassIndex: () => {
729
+ path: string;
730
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
731
+ parameters?: Record<string, string | number> | undefined;
732
+ _responseType?: void | undefined;
733
+ };
734
+ itemMedia: (itemId: number) => {
735
+ path: string;
736
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
737
+ parameters?: Record<string, string | number> | undefined;
738
+ _responseType?: void | undefined;
739
+ };
740
+ itemSet: (itemSetId: number) => {
741
+ path: string;
742
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
743
+ parameters?: Record<string, string | number> | undefined;
744
+ _responseType?: void | undefined;
745
+ };
746
+ itemSetIndex: () => {
747
+ path: string;
748
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
749
+ parameters?: Record<string, string | number> | undefined;
750
+ _responseType?: void | undefined;
751
+ };
752
+ heirloom: (heirloomId: number) => {
753
+ path: string;
754
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
755
+ parameters?: Record<string, string | number> | undefined;
756
+ _responseType?: void | undefined;
757
+ };
758
+ heirloomIndex: () => {
759
+ path: string;
760
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
761
+ parameters?: Record<string, string | number> | undefined;
762
+ _responseType?: void | undefined;
763
+ };
764
+ guildCrestComponentsIndex: () => {
765
+ path: string;
766
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
767
+ parameters?: Record<string, string | number> | undefined;
768
+ _responseType?: void | undefined;
769
+ };
770
+ guildCrestBorder: (borderId: number) => {
771
+ path: string;
772
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
773
+ parameters?: Record<string, string | number> | undefined;
774
+ _responseType?: void | undefined;
775
+ };
776
+ guildCrestEmblem: (emblemId: number) => {
777
+ path: string;
778
+ namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
779
+ parameters?: Record<string, string | number> | undefined;
780
+ _responseType?: void | undefined;
781
+ };
160
782
  creature: (creatureId: number) => {
161
783
  path: string;
162
784
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
163
785
  parameters?: Record<string, string | number> | undefined;
786
+ _responseType?: void | undefined;
164
787
  };
165
788
  creatureDisplayMedia: (creatureDisplayId: number) => {
166
789
  path: string;
167
790
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
168
791
  parameters?: Record<string, string | number> | undefined;
792
+ _responseType?: void | undefined;
169
793
  };
170
794
  creatureFamily: (creatureFamilyId: number) => {
171
795
  path: string;
172
796
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
173
797
  parameters?: Record<string, string | number> | undefined;
798
+ _responseType?: void | undefined;
174
799
  };
175
800
  creatureFamilyIndex: () => {
176
801
  path: string;
177
802
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
178
803
  parameters?: Record<string, string | number> | undefined;
804
+ _responseType?: void | undefined;
179
805
  };
180
806
  creatureFamilyMedia: (creatureFamilyId: number) => {
181
807
  path: string;
182
808
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
183
809
  parameters?: Record<string, string | number> | undefined;
810
+ _responseType?: void | undefined;
184
811
  };
185
812
  creatureType: (creatureTypeId: number) => {
186
813
  path: string;
187
814
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
188
815
  parameters?: Record<string, string | number> | undefined;
816
+ _responseType?: void | undefined;
189
817
  };
190
818
  creatureTypeIndex: () => {
191
819
  path: string;
192
820
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
193
821
  parameters?: Record<string, string | number> | undefined;
822
+ _responseType?: void | undefined;
194
823
  };
195
824
  conduit: (conduitId: number) => {
196
825
  path: string;
197
826
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
198
827
  parameters?: Record<string, string | number> | undefined;
828
+ _responseType?: void | undefined;
199
829
  };
200
830
  conduitIndex: () => {
201
831
  path: string;
202
832
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
203
833
  parameters?: Record<string, string | number> | undefined;
834
+ _responseType?: void | undefined;
204
835
  };
205
836
  covenant: (covenantId: number) => {
206
837
  path: string;
207
838
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
208
839
  parameters?: Record<string, string | number> | undefined;
840
+ _responseType?: void | undefined;
209
841
  };
210
842
  covenantIndex: () => {
211
843
  path: string;
212
844
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
213
845
  parameters?: Record<string, string | number> | undefined;
846
+ _responseType?: void | undefined;
214
847
  };
215
848
  covenantMedia: (covenantId: number) => {
216
849
  path: string;
217
850
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
218
851
  parameters?: Record<string, string | number> | undefined;
852
+ _responseType?: void | undefined;
219
853
  };
220
854
  soulbind: (soulbindId: number) => {
221
855
  path: string;
222
856
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
223
857
  parameters?: Record<string, string | number> | undefined;
858
+ _responseType?: void | undefined;
224
859
  };
225
860
  soulbindIndex: () => {
226
861
  path: string;
227
862
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
228
863
  parameters?: Record<string, string | number> | undefined;
864
+ _responseType?: void | undefined;
229
865
  };
230
866
  connectedRealmIndex: () => {
231
867
  path: string;
232
868
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
233
869
  parameters?: Record<string, string | number> | undefined;
870
+ _responseType?: ConnectedRealmIndexResponse | undefined;
234
871
  };
235
872
  connectedRealm: (connectedRealmId: number) => {
236
873
  path: string;
237
874
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
238
875
  parameters?: Record<string, string | number> | undefined;
876
+ _responseType?: ConnectedRealmResponse | undefined;
239
877
  };
240
878
  azeriteEssence: (azeriteEssenceId: number) => {
241
879
  path: string;
242
880
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
243
881
  parameters?: Record<string, string | number> | undefined;
882
+ _responseType?: void | undefined;
244
883
  };
245
884
  azeriteEssenceIndex: () => {
246
885
  path: string;
247
886
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
248
887
  parameters?: Record<string, string | number> | undefined;
888
+ _responseType?: void | undefined;
249
889
  };
250
890
  azeriteEssenceMedia: (azeriteEssenceId: number) => {
251
891
  path: string;
252
892
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
253
893
  parameters?: Record<string, string | number> | undefined;
894
+ _responseType?: void | undefined;
254
895
  };
255
896
  auctions: (connectedRealmId: number) => {
256
897
  path: string;
257
898
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
258
899
  parameters?: Record<string, string | number> | undefined;
900
+ _responseType?: AuctionHouseResponse | undefined;
259
901
  };
260
902
  commodities: () => {
261
903
  path: string;
262
904
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
263
905
  parameters?: Record<string, string | number> | undefined;
906
+ _responseType?: AuctionHouseCommoditiesResponse | undefined;
264
907
  };
265
908
  achievementCategory: (achievementCategoryId: number) => {
266
909
  path: string;
267
910
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
268
911
  parameters?: Record<string, string | number> | undefined;
912
+ _responseType?: AchievementCategoryResponse | undefined;
269
913
  };
270
914
  achievementCategoryIndex: () => {
271
915
  path: string;
272
916
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
273
917
  parameters?: Record<string, string | number> | undefined;
918
+ _responseType?: AchievementCategoryIndexResponse | undefined;
274
919
  };
275
920
  achievement: (achievementId: number) => {
276
921
  path: string;
277
922
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
278
923
  parameters?: Record<string, string | number> | undefined;
924
+ _responseType?: AchievementResponse | undefined;
279
925
  };
280
926
  achievementIndex: () => {
281
927
  path: string;
282
928
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
283
929
  parameters?: Record<string, string | number> | undefined;
930
+ _responseType?: AchievementIndexResponse | undefined;
284
931
  };
285
932
  achievementMedia: (achievementId: number) => {
286
933
  path: string;
287
934
  namespace?: _blizzard_api_core.BlizzardNamespaces | undefined;
288
935
  parameters?: Record<string, string | number> | undefined;
936
+ _responseType?: AchievementMediaResponse | undefined;
289
937
  };
290
938
  };
291
939