diff --git a/README.md b/README.md
index 840c902..eebac38 100644
--- a/README.md
+++ b/README.md
@@ -13,18 +13,23 @@ $ npm install cmdr-journal
Import the package into your project
```javascript
-//ECMAScript
-let cmdrJournal = require('cmdr-journal');
-```
-```javascript
-//TypeScript
-import * as cmdrJournal from 'cmdr-journal';
+//Import the whole library
+//CommonJS
+const cj = require('cmdr-journal');
+//ES2015
+import cj from 'cmdr-journal';
+
+//Or import just what you need
+//CommonJS
+const fsdJump = require('cmdr-journal').FSDJump;
+//ES2015
+import { FSDJump } from 'cmdr-journal';
```
Use the models and enums as you wish
```javascript
-let interdiction = new cmdrJournal.Interdicton()
+let interdiction = new cj.Interdicton()
```
## A note
@@ -36,4 +41,4 @@ Enums have been implemented with sensible names (where possible) and string valu
## Documentation
-A full list of Classes and Enums available in this library can be found in [the docs folder](/docs/README.md)
\ No newline at end of file
+A full list of Classes and Enums available in this library can be found in [the docs folder](/docs/index.html)
\ No newline at end of file
diff --git a/docs/classes/afmurepairs.html b/docs/classes/afmurepairs.html
index a242e9c..87f0414 100644
--- a/docs/classes/afmurepairs.html
+++ b/docs/classes/afmurepairs.html
@@ -105,7 +105,7 @@
FullyRepaired
FullyRepaired: boolean
@@ -115,7 +115,7 @@ Health
Health: number
@@ -125,7 +125,7 @@ Module
Module: string
@@ -135,7 +135,7 @@ Module_Localised
Module_Localised: string
@@ -146,7 +146,7 @@ event
@@ -157,7 +157,7 @@ timestamp
diff --git a/docs/classes/approachbody.html b/docs/classes/approachbody.html
index 91548ae..06e8a3e 100644
--- a/docs/classes/approachbody.html
+++ b/docs/classes/approachbody.html
@@ -120,7 +120,7 @@ Body
Body: string
@@ -130,7 +130,7 @@ BodyID
BodyID: number
@@ -140,7 +140,7 @@ StarSystem
StarSystem: string
@@ -150,7 +150,7 @@ SystemAddress
SystemAddress: number
@@ -161,7 +161,7 @@ event
@@ -172,7 +172,7 @@ timestamp
diff --git a/docs/classes/approachsettlement.html b/docs/classes/approachsettlement.html
index c258b06..365f5a2 100644
--- a/docs/classes/approachsettlement.html
+++ b/docs/classes/approachsettlement.html
@@ -110,7 +110,7 @@ MarketID
MarketID: number
@@ -120,7 +120,7 @@ Name
Name: string
@@ -131,7 +131,7 @@ event
@@ -142,7 +142,7 @@ timestamp
diff --git a/docs/classes/bounty.html b/docs/classes/bounty.html
index 8c6974a..d876a3f 100644
--- a/docs/classes/bounty.html
+++ b/docs/classes/bounty.html
@@ -106,7 +106,7 @@ Rewards
Rewards: object[]
@@ -116,7 +116,7 @@ SharedWithOthers
SharedWithOthers: number
@@ -126,7 +126,7 @@ Target
Target: string
@@ -136,7 +136,7 @@ TotalReward
TotalReward: number
@@ -146,7 +146,7 @@ VictimFaction
VictimFaction: string
@@ -157,7 +157,7 @@ event
@@ -168,7 +168,7 @@ timestamp
diff --git a/docs/classes/buyammo.html b/docs/classes/buyammo.html
index 6e21225..2540100 100644
--- a/docs/classes/buyammo.html
+++ b/docs/classes/buyammo.html
@@ -102,7 +102,7 @@ Cost
Cost: number
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/buydrones.html b/docs/classes/buydrones.html
index c9cf9c0..4023e5e 100644
--- a/docs/classes/buydrones.html
+++ b/docs/classes/buydrones.html
@@ -105,7 +105,7 @@ BuyPrice
BuyPrice: number
@@ -115,7 +115,7 @@ Count
Count: number
@@ -125,7 +125,7 @@ TotalCost
TotalCost: number
@@ -135,7 +135,7 @@ Type
Type: string
@@ -146,7 +146,7 @@ event
@@ -157,7 +157,7 @@ timestamp
diff --git a/docs/classes/buyexplorationdata.html b/docs/classes/buyexplorationdata.html
index d10506d..c5b2653 100644
--- a/docs/classes/buyexplorationdata.html
+++ b/docs/classes/buyexplorationdata.html
@@ -103,7 +103,7 @@ Cost
Cost: number
@@ -113,7 +113,7 @@ System
System: string
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/buytradedata.html b/docs/classes/buytradedata.html
index 7060176..ba2b3d3 100644
--- a/docs/classes/buytradedata.html
+++ b/docs/classes/buytradedata.html
@@ -103,7 +103,7 @@ Cost
Cost: number
@@ -113,7 +113,7 @@ System
System: string
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/capshipbond.html b/docs/classes/capshipbond.html
index 88674da..5ceced5 100644
--- a/docs/classes/capshipbond.html
+++ b/docs/classes/capshipbond.html
@@ -104,7 +104,7 @@ AwardingFaction
AwardingFaction: string
@@ -114,7 +114,7 @@ Reward
Reward: number
@@ -124,7 +124,7 @@ VictimFaction
VictimFaction: string
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/cargo.html b/docs/classes/cargo.html
index 4efeccd..4791dd8 100644
--- a/docs/classes/cargo.html
+++ b/docs/classes/cargo.html
@@ -141,7 +141,7 @@ Inventory
Inventory: object[]
@@ -152,7 +152,7 @@ event
@@ -163,7 +163,7 @@ timestamp
diff --git a/docs/classes/cargodepot.html b/docs/classes/cargodepot.html
index 9738dc4..423d022 100644
--- a/docs/classes/cargodepot.html
+++ b/docs/classes/cargodepot.html
@@ -136,7 +136,7 @@ CargoType
CargoType: string
@@ -146,7 +146,7 @@ Count
Count: number
@@ -156,7 +156,7 @@ EndMarketID
EndMarketID: number
@@ -166,7 +166,7 @@ ItemsCollected
ItemsCollected: number
@@ -176,7 +176,7 @@ ItemsDelivered
ItemsDelivered: number
@@ -186,7 +186,7 @@ MissionID
MissionID: number
@@ -196,7 +196,7 @@ Progress
Progress: number
@@ -206,7 +206,7 @@ StartMarketID
StartMarketID: number
@@ -216,7 +216,7 @@ TotalItemsToDeliver
TotalItemsToDeliver: number
@@ -226,7 +226,7 @@ UpdateType
UpdateType: "Collect" | "Deliver" | "WingUpdate"
@@ -237,7 +237,7 @@ event
@@ -248,7 +248,7 @@ timestamp
diff --git a/docs/classes/changecrewrole.html b/docs/classes/changecrewrole.html
index 1a33bad..3c629e9 100644
--- a/docs/classes/changecrewrole.html
+++ b/docs/classes/changecrewrole.html
@@ -102,7 +102,7 @@ Role
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/clearsavedgame.html b/docs/classes/clearsavedgame.html
index 750f7e8..545fe22 100644
--- a/docs/classes/clearsavedgame.html
+++ b/docs/classes/clearsavedgame.html
@@ -102,7 +102,7 @@ Name
Name: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/cockpitbreached.html b/docs/classes/cockpitbreached.html
index 943026e..ae51662 100644
--- a/docs/classes/cockpitbreached.html
+++ b/docs/classes/cockpitbreached.html
@@ -102,7 +102,7 @@ event
@@ -113,7 +113,7 @@ timestamp
diff --git a/docs/classes/collectcargo.html b/docs/classes/collectcargo.html
index eac42ab..472aa8c 100644
--- a/docs/classes/collectcargo.html
+++ b/docs/classes/collectcargo.html
@@ -103,7 +103,7 @@ Stolen
Stolen: boolean
@@ -113,7 +113,7 @@ Type
Type: string
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/commander.html b/docs/classes/commander.html
index 76758b2..e89dda2 100644
--- a/docs/classes/commander.html
+++ b/docs/classes/commander.html
@@ -110,7 +110,7 @@ Name
Name: string
@@ -121,7 +121,7 @@ event
@@ -132,7 +132,7 @@ timestamp
diff --git a/docs/classes/commitcrime.html b/docs/classes/commitcrime.html
index b8f241d..ab50778 100644
--- a/docs/classes/commitcrime.html
+++ b/docs/classes/commitcrime.html
@@ -106,7 +106,7 @@ Optional Bounty
Bounty: string
@@ -116,7 +116,7 @@ CrimeType
CrimeType: string
@@ -126,7 +126,7 @@ Faction
Faction: string
@@ -136,7 +136,7 @@ Optional Fine
Fine: string
@@ -146,7 +146,7 @@ Optional Victim
Victim: string
@@ -157,7 +157,7 @@ event
@@ -168,7 +168,7 @@ timestamp
diff --git a/docs/classes/communitygoal.html b/docs/classes/communitygoal.html
index 30127de..7af97ef 100644
--- a/docs/classes/communitygoal.html
+++ b/docs/classes/communitygoal.html
@@ -134,7 +134,7 @@ CurrentGoals
CurrentGoals: object[]
@@ -145,7 +145,7 @@ event
@@ -156,7 +156,7 @@ timestamp
diff --git a/docs/classes/communitygoaldiscard.html b/docs/classes/communitygoaldiscard.html
index dd16b95..3b83939 100644
--- a/docs/classes/communitygoaldiscard.html
+++ b/docs/classes/communitygoaldiscard.html
@@ -111,7 +111,7 @@ CGID
CGID: number
@@ -121,7 +121,7 @@ Name
Name: string
@@ -131,7 +131,7 @@ System
System: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/communitygoaljoin.html b/docs/classes/communitygoaljoin.html
index 1c5c350..c45831f 100644
--- a/docs/classes/communitygoaljoin.html
+++ b/docs/classes/communitygoaljoin.html
@@ -111,7 +111,7 @@ CGID
CGID: number
@@ -121,7 +121,7 @@ Name
Name: string
@@ -131,7 +131,7 @@ System
System: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/communitygoalreward.html b/docs/classes/communitygoalreward.html
index 22c01a7..732b603 100644
--- a/docs/classes/communitygoalreward.html
+++ b/docs/classes/communitygoalreward.html
@@ -112,7 +112,7 @@ CGID
CGID: number
@@ -122,7 +122,7 @@ Name
Name: string
@@ -132,7 +132,7 @@ Reward
Reward: number
@@ -142,7 +142,7 @@ System
System: string
@@ -153,7 +153,7 @@ event
@@ -164,7 +164,7 @@ timestamp
diff --git a/docs/classes/continued.html b/docs/classes/continued.html
index b568f16..89c820d 100644
--- a/docs/classes/continued.html
+++ b/docs/classes/continued.html
@@ -102,7 +102,7 @@ Part
Part: number
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/crewassign.html b/docs/classes/crewassign.html
index 3bbdc12..f68baa4 100644
--- a/docs/classes/crewassign.html
+++ b/docs/classes/crewassign.html
@@ -103,7 +103,7 @@ Name
Name: string
@@ -113,7 +113,7 @@ Role
Role: string
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/crewfire.html b/docs/classes/crewfire.html
index 9ba1c0f..e831507 100644
--- a/docs/classes/crewfire.html
+++ b/docs/classes/crewfire.html
@@ -102,7 +102,7 @@ Name
Name: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/crewhire.html b/docs/classes/crewhire.html
index ad545c4..878de42 100644
--- a/docs/classes/crewhire.html
+++ b/docs/classes/crewhire.html
@@ -105,7 +105,7 @@ CombatRank
CombatRank: number
@@ -115,7 +115,7 @@ Cost
Cost: number
@@ -125,7 +125,7 @@ Faction
Faction: string
@@ -135,7 +135,7 @@ Name
Name: string
@@ -146,7 +146,7 @@ event
@@ -157,7 +157,7 @@ timestamp
diff --git a/docs/classes/crewlaunchfighter.html b/docs/classes/crewlaunchfighter.html
index 2dbdd5a..ccbcd6e 100644
--- a/docs/classes/crewlaunchfighter.html
+++ b/docs/classes/crewlaunchfighter.html
@@ -102,7 +102,7 @@ Crew
Crew: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/crewmemberjoins.html b/docs/classes/crewmemberjoins.html
index 7462c03..af18309 100644
--- a/docs/classes/crewmemberjoins.html
+++ b/docs/classes/crewmemberjoins.html
@@ -102,7 +102,7 @@ Crew
Crew: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/crewmemberquits.html b/docs/classes/crewmemberquits.html
index 20ae839..b013f55 100644
--- a/docs/classes/crewmemberquits.html
+++ b/docs/classes/crewmemberquits.html
@@ -102,7 +102,7 @@ Crew
Crew: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/crewmemberrolechange.html b/docs/classes/crewmemberrolechange.html
index a54e514..0fb8a7c 100644
--- a/docs/classes/crewmemberrolechange.html
+++ b/docs/classes/crewmemberrolechange.html
@@ -103,7 +103,7 @@ Crew
Crew: string
@@ -113,7 +113,7 @@ Role
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/datalinkscan.html b/docs/classes/datalinkscan.html
index 84b2e7b..344079a 100644
--- a/docs/classes/datalinkscan.html
+++ b/docs/classes/datalinkscan.html
@@ -102,7 +102,7 @@ Message
Message: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/datalinkvoucher.html b/docs/classes/datalinkvoucher.html
index 5a7b0f4..7b440b4 100644
--- a/docs/classes/datalinkvoucher.html
+++ b/docs/classes/datalinkvoucher.html
@@ -104,7 +104,7 @@ PayeeFaction
PayeeFaction: string
@@ -114,7 +114,7 @@ Reward
Reward: number
@@ -124,7 +124,7 @@ VictimFaction
VictimFaction: string
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/datascanned.html b/docs/classes/datascanned.html
index 7d83006..52ea266 100644
--- a/docs/classes/datascanned.html
+++ b/docs/classes/datascanned.html
@@ -102,7 +102,7 @@ Type
Type: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/died.html b/docs/classes/died.html
index 500f6b7..81c18a2 100644
--- a/docs/classes/died.html
+++ b/docs/classes/died.html
@@ -106,7 +106,7 @@ Optional KillerName
KillerName: string
@@ -116,7 +116,7 @@ Optional KillerName_
KillerName_Localised: string
@@ -126,7 +126,7 @@ Optional KillerRank
KillerRank: string
@@ -136,7 +136,7 @@ Optional KillerShip
KillerShip: string
@@ -146,7 +146,7 @@ Optional Killers
Killers: object[]
@@ -157,7 +157,7 @@ event
@@ -168,7 +168,7 @@ timestamp
diff --git a/docs/classes/discoveryscan.html b/docs/classes/discoveryscan.html
index 0b67d40..ee088ef 100644
--- a/docs/classes/discoveryscan.html
+++ b/docs/classes/discoveryscan.html
@@ -110,7 +110,7 @@ Bodies
Bodies: number
@@ -120,7 +120,7 @@ SystemAddress
SystemAddress: number
@@ -131,7 +131,7 @@ event
@@ -142,7 +142,7 @@ timestamp
diff --git a/docs/classes/docked.html b/docs/classes/docked.html
index 6ee6b66..efb586b 100644
--- a/docs/classes/docked.html
+++ b/docs/classes/docked.html
@@ -175,7 +175,7 @@ Optional CockpitBreached<
CockpitBreached: boolean
@@ -185,7 +185,7 @@ DistFromStarLS
DistFromStarLS: number
@@ -195,7 +195,7 @@ FactionState
FactionState: string
@@ -205,7 +205,7 @@ MarketID
MarketID: number
@@ -215,7 +215,7 @@ StarSystem
StarSystem: string
@@ -225,7 +225,7 @@ StationAllegiance
StationAllegiance: string
@@ -235,7 +235,7 @@ StationEconomies
StationEconomies: object[]
@@ -245,7 +245,7 @@ StationEconomy
StationEconomy: string
@@ -255,7 +255,7 @@ StationEconomy_Localised
StationEconomy_Localised: string
@@ -265,7 +265,7 @@ StationFaction
StationFaction: string
@@ -275,7 +275,7 @@ StationGovernment
StationGovernment: string
@@ -285,7 +285,7 @@ StationGovernment_Localised
StationGovernment_Localised: string
@@ -295,7 +295,7 @@ StationName
StationName: string
@@ -305,7 +305,7 @@ StationServices
@@ -315,7 +315,7 @@ StationType
StationType: string
@@ -325,7 +325,7 @@ SystemAddress
SystemAddress: number
@@ -335,7 +335,7 @@ Optional Wanted
Wanted: boolean
@@ -346,7 +346,7 @@ event
@@ -357,7 +357,7 @@ timestamp
diff --git a/docs/classes/dockfighter.html b/docs/classes/dockfighter.html
index c9dc245..ed38b76 100644
--- a/docs/classes/dockfighter.html
+++ b/docs/classes/dockfighter.html
@@ -102,7 +102,7 @@ event
@@ -113,7 +113,7 @@ timestamp
diff --git a/docs/classes/dockingcancelled.html b/docs/classes/dockingcancelled.html
index f7ceac6..019076b 100644
--- a/docs/classes/dockingcancelled.html
+++ b/docs/classes/dockingcancelled.html
@@ -111,7 +111,7 @@ MarketID
MarketID: number
@@ -121,7 +121,7 @@ StationName
StationName: string
@@ -131,7 +131,7 @@ StationType
StationType: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/dockingdenied.html b/docs/classes/dockingdenied.html
index 3024088..99ab533 100644
--- a/docs/classes/dockingdenied.html
+++ b/docs/classes/dockingdenied.html
@@ -112,7 +112,7 @@ MarketID
MarketID: number
@@ -122,7 +122,7 @@ Reason
Reason: "NoSpace" | "TooLarge" | "Hostile" | "Offences" | "Distance" | "ActiveFighter" | "NoReason"
@@ -132,7 +132,7 @@ StationName
StationName: string
@@ -142,7 +142,7 @@ StationType
StationType: string
@@ -153,7 +153,7 @@ event
@@ -164,7 +164,7 @@ timestamp
diff --git a/docs/classes/dockinggranted.html b/docs/classes/dockinggranted.html
index 0de80f6..35d74f1 100644
--- a/docs/classes/dockinggranted.html
+++ b/docs/classes/dockinggranted.html
@@ -112,7 +112,7 @@ LandingPad
LandingPad: number
@@ -122,7 +122,7 @@ MarketID
MarketID: number
@@ -132,7 +132,7 @@ StationName
StationName: string
@@ -142,7 +142,7 @@ StationType
StationType: string
@@ -153,7 +153,7 @@ event
@@ -164,7 +164,7 @@ timestamp
diff --git a/docs/classes/dockingrequested.html b/docs/classes/dockingrequested.html
index d2f5141..fc2f574 100644
--- a/docs/classes/dockingrequested.html
+++ b/docs/classes/dockingrequested.html
@@ -111,7 +111,7 @@ MarketID
MarketID: number
@@ -121,7 +121,7 @@ StationName
StationName: string
@@ -131,7 +131,7 @@ StationType
StationType: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/dockingtimeout.html b/docs/classes/dockingtimeout.html
index 9fd090e..932b1c4 100644
--- a/docs/classes/dockingtimeout.html
+++ b/docs/classes/dockingtimeout.html
@@ -111,7 +111,7 @@ MarketID
MarketID: number
@@ -121,7 +121,7 @@ StationName
StationName: string
@@ -131,7 +131,7 @@ StationType
StationType: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/docksrv.html b/docs/classes/docksrv.html
index 13e24c2..1d2b979 100644
--- a/docs/classes/docksrv.html
+++ b/docs/classes/docksrv.html
@@ -102,7 +102,7 @@ event
@@ -113,7 +113,7 @@ timestamp
diff --git a/docs/classes/ejectcargo.html b/docs/classes/ejectcargo.html
index b5c11c5..ba114ee 100644
--- a/docs/classes/ejectcargo.html
+++ b/docs/classes/ejectcargo.html
@@ -105,7 +105,7 @@ Abandoned
Abandoned: boolean
@@ -115,7 +115,7 @@ Count
Count: number
@@ -125,7 +125,7 @@ Optional PowerplayOrigin<
PowerplayOrigin: string
@@ -135,7 +135,7 @@ Type
Type: string
@@ -146,7 +146,7 @@ event
@@ -157,7 +157,7 @@ timestamp
diff --git a/docs/classes/endcrewsession.html b/docs/classes/endcrewsession.html
index 9ed6f85..457c554 100644
--- a/docs/classes/endcrewsession.html
+++ b/docs/classes/endcrewsession.html
@@ -102,7 +102,7 @@ OnCrime
OnCrime: boolean
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/engineercontribution.html b/docs/classes/engineercontribution.html
index 86253f9..b59779f 100644
--- a/docs/classes/engineercontribution.html
+++ b/docs/classes/engineercontribution.html
@@ -128,7 +128,7 @@ Optional Commodity
Commodity: string
@@ -138,7 +138,7 @@ Engineer
Engineer: string
@@ -148,7 +148,7 @@ EngineerID
EngineerID: number
@@ -158,7 +158,7 @@ Optional Faction
Faction: string
@@ -168,7 +168,7 @@ Optional Material
Material: string
@@ -178,7 +178,7 @@ Quantity
Quantity: number
@@ -188,7 +188,7 @@ TotalQuantity
TotalQuantity: number
@@ -198,7 +198,7 @@ Type
Type: "Commodity" | "materials" | "Credits" | "Bond" | "Bounty"
@@ -209,7 +209,7 @@ event
@@ -220,7 +220,7 @@ timestamp
diff --git a/docs/classes/engineercraft.html b/docs/classes/engineercraft.html
index 0d51820..13d6412 100644
--- a/docs/classes/engineercraft.html
+++ b/docs/classes/engineercraft.html
@@ -170,7 +170,7 @@ Optional ApplyExperimenta
ApplyExperimentalEffect: string
@@ -180,7 +180,7 @@ Blueprint
Blueprint: string
@@ -190,7 +190,7 @@ BlueprintID
BlueprintID: number
@@ -200,7 +200,7 @@ Engineer
Engineer: string
@@ -210,7 +210,7 @@ EngineerID
EngineerID: number
@@ -220,7 +220,7 @@ Ingredients
Ingredients: object
@@ -241,7 +241,7 @@
Level
Level: number
@@ -251,7 +251,7 @@
Modifiers
Modifiers: object[]
@@ -261,7 +261,7 @@
Quality
Quality: number
@@ -272,7 +272,7 @@
event
@@ -283,7 +283,7 @@
timestamp
diff --git a/docs/classes/engineerlegacyconvert.html b/docs/classes/engineerlegacyconvert.html
index 994a87f..f370785 100644
--- a/docs/classes/engineerlegacyconvert.html
+++ b/docs/classes/engineerlegacyconvert.html
@@ -131,7 +131,7 @@
Optional ApplyExperimenta
ApplyExperimentalEffect: string
@@ -141,7 +141,7 @@ Blueprint
Blueprint: string
@@ -151,7 +151,7 @@ BlueprintID
BlueprintID: number
@@ -161,7 +161,7 @@ Engineer
Engineer: string
@@ -171,7 +171,7 @@ EngineerID
EngineerID: number
@@ -181,7 +181,7 @@ IsPreview
IsPreview: boolean
@@ -191,7 +191,7 @@ Level
Level: number
@@ -201,7 +201,7 @@ Modifiers
Modifiers: object[]
@@ -211,7 +211,7 @@ Quality
Quality: number
@@ -222,7 +222,7 @@ event
@@ -233,7 +233,7 @@ timestamp
diff --git a/docs/classes/engineerprogress.html b/docs/classes/engineerprogress.html
index f4588c7..47009b7 100644
--- a/docs/classes/engineerprogress.html
+++ b/docs/classes/engineerprogress.html
@@ -129,7 +129,7 @@ Engineer
Engineer: string
@@ -139,7 +139,7 @@ EngineerID
EngineerID: number
@@ -149,7 +149,7 @@ Progress
Progress: "Invited" | "Acquainted" | "Unlocked" | "Barred"
@@ -159,7 +159,7 @@ Rank
Rank: number
@@ -170,7 +170,7 @@ event
@@ -181,7 +181,7 @@ timestamp
diff --git a/docs/classes/escapeinterdiction.html b/docs/classes/escapeinterdiction.html
index 7bf20ad..74fd2aa 100644
--- a/docs/classes/escapeinterdiction.html
+++ b/docs/classes/escapeinterdiction.html
@@ -103,7 +103,7 @@ Interdictor
Interdictor: string
@@ -113,7 +113,7 @@ IsPlayer
IsPlayer: boolean
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/faction.html b/docs/classes/faction.html
index 7297f56..c3b1cdf 100644
--- a/docs/classes/faction.html
+++ b/docs/classes/faction.html
@@ -129,7 +129,7 @@ FactionState
FactionState: string
@@ -139,7 +139,7 @@ Government
Government: string
@@ -149,7 +149,7 @@ Influence
Influence: number
@@ -159,7 +159,7 @@ Name
Name: string
@@ -169,7 +169,7 @@ Optional PendingStatesPendingStates: object[]
@@ -179,7 +179,7 @@ Optional RecoveringStates
RecoveringStates: object[]
diff --git a/docs/classes/factionkillbond.html b/docs/classes/factionkillbond.html
index 6d75d53..148c450 100644
--- a/docs/classes/factionkillbond.html
+++ b/docs/classes/factionkillbond.html
@@ -111,7 +111,7 @@ AwardingFaction
AwardingFaction: string
@@ -121,7 +121,7 @@ Reward
Reward: number
@@ -131,7 +131,7 @@ VictimFaction
VictimFaction: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/fetchremotemodule.html b/docs/classes/fetchremotemodule.html
index 787c315..82d596a 100644
--- a/docs/classes/fetchremotemodule.html
+++ b/docs/classes/fetchremotemodule.html
@@ -108,7 +108,7 @@ ServerId
ServerId: number
@@ -118,7 +118,7 @@ Ship
Ship: string
@@ -128,7 +128,7 @@ ShipId
ShipId: number
@@ -138,7 +138,7 @@ StorageSlot
StorageSlot: string
@@ -148,7 +148,7 @@ StoredItem
StoredItem: string
@@ -158,7 +158,7 @@ TransferCost
TransferCost: number
@@ -168,7 +168,7 @@ TransferTime
TransferTime: number
@@ -179,7 +179,7 @@ event
@@ -190,7 +190,7 @@ timestamp
diff --git a/docs/classes/fighterdestroyed.html b/docs/classes/fighterdestroyed.html
index 631e443..0b88c42 100644
--- a/docs/classes/fighterdestroyed.html
+++ b/docs/classes/fighterdestroyed.html
@@ -109,7 +109,7 @@ event
@@ -120,7 +120,7 @@ timestamp
diff --git a/docs/classes/fighterrebuilt.html b/docs/classes/fighterrebuilt.html
index 5aa01fa..576f4f6 100644
--- a/docs/classes/fighterrebuilt.html
+++ b/docs/classes/fighterrebuilt.html
@@ -109,7 +109,7 @@ Loadout
Loadout: "string"
@@ -120,7 +120,7 @@ event
@@ -131,7 +131,7 @@ timestamp
diff --git a/docs/classes/fileheader.html b/docs/classes/fileheader.html
index b5adbf4..5b53a2b 100644
--- a/docs/classes/fileheader.html
+++ b/docs/classes/fileheader.html
@@ -114,7 +114,7 @@ build
build: string
@@ -125,7 +125,7 @@ event
@@ -135,7 +135,7 @@ gameversion
gameversion: string
@@ -145,7 +145,7 @@ language
language: string
@@ -155,7 +155,7 @@ part
part: number
@@ -166,7 +166,7 @@ timestamp
diff --git a/docs/classes/friends.html b/docs/classes/friends.html
index d2f2e41..34b1285 100644
--- a/docs/classes/friends.html
+++ b/docs/classes/friends.html
@@ -103,7 +103,7 @@ Name
Name: string
@@ -113,7 +113,7 @@ Status
Status: "Requested" | "Declined" | "Added" | "Lost" | "Offline" | "Online"
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/fsdjump.html b/docs/classes/fsdjump.html
index 559f920..6536de2 100644
--- a/docs/classes/fsdjump.html
+++ b/docs/classes/fsdjump.html
@@ -114,7 +114,8 @@ Example
}
],
"SystemFaction":"Independent HR 3316 Liberals",
- "FactionState":"Outbreak" }
+ "FactionState":"Outbreak"
+}
@@ -175,7 +176,7 @@ Body
Body: string
@@ -185,7 +186,7 @@ BoostUsed
BoostUsed: boolean
@@ -195,7 +196,7 @@ FactionState
FactionState: string
@@ -205,7 +206,7 @@ Factions
@@ -215,7 +216,7 @@ FuelLevel
FuelLevel: number
@@ -225,7 +226,7 @@ FuelUsed
FuelUsed: number
@@ -235,7 +236,7 @@ JumpDist
JumpDist: number
@@ -245,7 +246,7 @@ Population
Population: number
@@ -255,7 +256,7 @@ Optional PowerplayerState
PowerplayerState: "InPrepareRadius" | "Prepared" | "Exploited" | "Contested" | "Controlled" | "Turmoil" | "HomeSystem"
@@ -265,7 +266,7 @@ Optional Powers
Powers: string[]
@@ -275,7 +276,7 @@ RecoveringStates
RecoveringStates: object[]
@@ -285,7 +286,7 @@ StarPos
StarPos: [number, number, number]
@@ -295,7 +296,7 @@ StarSystem
StarSystem: string
@@ -305,7 +306,7 @@ SystemAllegiance
SystemAllegiance: string
@@ -315,7 +316,7 @@ SystemEconomy
SystemEconomy: string
@@ -325,7 +326,7 @@ SystemEconomy_Localised
SystemEconomy_Localised: string
@@ -335,7 +336,7 @@ SystemFaction
SystemFaction: string
@@ -345,7 +346,7 @@ SystemGovernment
SystemGovernment: string
@@ -355,7 +356,7 @@ SystemGovernment_Localised
SystemGovernment_Localised: string
@@ -365,7 +366,7 @@ SystemSecurity
SystemSecurity: string
@@ -375,7 +376,7 @@ SystemSecurity_Localised
SystemSecurity_Localised: string
@@ -385,7 +386,7 @@ Wanted
Wanted: boolean
@@ -396,7 +397,7 @@ event
@@ -407,7 +408,7 @@ timestamp
diff --git a/docs/classes/fuelscoop.html b/docs/classes/fuelscoop.html
index 9c2dd82..dc88b71 100644
--- a/docs/classes/fuelscoop.html
+++ b/docs/classes/fuelscoop.html
@@ -103,7 +103,7 @@ Scooped
Scooped: number
@@ -113,7 +113,7 @@ Total
Total: number
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/heatdamage.html b/docs/classes/heatdamage.html
index bb8ee62..f897a20 100644
--- a/docs/classes/heatdamage.html
+++ b/docs/classes/heatdamage.html
@@ -102,7 +102,7 @@ event
@@ -113,7 +113,7 @@ timestamp
diff --git a/docs/classes/heatwarning.html b/docs/classes/heatwarning.html
index 2b73ab0..c6d8316 100644
--- a/docs/classes/heatwarning.html
+++ b/docs/classes/heatwarning.html
@@ -102,7 +102,7 @@ event
@@ -113,7 +113,7 @@ timestamp
diff --git a/docs/classes/hulldamage.html b/docs/classes/hulldamage.html
index d418d3b..b10a86e 100644
--- a/docs/classes/hulldamage.html
+++ b/docs/classes/hulldamage.html
@@ -104,7 +104,7 @@ Fighter
Fighter: boolean
@@ -114,7 +114,7 @@ Health
Health: number
@@ -124,7 +124,7 @@ PlayerPilot
PlayerPilot: boolean
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/interdicted.html b/docs/classes/interdicted.html
index 4bf943b..5428b44 100644
--- a/docs/classes/interdicted.html
+++ b/docs/classes/interdicted.html
@@ -105,7 +105,7 @@ Faction
Faction: string
@@ -115,7 +115,7 @@ Interdictor
Interdictor: string
@@ -125,7 +125,7 @@ IsPlayer
IsPlayer: boolean
@@ -135,7 +135,7 @@ Submitted
Submitted: boolean
@@ -146,7 +146,7 @@ event
@@ -157,7 +157,7 @@ timestamp
diff --git a/docs/classes/interdiction.html b/docs/classes/interdiction.html
index 2e9baf1..993b42a 100644
--- a/docs/classes/interdiction.html
+++ b/docs/classes/interdiction.html
@@ -107,7 +107,7 @@ CombatRank
CombatRank: number
@@ -117,7 +117,7 @@ Faction
Faction: string
@@ -127,7 +127,7 @@ Interdicted
Interdicted: string
@@ -137,7 +137,7 @@ IsPlayer
IsPlayer: boolean
@@ -147,7 +147,7 @@ Optional Power
Power: string
@@ -157,7 +157,7 @@ Success
Success: boolean
@@ -168,7 +168,7 @@ event
@@ -179,7 +179,7 @@ timestamp
diff --git a/docs/classes/jetconeboost.html b/docs/classes/jetconeboost.html
index 1d3622e..4743d67 100644
--- a/docs/classes/jetconeboost.html
+++ b/docs/classes/jetconeboost.html
@@ -102,7 +102,7 @@ BoostValue
BoostValue: number
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/jetconedamage.html b/docs/classes/jetconedamage.html
index d6ab660..08a10d4 100644
--- a/docs/classes/jetconedamage.html
+++ b/docs/classes/jetconedamage.html
@@ -102,7 +102,7 @@ Module
Module: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/joinacrew.html b/docs/classes/joinacrew.html
index 84fcafb..e44b899 100644
--- a/docs/classes/joinacrew.html
+++ b/docs/classes/joinacrew.html
@@ -102,7 +102,7 @@ Captain
Captain: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/journalevent.html b/docs/classes/journalevent.html
index c6672d7..5766fbe 100644
--- a/docs/classes/journalevent.html
+++ b/docs/classes/journalevent.html
@@ -605,7 +605,7 @@ event
event: string
@@ -615,7 +615,7 @@ timestamp
timestamp: string
diff --git a/docs/classes/kickcrewmember.html b/docs/classes/kickcrewmember.html
index bdba4a5..d9a3ca3 100644
--- a/docs/classes/kickcrewmember.html
+++ b/docs/classes/kickcrewmember.html
@@ -103,7 +103,7 @@ Crew
Crew: string
@@ -113,7 +113,7 @@ OnCrime
OnCrime: boolean
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/launchdrone.html b/docs/classes/launchdrone.html
index 8082e4d..274eb53 100644
--- a/docs/classes/launchdrone.html
+++ b/docs/classes/launchdrone.html
@@ -109,7 +109,7 @@ Type
Type: "Hatchbreaker" | "FuelTransfer" | "Collection" | "Prospector" | "Repair" | "Research" | "Decontamination"
@@ -120,7 +120,7 @@ event
@@ -131,7 +131,7 @@ timestamp
diff --git a/docs/classes/launchfighter.html b/docs/classes/launchfighter.html
index f0e5257..3fad6d5 100644
--- a/docs/classes/launchfighter.html
+++ b/docs/classes/launchfighter.html
@@ -103,7 +103,7 @@ Loadout
Loadout: string
@@ -113,7 +113,7 @@ PlayerController
PlayerController: boolean
@@ -124,7 +124,7 @@ event
@@ -135,7 +135,7 @@ timestamp
diff --git a/docs/classes/launchsrv.html b/docs/classes/launchsrv.html
index 38dd92b..ad69212 100644
--- a/docs/classes/launchsrv.html
+++ b/docs/classes/launchsrv.html
@@ -102,7 +102,7 @@ Loadout
Loadout: string
@@ -113,7 +113,7 @@ event
@@ -124,7 +124,7 @@ timestamp
diff --git a/docs/classes/leavebody.html b/docs/classes/leavebody.html
index 2b29b30..246f29e 100644
--- a/docs/classes/leavebody.html
+++ b/docs/classes/leavebody.html
@@ -112,7 +112,7 @@ Body
Body: string
@@ -122,7 +122,7 @@ BodyID
BodyID: number
@@ -132,7 +132,7 @@ StarSystem
StarSystem: string
@@ -142,7 +142,7 @@ SystemAddress
SystemAddress: number
@@ -153,7 +153,7 @@ event
@@ -164,7 +164,7 @@ timestamp
diff --git a/docs/classes/liftoff.html b/docs/classes/liftoff.html
index 281b77f..8fa0e51 100644
--- a/docs/classes/liftoff.html
+++ b/docs/classes/liftoff.html
@@ -104,7 +104,7 @@ Latitude
Latitude: number
@@ -114,7 +114,7 @@ Longitude
Longitude: number
@@ -124,7 +124,7 @@ PlayerControlled
PlayerControlled: boolean
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/loadgame.html b/docs/classes/loadgame.html
index ecada82..959b5b2 100644
--- a/docs/classes/loadgame.html
+++ b/docs/classes/loadgame.html
@@ -114,7 +114,7 @@ Commander
Commander: string
@@ -124,7 +124,7 @@ Credits
Credits: number
@@ -134,7 +134,7 @@ FuelCapacity
FuelCapacity: number
@@ -144,7 +144,7 @@ FuelLevel
FuelLevel: number
@@ -154,7 +154,7 @@ GameMode
GameMode: string
@@ -164,7 +164,7 @@ Group
Group: string
@@ -174,7 +174,7 @@ Loan
Loan: number
@@ -184,7 +184,7 @@ Ship
Ship: string
@@ -194,7 +194,7 @@ ShipID
ShipID: number
@@ -204,7 +204,7 @@ ShipIdent
ShipIdent: string
@@ -214,7 +214,7 @@ ShipName
ShipName: string
@@ -224,7 +224,7 @@ Optional StartDead
StartDead: boolean
@@ -234,7 +234,7 @@ Optional StartLanded
StartLanded: boolean
@@ -245,7 +245,7 @@ event
@@ -256,7 +256,7 @@ timestamp
diff --git a/docs/classes/loadout.html b/docs/classes/loadout.html
index c45ee7b..e0d13c8 100644
--- a/docs/classes/loadout.html
+++ b/docs/classes/loadout.html
@@ -301,7 +301,7 @@ Optional HullValue
HullValue: number
@@ -311,7 +311,7 @@ Modules
Modules: object[]
@@ -321,7 +321,7 @@ Optional ModulesValue
ModulesValue: number
@@ -331,7 +331,7 @@ Rebuy
Rebuy: number
@@ -341,7 +341,7 @@ Ship
Ship: string
@@ -351,7 +351,7 @@ ShipID
ShipID: number
@@ -361,7 +361,7 @@ ShipIdent
ShipIdent: string
@@ -371,7 +371,7 @@ ShipName
ShipName: string
@@ -382,7 +382,7 @@ event
@@ -393,7 +393,7 @@ timestamp
diff --git a/docs/classes/location.html b/docs/classes/location.html
index 4a69fa2..1e1eab2 100644
--- a/docs/classes/location.html
+++ b/docs/classes/location.html
@@ -171,7 +171,7 @@ Body
Body: string
@@ -181,7 +181,7 @@ BodyID
BodyID: number
@@ -191,7 +191,7 @@ BodyType
@@ -201,7 +201,7 @@ Docked
Docked: boolean
@@ -211,7 +211,7 @@ FactionState
FactionState: string
@@ -221,7 +221,7 @@ Factions
@@ -231,7 +231,7 @@ Optional Latitude
Latitude: number
@@ -241,7 +241,7 @@ Optional Longitude
Longitude: number
@@ -251,7 +251,7 @@ Optional MarketID
MarketID: number
@@ -261,7 +261,7 @@ PowerplayState
PowerplayState: "InPrepareRadius" | "Prepared" | "Exploited" | "Contested" | "Controlled" | "Turmoil" | "HomeSystem"
@@ -271,7 +271,7 @@ Powers
Powers: string[]
@@ -281,7 +281,7 @@ Security_Localised
Security_Localised: string
@@ -291,7 +291,7 @@ StarPos
StarPos: [number, number, number]
@@ -301,7 +301,7 @@ StarSystem
StarSystem: string
@@ -311,7 +311,7 @@ Optional StationName
StationName: string
@@ -321,7 +321,7 @@ Optional StationType
StationType: string
@@ -331,7 +331,7 @@ SystemAddress
SystemAddress: number
@@ -341,7 +341,7 @@ SystemAllegiance
SystemAllegiance: string
@@ -351,7 +351,7 @@ SystemEconomy
SystemEconomy: string
@@ -361,7 +361,7 @@ SystemEconomy_Localised
SystemEconomy_Localised: string
@@ -371,7 +371,7 @@ SystemFaction
SystemFaction: string
@@ -381,7 +381,7 @@ SystemGovernment
SystemGovernment: string
@@ -391,7 +391,7 @@ SystemGovernment_Localised
SystemGovernment_Localised: string
@@ -401,7 +401,7 @@ SystemSecondEconomy
SystemSecondEconomy: string
@@ -411,7 +411,7 @@ SystemSecondEconomy_Localised
SystemSecondEconomy_Localised: string
@@ -421,7 +421,7 @@ SystemSecurity
SystemSecurity: string
@@ -431,7 +431,7 @@ Wanted
Wanted: boolean
@@ -442,7 +442,7 @@ event
@@ -453,7 +453,7 @@ timestamp
diff --git a/docs/classes/market.html b/docs/classes/market.html
index 3a39360..70b74b4 100644
--- a/docs/classes/market.html
+++ b/docs/classes/market.html
@@ -128,7 +128,7 @@ MarketID
MarketID: number
@@ -138,7 +138,7 @@ StarSystem
StarSystem: string
@@ -148,7 +148,7 @@ StationName
StationName: string
@@ -159,7 +159,7 @@ event
@@ -169,7 +169,7 @@ Optional items
items: object[]
@@ -180,7 +180,7 @@ timestamp
diff --git a/docs/classes/marketbuy.html b/docs/classes/marketbuy.html
index a4bb245..626a195 100644
--- a/docs/classes/marketbuy.html
+++ b/docs/classes/marketbuy.html
@@ -123,7 +123,7 @@ BuyPrice
BuyPrice: number
@@ -133,7 +133,7 @@ Count
Count: number
@@ -143,7 +143,7 @@ MarketID
MarketID: number
@@ -153,7 +153,7 @@ TotalCost
TotalCost: number
@@ -163,7 +163,7 @@ Type
Type: string
@@ -174,7 +174,7 @@ event
@@ -185,7 +185,7 @@ timestamp
diff --git a/docs/classes/marketsell.html b/docs/classes/marketsell.html
index 50ea581..2b2789f 100644
--- a/docs/classes/marketsell.html
+++ b/docs/classes/marketsell.html
@@ -138,7 +138,7 @@ AvgPricePaid
AvgPricePaid: number
@@ -148,7 +148,7 @@ Optional BlackMarket
BlackMarket: boolean
@@ -158,7 +158,7 @@ Count
Count: number
@@ -168,7 +168,7 @@ Optional IllegalGoods
IllegalGoods: boolean
@@ -178,7 +178,7 @@ SellPrice
SellPrice: number
@@ -188,7 +188,7 @@ Optional StolenGoods
StolenGoods: boolean
@@ -198,7 +198,7 @@ TotalSale
TotalSale: number
@@ -208,7 +208,7 @@ Type
Type: string
@@ -219,7 +219,7 @@ event
@@ -230,7 +230,7 @@ timestamp
diff --git a/docs/classes/massmodulestore.html b/docs/classes/massmodulestore.html
index d1fd0b3..cb4c449 100644
--- a/docs/classes/massmodulestore.html
+++ b/docs/classes/massmodulestore.html
@@ -150,7 +150,7 @@ Items
Items: object[]
@@ -160,7 +160,7 @@ MarketID
MarketID: number
@@ -170,7 +170,7 @@ Ship
Ship: string
@@ -180,7 +180,7 @@ ShipId
ShipId: number
@@ -191,7 +191,7 @@ event
@@ -202,7 +202,7 @@ timestamp
diff --git a/docs/classes/materialcollected.html b/docs/classes/materialcollected.html
index d4ce748..1fbbbd0 100644
--- a/docs/classes/materialcollected.html
+++ b/docs/classes/materialcollected.html
@@ -104,7 +104,7 @@ Category
Category: "Raw" | "Encoded" | "Manufactured"
@@ -114,7 +114,7 @@ Count
Count: number
@@ -124,7 +124,7 @@ Name
Name: string
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/materialdiscarded.html b/docs/classes/materialdiscarded.html
index 7d07757..47576b5 100644
--- a/docs/classes/materialdiscarded.html
+++ b/docs/classes/materialdiscarded.html
@@ -104,7 +104,7 @@ Category
Category: "Raw" | "Encoded" | "Manufactured"
@@ -114,7 +114,7 @@ Count
Count: number
@@ -124,7 +124,7 @@ Name
Name: string
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/materialdiscovered.html b/docs/classes/materialdiscovered.html
index fdaaa9c..54b737f 100644
--- a/docs/classes/materialdiscovered.html
+++ b/docs/classes/materialdiscovered.html
@@ -104,7 +104,7 @@ Category
Category: "Raw" | "Encoded" | "Manufactured"
@@ -114,7 +114,7 @@ DiscoveryNumber
DiscoveryNumber: number
@@ -124,7 +124,7 @@ Name
Name: string
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/materials.html b/docs/classes/materials.html
index cb462e6..7e6dc21 100644
--- a/docs/classes/materials.html
+++ b/docs/classes/materials.html
@@ -104,7 +104,7 @@ Encoded
Encoded: object[]
@@ -114,7 +114,7 @@ Manufactured
Manufactured: object[]
@@ -124,7 +124,7 @@ Raw
Raw: object[]
@@ -135,7 +135,7 @@ event
@@ -146,7 +146,7 @@ timestamp
diff --git a/docs/classes/materialtrade.html b/docs/classes/materialtrade.html
index ded577a..06de293 100644
--- a/docs/classes/materialtrade.html
+++ b/docs/classes/materialtrade.html
@@ -135,7 +135,7 @@ MarketID
MarketID: number
@@ -145,7 +145,7 @@ Paid
Paid: object
@@ -175,7 +175,7 @@
Received
Received: object
@@ -205,7 +205,7 @@
TraderType
TraderType: string
@@ -216,7 +216,7 @@
event
@@ -227,7 +227,7 @@
timestamp
diff --git a/docs/classes/miningrefined.html b/docs/classes/miningrefined.html
index cdffee8..2e0e464 100644
--- a/docs/classes/miningrefined.html
+++ b/docs/classes/miningrefined.html
@@ -102,7 +102,7 @@
Type
Type: string
@@ -113,7 +113,7 @@
event
@@ -124,7 +124,7 @@
timestamp
diff --git a/docs/classes/mission.html b/docs/classes/mission.html
index b725c34..c2df9cf 100644
--- a/docs/classes/mission.html
+++ b/docs/classes/mission.html
@@ -98,7 +98,7 @@
Expires
Expires: number
@@ -250,7 +250,7 @@
Optional PassengerVIPs
PassengerVIPs: boolean
@@ -260,7 +260,7 @@
Optional PassengerWanted<
PassengerWanted: boolean
@@ -270,7 +270,7 @@ Reputation
Reputation: "None" | "Low" | "Med" | "High"
@@ -280,7 +280,7 @@ Optional Target
Target: string
@@ -290,7 +290,7 @@ Optional TargetFactionTargetFaction: string
@@ -300,7 +300,7 @@
Optional TargetType
TargetType: string
@@ -311,7 +311,7 @@
event
@@ -322,7 +322,7 @@
timestamp
diff --git a/docs/classes/missioncompleted.html b/docs/classes/missioncompleted.html
index af30e3a..5d854f2 100644
--- a/docs/classes/missioncompleted.html
+++ b/docs/classes/missioncompleted.html
@@ -158,7 +158,7 @@
Optional Commodity
Commodity: string
@@ -168,7 +168,7 @@
Optional CommodityReward<
CommodityReward: object[]
@@ -178,7 +178,7 @@ Optional Commodity_L
Commodity_Localised: string
@@ -188,7 +188,7 @@ Optional Count
Count: number
@@ -198,7 +198,7 @@ DestinationStation
DestinationStation: string
@@ -208,7 +208,7 @@ DestinationSystem
DestinationSystem: string
@@ -218,7 +218,7 @@ Optional Donation
Donation: number
@@ -228,7 +228,7 @@ Faction
Faction: string
@@ -238,7 +238,7 @@ Optional FactionEffects
FactionEffects: object[]
@@ -248,7 +248,7 @@ Optional MaterialsReward<
MaterialsReward: object[]
@@ -258,7 +258,7 @@ MissionID
MissionID: number
@@ -268,7 +268,7 @@ Name
Name: string
@@ -278,7 +278,7 @@ Optional PermitsAwarded
PermitsAwarded: string[]
@@ -288,7 +288,7 @@ Optional Reward
Reward: number
@@ -298,7 +298,7 @@ Optional Target
Target: string
@@ -308,7 +308,7 @@ Optional TargetFactionTargetFaction: string
@@ -318,7 +318,7 @@ Optional TargetType
TargetType: string
@@ -329,7 +329,7 @@ event
@@ -340,7 +340,7 @@ timestamp
diff --git a/docs/classes/missionfailed.html b/docs/classes/missionfailed.html
index 8e1a824..25e2aa8 100644
--- a/docs/classes/missionfailed.html
+++ b/docs/classes/missionfailed.html
@@ -111,7 +111,7 @@ Optional Fine
Fine: number
@@ -121,7 +121,7 @@ MissionID
MissionID: number
@@ -131,7 +131,7 @@ Name
Name: string
@@ -142,7 +142,7 @@ event
@@ -153,7 +153,7 @@ timestamp
diff --git a/docs/classes/missionredirected.html b/docs/classes/missionredirected.html
index 135ee53..a41dbe5 100644
--- a/docs/classes/missionredirected.html
+++ b/docs/classes/missionredirected.html
@@ -107,7 +107,7 @@ MissionID
MissionID: number
@@ -117,7 +117,7 @@ MissionName
MissionName: string
@@ -127,7 +127,7 @@ NewDestinationStation
NewDestinationStation: string
@@ -137,7 +137,7 @@ NewDestinationSystem
NewDestinationSystem: string
@@ -147,7 +147,7 @@ OldDestinationStation
OldDestinationStation: string
@@ -157,7 +157,7 @@ OldDestinationSystem
OldDestinationSystem: string
@@ -168,7 +168,7 @@ event
@@ -179,7 +179,7 @@ timestamp
diff --git a/docs/classes/missions.html b/docs/classes/missions.html
index ea49e3a..6bb15a0 100644
--- a/docs/classes/missions.html
+++ b/docs/classes/missions.html
@@ -127,7 +127,7 @@ Active
@@ -137,7 +137,7 @@ Complete
@@ -147,7 +147,7 @@ Failed
@@ -158,7 +158,7 @@ event
@@ -169,7 +169,7 @@ timestamp
diff --git a/docs/classes/modulebuy.html b/docs/classes/modulebuy.html
index d3076b7..ba0d751 100644
--- a/docs/classes/modulebuy.html
+++ b/docs/classes/modulebuy.html
@@ -129,7 +129,7 @@ BuyItem
BuyItem: string
@@ -139,7 +139,7 @@ BuyPrice
BuyPrice: number
@@ -149,7 +149,7 @@ MarketID
MarketID: number
@@ -159,7 +159,7 @@ Optional SellItem
SellItem: string
MissionID
Name
PassengerMission
Optional Fine
MissionID
Name
event
@@ -161,7 +161,7 @@timestamp
diff --git a/docs/classes/missionaccepted.html b/docs/classes/missionaccepted.html index 01ce205..7876ad0 100644 --- a/docs/classes/missionaccepted.html +++ b/docs/classes/missionaccepted.html @@ -120,7 +120,7 @@Optional Commodity
Optional Count
Optional DestinationStati
DestinationStation: string
@@ -150,7 +150,7 @@
Optional DestinationSyste
DestinationSystem: string
@@ -160,7 +160,7 @@ Expiry: string
@@ -170,7 +170,7 @@ Faction: string
@@ -180,7 +180,7 @@ Influence: "None" | "Low" | "Med" | "High"
@@ -190,7 +190,7 @@ KillCount: number
@@ -200,7 +200,7 @@ LocalisedName: string
@@ -210,7 +210,7 @@ MissionID: number
@@ -220,7 +220,7 @@ Name: string
@@ -230,7 +230,7 @@
Optional Expiry
Faction
Influence
KillCount
LocalisedName
MissionID
Name
Optional PassengerCount
PassengerCount: number
@@ -240,7 +240,7 @@
Optional PassengerTypePassengerType: string