-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BuyAmmo CargoDepot CommitCrime EscapeInterdiction FetchRemoteModule HeatWarning Market ModuleSellRemote NavBeaconScan PayFine PayFines SellExplorationData SetUserShipName WingAdd WingInvite WingJoin WingLeave
- Loading branch information
Showing
21 changed files
with
363 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class BuyAmmoInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int Cost { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class CargoDepotInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int MissionID { get; set; } | ||
public string UpdateType { get; set; } | ||
public string CargoType { get; set; } | ||
public string CargoType_Localised { get; set; } | ||
public int Count { get; set; } | ||
public long StartMarketID { get; set; } | ||
public long EndMarketID { get; set; } | ||
public int ItemsCollected { get; set; } | ||
public int ItemsDelivered { get; set; } | ||
public int TotalItemsToDeliver { get; set; } | ||
public double Progress { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class CommitCrimeInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public string CrimeType { get; set; } | ||
public string Faction { get; set; } | ||
public int Fine { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class EscapeInterdictionInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public string Interdictor { get; set; } | ||
public bool IsPlayer { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class FetchRemoteModuleInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int StorageSlot { get; set; } | ||
public string StoredItem { get; set; } | ||
public string StoredItem_Localised { get; set; } | ||
public int ServerId { get; set; } | ||
public int TransferCost { get; set; } | ||
public int TransferTime { get; set; } | ||
public string Ship { get; set; } | ||
public int ShipID { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class HeatWarningInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class ModuleSellRemoteInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int StorageSlot { get; set; } | ||
public string SellItem { get; set; } | ||
public string SellItem_Localised { get; set; } | ||
public int ServerId { get; set; } | ||
public int SellPrice { get; set; } | ||
public string Ship { get; set; } | ||
public int ShipID { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class NavBeaconScanInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public long SystemAddress { get; set; } | ||
public int NumBodies { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class PayFineInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int Amount { get; set; } | ||
public bool AllFines { get; set; } | ||
public int ShipID { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class PayFinesInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public int Amount { get; set; } | ||
public bool AllFines { get; set; } | ||
public int ShipID { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class SellExplorationDataInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
public List<string> Systems { get; set; } | ||
public List<string> Discovered { get; set; } | ||
public int BaseValue { get; set; } | ||
public int Bonus { get; set; } | ||
public int TotalEarnings { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using System; | ||
|
||
namespace EliteAPI | ||
{ | ||
public class SetUserShipNameInfo | ||
{ | ||
public DateTime timestamp { get; set; } | ||
|
||
public string Ship { get; set; } | ||
public int ShipID { get; set; } | ||
public string UserShipName { get; set; } | ||
public string UserShipId { get; set; } | ||
} | ||
} |
Oops, something went wrong.