@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/README.md +19 -14
- package/dist/index.cjs +428 -589
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +389 -389
- package/dist/index.d.ts +389 -389
- package/dist/index.js +285 -424
- package/dist/index.js.map +1 -1
- package/package.json +6 -4
package/dist/index.cjs
CHANGED
|
@@ -1,168 +1,6 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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
|
-
|
|
178
|
-
|
|
15
|
+
namespace: "static",
|
|
16
|
+
path: `${achievementCategoryBase}/${achievementCategoryId}`
|
|
179
17
|
};
|
|
180
18
|
}
|
|
181
19
|
function achievementCategoryIndex() {
|
|
182
20
|
return {
|
|
183
|
-
|
|
184
|
-
|
|
21
|
+
namespace: "static",
|
|
22
|
+
path: `${achievementCategoryBase}/index`
|
|
185
23
|
};
|
|
186
24
|
}
|
|
187
25
|
function achievement(achievementId) {
|
|
188
26
|
return {
|
|
189
|
-
|
|
190
|
-
|
|
27
|
+
namespace: "static",
|
|
28
|
+
path: `${achievementBase}/${achievementId}`
|
|
191
29
|
};
|
|
192
30
|
}
|
|
193
31
|
function achievementIndex() {
|
|
194
32
|
return {
|
|
195
|
-
|
|
196
|
-
|
|
33
|
+
namespace: "static",
|
|
34
|
+
path: `${achievementBase}/index`
|
|
197
35
|
};
|
|
198
36
|
}
|
|
199
37
|
function achievementMedia(achievementId) {
|
|
200
|
-
return { path: `${mediaBase}/achievement/${achievementId}
|
|
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
|
-
|
|
207
|
-
|
|
44
|
+
namespace: "dynamic",
|
|
45
|
+
path: `${base}/connected-realm/${connectedRealmId}/auctions`
|
|
208
46
|
};
|
|
209
47
|
}
|
|
210
48
|
function commodities() {
|
|
211
49
|
return {
|
|
212
|
-
|
|
213
|
-
|
|
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
|
-
|
|
221
|
-
|
|
58
|
+
namespace: "static",
|
|
59
|
+
path: `${base}/azerite-essence/${azeriteEssenceId}`
|
|
222
60
|
};
|
|
223
61
|
}
|
|
224
62
|
function azeriteEssenceIndex() {
|
|
225
63
|
return {
|
|
226
|
-
|
|
227
|
-
|
|
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}
|
|
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
|
-
|
|
249
|
-
|
|
86
|
+
namespace: "dynamic",
|
|
87
|
+
path: `${base}/connected-realm/index`
|
|
250
88
|
};
|
|
251
89
|
}
|
|
252
90
|
function connectedRealm(connectedRealmId) {
|
|
253
91
|
return {
|
|
254
|
-
|
|
255
|
-
|
|
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
|
-
"
|
|
265
|
-
"
|
|
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
|
-
|
|
275
|
-
|
|
112
|
+
namespace: "static",
|
|
113
|
+
path: `${base}/covenant/conduit/${conduitId}`
|
|
276
114
|
};
|
|
277
115
|
}
|
|
278
116
|
function conduitIndex() {
|
|
279
117
|
return {
|
|
280
|
-
|
|
281
|
-
|
|
118
|
+
namespace: "static",
|
|
119
|
+
path: `${base}/covenant/conduit/index`
|
|
282
120
|
};
|
|
283
121
|
}
|
|
284
122
|
function covenant(covenantId) {
|
|
285
123
|
return {
|
|
286
|
-
|
|
287
|
-
|
|
124
|
+
namespace: "static",
|
|
125
|
+
path: `${base}/covenant/${covenantId}`
|
|
288
126
|
};
|
|
289
127
|
}
|
|
290
128
|
function covenantIndex() {
|
|
291
129
|
return {
|
|
292
|
-
|
|
293
|
-
|
|
130
|
+
namespace: "static",
|
|
131
|
+
path: `${base}/covenant/index`
|
|
294
132
|
};
|
|
295
133
|
}
|
|
296
134
|
function covenantMedia(covenantId) {
|
|
297
135
|
return {
|
|
298
|
-
|
|
299
|
-
|
|
136
|
+
namespace: "static",
|
|
137
|
+
path: `${mediaBase}/covenant/${covenantId}`
|
|
300
138
|
};
|
|
301
139
|
}
|
|
302
140
|
function soulbind(soulbindId) {
|
|
303
141
|
return {
|
|
304
|
-
|
|
305
|
-
|
|
142
|
+
namespace: "static",
|
|
143
|
+
path: `${base}/covenant/soulbind/${soulbindId}`
|
|
306
144
|
};
|
|
307
145
|
}
|
|
308
146
|
function soulbindIndex() {
|
|
309
147
|
return {
|
|
310
|
-
|
|
311
|
-
|
|
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
|
-
|
|
319
|
-
|
|
156
|
+
namespace: "static",
|
|
157
|
+
path: `${base}/creature/${creatureId}`
|
|
320
158
|
};
|
|
321
159
|
}
|
|
322
160
|
function creatureDisplayMedia(creatureDisplayId) {
|
|
323
161
|
return {
|
|
324
|
-
|
|
325
|
-
|
|
162
|
+
namespace: "static",
|
|
163
|
+
path: `${mediaBase}/creature-display/${creatureDisplayId}`
|
|
326
164
|
};
|
|
327
165
|
}
|
|
328
166
|
function creatureFamily(creatureFamilyId) {
|
|
329
167
|
return {
|
|
330
|
-
|
|
331
|
-
|
|
168
|
+
namespace: "static",
|
|
169
|
+
path: `${base}/creature-family/${creatureFamilyId}`
|
|
332
170
|
};
|
|
333
171
|
}
|
|
334
172
|
function creatureFamilyIndex() {
|
|
335
173
|
return {
|
|
336
|
-
|
|
337
|
-
|
|
174
|
+
namespace: "static",
|
|
175
|
+
path: `${base}/creature-family/index`
|
|
338
176
|
};
|
|
339
177
|
}
|
|
340
178
|
function creatureFamilyMedia(creatureFamilyId) {
|
|
341
179
|
return {
|
|
342
|
-
|
|
343
|
-
|
|
180
|
+
namespace: "static",
|
|
181
|
+
path: `${mediaBase}/creature-family/${creatureFamilyId}`
|
|
344
182
|
};
|
|
345
183
|
}
|
|
346
184
|
function creatureType(creatureTypeId) {
|
|
347
185
|
return {
|
|
348
|
-
|
|
349
|
-
|
|
186
|
+
namespace: "static",
|
|
187
|
+
path: `${base}/creature-type/${creatureTypeId}`
|
|
350
188
|
};
|
|
351
189
|
}
|
|
352
190
|
function creatureTypeIndex() {
|
|
353
191
|
return {
|
|
354
|
-
|
|
355
|
-
|
|
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
|
-
|
|
364
|
-
|
|
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
|
-
|
|
374
|
-
|
|
211
|
+
namespace: "static",
|
|
212
|
+
path: `${base}/guild-crest/index`
|
|
375
213
|
};
|
|
376
214
|
}
|
|
377
215
|
function guildCrestBorder(borderId) {
|
|
378
216
|
return {
|
|
379
|
-
|
|
380
|
-
|
|
217
|
+
namespace: "static",
|
|
218
|
+
path: `${mediaBase}/guild-crest/border/${borderId}`
|
|
381
219
|
};
|
|
382
220
|
}
|
|
383
221
|
function guildCrestEmblem(emblemId) {
|
|
384
222
|
return {
|
|
385
|
-
|
|
386
|
-
|
|
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
|
-
|
|
394
|
-
|
|
231
|
+
namespace: "static",
|
|
232
|
+
path: `${base}/heirloom/${heirloomId}`
|
|
395
233
|
};
|
|
396
234
|
}
|
|
397
235
|
function heirloomIndex() {
|
|
398
236
|
return {
|
|
399
|
-
|
|
400
|
-
|
|
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
|
-
|
|
408
|
-
|
|
245
|
+
namespace: "static",
|
|
246
|
+
path: `${base}/item/${itemId}`
|
|
409
247
|
};
|
|
410
248
|
}
|
|
411
249
|
function itemClass(itemClassId) {
|
|
412
250
|
return {
|
|
413
|
-
|
|
414
|
-
|
|
251
|
+
namespace: "static",
|
|
252
|
+
path: `${base}/item-class/${itemClassId}`
|
|
415
253
|
};
|
|
416
254
|
}
|
|
417
255
|
function itemSubClass(itemClassId, itemSubclassId) {
|
|
418
256
|
return {
|
|
419
|
-
|
|
420
|
-
|
|
257
|
+
namespace: "static",
|
|
258
|
+
path: `${base}/item-class/${itemClassId}/item-subclass/${itemSubclassId}`
|
|
421
259
|
};
|
|
422
260
|
}
|
|
423
261
|
function itemClassIndex() {
|
|
424
262
|
return {
|
|
425
|
-
|
|
426
|
-
|
|
263
|
+
namespace: "static",
|
|
264
|
+
path: `${base}/item-class/index`
|
|
427
265
|
};
|
|
428
266
|
}
|
|
429
267
|
function itemMedia(itemId) {
|
|
430
268
|
return {
|
|
431
|
-
|
|
432
|
-
|
|
269
|
+
namespace: "static",
|
|
270
|
+
path: `${mediaBase}/item/${itemId}`
|
|
433
271
|
};
|
|
434
272
|
}
|
|
435
273
|
function itemSet(itemSetId) {
|
|
436
274
|
return {
|
|
437
|
-
|
|
438
|
-
|
|
275
|
+
namespace: "static",
|
|
276
|
+
path: `${base}/item-set/${itemSetId}`
|
|
439
277
|
};
|
|
440
278
|
}
|
|
441
279
|
function itemSetIndex() {
|
|
442
280
|
return {
|
|
443
|
-
|
|
444
|
-
|
|
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
|
-
|
|
453
|
-
|
|
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
|
-
|
|
463
|
-
|
|
300
|
+
namespace: "static",
|
|
301
|
+
path: `${base}/journal-encounter/${journalEncounterId}`
|
|
464
302
|
};
|
|
465
303
|
}
|
|
466
304
|
function journalEncounterIndex() {
|
|
467
305
|
return {
|
|
468
|
-
|
|
469
|
-
|
|
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
|
-
|
|
478
|
-
|
|
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
|
-
|
|
486
|
-
|
|
323
|
+
namespace: "static",
|
|
324
|
+
path: `${base}/journal-expansion/${journalExpansionId}`
|
|
487
325
|
};
|
|
488
326
|
}
|
|
489
327
|
function journalExpansionIndex() {
|
|
490
328
|
return {
|
|
491
|
-
|
|
492
|
-
|
|
329
|
+
namespace: "static",
|
|
330
|
+
path: `${base}/journal-expansion/index`
|
|
493
331
|
};
|
|
494
332
|
}
|
|
495
333
|
function journalInstance(journalInstanceId) {
|
|
496
334
|
return {
|
|
497
|
-
|
|
498
|
-
|
|
335
|
+
namespace: "static",
|
|
336
|
+
path: `${base}/journal-instance/${journalInstanceId}`
|
|
499
337
|
};
|
|
500
338
|
}
|
|
501
339
|
function journalInstanceIndex() {
|
|
502
340
|
return {
|
|
503
|
-
|
|
504
|
-
|
|
341
|
+
namespace: "static",
|
|
342
|
+
path: `${base}/journal-instance/index`
|
|
505
343
|
};
|
|
506
344
|
}
|
|
507
345
|
function journalInstanceMedia(journalInstanceId) {
|
|
508
346
|
return {
|
|
509
|
-
|
|
510
|
-
|
|
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
|
-
|
|
531
|
-
|
|
368
|
+
namespace: "static",
|
|
369
|
+
path: `${base}/modified-crafting/category/${modifiedCraftingCategoryId}`
|
|
532
370
|
};
|
|
533
371
|
}
|
|
534
372
|
function modifiedCraftingCategoryIndex() {
|
|
535
373
|
return {
|
|
536
|
-
|
|
537
|
-
|
|
374
|
+
namespace: "static",
|
|
375
|
+
path: `${base}/modified-crafting/category/index`
|
|
538
376
|
};
|
|
539
377
|
}
|
|
540
378
|
function modifiedCraftingIndex() {
|
|
541
379
|
return {
|
|
542
|
-
|
|
543
|
-
|
|
380
|
+
namespace: "static",
|
|
381
|
+
path: `${base}/modified-crafting/index`
|
|
544
382
|
};
|
|
545
383
|
}
|
|
546
384
|
function modifiedCraftingReagentSlotType(modifiedCraftingReagentSlotTypeId) {
|
|
547
385
|
return {
|
|
548
|
-
|
|
549
|
-
|
|
386
|
+
namespace: "static",
|
|
387
|
+
path: `${base}/modified-crafting/reagent-slot-type/${modifiedCraftingReagentSlotTypeId}`
|
|
550
388
|
};
|
|
551
389
|
}
|
|
552
390
|
function modifiedCraftingReagentSlotTypeIndex() {
|
|
553
391
|
return {
|
|
554
|
-
|
|
555
|
-
|
|
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
|
-
|
|
563
|
-
|
|
400
|
+
namespace: "static",
|
|
401
|
+
path: `${base}/mount/${mountId}`
|
|
564
402
|
};
|
|
565
403
|
}
|
|
566
404
|
function mountIndex() {
|
|
567
405
|
return {
|
|
568
|
-
|
|
569
|
-
|
|
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
|
-
|
|
578
|
-
|
|
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
|
-
|
|
588
|
-
|
|
425
|
+
namespace: "static",
|
|
426
|
+
path: `${base}/keystone-affix/${mythicKeystoneAffixId}`
|
|
589
427
|
};
|
|
590
428
|
}
|
|
591
429
|
function mythicKeystoneAffixIndex() {
|
|
592
430
|
return {
|
|
593
|
-
|
|
594
|
-
|
|
431
|
+
namespace: "static",
|
|
432
|
+
path: `${base}/keystone-affix/index`
|
|
595
433
|
};
|
|
596
434
|
}
|
|
597
435
|
function mythicKeystoneAffixMedia(mythicKeystoneAffixId) {
|
|
598
436
|
return {
|
|
599
|
-
|
|
600
|
-
|
|
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
|
-
|
|
608
|
-
|
|
445
|
+
namespace: "dynamic",
|
|
446
|
+
path: `${base}/mythic-keystone/dungeon/${mythicKeystoneDungeonId}`
|
|
609
447
|
};
|
|
610
448
|
}
|
|
611
449
|
function mythicKeystoneDungeonIndex() {
|
|
612
450
|
return {
|
|
613
|
-
|
|
614
|
-
|
|
451
|
+
namespace: "dynamic",
|
|
452
|
+
path: `${base}/mythic-keystone/dungeon/index`
|
|
615
453
|
};
|
|
616
454
|
}
|
|
617
455
|
function mythicKeystoneIndex() {
|
|
618
456
|
return {
|
|
619
|
-
|
|
620
|
-
|
|
457
|
+
namespace: "dynamic",
|
|
458
|
+
path: `${base}/mythic-keystone/index`
|
|
621
459
|
};
|
|
622
460
|
}
|
|
623
461
|
function mythicKeystonePeriod(mythicKeystonePeriodId) {
|
|
624
462
|
return {
|
|
625
|
-
|
|
626
|
-
|
|
463
|
+
namespace: "dynamic",
|
|
464
|
+
path: `${base}/mythic-keystone/period/${mythicKeystonePeriodId}`
|
|
627
465
|
};
|
|
628
466
|
}
|
|
629
467
|
function mythicKeystonePeriodIndex() {
|
|
630
468
|
return {
|
|
631
|
-
|
|
632
|
-
|
|
469
|
+
namespace: "dynamic",
|
|
470
|
+
path: `${base}/mythic-keystone/period/index`
|
|
633
471
|
};
|
|
634
472
|
}
|
|
635
473
|
function mythicKeystoneSeason(mythicKeystoneSeasonId) {
|
|
636
474
|
return {
|
|
637
|
-
|
|
638
|
-
|
|
475
|
+
namespace: "dynamic",
|
|
476
|
+
path: `${base}/mythic-keystone/season/${mythicKeystoneSeasonId}`
|
|
639
477
|
};
|
|
640
478
|
}
|
|
641
479
|
function mythicKeystoneSeasonIndex() {
|
|
642
480
|
return {
|
|
643
|
-
|
|
644
|
-
|
|
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
|
-
|
|
652
|
-
|
|
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
|
-
|
|
658
|
-
|
|
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
|
-
|
|
666
|
-
|
|
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
|
-
|
|
674
|
-
|
|
511
|
+
namespace: "static",
|
|
512
|
+
path: `${base}/pet/${petId}`
|
|
675
513
|
};
|
|
676
514
|
}
|
|
677
515
|
function petIndex() {
|
|
678
516
|
return {
|
|
679
|
-
|
|
680
|
-
|
|
517
|
+
namespace: "static",
|
|
518
|
+
path: `${base}/pet/index`
|
|
681
519
|
};
|
|
682
520
|
}
|
|
683
521
|
function petMedia(petId) {
|
|
684
522
|
return {
|
|
685
|
-
|
|
686
|
-
|
|
523
|
+
namespace: "static",
|
|
524
|
+
path: `${mediaBase}/pet/${petId}`
|
|
687
525
|
};
|
|
688
526
|
}
|
|
689
527
|
function petAbility(petAbilityId) {
|
|
690
528
|
return {
|
|
691
|
-
|
|
692
|
-
|
|
529
|
+
namespace: "static",
|
|
530
|
+
path: `${base}/pet-ability/${petAbilityId}`
|
|
693
531
|
};
|
|
694
532
|
}
|
|
695
533
|
function petAbilityIndex() {
|
|
696
534
|
return {
|
|
697
|
-
|
|
698
|
-
|
|
535
|
+
namespace: "static",
|
|
536
|
+
path: `${base}/pet-ability/index`
|
|
699
537
|
};
|
|
700
538
|
}
|
|
701
539
|
function petAbilityMedia(petAbilityId) {
|
|
702
540
|
return {
|
|
703
|
-
|
|
704
|
-
|
|
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
|
-
|
|
712
|
-
|
|
549
|
+
namespace: "static",
|
|
550
|
+
path: `${base}/playable-class/${playableClassId}`
|
|
713
551
|
};
|
|
714
552
|
}
|
|
715
553
|
function playableClassIndex() {
|
|
716
554
|
return {
|
|
717
|
-
|
|
718
|
-
|
|
555
|
+
namespace: "static",
|
|
556
|
+
path: `${base}/playable-class/index`
|
|
719
557
|
};
|
|
720
558
|
}
|
|
721
559
|
function playableClassMedia(playableClassId) {
|
|
722
560
|
return {
|
|
723
|
-
|
|
724
|
-
|
|
561
|
+
namespace: "static",
|
|
562
|
+
path: `${mediaBase}/playable-class/${playableClassId}`
|
|
725
563
|
};
|
|
726
564
|
}
|
|
727
565
|
function pvpTalentSlots(playableClassId) {
|
|
728
566
|
return {
|
|
729
|
-
|
|
730
|
-
|
|
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
|
-
|
|
738
|
-
|
|
575
|
+
namespace: "static",
|
|
576
|
+
path: `${base}/playable-race/${playableRaceId}`
|
|
739
577
|
};
|
|
740
578
|
}
|
|
741
579
|
function playableRaceIndex() {
|
|
742
580
|
return {
|
|
743
|
-
|
|
744
|
-
|
|
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
|
-
|
|
752
|
-
|
|
589
|
+
namespace: "static",
|
|
590
|
+
path: `${base}/playable-specialization/${specializationId}`
|
|
753
591
|
};
|
|
754
592
|
}
|
|
755
593
|
function playableSpecializationIndex() {
|
|
756
594
|
return {
|
|
757
|
-
|
|
758
|
-
|
|
595
|
+
namespace: "static",
|
|
596
|
+
path: `${base}/playable-specialization/index`
|
|
759
597
|
};
|
|
760
598
|
}
|
|
761
599
|
function playableSpecializationMedia(specializationId) {
|
|
762
600
|
return {
|
|
763
|
-
|
|
764
|
-
|
|
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
|
-
|
|
772
|
-
|
|
609
|
+
namespace: "static",
|
|
610
|
+
path: `${base}/power-type/${powerTypeId}`
|
|
773
611
|
};
|
|
774
612
|
}
|
|
775
613
|
function powerTypeIndex() {
|
|
776
614
|
return {
|
|
777
|
-
|
|
778
|
-
|
|
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
|
-
|
|
786
|
-
|
|
623
|
+
namespace: "static",
|
|
624
|
+
path: `${base}/profession/${professionId}`
|
|
787
625
|
};
|
|
788
626
|
}
|
|
789
627
|
function professionIndex() {
|
|
790
628
|
return {
|
|
791
|
-
|
|
792
|
-
|
|
629
|
+
namespace: "static",
|
|
630
|
+
path: `${base}/profession/index`
|
|
793
631
|
};
|
|
794
632
|
}
|
|
795
633
|
function professionMedia(professionId) {
|
|
796
634
|
return {
|
|
797
|
-
|
|
798
|
-
|
|
635
|
+
namespace: "static",
|
|
636
|
+
path: `${mediaBase}/profession/${professionId}`
|
|
799
637
|
};
|
|
800
638
|
}
|
|
801
639
|
function professionSkillTier(professionId, skillTierId) {
|
|
802
640
|
return {
|
|
803
|
-
|
|
804
|
-
|
|
641
|
+
namespace: "static",
|
|
642
|
+
path: `${base}/profession/${professionId}/skill-tier/${skillTierId}`
|
|
805
643
|
};
|
|
806
644
|
}
|
|
807
645
|
function recipe(recipeId) {
|
|
808
646
|
return {
|
|
809
|
-
|
|
810
|
-
|
|
647
|
+
namespace: "static",
|
|
648
|
+
path: `${base}/recipe/${recipeId}`
|
|
811
649
|
};
|
|
812
650
|
}
|
|
813
651
|
function recipeMedia(recipeId) {
|
|
814
652
|
return {
|
|
815
|
-
|
|
816
|
-
|
|
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
|
-
|
|
824
|
-
|
|
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
|
-
|
|
830
|
-
|
|
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
|
-
|
|
836
|
-
|
|
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
|
-
|
|
842
|
-
|
|
679
|
+
namespace: "dynamic",
|
|
680
|
+
path: `${base}/pvp-season/${pvpSeasonId}`
|
|
843
681
|
};
|
|
844
682
|
}
|
|
845
683
|
function pvpSeasonIndex() {
|
|
846
684
|
return {
|
|
847
|
-
|
|
848
|
-
|
|
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
|
-
|
|
856
|
-
|
|
693
|
+
namespace: "static",
|
|
694
|
+
path: `${base}/pvp-tier/${pvpTierId}`
|
|
857
695
|
};
|
|
858
696
|
}
|
|
859
697
|
function pvpTierIndex() {
|
|
860
698
|
return {
|
|
861
|
-
|
|
862
|
-
|
|
699
|
+
namespace: "static",
|
|
700
|
+
path: `${base}/pvp-tier/index`
|
|
863
701
|
};
|
|
864
702
|
}
|
|
865
703
|
function pvpTierMedia(pvpTierId) {
|
|
866
704
|
return {
|
|
867
|
-
|
|
868
|
-
|
|
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
|
-
|
|
876
|
-
|
|
713
|
+
namespace: "static",
|
|
714
|
+
path: `${base}/quest/${questId}`
|
|
877
715
|
};
|
|
878
716
|
}
|
|
879
717
|
function questIndex() {
|
|
880
718
|
return {
|
|
881
|
-
|
|
882
|
-
|
|
719
|
+
namespace: "static",
|
|
720
|
+
path: `${base}/quest/index`
|
|
883
721
|
};
|
|
884
722
|
}
|
|
885
723
|
function questArea(questAreaId) {
|
|
886
724
|
return {
|
|
887
|
-
|
|
888
|
-
|
|
725
|
+
namespace: "static",
|
|
726
|
+
path: `${base}/quest/area/${questAreaId}`
|
|
889
727
|
};
|
|
890
728
|
}
|
|
891
729
|
function questAreaIndex() {
|
|
892
730
|
return {
|
|
893
|
-
|
|
894
|
-
|
|
731
|
+
namespace: "static",
|
|
732
|
+
path: `${base}/quest/area/index`
|
|
895
733
|
};
|
|
896
734
|
}
|
|
897
735
|
function questCategory(questCategoryId) {
|
|
898
736
|
return {
|
|
899
|
-
|
|
900
|
-
|
|
737
|
+
namespace: "static",
|
|
738
|
+
path: `${base}/quest/category/${questCategoryId}`
|
|
901
739
|
};
|
|
902
740
|
}
|
|
903
741
|
function questCategoryIndex() {
|
|
904
742
|
return {
|
|
905
|
-
|
|
906
|
-
|
|
743
|
+
namespace: "static",
|
|
744
|
+
path: `${base}/quest/category/index`
|
|
907
745
|
};
|
|
908
746
|
}
|
|
909
747
|
function questType(questTypeId) {
|
|
910
748
|
return {
|
|
911
|
-
|
|
912
|
-
|
|
749
|
+
namespace: "static",
|
|
750
|
+
path: `${base}/quest/type/${questTypeId}`
|
|
913
751
|
};
|
|
914
752
|
}
|
|
915
753
|
function questTypeIndex() {
|
|
916
754
|
return {
|
|
917
|
-
|
|
918
|
-
|
|
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
|
-
|
|
926
|
-
|
|
763
|
+
namespace: "dynamic",
|
|
764
|
+
path: `${base}/realm/${realmSlug}`
|
|
927
765
|
};
|
|
928
766
|
}
|
|
929
767
|
function realmIndex() {
|
|
930
768
|
return {
|
|
931
|
-
|
|
932
|
-
|
|
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
|
-
|
|
951
|
-
|
|
788
|
+
namespace: "dynamic",
|
|
789
|
+
path: `${base}/region/${regionId}`
|
|
952
790
|
};
|
|
953
791
|
}
|
|
954
792
|
function regionIndex() {
|
|
955
793
|
return {
|
|
956
|
-
|
|
957
|
-
|
|
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
|
-
|
|
965
|
-
|
|
802
|
+
namespace: "static",
|
|
803
|
+
path: `${base}/reputation-faction/${reputationFactionId}`
|
|
966
804
|
};
|
|
967
805
|
}
|
|
968
806
|
function reputationFactionIndex() {
|
|
969
807
|
return {
|
|
970
|
-
|
|
971
|
-
|
|
808
|
+
namespace: "static",
|
|
809
|
+
path: `${base}/reputation-faction/index`
|
|
972
810
|
};
|
|
973
811
|
}
|
|
974
812
|
function reputationTiers(reputationTiersId) {
|
|
975
813
|
return {
|
|
976
|
-
|
|
977
|
-
|
|
814
|
+
namespace: "static",
|
|
815
|
+
path: `${base}/reputation-tiers/${reputationTiersId}`
|
|
978
816
|
};
|
|
979
817
|
}
|
|
980
818
|
function reputationTiersIndex() {
|
|
981
819
|
return {
|
|
982
|
-
|
|
983
|
-
|
|
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
|
-
|
|
991
|
-
|
|
828
|
+
namespace: "static",
|
|
829
|
+
path: `${base}/spell/${spellId}`
|
|
992
830
|
};
|
|
993
831
|
}
|
|
994
832
|
function spellMedia(spellId) {
|
|
995
833
|
return {
|
|
996
|
-
|
|
997
|
-
|
|
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
|
-
|
|
1006
|
-
|
|
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
|
-
|
|
1016
|
-
|
|
853
|
+
namespace: "static",
|
|
854
|
+
path: `${base}/pvp-talent/${pvpTalentId}`
|
|
1017
855
|
};
|
|
1018
856
|
}
|
|
1019
857
|
function pvpTalentIndex() {
|
|
1020
858
|
return {
|
|
1021
|
-
|
|
1022
|
-
|
|
859
|
+
namespace: "static",
|
|
860
|
+
path: `${base}/pvp-talent/index`
|
|
1023
861
|
};
|
|
1024
862
|
}
|
|
1025
863
|
function talent(talentId) {
|
|
1026
864
|
return {
|
|
1027
|
-
|
|
1028
|
-
|
|
865
|
+
namespace: "static",
|
|
866
|
+
path: `${base}/talent/${talentId}`
|
|
1029
867
|
};
|
|
1030
868
|
}
|
|
1031
869
|
function talentIndex() {
|
|
1032
870
|
return {
|
|
1033
|
-
|
|
1034
|
-
|
|
871
|
+
namespace: "static",
|
|
872
|
+
path: `${base}/talent/index`
|
|
1035
873
|
};
|
|
1036
874
|
}
|
|
1037
875
|
function talentTree(talentTreeId, specId) {
|
|
1038
876
|
return {
|
|
1039
|
-
|
|
1040
|
-
|
|
877
|
+
namespace: "static",
|
|
878
|
+
path: `${base}/talent-tree/${talentTreeId}/playable-specialization/${specId}`
|
|
1041
879
|
};
|
|
1042
880
|
}
|
|
1043
881
|
function talentTreeIndex() {
|
|
1044
882
|
return {
|
|
1045
|
-
|
|
1046
|
-
|
|
883
|
+
namespace: "static",
|
|
884
|
+
path: `${base}/talent-tree/index`
|
|
1047
885
|
};
|
|
1048
886
|
}
|
|
1049
887
|
function talentTreeNodes(talentTreeId) {
|
|
1050
888
|
return {
|
|
1051
|
-
|
|
1052
|
-
|
|
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
|
-
|
|
1060
|
-
|
|
897
|
+
namespace: "static",
|
|
898
|
+
path: `${base}/tech-talent/${techTalentId}`
|
|
1061
899
|
};
|
|
1062
900
|
}
|
|
1063
901
|
function techTalentIndex() {
|
|
1064
902
|
return {
|
|
1065
|
-
|
|
1066
|
-
|
|
903
|
+
namespace: "static",
|
|
904
|
+
path: `${base}/tech-talent/index`
|
|
1067
905
|
};
|
|
1068
906
|
}
|
|
1069
907
|
function techTalentMedia(techTalentId) {
|
|
1070
908
|
return {
|
|
1071
|
-
|
|
1072
|
-
|
|
909
|
+
namespace: "static",
|
|
910
|
+
path: `${mediaBase}/tech-talent/${techTalentId}`
|
|
1073
911
|
};
|
|
1074
912
|
}
|
|
1075
913
|
function techTalentTree(techTalentTreeId) {
|
|
1076
914
|
return {
|
|
1077
|
-
|
|
1078
|
-
|
|
915
|
+
namespace: "static",
|
|
916
|
+
path: `${base}/tech-talent-tree/${techTalentTreeId}`
|
|
1079
917
|
};
|
|
1080
918
|
}
|
|
1081
919
|
function techTalentTreeIndex() {
|
|
1082
920
|
return {
|
|
1083
|
-
|
|
1084
|
-
|
|
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
|
-
|
|
1092
|
-
|
|
929
|
+
namespace: "static",
|
|
930
|
+
path: `${base}/title/${titleId}`
|
|
1093
931
|
};
|
|
1094
932
|
}
|
|
1095
933
|
function titleIndex() {
|
|
1096
934
|
return {
|
|
1097
|
-
|
|
1098
|
-
|
|
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
|
-
|
|
1106
|
-
|
|
943
|
+
namespace: "static",
|
|
944
|
+
path: `${base}/toy/${toyId}`
|
|
1107
945
|
};
|
|
1108
946
|
}
|
|
1109
947
|
function toyIndex() {
|
|
1110
948
|
return {
|
|
1111
|
-
|
|
1112
|
-
|
|
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
|
-
|
|
1120
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
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
|