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

Role: CrewRoles
@@ -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

Role: CrewRoles
@@ -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

StationServices: 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

Factions: Faction[]
@@ -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

BodyType: BodyTypes
@@ -201,7 +201,7 @@

Docked

Docked: boolean
@@ -211,7 +211,7 @@

FactionState

FactionState: string
@@ -221,7 +221,7 @@

Factions

Factions: Faction[]
@@ -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
@@ -113,7 +113,7 @@

MissionID

MissionID: number
@@ -123,7 +123,7 @@

Name

Name: string
@@ -133,7 +133,7 @@

PassengerMission

PassengerMission: boolean
diff --git a/docs/classes/missionabandoned.html b/docs/classes/missionabandoned.html index 7f3d4a9..4fa92f5 100644 --- a/docs/classes/missionabandoned.html +++ b/docs/classes/missionabandoned.html @@ -119,7 +119,7 @@

Optional Fine

Fine: number
@@ -129,7 +129,7 @@

MissionID

MissionID: number
@@ -139,7 +139,7 @@

Name

Name: string
@@ -150,7 +150,7 @@

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

Commodity: string
@@ -130,7 +130,7 @@

Optional Count

Count: number
@@ -140,7 +140,7 @@

Optional DestinationStati
DestinationStation: string
@@ -150,7 +150,7 @@

Optional DestinationSyste
DestinationSystem: string
@@ -160,7 +160,7 @@

Optional Expiry

Expiry: string
@@ -170,7 +170,7 @@

Faction

Faction: string
@@ -180,7 +180,7 @@

Influence

Influence: "None" | "Low" | "Med" | "High"
@@ -190,7 +190,7 @@

KillCount

KillCount: number
@@ -200,7 +200,7 @@

LocalisedName

LocalisedName: string
@@ -210,7 +210,7 @@

MissionID

MissionID: number
@@ -220,7 +220,7 @@

Name

Name: string
@@ -230,7 +230,7 @@

Optional PassengerCountPassengerCount: number

@@ -240,7 +240,7 @@

Optional PassengerTypePassengerType: string

@@ -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 FactionEffectsFactionEffects: 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 PermitsAwardedPermitsAwarded: 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

Active: Mission[]
@@ -137,7 +137,7 @@

Complete

Complete: Mission[]
@@ -147,7 +147,7 @@

Failed

Failed: Mission[]
@@ -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
@@ -174,7 +174,7 @@

Optional SellPrice

SellPrice: number
@@ -184,7 +184,7 @@

Ship

Ship: string
@@ -194,7 +194,7 @@

ShipID

ShipID: number
@@ -204,7 +204,7 @@

Slot

Slot: string
@@ -214,7 +214,7 @@

StoredItem

StoredItem: string
@@ -230,7 +230,7 @@

event

@@ -241,7 +241,7 @@

timestamp

diff --git a/docs/classes/moduleinfo.html b/docs/classes/moduleinfo.html index dc6bbc7..2f0333a 100644 --- a/docs/classes/moduleinfo.html +++ b/docs/classes/moduleinfo.html @@ -238,7 +238,7 @@

event

@@ -249,7 +249,7 @@

timestamp

diff --git a/docs/classes/moduleretrieve.html b/docs/classes/moduleretrieve.html index bf1decb..3539bf2 100644 --- a/docs/classes/moduleretrieve.html +++ b/docs/classes/moduleretrieve.html @@ -119,7 +119,7 @@

Cost

Cost: number
@@ -129,7 +129,7 @@

Optional EngineerModifica
EngineerModifications: string
@@ -139,7 +139,7 @@

Hot

Hot: boolean
@@ -149,7 +149,7 @@

Level

Level: number
@@ -159,7 +159,7 @@

MarketID

MarketID: number
@@ -169,7 +169,7 @@

Quality

Quality: number
@@ -179,7 +179,7 @@

RetrievedItem

RetrievedItem: string
@@ -189,7 +189,7 @@

Ship

Ship: string
@@ -199,7 +199,7 @@

ShipID

ShipID: number
@@ -209,7 +209,7 @@

Slot

Slot: string
@@ -219,7 +219,7 @@

SwapOutItem

SwapOutItem: string
@@ -230,7 +230,7 @@

event

@@ -241,7 +241,7 @@

timestamp

diff --git a/docs/classes/modulesell.html b/docs/classes/modulesell.html index 335a6cb..eb8da4a 100644 --- a/docs/classes/modulesell.html +++ b/docs/classes/modulesell.html @@ -125,7 +125,7 @@

MarketID

MarketID: number
@@ -135,7 +135,7 @@

SellItem

SellItem: string
@@ -145,7 +145,7 @@

SellPrice

SellPrice: number
@@ -155,7 +155,7 @@

Ship

Ship: string
@@ -165,7 +165,7 @@

ShipID

ShipID: number
@@ -175,7 +175,7 @@

Slot

Slot: string
@@ -186,7 +186,7 @@

event

@@ -197,7 +197,7 @@

timestamp

diff --git a/docs/classes/modulesellremote.html b/docs/classes/modulesellremote.html index 2146381..32360fa 100644 --- a/docs/classes/modulesellremote.html +++ b/docs/classes/modulesellremote.html @@ -107,7 +107,7 @@

SellItem

SellItem: string
@@ -117,7 +117,7 @@

SellPrice

SellPrice: number
@@ -127,7 +127,7 @@

ServerId

ServerId: number
@@ -137,7 +137,7 @@

Ship

Ship: string
@@ -147,7 +147,7 @@

ShipId

ShipId: number
@@ -157,7 +157,7 @@

StorageSlot

StorageSlot: string
@@ -168,7 +168,7 @@

event

@@ -179,7 +179,7 @@

timestamp

diff --git a/docs/classes/modulestore.html b/docs/classes/modulestore.html index 68b062d..7912d18 100644 --- a/docs/classes/modulestore.html +++ b/docs/classes/modulestore.html @@ -135,7 +135,7 @@

Optional Cost

Cost: number
@@ -145,7 +145,7 @@

Optional EngineerModifica
EngineerModifications: string
@@ -155,7 +155,7 @@

Hot

Hot: boolean
@@ -165,7 +165,7 @@

Level

Level: number
@@ -175,7 +175,7 @@

MarketID

MarketID: number
@@ -185,7 +185,7 @@

Quality

Quality: number
@@ -195,7 +195,7 @@

Optional ReplacementItem<
ReplacementItem: string
@@ -205,7 +205,7 @@

Ship

Ship: string
@@ -215,7 +215,7 @@

ShipID

ShipID: number
@@ -225,7 +225,7 @@

Slot

Slot: string
@@ -235,7 +235,7 @@

StoredItem

StoredItem: string
@@ -246,7 +246,7 @@

event

@@ -257,7 +257,7 @@

timestamp

diff --git a/docs/classes/moduleswap.html b/docs/classes/moduleswap.html index f93b46e..5ce0400 100644 --- a/docs/classes/moduleswap.html +++ b/docs/classes/moduleswap.html @@ -138,7 +138,7 @@

FromItem

FromItem: string
@@ -148,7 +148,7 @@

FromSlot

FromSlot: string
@@ -158,7 +158,7 @@

MarketID

MarketID: number
@@ -168,7 +168,7 @@

Ship

Ship: string
@@ -178,7 +178,7 @@

ShipID

ShipID: number
@@ -188,7 +188,7 @@

ToItem

ToItem: string
@@ -198,7 +198,7 @@

ToSlot

ToSlot: string
@@ -209,7 +209,7 @@

event

@@ -220,7 +220,7 @@

timestamp

diff --git a/docs/classes/music.html b/docs/classes/music.html index 346f90c..8c92dcb 100644 --- a/docs/classes/music.html +++ b/docs/classes/music.html @@ -102,7 +102,7 @@

MusicTrack

MusicTrack: MusicTrackNames
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/navbeaconscan.html b/docs/classes/navbeaconscan.html index 4d885bc..febe313 100644 --- a/docs/classes/navbeaconscan.html +++ b/docs/classes/navbeaconscan.html @@ -110,7 +110,7 @@

NumBodies

NumBodies: number
@@ -120,7 +120,7 @@

SystemAddress

SystemAddress: number
@@ -131,7 +131,7 @@

event

@@ -142,7 +142,7 @@

timestamp

diff --git a/docs/classes/newcommander.html b/docs/classes/newcommander.html index c4a43cf..023b7ee 100644 --- a/docs/classes/newcommander.html +++ b/docs/classes/newcommander.html @@ -103,7 +103,7 @@

Name

Name: string
@@ -113,7 +113,7 @@

Package

Package: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/npccrewrank.html b/docs/classes/npccrewrank.html index 693198e..7d5d133 100644 --- a/docs/classes/npccrewrank.html +++ b/docs/classes/npccrewrank.html @@ -111,7 +111,7 @@

NpcCrewId

NpcCrewId: number
@@ -121,7 +121,7 @@

NpcCrewName

NpcCrewName: string
@@ -131,7 +131,7 @@

RankCombat

RankCombat: CombatRanks
@@ -142,7 +142,7 @@

event

@@ -153,7 +153,7 @@

timestamp

diff --git a/docs/classes/outfitting.html b/docs/classes/outfitting.html index 4db3c3a..170a72a 100644 --- a/docs/classes/outfitting.html +++ b/docs/classes/outfitting.html @@ -156,7 +156,7 @@

Optional Horizons

Horizons: boolean
@@ -171,7 +171,7 @@

Optional Items

Items: object[]
@@ -181,7 +181,7 @@

MarketID

MarketID: number
@@ -191,7 +191,7 @@

StarSystem

StarSystem: string
@@ -201,7 +201,7 @@

StationName

StationName: string
@@ -212,7 +212,7 @@

event

@@ -223,7 +223,7 @@

timestamp

diff --git a/docs/classes/passengers.html b/docs/classes/passengers.html index a4f8ed0..126f037 100644 --- a/docs/classes/passengers.html +++ b/docs/classes/passengers.html @@ -102,7 +102,7 @@

Manifest

Manifest: object[]
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/payfines.html b/docs/classes/payfines.html index 37ec068..8369415 100644 --- a/docs/classes/payfines.html +++ b/docs/classes/payfines.html @@ -103,7 +103,7 @@

Amount

Amount: number
@@ -113,7 +113,7 @@

Optional BrokerPercentage
BrokerPercentage: number
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/paylegacyfines.html b/docs/classes/paylegacyfines.html index 89ccb99..7c9668c 100644 --- a/docs/classes/paylegacyfines.html +++ b/docs/classes/paylegacyfines.html @@ -103,7 +103,7 @@

Amount

Amount: number
@@ -113,7 +113,7 @@

Optional BrokerPercentage
BrokerPercentage: number
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/powerplaycollect.html b/docs/classes/powerplaycollect.html index 988b48c..48ab5fd 100644 --- a/docs/classes/powerplaycollect.html +++ b/docs/classes/powerplaycollect.html @@ -104,7 +104,7 @@

Count

Count: number
@@ -114,7 +114,7 @@

Power

Power: string
@@ -124,7 +124,7 @@

Type

Type: string
@@ -135,7 +135,7 @@

event

@@ -146,7 +146,7 @@

timestamp

diff --git a/docs/classes/powerplaydefect.html b/docs/classes/powerplaydefect.html index 79385b6..0d080f7 100644 --- a/docs/classes/powerplaydefect.html +++ b/docs/classes/powerplaydefect.html @@ -103,7 +103,7 @@

FromPower

FromPower: string
@@ -113,7 +113,7 @@

ToPower

ToPower: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/powerplaydeliver.html b/docs/classes/powerplaydeliver.html index 2457eba..a96de0b 100644 --- a/docs/classes/powerplaydeliver.html +++ b/docs/classes/powerplaydeliver.html @@ -104,7 +104,7 @@

Count

Count: number
@@ -114,7 +114,7 @@

Power

Power: string
@@ -124,7 +124,7 @@

Type

Type: string
@@ -135,7 +135,7 @@

event

@@ -146,7 +146,7 @@

timestamp

diff --git a/docs/classes/powerplayfasttrack.html b/docs/classes/powerplayfasttrack.html index 78cc23f..5b5ac3a 100644 --- a/docs/classes/powerplayfasttrack.html +++ b/docs/classes/powerplayfasttrack.html @@ -103,7 +103,7 @@

Cost

Cost: number
@@ -113,7 +113,7 @@

Power

Power: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/powerplayjoin.html b/docs/classes/powerplayjoin.html index 234ccf5..06041e7 100644 --- a/docs/classes/powerplayjoin.html +++ b/docs/classes/powerplayjoin.html @@ -102,7 +102,7 @@

Power

Power: string
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/powerplayleave.html b/docs/classes/powerplayleave.html index 387ec7d..dddc64e 100644 --- a/docs/classes/powerplayleave.html +++ b/docs/classes/powerplayleave.html @@ -102,7 +102,7 @@

Power

Power: string
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/powerplaysalary.html b/docs/classes/powerplaysalary.html index c7879a6..4070678 100644 --- a/docs/classes/powerplaysalary.html +++ b/docs/classes/powerplaysalary.html @@ -103,7 +103,7 @@

Amount

Amount: number
@@ -113,7 +113,7 @@

Power

Power: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/powerplayvote.html b/docs/classes/powerplayvote.html index 7b6faa2..3cd645d 100644 --- a/docs/classes/powerplayvote.html +++ b/docs/classes/powerplayvote.html @@ -104,7 +104,7 @@

Power

Power: string
@@ -114,7 +114,7 @@

System

System: string
@@ -124,7 +124,7 @@

Votes

Votes: number
@@ -135,7 +135,7 @@

event

@@ -146,7 +146,7 @@

timestamp

diff --git a/docs/classes/powerplayvoucher.html b/docs/classes/powerplayvoucher.html index 6148720..6d57003 100644 --- a/docs/classes/powerplayvoucher.html +++ b/docs/classes/powerplayvoucher.html @@ -103,7 +103,7 @@

Power

Power: string
@@ -113,7 +113,7 @@

Systems

Systems: string[]
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/progress.html b/docs/classes/progress.html index c920305..383e76c 100644 --- a/docs/classes/progress.html +++ b/docs/classes/progress.html @@ -107,7 +107,7 @@

CQC

CQC: number
@@ -117,7 +117,7 @@

Combat

Combat: number
@@ -127,7 +127,7 @@

Empire

Empire: number
@@ -137,7 +137,7 @@

Explore

Explore: number
@@ -147,7 +147,7 @@

Federation

Federation: number
@@ -157,7 +157,7 @@

Trade

Trade: number
@@ -168,7 +168,7 @@

event

@@ -179,7 +179,7 @@

timestamp

diff --git a/docs/classes/promotion.html b/docs/classes/promotion.html index 465fad7..47f0b07 100644 --- a/docs/classes/promotion.html +++ b/docs/classes/promotion.html @@ -107,7 +107,7 @@

Optional CQC

CQC: number
@@ -117,7 +117,7 @@

Optional Combat

Combat: number
@@ -127,7 +127,7 @@

Empire

Empire: number
@@ -137,7 +137,7 @@

Optional Explore

Explore: number
@@ -147,7 +147,7 @@

Federation

Federation: number
@@ -157,7 +157,7 @@

Optional Trade

Trade: number
@@ -168,7 +168,7 @@

event

@@ -179,7 +179,7 @@

timestamp

diff --git a/docs/classes/pvpkill.html b/docs/classes/pvpkill.html index 320b9b6..471fd79 100644 --- a/docs/classes/pvpkill.html +++ b/docs/classes/pvpkill.html @@ -103,7 +103,7 @@

CombatRank

CombatRank: number
@@ -113,7 +113,7 @@

Victim

Victim: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/quitacrew.html b/docs/classes/quitacrew.html index d560e65..1325286 100644 --- a/docs/classes/quitacrew.html +++ b/docs/classes/quitacrew.html @@ -102,7 +102,7 @@

Captain

Captain: string
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/rank.html b/docs/classes/rank.html index 728c428..695f74b 100644 --- a/docs/classes/rank.html +++ b/docs/classes/rank.html @@ -107,7 +107,7 @@

CQC

CQC: number
@@ -117,7 +117,7 @@

Combat

Combat: number
@@ -127,7 +127,7 @@

Empire

Empire: number
@@ -137,7 +137,7 @@

Explore

Explore: number
@@ -147,7 +147,7 @@

Federation

Federation: number
@@ -157,7 +157,7 @@

Trade

Trade: number
@@ -168,7 +168,7 @@

event

@@ -179,7 +179,7 @@

timestamp

diff --git a/docs/classes/rebootrepair.html b/docs/classes/rebootrepair.html index 40d4043..9425eea 100644 --- a/docs/classes/rebootrepair.html +++ b/docs/classes/rebootrepair.html @@ -102,7 +102,7 @@

Modules

Modules: string[]
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/receivetext.html b/docs/classes/receivetext.html index a15737f..ed941de 100644 --- a/docs/classes/receivetext.html +++ b/docs/classes/receivetext.html @@ -104,7 +104,7 @@

Channel

Channel: "wing" | "local" | "voicechat" | "friend" | "player" | "npc"
@@ -114,7 +114,7 @@

From

From: string
@@ -124,7 +124,7 @@

Message

Message: string
@@ -135,7 +135,7 @@

event

@@ -146,7 +146,7 @@

timestamp

diff --git a/docs/classes/redeemvoucher.html b/docs/classes/redeemvoucher.html index 34eeac0..f16acd3 100644 --- a/docs/classes/redeemvoucher.html +++ b/docs/classes/redeemvoucher.html @@ -106,7 +106,7 @@

Amount

Amount: number
@@ -116,7 +116,7 @@

Optional BrokerPercentage
BrokerPercentage: number
@@ -126,7 +126,7 @@

Optional Faction

Faction: string
@@ -136,7 +136,7 @@

Optional Factions

Factions: object
@@ -157,7 +157,7 @@

Type

Type: string
@@ -168,7 +168,7 @@

event

@@ -179,7 +179,7 @@

timestamp

diff --git a/docs/classes/refuelall.html b/docs/classes/refuelall.html index baebfa0..0ae6ffa 100644 --- a/docs/classes/refuelall.html +++ b/docs/classes/refuelall.html @@ -103,7 +103,7 @@

Amount

Amount: number
@@ -113,7 +113,7 @@

Cost

Cost: number
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/refuelpartial.html b/docs/classes/refuelpartial.html index 18c9a0e..f8dcb58 100644 --- a/docs/classes/refuelpartial.html +++ b/docs/classes/refuelpartial.html @@ -103,7 +103,7 @@

Amount

Amount: number
@@ -113,7 +113,7 @@

Cost

Cost: number
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/repair.html b/docs/classes/repair.html index 8b3ccad..cad04bc 100644 --- a/docs/classes/repair.html +++ b/docs/classes/repair.html @@ -103,7 +103,7 @@

Cost

Cost: number
@@ -113,7 +113,7 @@

Item

Item: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/repairall.html b/docs/classes/repairall.html index 307c7a3..19a602e 100644 --- a/docs/classes/repairall.html +++ b/docs/classes/repairall.html @@ -102,7 +102,7 @@

Cost

Cost: number
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/repairdrone.html b/docs/classes/repairdrone.html index 6ea8cb8..1883daf 100644 --- a/docs/classes/repairdrone.html +++ b/docs/classes/repairdrone.html @@ -111,7 +111,7 @@

CockpitRepaired

CockpitRepaired: number
@@ -121,7 +121,7 @@

CorrosionRepaired

CorrosionRepaired: number
@@ -131,7 +131,7 @@

HullRepaired

HullRepaired: number
@@ -142,7 +142,7 @@

event

@@ -153,7 +153,7 @@

timestamp

diff --git a/docs/classes/reputation.html b/docs/classes/reputation.html index d275792..48d95df 100644 --- a/docs/classes/reputation.html +++ b/docs/classes/reputation.html @@ -129,7 +129,7 @@

Alliance

Alliance: number
@@ -139,7 +139,7 @@

Empire

Empire: number
@@ -149,7 +149,7 @@

Federation

Federation: number
@@ -159,7 +159,7 @@

Independent

Independent: number
@@ -170,7 +170,7 @@

event

@@ -181,7 +181,7 @@

timestamp

diff --git a/docs/classes/restockvehicle.html b/docs/classes/restockvehicle.html index 03379f3..8570fa1 100644 --- a/docs/classes/restockvehicle.html +++ b/docs/classes/restockvehicle.html @@ -105,7 +105,7 @@

Cost

Cost: number
@@ -115,7 +115,7 @@

Count

Count: number
@@ -125,7 +125,7 @@

Loadout

Loadout: string
@@ -135,7 +135,7 @@

Type

Type: string
@@ -146,7 +146,7 @@

event

@@ -157,7 +157,7 @@

timestamp

diff --git a/docs/classes/resurrect.html b/docs/classes/resurrect.html index 37ef795..67652e4 100644 --- a/docs/classes/resurrect.html +++ b/docs/classes/resurrect.html @@ -104,7 +104,7 @@

Bankrupt

Bankrupt: boolean
@@ -114,7 +114,7 @@

Cost

Cost: number
@@ -124,7 +124,7 @@

Option

Option: string
@@ -135,7 +135,7 @@

event

@@ -146,7 +146,7 @@

timestamp

diff --git a/docs/classes/scan.html b/docs/classes/scan.html index 3be68af..c4d9b10 100644 --- a/docs/classes/scan.html +++ b/docs/classes/scan.html @@ -194,7 +194,7 @@

Optional AbsoluteMagnitud
AbsoluteMagnitude: number
@@ -204,7 +204,7 @@

Optional Age_MY

Age_MY: number
@@ -214,7 +214,7 @@

Optional Atmosphere

Atmosphere: AtmosphereTypes
@@ -224,7 +224,7 @@

Optional AtmosphereCompos
AtmosphereComposition: object[]
@@ -234,7 +234,7 @@

Optional AtmosphereTypeAtmosphereType: string

@@ -244,7 +244,7 @@

Optional AxialTilt

AxialTilt: number
@@ -254,7 +254,7 @@

BodyID

BodyID: number
@@ -264,7 +264,7 @@

Bodyname

Bodyname: string
@@ -274,7 +274,7 @@

Composition

Composition: object
@@ -298,7 +298,7 @@

DistanceFromArrivalLS

DistanceFromArrivalLS: number
@@ -308,7 +308,7 @@

Optional Eccentricity

Eccentricity: number
@@ -318,7 +318,7 @@

Optional Landable

Landable: boolean
@@ -328,7 +328,7 @@

Luminosity

@@ -338,7 +338,7 @@

Optional Materials

Materials: object[]
@@ -348,7 +348,7 @@

Optional OrbitalInclinati
OrbitalInclination: number
@@ -358,7 +358,7 @@

Optional OrbitalPeriodOrbitalPeriod: number

@@ -368,7 +368,7 @@

Optional Parents

Parents: object[]
@@ -378,7 +378,7 @@

Optional Periapsis

Periapsis: number
@@ -388,7 +388,7 @@

Optional PlanetClass

PlanetClass: PlanetTypes
@@ -398,7 +398,7 @@

Optional Radius

Radius: number
@@ -408,7 +408,7 @@

Optional ReserveLevel

ReserveLevel: "Pristine" | "Major" | "Common" | "Low" | "Depleted"
@@ -418,7 +418,7 @@

Optional Rings

Rings: object[]
@@ -428,7 +428,7 @@

Optional RotationPeriodRotationPeriod: number

@@ -438,7 +438,7 @@

ScanType

ScanType: "Basic" | "Detailed" | "NavBeacon" | "NavBeaconDetail"
@@ -448,7 +448,7 @@

Optional SemiMajorAx
SemiMajorAxis: number
@@ -458,7 +458,7 @@

Optional StarType

StarType: StarTypes
@@ -468,7 +468,7 @@

Optional StellarMass

StellarMass: number
@@ -478,7 +478,7 @@

Optional SurfaceGravitySurfaceGravity: number

@@ -488,7 +488,7 @@

Optional SurfacePressure<
SurfacePressure: number
@@ -498,7 +498,7 @@

SurfaceTemperature

SurfaceTemperature: number
@@ -508,7 +508,7 @@

Optional TerraformStateTerraformState: "Terraformable" | "Terraforming" | "Terraformed" | null @@ -518,7 +518,7 @@

Optional TidalLock

TidalLock: boolean
@@ -528,7 +528,7 @@

Optional Volcanism

Volcanism: VolcanismTypes
@@ -539,7 +539,7 @@

event

@@ -550,7 +550,7 @@

timestamp

diff --git a/docs/classes/scanned.html b/docs/classes/scanned.html index 78a2a88..d6c973f 100644 --- a/docs/classes/scanned.html +++ b/docs/classes/scanned.html @@ -102,7 +102,7 @@

ScanType

ScanType: "Cargo" | "Crime" | "Cabin" | "Data" | "Unknown"
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/scientificresearch.html b/docs/classes/scientificresearch.html index 2da9f57..3df0220 100644 --- a/docs/classes/scientificresearch.html +++ b/docs/classes/scientificresearch.html @@ -114,7 +114,7 @@

Category

Category: string
@@ -124,7 +124,7 @@

Category_Localised

Category_Localised: string
@@ -134,7 +134,7 @@

Count

Count: number
@@ -144,7 +144,7 @@

MarketID

MarketID: number
@@ -154,7 +154,7 @@

Name

Name: string
@@ -164,7 +164,7 @@

Name_Localised

Name_Localised: string
@@ -175,7 +175,7 @@

event

@@ -186,7 +186,7 @@

timestamp

diff --git a/docs/classes/screenshot.html b/docs/classes/screenshot.html index dac316a..7bb754e 100644 --- a/docs/classes/screenshot.html +++ b/docs/classes/screenshot.html @@ -133,7 +133,7 @@

Altitude

Altitude: number
@@ -143,7 +143,7 @@

Body

Body: string
@@ -153,7 +153,7 @@

Filename

Filename: string
@@ -163,7 +163,7 @@

Heading

Heading: number
@@ -173,7 +173,7 @@

Height

Height: number
@@ -183,7 +183,7 @@

Optional Latitude

Latitude: number
@@ -193,7 +193,7 @@

Optional Longitude

Longitude: number
@@ -203,7 +203,7 @@

System

System: string
@@ -213,7 +213,7 @@

Width

Width: number
@@ -224,7 +224,7 @@

event

@@ -235,7 +235,7 @@

timestamp

diff --git a/docs/classes/searchandrescue.html b/docs/classes/searchandrescue.html index 7d50f10..7c9c1ee 100644 --- a/docs/classes/searchandrescue.html +++ b/docs/classes/searchandrescue.html @@ -112,7 +112,7 @@

Count

Count: number
@@ -122,7 +122,7 @@

MarketID

MarketID: number
@@ -132,7 +132,7 @@

Name

Name: string
@@ -142,7 +142,7 @@

Reward

Reward: number
@@ -153,7 +153,7 @@

event

@@ -164,7 +164,7 @@

timestamp

diff --git a/docs/classes/selfdestruct.html b/docs/classes/selfdestruct.html index f1d68e3..8fd1152 100644 --- a/docs/classes/selfdestruct.html +++ b/docs/classes/selfdestruct.html @@ -102,7 +102,7 @@

event

@@ -113,7 +113,7 @@

timestamp

diff --git a/docs/classes/selldrones.html b/docs/classes/selldrones.html index fc7c40a..f05f87f 100644 --- a/docs/classes/selldrones.html +++ b/docs/classes/selldrones.html @@ -105,7 +105,7 @@

Count

Count: number
@@ -115,7 +115,7 @@

SellPrice

SellPrice: number
@@ -125,7 +125,7 @@

TotalSale

TotalSale: number
@@ -135,7 +135,7 @@

Type

Type: string
@@ -146,7 +146,7 @@

event

@@ -157,7 +157,7 @@

timestamp

diff --git a/docs/classes/sellexplorationdata.html b/docs/classes/sellexplorationdata.html index 3c7b47f..cbbccf2 100644 --- a/docs/classes/sellexplorationdata.html +++ b/docs/classes/sellexplorationdata.html @@ -131,7 +131,7 @@

BaseValue

BaseValue: number
@@ -141,7 +141,7 @@

Bonus

Bonus: number
@@ -151,7 +151,7 @@

Discovered

Discovered: string[]
@@ -161,7 +161,7 @@

Systems

Systems: string[]
@@ -171,7 +171,7 @@

TotalEarnings

TotalEarnings: number
@@ -182,7 +182,7 @@

event

@@ -193,7 +193,7 @@

timestamp

diff --git a/docs/classes/sellshiponrebuy.html b/docs/classes/sellshiponrebuy.html index 56ac1ae..e001eba 100644 --- a/docs/classes/sellshiponrebuy.html +++ b/docs/classes/sellshiponrebuy.html @@ -105,7 +105,7 @@

SellShipId

SellShipId: number
@@ -115,7 +115,7 @@

ShipPrice

ShipPrice: number
@@ -125,7 +125,7 @@

ShipType

ShipType: string
@@ -135,7 +135,7 @@

System

System: string
@@ -146,7 +146,7 @@

event

@@ -157,7 +157,7 @@

timestamp

diff --git a/docs/classes/sendtext.html b/docs/classes/sendtext.html index 944e0cc..bd5eb04 100644 --- a/docs/classes/sendtext.html +++ b/docs/classes/sendtext.html @@ -103,7 +103,7 @@

Message

Message: string
@@ -113,7 +113,7 @@

To

To: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/setusershipname.html b/docs/classes/setusershipname.html index 24da39c..0d3ef55 100644 --- a/docs/classes/setusershipname.html +++ b/docs/classes/setusershipname.html @@ -105,7 +105,7 @@

Ship

Ship: string
@@ -115,7 +115,7 @@

ShipID

ShipID: number
@@ -125,7 +125,7 @@

UserShipId

UserShipId: string
@@ -135,7 +135,7 @@

UserShipName

UserShipName: string
@@ -146,7 +146,7 @@

event

@@ -157,7 +157,7 @@

timestamp

diff --git a/docs/classes/shieldstate.html b/docs/classes/shieldstate.html index 82e9c8d..b4ae12c 100644 --- a/docs/classes/shieldstate.html +++ b/docs/classes/shieldstate.html @@ -102,7 +102,7 @@

ShieldsUp

ShieldsUp: boolean
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/shiptargetted.html b/docs/classes/shiptargetted.html index dd86789..645fbe9 100644 --- a/docs/classes/shiptargetted.html +++ b/docs/classes/shiptargetted.html @@ -144,7 +144,7 @@

Optional Bounty

Bounty: number
@@ -154,7 +154,7 @@

Optional Faction

Faction: string
@@ -169,7 +169,7 @@

Optional HullHealth

HullHealth: number
@@ -179,7 +179,7 @@

Optional LegalStatus

LegalStatus: string
@@ -189,7 +189,7 @@

Optional PilotName

PilotName: string
@@ -204,7 +204,7 @@

Optional PilotName_<
PilotName_Localised: string
@@ -214,7 +214,7 @@

Optional PilotRank

PilotRank: CombatRanks
@@ -224,7 +224,7 @@

Optional ScanStage

ScanStage: number
@@ -234,7 +234,7 @@

Optional ShieldHealth

ShieldHealth: number
@@ -249,7 +249,7 @@

Optional Ship

Ship: string
@@ -264,7 +264,7 @@

Optional Ship_Locali
Ship_Localised: string
@@ -274,7 +274,7 @@

Optional SubSystem

SubSystem: string
@@ -284,7 +284,7 @@

Optional SubsystemHealth<
SubsystemHealth: number
@@ -294,7 +294,7 @@

Optional Subsystem_L
Subsystem_Localised: string
@@ -304,7 +304,7 @@

TargetLocked

TargetLocked: boolean
@@ -315,7 +315,7 @@

event

@@ -326,7 +326,7 @@

timestamp

diff --git a/docs/classes/shipyard.html b/docs/classes/shipyard.html index ec6bca2..c715b9d 100644 --- a/docs/classes/shipyard.html +++ b/docs/classes/shipyard.html @@ -132,7 +132,7 @@

AllowCobraMkIV

AllowCobraMkIV: boolean
@@ -142,7 +142,7 @@

Horizons

Horizons: boolean
@@ -152,7 +152,7 @@

MarketID

MarketID: number
@@ -162,7 +162,7 @@

Pricelist

Pricelist: object[]
@@ -177,7 +177,7 @@

StarSystem

StarSystem: string
@@ -187,7 +187,7 @@

StationName

StationName: string
@@ -198,7 +198,7 @@

event

@@ -209,7 +209,7 @@

timestamp

diff --git a/docs/classes/shipyardbuy.html b/docs/classes/shipyardbuy.html index d94f95c..83ba8e2 100644 --- a/docs/classes/shipyardbuy.html +++ b/docs/classes/shipyardbuy.html @@ -125,7 +125,7 @@

MarketID

MarketID: number
@@ -135,7 +135,7 @@

SellPrice

SellPrice: number
@@ -145,7 +145,7 @@

SellShipID

SellShipID: number
@@ -155,7 +155,7 @@

ShipPrice

ShipPrice: number
@@ -165,7 +165,7 @@

ShipType

ShipType: string
@@ -175,7 +175,7 @@

Optional StoreOldShi
StoreOldShip: string
@@ -185,7 +185,7 @@

StoreShipID

StoreShipID: number
@@ -196,7 +196,7 @@

event

@@ -207,7 +207,7 @@

timestamp

diff --git a/docs/classes/shipyardnew.html b/docs/classes/shipyardnew.html index 495187c..27e2e6b 100644 --- a/docs/classes/shipyardnew.html +++ b/docs/classes/shipyardnew.html @@ -118,7 +118,7 @@

NewShipID

NewShipID: number
@@ -128,7 +128,7 @@

ShipType

ShipType: string
@@ -139,7 +139,7 @@

event

@@ -150,7 +150,7 @@

timestamp

diff --git a/docs/classes/shipyardsell.html b/docs/classes/shipyardsell.html index f6ab589..3a2bbd8 100644 --- a/docs/classes/shipyardsell.html +++ b/docs/classes/shipyardsell.html @@ -123,7 +123,7 @@

MarketID

MarketID: number
@@ -133,7 +133,7 @@

SellShipID

SellShipID: number
@@ -143,7 +143,7 @@

ShipPrice

ShipPrice: number
@@ -153,7 +153,7 @@

ShipType

ShipType: string
@@ -163,7 +163,7 @@

Optional System

System: string
@@ -174,7 +174,7 @@

event

@@ -185,7 +185,7 @@

timestamp

diff --git a/docs/classes/shipyardswap.html b/docs/classes/shipyardswap.html index fa99938..be64c7a 100644 --- a/docs/classes/shipyardswap.html +++ b/docs/classes/shipyardswap.html @@ -125,7 +125,7 @@

MarketID

MarketID: number
@@ -135,7 +135,7 @@

Optional SellOldShip
SellOldShip: string
@@ -145,7 +145,7 @@

Optional SellShipID

SellShipID: number
@@ -155,7 +155,7 @@

ShipID

ShipID: number
@@ -165,7 +165,7 @@

ShipType

ShipType: string
@@ -175,7 +175,7 @@

Optional StoreOldShi
StoreOldShip: string
@@ -185,7 +185,7 @@

Optional StoreShipID

StoreShipID: number
@@ -196,7 +196,7 @@

event

@@ -207,7 +207,7 @@

timestamp

diff --git a/docs/classes/shipyardtransfer.html b/docs/classes/shipyardtransfer.html index 0b7c80e..23fe1de 100644 --- a/docs/classes/shipyardtransfer.html +++ b/docs/classes/shipyardtransfer.html @@ -126,7 +126,7 @@

Distance

Distance: number
@@ -136,7 +136,7 @@

MarketID

MarketID: number
@@ -146,7 +146,7 @@

ShipID

ShipID: number
@@ -156,7 +156,7 @@

ShipType

ShipType: string
@@ -166,7 +166,7 @@

System

System: string
@@ -176,7 +176,7 @@

TransferPrice

TransferPrice: number
@@ -186,7 +186,7 @@

TransferTime

TransferTime: number
@@ -197,7 +197,7 @@

event

@@ -208,7 +208,7 @@

timestamp

diff --git a/docs/classes/shutdown.html b/docs/classes/shutdown.html index 6024061..8083b8b 100644 --- a/docs/classes/shutdown.html +++ b/docs/classes/shutdown.html @@ -109,7 +109,7 @@

event

@@ -120,7 +120,7 @@

timestamp

diff --git a/docs/classes/srvdestroyed.html b/docs/classes/srvdestroyed.html index b141e5c..4dbcf5b 100644 --- a/docs/classes/srvdestroyed.html +++ b/docs/classes/srvdestroyed.html @@ -102,7 +102,7 @@

event

@@ -113,7 +113,7 @@

timestamp

diff --git a/docs/classes/startjump.html b/docs/classes/startjump.html index 700d6f5..0ed53ec 100644 --- a/docs/classes/startjump.html +++ b/docs/classes/startjump.html @@ -112,7 +112,7 @@

JumpType

JumpType: "Hyperspace" | "Supercruise"
@@ -122,7 +122,7 @@

Optional StarClass

StarClass: string
@@ -132,7 +132,7 @@

Optional 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/statistics.html b/docs/classes/statistics.html index e450fdb..75dc036 100644 --- a/docs/classes/statistics.html +++ b/docs/classes/statistics.html @@ -227,7 +227,7 @@

Bank_Account

Bank_Account: object
@@ -266,7 +266,7 @@

Combat

Combat: object
@@ -305,7 +305,7 @@

Crafting

Crafting: object
@@ -365,7 +365,7 @@

Crew

Crew: object
@@ -392,7 +392,7 @@

Crime

Crime: object
@@ -422,7 +422,7 @@

Exploration

Exploration: object
@@ -470,7 +470,7 @@

Mining

Mining: object
@@ -494,7 +494,7 @@

Multicrew

Multicrew: object
@@ -524,7 +524,7 @@

Passengers

Passengers: object
@@ -551,7 +551,7 @@

Search_And_Rescue

Search_And_Rescue: object
@@ -575,7 +575,7 @@

Smuggling

Smuggling: object
@@ -605,7 +605,7 @@

Trading

Trading: object
@@ -636,7 +636,7 @@

event

@@ -647,7 +647,7 @@

timestamp

diff --git a/docs/classes/storedmodules.html b/docs/classes/storedmodules.html index d0b1a7c..9897571 100644 --- a/docs/classes/storedmodules.html +++ b/docs/classes/storedmodules.html @@ -151,7 +151,7 @@

Items

Items: object[]
@@ -161,7 +161,7 @@

MarketID

MarketID: number
@@ -172,7 +172,7 @@

event

@@ -183,7 +183,7 @@

timestamp

diff --git a/docs/classes/storedships.html b/docs/classes/storedships.html index ce789e8..55f095c 100644 --- a/docs/classes/storedships.html +++ b/docs/classes/storedships.html @@ -143,7 +143,7 @@

MarketID

MarketID: number
@@ -153,7 +153,7 @@

ShipsHere

ShipsHere: object[]
@@ -163,7 +163,7 @@

ShipsRemote

ShipsRemote: object[]
@@ -173,7 +173,7 @@

StarSystem

StarSystem: string
@@ -183,7 +183,7 @@

StationName

StationName: string
@@ -194,7 +194,7 @@

event

@@ -205,7 +205,7 @@

timestamp

diff --git a/docs/classes/supercruiseentry.html b/docs/classes/supercruiseentry.html index 7aaaa16..c25c05e 100644 --- a/docs/classes/supercruiseentry.html +++ b/docs/classes/supercruiseentry.html @@ -102,7 +102,7 @@

StarSystem

StarSystem: string
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/supercruiseexit.html b/docs/classes/supercruiseexit.html index 398bb1f..f6ead3b 100644 --- a/docs/classes/supercruiseexit.html +++ b/docs/classes/supercruiseexit.html @@ -120,7 +120,7 @@

Body

Body: string
@@ -130,7 +130,7 @@

BodyID

BodyID: number
@@ -140,7 +140,7 @@

BodyType

BodyType: BodyTypes
@@ -150,7 +150,7 @@

StarSystem

StarSystem: string
@@ -161,7 +161,7 @@

event

@@ -172,7 +172,7 @@

timestamp

diff --git a/docs/classes/synthesis.html b/docs/classes/synthesis.html index d5ef99e..9924831 100644 --- a/docs/classes/synthesis.html +++ b/docs/classes/synthesis.html @@ -103,7 +103,7 @@

Materials

Materials: object[]
@@ -113,7 +113,7 @@

Name

Name: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/systemsshutdown.html b/docs/classes/systemsshutdown.html index 005530d..efa7545 100644 --- a/docs/classes/systemsshutdown.html +++ b/docs/classes/systemsshutdown.html @@ -102,7 +102,7 @@

event

@@ -113,7 +113,7 @@

timestamp

diff --git a/docs/classes/technologybroker.html b/docs/classes/technologybroker.html index b4a20ea..0941443 100644 --- a/docs/classes/technologybroker.html +++ b/docs/classes/technologybroker.html @@ -156,7 +156,7 @@

BrokerType

BrokerType: string
@@ -166,7 +166,7 @@

Commodities

Commodities: object[]
@@ -176,7 +176,7 @@

ItemsUnlocked

ItemsUnlocked: object[]
@@ -186,7 +186,7 @@

MarketID

MarketID: number
@@ -196,7 +196,7 @@

Materials

Materials: object[]
@@ -207,7 +207,7 @@

event

@@ -218,7 +218,7 @@

timestamp

diff --git a/docs/classes/touchdown.html b/docs/classes/touchdown.html index 1a92c38..b755609 100644 --- a/docs/classes/touchdown.html +++ b/docs/classes/touchdown.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/underattack.html b/docs/classes/underattack.html index 43ece9d..e04aed1 100644 --- a/docs/classes/underattack.html +++ b/docs/classes/underattack.html @@ -110,7 +110,7 @@

event

@@ -120,7 +120,7 @@

target

target: "Fighter" | "Mothership" | "You"
@@ -131,7 +131,7 @@

timestamp

diff --git a/docs/classes/undocked.html b/docs/classes/undocked.html index 9ab4287..baf9eeb 100644 --- a/docs/classes/undocked.html +++ b/docs/classes/undocked.html @@ -117,7 +117,7 @@

MarketID

MarketID: number
@@ -127,7 +127,7 @@

StationName

StationName: string
@@ -138,7 +138,7 @@

event

@@ -149,7 +149,7 @@

timestamp

diff --git a/docs/classes/ussdrop.html b/docs/classes/ussdrop.html index 1a189d6..62c79f1 100644 --- a/docs/classes/ussdrop.html +++ b/docs/classes/ussdrop.html @@ -103,7 +103,7 @@

USSThreat

USSThreat: number
@@ -113,7 +113,7 @@

USSType

USSType: string
@@ -124,7 +124,7 @@

event

@@ -135,7 +135,7 @@

timestamp

diff --git a/docs/classes/vehicleswitch.html b/docs/classes/vehicleswitch.html index 21c3469..cf69efb 100644 --- a/docs/classes/vehicleswitch.html +++ b/docs/classes/vehicleswitch.html @@ -102,7 +102,7 @@

To

To: "Mothership" | "Fighter"
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/wingadd.html b/docs/classes/wingadd.html index 8b7f0b4..f7c1bda 100644 --- a/docs/classes/wingadd.html +++ b/docs/classes/wingadd.html @@ -102,7 +102,7 @@

event

@@ -113,7 +113,7 @@

timestamp

diff --git a/docs/classes/winginvite.html b/docs/classes/winginvite.html index 54ebe08..79402ed 100644 --- a/docs/classes/winginvite.html +++ b/docs/classes/winginvite.html @@ -102,7 +102,7 @@

Name

Name: string
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/wingjoin.html b/docs/classes/wingjoin.html index 7527b42..c72c760 100644 --- a/docs/classes/wingjoin.html +++ b/docs/classes/wingjoin.html @@ -102,7 +102,7 @@

Others

Others: string[]
@@ -113,7 +113,7 @@

event

@@ -124,7 +124,7 @@

timestamp

diff --git a/docs/classes/wingleave.html b/docs/classes/wingleave.html index b370b02..cc923d8 100644 --- a/docs/classes/wingleave.html +++ b/docs/classes/wingleave.html @@ -102,7 +102,7 @@

event

@@ -113,7 +113,7 @@

timestamp

diff --git a/docs/enums/atmospheretypes.html b/docs/enums/atmospheretypes.html index 70f5257..b9b5ba9 100644 --- a/docs/enums/atmospheretypes.html +++ b/docs/enums/atmospheretypes.html @@ -107,7 +107,7 @@

ammonia

ammonia: = "Ammonia"
@@ -117,7 +117,7 @@

ammoniaO2

ammoniaO2: = "Ammonia and oxygen"
@@ -127,7 +127,7 @@

ammoniaRich

ammoniaRich: = "Ammonia-rich"
@@ -137,7 +137,7 @@

argon

argon: = "Argon"
@@ -147,7 +147,7 @@

argonRich

argonRich: = "Argon-rich"
@@ -157,7 +157,7 @@

carbonDioxide

carbonDioxide: = "Carbon dioxide"
@@ -167,7 +167,7 @@

carbonDioxideRich

carbonDioxideRich: = "Carbon dioxide-rich"
@@ -177,7 +177,7 @@

helium

helium: = "Helium"
@@ -187,7 +187,7 @@

metallicVapour

metallicVapour: = "Metallic vapour"
@@ -197,7 +197,7 @@

methane

methane: = "Methane"
@@ -207,7 +207,7 @@

methaneRich

methaneRich: = "Methane-rich"
@@ -217,7 +217,7 @@

neon

neon: = "Neon"
@@ -227,7 +227,7 @@

neonRich

neonRich: = "Neon-rich"
@@ -237,7 +237,7 @@

nitrogen

nitrogen: = "Nitrogen"
@@ -247,7 +247,7 @@

none

none: = "No atmosphere"
@@ -257,7 +257,7 @@

oxygen

oxygen: = "Oxygen"
@@ -267,7 +267,7 @@

silicateVapour

silicateVapour: = "Silicate vapour"
@@ -277,7 +277,7 @@

sulphurDioxide

sulphurDioxide: = "Sulphur dioxide"
@@ -287,7 +287,7 @@

water

water: = "Water"
@@ -297,7 +297,7 @@

waterBasedLife

waterBasedLife: = "Suitable for water-based life"
@@ -307,7 +307,7 @@

waterRich

waterRich: = "Water-rich"
diff --git a/docs/enums/bodytypes.html b/docs/enums/bodytypes.html index 03ac65d..bee34d6 100644 --- a/docs/enums/bodytypes.html +++ b/docs/enums/bodytypes.html @@ -93,7 +93,7 @@

asteroidCluster

asteroidCluster: = "AsteroidCluster"
@@ -103,7 +103,7 @@

null

null: = "Null"
@@ -113,7 +113,7 @@

planet

planet: = "Planet"
@@ -123,7 +123,7 @@

planetaryRing

planetaryRing: = "PlanetaryRing"
@@ -133,7 +133,7 @@

star

star: = "Star"
@@ -143,7 +143,7 @@

station

station: = "Station"
@@ -153,7 +153,7 @@

stellarRing

stellarRing: = "StellarRing"
diff --git a/docs/enums/cabinclass.html b/docs/enums/cabinclass.html index 43acc71..8dd4986 100644 --- a/docs/enums/cabinclass.html +++ b/docs/enums/cabinclass.html @@ -92,7 +92,7 @@

business

business: = "Business"
@@ -102,7 +102,7 @@

economy

economy: = "Economy"
@@ -112,7 +112,7 @@

first

first: = "First"
@@ -122,7 +122,7 @@

luxury

luxury: = "Luxury"
@@ -132,7 +132,7 @@

prison

prison: = "Prison"
@@ -142,7 +142,7 @@

standard

standard: = "Standard"
diff --git a/docs/enums/combatranks.html b/docs/enums/combatranks.html index 7142e2f..9540c96 100644 --- a/docs/enums/combatranks.html +++ b/docs/enums/combatranks.html @@ -95,7 +95,7 @@

Competent

Competent:
@@ -105,7 +105,7 @@

Dangerous

Dangerous:
@@ -115,7 +115,7 @@

Deadly

Deadly:
@@ -125,7 +125,7 @@

Elite

Elite:
@@ -135,7 +135,7 @@

Expert

Expert:
@@ -145,7 +145,7 @@

Harmless

Harmless:
@@ -155,7 +155,7 @@

Master

Master:
@@ -165,7 +165,7 @@

Mostly Harmless

Mostly Harmless:
@@ -175,7 +175,7 @@

Novice

Novice:
diff --git a/docs/enums/crewroles.html b/docs/enums/crewroles.html index edaf7ba..ba0550f 100644 --- a/docs/enums/crewroles.html +++ b/docs/enums/crewroles.html @@ -89,7 +89,7 @@

fighterCon

fighterCon: = "FighterCon"
@@ -99,7 +99,7 @@

fireCon

fireCon: = "FireCon"
@@ -109,7 +109,7 @@

idle

idle: = "Idle"
diff --git a/docs/enums/crimes.html b/docs/enums/crimes.html index 08cbb74..29bd479 100644 --- a/docs/enums/crimes.html +++ b/docs/enums/crimes.html @@ -104,7 +104,7 @@

assault

assault: = "Assault"
@@ -114,7 +114,7 @@

collidedAtSpeedInNoFireZone

collidedAtSpeedInNoFireZone: = "CollidedAtSpeedInNoFireZone"
@@ -124,7 +124,7 @@

collidedAtSpeedInNoFireZoneHullDamage

collidedAtSpeedInNoFireZoneHullDamage: = "CollidedAtSpeedInNoFireZone_HullDamage"
@@ -134,7 +134,7 @@

disobeyPolice

disobeyPolice: = "DisobeyPolice"
@@ -144,7 +144,7 @@

dockingMajorBlockingAirlock

dockingMajorBlockingAirlock: = "DockingMajor_BlockingAirlock"
@@ -154,7 +154,7 @@

dockingMajorBlockingLandindPad

dockingMajorBlockingLandindPad: = "DockingMajor_BlockingLandingPad"
@@ -164,7 +164,7 @@

dockingMajorTrespass

dockingMajorTrespass: = "DockingMajor_Trespass"
@@ -174,7 +174,7 @@

dockingMinorBlockingAirlock

dockingMinorBlockingAirlock: = "DockingMinor_BlockingAirlock"
@@ -184,7 +184,7 @@

dockingMinorBlockingLandingPad

dockingMinorBlockingLandingPad: = "DockingMinor_BlockingLandingPad"
@@ -194,7 +194,7 @@

dockingMinorTrespass

dockingMinorTrespass: = "DockingMinor_Trespass"
@@ -204,7 +204,7 @@

dumpingDangerous

dumpingDangerous: = "DumpingDangerous"
@@ -214,7 +214,7 @@

dumpingNearStation

dumpingNearStation: = "DumpingNearStation"
@@ -224,7 +224,7 @@

fireInNoFireZone

fireInNoFireZone: = "FireInNoFireZone"
@@ -234,7 +234,7 @@

fireInStation

fireInStation: = "FireInStation"
@@ -244,7 +244,7 @@

illegalCargo

illegalCargo: = "IllegalCargo"
@@ -254,7 +254,7 @@

interdiction

interdiction: = "Interdiction"
@@ -264,7 +264,7 @@

murder

murder: = "Murder"
@@ -274,7 +274,7 @@

piracy

piracy: = "Piracy"
diff --git a/docs/enums/damagetype.html b/docs/enums/damagetype.html index cad8c39..941b487 100644 --- a/docs/enums/damagetype.html +++ b/docs/enums/damagetype.html @@ -92,7 +92,7 @@

antiThargoid

antiThargoid: = "AntiThargoid"
@@ -102,7 +102,7 @@

collision

collision: = "Collision"
@@ -112,7 +112,7 @@

explosive

explosive: = "Explosive"
@@ -122,7 +122,7 @@

kinetic

kinetic: = "Kinetic"
@@ -132,7 +132,7 @@

thargoid

thargoid: = "Thargoid"
@@ -142,7 +142,7 @@

thermal

thermal: = "Thermal"
diff --git a/docs/enums/engineerids.html b/docs/enums/engineerids.html index d1ee365..22f44d1 100644 --- a/docs/enums/engineerids.html +++ b/docs/enums/engineerids.html @@ -106,7 +106,7 @@

BillTurner

BillTurner: = 300010
@@ -116,7 +116,7 @@

BrooTarquin

BrooTarquin: = 300030
@@ -126,7 +126,7 @@

ColBrisDekker

ColBrisDekker: = 300140
@@ -136,7 +136,7 @@

DidiVatermann

DidiVatermann: = 300000
@@ -146,7 +146,7 @@

ElviraMartuuk

ElviraMartuuk: = 300160
@@ -156,7 +156,7 @@

FelicityFarseer

FelicityFarseer: = 300100
@@ -166,7 +166,7 @@

HeraTani

HeraTani: = 300090
@@ -176,7 +176,7 @@

JuriIshmaak

JuriIshmaak: = 300250
@@ -186,7 +186,7 @@

LeiCheung

LeiCheung: = 300120
@@ -196,7 +196,7 @@

LizRyder

LizRyder: = 300080
@@ -206,7 +206,7 @@

LoriJameson

LoriJameson: = 300230
@@ -216,7 +216,7 @@

MarcoQuent

MarcoQuent: = 300200
@@ -226,7 +226,7 @@

ProfPalin

ProfPalin: = 300220
@@ -236,7 +236,7 @@

RamTah

RamTah: = 300110
@@ -246,7 +246,7 @@

SeleneJean

SeleneJean: = 300210
@@ -256,7 +256,7 @@

TheDweller

TheDweller: = 300180
@@ -266,7 +266,7 @@

TheSarge

TheSarge: = 300040
@@ -276,7 +276,7 @@

TianaFortune

TianaFortune: = 300270
@@ -286,7 +286,7 @@

TodTheBlasterMcQuinn

TodTheBlasterMcQuinn: = 300260
@@ -296,7 +296,7 @@

ZachariahNemo

ZachariahNemo: = 300050
diff --git a/docs/enums/journalevents.html b/docs/enums/journalevents.html index 6588af7..b01d81f 100644 --- a/docs/enums/journalevents.html +++ b/docs/enums/journalevents.html @@ -242,7 +242,7 @@

approachBody

approachBody: = "ApproachBody"
@@ -252,7 +252,7 @@

approachSettlement

approachSettlement: = "ApproachSettlement"
@@ -262,7 +262,7 @@

bounty

bounty: = "Bounty"
@@ -272,7 +272,7 @@

buyAmmo

buyAmmo: = "BuyAmmo"
@@ -282,7 +282,7 @@

buyDones

buyDones: = "BuyDrones"
@@ -292,7 +292,7 @@

buyExplorationData

buyExplorationData: = "BuyExplorationData"
@@ -302,7 +302,7 @@

buyTradeData

buyTradeData: = "BuyTradeData"
@@ -312,7 +312,7 @@

capShipBond

capShipBond: = "CapShipBond"
@@ -322,7 +322,7 @@

cargo

cargo: = "Cargo"
@@ -332,7 +332,7 @@

cargoDepot

cargoDepot: = "CargoDepot"
@@ -342,7 +342,7 @@

clearSavedGame

clearSavedGame: = "ClearSavedGame"
@@ -352,7 +352,7 @@

cockpitBreached

cockpitBreached: = "CockpitBreached"
@@ -362,7 +362,7 @@

collectCargo

collectCargo: = "CollectCargo"
@@ -372,7 +372,7 @@

commander

commander: = "Commander"
@@ -382,7 +382,7 @@

commitCrime

commitCrime: = "CommitCrime"
@@ -392,7 +392,7 @@

communityGoal

communityGoal: = "CommunityGoal"
@@ -402,7 +402,7 @@

communityGoalDiscard

communityGoalDiscard: = "CommunityGoalDiscard"
@@ -412,7 +412,7 @@

communityGoalJoin

communityGoalJoin: = "CommunityGoalJoin"
@@ -422,7 +422,7 @@

communityGoalReward

communityGoalReward: = "CommunityGoalReward"
@@ -432,7 +432,7 @@

continued

continued: = "Continued"
@@ -442,7 +442,7 @@

crewAssign

crewAssign: = "CrewAssign"
@@ -452,7 +452,7 @@

crewFire

crewFire: = "CrewFire"
@@ -462,7 +462,7 @@

crewHire

crewHire: = "CrewHire"
@@ -472,7 +472,7 @@

crewLaunchFighter

crewLaunchFighter: = "CrewLaunchFighter"
@@ -482,7 +482,7 @@

crewMemberJoins

crewMemberJoins: = "CrewMemberJoins"
@@ -492,7 +492,7 @@

crewMemberQuits

crewMemberQuits: = "CrewMemberQuits"
@@ -502,7 +502,7 @@

crewMemberRoleChange

crewMemberRoleChange: = "CrewMemberRoleChange"
@@ -512,7 +512,7 @@

dataScanned

dataScanned: = "DataScanned"
@@ -522,7 +522,7 @@

datalinkScan

datalinkScan: = "DatalinkScan"
@@ -532,7 +532,7 @@

died

died: = "Died"
@@ -542,7 +542,7 @@

discoveryScan

discoveryScan: = "DiscoveryScan"
@@ -552,7 +552,7 @@

dockFighter

dockFighter: = "DockFighter"
@@ -562,7 +562,7 @@

dockSRV

dockSRV: = "DockSRV"
@@ -572,7 +572,7 @@

docked

docked: = "Docked"
@@ -582,7 +582,7 @@

dockingCancelled

dockingCancelled: = "DockingCancelled"
@@ -592,7 +592,7 @@

dockingDenied

dockingDenied: = "DockingDenied"
@@ -602,7 +602,7 @@

dockingGranted

dockingGranted: = "DockingGranted"
@@ -612,7 +612,7 @@

dockingRequested

dockingRequested: = "DockingRequested"
@@ -622,7 +622,7 @@

dockingTimeout

dockingTimeout: = "DockingTimeout"
@@ -632,7 +632,7 @@

ejectCargo

ejectCargo: = "EjectCargo"
@@ -642,7 +642,7 @@

endCrewSession

endCrewSession: = "EndCrewSession"
@@ -652,7 +652,7 @@

engineerContribution

engineerContribution: = "EngineerContribution"
@@ -662,7 +662,7 @@

engineerCraft

engineerCraft: = "EngineerCraft"
@@ -672,7 +672,7 @@

engineerLegacyConvert

engineerLegacyConvert: = "EngineerLegacyConvert"
@@ -682,7 +682,7 @@

engineerProgress

engineerProgress: = "EngineerProgress"
@@ -692,7 +692,7 @@

escapeInterdiction

escapeInterdiction: = "EscapeInterdiction"
@@ -702,7 +702,7 @@

factionKillBond

factionKillBond: = "FactionKillBond"
@@ -712,7 +712,7 @@

fetchRemoteModule

fetchRemoteModule: = "FetchRemoteModule"
@@ -722,7 +722,7 @@

fighterDestroyed

fighterDestroyed: = "FighterDestroyed"
@@ -732,7 +732,7 @@

fighterRebuilt

fighterRebuilt: = "FighterRebuilt"
@@ -742,7 +742,7 @@

fileHeader

fileHeader: = "Fileheader"
@@ -752,7 +752,7 @@

friends

friends: = "Friends"
@@ -762,7 +762,7 @@

fsdJump

fsdJump: = "FSDJump"
@@ -772,7 +772,7 @@

fuelScoop

fuelScoop: = "FuelScoop"
@@ -782,7 +782,7 @@

heatDamage

heatDamage: = "HeatDamage"
@@ -792,7 +792,7 @@

heatWarning

heatWarning: = "HeatWarning"
@@ -802,7 +802,7 @@

hullDamage

hullDamage: = "HullDamage"
@@ -812,7 +812,7 @@

interdicted

interdicted: = "Interdicted"
@@ -822,7 +822,7 @@

interdiction

interdiction: = "Interdiction"
@@ -832,7 +832,7 @@

jetConeBoost

jetConeBoost: = "JetConeBoost"
@@ -842,7 +842,7 @@

jetConeDamage

jetConeDamage: = "JetConeDamage"
@@ -852,7 +852,7 @@

joinACrew

joinACrew: = "JoinACrew"
@@ -862,7 +862,7 @@

kickCrewMember

kickCrewMember: = "KickCrewMember"
@@ -872,7 +872,7 @@

launchDrone

launchDrone: = "LaunchDrone"
@@ -882,7 +882,7 @@

launchFighter

launchFighter: = "LaunchFighter"
@@ -892,7 +892,7 @@

launchSRV

launchSRV: = "LaunchSRV"
@@ -902,7 +902,7 @@

leaveBody

leaveBody: = "LeaveBody"
@@ -912,7 +912,7 @@

liftoff

liftoff: = "Liftoff"
@@ -922,7 +922,7 @@

loadGame

loadGame: = "LoadGame"
@@ -932,7 +932,7 @@

loadout

loadout: = "Loadout"
@@ -942,7 +942,7 @@

location

location: = "Location"
@@ -952,7 +952,7 @@

market

market: = "Market"
@@ -962,7 +962,7 @@

marketBuy

marketBuy: = "MarketBuy"
@@ -972,7 +972,7 @@

marketSell

marketSell: = "MarketSell"
@@ -982,7 +982,7 @@

massModuleStore

massModuleStore: = "MassModuleStore"
@@ -992,7 +992,7 @@

materialCollected

materialCollected: = "MaterialCollected"
@@ -1002,7 +1002,7 @@

materialDiscarded

materialDiscarded: = "MaterialDiscarded"
@@ -1012,7 +1012,7 @@

materialDiscovered

materialDiscovered: = "MaterialDiscovered"
@@ -1022,7 +1022,7 @@

materialTrade

materialTrade: = "MaterialTrade"
@@ -1032,7 +1032,7 @@

materials

materials: = "Materials"
@@ -1042,7 +1042,7 @@

miningRefined

miningRefined: = "MiningRefined"
@@ -1052,7 +1052,7 @@

missionAbandoned

missionAbandoned: = "MissionAbandoned"
@@ -1062,7 +1062,7 @@

missionAccepted

missionAccepted: = "MissionAccepted"
@@ -1072,7 +1072,7 @@

missionCompleted

missionCompleted: = "MissionCompleted"
@@ -1082,7 +1082,7 @@

missionFailed

missionFailed: = "MissionFailed"
@@ -1092,7 +1092,7 @@

missions

missions: = "Missions"
@@ -1102,7 +1102,7 @@

moduleBuy

moduleBuy: = "ModuleBuy"
@@ -1112,7 +1112,7 @@

moduleRetrieve

moduleRetrieve: = "ModuleRetrieve"
@@ -1122,7 +1122,7 @@

moduleSell

moduleSell: = "ModuleSell"
@@ -1132,7 +1132,7 @@

moduleSellRemote

moduleSellRemote: = "ModuleSellRemote"
@@ -1142,7 +1142,7 @@

moduleStore

moduleStore: = "ModuleStore"
@@ -1152,7 +1152,7 @@

moduleSwap

moduleSwap: = "ModuleSwap"
@@ -1162,7 +1162,7 @@

navBeaconScan

navBeaconScan: = "NavBeaconScan"
@@ -1172,7 +1172,7 @@

newCommander

newCommander: = "NewCommander"
@@ -1182,7 +1182,7 @@

outfitting

outfitting: = "Outfitting"
@@ -1192,7 +1192,7 @@

passengers

passengers: = "Passengers"
@@ -1202,7 +1202,7 @@

payFines

payFines: = "PayFines"
@@ -1212,7 +1212,7 @@

payLegacyFines

payLegacyFines: = "PayLegacyFines"
@@ -1222,7 +1222,7 @@

powerplayCollect

powerplayCollect: = "PowerplayCollect"
@@ -1232,7 +1232,7 @@

powerplayDefect

powerplayDefect: = "PowerplayDefect"
@@ -1242,7 +1242,7 @@

powerplayDeliver

powerplayDeliver: = "PowerplayDeliver"
@@ -1252,7 +1252,7 @@

powerplayFastTrack

powerplayFastTrack: = "PowerplayFastTrack"
@@ -1262,7 +1262,7 @@

powerplayJoin

powerplayJoin: = "PowerplayJoin"
@@ -1272,7 +1272,7 @@

powerplayLeave

powerplayLeave: = "PowerplayLeave"
@@ -1282,7 +1282,7 @@

powerplaySalary

powerplaySalary: = "PowerplaySalary"
@@ -1292,7 +1292,7 @@

powerplayVote

powerplayVote: = "PowerplayVote"
@@ -1302,7 +1302,7 @@

powerplayVoucher

powerplayVoucher: = "PowerplayVoucher"
@@ -1312,7 +1312,7 @@

progress

progress: = "Progress"
@@ -1322,7 +1322,7 @@

promotion

promotion: = "Promotion"
@@ -1332,7 +1332,7 @@

pvpKill

pvpKill: = "PVPKill"
@@ -1342,7 +1342,7 @@

quitACrew

quitACrew: = "QuitACrew"
@@ -1352,7 +1352,7 @@

rank

rank: = "Rank"
@@ -1362,7 +1362,7 @@

rebootRepair

rebootRepair: = "RebootRepair"
@@ -1372,7 +1372,7 @@

receiveText

receiveText: = "ReceiveText"
@@ -1382,7 +1382,7 @@

redeemVoucher

redeemVoucher: = "RedeemVoucher"
@@ -1392,7 +1392,7 @@

refuelAll

refuelAll: = "RefuelAll"
@@ -1402,7 +1402,7 @@

refuelPartial

refuelPartial: = "RefuelPartial"
@@ -1412,7 +1412,7 @@

repair

repair: = "Repair"
@@ -1422,7 +1422,7 @@

repairAll

repairAll: = "RepairAll"
@@ -1432,7 +1432,7 @@

reputation

reputation: = "Reputation"
@@ -1442,7 +1442,7 @@

restockVehicle

restockVehicle: = "RestockVehicle"
@@ -1452,7 +1452,7 @@

resurrect

resurrect: = "Resurrect"
@@ -1462,7 +1462,7 @@

scan

scan: = "Scan"
@@ -1472,7 +1472,7 @@

scanned

scanned: = "Scanned"
@@ -1482,7 +1482,7 @@

scientificResearch

scientificResearch: = "ScientificResearch"
@@ -1492,7 +1492,7 @@

screenshot

screenshot: = "Screenshot"
@@ -1502,7 +1502,7 @@

searchAndRescue

searchAndRescue: = "SearchAndRescue"
@@ -1512,7 +1512,7 @@

selfDestruct

selfDestruct: = "SelfDestruct"
@@ -1522,7 +1522,7 @@

sellDrones

sellDrones: = "SellDrones"
@@ -1532,7 +1532,7 @@

sellExplorationData

sellExplorationData: = "SellExplorationData"
@@ -1542,7 +1542,7 @@

sendText

sendText: = "SendText"
@@ -1552,7 +1552,7 @@

setUserShipName

setUserShipName: = "SetUserShipName"
@@ -1562,7 +1562,7 @@

shieldState

shieldState: = "ShieldState"
@@ -1572,7 +1572,7 @@

shipTargetted

shipTargetted: = "ShipTargetted"
@@ -1582,7 +1582,7 @@

shipyard

shipyard: = "Shipyard"
@@ -1592,7 +1592,7 @@

shipyardBuy

shipyardBuy: = "ShipyardBuy"
@@ -1602,7 +1602,7 @@

shipyardNew

shipyardNew: = "ShipyardNew"
@@ -1612,7 +1612,7 @@

shipyardSell

shipyardSell: = "ShipyardSell"
@@ -1622,7 +1622,7 @@

shipyardSwap

shipyardSwap: = "ShipyardSwap"
@@ -1632,7 +1632,7 @@

shipyardTransfer

shipyardTransfer: = "ShipyardTransfer"
@@ -1642,7 +1642,7 @@

startJump

startJump: = "StartJump"
@@ -1652,7 +1652,7 @@

statistics

statistics: = "Statistics"
@@ -1662,7 +1662,7 @@

storedModules

storedModules: = "StoredModules"
@@ -1672,7 +1672,7 @@

storedShips

storedShips: = "StoredShips"
@@ -1682,7 +1682,7 @@

supercruiseEntry

supercruiseEntry: = "SupercruiseEntry"
@@ -1692,7 +1692,7 @@

supercruiseExit

supercruiseExit: = "SupercruiseExit"
@@ -1702,7 +1702,7 @@

synthesis

synthesis: = "Synthesis"
@@ -1712,7 +1712,7 @@

technologyBroker

technologyBroker: = "TechnologyBroker"
@@ -1722,7 +1722,7 @@

touchdown

touchdown: = "Touchdown"
@@ -1732,7 +1732,7 @@

underAttack

underAttack: = "UnderAttack"
@@ -1742,7 +1742,7 @@

undocked

undocked: = "Undocked"
@@ -1752,7 +1752,7 @@

vehicleSwitch

vehicleSwitch: = "VehicleSwitch"
@@ -1762,7 +1762,7 @@

wingAdd

wingAdd: = "WingAdd"
@@ -1772,7 +1772,7 @@

wingInvite

wingInvite: = "WingInvite"
@@ -1782,7 +1782,7 @@

wingJoin

wingJoin: = "WingJoin"
@@ -1792,7 +1792,7 @@

wingLeave

wingLeave: = "WingLeave"
diff --git a/docs/enums/moduleattribute.html b/docs/enums/moduleattribute.html index 038e286..b4e7a90 100644 --- a/docs/enums/moduleattribute.html +++ b/docs/enums/moduleattribute.html @@ -219,7 +219,7 @@

DSSAngleMult

DSSAngleMult: = "DSS_AngleMult"
@@ -229,7 +229,7 @@

DSSRangeMult

DSSRangeMult: = "DSS_RangeMult"
@@ -239,7 +239,7 @@

DSSRateMult

DSSRateMult: = "DSS_RateMult"
@@ -249,7 +249,7 @@

aFMRepairCapacity

aFMRepairCapacity: = "AFMRepairCapacity"
@@ -259,7 +259,7 @@

aFMRepairConsumption

aFMRepairConsumption: = "AFMRepairConsumption"
@@ -269,7 +269,7 @@

aFMRepairPerAmmo

aFMRepairPerAmmo: = "AFMRepairPerAmmo"
@@ -279,7 +279,7 @@

ammoClipSize

ammoClipSize: = "AmmoClipSize"
@@ -289,7 +289,7 @@

ammoMaximum

ammoMaximum: = "AmmoMaximum"
@@ -299,7 +299,7 @@

armourPenetration

armourPenetration: = "ArmourPenetration"
@@ -309,7 +309,7 @@

boostAugmenterPowerUse

boostAugmenterPowerUse: = "BoostAugmenterPowerUse"
@@ -319,7 +319,7 @@

boostSpeedMultiplier

boostSpeedMultiplier: = "BoostSpeedMultiplier"
@@ -329,7 +329,7 @@

bootTime

bootTime: = "BootTime"
@@ -339,7 +339,7 @@

breachDamage

breachDamage: = "BreachDamage"
@@ -349,7 +349,7 @@

brokenRegenRate

brokenRegenRate: = "BrokenRegenRate"
@@ -359,7 +359,7 @@

burstRateOfFire

burstRateOfFire: = "BurstRateOfFire"
@@ -369,7 +369,7 @@

burstSize

burstSize: = "BurstSize"
@@ -379,7 +379,7 @@

cabinCapacity

cabinCapacity: = "CabinCapacity"
@@ -389,7 +389,7 @@

cabinClass

cabinClass: = "CabinClass"
@@ -399,7 +399,7 @@

cargoCapacity

cargoCapacity: = "CargoCapacity"
@@ -409,7 +409,7 @@

causticResistance

causticResistance: = "CausticResistance"
@@ -419,7 +419,7 @@

chaffJamDuration

chaffJamDuration: = "ChaffJamDuration"
@@ -429,7 +429,7 @@

class

class: = "Class"
@@ -439,7 +439,7 @@

damage

damage: = "Damage"
@@ -449,7 +449,7 @@

damagePerSecond

damagePerSecond: = "DamagePerSecond"
@@ -459,7 +459,7 @@

damageType

damageType: = "DamageType"
@@ -469,7 +469,7 @@

defenceModifierHealthAddition

defenceModifierHealthAddition: = "DefenceModifierHealthAddition"
@@ -479,7 +479,7 @@

defenceModifierHealthMultiplier

defenceModifierHealthMultiplier: = "DefenceModifierHealthMultiplier"
@@ -489,7 +489,7 @@

defenceModifierShieldAddition

defenceModifierShieldAddition: = "DefenceModifierShieldAddition"
@@ -499,7 +499,7 @@

defenceModifierShieldMultiplier

defenceModifierShieldMultiplier: = "DefenceModifierShieldMultiplier"
@@ -509,7 +509,7 @@

discoveryScannerPassiveRange

discoveryScannerPassiveRange: = "DiscoveryScannerPassiveRange"
@@ -519,7 +519,7 @@

discoveryScannerRange

discoveryScannerRange: = "DiscoveryScannerRange"
@@ -529,7 +529,7 @@

disruptionBarrierActivePower

disruptionBarrierActivePower: = "DisruptionBarrierActivePower"
@@ -539,7 +539,7 @@

disruptionBarrierChargeDuration

disruptionBarrierChargeDuration: = "DisruptionBarrierChargeDuration"
@@ -549,7 +549,7 @@

disruptionBarrierCooldown

disruptionBarrierCooldown: = "DisruptionBarrierCooldown"
@@ -559,7 +559,7 @@

disruptionBarrierRange

disruptionBarrierRange: = "DisruptionBarrierRange"
@@ -569,7 +569,7 @@

distributorDraw

distributorDraw: = "DistributorDraw"
@@ -579,7 +579,7 @@

droneFuelCapacity

droneFuelCapacity: = "DroneFuelCapacity"
@@ -589,7 +589,7 @@

droneHackingTime

droneHackingTime: = "DroneHackingTime"
@@ -599,7 +599,7 @@

droneLifeTime

droneLifeTime: = "DroneLifeTime"
@@ -609,7 +609,7 @@

droneMaxJettisonedCargo

droneMaxJettisonedCargo: = "DroneMaxJettisonedCargo"
@@ -619,7 +619,7 @@

droneMinJettisonedCargo

droneMinJettisonedCargo: = "DroneMinJettisonedCargo"
@@ -629,7 +629,7 @@

droneMultiTargetSpeed

droneMultiTargetSpeed: = "DroneMultiTargetSpeed"
@@ -639,7 +639,7 @@

droneRepairCapacity

droneRepairCapacity: = "DroneRepairCapacity"
@@ -649,7 +649,7 @@

droneSpeed

droneSpeed: = "DroneSpeed"
@@ -659,7 +659,7 @@

droneTargetRange

droneTargetRange: = "DroneTargetRange"
@@ -669,7 +669,7 @@

eCMActivePowerConsumption

eCMActivePowerConsumption: = "ECMActivePowerConsumption"
@@ -679,7 +679,7 @@

eCMCooldown

eCMCooldown: = "ECMCooldown"
@@ -689,7 +689,7 @@

eCMHeat

eCMHeat: = "ECMHeat"
@@ -699,7 +699,7 @@

eCMRange

eCMRange: = "ECMRange"
@@ -709,7 +709,7 @@

eCMTimeToCharge

eCMTimeToCharge: = "ECMTimeToCharge"
@@ -719,7 +719,7 @@

energyPerRegen

energyPerRegen: = "EnergyPerRegen"
@@ -729,7 +729,7 @@

engineHeatRate

engineHeatRate: = "EngineHeatRate"
@@ -739,7 +739,7 @@

engineMaxPerformance

engineMaxPerformance: = "EngineMaxPerformance"
@@ -749,7 +749,7 @@

engineMinPerformance

engineMinPerformance: = "EngineMinPerformance"
@@ -759,7 +759,7 @@

engineMinimumMass

engineMinimumMass: = "EngineMinimumMass"
@@ -769,7 +769,7 @@

engineOptPerformance

engineOptPerformance: = "EngineOptPerformance"
@@ -779,7 +779,7 @@

engineOptimalMass

engineOptimalMass: = "EngineOptimalMass"
@@ -789,7 +789,7 @@

enginesCapacity

enginesCapacity: = "EnginesCapacity"
@@ -799,7 +799,7 @@

enginesRecharge

enginesRecharge: = "EnginesRecharge"
@@ -809,7 +809,7 @@

explosiveResistance

explosiveResistance: = "ExplosiveResistance"
@@ -819,7 +819,7 @@

fSDFuelUseIncrease

fSDFuelUseIncrease: = "FSDFuelUseIncrease"
@@ -829,7 +829,7 @@

fSDHeatRate

fSDHeatRate: = "FSDHeatRate"
@@ -839,7 +839,7 @@

fSDInterdictorFacingLimit

fSDInterdictorFacingLimit: = "FSDInterdictorFacingLimit"
@@ -849,7 +849,7 @@

fSDInterdictorRange

fSDInterdictorRange: = "FSDInterdictorRange"
@@ -859,7 +859,7 @@

fSDJumpRangeBoost

fSDJumpRangeBoost: = "FSDJumpRangeBoost"
@@ -869,7 +869,7 @@

fSDOptimalMass

fSDOptimalMass: = "FSDOptimalMass"
@@ -879,7 +879,7 @@

falloffRange

falloffRange: = "FalloffRange"
@@ -889,7 +889,7 @@

fighterBoostSpeed

fighterBoostSpeed: = "FighterBoostSpeed"
@@ -899,7 +899,7 @@

fighterDPS

fighterDPS: = "FighterDPS"
@@ -909,7 +909,7 @@

fighterMaxSpeed

fighterMaxSpeed: = "FighterMaxSpeed"
@@ -919,7 +919,7 @@

fighterPitchRate

fighterPitchRate: = "FighterPitchRate"
@@ -929,7 +929,7 @@

fighterRollRate

fighterRollRate: = "FighterRollRate"
@@ -939,7 +939,7 @@

fighterYawRate

fighterYawRate: = "FighterYawRate"
@@ -949,7 +949,7 @@

fuelCapacity

fuelCapacity: = "FuelCapacity"
@@ -959,7 +959,7 @@

fuelScoopRate

fuelScoopRate: = "FuelScoopRate"
@@ -969,7 +969,7 @@

heatEfficiency

heatEfficiency: = "HeatEfficiency"
@@ -979,7 +979,7 @@

heatSinkDuration

heatSinkDuration: = "HeatSinkDuration"
@@ -989,7 +989,7 @@

integrity

integrity: = "Integrity"
@@ -999,7 +999,7 @@

jitter

jitter: = "Jitter"
@@ -1009,7 +1009,7 @@

kineticResistance

kineticResistance: = "KineticResistance"
@@ -1019,7 +1019,7 @@

mass

mass: = "Mass"
@@ -1029,7 +1029,7 @@

maxActiveDrones

maxActiveDrones: = "MaxActiveDrones"
@@ -1039,7 +1039,7 @@

maxAngle

maxAngle: = "MaxAngle"
@@ -1049,7 +1049,7 @@

maxBreachChance

maxBreachChance: = "MaxBreachChance"
@@ -1059,7 +1059,7 @@

maxFuelPerJump

maxFuelPerJump: = "MaxFuelPerJump"
@@ -1069,7 +1069,7 @@

maxRange

maxRange: = "MaxRange"
@@ -1079,7 +1079,7 @@

maximumMass

maximumMass: = "MaximumMass"
@@ -1089,7 +1089,7 @@

maximumRange

maximumRange: = "MaximumRange"
@@ -1099,7 +1099,7 @@

minBreachChance

minBreachChance: = "MinBreachChance"
@@ -1109,7 +1109,7 @@

moduleDefenceAbsorption

moduleDefenceAbsorption: = "ModuleDefenceAbsorption"
@@ -1119,7 +1119,7 @@

numBuggySlots

numBuggySlots: = "NumBuggySlots"
@@ -1129,7 +1129,7 @@

oxygenTimeCapacity

oxygenTimeCapacity: = "OxygenTimeCapacity"
@@ -1139,7 +1139,7 @@

powerCapacity

powerCapacity: = "PowerCapacity"
@@ -1149,7 +1149,7 @@

powerDraw

powerDraw: = "PowerDraw"
@@ -1159,7 +1159,7 @@

range

range: = "Range"
@@ -1169,7 +1169,7 @@

rateOfFire

rateOfFire: = "RateOfFire"
@@ -1179,7 +1179,7 @@

refineryBins

refineryBins: = "RefineryBins"
@@ -1189,7 +1189,7 @@

regenRate

regenRate: = "RegenRate"
@@ -1199,7 +1199,7 @@

reloadTime

reloadTime: = "ReloadTime"
@@ -1209,7 +1209,7 @@

roundsPerShot

roundsPerShot: = "RoundsPerShot"
@@ -1219,7 +1219,7 @@

scannerRange

scannerRange: = "ScannerRange"
@@ -1229,7 +1229,7 @@

scannerTimeToScan

scannerTimeToScan: = "ScannerTimeToScan"
@@ -1239,7 +1239,7 @@

sensorTargetScanAngle

sensorTargetScanAngle: = "SensorTargetScanAngle"
@@ -1249,7 +1249,7 @@

shieldBankDuration

shieldBankDuration: = "ShieldBankDuration"
@@ -1259,7 +1259,7 @@

shieldBankHeat

shieldBankHeat: = "ShieldBankHeat"
@@ -1269,7 +1269,7 @@

shieldBankReinforcement

shieldBankReinforcement: = "ShieldBankReinforcement"
@@ -1279,7 +1279,7 @@

shieldBankSpinUp

shieldBankSpinUp: = "ShieldBankSpinUp"
@@ -1289,7 +1289,7 @@

shieldGenMaxStrength

shieldGenMaxStrength: = "ShieldGenMaxStrength"
@@ -1299,7 +1299,7 @@

shieldGenMaximumMass

shieldGenMaximumMass: = "ShieldGenMaximumMass"
@@ -1309,7 +1309,7 @@

shieldGenMinStrength

shieldGenMinStrength: = "ShieldGenMinStrength"
@@ -1319,7 +1319,7 @@

shieldGenMinimumMass

shieldGenMinimumMass: = "ShieldGenMinimumMass"
@@ -1329,7 +1329,7 @@

shieldGenOptimalMass

shieldGenOptimalMass: = "ShieldGenOptimalMass"
@@ -1339,7 +1339,7 @@

shieldGenStrength

shieldGenStrength: = "ShieldGenStrength"
@@ -1349,7 +1349,7 @@

shieldSacrificeAmountGiven

shieldSacrificeAmountGiven: = "ShieldSacrificeAmountGiven"
@@ -1359,7 +1359,7 @@

shieldSacrificeAmountRemoved

shieldSacrificeAmountRemoved: = "ShieldSacrificeAmountRemoved"
@@ -1369,7 +1369,7 @@

shotSpeed

shotSpeed: = "ShotSpeed"
@@ -1379,7 +1379,7 @@

size

size: = "Size"
@@ -1389,7 +1389,7 @@

systemsCapacity

systemsCapacity: = "SystemsCapacity"
@@ -1399,7 +1399,7 @@

systemsRecharge

systemsRecharge: = "SystemsRecharge"
@@ -1409,7 +1409,7 @@

thermalDrain

thermalDrain: = "ThermalDrain"
@@ -1419,7 +1419,7 @@

thermalLoad

thermalLoad: = "ThermalLoad"
@@ -1429,7 +1429,7 @@

thermicResistance

thermicResistance: = "ThermicResistance"
@@ -1439,7 +1439,7 @@

vehicleArmourHealth

vehicleArmourHealth: = "VehicleArmourHealth"
@@ -1449,7 +1449,7 @@

vehicleCargoCapacity

vehicleCargoCapacity: = "VehicleCargoCapacity"
@@ -1459,7 +1459,7 @@

vehicleFuelCapacity

vehicleFuelCapacity: = "VehicleFuelCapacity"
@@ -1469,7 +1469,7 @@

vehicleHullMass

vehicleHullMass: = "VehicleHullMass"
@@ -1479,7 +1479,7 @@

vehicleShieldHealth

vehicleShieldHealth: = "VehicleShieldHealth"
@@ -1489,7 +1489,7 @@

weaponMode

weaponMode: = "WeaponMode"
@@ -1499,7 +1499,7 @@

weaponsCapacity

weaponsCapacity: = "WeaponsCapacity"
@@ -1509,7 +1509,7 @@

weaponsRecharge

weaponsRecharge: = "WeaponsRecharge"
@@ -1519,7 +1519,7 @@

wingDamageReduction

wingDamageReduction: = "WingDamageReduction"
@@ -1529,7 +1529,7 @@

wingMaxDuration

wingMaxDuration: = "WingMaxDuration"
@@ -1539,7 +1539,7 @@

wingMinDuration

wingMinDuration: = "WingMinDuration"
diff --git a/docs/enums/musictracknames.html b/docs/enums/musictracknames.html index 905eaee..6a7b973 100644 --- a/docs/enums/musictracknames.html +++ b/docs/enums/musictracknames.html @@ -107,7 +107,7 @@

cQC

cQC: = "CQC"
@@ -117,7 +117,7 @@

cQCMenu

cQCMenu: = "CQCMenu"
@@ -127,7 +127,7 @@

capitalShip

capitalShip: = "CapitalShip"
@@ -137,7 +137,7 @@

combatLargeDogFight

combatLargeDogFight: = "CombatLargeDogFight"
@@ -147,7 +147,7 @@

combat_Dogfight

combat_Dogfight: = "Combat_Dogfight"
@@ -157,7 +157,7 @@

combat_SRV

combat_SRV: = "Combat_SRV"
@@ -167,7 +167,7 @@

combat_Unknown

combat_Unknown: = "Combat_Unknown"
@@ -177,7 +177,7 @@

destinationFromHyperspace

destinationFromHyperspace: = "DestinationFromHyperspace"
@@ -187,7 +187,7 @@

destinationFromSupercruise

destinationFromSupercruise: = "DestinationFromSupercruise"
@@ -197,7 +197,7 @@

dockingComputer

dockingComputer: = "DockingComputer"
@@ -207,7 +207,7 @@

exploration

exploration: = "Exploration"
@@ -217,7 +217,7 @@

galacticPowers

galacticPowers: = "GalacticPowers"
@@ -227,7 +227,7 @@

galaxyMap

galaxyMap: = "GalaxyMap"
@@ -237,7 +237,7 @@

mainMenu

mainMenu: = "MainMenu"
@@ -247,7 +247,7 @@

noTrack

noTrack: = "NoTrack"
@@ -257,7 +257,7 @@

starport

starport: = "Starport"
@@ -267,7 +267,7 @@

supercruise

supercruise: = "Supercruise"
@@ -277,7 +277,7 @@

systemMap

systemMap: = "SystemMap"
@@ -287,7 +287,7 @@

unknown_Encounter

unknown_Encounter: = "Unknown_Encounter"
@@ -297,7 +297,7 @@

unknown_Exploration

unknown_Exploration: = "Unknown_Exploration"
@@ -307,7 +307,7 @@

unknown_Settlement

unknown_Settlement: = "Unknown_Settlement"
diff --git a/docs/enums/planettypes.html b/docs/enums/planettypes.html index aa3eaf7..28b2ec1 100644 --- a/docs/enums/planettypes.html +++ b/docs/enums/planettypes.html @@ -105,7 +105,7 @@

ammonia

ammonia: = "Ammonia world"
@@ -115,7 +115,7 @@

elw

elw: = "Earthlike body"
@@ -125,7 +125,7 @@

gasGiantAmmoniaLife

gasGiantAmmoniaLife: = "Gas giant with ammonia based life"
@@ -135,7 +135,7 @@

gasGiantWaterLife

gasGiantWaterLife: = "Gas giant with water based life"
@@ -145,7 +145,7 @@

heliumGas

heliumGas: = "Helium gas giant"
@@ -155,7 +155,7 @@

heliumRichGas

heliumRichGas: = "Helium rich gas giant"
@@ -165,7 +165,7 @@

highMetal

highMetal: = "High metal content body"
@@ -175,7 +175,7 @@

icy

icy: = "Icy body"
@@ -185,7 +185,7 @@

metalRich

metalRich: = "Metal rich body"
@@ -195,7 +195,7 @@

rocky

rocky: = "Rocky body"
@@ -205,7 +205,7 @@

rockyIce

rockyIce: = "Rocky ice body"
@@ -215,7 +215,7 @@

sudarskyClassI

sudarskyClassI: = "Sudarsky class I gas giant"
@@ -225,7 +225,7 @@

sudarskyClassII

sudarskyClassII: = "Sudarsky class II gas giant"
@@ -235,7 +235,7 @@

sudarskyClassIII

sudarskyClassIII: = "Sudarsky class III gas giant"
@@ -245,7 +245,7 @@

sudarskyClassIV

sudarskyClassIV: = "Sudarsky class IV gas giant"
@@ -255,7 +255,7 @@

sudarskyClassV

sudarskyClassV: = "Sudarsky class V gas giant"
@@ -265,7 +265,7 @@

waterGiant

waterGiant: = "Water giant"
@@ -275,7 +275,7 @@

waterGiantLife

waterGiantLife: = "Water giant with life"
@@ -285,7 +285,7 @@

waterWorld

waterWorld: = "Water world"
diff --git a/docs/enums/reputationeffect.html b/docs/enums/reputationeffect.html index fcd6bcc..4ef87ac 100644 --- a/docs/enums/reputationeffect.html +++ b/docs/enums/reputationeffect.html @@ -90,7 +90,7 @@

downBad

downBad: = "DownBad"
@@ -100,7 +100,7 @@

downGood

downGood: = "DownGood"
@@ -110,7 +110,7 @@

upBad

upBad: = "UpBad"
@@ -120,7 +120,7 @@

upGood

upGood: = "UpGood"
diff --git a/docs/enums/starluminosityclasses.html b/docs/enums/starluminosityclasses.html index 66cc3ec..a4c2375 100644 --- a/docs/enums/starluminosityclasses.html +++ b/docs/enums/starluminosityclasses.html @@ -110,7 +110,7 @@

I

I: = "I"
@@ -120,7 +120,7 @@

II

II: = "II"
@@ -130,7 +130,7 @@

III

III: = "III"
@@ -140,7 +140,7 @@

IIIa

IIIa: = "IIIa"
@@ -150,7 +150,7 @@

IIIab

IIIab: = "IIIab"
@@ -160,7 +160,7 @@

IIIb

IIIb: = "IIIb"
@@ -170,7 +170,7 @@

IIa

IIa: = "IIa"
@@ -180,7 +180,7 @@

IIab

IIab: = "IIab"
@@ -190,7 +190,7 @@

IIb

IIb: = "IIb"
@@ -200,7 +200,7 @@

IV

IV: = "IV"
@@ -210,7 +210,7 @@

IVa

IVa: = "IVa"
@@ -220,7 +220,7 @@

IVab

IVab: = "IVab"
@@ -230,7 +230,7 @@

IVb

IVb: = "IVb"
@@ -240,7 +240,7 @@

Ia

Ia: = "Ia"
@@ -250,7 +250,7 @@

Ia0

Ia0: = "Ia0"
@@ -260,7 +260,7 @@

Iab

Iab: = "Iab"
@@ -270,7 +270,7 @@

Ib

Ib: = "Ib"
@@ -280,7 +280,7 @@

V

V: = "V"
@@ -290,7 +290,7 @@

VI

VI: = "VI"
@@ -300,7 +300,7 @@

VII

VII: = "VII"
@@ -310,7 +310,7 @@

Va

Va: = "Va"
@@ -320,7 +320,7 @@

Vab

Vab: = "Vab"
@@ -330,7 +330,7 @@

Vb

Vb: = "Vb"
@@ -340,7 +340,7 @@

Vz

Vz: = "Vz"
diff --git a/docs/enums/startypes.html b/docs/enums/startypes.html index 2681324..1996767 100644 --- a/docs/enums/startypes.html +++ b/docs/enums/startypes.html @@ -138,7 +138,7 @@

A

A: = "A"
@@ -148,7 +148,7 @@

A_BlueWhiteSuperGiant

A_BlueWhiteSuperGiant: = "A_BlueWhiteSuperGiant"
@@ -158,7 +158,7 @@

AeBe

AeBe: = "AeBe"
@@ -168,7 +168,7 @@

B

B: = "B"
@@ -178,7 +178,7 @@

C

C: = "C"
@@ -188,7 +188,7 @@

CH

CH: = "CH"
@@ -198,7 +198,7 @@

CHd

CHd: = "CHd"
@@ -208,7 +208,7 @@

CJ

CJ: = "CJ"
@@ -218,7 +218,7 @@

CN

CN: = "CN"
@@ -228,7 +228,7 @@

CS

CS: = "CS"
@@ -238,7 +238,7 @@

D

D: = "D"
@@ -248,7 +248,7 @@

DA

DA: = "DA"
@@ -258,7 +258,7 @@

DAB

DAB: = "DAB"
@@ -268,7 +268,7 @@

DAO

DAO: = "DAO"
@@ -278,7 +278,7 @@

DAV

DAV: = "DAV"
@@ -288,7 +288,7 @@

DAZ

DAZ: = "DAZ"
@@ -298,7 +298,7 @@

DB

DB: = "DB"
@@ -308,7 +308,7 @@

DBV

DBV: = "DBV"
@@ -318,7 +318,7 @@

DBZ

DBZ: = "DBZ"
@@ -328,7 +328,7 @@

DC

DC: = "DC"
@@ -338,7 +338,7 @@

DCV

DCV: = "DCV"
@@ -348,7 +348,7 @@

DO

DO: = "DO"
@@ -358,7 +358,7 @@

DOV

DOV: = "DOV"
@@ -368,7 +368,7 @@

DQ

DQ: = "DQ"
@@ -378,7 +378,7 @@

DX

DX: = "DX"
@@ -388,7 +388,7 @@

F

F: = "F"
@@ -398,7 +398,7 @@

F_WhiteSuperGiant

F_WhiteSuperGiant: = "F_WhiteSuperGiant"
@@ -408,7 +408,7 @@

G

G: = "G"
@@ -418,7 +418,7 @@

H

H: = "H"
@@ -428,7 +428,7 @@

K

K: = "K"
@@ -438,7 +438,7 @@

K_OrangeGiant

K_OrangeGiant: = "K_OrangeGiant"
@@ -448,7 +448,7 @@

L

L: = "L"
@@ -458,7 +458,7 @@

M

M: = "M"
@@ -468,7 +468,7 @@

MS

MS: = "MS"
@@ -478,7 +478,7 @@

M_RedGiant

M_RedGiant: = "M_RedGiant"
@@ -488,7 +488,7 @@

M_RedSuperGiant

M_RedSuperGiant: = "M_RedSuperGiant"
@@ -498,7 +498,7 @@

N

N: = "N"
@@ -508,7 +508,7 @@

Nebula

Nebula: = "Nebula"
@@ -518,7 +518,7 @@

O

O: = "O"
@@ -528,7 +528,7 @@

RoguePlanet

RoguePlanet: = "RoguePlanet"
@@ -538,7 +538,7 @@

S

S: = "S"
@@ -548,7 +548,7 @@

StellarRemnantNebula

StellarRemnantNebula: = "StellarRemnantNebula"
@@ -558,7 +558,7 @@

SupermassiveBlackHole

SupermassiveBlackHole: = "SupermassiveBlackHole"
@@ -568,7 +568,7 @@

T

T: = "T"
@@ -578,7 +578,7 @@

TTS

TTS: = "TTS"
@@ -588,7 +588,7 @@

W

W: = "W"
@@ -598,7 +598,7 @@

WC

WC: = "WC"
@@ -608,7 +608,7 @@

WN

WN: = "WN"
@@ -618,7 +618,7 @@

WNC

WNC: = "WNC"
@@ -628,7 +628,7 @@

WO

WO: = "WO"
@@ -638,7 +638,7 @@

X

X: = "X"
@@ -648,7 +648,7 @@

Y

Y: = "Y"
diff --git a/docs/enums/stationservices.html b/docs/enums/stationservices.html index ba27e87..e026dd2 100644 --- a/docs/enums/stationservices.html +++ b/docs/enums/stationservices.html @@ -110,7 +110,7 @@

autodock

autodock: = "Autodock"
@@ -120,7 +120,7 @@

blackMarket

blackMarket: = "BlackMarket"
@@ -130,7 +130,7 @@

commodities

commodities: = "Commodities"
@@ -140,7 +140,7 @@

contacts

contacts: = "Contacts"
@@ -150,7 +150,7 @@

crewLounge

crewLounge: = "CrewLounge"
@@ -160,7 +160,7 @@

dock

dock:
@@ -170,7 +170,7 @@

exploration

exploration: = "Exploration"
@@ -180,7 +180,7 @@

facilitator

facilitator: = "Facilitator"
@@ -190,7 +190,7 @@

flightController

flightController: = "FlightController"
@@ -200,7 +200,7 @@

initiatives

initiatives: = "Initiatives"
@@ -210,7 +210,7 @@

missions

missions: = "Missions"
@@ -220,7 +220,7 @@

missionsGenerated

missionsGenerated: = "MissionsGenerated"
@@ -230,7 +230,7 @@

onDockMission

onDockMission: = "OnDockMission"
@@ -240,7 +240,7 @@

outfitting

outfitting: = "Outfitting"
@@ -250,7 +250,7 @@

powerplay

powerplay: = "Powerplay"
@@ -260,7 +260,7 @@

rearm

rearm: = "Rearm"
@@ -270,7 +270,7 @@

refuel

refuel: = "Refuel"
@@ -280,7 +280,7 @@

repair

repair: = "Repair"
@@ -290,7 +290,7 @@

research

research: = "Research"
@@ -300,7 +300,7 @@

searchAndRescue

searchAndRescue: = "SearchAndRescue"
@@ -310,7 +310,7 @@

shipyard

shipyard: = "Shipyard"
@@ -320,7 +320,7 @@

stationOperations

stationOperations: = "StationOperations"
@@ -330,7 +330,7 @@

tuning

tuning: = "Tuning"
@@ -340,7 +340,7 @@

workshop

workshop: = "Workshop"
diff --git a/docs/enums/volcanismtypes.html b/docs/enums/volcanismtypes.html index 6faf7b7..c173bb6 100644 --- a/docs/enums/volcanismtypes.html +++ b/docs/enums/volcanismtypes.html @@ -101,7 +101,7 @@

AmmoniaGeysers

AmmoniaGeysers: = "Ammonia Geysers"
@@ -111,7 +111,7 @@

AmmoniaMagma

AmmoniaMagma: = "Ammonia Magma"
@@ -121,7 +121,7 @@

CarbonDioxideGeysers

CarbonDioxideGeysers: = "Carbon Dioxide Geysers"
@@ -131,7 +131,7 @@

HeliumGeysers

HeliumGeysers: = "Helium Geysers"
@@ -141,7 +141,7 @@

MetallicMagma

MetallicMagma: = "Metallic Magma"
@@ -151,7 +151,7 @@

MethaneGeysers

MethaneGeysers: = "Methane Geysers"
@@ -161,7 +161,7 @@

MethaneMagma

MethaneMagma: = "Methane Magma"
@@ -171,7 +171,7 @@

NitrogenGeysers

NitrogenGeysers: = "Nitrogen Geysers"
@@ -181,7 +181,7 @@

NitrogenMagma

NitrogenMagma: = "Nitrogen Magma"
@@ -191,7 +191,7 @@

None

None: = "None"
@@ -201,7 +201,7 @@

SilicateMagma

SilicateMagma: = "Silicate Magma"
@@ -211,7 +211,7 @@

SilicateVapourGeysers

SilicateVapourGeysers: = "Silicate Vapour Geysers"
@@ -221,7 +221,7 @@

SulphurDioxideMagma

SulphurDioxideMagma: = "Sulphur Dioxide Magma"
@@ -231,7 +231,7 @@

WaterGeysers

WaterGeysers: = "Water Geysers"
@@ -241,7 +241,7 @@

WaterMagma

WaterMagma: = "Water Magma"
diff --git a/docs/enums/weaponmode.html b/docs/enums/weaponmode.html index dfc2b8f..b1f916a 100644 --- a/docs/enums/weaponmode.html +++ b/docs/enums/weaponmode.html @@ -92,7 +92,7 @@

fireAtWill

fireAtWill: = "FireAtWill"
@@ -102,7 +102,7 @@

forwardFire

forwardFire: = "ForwardFire"
@@ -112,7 +112,7 @@

gimbal

gimbal: = "Gimbal"
@@ -122,7 +122,7 @@

manual

manual: = "Manual"
@@ -132,7 +132,7 @@

noMode

noMode: = "NoMode"
@@ -142,7 +142,7 @@

targetOnly

targetOnly: = "TargetOnly"
diff --git a/docs/index.html b/docs/index.html index 5ac770b..e77be52 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,21 +70,27 @@

Install

$ npm install cmdr-journal
 

Usage

Import the package into your project

-
//ECMAScript
-let cmdrJournal = require('cmdr-journal');
-
-
//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

-
let interdiction = new cmdrJournal.Interdicton()
+				
let interdiction = new cj.Interdicton()
 

A note

The classes available in this library reflect the documentation as provided by Frontier where you can also find examples and some additional descriptions.

Classes have been implemented according to their event value.

Enums have been implemented with sensible names (where possible) and string values that reflect the value as provided by Frontier.

Documentation

-

A full list of Classes and Enums available in this library can be found in the docs folder

+

A full list of Classes and Enums available in this library can be found in the docs folder