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