@blizzard-api/wow 1.1.1 → 1.1.3

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.cjs CHANGED
@@ -1,168 +1,6 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
1
+ 'use strict';
19
2
 
20
- // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
23
- achievement: () => achievement,
24
- achievementCategory: () => achievementCategory,
25
- achievementCategoryIndex: () => achievementCategoryIndex,
26
- achievementIndex: () => achievementIndex,
27
- achievementMedia: () => achievementMedia,
28
- auctions: () => auctions,
29
- azeriteEssence: () => azeriteEssence,
30
- azeriteEssenceIndex: () => azeriteEssenceIndex,
31
- azeriteEssenceMedia: () => azeriteEssenceMedia,
32
- azeriteEssenceSearch: () => azeriteEssenceSearch,
33
- commodities: () => commodities,
34
- conduit: () => conduit,
35
- conduitIndex: () => conduitIndex,
36
- connectedRealm: () => connectedRealm,
37
- connectedRealmIndex: () => connectedRealmIndex,
38
- connectedRealmSearch: () => connectedRealmSearch,
39
- covenant: () => covenant,
40
- covenantIndex: () => covenantIndex,
41
- covenantMedia: () => covenantMedia,
42
- creature: () => creature,
43
- creatureDisplayMedia: () => creatureDisplayMedia,
44
- creatureFamily: () => creatureFamily,
45
- creatureFamilyIndex: () => creatureFamilyIndex,
46
- creatureFamilyMedia: () => creatureFamilyMedia,
47
- creatureSearch: () => creatureSearch,
48
- creatureType: () => creatureType,
49
- creatureTypeIndex: () => creatureTypeIndex,
50
- guildCrestBorder: () => guildCrestBorder,
51
- guildCrestComponentsIndex: () => guildCrestComponentsIndex,
52
- guildCrestEmblem: () => guildCrestEmblem,
53
- heirloom: () => heirloom,
54
- heirloomIndex: () => heirloomIndex,
55
- item: () => item,
56
- itemClass: () => itemClass,
57
- itemClassIndex: () => itemClassIndex,
58
- itemMedia: () => itemMedia,
59
- itemSearch: () => itemSearch,
60
- itemSet: () => itemSet,
61
- itemSetIndex: () => itemSetIndex,
62
- itemSubClass: () => itemSubClass,
63
- journalEncounter: () => journalEncounter,
64
- journalEncounterIndex: () => journalEncounterIndex,
65
- journalEncounterSearch: () => journalEncounterSearch,
66
- journalExpansion: () => journalExpansion,
67
- journalExpansionIndex: () => journalExpansionIndex,
68
- journalInstance: () => journalInstance,
69
- journalInstanceIndex: () => journalInstanceIndex,
70
- journalInstanceMedia: () => journalInstanceMedia,
71
- mediaSearch: () => mediaSearch,
72
- modifiedCraftingCategory: () => modifiedCraftingCategory,
73
- modifiedCraftingCategoryIndex: () => modifiedCraftingCategoryIndex,
74
- modifiedCraftingIndex: () => modifiedCraftingIndex,
75
- modifiedCraftingReagentSlotType: () => modifiedCraftingReagentSlotType,
76
- modifiedCraftingReagentSlotTypeIndex: () => modifiedCraftingReagentSlotTypeIndex,
77
- mount: () => mount,
78
- mountIndex: () => mountIndex,
79
- mountSearch: () => mountSearch,
80
- mythicKeystoneAffix: () => mythicKeystoneAffix,
81
- mythicKeystoneAffixIndex: () => mythicKeystoneAffixIndex,
82
- mythicKeystoneAffixMedia: () => mythicKeystoneAffixMedia,
83
- mythicKeystoneDungeon: () => mythicKeystoneDungeon,
84
- mythicKeystoneDungeonIndex: () => mythicKeystoneDungeonIndex,
85
- mythicKeystoneIndex: () => mythicKeystoneIndex,
86
- mythicKeystoneLeaderboard: () => mythicKeystoneLeaderboard,
87
- mythicKeystoneLeaderboardIndex: () => mythicKeystoneLeaderboardIndex,
88
- mythicKeystonePeriod: () => mythicKeystonePeriod,
89
- mythicKeystonePeriodIndex: () => mythicKeystonePeriodIndex,
90
- mythicKeystoneSeason: () => mythicKeystoneSeason,
91
- mythicKeystoneSeasonIndex: () => mythicKeystoneSeasonIndex,
92
- mythicRaidLeaderboard: () => mythicRaidLeaderboard,
93
- pet: () => pet,
94
- petAbility: () => petAbility,
95
- petAbilityIndex: () => petAbilityIndex,
96
- petAbilityMedia: () => petAbilityMedia,
97
- petIndex: () => petIndex,
98
- petMedia: () => petMedia,
99
- playableClass: () => playableClass,
100
- playableClassIndex: () => playableClassIndex,
101
- playableClassMedia: () => playableClassMedia,
102
- playableRace: () => playableRace,
103
- playableRaceIndex: () => playableRaceIndex,
104
- playableSpecialization: () => playableSpecialization,
105
- playableSpecializationIndex: () => playableSpecializationIndex,
106
- playableSpecializationMedia: () => playableSpecializationMedia,
107
- powerType: () => powerType,
108
- powerTypeIndex: () => powerTypeIndex,
109
- profession: () => profession,
110
- professionIndex: () => professionIndex,
111
- professionMedia: () => professionMedia,
112
- professionSkillTier: () => professionSkillTier,
113
- pvpLeaderboard: () => pvpLeaderboard,
114
- pvpLeaderboardIndex: () => pvpLeaderboardIndex,
115
- pvpRewardsIndex: () => pvpRewardsIndex,
116
- pvpSeason: () => pvpSeason,
117
- pvpSeasonIndex: () => pvpSeasonIndex,
118
- pvpTalent: () => pvpTalent,
119
- pvpTalentIndex: () => pvpTalentIndex,
120
- pvpTalentSlots: () => pvpTalentSlots,
121
- pvpTier: () => pvpTier,
122
- pvpTierIndex: () => pvpTierIndex,
123
- pvpTierMedia: () => pvpTierMedia,
124
- quest: () => quest,
125
- questArea: () => questArea,
126
- questAreaIndex: () => questAreaIndex,
127
- questCategory: () => questCategory,
128
- questCategoryIndex: () => questCategoryIndex,
129
- questIndex: () => questIndex,
130
- questType: () => questType,
131
- questTypeIndex: () => questTypeIndex,
132
- realm: () => realm,
133
- realmIndex: () => realmIndex,
134
- realmSearch: () => realmSearch,
135
- recipe: () => recipe,
136
- recipeMedia: () => recipeMedia,
137
- region: () => region,
138
- regionIndex: () => regionIndex,
139
- reputationFaction: () => reputationFaction,
140
- reputationFactionIndex: () => reputationFactionIndex,
141
- reputationTiers: () => reputationTiers,
142
- reputationTiersIndex: () => reputationTiersIndex,
143
- soulbind: () => soulbind,
144
- soulbindIndex: () => soulbindIndex,
145
- spell: () => spell,
146
- spellMedia: () => spellMedia,
147
- spellSearch: () => spellSearch,
148
- talent: () => talent,
149
- talentIndex: () => talentIndex,
150
- talentTree: () => talentTree,
151
- talentTreeIndex: () => talentTreeIndex,
152
- talentTreeNodes: () => talentTreeNodes,
153
- techTalent: () => techTalent,
154
- techTalentIndex: () => techTalentIndex,
155
- techTalentMedia: () => techTalentMedia,
156
- techTalentTree: () => techTalentTree,
157
- techTalentTreeIndex: () => techTalentTreeIndex,
158
- title: () => title,
159
- titleIndex: () => titleIndex,
160
- toy: () => toy,
161
- toyIndex: () => toyIndex,
162
- wow: () => wow,
163
- wowToken: () => wowToken
164
- });
165
- module.exports = __toCommonJS(src_exports);
3
+ Object.defineProperty(exports, '__esModule', { value: true });
166
4
 
167
5
  // src/base.ts
168
6
  var base = "/data/wow";
@@ -174,85 +12,85 @@ var achievementBase = `${base}/achievement`;
174
12
  var achievementCategoryBase = `${base}/achievement-category`;
175
13
  function achievementCategory(achievementCategoryId) {
176
14
  return {
177
- path: `${achievementCategoryBase}/${achievementCategoryId}`,
178
- namespace: "static"
15
+ namespace: "static",
16
+ path: `${achievementCategoryBase}/${achievementCategoryId}`
179
17
  };
180
18
  }
181
19
  function achievementCategoryIndex() {
182
20
  return {
183
- path: `${achievementCategoryBase}/index`,
184
- namespace: "static"
21
+ namespace: "static",
22
+ path: `${achievementCategoryBase}/index`
185
23
  };
186
24
  }
187
25
  function achievement(achievementId) {
188
26
  return {
189
- path: `${achievementBase}/${achievementId}`,
190
- namespace: "static"
27
+ namespace: "static",
28
+ path: `${achievementBase}/${achievementId}`
191
29
  };
192
30
  }
193
31
  function achievementIndex() {
194
32
  return {
195
- path: `${achievementBase}/index`,
196
- namespace: "static"
33
+ namespace: "static",
34
+ path: `${achievementBase}/index`
197
35
  };
198
36
  }
199
37
  function achievementMedia(achievementId) {
200
- return { path: `${mediaBase}/achievement/${achievementId}`, namespace: "static" };
38
+ return { namespace: "static", path: `${mediaBase}/achievement/${achievementId}` };
201
39
  }
202
40
 
203
41
  // src/auction-house/auction-house.ts
204
42
  function auctions(connectedRealmId) {
205
43
  return {
206
- path: `${base}/connected-realm/${connectedRealmId}/auctions`,
207
- namespace: "dynamic"
44
+ namespace: "dynamic",
45
+ path: `${base}/connected-realm/${connectedRealmId}/auctions`
208
46
  };
209
47
  }
210
48
  function commodities() {
211
49
  return {
212
- path: `${base}/auctions/commodities`,
213
- namespace: "dynamic"
50
+ namespace: "dynamic",
51
+ path: `${base}/auctions/commodities`
214
52
  };
215
53
  }
216
54
 
217
55
  // src/azerite-essence/azerite-essence.ts
218
56
  function azeriteEssence(azeriteEssenceId) {
219
57
  return {
220
- path: `${base}/azerite-essence/${azeriteEssenceId}`,
221
- namespace: "static"
58
+ namespace: "static",
59
+ path: `${base}/azerite-essence/${azeriteEssenceId}`
222
60
  };
223
61
  }
224
62
  function azeriteEssenceIndex() {
225
63
  return {
226
- path: `${base}/azerite-essence/index`,
227
- namespace: "static"
64
+ namespace: "static",
65
+ path: `${base}/azerite-essence/index`
228
66
  };
229
67
  }
230
68
  function azeriteEssenceMedia(azeriteEssenceId) {
231
- return { path: `${mediaBase}/azerite-essence/${azeriteEssenceId}`, namespace: "static" };
69
+ return { namespace: "static", path: `${mediaBase}/azerite-essence/${azeriteEssenceId}` };
232
70
  }
233
71
  function azeriteEssenceSearch(options) {
234
72
  return {
235
- path: `${searchBase}/azerite-essence`,
236
73
  namespace: "static",
237
74
  parameters: {
238
75
  _page: options._page,
239
76
  "allowed_specializations.id": options["allowed_specializations.id"],
240
77
  orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
241
- }
78
+ },
79
+ path: `${searchBase}/azerite-essence`
242
80
  };
243
81
  }
244
82
 
245
83
  // src/connected-realm/connected-realm.ts
246
84
  function connectedRealmIndex() {
247
85
  return {
248
- path: `${base}/connected-realm/index`,
249
- namespace: "dynamic"
86
+ namespace: "dynamic",
87
+ path: `${base}/connected-realm/index`
250
88
  };
251
89
  }
252
90
  function connectedRealm(connectedRealmId) {
253
91
  return {
254
- path: `${base}/connected-realm/${connectedRealmId}`,
255
- namespace: "dynamic"
92
+ namespace: "dynamic",
93
+ path: `${base}/connected-realm/${connectedRealmId}`
256
94
  };
257
95
  }
258
96
  function connectedRealmSearch(options) {
@@ -261,8 +99,8 @@ function connectedRealmSearch(options) {
261
99
  parameters: {
262
100
  _page: options._page,
263
101
  orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
264
- "status.type": options["status.type"],
265
- "realms.timezone": options["realms.timezone"]
102
+ "realms.timezone": options["realms.timezone"],
103
+ "status.type": options["status.type"]
266
104
  },
267
105
  path: `${base}/search/connected-realm`
268
106
  };
@@ -271,88 +109,88 @@ function connectedRealmSearch(options) {
271
109
  // src/covenant/covenant.ts
272
110
  function conduit(conduitId) {
273
111
  return {
274
- path: `${base}/covenant/conduit/${conduitId}`,
275
- namespace: "static"
112
+ namespace: "static",
113
+ path: `${base}/covenant/conduit/${conduitId}`
276
114
  };
277
115
  }
278
116
  function conduitIndex() {
279
117
  return {
280
- path: `${base}/covenant/conduit/index`,
281
- namespace: "static"
118
+ namespace: "static",
119
+ path: `${base}/covenant/conduit/index`
282
120
  };
283
121
  }
284
122
  function covenant(covenantId) {
285
123
  return {
286
- path: `${base}/covenant/${covenantId}`,
287
- namespace: "static"
124
+ namespace: "static",
125
+ path: `${base}/covenant/${covenantId}`
288
126
  };
289
127
  }
290
128
  function covenantIndex() {
291
129
  return {
292
- path: `${base}/covenant/index`,
293
- namespace: "static"
130
+ namespace: "static",
131
+ path: `${base}/covenant/index`
294
132
  };
295
133
  }
296
134
  function covenantMedia(covenantId) {
297
135
  return {
298
- path: `${mediaBase}/covenant/${covenantId}`,
299
- namespace: "static"
136
+ namespace: "static",
137
+ path: `${mediaBase}/covenant/${covenantId}`
300
138
  };
301
139
  }
302
140
  function soulbind(soulbindId) {
303
141
  return {
304
- path: `${base}/covenant/soulbind/${soulbindId}`,
305
- namespace: "static"
142
+ namespace: "static",
143
+ path: `${base}/covenant/soulbind/${soulbindId}`
306
144
  };
307
145
  }
308
146
  function soulbindIndex() {
309
147
  return {
310
- path: `${base}/covenant/soulbind/index`,
311
- namespace: "static"
148
+ namespace: "static",
149
+ path: `${base}/covenant/soulbind/index`
312
150
  };
313
151
  }
314
152
 
315
153
  // src/creature/creature.ts
316
154
  function creature(creatureId) {
317
155
  return {
318
- path: `${base}/creature/${creatureId}`,
319
- namespace: "static"
156
+ namespace: "static",
157
+ path: `${base}/creature/${creatureId}`
320
158
  };
321
159
  }
322
160
  function creatureDisplayMedia(creatureDisplayId) {
323
161
  return {
324
- path: `${mediaBase}/creature-display/${creatureDisplayId}`,
325
- namespace: "static"
162
+ namespace: "static",
163
+ path: `${mediaBase}/creature-display/${creatureDisplayId}`
326
164
  };
327
165
  }
328
166
  function creatureFamily(creatureFamilyId) {
329
167
  return {
330
- path: `${base}/creature-family/${creatureFamilyId}`,
331
- namespace: "static"
168
+ namespace: "static",
169
+ path: `${base}/creature-family/${creatureFamilyId}`
332
170
  };
333
171
  }
334
172
  function creatureFamilyIndex() {
335
173
  return {
336
- path: `${base}/creature-family/index`,
337
- namespace: "static"
174
+ namespace: "static",
175
+ path: `${base}/creature-family/index`
338
176
  };
339
177
  }
340
178
  function creatureFamilyMedia(creatureFamilyId) {
341
179
  return {
342
- path: `${mediaBase}/creature-family/${creatureFamilyId}`,
343
- namespace: "static"
180
+ namespace: "static",
181
+ path: `${mediaBase}/creature-family/${creatureFamilyId}`
344
182
  };
345
183
  }
346
184
  function creatureType(creatureTypeId) {
347
185
  return {
348
- path: `${base}/creature-type/${creatureTypeId}`,
349
- namespace: "static"
186
+ namespace: "static",
187
+ path: `${base}/creature-type/${creatureTypeId}`
350
188
  };
351
189
  }
352
190
  function creatureTypeIndex() {
353
191
  return {
354
- path: `${base}/creature-type/index`,
355
- namespace: "static"
192
+ namespace: "static",
193
+ path: `${base}/creature-type/index`
356
194
  };
357
195
  }
358
196
  function creatureSearch(options) {
@@ -360,8 +198,8 @@ function creatureSearch(options) {
360
198
  namespace: "static",
361
199
  parameters: {
362
200
  _page: options._page,
363
- orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
364
- [`name.${options.locale}`]: options.name
201
+ [`name.${options.locale}`]: options.name,
202
+ orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
365
203
  },
366
204
  path: `${searchBase}/creature`
367
205
  };
@@ -370,78 +208,78 @@ function creatureSearch(options) {
370
208
  // src/guild-crest/guild-crest.ts
371
209
  function guildCrestComponentsIndex() {
372
210
  return {
373
- path: `${base}/guild-crest/index`,
374
- namespace: "static"
211
+ namespace: "static",
212
+ path: `${base}/guild-crest/index`
375
213
  };
376
214
  }
377
215
  function guildCrestBorder(borderId) {
378
216
  return {
379
- path: `${mediaBase}/guild-crest/border/${borderId}`,
380
- namespace: "static"
217
+ namespace: "static",
218
+ path: `${mediaBase}/guild-crest/border/${borderId}`
381
219
  };
382
220
  }
383
221
  function guildCrestEmblem(emblemId) {
384
222
  return {
385
- path: `${mediaBase}/guild-crest/emblem/${emblemId}`,
386
- namespace: "static"
223
+ namespace: "static",
224
+ path: `${mediaBase}/guild-crest/emblem/${emblemId}`
387
225
  };
388
226
  }
389
227
 
390
228
  // src/heirloom/heirloom.ts
391
229
  function heirloom(heirloomId) {
392
230
  return {
393
- path: `${base}/heirloom/${heirloomId}`,
394
- namespace: "static"
231
+ namespace: "static",
232
+ path: `${base}/heirloom/${heirloomId}`
395
233
  };
396
234
  }
397
235
  function heirloomIndex() {
398
236
  return {
399
- path: `${base}/heirloom/index`,
400
- namespace: "static"
237
+ namespace: "static",
238
+ path: `${base}/heirloom/index`
401
239
  };
402
240
  }
403
241
 
404
242
  // src/item/item.ts
405
243
  function item(itemId) {
406
244
  return {
407
- path: `${base}/item/${itemId}`,
408
- namespace: "static"
245
+ namespace: "static",
246
+ path: `${base}/item/${itemId}`
409
247
  };
410
248
  }
411
249
  function itemClass(itemClassId) {
412
250
  return {
413
- path: `${base}/item-class/${itemClassId}`,
414
- namespace: "static"
251
+ namespace: "static",
252
+ path: `${base}/item-class/${itemClassId}`
415
253
  };
416
254
  }
417
255
  function itemSubClass(itemClassId, itemSubclassId) {
418
256
  return {
419
- path: `${base}/item-class/${itemClassId}/item-subclass/${itemSubclassId}`,
420
- namespace: "static"
257
+ namespace: "static",
258
+ path: `${base}/item-class/${itemClassId}/item-subclass/${itemSubclassId}`
421
259
  };
422
260
  }
423
261
  function itemClassIndex() {
424
262
  return {
425
- path: `${base}/item-class/index`,
426
- namespace: "static"
263
+ namespace: "static",
264
+ path: `${base}/item-class/index`
427
265
  };
428
266
  }
429
267
  function itemMedia(itemId) {
430
268
  return {
431
- path: `${mediaBase}/item/${itemId}`,
432
- namespace: "static"
269
+ namespace: "static",
270
+ path: `${mediaBase}/item/${itemId}`
433
271
  };
434
272
  }
435
273
  function itemSet(itemSetId) {
436
274
  return {
437
- path: `${base}/item-set/${itemSetId}`,
438
- namespace: "static"
275
+ namespace: "static",
276
+ path: `${base}/item-set/${itemSetId}`
439
277
  };
440
278
  }
441
279
  function itemSetIndex() {
442
280
  return {
443
- path: `${base}/item-set/index`,
444
- namespace: "static"
281
+ namespace: "static",
282
+ path: `${base}/item-set/index`
445
283
  };
446
284
  }
447
285
  function itemSearch(options) {
@@ -449,8 +287,8 @@ function itemSearch(options) {
449
287
  namespace: "static",
450
288
  parameters: {
451
289
  _page: options._page,
452
- orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
453
- [`name.${options.locale}`]: options.name
290
+ [`name.${options.locale}`]: options.name,
291
+ orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
454
292
  },
455
293
  path: `${searchBase}/item`
456
294
  };
@@ -459,14 +297,14 @@ function itemSearch(options) {
459
297
  // src/journal/journal.ts
460
298
  function journalEncounter(journalEncounterId) {
461
299
  return {
462
- path: `${base}/journal-encounter/${journalEncounterId}`,
463
- namespace: "static"
300
+ namespace: "static",
301
+ path: `${base}/journal-encounter/${journalEncounterId}`
464
302
  };
465
303
  }
466
304
  function journalEncounterIndex() {
467
305
  return {
468
- path: `${base}/journal-encounter/index`,
469
- namespace: "static"
306
+ namespace: "static",
307
+ path: `${base}/journal-encounter/index`
470
308
  };
471
309
  }
472
310
  function journalEncounterSearch(options) {
@@ -474,40 +312,40 @@ function journalEncounterSearch(options) {
474
312
  namespace: "static",
475
313
  parameters: {
476
314
  _page: options._page,
477
- orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
478
- [`instance.name.${options.locale}`]: options.instanceName
315
+ [`instance.name.${options.locale}`]: options.instanceName,
316
+ orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
479
317
  },
480
318
  path: `${searchBase}/journal-encounter`
481
319
  };
482
320
  }
483
321
  function journalExpansion(journalExpansionId) {
484
322
  return {
485
- path: `${base}/journal-expansion/${journalExpansionId}`,
486
- namespace: "static"
323
+ namespace: "static",
324
+ path: `${base}/journal-expansion/${journalExpansionId}`
487
325
  };
488
326
  }
489
327
  function journalExpansionIndex() {
490
328
  return {
491
- path: `${base}/journal-expansion/index`,
492
- namespace: "static"
329
+ namespace: "static",
330
+ path: `${base}/journal-expansion/index`
493
331
  };
494
332
  }
495
333
  function journalInstance(journalInstanceId) {
496
334
  return {
497
- path: `${base}/journal-instance/${journalInstanceId}`,
498
- namespace: "static"
335
+ namespace: "static",
336
+ path: `${base}/journal-instance/${journalInstanceId}`
499
337
  };
500
338
  }
501
339
  function journalInstanceIndex() {
502
340
  return {
503
- path: `${base}/journal-instance/index`,
504
- namespace: "static"
341
+ namespace: "static",
342
+ path: `${base}/journal-instance/index`
505
343
  };
506
344
  }
507
345
  function journalInstanceMedia(journalInstanceId) {
508
346
  return {
509
- path: `${mediaBase}/journal-instance/${journalInstanceId}`,
510
- namespace: "static"
347
+ namespace: "static",
348
+ path: `${mediaBase}/journal-instance/${journalInstanceId}`
511
349
  };
512
350
  }
513
351
 
@@ -527,46 +365,46 @@ function mediaSearch(options) {
527
365
  // src/modified-crafting/modified-crafting.ts
528
366
  function modifiedCraftingCategory(modifiedCraftingCategoryId) {
529
367
  return {
530
- path: `${base}/modified-crafting/category/${modifiedCraftingCategoryId}`,
531
- namespace: "static"
368
+ namespace: "static",
369
+ path: `${base}/modified-crafting/category/${modifiedCraftingCategoryId}`
532
370
  };
533
371
  }
534
372
  function modifiedCraftingCategoryIndex() {
535
373
  return {
536
- path: `${base}/modified-crafting/category/index`,
537
- namespace: "static"
374
+ namespace: "static",
375
+ path: `${base}/modified-crafting/category/index`
538
376
  };
539
377
  }
540
378
  function modifiedCraftingIndex() {
541
379
  return {
542
- path: `${base}/modified-crafting/index`,
543
- namespace: "static"
380
+ namespace: "static",
381
+ path: `${base}/modified-crafting/index`
544
382
  };
545
383
  }
546
384
  function modifiedCraftingReagentSlotType(modifiedCraftingReagentSlotTypeId) {
547
385
  return {
548
- path: `${base}/modified-crafting/reagent-slot-type/${modifiedCraftingReagentSlotTypeId}`,
549
- namespace: "static"
386
+ namespace: "static",
387
+ path: `${base}/modified-crafting/reagent-slot-type/${modifiedCraftingReagentSlotTypeId}`
550
388
  };
551
389
  }
552
390
  function modifiedCraftingReagentSlotTypeIndex() {
553
391
  return {
554
- path: `${base}/modified-crafting/reagent-slot-type/index`,
555
- namespace: "static"
392
+ namespace: "static",
393
+ path: `${base}/modified-crafting/reagent-slot-type/index`
556
394
  };
557
395
  }
558
396
 
559
397
  // src/mount/mount.ts
560
398
  function mount(mountId) {
561
399
  return {
562
- path: `${base}/mount/${mountId}`,
563
- namespace: "static"
400
+ namespace: "static",
401
+ path: `${base}/mount/${mountId}`
564
402
  };
565
403
  }
566
404
  function mountIndex() {
567
405
  return {
568
- path: `${base}/mount/index`,
569
- namespace: "static"
406
+ namespace: "static",
407
+ path: `${base}/mount/index`
570
408
  };
571
409
  }
572
410
  function mountSearch(options) {
@@ -574,8 +412,8 @@ function mountSearch(options) {
574
412
  namespace: "static",
575
413
  parameters: {
576
414
  _page: options._page,
577
- orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
578
- [`name.${options.locale}`]: options.name
415
+ [`name.${options.locale}`]: options.name,
416
+ orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
579
417
  },
580
418
  path: `${searchBase}/mount`
581
419
  };
@@ -584,352 +422,352 @@ function mountSearch(options) {
584
422
  // src/mythic-keystone-affix/mythic-keystone-affix.ts
585
423
  function mythicKeystoneAffix(mythicKeystoneAffixId) {
586
424
  return {
587
- path: `${base}/keystone-affix/${mythicKeystoneAffixId}`,
588
- namespace: "static"
425
+ namespace: "static",
426
+ path: `${base}/keystone-affix/${mythicKeystoneAffixId}`
589
427
  };
590
428
  }
591
429
  function mythicKeystoneAffixIndex() {
592
430
  return {
593
- path: `${base}/keystone-affix/index`,
594
- namespace: "static"
431
+ namespace: "static",
432
+ path: `${base}/keystone-affix/index`
595
433
  };
596
434
  }
597
435
  function mythicKeystoneAffixMedia(mythicKeystoneAffixId) {
598
436
  return {
599
- path: `${mediaBase}/keystone-affix/${mythicKeystoneAffixId}`,
600
- namespace: "static"
437
+ namespace: "static",
438
+ path: `${mediaBase}/keystone-affix/${mythicKeystoneAffixId}`
601
439
  };
602
440
  }
603
441
 
604
442
  // src/mythic-keystone-dungeon/mythic-keystone-dungeon.ts
605
443
  function mythicKeystoneDungeon(mythicKeystoneDungeonId) {
606
444
  return {
607
- path: `${base}/mythic-keystone/dungeon/${mythicKeystoneDungeonId}`,
608
- namespace: "dynamic"
445
+ namespace: "dynamic",
446
+ path: `${base}/mythic-keystone/dungeon/${mythicKeystoneDungeonId}`
609
447
  };
610
448
  }
611
449
  function mythicKeystoneDungeonIndex() {
612
450
  return {
613
- path: `${base}/mythic-keystone/dungeon/index`,
614
- namespace: "dynamic"
451
+ namespace: "dynamic",
452
+ path: `${base}/mythic-keystone/dungeon/index`
615
453
  };
616
454
  }
617
455
  function mythicKeystoneIndex() {
618
456
  return {
619
- path: `${base}/mythic-keystone/index`,
620
- namespace: "dynamic"
457
+ namespace: "dynamic",
458
+ path: `${base}/mythic-keystone/index`
621
459
  };
622
460
  }
623
461
  function mythicKeystonePeriod(mythicKeystonePeriodId) {
624
462
  return {
625
- path: `${base}/mythic-keystone/period/${mythicKeystonePeriodId}`,
626
- namespace: "dynamic"
463
+ namespace: "dynamic",
464
+ path: `${base}/mythic-keystone/period/${mythicKeystonePeriodId}`
627
465
  };
628
466
  }
629
467
  function mythicKeystonePeriodIndex() {
630
468
  return {
631
- path: `${base}/mythic-keystone/period/index`,
632
- namespace: "dynamic"
469
+ namespace: "dynamic",
470
+ path: `${base}/mythic-keystone/period/index`
633
471
  };
634
472
  }
635
473
  function mythicKeystoneSeason(mythicKeystoneSeasonId) {
636
474
  return {
637
- path: `${base}/mythic-keystone/season/${mythicKeystoneSeasonId}`,
638
- namespace: "dynamic"
475
+ namespace: "dynamic",
476
+ path: `${base}/mythic-keystone/season/${mythicKeystoneSeasonId}`
639
477
  };
640
478
  }
641
479
  function mythicKeystoneSeasonIndex() {
642
480
  return {
643
- path: `${base}/mythic-keystone/season/index`,
644
- namespace: "dynamic"
481
+ namespace: "dynamic",
482
+ path: `${base}/mythic-keystone/season/index`
645
483
  };
646
484
  }
647
485
 
648
486
  // src/mythic-keystone-leaderboard/mythic-keystone-leaderboard.ts
649
487
  function mythicKeystoneLeaderboard(connectedRealmId, dungeonId, period) {
650
488
  return {
651
- path: `${base}/connected-realm/${connectedRealmId}/mythic-leaderboard/${dungeonId}/period/${period}`,
652
- namespace: "dynamic"
489
+ namespace: "dynamic",
490
+ path: `${base}/connected-realm/${connectedRealmId}/mythic-leaderboard/${dungeonId}/period/${period}`
653
491
  };
654
492
  }
655
493
  function mythicKeystoneLeaderboardIndex(connectedRealmId) {
656
494
  return {
657
- path: `${base}/connected-realm/${connectedRealmId}/mythic-leaderboard/index`,
658
- namespace: "dynamic"
495
+ namespace: "dynamic",
496
+ path: `${base}/connected-realm/${connectedRealmId}/mythic-leaderboard/index`
659
497
  };
660
498
  }
661
499
 
662
500
  // src/mythic-raid-leaderboard/mythic-raid-leaderboard.ts
663
501
  function mythicRaidLeaderboard(raid, faction) {
664
502
  return {
665
- path: `${base}/leaderboard/hall-of-fame/${raid}/${faction}`,
666
- namespace: "dynamic"
503
+ namespace: "dynamic",
504
+ path: `${base}/leaderboard/hall-of-fame/${raid}/${faction}`
667
505
  };
668
506
  }
669
507
 
670
508
  // src/pet/pet.ts
671
509
  function pet(petId) {
672
510
  return {
673
- path: `${base}/pet/${petId}`,
674
- namespace: "static"
511
+ namespace: "static",
512
+ path: `${base}/pet/${petId}`
675
513
  };
676
514
  }
677
515
  function petIndex() {
678
516
  return {
679
- path: `${base}/pet/index`,
680
- namespace: "static"
517
+ namespace: "static",
518
+ path: `${base}/pet/index`
681
519
  };
682
520
  }
683
521
  function petMedia(petId) {
684
522
  return {
685
- path: `${mediaBase}/pet/${petId}`,
686
- namespace: "static"
523
+ namespace: "static",
524
+ path: `${mediaBase}/pet/${petId}`
687
525
  };
688
526
  }
689
527
  function petAbility(petAbilityId) {
690
528
  return {
691
- path: `${base}/pet-ability/${petAbilityId}`,
692
- namespace: "static"
529
+ namespace: "static",
530
+ path: `${base}/pet-ability/${petAbilityId}`
693
531
  };
694
532
  }
695
533
  function petAbilityIndex() {
696
534
  return {
697
- path: `${base}/pet-ability/index`,
698
- namespace: "static"
535
+ namespace: "static",
536
+ path: `${base}/pet-ability/index`
699
537
  };
700
538
  }
701
539
  function petAbilityMedia(petAbilityId) {
702
540
  return {
703
- path: `${mediaBase}/pet-ability/${petAbilityId}`,
704
- namespace: "static"
541
+ namespace: "static",
542
+ path: `${mediaBase}/pet-ability/${petAbilityId}`
705
543
  };
706
544
  }
707
545
 
708
546
  // src/playable-class/playable-class.ts
709
547
  function playableClass(playableClassId) {
710
548
  return {
711
- path: `${base}/playable-class/${playableClassId}`,
712
- namespace: "static"
549
+ namespace: "static",
550
+ path: `${base}/playable-class/${playableClassId}`
713
551
  };
714
552
  }
715
553
  function playableClassIndex() {
716
554
  return {
717
- path: `${base}/playable-class/index`,
718
- namespace: "static"
555
+ namespace: "static",
556
+ path: `${base}/playable-class/index`
719
557
  };
720
558
  }
721
559
  function playableClassMedia(playableClassId) {
722
560
  return {
723
- path: `${mediaBase}/playable-class/${playableClassId}`,
724
- namespace: "static"
561
+ namespace: "static",
562
+ path: `${mediaBase}/playable-class/${playableClassId}`
725
563
  };
726
564
  }
727
565
  function pvpTalentSlots(playableClassId) {
728
566
  return {
729
- path: `${base}/playable-class/${playableClassId}/pvp-talent-slots`,
730
- namespace: "static"
567
+ namespace: "static",
568
+ path: `${base}/playable-class/${playableClassId}/pvp-talent-slots`
731
569
  };
732
570
  }
733
571
 
734
572
  // src/playable-race/playable-race.ts
735
573
  function playableRace(playableRaceId) {
736
574
  return {
737
- path: `${base}/playable-race/${playableRaceId}`,
738
- namespace: "static"
575
+ namespace: "static",
576
+ path: `${base}/playable-race/${playableRaceId}`
739
577
  };
740
578
  }
741
579
  function playableRaceIndex() {
742
580
  return {
743
- path: `${base}/playable-race/index`,
744
- namespace: "static"
581
+ namespace: "static",
582
+ path: `${base}/playable-race/index`
745
583
  };
746
584
  }
747
585
 
748
586
  // src/playable-specialization/playable-specialization.ts
749
587
  function playableSpecialization(specializationId) {
750
588
  return {
751
- path: `${base}/playable-specialization/${specializationId}`,
752
- namespace: "static"
589
+ namespace: "static",
590
+ path: `${base}/playable-specialization/${specializationId}`
753
591
  };
754
592
  }
755
593
  function playableSpecializationIndex() {
756
594
  return {
757
- path: `${base}/playable-specialization/index`,
758
- namespace: "static"
595
+ namespace: "static",
596
+ path: `${base}/playable-specialization/index`
759
597
  };
760
598
  }
761
599
  function playableSpecializationMedia(specializationId) {
762
600
  return {
763
- path: `${mediaBase}/playable-specialization/${specializationId}`,
764
- namespace: "static"
601
+ namespace: "static",
602
+ path: `${mediaBase}/playable-specialization/${specializationId}`
765
603
  };
766
604
  }
767
605
 
768
606
  // src/power-type/power-type.ts
769
607
  function powerType(powerTypeId) {
770
608
  return {
771
- path: `${base}/power-type/${powerTypeId}`,
772
- namespace: "static"
609
+ namespace: "static",
610
+ path: `${base}/power-type/${powerTypeId}`
773
611
  };
774
612
  }
775
613
  function powerTypeIndex() {
776
614
  return {
777
- path: `${base}/power-type/index`,
778
- namespace: "static"
615
+ namespace: "static",
616
+ path: `${base}/power-type/index`
779
617
  };
780
618
  }
781
619
 
782
620
  // src/profession/profession.ts
783
621
  function profession(professionId) {
784
622
  return {
785
- path: `${base}/profession/${professionId}`,
786
- namespace: "static"
623
+ namespace: "static",
624
+ path: `${base}/profession/${professionId}`
787
625
  };
788
626
  }
789
627
  function professionIndex() {
790
628
  return {
791
- path: `${base}/profession/index`,
792
- namespace: "static"
629
+ namespace: "static",
630
+ path: `${base}/profession/index`
793
631
  };
794
632
  }
795
633
  function professionMedia(professionId) {
796
634
  return {
797
- path: `${mediaBase}/profession/${professionId}`,
798
- namespace: "static"
635
+ namespace: "static",
636
+ path: `${mediaBase}/profession/${professionId}`
799
637
  };
800
638
  }
801
639
  function professionSkillTier(professionId, skillTierId) {
802
640
  return {
803
- path: `${base}/profession/${professionId}/skill-tier/${skillTierId}`,
804
- namespace: "static"
641
+ namespace: "static",
642
+ path: `${base}/profession/${professionId}/skill-tier/${skillTierId}`
805
643
  };
806
644
  }
807
645
  function recipe(recipeId) {
808
646
  return {
809
- path: `${base}/recipe/${recipeId}`,
810
- namespace: "static"
647
+ namespace: "static",
648
+ path: `${base}/recipe/${recipeId}`
811
649
  };
812
650
  }
813
651
  function recipeMedia(recipeId) {
814
652
  return {
815
- path: `${mediaBase}/recipe/${recipeId}`,
816
- namespace: "static"
653
+ namespace: "static",
654
+ path: `${mediaBase}/recipe/${recipeId}`
817
655
  };
818
656
  }
819
657
 
820
658
  // src/pvp-season/pvp-season.ts
821
659
  function pvpLeaderboard(pvpSeasonId, bracket) {
822
660
  return {
823
- path: `${base}/pvp-season/${pvpSeasonId}/pvp-leaderboard/${bracket}`,
824
- namespace: "dynamic"
661
+ namespace: "dynamic",
662
+ path: `${base}/pvp-season/${pvpSeasonId}/pvp-leaderboard/${bracket}`
825
663
  };
826
664
  }
827
665
  function pvpLeaderboardIndex(pvpSeasonId) {
828
666
  return {
829
- path: `${base}/pvp-season/${pvpSeasonId}/pvp-leaderboard/index`,
830
- namespace: "dynamic"
667
+ namespace: "dynamic",
668
+ path: `${base}/pvp-season/${pvpSeasonId}/pvp-leaderboard/index`
831
669
  };
832
670
  }
833
671
  function pvpRewardsIndex(pvpSeasonId) {
834
672
  return {
835
- path: `${base}/pvp-season/${pvpSeasonId}/pvp-reward/index`,
836
- namespace: "dynamic"
673
+ namespace: "dynamic",
674
+ path: `${base}/pvp-season/${pvpSeasonId}/pvp-reward/index`
837
675
  };
838
676
  }
839
677
  function pvpSeason(pvpSeasonId) {
840
678
  return {
841
- path: `${base}/pvp-season/${pvpSeasonId}`,
842
- namespace: "dynamic"
679
+ namespace: "dynamic",
680
+ path: `${base}/pvp-season/${pvpSeasonId}`
843
681
  };
844
682
  }
845
683
  function pvpSeasonIndex() {
846
684
  return {
847
- path: `${base}/pvp-season/index`,
848
- namespace: "dynamic"
685
+ namespace: "dynamic",
686
+ path: `${base}/pvp-season/index`
849
687
  };
850
688
  }
851
689
 
852
690
  // src/pvp-tier/pvp-tier.ts
853
691
  function pvpTier(pvpTierId) {
854
692
  return {
855
- path: `${base}/pvp-tier/${pvpTierId}`,
856
- namespace: "static"
693
+ namespace: "static",
694
+ path: `${base}/pvp-tier/${pvpTierId}`
857
695
  };
858
696
  }
859
697
  function pvpTierIndex() {
860
698
  return {
861
- path: `${base}/pvp-tier/index`,
862
- namespace: "static"
699
+ namespace: "static",
700
+ path: `${base}/pvp-tier/index`
863
701
  };
864
702
  }
865
703
  function pvpTierMedia(pvpTierId) {
866
704
  return {
867
- path: `${mediaBase}/pvp-tier/${pvpTierId}`,
868
- namespace: "static"
705
+ namespace: "static",
706
+ path: `${mediaBase}/pvp-tier/${pvpTierId}`
869
707
  };
870
708
  }
871
709
 
872
710
  // src/quest/quest.ts
873
711
  function quest(questId) {
874
712
  return {
875
- path: `${base}/quest/${questId}`,
876
- namespace: "static"
713
+ namespace: "static",
714
+ path: `${base}/quest/${questId}`
877
715
  };
878
716
  }
879
717
  function questIndex() {
880
718
  return {
881
- path: `${base}/quest/index`,
882
- namespace: "static"
719
+ namespace: "static",
720
+ path: `${base}/quest/index`
883
721
  };
884
722
  }
885
723
  function questArea(questAreaId) {
886
724
  return {
887
- path: `${base}/quest/area/${questAreaId}`,
888
- namespace: "static"
725
+ namespace: "static",
726
+ path: `${base}/quest/area/${questAreaId}`
889
727
  };
890
728
  }
891
729
  function questAreaIndex() {
892
730
  return {
893
- path: `${base}/quest/area/index`,
894
- namespace: "static"
731
+ namespace: "static",
732
+ path: `${base}/quest/area/index`
895
733
  };
896
734
  }
897
735
  function questCategory(questCategoryId) {
898
736
  return {
899
- path: `${base}/quest/category/${questCategoryId}`,
900
- namespace: "static"
737
+ namespace: "static",
738
+ path: `${base}/quest/category/${questCategoryId}`
901
739
  };
902
740
  }
903
741
  function questCategoryIndex() {
904
742
  return {
905
- path: `${base}/quest/category/index`,
906
- namespace: "static"
743
+ namespace: "static",
744
+ path: `${base}/quest/category/index`
907
745
  };
908
746
  }
909
747
  function questType(questTypeId) {
910
748
  return {
911
- path: `${base}/quest/type/${questTypeId}`,
912
- namespace: "static"
749
+ namespace: "static",
750
+ path: `${base}/quest/type/${questTypeId}`
913
751
  };
914
752
  }
915
753
  function questTypeIndex() {
916
754
  return {
917
- path: `${base}/quest/type/index`,
918
- namespace: "static"
755
+ namespace: "static",
756
+ path: `${base}/quest/type/index`
919
757
  };
920
758
  }
921
759
 
922
760
  // src/realm/realm.ts
923
761
  function realm(realmSlug) {
924
762
  return {
925
- path: `${base}/realm/${realmSlug}`,
926
- namespace: "dynamic"
763
+ namespace: "dynamic",
764
+ path: `${base}/realm/${realmSlug}`
927
765
  };
928
766
  }
929
767
  function realmIndex() {
930
768
  return {
931
- path: `${base}/realm/index`,
932
- namespace: "dynamic"
769
+ namespace: "dynamic",
770
+ path: `${base}/realm/index`
933
771
  };
934
772
  }
935
773
  function realmSearch(options) {
@@ -947,54 +785,54 @@ function realmSearch(options) {
947
785
  // src/region/region.ts
948
786
  function region(regionId) {
949
787
  return {
950
- path: `${base}/region/${regionId}`,
951
- namespace: "dynamic"
788
+ namespace: "dynamic",
789
+ path: `${base}/region/${regionId}`
952
790
  };
953
791
  }
954
792
  function regionIndex() {
955
793
  return {
956
- path: `${base}/region/index`,
957
- namespace: "dynamic"
794
+ namespace: "dynamic",
795
+ path: `${base}/region/index`
958
796
  };
959
797
  }
960
798
 
961
799
  // src/reputations/reputations.ts
962
800
  function reputationFaction(reputationFactionId) {
963
801
  return {
964
- path: `${base}/reputation-faction/${reputationFactionId}`,
965
- namespace: "static"
802
+ namespace: "static",
803
+ path: `${base}/reputation-faction/${reputationFactionId}`
966
804
  };
967
805
  }
968
806
  function reputationFactionIndex() {
969
807
  return {
970
- path: `${base}/reputation-faction/index`,
971
- namespace: "static"
808
+ namespace: "static",
809
+ path: `${base}/reputation-faction/index`
972
810
  };
973
811
  }
974
812
  function reputationTiers(reputationTiersId) {
975
813
  return {
976
- path: `${base}/reputation-tiers/${reputationTiersId}`,
977
- namespace: "static"
814
+ namespace: "static",
815
+ path: `${base}/reputation-tiers/${reputationTiersId}`
978
816
  };
979
817
  }
980
818
  function reputationTiersIndex() {
981
819
  return {
982
- path: `${base}/reputation-tiers/index`,
983
- namespace: "static"
820
+ namespace: "static",
821
+ path: `${base}/reputation-tiers/index`
984
822
  };
985
823
  }
986
824
 
987
825
  // src/spell/spell.ts
988
826
  function spell(spellId) {
989
827
  return {
990
- path: `${base}/spell/${spellId}`,
991
- namespace: "static"
828
+ namespace: "static",
829
+ path: `${base}/spell/${spellId}`
992
830
  };
993
831
  }
994
832
  function spellMedia(spellId) {
995
833
  return {
996
- path: `${mediaBase}/spell/${spellId}`,
997
- namespace: "static"
834
+ namespace: "static",
835
+ path: `${mediaBase}/spell/${spellId}`
998
836
  };
999
837
  }
1000
838
  function spellSearch(options) {
@@ -1002,8 +840,8 @@ function spellSearch(options) {
1002
840
  namespace: "static",
1003
841
  parameters: {
1004
842
  _page: options._page,
1005
- orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby,
1006
- [`name.${options.locale}`]: options.name
843
+ [`name.${options.locale}`]: options.name,
844
+ orderby: Array.isArray(options.orderby) ? options.orderby.join(",") : options.orderby
1007
845
  },
1008
846
  path: `${searchBase}/spell`
1009
847
  };
@@ -1012,112 +850,112 @@ function spellSearch(options) {
1012
850
  // src/talent/talent.ts
1013
851
  function pvpTalent(pvpTalentId) {
1014
852
  return {
1015
- path: `${base}/pvp-talent/${pvpTalentId}`,
1016
- namespace: "static"
853
+ namespace: "static",
854
+ path: `${base}/pvp-talent/${pvpTalentId}`
1017
855
  };
1018
856
  }
1019
857
  function pvpTalentIndex() {
1020
858
  return {
1021
- path: `${base}/pvp-talent/index`,
1022
- namespace: "static"
859
+ namespace: "static",
860
+ path: `${base}/pvp-talent/index`
1023
861
  };
1024
862
  }
1025
863
  function talent(talentId) {
1026
864
  return {
1027
- path: `${base}/talent/${talentId}`,
1028
- namespace: "static"
865
+ namespace: "static",
866
+ path: `${base}/talent/${talentId}`
1029
867
  };
1030
868
  }
1031
869
  function talentIndex() {
1032
870
  return {
1033
- path: `${base}/talent/index`,
1034
- namespace: "static"
871
+ namespace: "static",
872
+ path: `${base}/talent/index`
1035
873
  };
1036
874
  }
1037
875
  function talentTree(talentTreeId, specId) {
1038
876
  return {
1039
- path: `${base}/talent-tree/${talentTreeId}/playable-specialization/${specId}`,
1040
- namespace: "static"
877
+ namespace: "static",
878
+ path: `${base}/talent-tree/${talentTreeId}/playable-specialization/${specId}`
1041
879
  };
1042
880
  }
1043
881
  function talentTreeIndex() {
1044
882
  return {
1045
- path: `${base}/talent-tree/index`,
1046
- namespace: "static"
883
+ namespace: "static",
884
+ path: `${base}/talent-tree/index`
1047
885
  };
1048
886
  }
1049
887
  function talentTreeNodes(talentTreeId) {
1050
888
  return {
1051
- path: `${base}/talent-tree/${talentTreeId}`,
1052
- namespace: "static"
889
+ namespace: "static",
890
+ path: `${base}/talent-tree/${talentTreeId}`
1053
891
  };
1054
892
  }
1055
893
 
1056
894
  // src/tech-talent/tech-talent.ts
1057
895
  function techTalent(techTalentId) {
1058
896
  return {
1059
- path: `${base}/tech-talent/${techTalentId}`,
1060
- namespace: "static"
897
+ namespace: "static",
898
+ path: `${base}/tech-talent/${techTalentId}`
1061
899
  };
1062
900
  }
1063
901
  function techTalentIndex() {
1064
902
  return {
1065
- path: `${base}/tech-talent/index`,
1066
- namespace: "static"
903
+ namespace: "static",
904
+ path: `${base}/tech-talent/index`
1067
905
  };
1068
906
  }
1069
907
  function techTalentMedia(techTalentId) {
1070
908
  return {
1071
- path: `${mediaBase}/tech-talent/${techTalentId}`,
1072
- namespace: "static"
909
+ namespace: "static",
910
+ path: `${mediaBase}/tech-talent/${techTalentId}`
1073
911
  };
1074
912
  }
1075
913
  function techTalentTree(techTalentTreeId) {
1076
914
  return {
1077
- path: `${base}/tech-talent-tree/${techTalentTreeId}`,
1078
- namespace: "static"
915
+ namespace: "static",
916
+ path: `${base}/tech-talent-tree/${techTalentTreeId}`
1079
917
  };
1080
918
  }
1081
919
  function techTalentTreeIndex() {
1082
920
  return {
1083
- path: `${base}/tech-talent-tree/index`,
1084
- namespace: "static"
921
+ namespace: "static",
922
+ path: `${base}/tech-talent-tree/index`
1085
923
  };
1086
924
  }
1087
925
 
1088
926
  // src/title/title.ts
1089
927
  function title(titleId) {
1090
928
  return {
1091
- path: `${base}/title/${titleId}`,
1092
- namespace: "static"
929
+ namespace: "static",
930
+ path: `${base}/title/${titleId}`
1093
931
  };
1094
932
  }
1095
933
  function titleIndex() {
1096
934
  return {
1097
- path: `${base}/title/index`,
1098
- namespace: "static"
935
+ namespace: "static",
936
+ path: `${base}/title/index`
1099
937
  };
1100
938
  }
1101
939
 
1102
940
  // src/toy/toy.ts
1103
941
  function toy(toyId) {
1104
942
  return {
1105
- path: `${base}/toy/${toyId}`,
1106
- namespace: "static"
943
+ namespace: "static",
944
+ path: `${base}/toy/${toyId}`
1107
945
  };
1108
946
  }
1109
947
  function toyIndex() {
1110
948
  return {
1111
- path: `${base}/toy/index`,
1112
- namespace: "static"
949
+ namespace: "static",
950
+ path: `${base}/toy/index`
1113
951
  };
1114
952
  }
1115
953
 
1116
954
  // src/wow-token/wow-token.ts
1117
955
  function wowToken() {
1118
956
  return {
1119
- path: `${base}/token/index`,
1120
- namespace: "dynamic"
957
+ namespace: "dynamic",
958
+ path: `${base}/token/index`
1121
959
  };
1122
960
  }
1123
961
 
@@ -1155,12 +993,12 @@ var wow = {
1155
993
  creatureFamily,
1156
994
  creatureFamilyIndex,
1157
995
  creatureFamilyMedia,
996
+ creatureSearch,
1158
997
  creatureType,
1159
998
  creatureTypeIndex,
1160
- creatureSearch,
1161
999
  //Guild Crest
1162
- guildCrestComponentsIndex,
1163
1000
  guildCrestBorder,
1001
+ guildCrestComponentsIndex,
1164
1002
  guildCrestEmblem,
1165
1003
  //Heirloom
1166
1004
  heirloom,
@@ -1168,12 +1006,12 @@ var wow = {
1168
1006
  //Item
1169
1007
  item,
1170
1008
  itemClass,
1171
- itemSubClass,
1172
1009
  itemClassIndex,
1173
1010
  itemMedia,
1011
+ itemSearch,
1174
1012
  itemSet,
1175
1013
  itemSetIndex,
1176
- itemSearch,
1014
+ itemSubClass,
1177
1015
  //Journal
1178
1016
  journalEncounter,
1179
1017
  journalEncounterIndex,
@@ -1214,11 +1052,11 @@ var wow = {
1214
1052
  mythicRaidLeaderboard,
1215
1053
  //Pet
1216
1054
  pet,
1217
- petIndex,
1218
- petMedia,
1219
1055
  petAbility,
1220
1056
  petAbilityIndex,
1221
1057
  petAbilityMedia,
1058
+ petIndex,
1059
+ petMedia,
1222
1060
  //Playable Class
1223
1061
  playableClass,
1224
1062
  playableClassIndex,
@@ -1253,11 +1091,11 @@ var wow = {
1253
1091
  pvpTierMedia,
1254
1092
  //Quest
1255
1093
  quest,
1256
- questIndex,
1257
1094
  questArea,
1258
1095
  questAreaIndex,
1259
1096
  questCategory,
1260
1097
  questCategoryIndex,
1098
+ questIndex,
1261
1099
  questType,
1262
1100
  questTypeIndex,
1263
1101
  //Realm
@@ -1298,148 +1136,149 @@ var wow = {
1298
1136
  //WoW Token
1299
1137
  wowToken
1300
1138
  };
1301
- // Annotate the CommonJS export names for ESM import in node:
1302
- 0 && (module.exports = {
1303
- achievement,
1304
- achievementCategory,
1305
- achievementCategoryIndex,
1306
- achievementIndex,
1307
- achievementMedia,
1308
- auctions,
1309
- azeriteEssence,
1310
- azeriteEssenceIndex,
1311
- azeriteEssenceMedia,
1312
- azeriteEssenceSearch,
1313
- commodities,
1314
- conduit,
1315
- conduitIndex,
1316
- connectedRealm,
1317
- connectedRealmIndex,
1318
- connectedRealmSearch,
1319
- covenant,
1320
- covenantIndex,
1321
- covenantMedia,
1322
- creature,
1323
- creatureDisplayMedia,
1324
- creatureFamily,
1325
- creatureFamilyIndex,
1326
- creatureFamilyMedia,
1327
- creatureSearch,
1328
- creatureType,
1329
- creatureTypeIndex,
1330
- guildCrestBorder,
1331
- guildCrestComponentsIndex,
1332
- guildCrestEmblem,
1333
- heirloom,
1334
- heirloomIndex,
1335
- item,
1336
- itemClass,
1337
- itemClassIndex,
1338
- itemMedia,
1339
- itemSearch,
1340
- itemSet,
1341
- itemSetIndex,
1342
- itemSubClass,
1343
- journalEncounter,
1344
- journalEncounterIndex,
1345
- journalEncounterSearch,
1346
- journalExpansion,
1347
- journalExpansionIndex,
1348
- journalInstance,
1349
- journalInstanceIndex,
1350
- journalInstanceMedia,
1351
- mediaSearch,
1352
- modifiedCraftingCategory,
1353
- modifiedCraftingCategoryIndex,
1354
- modifiedCraftingIndex,
1355
- modifiedCraftingReagentSlotType,
1356
- modifiedCraftingReagentSlotTypeIndex,
1357
- mount,
1358
- mountIndex,
1359
- mountSearch,
1360
- mythicKeystoneAffix,
1361
- mythicKeystoneAffixIndex,
1362
- mythicKeystoneAffixMedia,
1363
- mythicKeystoneDungeon,
1364
- mythicKeystoneDungeonIndex,
1365
- mythicKeystoneIndex,
1366
- mythicKeystoneLeaderboard,
1367
- mythicKeystoneLeaderboardIndex,
1368
- mythicKeystonePeriod,
1369
- mythicKeystonePeriodIndex,
1370
- mythicKeystoneSeason,
1371
- mythicKeystoneSeasonIndex,
1372
- mythicRaidLeaderboard,
1373
- pet,
1374
- petAbility,
1375
- petAbilityIndex,
1376
- petAbilityMedia,
1377
- petIndex,
1378
- petMedia,
1379
- playableClass,
1380
- playableClassIndex,
1381
- playableClassMedia,
1382
- playableRace,
1383
- playableRaceIndex,
1384
- playableSpecialization,
1385
- playableSpecializationIndex,
1386
- playableSpecializationMedia,
1387
- powerType,
1388
- powerTypeIndex,
1389
- profession,
1390
- professionIndex,
1391
- professionMedia,
1392
- professionSkillTier,
1393
- pvpLeaderboard,
1394
- pvpLeaderboardIndex,
1395
- pvpRewardsIndex,
1396
- pvpSeason,
1397
- pvpSeasonIndex,
1398
- pvpTalent,
1399
- pvpTalentIndex,
1400
- pvpTalentSlots,
1401
- pvpTier,
1402
- pvpTierIndex,
1403
- pvpTierMedia,
1404
- quest,
1405
- questArea,
1406
- questAreaIndex,
1407
- questCategory,
1408
- questCategoryIndex,
1409
- questIndex,
1410
- questType,
1411
- questTypeIndex,
1412
- realm,
1413
- realmIndex,
1414
- realmSearch,
1415
- recipe,
1416
- recipeMedia,
1417
- region,
1418
- regionIndex,
1419
- reputationFaction,
1420
- reputationFactionIndex,
1421
- reputationTiers,
1422
- reputationTiersIndex,
1423
- soulbind,
1424
- soulbindIndex,
1425
- spell,
1426
- spellMedia,
1427
- spellSearch,
1428
- talent,
1429
- talentIndex,
1430
- talentTree,
1431
- talentTreeIndex,
1432
- talentTreeNodes,
1433
- techTalent,
1434
- techTalentIndex,
1435
- techTalentMedia,
1436
- techTalentTree,
1437
- techTalentTreeIndex,
1438
- title,
1439
- titleIndex,
1440
- toy,
1441
- toyIndex,
1442
- wow,
1443
- wowToken
1444
- });
1139
+ var src_default = wow;
1140
+
1141
+ exports.achievement = achievement;
1142
+ exports.achievementCategory = achievementCategory;
1143
+ exports.achievementCategoryIndex = achievementCategoryIndex;
1144
+ exports.achievementIndex = achievementIndex;
1145
+ exports.achievementMedia = achievementMedia;
1146
+ exports.auctions = auctions;
1147
+ exports.azeriteEssence = azeriteEssence;
1148
+ exports.azeriteEssenceIndex = azeriteEssenceIndex;
1149
+ exports.azeriteEssenceMedia = azeriteEssenceMedia;
1150
+ exports.azeriteEssenceSearch = azeriteEssenceSearch;
1151
+ exports.commodities = commodities;
1152
+ exports.conduit = conduit;
1153
+ exports.conduitIndex = conduitIndex;
1154
+ exports.connectedRealm = connectedRealm;
1155
+ exports.connectedRealmIndex = connectedRealmIndex;
1156
+ exports.connectedRealmSearch = connectedRealmSearch;
1157
+ exports.covenant = covenant;
1158
+ exports.covenantIndex = covenantIndex;
1159
+ exports.covenantMedia = covenantMedia;
1160
+ exports.creature = creature;
1161
+ exports.creatureDisplayMedia = creatureDisplayMedia;
1162
+ exports.creatureFamily = creatureFamily;
1163
+ exports.creatureFamilyIndex = creatureFamilyIndex;
1164
+ exports.creatureFamilyMedia = creatureFamilyMedia;
1165
+ exports.creatureSearch = creatureSearch;
1166
+ exports.creatureType = creatureType;
1167
+ exports.creatureTypeIndex = creatureTypeIndex;
1168
+ exports.default = src_default;
1169
+ exports.guildCrestBorder = guildCrestBorder;
1170
+ exports.guildCrestComponentsIndex = guildCrestComponentsIndex;
1171
+ exports.guildCrestEmblem = guildCrestEmblem;
1172
+ exports.heirloom = heirloom;
1173
+ exports.heirloomIndex = heirloomIndex;
1174
+ exports.item = item;
1175
+ exports.itemClass = itemClass;
1176
+ exports.itemClassIndex = itemClassIndex;
1177
+ exports.itemMedia = itemMedia;
1178
+ exports.itemSearch = itemSearch;
1179
+ exports.itemSet = itemSet;
1180
+ exports.itemSetIndex = itemSetIndex;
1181
+ exports.itemSubClass = itemSubClass;
1182
+ exports.journalEncounter = journalEncounter;
1183
+ exports.journalEncounterIndex = journalEncounterIndex;
1184
+ exports.journalEncounterSearch = journalEncounterSearch;
1185
+ exports.journalExpansion = journalExpansion;
1186
+ exports.journalExpansionIndex = journalExpansionIndex;
1187
+ exports.journalInstance = journalInstance;
1188
+ exports.journalInstanceIndex = journalInstanceIndex;
1189
+ exports.journalInstanceMedia = journalInstanceMedia;
1190
+ exports.mediaSearch = mediaSearch;
1191
+ exports.modifiedCraftingCategory = modifiedCraftingCategory;
1192
+ exports.modifiedCraftingCategoryIndex = modifiedCraftingCategoryIndex;
1193
+ exports.modifiedCraftingIndex = modifiedCraftingIndex;
1194
+ exports.modifiedCraftingReagentSlotType = modifiedCraftingReagentSlotType;
1195
+ exports.modifiedCraftingReagentSlotTypeIndex = modifiedCraftingReagentSlotTypeIndex;
1196
+ exports.mount = mount;
1197
+ exports.mountIndex = mountIndex;
1198
+ exports.mountSearch = mountSearch;
1199
+ exports.mythicKeystoneAffix = mythicKeystoneAffix;
1200
+ exports.mythicKeystoneAffixIndex = mythicKeystoneAffixIndex;
1201
+ exports.mythicKeystoneAffixMedia = mythicKeystoneAffixMedia;
1202
+ exports.mythicKeystoneDungeon = mythicKeystoneDungeon;
1203
+ exports.mythicKeystoneDungeonIndex = mythicKeystoneDungeonIndex;
1204
+ exports.mythicKeystoneIndex = mythicKeystoneIndex;
1205
+ exports.mythicKeystoneLeaderboard = mythicKeystoneLeaderboard;
1206
+ exports.mythicKeystoneLeaderboardIndex = mythicKeystoneLeaderboardIndex;
1207
+ exports.mythicKeystonePeriod = mythicKeystonePeriod;
1208
+ exports.mythicKeystonePeriodIndex = mythicKeystonePeriodIndex;
1209
+ exports.mythicKeystoneSeason = mythicKeystoneSeason;
1210
+ exports.mythicKeystoneSeasonIndex = mythicKeystoneSeasonIndex;
1211
+ exports.mythicRaidLeaderboard = mythicRaidLeaderboard;
1212
+ exports.pet = pet;
1213
+ exports.petAbility = petAbility;
1214
+ exports.petAbilityIndex = petAbilityIndex;
1215
+ exports.petAbilityMedia = petAbilityMedia;
1216
+ exports.petIndex = petIndex;
1217
+ exports.petMedia = petMedia;
1218
+ exports.playableClass = playableClass;
1219
+ exports.playableClassIndex = playableClassIndex;
1220
+ exports.playableClassMedia = playableClassMedia;
1221
+ exports.playableRace = playableRace;
1222
+ exports.playableRaceIndex = playableRaceIndex;
1223
+ exports.playableSpecialization = playableSpecialization;
1224
+ exports.playableSpecializationIndex = playableSpecializationIndex;
1225
+ exports.playableSpecializationMedia = playableSpecializationMedia;
1226
+ exports.powerType = powerType;
1227
+ exports.powerTypeIndex = powerTypeIndex;
1228
+ exports.profession = profession;
1229
+ exports.professionIndex = professionIndex;
1230
+ exports.professionMedia = professionMedia;
1231
+ exports.professionSkillTier = professionSkillTier;
1232
+ exports.pvpLeaderboard = pvpLeaderboard;
1233
+ exports.pvpLeaderboardIndex = pvpLeaderboardIndex;
1234
+ exports.pvpRewardsIndex = pvpRewardsIndex;
1235
+ exports.pvpSeason = pvpSeason;
1236
+ exports.pvpSeasonIndex = pvpSeasonIndex;
1237
+ exports.pvpTalent = pvpTalent;
1238
+ exports.pvpTalentIndex = pvpTalentIndex;
1239
+ exports.pvpTalentSlots = pvpTalentSlots;
1240
+ exports.pvpTier = pvpTier;
1241
+ exports.pvpTierIndex = pvpTierIndex;
1242
+ exports.pvpTierMedia = pvpTierMedia;
1243
+ exports.quest = quest;
1244
+ exports.questArea = questArea;
1245
+ exports.questAreaIndex = questAreaIndex;
1246
+ exports.questCategory = questCategory;
1247
+ exports.questCategoryIndex = questCategoryIndex;
1248
+ exports.questIndex = questIndex;
1249
+ exports.questType = questType;
1250
+ exports.questTypeIndex = questTypeIndex;
1251
+ exports.realm = realm;
1252
+ exports.realmIndex = realmIndex;
1253
+ exports.realmSearch = realmSearch;
1254
+ exports.recipe = recipe;
1255
+ exports.recipeMedia = recipeMedia;
1256
+ exports.region = region;
1257
+ exports.regionIndex = regionIndex;
1258
+ exports.reputationFaction = reputationFaction;
1259
+ exports.reputationFactionIndex = reputationFactionIndex;
1260
+ exports.reputationTiers = reputationTiers;
1261
+ exports.reputationTiersIndex = reputationTiersIndex;
1262
+ exports.soulbind = soulbind;
1263
+ exports.soulbindIndex = soulbindIndex;
1264
+ exports.spell = spell;
1265
+ exports.spellMedia = spellMedia;
1266
+ exports.spellSearch = spellSearch;
1267
+ exports.talent = talent;
1268
+ exports.talentIndex = talentIndex;
1269
+ exports.talentTree = talentTree;
1270
+ exports.talentTreeIndex = talentTreeIndex;
1271
+ exports.talentTreeNodes = talentTreeNodes;
1272
+ exports.techTalent = techTalent;
1273
+ exports.techTalentIndex = techTalentIndex;
1274
+ exports.techTalentMedia = techTalentMedia;
1275
+ exports.techTalentTree = techTalentTree;
1276
+ exports.techTalentTreeIndex = techTalentTreeIndex;
1277
+ exports.title = title;
1278
+ exports.titleIndex = titleIndex;
1279
+ exports.toy = toy;
1280
+ exports.toyIndex = toyIndex;
1281
+ exports.wow = wow;
1282
+ exports.wowToken = wowToken;
1283
+ //# sourceMappingURL=out.js.map
1445
1284
  //# sourceMappingURL=index.cjs.map