@airbreather/mod-nodejs-types 0.0.2 → 0.0.4

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/classes/Item.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  declare global {
2
2
  namespace Acore {
3
3
  class Item extends ACObject {
4
+ static create(entry: number, count: number, player?: Player, randomPropertyId?: number, temp?: boolean): Item;
5
+
4
6
  readonly isBoundAccountWide: boolean;
5
7
  readonly isBoundByEnchant: boolean;
6
8
  readonly isLocked: boolean;
@@ -1,52 +1,52 @@
1
- export * from './ACMap';
2
- export * from './ACObject';
3
- export * from './Auction';
4
- export * from './AuctionHouse';
5
- export * from './Aura';
6
- export * from './AuraApplication';
7
- export * from './AuraEffect';
8
- export * from './BattlegroundQueue';
9
- export * from './Battleground';
10
- export * from './ByteBuffer';
11
- export * from './CastSpellBuilder';
12
- export * from './ChatCommandBuilder';
13
- export * from './ChatHandler';
14
- export * from './Condition';
15
- export * from './ConditionSourceInfo';
16
- export * from './Config';
17
- export * from './Corpse';
18
- export * from './Creature';
19
- export * from './CreatureTemplate';
20
- export * from './DynamicObject';
21
- export * from './Field';
22
- export * from './GameObject';
23
- export * from './GmTicket';
24
- export * from './Group';
25
- export * from './Guardian';
26
- export * from './Guild';
27
- export * from './GuildMember';
28
- export * from './Item';
29
- export * from './ItemTemplate';
30
- export * from './Loot';
31
- export * from './LootStore';
32
- export * from './LootTemplate';
33
- export * from './MailDraft';
34
- export * from './MailSender';
35
- export * from './Minion';
36
- export * from './Pet';
37
- export * from './Player';
38
- export * from './QueryResult';
39
- export * from './Quest';
40
- export * from './Roll';
41
- export * from './Spell';
42
- export * from './SpellChainNode';
43
- export * from './SpellEffectInfo';
44
- export * from './SpellImplicitTargetInfo';
45
- export * from './SpellInfo';
46
- export * from './TempSummon';
47
- export * from './ThreatReference';
48
- export * from './Transport';
49
- export * from './Unit';
50
- export * from './Vehicle';
51
- export * from './WorldObject';
52
- export * from './WorldPacket';
1
+ export type * from './ACMap.d.ts';
2
+ export type * from './ACObject.d.ts';
3
+ export type * from './Auction.d.ts';
4
+ export type * from './AuctionHouse.d.ts';
5
+ export type * from './Aura.d.ts';
6
+ export type * from './AuraApplication.d.ts';
7
+ export type * from './AuraEffect.d.ts';
8
+ export type * from './BattlegroundQueue.d.ts';
9
+ export type * from './Battleground.d.ts';
10
+ export type * from './ByteBuffer.d.ts';
11
+ export type * from './CastSpellBuilder.d.ts';
12
+ export type * from './ChatCommandBuilder.d.ts';
13
+ export type * from './ChatHandler.d.ts';
14
+ export type * from './Condition.d.ts';
15
+ export type * from './ConditionSourceInfo.d.ts';
16
+ export type * from './Config.d.ts';
17
+ export type * from './Corpse.d.ts';
18
+ export type * from './Creature.d.ts';
19
+ export type * from './CreatureTemplate.d.ts';
20
+ export type * from './DynamicObject.d.ts';
21
+ export type * from './Field.d.ts';
22
+ export type * from './GameObject.d.ts';
23
+ export type * from './GmTicket.d.ts';
24
+ export type * from './Group.d.ts';
25
+ export type * from './Guardian.d.ts';
26
+ export type * from './Guild.d.ts';
27
+ export type * from './GuildMember.d.ts';
28
+ export type * from './Item.d.ts';
29
+ export type * from './ItemTemplate.d.ts';
30
+ export type * from './Loot.d.ts';
31
+ export type * from './LootStore.d.ts';
32
+ export type * from './LootTemplate.d.ts';
33
+ export type * from './MailDraft.d.ts';
34
+ export type * from './MailSender.d.ts';
35
+ export type * from './Minion.d.ts';
36
+ export type * from './Pet.d.ts';
37
+ export type * from './Player.d.ts';
38
+ export type * from './QueryResult.d.ts';
39
+ export type * from './Quest.d.ts';
40
+ export type * from './Roll.d.ts';
41
+ export type * from './Spell.d.ts';
42
+ export type * from './SpellChainNode.d.ts';
43
+ export type * from './SpellEffectInfo.d.ts';
44
+ export type * from './SpellImplicitTargetInfo.d.ts';
45
+ export type * from './SpellInfo.d.ts';
46
+ export type * from './TempSummon.d.ts';
47
+ export type * from './ThreatReference.d.ts';
48
+ export type * from './Transport.d.ts';
49
+ export type * from './Unit.d.ts';
50
+ export type * from './Vehicle.d.ts';
51
+ export type * from './WorldObject.d.ts';
52
+ export type * from './WorldPacket.d.ts';
package/enums/index.d.ts CHANGED
@@ -1,177 +1,177 @@
1
- export * from './AccountFlags';
2
- export * from './AccountTypes';
3
- export * from './AchievementFlags';
4
- export * from './AcoreStrings';
5
- export * from './ArenaTeamInfoType';
6
- export * from './ArenaType';
7
- export * from './AuctionHouseId';
8
- export * from './AURA_FLAGS';
9
- export * from './AuraRemoveMode';
10
- export * from './AuraStateType';
11
- export * from './AuraType';
12
- export * from './BAG_FAMILY_MASK';
13
- export * from './BattlegroundDesertionType';
14
- export * from './BattlegroundQueueGroupTypes';
15
- export * from './BattlegroundTypeId';
16
- export * from './CharterTypes';
17
- export * from './ChatMsg';
18
- export * from './ClassContext';
19
- export * from './Classes';
20
- export * from './ConditionSourceType';
21
- export * from './ConditionTypes';
22
- export * from './CorpseType';
23
- export * from './CreatureChaseMovementType';
24
- export * from './CreatureClasses';
25
- export * from './CreatureEliteType';
26
- export * from './CreatureFamily';
27
- export * from './CreatureFlagsExtra';
28
- export * from './CreatureFlightMovementType';
29
- export * from './CreatureGroundMovementType';
30
- export * from './CreatureRandomMovementType';
31
- export * from './CreatureType';
32
- export * from './CreatureTypeFlags';
33
- export * from './CurrentSpellTypes';
34
- export * from './DamageEffectType';
35
- export * from './DatabaseFieldTypes';
36
- export * from './Db';
37
- export * from './DeathState';
38
- export * from './Difficulty';
39
- export * from './DispelType';
40
- export * from './DuelCompleteType';
41
- export * from './Emote';
42
- export * from './EvadeReason';
43
- export * from './Expansions';
44
- export * from './Gender';
45
- export * from './GMTicketEscalationStatus';
46
- export * from './GossipAction';
47
- export * from './GossipSender';
48
- export * from './GOState';
49
- export * from './GroupJoinBattlegroundResult';
50
- export * from './GroupMemberFlags';
51
- export * from './GroupType';
52
- export * from './GuildBankEventLogTypes';
53
- export * from './GuildDefaultRanks';
54
- export * from './GuildEventLogTypes';
55
- export * from './GuildMemberFlags';
56
- export * from './HighGuid';
57
- export * from './HolidayIds';
58
- export * from './InventoryResult';
59
- export * from './InventoryType';
60
- export * from './ItemBondingType';
61
- export * from './ItemClass';
62
- export * from './ItemFlags';
63
- export * from './ItemFlags2';
64
- export * from './ItemFlagsCustom';
65
- export * from './ItemModType';
66
- export * from './ItemQualities';
67
- export * from './ItemSpelltriggerType';
68
- export * from './ItemSubclass';
69
- export * from './ItemSubclassArmor';
70
- export * from './ItemSubclassConsumable';
71
- export * from './ItemSubclassContainer';
72
- export * from './ItemSubclassGem';
73
- export * from './ItemSubclassGeneric';
74
- export * from './ItemSubclassGlyph';
75
- export * from './ItemSubclassJunk';
76
- export * from './ItemSubclassKey';
77
- export * from './ItemSubclassMoney';
78
- export * from './ItemSubclassPermanent';
79
- export * from './ItemSubclassProjectile';
80
- export * from './ItemSubclassQuest';
81
- export * from './ItemSubclassQuiver';
82
- export * from './ItemSubclassReagent';
83
- export * from './ItemSubclassRecipe';
84
- export * from './ItemSubclassTradeGoods';
85
- export * from './ItemSubclassWeapon';
86
- export * from './Language';
87
- export * from './LfgRoles';
88
- export * from './LocaleConstant';
89
- export * from './LogLevel';
90
- export * from './LootModes';
91
- export * from './LootState';
92
- export * from './LootStoreType';
93
- export * from './LootType';
94
- export * from './MailCheckedMask';
95
- export * from './MailMessageType';
96
- export * from './MailStationery';
97
- export * from './Mechanics';
98
- export * from './MovementGeneratorType';
99
- export * from './MovementSlot';
100
- export * from './NearObjectsMask';
101
- export * from './NPCFlags';
102
- export * from './OBJECT_UPDATE_TYPE';
103
- export * from './OnlineState';
104
- export * from './PetDiet';
105
- export * from './PetSpellState';
106
- export * from './PetType';
107
- export * from './PlayerChatTag';
108
- export * from './PlayerXPSource';
109
- export * from './Powers';
110
- export * from './ProcFlags';
111
- export * from './ProcFlagsHit';
112
- export * from './QuestStatus';
113
- export * from './QuestTypes';
114
- export * from './Races';
115
- export * from './ReactStates';
116
- export * from './RemoveMethod';
117
- export * from './ReputationRank';
118
- export * from './ReputationSource';
119
- export * from './RollMask';
120
- export * from './RollVote';
121
- export * from './ServerSideVisibilityType';
122
- export * from './ShapeshiftForm';
123
- export * from './SheathState';
124
- export * from './ShutdownMask';
125
- export * from './SkillType';
126
- export * from './SocketColor';
127
- export * from './SpellAttributes';
128
- export * from './SpellAuraInterruptFlags';
129
- export * from './SpellCastResult';
130
- export * from './SpellCastTargetFlags';
131
- export * from './SpellCategoryFlags';
132
- export * from './SpellDmgClass';
133
- export * from './SpellEffectImplicitTargetTypes';
134
- export * from './SpellEffects';
135
- export * from './SpellEffIndex';
136
- export * from './SpellFacingFlags';
137
- export * from './SpellFamilyFlag';
138
- export * from './SpellFamilyNames';
139
- export * from './SpellImmuneBlockType';
140
- export * from './SpellImmunity';
141
- export * from './SpellInterruptFlags';
142
- export * from './SpellModOp';
143
- export * from './SpellModType';
144
- export * from './SpellPreventionType';
145
- export * from './SpellRangeFlag';
146
- export * from './SpellSchoolMask';
147
- export * from './SpellSchools';
148
- export * from './SpellSpecificType';
149
- export * from './SpellTargetCheckTypes';
150
- export * from './SpellTargetDirectionTypes';
151
- export * from './SpellTargetObjectTypes';
152
- export * from './SpellTargetReferenceTypes';
153
- export * from './SpellTargetSelectionCategories';
154
- export * from './SpellValueMod';
155
- export * from './Stats';
156
- export * from './SummonCategory';
157
- export * from './SummonPropFlags';
158
- export * from './SummonType';
159
- export * from './TargetIcon';
160
- export * from './Targets';
161
- export * from './TauntState';
162
- export * from './TeamId';
163
- export * from './TeleportToOptions';
164
- export * from './TempSummonType';
165
- export * from './TextEmote';
166
- export * from './TriggerCastFlags';
167
- export * from './TypeId';
168
- export * from './UnitDynFlags';
169
- export * from './UnitFlags';
170
- export * from './UnitFlags2';
171
- export * from './UnitModifierFlatType';
172
- export * from './UnitModifierPctType';
173
- export * from './UnitMods';
174
- export * from './UnitMoveType';
175
- export * from './UnitStandStateType';
176
- export * from './UnitState';
177
- export * from './WeaponAttackType';
1
+ export type * from './AccountFlags.d.ts';
2
+ export type * from './AccountTypes.d.ts';
3
+ export type * from './AchievementFlags.d.ts';
4
+ export type * from './AcoreStrings.d.ts';
5
+ export type * from './ArenaTeamInfoType.d.ts';
6
+ export type * from './ArenaType.d.ts';
7
+ export type * from './AuctionHouseId.d.ts';
8
+ export type * from './AURA_FLAGS.d.ts';
9
+ export type * from './AuraRemoveMode.d.ts';
10
+ export type * from './AuraStateType.d.ts';
11
+ export type * from './AuraType.d.ts';
12
+ export type * from './BAG_FAMILY_MASK.d.ts';
13
+ export type * from './BattlegroundDesertionType.d.ts';
14
+ export type * from './BattlegroundQueueGroupTypes.d.ts';
15
+ export type * from './BattlegroundTypeId.d.ts';
16
+ export type * from './CharterTypes.d.ts';
17
+ export type * from './ChatMsg.d.ts';
18
+ export type * from './ClassContext.d.ts';
19
+ export type * from './Classes.d.ts';
20
+ export type * from './ConditionSourceType.d.ts';
21
+ export type * from './ConditionTypes.d.ts';
22
+ export type * from './CorpseType.d.ts';
23
+ export type * from './CreatureChaseMovementType.d.ts';
24
+ export type * from './CreatureClasses.d.ts';
25
+ export type * from './CreatureEliteType.d.ts';
26
+ export type * from './CreatureFamily.d.ts';
27
+ export type * from './CreatureFlagsExtra.d.ts';
28
+ export type * from './CreatureFlightMovementType.d.ts';
29
+ export type * from './CreatureGroundMovementType.d.ts';
30
+ export type * from './CreatureRandomMovementType.d.ts';
31
+ export type * from './CreatureType.d.ts';
32
+ export type * from './CreatureTypeFlags.d.ts';
33
+ export type * from './CurrentSpellTypes.d.ts';
34
+ export type * from './DamageEffectType.d.ts';
35
+ export type * from './DatabaseFieldTypes.d.ts';
36
+ export type * from './Db.d.ts';
37
+ export type * from './DeathState.d.ts';
38
+ export type * from './Difficulty.d.ts';
39
+ export type * from './DispelType.d.ts';
40
+ export type * from './DuelCompleteType.d.ts';
41
+ export type * from './Emote.d.ts';
42
+ export type * from './EvadeReason.d.ts';
43
+ export type * from './Expansions.d.ts';
44
+ export type * from './Gender.d.ts';
45
+ export type * from './GMTicketEscalationStatus.d.ts';
46
+ export type * from './GossipAction.d.ts';
47
+ export type * from './GossipSender.d.ts';
48
+ export type * from './GOState.d.ts';
49
+ export type * from './GroupJoinBattlegroundResult.d.ts';
50
+ export type * from './GroupMemberFlags.d.ts';
51
+ export type * from './GroupType.d.ts';
52
+ export type * from './GuildBankEventLogTypes.d.ts';
53
+ export type * from './GuildDefaultRanks.d.ts';
54
+ export type * from './GuildEventLogTypes.d.ts';
55
+ export type * from './GuildMemberFlags.d.ts';
56
+ export type * from './HighGuid.d.ts';
57
+ export type * from './HolidayIds.d.ts';
58
+ export type * from './InventoryResult.d.ts';
59
+ export type * from './InventoryType.d.ts';
60
+ export type * from './ItemBondingType.d.ts';
61
+ export type * from './ItemClass.d.ts';
62
+ export type * from './ItemFlags.d.ts';
63
+ export type * from './ItemFlags2.d.ts';
64
+ export type * from './ItemFlagsCustom.d.ts';
65
+ export type * from './ItemModType.d.ts';
66
+ export type * from './ItemQualities.d.ts';
67
+ export type * from './ItemSpelltriggerType.d.ts';
68
+ export type * from './ItemSubclass.d.ts';
69
+ export type * from './ItemSubclassArmor.d.ts';
70
+ export type * from './ItemSubclassConsumable.d.ts';
71
+ export type * from './ItemSubclassContainer.d.ts';
72
+ export type * from './ItemSubclassGem.d.ts';
73
+ export type * from './ItemSubclassGeneric.d.ts';
74
+ export type * from './ItemSubclassGlyph.d.ts';
75
+ export type * from './ItemSubclassJunk.d.ts';
76
+ export type * from './ItemSubclassKey.d.ts';
77
+ export type * from './ItemSubclassMoney.d.ts';
78
+ export type * from './ItemSubclassPermanent.d.ts';
79
+ export type * from './ItemSubclassProjectile.d.ts';
80
+ export type * from './ItemSubclassQuest.d.ts';
81
+ export type * from './ItemSubclassQuiver.d.ts';
82
+ export type * from './ItemSubclassReagent.d.ts';
83
+ export type * from './ItemSubclassRecipe.d.ts';
84
+ export type * from './ItemSubclassTradeGoods.d.ts';
85
+ export type * from './ItemSubclassWeapon.d.ts';
86
+ export type * from './Language.d.ts';
87
+ export type * from './LfgRoles.d.ts';
88
+ export type * from './LocaleConstant.d.ts';
89
+ export type * from './LogLevel.d.ts';
90
+ export type * from './LootModes.d.ts';
91
+ export type * from './LootState.d.ts';
92
+ export type * from './LootStoreType.d.ts';
93
+ export type * from './LootType.d.ts';
94
+ export type * from './MailCheckedMask.d.ts';
95
+ export type * from './MailMessageType.d.ts';
96
+ export type * from './MailStationery.d.ts';
97
+ export type * from './Mechanics.d.ts';
98
+ export type * from './MovementGeneratorType.d.ts';
99
+ export type * from './MovementSlot.d.ts';
100
+ export type * from './NearObjectsMask.d.ts';
101
+ export type * from './NPCFlags.d.ts';
102
+ export type * from './OBJECT_UPDATE_TYPE.d.ts';
103
+ export type * from './OnlineState.d.ts';
104
+ export type * from './PetDiet.d.ts';
105
+ export type * from './PetSpellState.d.ts';
106
+ export type * from './PetType.d.ts';
107
+ export type * from './PlayerChatTag.d.ts';
108
+ export type * from './PlayerXPSource.d.ts';
109
+ export type * from './Powers.d.ts';
110
+ export type * from './ProcFlags.d.ts';
111
+ export type * from './ProcFlagsHit.d.ts';
112
+ export type * from './QuestStatus.d.ts';
113
+ export type * from './QuestTypes.d.ts';
114
+ export type * from './Races.d.ts';
115
+ export type * from './ReactStates.d.ts';
116
+ export type * from './RemoveMethod.d.ts';
117
+ export type * from './ReputationRank.d.ts';
118
+ export type * from './ReputationSource.d.ts';
119
+ export type * from './RollMask.d.ts';
120
+ export type * from './RollVote.d.ts';
121
+ export type * from './ServerSideVisibilityType.d.ts';
122
+ export type * from './ShapeshiftForm.d.ts';
123
+ export type * from './SheathState.d.ts';
124
+ export type * from './ShutdownMask.d.ts';
125
+ export type * from './SkillType.d.ts';
126
+ export type * from './SocketColor.d.ts';
127
+ export type * from './SpellAttributes.d.ts';
128
+ export type * from './SpellAuraInterruptFlags.d.ts';
129
+ export type * from './SpellCastResult.d.ts';
130
+ export type * from './SpellCastTargetFlags.d.ts';
131
+ export type * from './SpellCategoryFlags.d.ts';
132
+ export type * from './SpellDmgClass.d.ts';
133
+ export type * from './SpellEffectImplicitTargetTypes.d.ts';
134
+ export type * from './SpellEffects.d.ts';
135
+ export type * from './SpellEffIndex.d.ts';
136
+ export type * from './SpellFacingFlags.d.ts';
137
+ export type * from './SpellFamilyFlag.d.ts';
138
+ export type * from './SpellFamilyNames.d.ts';
139
+ export type * from './SpellImmuneBlockType.d.ts';
140
+ export type * from './SpellImmunity.d.ts';
141
+ export type * from './SpellInterruptFlags.d.ts';
142
+ export type * from './SpellModOp.d.ts';
143
+ export type * from './SpellModType.d.ts';
144
+ export type * from './SpellPreventionType.d.ts';
145
+ export type * from './SpellRangeFlag.d.ts';
146
+ export type * from './SpellSchoolMask.d.ts';
147
+ export type * from './SpellSchools.d.ts';
148
+ export type * from './SpellSpecificType.d.ts';
149
+ export type * from './SpellTargetCheckTypes.d.ts';
150
+ export type * from './SpellTargetDirectionTypes.d.ts';
151
+ export type * from './SpellTargetObjectTypes.d.ts';
152
+ export type * from './SpellTargetReferenceTypes.d.ts';
153
+ export type * from './SpellTargetSelectionCategories.d.ts';
154
+ export type * from './SpellValueMod.d.ts';
155
+ export type * from './Stats.d.ts';
156
+ export type * from './SummonCategory.d.ts';
157
+ export type * from './SummonPropFlags.d.ts';
158
+ export type * from './SummonType.d.ts';
159
+ export type * from './TargetIcon.d.ts';
160
+ export type * from './Targets.d.ts';
161
+ export type * from './TauntState.d.ts';
162
+ export type * from './TeamId.d.ts';
163
+ export type * from './TeleportToOptions.d.ts';
164
+ export type * from './TempSummonType.d.ts';
165
+ export type * from './TextEmote.d.ts';
166
+ export type * from './TriggerCastFlags.d.ts';
167
+ export type * from './TypeId.d.ts';
168
+ export type * from './UnitDynFlags.d.ts';
169
+ export type * from './UnitFlags.d.ts';
170
+ export type * from './UnitFlags2.d.ts';
171
+ export type * from './UnitModifierFlatType.d.ts';
172
+ export type * from './UnitModifierPctType.d.ts';
173
+ export type * from './UnitMods.d.ts';
174
+ export type * from './UnitMoveType.d.ts';
175
+ export type * from './UnitStandStateType.d.ts';
176
+ export type * from './UnitState.d.ts';
177
+ export type * from './WeaponAttackType.d.ts';
package/hooks/index.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- export * from './account';
2
- export * from './auction';
3
- export * from './battleground';
4
- export * from './battleground-queue';
5
- export * from './creature';
6
- export * from './group';
7
- export * from './guild';
8
- export * from './item';
9
- export * from './loot';
10
- export * from './map';
11
- export * from './misc';
12
- export * from './nodejs';
13
- export * from './pet';
14
- export * from './player';
15
- export * from './spell';
16
- export * from './ticket';
17
- export * from './unit';
18
- export * from './vehicle';
19
- export * from './world';
20
- export * from './world-object';
1
+ export type * from './account.d.ts';
2
+ export type * from './auction.d.ts';
3
+ export type * from './battleground.d.ts';
4
+ export type * from './battleground-queue.d.ts';
5
+ export type * from './creature.d.ts';
6
+ export type * from './group.d.ts';
7
+ export type * from './guild.d.ts';
8
+ export type * from './item.d.ts';
9
+ export type * from './loot.d.ts';
10
+ export type * from './map.d.ts';
11
+ export type * from './misc.d.ts';
12
+ export type * from './nodejs.d.ts';
13
+ export type * from './pet.d.ts';
14
+ export type * from './player.d.ts';
15
+ export type * from './spell.d.ts';
16
+ export type * from './ticket.d.ts';
17
+ export type * from './unit.d.ts';
18
+ export type * from './vehicle.d.ts';
19
+ export type * from './world.d.ts';
20
+ export type * from './world-object.d.ts';
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- export * from './acore';
2
- export * from './classes';
3
- export * from './enums';
4
- export * from './hooks';
5
- export * from './records';
1
+ export type * from './acore.d.ts';
2
+ export type * from './classes/index.d.ts';
3
+ export type * from './enums/index.d.ts';
4
+ export type * from './hooks/index.d.ts';
5
+ export type * from './records/index.d.ts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airbreather/mod-nodejs-types",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Type declarations (only) for the mod-nodejs AzerothCore module.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,27 +1,27 @@
1
- export * from './AchievementEntry';
2
- export * from './BattlegroundScore';
3
- export * from './Box';
4
- export * from './ChaseAngle';
5
- export * from './ChaseRange';
6
- export * from './CreatureModel';
7
- export * from './CreatureMovementData';
8
- export * from './GlyphPropertiesEntry';
9
- export * from './GroupQueueInfo';
10
- export * from './Homebind';
11
- export * from './ImmunityInfo';
12
- export * from './ItemDamage';
13
- export * from './ItemSocket';
14
- export * from './ItemSpell';
15
- export * from './ItemStat';
16
- export * from './LootItem';
17
- export * from './ObjectGuid';
18
- export * from './PetInfo';
19
- export * from './Position';
20
- export * from './PvPDifficultyEntry';
21
- export * from './SpellCastTimesEntry';
22
- export * from './SpellCategoryEntry';
23
- export * from './SpellDurationEntry';
24
- export * from './SpellModifier';
25
- export * from './SpellRadiusEntry';
26
- export * from './SpellRangeEntry';
27
- export * from './SummonPropertiesEntry';
1
+ export type * from './AchievementEntry.d.ts';
2
+ export type * from './BattlegroundScore.d.ts';
3
+ export type * from './Box.d.ts';
4
+ export type * from './ChaseAngle.d.ts';
5
+ export type * from './ChaseRange.d.ts';
6
+ export type * from './CreatureModel.d.ts';
7
+ export type * from './CreatureMovementData.d.ts';
8
+ export type * from './GlyphPropertiesEntry.d.ts';
9
+ export type * from './GroupQueueInfo.d.ts';
10
+ export type * from './Homebind.d.ts';
11
+ export type * from './ImmunityInfo.d.ts';
12
+ export type * from './ItemDamage.d.ts';
13
+ export type * from './ItemSocket.d.ts';
14
+ export type * from './ItemSpell.d.ts';
15
+ export type * from './ItemStat.d.ts';
16
+ export type * from './LootItem.d.ts';
17
+ export type * from './ObjectGuid.d.ts';
18
+ export type * from './PetInfo.d.ts';
19
+ export type * from './Position.d.ts';
20
+ export type * from './PvPDifficultyEntry.d.ts';
21
+ export type * from './SpellCastTimesEntry.d.ts';
22
+ export type * from './SpellCategoryEntry.d.ts';
23
+ export type * from './SpellDurationEntry.d.ts';
24
+ export type * from './SpellModifier.d.ts';
25
+ export type * from './SpellRadiusEntry.d.ts';
26
+ export type * from './SpellRangeEntry.d.ts';
27
+ export type * from './SummonPropertiesEntry.d.ts';