@elite-dangerous-plugin-framework/journal 0.20250914.0 → 0.20260201.1
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 +79 -1
- package/dist/generated/CancelledSquadronApplication.bi.d.ts +24 -0
- package/dist/generated/CancelledSquadronApplication.d.ts +24 -0
- package/dist/generated/CompleteConstruction.bi.d.ts +22 -0
- package/dist/generated/CompleteConstruction.d.ts +22 -0
- package/dist/generated/Docked.bi.d.ts +1 -1
- package/dist/generated/Docked.d.ts +1 -1
- package/dist/generated/PowerplayMerits.bi.d.ts +1 -1
- package/dist/generated/PowerplayMerits.d.ts +1 -1
- package/dist/generated/PowerplayRank.bi.d.ts +1 -1
- package/dist/generated/PowerplayRank.d.ts +1 -1
- package/dist/generated/Scan.bi.d.ts +2 -0
- package/dist/generated/Scan.d.ts +2 -0
- package/dist/generated/ScanOrganic.bi.d.ts +2 -0
- package/dist/generated/ScanOrganic.d.ts +2 -0
- package/dist/generated/SendText.bi.d.ts +5 -0
- package/dist/generated/SendText.d.ts +5 -0
- package/dist/generated/SquadronApplicationApproved.bi.d.ts +24 -0
- package/dist/generated/SquadronApplicationApproved.d.ts +24 -0
- package/dist/generated/SquadronApplicationRejected.bi.d.ts +24 -0
- package/dist/generated/SquadronApplicationRejected.d.ts +24 -0
- package/dist/generated/Status.bi.d.ts +98 -0
- package/dist/generated/Status.d.ts +98 -0
- package/dist/generated/index.d.ts +494 -486
- package/dist/index.js +16 -2
- package/dist/index.js.map +7 -4
- package/package.json +1649 -12
|
@@ -3,541 +3,549 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import WingInviteEvent from './WingInvite.js';
|
|
11
|
-
import WingInviteEvent_BI from './WingInvite.bi.js';
|
|
12
|
-
import WingAddEvent from './WingAdd.js';
|
|
13
|
-
import WingAddEvent_BI from './WingAdd.bi.js';
|
|
14
|
-
import VehicleSwitchEvent from './VehicleSwitch.js';
|
|
15
|
-
import VehicleSwitchEvent_BI from './VehicleSwitch.bi.js';
|
|
16
|
-
import UseConsumableEvent from './UseConsumable.js';
|
|
17
|
-
import UseConsumableEvent_BI from './UseConsumable.bi.js';
|
|
18
|
-
import UpgradeWeaponEvent from './UpgradeWeapon.js';
|
|
19
|
-
import UpgradeWeaponEvent_BI from './UpgradeWeapon.bi.js';
|
|
20
|
-
import UpgradeSuitEvent from './UpgradeSuit.js';
|
|
21
|
-
import UpgradeSuitEvent_BI from './UpgradeSuit.bi.js';
|
|
22
|
-
import UndockedEvent from './Undocked.js';
|
|
23
|
-
import UndockedEvent_BI from './Undocked.bi.js';
|
|
24
|
-
import UnderAttackEvent from './UnderAttack.js';
|
|
25
|
-
import UnderAttackEvent_BI from './UnderAttack.bi.js';
|
|
26
|
-
import USSDropEvent from './USSDrop.js';
|
|
27
|
-
import USSDropEvent_BI from './USSDrop.bi.js';
|
|
28
|
-
import TransferMicroResourcesEvent from './TransferMicroResources.js';
|
|
29
|
-
import TransferMicroResourcesEvent_BI from './TransferMicroResources.bi.js';
|
|
6
|
+
import DockSRVEvent from './DockSRV.js';
|
|
7
|
+
import DockSRVEvent_BI from './DockSRV.bi.js';
|
|
8
|
+
import FighterRebuiltEvent from './FighterRebuilt.js';
|
|
9
|
+
import FighterRebuiltEvent_BI from './FighterRebuilt.bi.js';
|
|
30
10
|
import TradeMicroResourcesEvent from './TradeMicroResources.js';
|
|
31
11
|
import TradeMicroResourcesEvent_BI from './TradeMicroResources.bi.js';
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import SupercruiseDestinationDropEvent from './SupercruiseDestinationDrop.js';
|
|
47
|
-
import SupercruiseDestinationDropEvent_BI from './SupercruiseDestinationDrop.bi.js';
|
|
48
|
-
import SuitLoadoutEvent from './SuitLoadout.js';
|
|
49
|
-
import SuitLoadoutEvent_BI from './SuitLoadout.bi.js';
|
|
50
|
-
import StoredShipsEvent from './StoredShips.js';
|
|
51
|
-
import StoredShipsEvent_BI from './StoredShips.bi.js';
|
|
52
|
-
import StoredModulesEvent from './StoredModules.js';
|
|
53
|
-
import StoredModulesEvent_BI from './StoredModules.bi.js';
|
|
54
|
-
import StatusEvent from './Status.js';
|
|
55
|
-
import StatusEvent_BI from './Status.bi.js';
|
|
56
|
-
import StatisticsEvent from './Statistics.js';
|
|
57
|
-
import StatisticsEvent_BI from './Statistics.bi.js';
|
|
58
|
-
import StartJumpEvent from './StartJump.js';
|
|
59
|
-
import StartJumpEvent_BI from './StartJump.bi.js';
|
|
60
|
-
import SquadronStartupEvent from './SquadronStartup.js';
|
|
61
|
-
import SquadronStartupEvent_BI from './SquadronStartup.bi.js';
|
|
62
|
-
import SquadronPromotionEvent from './SquadronPromotion.js';
|
|
63
|
-
import SquadronPromotionEvent_BI from './SquadronPromotion.bi.js';
|
|
64
|
-
import SquadronDemotionEvent from './SquadronDemotion.js';
|
|
65
|
-
import SquadronDemotionEvent_BI from './SquadronDemotion.bi.js';
|
|
66
|
-
import SquadronCreatedEvent from './SquadronCreated.js';
|
|
67
|
-
import SquadronCreatedEvent_BI from './SquadronCreated.bi.js';
|
|
68
|
-
import ShutdownEvent from './Shutdown.js';
|
|
69
|
-
import ShutdownEvent_BI from './Shutdown.bi.js';
|
|
70
|
-
import ShipyardTransferEvent from './ShipyardTransfer.js';
|
|
71
|
-
import ShipyardTransferEvent_BI from './ShipyardTransfer.bi.js';
|
|
72
|
-
import ShipyardSwapEvent from './ShipyardSwap.js';
|
|
73
|
-
import ShipyardSwapEvent_BI from './ShipyardSwap.bi.js';
|
|
74
|
-
import ShipyardSellEvent from './ShipyardSell.js';
|
|
75
|
-
import ShipyardSellEvent_BI from './ShipyardSell.bi.js';
|
|
76
|
-
import ShipyardRedeemEvent from './ShipyardRedeem.js';
|
|
77
|
-
import ShipyardRedeemEvent_BI from './ShipyardRedeem.bi.js';
|
|
78
|
-
import ShipyardNewEvent from './ShipyardNew.js';
|
|
79
|
-
import ShipyardNewEvent_BI from './ShipyardNew.bi.js';
|
|
80
|
-
import ShipyardBuyEvent from './ShipyardBuy.js';
|
|
81
|
-
import ShipyardBuyEvent_BI from './ShipyardBuy.bi.js';
|
|
82
|
-
import ShipyardBankDepositEvent from './ShipyardBankDeposit.js';
|
|
83
|
-
import ShipyardBankDepositEvent_BI from './ShipyardBankDeposit.bi.js';
|
|
84
|
-
import ShipyardEvent from './Shipyard.js';
|
|
85
|
-
import ShipyardEvent_BI from './Shipyard.bi.js';
|
|
86
|
-
import ShipTargetedEvent from './ShipTargeted.js';
|
|
87
|
-
import ShipTargetedEvent_BI from './ShipTargeted.bi.js';
|
|
88
|
-
import ShipRedeemedEvent from './ShipRedeemed.js';
|
|
89
|
-
import ShipRedeemedEvent_BI from './ShipRedeemed.bi.js';
|
|
90
|
-
import ShipLockerMaterialsEvent from './ShipLockerMaterials.js';
|
|
91
|
-
import ShipLockerMaterialsEvent_BI from './ShipLockerMaterials.bi.js';
|
|
92
|
-
import ShipLockerEvent from './ShipLocker.js';
|
|
93
|
-
import ShipLockerEvent_BI from './ShipLocker.bi.js';
|
|
94
|
-
import ShieldStateEvent from './ShieldState.js';
|
|
95
|
-
import ShieldStateEvent_BI from './ShieldState.bi.js';
|
|
96
|
-
import SharedBookmarkToSquadronEvent from './SharedBookmarkToSquadron.js';
|
|
97
|
-
import SharedBookmarkToSquadronEvent_BI from './SharedBookmarkToSquadron.bi.js';
|
|
98
|
-
import SetUserShipNameEvent from './SetUserShipName.js';
|
|
99
|
-
import SetUserShipNameEvent_BI from './SetUserShipName.bi.js';
|
|
100
|
-
import SendTextEvent from './SendText.js';
|
|
101
|
-
import SendTextEvent_BI from './SendText.bi.js';
|
|
12
|
+
import RefuelPartialEvent from './RefuelPartial.js';
|
|
13
|
+
import RefuelPartialEvent_BI from './RefuelPartial.bi.js';
|
|
14
|
+
import ClearSavedGameEvent from './ClearSavedGame.js';
|
|
15
|
+
import ClearSavedGameEvent_BI from './ClearSavedGame.bi.js';
|
|
16
|
+
import InterdictedEvent from './Interdicted.js';
|
|
17
|
+
import InterdictedEvent_BI from './Interdicted.bi.js';
|
|
18
|
+
import BountyEvent from './Bounty.js';
|
|
19
|
+
import BountyEvent_BI from './Bounty.bi.js';
|
|
20
|
+
import LaunchFighterEvent from './LaunchFighter.js';
|
|
21
|
+
import LaunchFighterEvent_BI from './LaunchFighter.bi.js';
|
|
22
|
+
import CarrierDecommissionEvent from './CarrierDecommission.js';
|
|
23
|
+
import CarrierDecommissionEvent_BI from './CarrierDecommission.bi.js';
|
|
24
|
+
import EngineerProgressEvent from './EngineerProgress.js';
|
|
25
|
+
import EngineerProgressEvent_BI from './EngineerProgress.bi.js';
|
|
102
26
|
import SellWeaponEvent from './SellWeapon.js';
|
|
103
27
|
import SellWeaponEvent_BI from './SellWeapon.bi.js';
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
114
|
-
import
|
|
115
|
-
import
|
|
28
|
+
import SquadronApplicationRejectedEvent from './SquadronApplicationRejected.js';
|
|
29
|
+
import SquadronApplicationRejectedEvent_BI from './SquadronApplicationRejected.bi.js';
|
|
30
|
+
import MarketSellEvent from './MarketSell.js';
|
|
31
|
+
import MarketSellEvent_BI from './MarketSell.bi.js';
|
|
32
|
+
import LoadoutEvent from './Loadout.js';
|
|
33
|
+
import LoadoutEvent_BI from './Loadout.bi.js';
|
|
34
|
+
import CarrierJumpRequestEvent from './CarrierJumpRequest.js';
|
|
35
|
+
import CarrierJumpRequestEvent_BI from './CarrierJumpRequest.bi.js';
|
|
36
|
+
import SquadronApplicationApprovedEvent from './SquadronApplicationApproved.js';
|
|
37
|
+
import SquadronApplicationApprovedEvent_BI from './SquadronApplicationApproved.bi.js';
|
|
38
|
+
import PowerplayDeliverEvent from './PowerplayDeliver.js';
|
|
39
|
+
import PowerplayDeliverEvent_BI from './PowerplayDeliver.bi.js';
|
|
40
|
+
import EmbarkEvent from './Embark.js';
|
|
41
|
+
import EmbarkEvent_BI from './Embark.bi.js';
|
|
42
|
+
import BuyDronesEvent from './BuyDrones.js';
|
|
43
|
+
import BuyDronesEvent_BI from './BuyDrones.bi.js';
|
|
44
|
+
import MissionFailedEvent from './MissionFailed.js';
|
|
45
|
+
import MissionFailedEvent_BI from './MissionFailed.bi.js';
|
|
46
|
+
import RepairEvent from './Repair.js';
|
|
47
|
+
import RepairEvent_BI from './Repair.bi.js';
|
|
48
|
+
import ProspectedAsteroidEvent from './ProspectedAsteroid.js';
|
|
49
|
+
import ProspectedAsteroidEvent_BI from './ProspectedAsteroid.bi.js';
|
|
116
50
|
import SelfDestructEvent from './SelfDestruct.js';
|
|
117
51
|
import SelfDestructEvent_BI from './SelfDestruct.bi.js';
|
|
118
|
-
import
|
|
119
|
-
import
|
|
120
|
-
import ScreenshotEvent from './Screenshot.js';
|
|
121
|
-
import ScreenshotEvent_BI from './Screenshot.bi.js';
|
|
122
|
-
import ScientificResearchEvent from './ScientificResearch.js';
|
|
123
|
-
import ScientificResearchEvent_BI from './ScientificResearch.bi.js';
|
|
124
|
-
import ScannedEvent from './Scanned.js';
|
|
125
|
-
import ScannedEvent_BI from './Scanned.bi.js';
|
|
126
|
-
import ScanOrganicEvent from './ScanOrganic.js';
|
|
127
|
-
import ScanOrganicEvent_BI from './ScanOrganic.bi.js';
|
|
128
|
-
import ScanBaryCentreEvent from './ScanBaryCentre.js';
|
|
129
|
-
import ScanBaryCentreEvent_BI from './ScanBaryCentre.bi.js';
|
|
130
|
-
import ScanEvent from './Scan.js';
|
|
131
|
-
import ScanEvent_BI from './Scan.bi.js';
|
|
132
|
-
import SRVDestroyedEvent from './SRVDestroyed.js';
|
|
133
|
-
import SRVDestroyedEvent_BI from './SRVDestroyed.bi.js';
|
|
134
|
-
import SAASignalsFoundEvent from './SAASignalsFound.js';
|
|
135
|
-
import SAASignalsFoundEvent_BI from './SAASignalsFound.bi.js';
|
|
136
|
-
import SAAScanCompleteEvent from './SAAScanComplete.js';
|
|
137
|
-
import SAAScanCompleteEvent_BI from './SAAScanComplete.bi.js';
|
|
52
|
+
import CapShipBondEvent from './CapShipBond.js';
|
|
53
|
+
import CapShipBondEvent_BI from './CapShipBond.bi.js';
|
|
138
54
|
import ResurrectEvent from './Resurrect.js';
|
|
139
55
|
import ResurrectEvent_BI from './Resurrect.bi.js';
|
|
140
|
-
import ResupplyEvent from './Resupply.js';
|
|
141
|
-
import ResupplyEvent_BI from './Resupply.bi.js';
|
|
142
|
-
import RestockVehicleEvent from './RestockVehicle.js';
|
|
143
|
-
import RestockVehicleEvent_BI from './RestockVehicle.bi.js';
|
|
144
|
-
import ReservoirReplenishedEvent from './ReservoirReplenished.js';
|
|
145
|
-
import ReservoirReplenishedEvent_BI from './ReservoirReplenished.bi.js';
|
|
146
|
-
import RequestPowerMicroResourcesEvent from './RequestPowerMicroResources.js';
|
|
147
|
-
import RequestPowerMicroResourcesEvent_BI from './RequestPowerMicroResources.bi.js';
|
|
148
|
-
import ReputationEvent from './Reputation.js';
|
|
149
|
-
import ReputationEvent_BI from './Reputation.bi.js';
|
|
150
|
-
import RepairDroneEvent from './RepairDrone.js';
|
|
151
|
-
import RepairDroneEvent_BI from './RepairDrone.bi.js';
|
|
152
|
-
import RepairAllEvent from './RepairAll.js';
|
|
153
|
-
import RepairAllEvent_BI from './RepairAll.bi.js';
|
|
154
|
-
import RepairEvent from './Repair.js';
|
|
155
|
-
import RepairEvent_BI from './Repair.bi.js';
|
|
156
|
-
import RenameSuitLoadoutEvent from './RenameSuitLoadout.js';
|
|
157
|
-
import RenameSuitLoadoutEvent_BI from './RenameSuitLoadout.bi.js';
|
|
158
|
-
import RefuelPartialEvent from './RefuelPartial.js';
|
|
159
|
-
import RefuelPartialEvent_BI from './RefuelPartial.bi.js';
|
|
160
|
-
import RefuelAllEvent from './RefuelAll.js';
|
|
161
|
-
import RefuelAllEvent_BI from './RefuelAll.bi.js';
|
|
162
|
-
import RedeemVoucherEvent from './RedeemVoucher.js';
|
|
163
|
-
import RedeemVoucherEvent_BI from './RedeemVoucher.bi.js';
|
|
164
|
-
import ReceiveTextEvent from './ReceiveText.js';
|
|
165
|
-
import ReceiveTextEvent_BI from './ReceiveText.bi.js';
|
|
166
|
-
import RebootRepairEvent from './RebootRepair.js';
|
|
167
|
-
import RebootRepairEvent_BI from './RebootRepair.bi.js';
|
|
168
|
-
import RankEvent from './Rank.js';
|
|
169
|
-
import RankEvent_BI from './Rank.bi.js';
|
|
170
56
|
import QuitACrewEvent from './QuitACrew.js';
|
|
171
57
|
import QuitACrewEvent_BI from './QuitACrew.bi.js';
|
|
172
|
-
import
|
|
173
|
-
import
|
|
174
|
-
import PromotionEvent from './Promotion.js';
|
|
175
|
-
import PromotionEvent_BI from './Promotion.bi.js';
|
|
176
|
-
import ProgressEvent from './Progress.js';
|
|
177
|
-
import ProgressEvent_BI from './Progress.bi.js';
|
|
178
|
-
import PowerplayVoucherEvent from './PowerplayVoucher.js';
|
|
179
|
-
import PowerplayVoucherEvent_BI from './PowerplayVoucher.bi.js';
|
|
180
|
-
import PowerplayVoteEvent from './PowerplayVote.js';
|
|
181
|
-
import PowerplayVoteEvent_BI from './PowerplayVote.bi.js';
|
|
182
|
-
import PowerplaySalaryEvent from './PowerplaySalary.js';
|
|
183
|
-
import PowerplaySalaryEvent_BI from './PowerplaySalary.bi.js';
|
|
184
|
-
import PowerplayRankEvent from './PowerplayRank.js';
|
|
185
|
-
import PowerplayRankEvent_BI from './PowerplayRank.bi.js';
|
|
186
|
-
import PowerplayMeritsEvent from './PowerplayMerits.js';
|
|
187
|
-
import PowerplayMeritsEvent_BI from './PowerplayMerits.bi.js';
|
|
188
|
-
import PowerplayLeaveEvent from './PowerplayLeave.js';
|
|
189
|
-
import PowerplayLeaveEvent_BI from './PowerplayLeave.bi.js';
|
|
190
|
-
import PowerplayJoinEvent from './PowerplayJoin.js';
|
|
191
|
-
import PowerplayJoinEvent_BI from './PowerplayJoin.bi.js';
|
|
192
|
-
import PowerplayFastTrackEvent from './PowerplayFastTrack.js';
|
|
193
|
-
import PowerplayFastTrackEvent_BI from './PowerplayFastTrack.bi.js';
|
|
194
|
-
import PowerplayDeliverEvent from './PowerplayDeliver.js';
|
|
195
|
-
import PowerplayDeliverEvent_BI from './PowerplayDeliver.bi.js';
|
|
196
|
-
import PowerplayDefectEvent from './PowerplayDefect.js';
|
|
197
|
-
import PowerplayDefectEvent_BI from './PowerplayDefect.bi.js';
|
|
198
|
-
import PowerplayCollectEvent from './PowerplayCollect.js';
|
|
199
|
-
import PowerplayCollectEvent_BI from './PowerplayCollect.bi.js';
|
|
200
|
-
import PowerplayEvent from './Powerplay.js';
|
|
201
|
-
import PowerplayEvent_BI from './Powerplay.bi.js';
|
|
202
|
-
import PayFinesEvent from './PayFines.js';
|
|
203
|
-
import PayFinesEvent_BI from './PayFines.bi.js';
|
|
204
|
-
import PayBountiesEvent from './PayBounties.js';
|
|
205
|
-
import PayBountiesEvent_BI from './PayBounties.bi.js';
|
|
206
|
-
import PassengersEvent from './Passengers.js';
|
|
207
|
-
import PassengersEvent_BI from './Passengers.bi.js';
|
|
208
|
-
import PVPKillEvent from './PVPKill.js';
|
|
209
|
-
import PVPKillEvent_BI from './PVPKill.bi.js';
|
|
210
|
-
import OutfittingEvent from './Outfitting.js';
|
|
211
|
-
import OutfittingEvent_BI from './Outfitting.bi.js';
|
|
212
|
-
import NpcCrewRankEvent from './NpcCrewRank.js';
|
|
213
|
-
import NpcCrewRankEvent_BI from './NpcCrewRank.bi.js';
|
|
214
|
-
import NpcCrewPaidWageEvent from './NpcCrewPaidWage.js';
|
|
215
|
-
import NpcCrewPaidWageEvent_BI from './NpcCrewPaidWage.bi.js';
|
|
216
|
-
import NewCommanderEvent from './NewCommander.js';
|
|
217
|
-
import NewCommanderEvent_BI from './NewCommander.bi.js';
|
|
58
|
+
import CarrierCrewServicesEvent from './CarrierCrewServices.js';
|
|
59
|
+
import CarrierCrewServicesEvent_BI from './CarrierCrewServices.bi.js';
|
|
218
60
|
import NavRouteClearEvent from './NavRouteClear.js';
|
|
219
61
|
import NavRouteClearEvent_BI from './NavRouteClear.bi.js';
|
|
220
|
-
import NavRouteEvent from './NavRoute.js';
|
|
221
|
-
import NavRouteEvent_BI from './NavRoute.bi.js';
|
|
222
|
-
import NavBeaconScanEvent from './NavBeaconScan.js';
|
|
223
|
-
import NavBeaconScanEvent_BI from './NavBeaconScan.bi.js';
|
|
224
|
-
import MusicEvent from './Music.js';
|
|
225
|
-
import MusicEvent_BI from './Music.bi.js';
|
|
226
|
-
import MultiSellExplorationDataEvent from './MultiSellExplorationData.js';
|
|
227
|
-
import MultiSellExplorationDataEvent_BI from './MultiSellExplorationData.bi.js';
|
|
228
62
|
import ModuleSwapEvent from './ModuleSwap.js';
|
|
229
63
|
import ModuleSwapEvent_BI from './ModuleSwap.bi.js';
|
|
230
|
-
import
|
|
231
|
-
import
|
|
232
|
-
import
|
|
233
|
-
import
|
|
64
|
+
import SharedBookmarkToSquadronEvent from './SharedBookmarkToSquadron.js';
|
|
65
|
+
import SharedBookmarkToSquadronEvent_BI from './SharedBookmarkToSquadron.bi.js';
|
|
66
|
+
import BuyWeaponEvent from './BuyWeapon.js';
|
|
67
|
+
import BuyWeaponEvent_BI from './BuyWeapon.bi.js';
|
|
68
|
+
import UseConsumableEvent from './UseConsumable.js';
|
|
69
|
+
import UseConsumableEvent_BI from './UseConsumable.bi.js';
|
|
70
|
+
import InterdictionEvent from './Interdiction.js';
|
|
71
|
+
import InterdictionEvent_BI from './Interdiction.bi.js';
|
|
72
|
+
import StatusEvent from './Status.js';
|
|
73
|
+
import StatusEvent_BI from './Status.bi.js';
|
|
74
|
+
import EngineerContributionEvent from './EngineerContribution.js';
|
|
75
|
+
import EngineerContributionEvent_BI from './EngineerContribution.bi.js';
|
|
76
|
+
import LoadoutRemoveModuleEvent from './LoadoutRemoveModule.js';
|
|
77
|
+
import LoadoutRemoveModuleEvent_BI from './LoadoutRemoveModule.bi.js';
|
|
234
78
|
import ModuleSellEvent from './ModuleSell.js';
|
|
235
79
|
import ModuleSellEvent_BI from './ModuleSell.bi.js';
|
|
236
|
-
import
|
|
237
|
-
import
|
|
238
|
-
import
|
|
239
|
-
import
|
|
240
|
-
import
|
|
241
|
-
import
|
|
242
|
-
import
|
|
243
|
-
import
|
|
244
|
-
import
|
|
245
|
-
import
|
|
246
|
-
import
|
|
247
|
-
import
|
|
248
|
-
import MissionFailedEvent from './MissionFailed.js';
|
|
249
|
-
import MissionFailedEvent_BI from './MissionFailed.bi.js';
|
|
250
|
-
import MissionCompletedEvent from './MissionCompleted.js';
|
|
251
|
-
import MissionCompletedEvent_BI from './MissionCompleted.bi.js';
|
|
252
|
-
import MissionAcceptedEvent from './MissionAccepted.js';
|
|
253
|
-
import MissionAcceptedEvent_BI from './MissionAccepted.bi.js';
|
|
254
|
-
import MissionAbandonedEvent from './MissionAbandoned.js';
|
|
255
|
-
import MissionAbandonedEvent_BI from './MissionAbandoned.bi.js';
|
|
256
|
-
import MiningRefinedEvent from './MiningRefined.js';
|
|
257
|
-
import MiningRefinedEvent_BI from './MiningRefined.bi.js';
|
|
258
|
-
import MaterialsEvent from './Materials.js';
|
|
259
|
-
import MaterialsEvent_BI from './Materials.bi.js';
|
|
260
|
-
import MaterialTradeEvent from './MaterialTrade.js';
|
|
261
|
-
import MaterialTradeEvent_BI from './MaterialTrade.bi.js';
|
|
262
|
-
import MaterialDiscoveredEvent from './MaterialDiscovered.js';
|
|
263
|
-
import MaterialDiscoveredEvent_BI from './MaterialDiscovered.bi.js';
|
|
264
|
-
import MaterialDiscardedEvent from './MaterialDiscarded.js';
|
|
265
|
-
import MaterialDiscardedEvent_BI from './MaterialDiscarded.bi.js';
|
|
266
|
-
import MaterialCollectedEvent from './MaterialCollected.js';
|
|
267
|
-
import MaterialCollectedEvent_BI from './MaterialCollected.bi.js';
|
|
268
|
-
import MassModuleStoreEvent from './MassModuleStore.js';
|
|
269
|
-
import MassModuleStoreEvent_BI from './MassModuleStore.bi.js';
|
|
270
|
-
import MarketSellEvent from './MarketSell.js';
|
|
271
|
-
import MarketSellEvent_BI from './MarketSell.bi.js';
|
|
80
|
+
import RepairAllEvent from './RepairAll.js';
|
|
81
|
+
import RepairAllEvent_BI from './RepairAll.bi.js';
|
|
82
|
+
import JoinACrewEvent from './JoinACrew.js';
|
|
83
|
+
import JoinACrewEvent_BI from './JoinACrew.bi.js';
|
|
84
|
+
import PowerplayLeaveEvent from './PowerplayLeave.js';
|
|
85
|
+
import PowerplayLeaveEvent_BI from './PowerplayLeave.bi.js';
|
|
86
|
+
import CarrierCancelDecommissionEvent from './CarrierCancelDecommission.js';
|
|
87
|
+
import CarrierCancelDecommissionEvent_BI from './CarrierCancelDecommission.bi.js';
|
|
88
|
+
import WingJoinEvent from './WingJoin.js';
|
|
89
|
+
import WingJoinEvent_BI from './WingJoin.bi.js';
|
|
90
|
+
import SquadronDemotionEvent from './SquadronDemotion.js';
|
|
91
|
+
import SquadronDemotionEvent_BI from './SquadronDemotion.bi.js';
|
|
272
92
|
import MarketBuyEvent from './MarketBuy.js';
|
|
273
93
|
import MarketBuyEvent_BI from './MarketBuy.bi.js';
|
|
274
|
-
import
|
|
275
|
-
import
|
|
276
|
-
import
|
|
277
|
-
import
|
|
278
|
-
import
|
|
279
|
-
import
|
|
280
|
-
import
|
|
281
|
-
import
|
|
282
|
-
import
|
|
283
|
-
import
|
|
94
|
+
import BuySuitEvent from './BuySuit.js';
|
|
95
|
+
import BuySuitEvent_BI from './BuySuit.bi.js';
|
|
96
|
+
import EngineerCraftEvent from './EngineerCraft.js';
|
|
97
|
+
import EngineerCraftEvent_BI from './EngineerCraft.bi.js';
|
|
98
|
+
import DockFighterEvent from './DockFighter.js';
|
|
99
|
+
import DockFighterEvent_BI from './DockFighter.bi.js';
|
|
100
|
+
import ShipLockerMaterialsEvent from './ShipLockerMaterials.js';
|
|
101
|
+
import ShipLockerMaterialsEvent_BI from './ShipLockerMaterials.bi.js';
|
|
102
|
+
import MaterialCollectedEvent from './MaterialCollected.js';
|
|
103
|
+
import MaterialCollectedEvent_BI from './MaterialCollected.bi.js';
|
|
104
|
+
import ShutdownEvent from './Shutdown.js';
|
|
105
|
+
import ShutdownEvent_BI from './Shutdown.bi.js';
|
|
106
|
+
import CreateSuitLoadoutEvent from './CreateSuitLoadout.js';
|
|
107
|
+
import CreateSuitLoadoutEvent_BI from './CreateSuitLoadout.bi.js';
|
|
108
|
+
import ModuleRetrieveEvent from './ModuleRetrieve.js';
|
|
109
|
+
import ModuleRetrieveEvent_BI from './ModuleRetrieve.bi.js';
|
|
284
110
|
import LoadGameEvent from './LoadGame.js';
|
|
285
111
|
import LoadGameEvent_BI from './LoadGame.bi.js';
|
|
286
|
-
import
|
|
287
|
-
import
|
|
288
|
-
import
|
|
289
|
-
import
|
|
290
|
-
import
|
|
291
|
-
import
|
|
292
|
-
import
|
|
293
|
-
import
|
|
294
|
-
import
|
|
295
|
-
import
|
|
296
|
-
import
|
|
297
|
-
import
|
|
298
|
-
import
|
|
299
|
-
import
|
|
300
|
-
import
|
|
301
|
-
import
|
|
302
|
-
import JoinedSquadronEvent from './JoinedSquadron.js';
|
|
303
|
-
import JoinedSquadronEvent_BI from './JoinedSquadron.bi.js';
|
|
304
|
-
import JoinACrewEvent from './JoinACrew.js';
|
|
305
|
-
import JoinACrewEvent_BI from './JoinACrew.bi.js';
|
|
306
|
-
import JetConeBoostEvent from './JetConeBoost.js';
|
|
307
|
-
import JetConeBoostEvent_BI from './JetConeBoost.bi.js';
|
|
308
|
-
import JetConeDamageEvent from './JetConeDamage.js';
|
|
309
|
-
import JetConeDamageEvent_BI from './JetConeDamage.bi.js';
|
|
310
|
-
import InvitedToSquadronEvent from './InvitedToSquadron.js';
|
|
311
|
-
import InvitedToSquadronEvent_BI from './InvitedToSquadron.bi.js';
|
|
312
|
-
import InterdictionEvent from './Interdiction.js';
|
|
313
|
-
import InterdictionEvent_BI from './Interdiction.bi.js';
|
|
314
|
-
import InterdictedEvent from './Interdicted.js';
|
|
315
|
-
import InterdictedEvent_BI from './Interdicted.bi.js';
|
|
316
|
-
import HullDamageEvent from './HullDamage.js';
|
|
317
|
-
import HullDamageEvent_BI from './HullDamage.bi.js';
|
|
318
|
-
import HoloscreenHackedEvent from './HoloscreenHacked.js';
|
|
319
|
-
import HoloscreenHackedEvent_BI from './HoloscreenHacked.bi.js';
|
|
320
|
-
import HeatWarningEvent from './HeatWarning.js';
|
|
321
|
-
import HeatWarningEvent_BI from './HeatWarning.bi.js';
|
|
322
|
-
import HeatDamageEvent from './HeatDamage.js';
|
|
323
|
-
import HeatDamageEvent_BI from './HeatDamage.bi.js';
|
|
112
|
+
import StartJumpEvent from './StartJump.js';
|
|
113
|
+
import StartJumpEvent_BI from './StartJump.bi.js';
|
|
114
|
+
import CrewLaunchFighterEvent from './CrewLaunchFighter.js';
|
|
115
|
+
import CrewLaunchFighterEvent_BI from './CrewLaunchFighter.bi.js';
|
|
116
|
+
import ScanBaryCentreEvent from './ScanBaryCentre.js';
|
|
117
|
+
import ScanBaryCentreEvent_BI from './ScanBaryCentre.bi.js';
|
|
118
|
+
import BuyExplorationDataEvent from './BuyExplorationData.js';
|
|
119
|
+
import BuyExplorationDataEvent_BI from './BuyExplorationData.bi.js';
|
|
120
|
+
import PromotionEvent from './Promotion.js';
|
|
121
|
+
import PromotionEvent_BI from './Promotion.bi.js';
|
|
122
|
+
import CarrierTradeOrderEvent from './CarrierTradeOrder.js';
|
|
123
|
+
import CarrierTradeOrderEvent_BI from './CarrierTradeOrder.bi.js';
|
|
124
|
+
import SearchAndRescueEvent from './SearchAndRescue.js';
|
|
125
|
+
import SearchAndRescueEvent_BI from './SearchAndRescue.bi.js';
|
|
126
|
+
import FSSSignalDiscoveredEvent from './FSSSignalDiscovered.js';
|
|
127
|
+
import FSSSignalDiscoveredEvent_BI from './FSSSignalDiscovered.bi.js';
|
|
324
128
|
import FuelScoopEvent from './FuelScoop.js';
|
|
325
129
|
import FuelScoopEvent_BI from './FuelScoop.bi.js';
|
|
130
|
+
import ModuleStoreEvent from './ModuleStore.js';
|
|
131
|
+
import ModuleStoreEvent_BI from './ModuleStore.bi.js';
|
|
132
|
+
import AsteroidCrackedEvent from './AsteroidCracked.js';
|
|
133
|
+
import AsteroidCrackedEvent_BI from './AsteroidCracked.bi.js';
|
|
134
|
+
import PowerplayFastTrackEvent from './PowerplayFastTrack.js';
|
|
135
|
+
import PowerplayFastTrackEvent_BI from './PowerplayFastTrack.bi.js';
|
|
136
|
+
import ShieldStateEvent from './ShieldState.js';
|
|
137
|
+
import ShieldStateEvent_BI from './ShieldState.bi.js';
|
|
138
|
+
import BuyAmmoEvent from './BuyAmmo.js';
|
|
139
|
+
import BuyAmmoEvent_BI from './BuyAmmo.bi.js';
|
|
326
140
|
import FriendsEvent from './Friends.js';
|
|
327
141
|
import FriendsEvent_BI from './Friends.bi.js';
|
|
142
|
+
import CrimeVictimEvent from './CrimeVictim.js';
|
|
143
|
+
import CrimeVictimEvent_BI from './CrimeVictim.bi.js';
|
|
144
|
+
import ShipyardSwapEvent from './ShipyardSwap.js';
|
|
145
|
+
import ShipyardSwapEvent_BI from './ShipyardSwap.bi.js';
|
|
146
|
+
import FSSDiscoveryScanEvent from './FSSDiscoveryScan.js';
|
|
147
|
+
import FSSDiscoveryScanEvent_BI from './FSSDiscoveryScan.bi.js';
|
|
148
|
+
import AppliedToSquadronEvent from './AppliedToSquadron.js';
|
|
149
|
+
import AppliedToSquadronEvent_BI from './AppliedToSquadron.bi.js';
|
|
150
|
+
import OutfittingEvent from './Outfitting.js';
|
|
151
|
+
import OutfittingEvent_BI from './Outfitting.bi.js';
|
|
152
|
+
import CancelDropshipEvent from './CancelDropship.js';
|
|
153
|
+
import CancelDropshipEvent_BI from './CancelDropship.bi.js';
|
|
154
|
+
import CarrierDepositFuelEvent from './CarrierDepositFuel.js';
|
|
155
|
+
import CarrierDepositFuelEvent_BI from './CarrierDepositFuel.bi.js';
|
|
156
|
+
import MissionAcceptedEvent from './MissionAccepted.js';
|
|
157
|
+
import MissionAcceptedEvent_BI from './MissionAccepted.bi.js';
|
|
158
|
+
import EjectCargoEvent from './EjectCargo.js';
|
|
159
|
+
import EjectCargoEvent_BI from './EjectCargo.bi.js';
|
|
160
|
+
import RenameSuitLoadoutEvent from './RenameSuitLoadout.js';
|
|
161
|
+
import RenameSuitLoadoutEvent_BI from './RenameSuitLoadout.bi.js';
|
|
162
|
+
import DisembarkEvent from './Disembark.js';
|
|
163
|
+
import DisembarkEvent_BI from './Disembark.bi.js';
|
|
164
|
+
import ColonisationConstructionDepotEvent from './ColonisationConstructionDepot.js';
|
|
165
|
+
import ColonisationConstructionDepotEvent_BI from './ColonisationConstructionDepot.bi.js';
|
|
166
|
+
import CommunityGoalEvent from './CommunityGoal.js';
|
|
167
|
+
import CommunityGoalEvent_BI from './CommunityGoal.bi.js';
|
|
168
|
+
import BackpackEvent from './Backpack.js';
|
|
169
|
+
import BackpackEvent_BI from './Backpack.bi.js';
|
|
170
|
+
import SupercruiseEntryEvent from './SupercruiseEntry.js';
|
|
171
|
+
import SupercruiseEntryEvent_BI from './SupercruiseEntry.bi.js';
|
|
172
|
+
import StatisticsEvent from './Statistics.js';
|
|
173
|
+
import StatisticsEvent_BI from './Statistics.bi.js';
|
|
174
|
+
import CargoTransferEvent from './CargoTransfer.js';
|
|
175
|
+
import CargoTransferEvent_BI from './CargoTransfer.bi.js';
|
|
176
|
+
import WingAddEvent from './WingAdd.js';
|
|
177
|
+
import WingAddEvent_BI from './WingAdd.bi.js';
|
|
178
|
+
import PayBountiesEvent from './PayBounties.js';
|
|
179
|
+
import PayBountiesEvent_BI from './PayBounties.bi.js';
|
|
180
|
+
import CargoEvent from './Cargo.js';
|
|
181
|
+
import CargoEvent_BI from './Cargo.bi.js';
|
|
182
|
+
import DockingDeniedEvent from './DockingDenied.js';
|
|
183
|
+
import DockingDeniedEvent_BI from './DockingDenied.bi.js';
|
|
184
|
+
import MassModuleStoreEvent from './MassModuleStore.js';
|
|
185
|
+
import MassModuleStoreEvent_BI from './MassModuleStore.bi.js';
|
|
186
|
+
import MissionCompletedEvent from './MissionCompleted.js';
|
|
187
|
+
import MissionCompletedEvent_BI from './MissionCompleted.bi.js';
|
|
188
|
+
import CarrierModulePackEvent from './CarrierModulePack.js';
|
|
189
|
+
import CarrierModulePackEvent_BI from './CarrierModulePack.bi.js';
|
|
190
|
+
import CommunityGoalRewardEvent from './CommunityGoalReward.js';
|
|
191
|
+
import CommunityGoalRewardEvent_BI from './CommunityGoalReward.bi.js';
|
|
328
192
|
import FileheaderEvent from './Fileheader.js';
|
|
329
193
|
import FileheaderEvent_BI from './Fileheader.bi.js';
|
|
330
|
-
import
|
|
331
|
-
import
|
|
332
|
-
import
|
|
333
|
-
import
|
|
334
|
-
import
|
|
335
|
-
import
|
|
336
|
-
import
|
|
337
|
-
import
|
|
338
|
-
import
|
|
339
|
-
import
|
|
340
|
-
import
|
|
341
|
-
import
|
|
342
|
-
import
|
|
343
|
-
import
|
|
344
|
-
import
|
|
345
|
-
import
|
|
346
|
-
import
|
|
347
|
-
import
|
|
348
|
-
import
|
|
349
|
-
import
|
|
350
|
-
import
|
|
351
|
-
import
|
|
194
|
+
import CrewMemberRoleChangeEvent from './CrewMemberRoleChange.js';
|
|
195
|
+
import CrewMemberRoleChangeEvent_BI from './CrewMemberRoleChange.bi.js';
|
|
196
|
+
import CompleteConstructionEvent from './CompleteConstruction.js';
|
|
197
|
+
import CompleteConstructionEvent_BI from './CompleteConstruction.bi.js';
|
|
198
|
+
import NpcCrewPaidWageEvent from './NpcCrewPaidWage.js';
|
|
199
|
+
import NpcCrewPaidWageEvent_BI from './NpcCrewPaidWage.bi.js';
|
|
200
|
+
import SystemsShutdownEvent from './SystemsShutdown.js';
|
|
201
|
+
import SystemsShutdownEvent_BI from './SystemsShutdown.bi.js';
|
|
202
|
+
import SupercruiseExitEvent from './SupercruiseExit.js';
|
|
203
|
+
import SupercruiseExitEvent_BI from './SupercruiseExit.bi.js';
|
|
204
|
+
import NavBeaconScanEvent from './NavBeaconScan.js';
|
|
205
|
+
import NavBeaconScanEvent_BI from './NavBeaconScan.bi.js';
|
|
206
|
+
import SupercruiseDestinationDropEvent from './SupercruiseDestinationDrop.js';
|
|
207
|
+
import SupercruiseDestinationDropEvent_BI from './SupercruiseDestinationDrop.bi.js';
|
|
208
|
+
import PowerplayDefectEvent from './PowerplayDefect.js';
|
|
209
|
+
import PowerplayDefectEvent_BI from './PowerplayDefect.bi.js';
|
|
210
|
+
import BookDropshipEvent from './BookDropship.js';
|
|
211
|
+
import BookDropshipEvent_BI from './BookDropship.bi.js';
|
|
212
|
+
import LeftSquadronEvent from './LeftSquadron.js';
|
|
213
|
+
import LeftSquadronEvent_BI from './LeftSquadron.bi.js';
|
|
214
|
+
import ShipyardBuyEvent from './ShipyardBuy.js';
|
|
215
|
+
import ShipyardBuyEvent_BI from './ShipyardBuy.bi.js';
|
|
352
216
|
import EscapeInterdictionEvent from './EscapeInterdiction.js';
|
|
353
217
|
import EscapeInterdictionEvent_BI from './EscapeInterdiction.bi.js';
|
|
354
|
-
import
|
|
355
|
-
import
|
|
356
|
-
import EngineerLegacyConvertEvent from './EngineerLegacyConvert.js';
|
|
357
|
-
import EngineerLegacyConvertEvent_BI from './EngineerLegacyConvert.bi.js';
|
|
358
|
-
import EngineerCraftEvent from './EngineerCraft.js';
|
|
359
|
-
import EngineerCraftEvent_BI from './EngineerCraft.bi.js';
|
|
360
|
-
import EngineerContributionEvent from './EngineerContribution.js';
|
|
361
|
-
import EngineerContributionEvent_BI from './EngineerContribution.bi.js';
|
|
362
|
-
import EndCrewSessionEvent from './EndCrewSession.js';
|
|
363
|
-
import EndCrewSessionEvent_BI from './EndCrewSession.bi.js';
|
|
364
|
-
import EmbarkEvent from './Embark.js';
|
|
365
|
-
import EmbarkEvent_BI from './Embark.bi.js';
|
|
366
|
-
import EjectCargoEvent from './EjectCargo.js';
|
|
367
|
-
import EjectCargoEvent_BI from './EjectCargo.bi.js';
|
|
368
|
-
import DropshipDeployEvent from './DropshipDeploy.js';
|
|
369
|
-
import DropshipDeployEvent_BI from './DropshipDeploy.bi.js';
|
|
218
|
+
import ClearImpoundEvent from './ClearImpound.js';
|
|
219
|
+
import ClearImpoundEvent_BI from './ClearImpound.bi.js';
|
|
370
220
|
import DropItemsEvent from './DropItems.js';
|
|
371
221
|
import DropItemsEvent_BI from './DropItems.bi.js';
|
|
372
|
-
import DockingTimeoutEvent from './DockingTimeout.js';
|
|
373
|
-
import DockingTimeoutEvent_BI from './DockingTimeout.bi.js';
|
|
374
|
-
import DockingRequestedEvent from './DockingRequested.js';
|
|
375
|
-
import DockingRequestedEvent_BI from './DockingRequested.bi.js';
|
|
376
|
-
import DockingGrantedEvent from './DockingGranted.js';
|
|
377
|
-
import DockingGrantedEvent_BI from './DockingGranted.bi.js';
|
|
378
|
-
import DockingDeniedEvent from './DockingDenied.js';
|
|
379
|
-
import DockingDeniedEvent_BI from './DockingDenied.bi.js';
|
|
380
|
-
import DockingCancelledEvent from './DockingCancelled.js';
|
|
381
|
-
import DockingCancelledEvent_BI from './DockingCancelled.bi.js';
|
|
382
222
|
import DockedEvent from './Docked.js';
|
|
383
223
|
import DockedEvent_BI from './Docked.bi.js';
|
|
384
|
-
import
|
|
385
|
-
import
|
|
386
|
-
import
|
|
387
|
-
import
|
|
388
|
-
import
|
|
389
|
-
import
|
|
390
|
-
import DiscoveryScanEvent from './DiscoveryScan.js';
|
|
391
|
-
import DiscoveryScanEvent_BI from './DiscoveryScan.bi.js';
|
|
392
|
-
import DisbandedSquadronEvent from './DisbandedSquadron.js';
|
|
393
|
-
import DisbandedSquadronEvent_BI from './DisbandedSquadron.bi.js';
|
|
224
|
+
import ChangeCrewRoleEvent from './ChangeCrewRole.js';
|
|
225
|
+
import ChangeCrewRoleEvent_BI from './ChangeCrewRole.bi.js';
|
|
226
|
+
import SAAScanCompleteEvent from './SAAScanComplete.js';
|
|
227
|
+
import SAAScanCompleteEvent_BI from './SAAScanComplete.bi.js';
|
|
228
|
+
import RequestPowerMicroResourcesEvent from './RequestPowerMicroResources.js';
|
|
229
|
+
import RequestPowerMicroResourcesEvent_BI from './RequestPowerMicroResources.bi.js';
|
|
394
230
|
import DiedEvent from './Died.js';
|
|
395
231
|
import DiedEvent_BI from './Died.bi.js';
|
|
396
|
-
import
|
|
397
|
-
import
|
|
398
|
-
import
|
|
399
|
-
import
|
|
400
|
-
import
|
|
401
|
-
import
|
|
402
|
-
import
|
|
403
|
-
import
|
|
232
|
+
import KickCrewMemberEvent from './KickCrewMember.js';
|
|
233
|
+
import KickCrewMemberEvent_BI from './KickCrewMember.bi.js';
|
|
234
|
+
import ShipRedeemedEvent from './ShipRedeemed.js';
|
|
235
|
+
import ShipRedeemedEvent_BI from './ShipRedeemed.bi.js';
|
|
236
|
+
import MaterialDiscoveredEvent from './MaterialDiscovered.js';
|
|
237
|
+
import MaterialDiscoveredEvent_BI from './MaterialDiscovered.bi.js';
|
|
238
|
+
import FSSBodySignalsEvent from './FSSBodySignals.js';
|
|
239
|
+
import FSSBodySignalsEvent_BI from './FSSBodySignals.bi.js';
|
|
240
|
+
import ShipyardNewEvent from './ShipyardNew.js';
|
|
241
|
+
import ShipyardNewEvent_BI from './ShipyardNew.bi.js';
|
|
242
|
+
import KickedFromSquadronEvent from './KickedFromSquadron.js';
|
|
243
|
+
import KickedFromSquadronEvent_BI from './KickedFromSquadron.bi.js';
|
|
244
|
+
import UndockedEvent from './Undocked.js';
|
|
245
|
+
import UndockedEvent_BI from './Undocked.bi.js';
|
|
246
|
+
import CommunityGoalDiscardEvent from './CommunityGoalDiscard.js';
|
|
247
|
+
import CommunityGoalDiscardEvent_BI from './CommunityGoalDiscard.bi.js';
|
|
248
|
+
import ColonisationSystemClaimReleaseEvent from './ColonisationSystemClaimRelease.js';
|
|
249
|
+
import ColonisationSystemClaimReleaseEvent_BI from './ColonisationSystemClaimRelease.bi.js';
|
|
250
|
+
import DockingTimeoutEvent from './DockingTimeout.js';
|
|
251
|
+
import DockingTimeoutEvent_BI from './DockingTimeout.bi.js';
|
|
252
|
+
import CarrierLocationEvent from './CarrierLocation.js';
|
|
253
|
+
import CarrierLocationEvent_BI from './CarrierLocation.bi.js';
|
|
254
|
+
import ScanEvent from './Scan.js';
|
|
255
|
+
import ScanEvent_BI from './Scan.bi.js';
|
|
256
|
+
import UpgradeWeaponEvent from './UpgradeWeapon.js';
|
|
257
|
+
import UpgradeWeaponEvent_BI from './UpgradeWeapon.bi.js';
|
|
258
|
+
import ColonisationBeaconDeployedEvent from './ColonisationBeaconDeployed.js';
|
|
259
|
+
import ColonisationBeaconDeployedEvent_BI from './ColonisationBeaconDeployed.bi.js';
|
|
260
|
+
import TechnologyBrokerEvent from './TechnologyBroker.js';
|
|
261
|
+
import TechnologyBrokerEvent_BI from './TechnologyBroker.bi.js';
|
|
262
|
+
import SuitLoadoutEvent from './SuitLoadout.js';
|
|
263
|
+
import SuitLoadoutEvent_BI from './SuitLoadout.bi.js';
|
|
264
|
+
import ApproachBodyEvent from './ApproachBody.js';
|
|
265
|
+
import ApproachBodyEvent_BI from './ApproachBody.bi.js';
|
|
266
|
+
import CarrierFinanceEvent from './CarrierFinance.js';
|
|
267
|
+
import CarrierFinanceEvent_BI from './CarrierFinance.bi.js';
|
|
268
|
+
import CarrierDockingPermissionEvent from './CarrierDockingPermission.js';
|
|
269
|
+
import CarrierDockingPermissionEvent_BI from './CarrierDockingPermission.bi.js';
|
|
270
|
+
import CarrierJumpEvent from './CarrierJump.js';
|
|
271
|
+
import CarrierJumpEvent_BI from './CarrierJump.bi.js';
|
|
272
|
+
import NavRouteEvent from './NavRoute.js';
|
|
273
|
+
import NavRouteEvent_BI from './NavRoute.bi.js';
|
|
274
|
+
import DisbandedSquadronEvent from './DisbandedSquadron.js';
|
|
275
|
+
import DisbandedSquadronEvent_BI from './DisbandedSquadron.bi.js';
|
|
276
|
+
import HullDamageEvent from './HullDamage.js';
|
|
277
|
+
import HullDamageEvent_BI from './HullDamage.bi.js';
|
|
278
|
+
import DropshipDeployEvent from './DropshipDeploy.js';
|
|
279
|
+
import DropshipDeployEvent_BI from './DropshipDeploy.bi.js';
|
|
280
|
+
import LaunchDroneEvent from './LaunchDrone.js';
|
|
281
|
+
import LaunchDroneEvent_BI from './LaunchDrone.bi.js';
|
|
404
282
|
import DataScannedEvent from './DataScanned.js';
|
|
405
283
|
import DataScannedEvent_BI from './DataScanned.bi.js';
|
|
406
|
-
import
|
|
407
|
-
import
|
|
408
|
-
import
|
|
409
|
-
import
|
|
410
|
-
import
|
|
411
|
-
import
|
|
284
|
+
import SquadronPromotionEvent from './SquadronPromotion.js';
|
|
285
|
+
import SquadronPromotionEvent_BI from './SquadronPromotion.bi.js';
|
|
286
|
+
import FetchRemoteModuleEvent from './FetchRemoteModule.js';
|
|
287
|
+
import FetchRemoteModuleEvent_BI from './FetchRemoteModule.bi.js';
|
|
288
|
+
import StoredModulesEvent from './StoredModules.js';
|
|
289
|
+
import StoredModulesEvent_BI from './StoredModules.bi.js';
|
|
290
|
+
import DatalinkVoucherEvent from './DatalinkVoucher.js';
|
|
291
|
+
import DatalinkVoucherEvent_BI from './DatalinkVoucher.bi.js';
|
|
292
|
+
import CarrierShipPackEvent from './CarrierShipPack.js';
|
|
293
|
+
import CarrierShipPackEvent_BI from './CarrierShipPack.bi.js';
|
|
294
|
+
import PowerplayRankEvent from './PowerplayRank.js';
|
|
295
|
+
import PowerplayRankEvent_BI from './PowerplayRank.bi.js';
|
|
296
|
+
import CarrierStatsEvent from './CarrierStats.js';
|
|
297
|
+
import CarrierStatsEvent_BI from './CarrierStats.bi.js';
|
|
298
|
+
import ShipTargetedEvent from './ShipTargeted.js';
|
|
299
|
+
import ShipTargetedEvent_BI from './ShipTargeted.bi.js';
|
|
300
|
+
import LocationEvent from './Location.js';
|
|
301
|
+
import LocationEvent_BI from './Location.bi.js';
|
|
302
|
+
import SwitchSuitLoadoutEvent from './SwitchSuitLoadout.js';
|
|
303
|
+
import SwitchSuitLoadoutEvent_BI from './SwitchSuitLoadout.bi.js';
|
|
304
|
+
import ApproachSettlementEvent from './ApproachSettlement.js';
|
|
305
|
+
import ApproachSettlementEvent_BI from './ApproachSettlement.bi.js';
|
|
306
|
+
import SRVDestroyedEvent from './SRVDestroyed.js';
|
|
307
|
+
import SRVDestroyedEvent_BI from './SRVDestroyed.bi.js';
|
|
308
|
+
import SellDronesEvent from './SellDrones.js';
|
|
309
|
+
import SellDronesEvent_BI from './SellDrones.bi.js';
|
|
310
|
+
import PayFinesEvent from './PayFines.js';
|
|
311
|
+
import PayFinesEvent_BI from './PayFines.bi.js';
|
|
312
|
+
import CockpitBreachedEvent from './CockpitBreached.js';
|
|
313
|
+
import CockpitBreachedEvent_BI from './CockpitBreached.bi.js';
|
|
314
|
+
import SellSuitEvent from './SellSuit.js';
|
|
315
|
+
import SellSuitEvent_BI from './SellSuit.bi.js';
|
|
316
|
+
import BookTaxiEvent from './BookTaxi.js';
|
|
317
|
+
import BookTaxiEvent_BI from './BookTaxi.bi.js';
|
|
318
|
+
import DockingRequestedEvent from './DockingRequested.js';
|
|
319
|
+
import DockingRequestedEvent_BI from './DockingRequested.bi.js';
|
|
320
|
+
import ShipLockerEvent from './ShipLocker.js';
|
|
321
|
+
import ShipLockerEvent_BI from './ShipLocker.bi.js';
|
|
322
|
+
import FactionKillBondEvent from './FactionKillBond.js';
|
|
323
|
+
import FactionKillBondEvent_BI from './FactionKillBond.bi.js';
|
|
324
|
+
import DeliverPowerMicroResourcesEvent from './DeliverPowerMicroResources.js';
|
|
325
|
+
import DeliverPowerMicroResourcesEvent_BI from './DeliverPowerMicroResources.bi.js';
|
|
326
|
+
import DiscoveryScanEvent from './DiscoveryScan.js';
|
|
327
|
+
import DiscoveryScanEvent_BI from './DiscoveryScan.bi.js';
|
|
328
|
+
import CommunityGoalJoinEvent from './CommunityGoalJoin.js';
|
|
329
|
+
import CommunityGoalJoinEvent_BI from './CommunityGoalJoin.bi.js';
|
|
330
|
+
import CollectItemsEvent from './CollectItems.js';
|
|
331
|
+
import CollectItemsEvent_BI from './CollectItems.bi.js';
|
|
332
|
+
import JoinedSquadronEvent from './JoinedSquadron.js';
|
|
333
|
+
import JoinedSquadronEvent_BI from './JoinedSquadron.bi.js';
|
|
412
334
|
import CrewMemberJoinsEvent from './CrewMemberJoins.js';
|
|
413
335
|
import CrewMemberJoinsEvent_BI from './CrewMemberJoins.bi.js';
|
|
414
|
-
import
|
|
415
|
-
import
|
|
336
|
+
import NpcCrewRankEvent from './NpcCrewRank.js';
|
|
337
|
+
import NpcCrewRankEvent_BI from './NpcCrewRank.bi.js';
|
|
338
|
+
import HeatWarningEvent from './HeatWarning.js';
|
|
339
|
+
import HeatWarningEvent_BI from './HeatWarning.bi.js';
|
|
340
|
+
import MiningRefinedEvent from './MiningRefined.js';
|
|
341
|
+
import MiningRefinedEvent_BI from './MiningRefined.bi.js';
|
|
342
|
+
import DockingCancelledEvent from './DockingCancelled.js';
|
|
343
|
+
import DockingCancelledEvent_BI from './DockingCancelled.bi.js';
|
|
344
|
+
import PowerplayMeritsEvent from './PowerplayMerits.js';
|
|
345
|
+
import PowerplayMeritsEvent_BI from './PowerplayMerits.bi.js';
|
|
346
|
+
import PowerplayCollectEvent from './PowerplayCollect.js';
|
|
347
|
+
import PowerplayCollectEvent_BI from './PowerplayCollect.bi.js';
|
|
348
|
+
import ModuleBuyAndStoreEvent from './ModuleBuyAndStore.js';
|
|
349
|
+
import ModuleBuyAndStoreEvent_BI from './ModuleBuyAndStore.bi.js';
|
|
350
|
+
import CarrierBankTransferEvent from './CarrierBankTransfer.js';
|
|
351
|
+
import CarrierBankTransferEvent_BI from './CarrierBankTransfer.bi.js';
|
|
352
|
+
import FSSAllBodiesFoundEvent from './FSSAllBodiesFound.js';
|
|
353
|
+
import FSSAllBodiesFoundEvent_BI from './FSSAllBodiesFound.bi.js';
|
|
354
|
+
import ScreenshotEvent from './Screenshot.js';
|
|
355
|
+
import ScreenshotEvent_BI from './Screenshot.bi.js';
|
|
356
|
+
import ProgressEvent from './Progress.js';
|
|
357
|
+
import ProgressEvent_BI from './Progress.bi.js';
|
|
358
|
+
import RedeemVoucherEvent from './RedeemVoucher.js';
|
|
359
|
+
import RedeemVoucherEvent_BI from './RedeemVoucher.bi.js';
|
|
360
|
+
import PowerplayEvent from './Powerplay.js';
|
|
361
|
+
import PowerplayEvent_BI from './Powerplay.bi.js';
|
|
362
|
+
import HoloscreenHackedEvent from './HoloscreenHacked.js';
|
|
363
|
+
import HoloscreenHackedEvent_BI from './HoloscreenHacked.bi.js';
|
|
364
|
+
import SendTextEvent from './SendText.js';
|
|
365
|
+
import SendTextEvent_BI from './SendText.bi.js';
|
|
366
|
+
import PowerplayJoinEvent from './PowerplayJoin.js';
|
|
367
|
+
import PowerplayJoinEvent_BI from './PowerplayJoin.bi.js';
|
|
368
|
+
import ResupplyEvent from './Resupply.js';
|
|
369
|
+
import ResupplyEvent_BI from './Resupply.bi.js';
|
|
370
|
+
import ModuleBuyEvent from './ModuleBuy.js';
|
|
371
|
+
import ModuleBuyEvent_BI from './ModuleBuy.bi.js';
|
|
372
|
+
import TransferMicroResourcesEvent from './TransferMicroResources.js';
|
|
373
|
+
import TransferMicroResourcesEvent_BI from './TransferMicroResources.bi.js';
|
|
374
|
+
import MissionRedirectedEvent from './MissionRedirected.js';
|
|
375
|
+
import MissionRedirectedEvent_BI from './MissionRedirected.bi.js';
|
|
376
|
+
import ShipyardTransferEvent from './ShipyardTransfer.js';
|
|
377
|
+
import ShipyardTransferEvent_BI from './ShipyardTransfer.bi.js';
|
|
378
|
+
import ShipyardBankDepositEvent from './ShipyardBankDeposit.js';
|
|
379
|
+
import ShipyardBankDepositEvent_BI from './ShipyardBankDeposit.bi.js';
|
|
380
|
+
import SellExplorationDataEvent from './SellExplorationData.js';
|
|
381
|
+
import SellExplorationDataEvent_BI from './SellExplorationData.bi.js';
|
|
382
|
+
import USSDropEvent from './USSDrop.js';
|
|
383
|
+
import USSDropEvent_BI from './USSDrop.bi.js';
|
|
384
|
+
import CancelledSquadronApplicationEvent from './CancelledSquadronApplication.js';
|
|
385
|
+
import CancelledSquadronApplicationEvent_BI from './CancelledSquadronApplication.bi.js';
|
|
386
|
+
import ShipyardRedeemEvent from './ShipyardRedeem.js';
|
|
387
|
+
import ShipyardRedeemEvent_BI from './ShipyardRedeem.bi.js';
|
|
388
|
+
import SellOrganicDataEvent from './SellOrganicData.js';
|
|
389
|
+
import SellOrganicDataEvent_BI from './SellOrganicData.bi.js';
|
|
390
|
+
import StoredShipsEvent from './StoredShips.js';
|
|
391
|
+
import StoredShipsEvent_BI from './StoredShips.bi.js';
|
|
392
|
+
import ColonisationSystemClaimEvent from './ColonisationSystemClaim.js';
|
|
393
|
+
import ColonisationSystemClaimEvent_BI from './ColonisationSystemClaim.bi.js';
|
|
394
|
+
import PassengersEvent from './Passengers.js';
|
|
395
|
+
import PassengersEvent_BI from './Passengers.bi.js';
|
|
396
|
+
import RebootRepairEvent from './RebootRepair.js';
|
|
397
|
+
import RebootRepairEvent_BI from './RebootRepair.bi.js';
|
|
398
|
+
import AfmuRepairsEvent from './AfmuRepairs.js';
|
|
399
|
+
import AfmuRepairsEvent_BI from './AfmuRepairs.bi.js';
|
|
400
|
+
import DatalinkScanEvent from './DatalinkScan.js';
|
|
401
|
+
import DatalinkScanEvent_BI from './DatalinkScan.bi.js';
|
|
402
|
+
import WingInviteEvent from './WingInvite.js';
|
|
403
|
+
import WingInviteEvent_BI from './WingInvite.bi.js';
|
|
404
|
+
import ColonisationContributionEvent from './ColonisationContribution.js';
|
|
405
|
+
import ColonisationContributionEvent_BI from './ColonisationContribution.bi.js';
|
|
416
406
|
import CrewHireEvent from './CrewHire.js';
|
|
417
407
|
import CrewHireEvent_BI from './CrewHire.bi.js';
|
|
418
|
-
import
|
|
419
|
-
import
|
|
420
|
-
import
|
|
421
|
-
import
|
|
422
|
-
import
|
|
423
|
-
import
|
|
408
|
+
import ShipyardSellEvent from './ShipyardSell.js';
|
|
409
|
+
import ShipyardSellEvent_BI from './ShipyardSell.bi.js';
|
|
410
|
+
import SquadronCreatedEvent from './SquadronCreated.js';
|
|
411
|
+
import SquadronCreatedEvent_BI from './SquadronCreated.bi.js';
|
|
412
|
+
import FCMaterialsEvent from './FCMaterials.js';
|
|
413
|
+
import FCMaterialsEvent_BI from './FCMaterials.bi.js';
|
|
414
|
+
import LiftoffEvent from './Liftoff.js';
|
|
415
|
+
import LiftoffEvent_BI from './Liftoff.bi.js';
|
|
416
|
+
import JetConeBoostEvent from './JetConeBoost.js';
|
|
417
|
+
import JetConeBoostEvent_BI from './JetConeBoost.bi.js';
|
|
418
|
+
import WingLeaveEvent from './WingLeave.js';
|
|
419
|
+
import WingLeaveEvent_BI from './WingLeave.bi.js';
|
|
420
|
+
import MaterialsEvent from './Materials.js';
|
|
421
|
+
import MaterialsEvent_BI from './Materials.bi.js';
|
|
422
|
+
import EndCrewSessionEvent from './EndCrewSession.js';
|
|
423
|
+
import EndCrewSessionEvent_BI from './EndCrewSession.bi.js';
|
|
424
|
+
import RefuelAllEvent from './RefuelAll.js';
|
|
425
|
+
import RefuelAllEvent_BI from './RefuelAll.bi.js';
|
|
426
|
+
import MissionAbandonedEvent from './MissionAbandoned.js';
|
|
427
|
+
import MissionAbandonedEvent_BI from './MissionAbandoned.bi.js';
|
|
428
|
+
import UpgradeSuitEvent from './UpgradeSuit.js';
|
|
429
|
+
import UpgradeSuitEvent_BI from './UpgradeSuit.bi.js';
|
|
430
|
+
import DeleteSuitLoadoutEvent from './DeleteSuitLoadout.js';
|
|
431
|
+
import DeleteSuitLoadoutEvent_BI from './DeleteSuitLoadout.bi.js';
|
|
424
432
|
import ContinuedEvent from './Continued.js';
|
|
425
433
|
import ContinuedEvent_BI from './Continued.bi.js';
|
|
426
|
-
import
|
|
427
|
-
import
|
|
428
|
-
import
|
|
429
|
-
import
|
|
430
|
-
import
|
|
431
|
-
import
|
|
432
|
-
import
|
|
433
|
-
import
|
|
434
|
-
import
|
|
435
|
-
import
|
|
434
|
+
import CargoDepotEvent from './CargoDepot.js';
|
|
435
|
+
import CargoDepotEvent_BI from './CargoDepot.bi.js';
|
|
436
|
+
import LeaveBodyEvent from './LeaveBody.js';
|
|
437
|
+
import LeaveBodyEvent_BI from './LeaveBody.bi.js';
|
|
438
|
+
import ScannedEvent from './Scanned.js';
|
|
439
|
+
import ScannedEvent_BI from './Scanned.bi.js';
|
|
440
|
+
import BackpackChangeEvent from './BackpackChange.js';
|
|
441
|
+
import BackpackChangeEvent_BI from './BackpackChange.bi.js';
|
|
442
|
+
import CrewAssignEvent from './CrewAssign.js';
|
|
443
|
+
import CrewAssignEvent_BI from './CrewAssign.bi.js';
|
|
436
444
|
import CommanderEvent from './Commander.js';
|
|
437
445
|
import CommanderEvent_BI from './Commander.bi.js';
|
|
438
|
-
import
|
|
439
|
-
import
|
|
440
|
-
import
|
|
441
|
-
import
|
|
442
|
-
import
|
|
443
|
-
import
|
|
444
|
-
import
|
|
445
|
-
import
|
|
446
|
-
import
|
|
447
|
-
import
|
|
448
|
-
import
|
|
449
|
-
import
|
|
450
|
-
import
|
|
451
|
-
import
|
|
446
|
+
import MultiSellExplorationDataEvent from './MultiSellExplorationData.js';
|
|
447
|
+
import MultiSellExplorationDataEvent_BI from './MultiSellExplorationData.bi.js';
|
|
448
|
+
import FighterDestroyedEvent from './FighterDestroyed.js';
|
|
449
|
+
import FighterDestroyedEvent_BI from './FighterDestroyed.bi.js';
|
|
450
|
+
import PowerplayVoteEvent from './PowerplayVote.js';
|
|
451
|
+
import PowerplayVoteEvent_BI from './PowerplayVote.bi.js';
|
|
452
|
+
import RestockVehicleEvent from './RestockVehicle.js';
|
|
453
|
+
import RestockVehicleEvent_BI from './RestockVehicle.bi.js';
|
|
454
|
+
import PowerplayVoucherEvent from './PowerplayVoucher.js';
|
|
455
|
+
import PowerplayVoucherEvent_BI from './PowerplayVoucher.bi.js';
|
|
456
|
+
import UnderAttackEvent from './UnderAttack.js';
|
|
457
|
+
import UnderAttackEvent_BI from './UnderAttack.bi.js';
|
|
458
|
+
import ReservoirReplenishedEvent from './ReservoirReplenished.js';
|
|
459
|
+
import ReservoirReplenishedEvent_BI from './ReservoirReplenished.bi.js';
|
|
460
|
+
import BuyMicroResourcesEvent from './BuyMicroResources.js';
|
|
461
|
+
import BuyMicroResourcesEvent_BI from './BuyMicroResources.bi.js';
|
|
462
|
+
import SynthesisEvent from './Synthesis.js';
|
|
463
|
+
import SynthesisEvent_BI from './Synthesis.bi.js';
|
|
464
|
+
import CommitCrimeEvent from './CommitCrime.js';
|
|
465
|
+
import CommitCrimeEvent_BI from './CommitCrime.bi.js';
|
|
466
|
+
import JetConeDamageEvent from './JetConeDamage.js';
|
|
467
|
+
import JetConeDamageEvent_BI from './JetConeDamage.bi.js';
|
|
468
|
+
import CarrierBuyEvent from './CarrierBuy.js';
|
|
469
|
+
import CarrierBuyEvent_BI from './CarrierBuy.bi.js';
|
|
470
|
+
import ReputationEvent from './Reputation.js';
|
|
471
|
+
import ReputationEvent_BI from './Reputation.bi.js';
|
|
472
|
+
import ReceiveTextEvent from './ReceiveText.js';
|
|
473
|
+
import ReceiveTextEvent_BI from './ReceiveText.bi.js';
|
|
474
|
+
import ScanOrganicEvent from './ScanOrganic.js';
|
|
475
|
+
import ScanOrganicEvent_BI from './ScanOrganic.bi.js';
|
|
476
|
+
import CrewMemberQuitsEvent from './CrewMemberQuits.js';
|
|
477
|
+
import CrewMemberQuitsEvent_BI from './CrewMemberQuits.bi.js';
|
|
478
|
+
import PowerplaySalaryEvent from './PowerplaySalary.js';
|
|
479
|
+
import PowerplaySalaryEvent_BI from './PowerplaySalary.bi.js';
|
|
480
|
+
import HeatDamageEvent from './HeatDamage.js';
|
|
481
|
+
import HeatDamageEvent_BI from './HeatDamage.bi.js';
|
|
482
|
+
import FSDTargetEvent from './FSDTarget.js';
|
|
483
|
+
import FSDTargetEvent_BI from './FSDTarget.bi.js';
|
|
452
484
|
import CodexEntryEvent from './CodexEntry.js';
|
|
453
485
|
import CodexEntryEvent_BI from './CodexEntry.bi.js';
|
|
454
|
-
import
|
|
455
|
-
import
|
|
456
|
-
import
|
|
457
|
-
import
|
|
458
|
-
import ClearImpoundEvent from './ClearImpound.js';
|
|
459
|
-
import ClearImpoundEvent_BI from './ClearImpound.bi.js';
|
|
460
|
-
import ChangeCrewRoleEvent from './ChangeCrewRole.js';
|
|
461
|
-
import ChangeCrewRoleEvent_BI from './ChangeCrewRole.bi.js';
|
|
462
|
-
import CarrierTradeOrderEvent from './CarrierTradeOrder.js';
|
|
463
|
-
import CarrierTradeOrderEvent_BI from './CarrierTradeOrder.bi.js';
|
|
464
|
-
import CarrierStatsEvent from './CarrierStats.js';
|
|
465
|
-
import CarrierStatsEvent_BI from './CarrierStats.bi.js';
|
|
466
|
-
import CarrierShipPackEvent from './CarrierShipPack.js';
|
|
467
|
-
import CarrierShipPackEvent_BI from './CarrierShipPack.bi.js';
|
|
486
|
+
import SquadronStartupEvent from './SquadronStartup.js';
|
|
487
|
+
import SquadronStartupEvent_BI from './SquadronStartup.bi.js';
|
|
488
|
+
import PVPKillEvent from './PVPKill.js';
|
|
489
|
+
import PVPKillEvent_BI from './PVPKill.bi.js';
|
|
468
490
|
import CarrierNameChangeEvent from './CarrierNameChange.js';
|
|
469
491
|
import CarrierNameChangeEvent_BI from './CarrierNameChange.bi.js';
|
|
470
|
-
import
|
|
471
|
-
import
|
|
472
|
-
import
|
|
473
|
-
import
|
|
474
|
-
import
|
|
475
|
-
import
|
|
492
|
+
import SellMicroResourcesEvent from './SellMicroResources.js';
|
|
493
|
+
import SellMicroResourcesEvent_BI from './SellMicroResources.bi.js';
|
|
494
|
+
import MusicEvent from './Music.js';
|
|
495
|
+
import MusicEvent_BI from './Music.bi.js';
|
|
496
|
+
import FSDJumpEvent from './FSDJump.js';
|
|
497
|
+
import FSDJumpEvent_BI from './FSDJump.bi.js';
|
|
498
|
+
import CrewFireEvent from './CrewFire.js';
|
|
499
|
+
import CrewFireEvent_BI from './CrewFire.bi.js';
|
|
500
|
+
import NewCommanderEvent from './NewCommander.js';
|
|
501
|
+
import NewCommanderEvent_BI from './NewCommander.bi.js';
|
|
502
|
+
import BuyTradeDataEvent from './BuyTradeData.js';
|
|
503
|
+
import BuyTradeDataEvent_BI from './BuyTradeData.bi.js';
|
|
504
|
+
import SAASignalsFoundEvent from './SAASignalsFound.js';
|
|
505
|
+
import SAASignalsFoundEvent_BI from './SAASignalsFound.bi.js';
|
|
476
506
|
import CarrierJumpCancelledEvent from './CarrierJumpCancelled.js';
|
|
477
507
|
import CarrierJumpCancelledEvent_BI from './CarrierJumpCancelled.bi.js';
|
|
478
|
-
import CarrierJumpEvent from './CarrierJump.js';
|
|
479
|
-
import CarrierJumpEvent_BI from './CarrierJump.bi.js';
|
|
480
|
-
import CarrierFinanceEvent from './CarrierFinance.js';
|
|
481
|
-
import CarrierFinanceEvent_BI from './CarrierFinance.bi.js';
|
|
482
|
-
import CarrierDockingPermissionEvent from './CarrierDockingPermission.js';
|
|
483
|
-
import CarrierDockingPermissionEvent_BI from './CarrierDockingPermission.bi.js';
|
|
484
|
-
import CarrierDepositFuelEvent from './CarrierDepositFuel.js';
|
|
485
|
-
import CarrierDepositFuelEvent_BI from './CarrierDepositFuel.bi.js';
|
|
486
|
-
import CarrierDecommissionEvent from './CarrierDecommission.js';
|
|
487
|
-
import CarrierDecommissionEvent_BI from './CarrierDecommission.bi.js';
|
|
488
|
-
import CarrierCrewServicesEvent from './CarrierCrewServices.js';
|
|
489
|
-
import CarrierCrewServicesEvent_BI from './CarrierCrewServices.bi.js';
|
|
490
|
-
import CarrierCancelDecommissionEvent from './CarrierCancelDecommission.js';
|
|
491
|
-
import CarrierCancelDecommissionEvent_BI from './CarrierCancelDecommission.bi.js';
|
|
492
|
-
import CarrierBuyEvent from './CarrierBuy.js';
|
|
493
|
-
import CarrierBuyEvent_BI from './CarrierBuy.bi.js';
|
|
494
|
-
import CarrierBankTransferEvent from './CarrierBankTransfer.js';
|
|
495
|
-
import CarrierBankTransferEvent_BI from './CarrierBankTransfer.bi.js';
|
|
496
|
-
import CargoTransferEvent from './CargoTransfer.js';
|
|
497
|
-
import CargoTransferEvent_BI from './CargoTransfer.bi.js';
|
|
498
|
-
import CargoDepotEvent from './CargoDepot.js';
|
|
499
|
-
import CargoDepotEvent_BI from './CargoDepot.bi.js';
|
|
500
|
-
import CargoEvent from './Cargo.js';
|
|
501
|
-
import CargoEvent_BI from './Cargo.bi.js';
|
|
502
|
-
import CapShipBondEvent from './CapShipBond.js';
|
|
503
|
-
import CapShipBondEvent_BI from './CapShipBond.bi.js';
|
|
504
508
|
import CancelTaxiEvent from './CancelTaxi.js';
|
|
505
509
|
import CancelTaxiEvent_BI from './CancelTaxi.bi.js';
|
|
506
|
-
import
|
|
507
|
-
import
|
|
508
|
-
import
|
|
509
|
-
import
|
|
510
|
-
import
|
|
511
|
-
import
|
|
512
|
-
import
|
|
513
|
-
import
|
|
514
|
-
import
|
|
515
|
-
import
|
|
516
|
-
import
|
|
517
|
-
import
|
|
518
|
-
import
|
|
519
|
-
import
|
|
520
|
-
import
|
|
521
|
-
import
|
|
522
|
-
import
|
|
523
|
-
import
|
|
524
|
-
import
|
|
525
|
-
import
|
|
526
|
-
import
|
|
527
|
-
import
|
|
528
|
-
import
|
|
529
|
-
import
|
|
530
|
-
import
|
|
531
|
-
import
|
|
532
|
-
import
|
|
533
|
-
import
|
|
534
|
-
import
|
|
535
|
-
import
|
|
536
|
-
import
|
|
537
|
-
import
|
|
538
|
-
import
|
|
539
|
-
import
|
|
540
|
-
import
|
|
541
|
-
import
|
|
542
|
-
|
|
543
|
-
|
|
510
|
+
import SellShipOnRebuyEvent from './SellShipOnRebuy.js';
|
|
511
|
+
import SellShipOnRebuyEvent_BI from './SellShipOnRebuy.bi.js';
|
|
512
|
+
import MissionsEvent from './Missions.js';
|
|
513
|
+
import MissionsEvent_BI from './Missions.bi.js';
|
|
514
|
+
import ScientificResearchEvent from './ScientificResearch.js';
|
|
515
|
+
import ScientificResearchEvent_BI from './ScientificResearch.bi.js';
|
|
516
|
+
import ModuleSellRemoteEvent from './ModuleSellRemote.js';
|
|
517
|
+
import ModuleSellRemoteEvent_BI from './ModuleSellRemote.bi.js';
|
|
518
|
+
import InvitedToSquadronEvent from './InvitedToSquadron.js';
|
|
519
|
+
import InvitedToSquadronEvent_BI from './InvitedToSquadron.bi.js';
|
|
520
|
+
import MaterialTradeEvent from './MaterialTrade.js';
|
|
521
|
+
import MaterialTradeEvent_BI from './MaterialTrade.bi.js';
|
|
522
|
+
import LoadoutEquipModuleEvent from './LoadoutEquipModule.js';
|
|
523
|
+
import LoadoutEquipModuleEvent_BI from './LoadoutEquipModule.bi.js';
|
|
524
|
+
import DockingGrantedEvent from './DockingGranted.js';
|
|
525
|
+
import DockingGrantedEvent_BI from './DockingGranted.bi.js';
|
|
526
|
+
import EngineerLegacyConvertEvent from './EngineerLegacyConvert.js';
|
|
527
|
+
import EngineerLegacyConvertEvent_BI from './EngineerLegacyConvert.bi.js';
|
|
528
|
+
import VehicleSwitchEvent from './VehicleSwitch.js';
|
|
529
|
+
import VehicleSwitchEvent_BI from './VehicleSwitch.bi.js';
|
|
530
|
+
import MarketEvent from './Market.js';
|
|
531
|
+
import MarketEvent_BI from './Market.bi.js';
|
|
532
|
+
import RepairDroneEvent from './RepairDrone.js';
|
|
533
|
+
import RepairDroneEvent_BI from './RepairDrone.bi.js';
|
|
534
|
+
import ModuleInfoEvent from './ModuleInfo.js';
|
|
535
|
+
import ModuleInfoEvent_BI from './ModuleInfo.bi.js';
|
|
536
|
+
import SetUserShipNameEvent from './SetUserShipName.js';
|
|
537
|
+
import SetUserShipNameEvent_BI from './SetUserShipName.bi.js';
|
|
538
|
+
import ShipyardEvent from './Shipyard.js';
|
|
539
|
+
import ShipyardEvent_BI from './Shipyard.bi.js';
|
|
540
|
+
import MaterialDiscardedEvent from './MaterialDiscarded.js';
|
|
541
|
+
import MaterialDiscardedEvent_BI from './MaterialDiscarded.bi.js';
|
|
542
|
+
import RankEvent from './Rank.js';
|
|
543
|
+
import RankEvent_BI from './Rank.bi.js';
|
|
544
|
+
import LaunchSRVEvent from './LaunchSRV.js';
|
|
545
|
+
import LaunchSRVEvent_BI from './LaunchSRV.bi.js';
|
|
546
|
+
import CollectCargoEvent from './CollectCargo.js';
|
|
547
|
+
import CollectCargoEvent_BI from './CollectCargo.bi.js';
|
|
548
|
+
import TouchdownEvent from './Touchdown.js';
|
|
549
|
+
import TouchdownEvent_BI from './Touchdown.bi.js';
|
|
550
|
+
export type JournalEvent = DockSRVEvent | FighterRebuiltEvent | TradeMicroResourcesEvent | RefuelPartialEvent | ClearSavedGameEvent | InterdictedEvent | BountyEvent | LaunchFighterEvent | CarrierDecommissionEvent | EngineerProgressEvent | SellWeaponEvent | SquadronApplicationRejectedEvent | MarketSellEvent | LoadoutEvent | CarrierJumpRequestEvent | SquadronApplicationApprovedEvent | PowerplayDeliverEvent | EmbarkEvent | BuyDronesEvent | MissionFailedEvent | RepairEvent | ProspectedAsteroidEvent | SelfDestructEvent | CapShipBondEvent | ResurrectEvent | QuitACrewEvent | CarrierCrewServicesEvent | NavRouteClearEvent | ModuleSwapEvent | SharedBookmarkToSquadronEvent | BuyWeaponEvent | UseConsumableEvent | InterdictionEvent | StatusEvent | EngineerContributionEvent | LoadoutRemoveModuleEvent | ModuleSellEvent | RepairAllEvent | JoinACrewEvent | PowerplayLeaveEvent | CarrierCancelDecommissionEvent | WingJoinEvent | SquadronDemotionEvent | MarketBuyEvent | BuySuitEvent | EngineerCraftEvent | DockFighterEvent | ShipLockerMaterialsEvent | MaterialCollectedEvent | ShutdownEvent | CreateSuitLoadoutEvent | ModuleRetrieveEvent | LoadGameEvent | StartJumpEvent | CrewLaunchFighterEvent | ScanBaryCentreEvent | BuyExplorationDataEvent | PromotionEvent | CarrierTradeOrderEvent | SearchAndRescueEvent | FSSSignalDiscoveredEvent | FuelScoopEvent | ModuleStoreEvent | AsteroidCrackedEvent | PowerplayFastTrackEvent | ShieldStateEvent | BuyAmmoEvent | FriendsEvent | CrimeVictimEvent | ShipyardSwapEvent | FSSDiscoveryScanEvent | AppliedToSquadronEvent | OutfittingEvent | CancelDropshipEvent | CarrierDepositFuelEvent | MissionAcceptedEvent | EjectCargoEvent | RenameSuitLoadoutEvent | DisembarkEvent | ColonisationConstructionDepotEvent | CommunityGoalEvent | BackpackEvent | SupercruiseEntryEvent | StatisticsEvent | CargoTransferEvent | WingAddEvent | PayBountiesEvent | CargoEvent | DockingDeniedEvent | MassModuleStoreEvent | MissionCompletedEvent | CarrierModulePackEvent | CommunityGoalRewardEvent | FileheaderEvent | CrewMemberRoleChangeEvent | CompleteConstructionEvent | NpcCrewPaidWageEvent | SystemsShutdownEvent | SupercruiseExitEvent | NavBeaconScanEvent | SupercruiseDestinationDropEvent | PowerplayDefectEvent | BookDropshipEvent | LeftSquadronEvent | ShipyardBuyEvent | EscapeInterdictionEvent | ClearImpoundEvent | DropItemsEvent | DockedEvent | ChangeCrewRoleEvent | SAAScanCompleteEvent | RequestPowerMicroResourcesEvent | DiedEvent | KickCrewMemberEvent | ShipRedeemedEvent | MaterialDiscoveredEvent | FSSBodySignalsEvent | ShipyardNewEvent | KickedFromSquadronEvent | UndockedEvent | CommunityGoalDiscardEvent | ColonisationSystemClaimReleaseEvent | DockingTimeoutEvent | CarrierLocationEvent | ScanEvent | UpgradeWeaponEvent | ColonisationBeaconDeployedEvent | TechnologyBrokerEvent | SuitLoadoutEvent | ApproachBodyEvent | CarrierFinanceEvent | CarrierDockingPermissionEvent | CarrierJumpEvent | NavRouteEvent | DisbandedSquadronEvent | HullDamageEvent | DropshipDeployEvent | LaunchDroneEvent | DataScannedEvent | SquadronPromotionEvent | FetchRemoteModuleEvent | StoredModulesEvent | DatalinkVoucherEvent | CarrierShipPackEvent | PowerplayRankEvent | CarrierStatsEvent | ShipTargetedEvent | LocationEvent | SwitchSuitLoadoutEvent | ApproachSettlementEvent | SRVDestroyedEvent | SellDronesEvent | PayFinesEvent | CockpitBreachedEvent | SellSuitEvent | BookTaxiEvent | DockingRequestedEvent | ShipLockerEvent | FactionKillBondEvent | DeliverPowerMicroResourcesEvent | DiscoveryScanEvent | CommunityGoalJoinEvent | CollectItemsEvent | JoinedSquadronEvent | CrewMemberJoinsEvent | NpcCrewRankEvent | HeatWarningEvent | MiningRefinedEvent | DockingCancelledEvent | PowerplayMeritsEvent | PowerplayCollectEvent | ModuleBuyAndStoreEvent | CarrierBankTransferEvent | FSSAllBodiesFoundEvent | ScreenshotEvent | ProgressEvent | RedeemVoucherEvent | PowerplayEvent | HoloscreenHackedEvent | SendTextEvent | PowerplayJoinEvent | ResupplyEvent | ModuleBuyEvent | TransferMicroResourcesEvent | MissionRedirectedEvent | ShipyardTransferEvent | ShipyardBankDepositEvent | SellExplorationDataEvent | USSDropEvent | CancelledSquadronApplicationEvent | ShipyardRedeemEvent | SellOrganicDataEvent | StoredShipsEvent | ColonisationSystemClaimEvent | PassengersEvent | RebootRepairEvent | AfmuRepairsEvent | DatalinkScanEvent | WingInviteEvent | ColonisationContributionEvent | CrewHireEvent | ShipyardSellEvent | SquadronCreatedEvent | FCMaterialsEvent | LiftoffEvent | JetConeBoostEvent | WingLeaveEvent | MaterialsEvent | EndCrewSessionEvent | RefuelAllEvent | MissionAbandonedEvent | UpgradeSuitEvent | DeleteSuitLoadoutEvent | ContinuedEvent | CargoDepotEvent | LeaveBodyEvent | ScannedEvent | BackpackChangeEvent | CrewAssignEvent | CommanderEvent | MultiSellExplorationDataEvent | FighterDestroyedEvent | PowerplayVoteEvent | RestockVehicleEvent | PowerplayVoucherEvent | UnderAttackEvent | ReservoirReplenishedEvent | BuyMicroResourcesEvent | SynthesisEvent | CommitCrimeEvent | JetConeDamageEvent | CarrierBuyEvent | ReputationEvent | ReceiveTextEvent | ScanOrganicEvent | CrewMemberQuitsEvent | PowerplaySalaryEvent | HeatDamageEvent | FSDTargetEvent | CodexEntryEvent | SquadronStartupEvent | PVPKillEvent | CarrierNameChangeEvent | SellMicroResourcesEvent | MusicEvent | FSDJumpEvent | CrewFireEvent | NewCommanderEvent | BuyTradeDataEvent | SAASignalsFoundEvent | CarrierJumpCancelledEvent | CancelTaxiEvent | SellShipOnRebuyEvent | MissionsEvent | ScientificResearchEvent | ModuleSellRemoteEvent | InvitedToSquadronEvent | MaterialTradeEvent | LoadoutEquipModuleEvent | DockingGrantedEvent | EngineerLegacyConvertEvent | VehicleSwitchEvent | MarketEvent | RepairDroneEvent | ModuleInfoEvent | SetUserShipNameEvent | ShipyardEvent | MaterialDiscardedEvent | RankEvent | LaunchSRVEvent | CollectCargoEvent | TouchdownEvent;
|
|
551
|
+
export type JournalEvent_BI = DockSRVEvent_BI | FighterRebuiltEvent_BI | TradeMicroResourcesEvent_BI | RefuelPartialEvent_BI | ClearSavedGameEvent_BI | InterdictedEvent_BI | BountyEvent_BI | LaunchFighterEvent_BI | CarrierDecommissionEvent_BI | EngineerProgressEvent_BI | SellWeaponEvent_BI | SquadronApplicationRejectedEvent_BI | MarketSellEvent_BI | LoadoutEvent_BI | CarrierJumpRequestEvent_BI | SquadronApplicationApprovedEvent_BI | PowerplayDeliverEvent_BI | EmbarkEvent_BI | BuyDronesEvent_BI | MissionFailedEvent_BI | RepairEvent_BI | ProspectedAsteroidEvent_BI | SelfDestructEvent_BI | CapShipBondEvent_BI | ResurrectEvent_BI | QuitACrewEvent_BI | CarrierCrewServicesEvent_BI | NavRouteClearEvent_BI | ModuleSwapEvent_BI | SharedBookmarkToSquadronEvent_BI | BuyWeaponEvent_BI | UseConsumableEvent_BI | InterdictionEvent_BI | StatusEvent_BI | EngineerContributionEvent_BI | LoadoutRemoveModuleEvent_BI | ModuleSellEvent_BI | RepairAllEvent_BI | JoinACrewEvent_BI | PowerplayLeaveEvent_BI | CarrierCancelDecommissionEvent_BI | WingJoinEvent_BI | SquadronDemotionEvent_BI | MarketBuyEvent_BI | BuySuitEvent_BI | EngineerCraftEvent_BI | DockFighterEvent_BI | ShipLockerMaterialsEvent_BI | MaterialCollectedEvent_BI | ShutdownEvent_BI | CreateSuitLoadoutEvent_BI | ModuleRetrieveEvent_BI | LoadGameEvent_BI | StartJumpEvent_BI | CrewLaunchFighterEvent_BI | ScanBaryCentreEvent_BI | BuyExplorationDataEvent_BI | PromotionEvent_BI | CarrierTradeOrderEvent_BI | SearchAndRescueEvent_BI | FSSSignalDiscoveredEvent_BI | FuelScoopEvent_BI | ModuleStoreEvent_BI | AsteroidCrackedEvent_BI | PowerplayFastTrackEvent_BI | ShieldStateEvent_BI | BuyAmmoEvent_BI | FriendsEvent_BI | CrimeVictimEvent_BI | ShipyardSwapEvent_BI | FSSDiscoveryScanEvent_BI | AppliedToSquadronEvent_BI | OutfittingEvent_BI | CancelDropshipEvent_BI | CarrierDepositFuelEvent_BI | MissionAcceptedEvent_BI | EjectCargoEvent_BI | RenameSuitLoadoutEvent_BI | DisembarkEvent_BI | ColonisationConstructionDepotEvent_BI | CommunityGoalEvent_BI | BackpackEvent_BI | SupercruiseEntryEvent_BI | StatisticsEvent_BI | CargoTransferEvent_BI | WingAddEvent_BI | PayBountiesEvent_BI | CargoEvent_BI | DockingDeniedEvent_BI | MassModuleStoreEvent_BI | MissionCompletedEvent_BI | CarrierModulePackEvent_BI | CommunityGoalRewardEvent_BI | FileheaderEvent_BI | CrewMemberRoleChangeEvent_BI | CompleteConstructionEvent_BI | NpcCrewPaidWageEvent_BI | SystemsShutdownEvent_BI | SupercruiseExitEvent_BI | NavBeaconScanEvent_BI | SupercruiseDestinationDropEvent_BI | PowerplayDefectEvent_BI | BookDropshipEvent_BI | LeftSquadronEvent_BI | ShipyardBuyEvent_BI | EscapeInterdictionEvent_BI | ClearImpoundEvent_BI | DropItemsEvent_BI | DockedEvent_BI | ChangeCrewRoleEvent_BI | SAAScanCompleteEvent_BI | RequestPowerMicroResourcesEvent_BI | DiedEvent_BI | KickCrewMemberEvent_BI | ShipRedeemedEvent_BI | MaterialDiscoveredEvent_BI | FSSBodySignalsEvent_BI | ShipyardNewEvent_BI | KickedFromSquadronEvent_BI | UndockedEvent_BI | CommunityGoalDiscardEvent_BI | ColonisationSystemClaimReleaseEvent_BI | DockingTimeoutEvent_BI | CarrierLocationEvent_BI | ScanEvent_BI | UpgradeWeaponEvent_BI | ColonisationBeaconDeployedEvent_BI | TechnologyBrokerEvent_BI | SuitLoadoutEvent_BI | ApproachBodyEvent_BI | CarrierFinanceEvent_BI | CarrierDockingPermissionEvent_BI | CarrierJumpEvent_BI | NavRouteEvent_BI | DisbandedSquadronEvent_BI | HullDamageEvent_BI | DropshipDeployEvent_BI | LaunchDroneEvent_BI | DataScannedEvent_BI | SquadronPromotionEvent_BI | FetchRemoteModuleEvent_BI | StoredModulesEvent_BI | DatalinkVoucherEvent_BI | CarrierShipPackEvent_BI | PowerplayRankEvent_BI | CarrierStatsEvent_BI | ShipTargetedEvent_BI | LocationEvent_BI | SwitchSuitLoadoutEvent_BI | ApproachSettlementEvent_BI | SRVDestroyedEvent_BI | SellDronesEvent_BI | PayFinesEvent_BI | CockpitBreachedEvent_BI | SellSuitEvent_BI | BookTaxiEvent_BI | DockingRequestedEvent_BI | ShipLockerEvent_BI | FactionKillBondEvent_BI | DeliverPowerMicroResourcesEvent_BI | DiscoveryScanEvent_BI | CommunityGoalJoinEvent_BI | CollectItemsEvent_BI | JoinedSquadronEvent_BI | CrewMemberJoinsEvent_BI | NpcCrewRankEvent_BI | HeatWarningEvent_BI | MiningRefinedEvent_BI | DockingCancelledEvent_BI | PowerplayMeritsEvent_BI | PowerplayCollectEvent_BI | ModuleBuyAndStoreEvent_BI | CarrierBankTransferEvent_BI | FSSAllBodiesFoundEvent_BI | ScreenshotEvent_BI | ProgressEvent_BI | RedeemVoucherEvent_BI | PowerplayEvent_BI | HoloscreenHackedEvent_BI | SendTextEvent_BI | PowerplayJoinEvent_BI | ResupplyEvent_BI | ModuleBuyEvent_BI | TransferMicroResourcesEvent_BI | MissionRedirectedEvent_BI | ShipyardTransferEvent_BI | ShipyardBankDepositEvent_BI | SellExplorationDataEvent_BI | USSDropEvent_BI | CancelledSquadronApplicationEvent_BI | ShipyardRedeemEvent_BI | SellOrganicDataEvent_BI | StoredShipsEvent_BI | ColonisationSystemClaimEvent_BI | PassengersEvent_BI | RebootRepairEvent_BI | AfmuRepairsEvent_BI | DatalinkScanEvent_BI | WingInviteEvent_BI | ColonisationContributionEvent_BI | CrewHireEvent_BI | ShipyardSellEvent_BI | SquadronCreatedEvent_BI | FCMaterialsEvent_BI | LiftoffEvent_BI | JetConeBoostEvent_BI | WingLeaveEvent_BI | MaterialsEvent_BI | EndCrewSessionEvent_BI | RefuelAllEvent_BI | MissionAbandonedEvent_BI | UpgradeSuitEvent_BI | DeleteSuitLoadoutEvent_BI | ContinuedEvent_BI | CargoDepotEvent_BI | LeaveBodyEvent_BI | ScannedEvent_BI | BackpackChangeEvent_BI | CrewAssignEvent_BI | CommanderEvent_BI | MultiSellExplorationDataEvent_BI | FighterDestroyedEvent_BI | PowerplayVoteEvent_BI | RestockVehicleEvent_BI | PowerplayVoucherEvent_BI | UnderAttackEvent_BI | ReservoirReplenishedEvent_BI | BuyMicroResourcesEvent_BI | SynthesisEvent_BI | CommitCrimeEvent_BI | JetConeDamageEvent_BI | CarrierBuyEvent_BI | ReputationEvent_BI | ReceiveTextEvent_BI | ScanOrganicEvent_BI | CrewMemberQuitsEvent_BI | PowerplaySalaryEvent_BI | HeatDamageEvent_BI | FSDTargetEvent_BI | CodexEntryEvent_BI | SquadronStartupEvent_BI | PVPKillEvent_BI | CarrierNameChangeEvent_BI | SellMicroResourcesEvent_BI | MusicEvent_BI | FSDJumpEvent_BI | CrewFireEvent_BI | NewCommanderEvent_BI | BuyTradeDataEvent_BI | SAASignalsFoundEvent_BI | CarrierJumpCancelledEvent_BI | CancelTaxiEvent_BI | SellShipOnRebuyEvent_BI | MissionsEvent_BI | ScientificResearchEvent_BI | ModuleSellRemoteEvent_BI | InvitedToSquadronEvent_BI | MaterialTradeEvent_BI | LoadoutEquipModuleEvent_BI | DockingGrantedEvent_BI | EngineerLegacyConvertEvent_BI | VehicleSwitchEvent_BI | MarketEvent_BI | RepairDroneEvent_BI | ModuleInfoEvent_BI | SetUserShipNameEvent_BI | ShipyardEvent_BI | MaterialDiscardedEvent_BI | RankEvent_BI | LaunchSRVEvent_BI | CollectCargoEvent_BI | TouchdownEvent_BI;
|