esisl_genoa_client 0.1.1 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
package/src/models/index.ts
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface AllianceId
|
|
7
|
+
*/
|
|
8
|
+
export interface AllianceId {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @type {number}
|
|
12
|
+
* @memberof AllianceId
|
|
13
|
+
*/
|
|
14
|
+
allianceId?: number;
|
|
15
|
+
}
|
|
3
16
|
/**
|
|
4
17
|
*
|
|
5
18
|
* @export
|
|
@@ -130,6 +143,32 @@ export interface AlliancesAllianceIdIconsGet {
|
|
|
130
143
|
*/
|
|
131
144
|
px64x64?: string;
|
|
132
145
|
}
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @export
|
|
149
|
+
* @interface CaptureFwComplex
|
|
150
|
+
*/
|
|
151
|
+
export interface CaptureFwComplex {
|
|
152
|
+
/**
|
|
153
|
+
* Capture factional warfare complex
|
|
154
|
+
* @type {CorporationsProjectsDetailConfigurationcapturefwcomplex}
|
|
155
|
+
* @memberof CaptureFwComplex
|
|
156
|
+
*/
|
|
157
|
+
captureFwComplex?: CorporationsProjectsDetailConfigurationcapturefwcomplex;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
*
|
|
161
|
+
* @export
|
|
162
|
+
* @interface CharacterId
|
|
163
|
+
*/
|
|
164
|
+
export interface CharacterId {
|
|
165
|
+
/**
|
|
166
|
+
*
|
|
167
|
+
* @type {number}
|
|
168
|
+
* @memberof CharacterId
|
|
169
|
+
*/
|
|
170
|
+
characterId?: number;
|
|
171
|
+
}
|
|
133
172
|
/**
|
|
134
173
|
*
|
|
135
174
|
* @export
|
|
@@ -3985,6 +4024,69 @@ export interface CharactersCharacterIdWalletTransactionsGetInner {
|
|
|
3985
4024
|
*/
|
|
3986
4025
|
unitPrice: number;
|
|
3987
4026
|
}
|
|
4027
|
+
/**
|
|
4028
|
+
*
|
|
4029
|
+
* @export
|
|
4030
|
+
* @interface CharactersFreelanceJobsListing
|
|
4031
|
+
*/
|
|
4032
|
+
export interface CharactersFreelanceJobsListing {
|
|
4033
|
+
/**
|
|
4034
|
+
* List of freelance jobs
|
|
4035
|
+
* @type {Array<FreelanceJobsDetailFreelancejob>}
|
|
4036
|
+
* @memberof CharactersFreelanceJobsListing
|
|
4037
|
+
*/
|
|
4038
|
+
freelanceJobs: Array<FreelanceJobsDetailFreelancejob>;
|
|
4039
|
+
}
|
|
4040
|
+
/**
|
|
4041
|
+
*
|
|
4042
|
+
* @export
|
|
4043
|
+
* @interface CharactersFreelanceJobsParticipation
|
|
4044
|
+
*/
|
|
4045
|
+
export interface CharactersFreelanceJobsParticipation {
|
|
4046
|
+
/**
|
|
4047
|
+
* Your contribution
|
|
4048
|
+
* @type {number}
|
|
4049
|
+
* @memberof CharactersFreelanceJobsParticipation
|
|
4050
|
+
*/
|
|
4051
|
+
contributed: number;
|
|
4052
|
+
/**
|
|
4053
|
+
* Moment this information was last modified
|
|
4054
|
+
* @type {string}
|
|
4055
|
+
* @memberof CharactersFreelanceJobsParticipation
|
|
4056
|
+
*/
|
|
4057
|
+
lastModified: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* Your participation status
|
|
4060
|
+
* @type {string}
|
|
4061
|
+
* @memberof CharactersFreelanceJobsParticipation
|
|
4062
|
+
*/
|
|
4063
|
+
state: CharactersFreelanceJobsParticipationStateEnum;
|
|
4064
|
+
}
|
|
4065
|
+
|
|
4066
|
+
/**
|
|
4067
|
+
* @export
|
|
4068
|
+
* @enum {string}
|
|
4069
|
+
*/
|
|
4070
|
+
export enum CharactersFreelanceJobsParticipationStateEnum {
|
|
4071
|
+
Unspecified = 'Unspecified',
|
|
4072
|
+
Committed = 'Committed',
|
|
4073
|
+
Kicked = 'Kicked',
|
|
4074
|
+
Resigned = 'Resigned'
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
/**
|
|
4078
|
+
*
|
|
4079
|
+
* @export
|
|
4080
|
+
* @interface ConstellationId
|
|
4081
|
+
*/
|
|
4082
|
+
export interface ConstellationId {
|
|
4083
|
+
/**
|
|
4084
|
+
*
|
|
4085
|
+
* @type {number}
|
|
4086
|
+
* @memberof ConstellationId
|
|
4087
|
+
*/
|
|
4088
|
+
constellationId?: number;
|
|
4089
|
+
}
|
|
3988
4090
|
/**
|
|
3989
4091
|
*
|
|
3990
4092
|
* @export
|
|
@@ -4301,6 +4403,32 @@ export interface CorporationCorporationIdMiningObserversObserverIdGetInner {
|
|
|
4301
4403
|
*/
|
|
4302
4404
|
typeId: number;
|
|
4303
4405
|
}
|
|
4406
|
+
/**
|
|
4407
|
+
*
|
|
4408
|
+
* @export
|
|
4409
|
+
* @interface CorporationId
|
|
4410
|
+
*/
|
|
4411
|
+
export interface CorporationId {
|
|
4412
|
+
/**
|
|
4413
|
+
*
|
|
4414
|
+
* @type {number}
|
|
4415
|
+
* @memberof CorporationId
|
|
4416
|
+
*/
|
|
4417
|
+
corporationId?: number;
|
|
4418
|
+
}
|
|
4419
|
+
/**
|
|
4420
|
+
*
|
|
4421
|
+
* @export
|
|
4422
|
+
* @interface CorporationItemDelivery
|
|
4423
|
+
*/
|
|
4424
|
+
export interface CorporationItemDelivery {
|
|
4425
|
+
/**
|
|
4426
|
+
* Parameter for delivering items to a corporation
|
|
4427
|
+
* @type {FreelanceJobsDetailParametercorporationitemdelivery}
|
|
4428
|
+
* @memberof CorporationItemDelivery
|
|
4429
|
+
*/
|
|
4430
|
+
corporationItemDelivery?: FreelanceJobsDetailParametercorporationitemdelivery;
|
|
4431
|
+
}
|
|
4304
4432
|
/**
|
|
4305
4433
|
*
|
|
4306
4434
|
* @export
|
|
@@ -8172,525 +8300,2058 @@ export interface CorporationsCorporationIdWalletsGetInner {
|
|
|
8172
8300
|
/**
|
|
8173
8301
|
*
|
|
8174
8302
|
* @export
|
|
8175
|
-
* @interface
|
|
8303
|
+
* @interface CorporationsFreelanceJobsListing
|
|
8176
8304
|
*/
|
|
8177
|
-
export interface
|
|
8305
|
+
export interface CorporationsFreelanceJobsListing {
|
|
8178
8306
|
/**
|
|
8179
8307
|
*
|
|
8180
|
-
* @type {
|
|
8181
|
-
* @memberof
|
|
8308
|
+
* @type {Cursor}
|
|
8309
|
+
* @memberof CorporationsFreelanceJobsListing
|
|
8182
8310
|
*/
|
|
8183
|
-
|
|
8311
|
+
cursor?: Cursor;
|
|
8184
8312
|
/**
|
|
8185
|
-
*
|
|
8186
|
-
* @type {
|
|
8187
|
-
* @memberof
|
|
8313
|
+
* List of freelance jobs
|
|
8314
|
+
* @type {Array<FreelanceJobsDetailFreelancejob>}
|
|
8315
|
+
* @memberof CorporationsFreelanceJobsListing
|
|
8188
8316
|
*/
|
|
8189
|
-
|
|
8317
|
+
freelanceJobs: Array<FreelanceJobsDetailFreelancejob>;
|
|
8318
|
+
}
|
|
8319
|
+
/**
|
|
8320
|
+
*
|
|
8321
|
+
* @export
|
|
8322
|
+
* @interface CorporationsFreelanceJobsParticipants
|
|
8323
|
+
*/
|
|
8324
|
+
export interface CorporationsFreelanceJobsParticipants {
|
|
8190
8325
|
/**
|
|
8191
8326
|
*
|
|
8192
|
-
* @type {
|
|
8193
|
-
* @memberof
|
|
8327
|
+
* @type {Cursor}
|
|
8328
|
+
* @memberof CorporationsFreelanceJobsParticipants
|
|
8194
8329
|
*/
|
|
8195
|
-
|
|
8330
|
+
cursor?: Cursor;
|
|
8196
8331
|
/**
|
|
8197
|
-
*
|
|
8198
|
-
* @type {
|
|
8199
|
-
* @memberof
|
|
8332
|
+
* List of participants
|
|
8333
|
+
* @type {Array<CorporationsFreelanceJobsParticipantsParticipant>}
|
|
8334
|
+
* @memberof CorporationsFreelanceJobsParticipants
|
|
8200
8335
|
*/
|
|
8201
|
-
|
|
8336
|
+
participants: Array<CorporationsFreelanceJobsParticipantsParticipant>;
|
|
8337
|
+
}
|
|
8338
|
+
/**
|
|
8339
|
+
*
|
|
8340
|
+
* @export
|
|
8341
|
+
* @interface CorporationsFreelanceJobsParticipantsParticipant
|
|
8342
|
+
*/
|
|
8343
|
+
export interface CorporationsFreelanceJobsParticipantsParticipant {
|
|
8202
8344
|
/**
|
|
8203
|
-
*
|
|
8204
|
-
* @type {
|
|
8205
|
-
* @memberof
|
|
8345
|
+
* Participant's contributed progress
|
|
8346
|
+
* @type {number}
|
|
8347
|
+
* @memberof CorporationsFreelanceJobsParticipantsParticipant
|
|
8206
8348
|
*/
|
|
8207
|
-
|
|
8349
|
+
contributed: number;
|
|
8208
8350
|
/**
|
|
8209
8351
|
*
|
|
8210
8352
|
* @type {number}
|
|
8211
|
-
* @memberof
|
|
8353
|
+
* @memberof CorporationsFreelanceJobsParticipantsParticipant
|
|
8212
8354
|
*/
|
|
8213
|
-
|
|
8355
|
+
id: number;
|
|
8214
8356
|
/**
|
|
8215
|
-
*
|
|
8357
|
+
* Participant's name
|
|
8216
8358
|
* @type {string}
|
|
8217
|
-
* @memberof
|
|
8218
|
-
*/
|
|
8219
|
-
name?: string;
|
|
8220
|
-
/**
|
|
8221
|
-
*
|
|
8222
|
-
* @type {boolean}
|
|
8223
|
-
* @memberof DogmaAttributesAttributeIdGet
|
|
8224
|
-
*/
|
|
8225
|
-
published?: boolean;
|
|
8226
|
-
/**
|
|
8227
|
-
*
|
|
8228
|
-
* @type {boolean}
|
|
8229
|
-
* @memberof DogmaAttributesAttributeIdGet
|
|
8359
|
+
* @memberof CorporationsFreelanceJobsParticipantsParticipant
|
|
8230
8360
|
*/
|
|
8231
|
-
|
|
8361
|
+
name: string;
|
|
8232
8362
|
/**
|
|
8233
|
-
*
|
|
8234
|
-
* @type {
|
|
8235
|
-
* @memberof
|
|
8363
|
+
* Participant's state
|
|
8364
|
+
* @type {string}
|
|
8365
|
+
* @memberof CorporationsFreelanceJobsParticipantsParticipant
|
|
8236
8366
|
*/
|
|
8237
|
-
|
|
8367
|
+
state: CorporationsFreelanceJobsParticipantsParticipantStateEnum;
|
|
8238
8368
|
}
|
|
8369
|
+
|
|
8370
|
+
/**
|
|
8371
|
+
* @export
|
|
8372
|
+
* @enum {string}
|
|
8373
|
+
*/
|
|
8374
|
+
export enum CorporationsFreelanceJobsParticipantsParticipantStateEnum {
|
|
8375
|
+
Unspecified = 'Unspecified',
|
|
8376
|
+
Committed = 'Committed',
|
|
8377
|
+
Kicked = 'Kicked',
|
|
8378
|
+
Resigned = 'Resigned'
|
|
8379
|
+
}
|
|
8380
|
+
|
|
8239
8381
|
/**
|
|
8240
8382
|
*
|
|
8241
8383
|
* @export
|
|
8242
|
-
* @interface
|
|
8384
|
+
* @interface CorporationsProjectsContribution
|
|
8243
8385
|
*/
|
|
8244
|
-
export interface
|
|
8245
|
-
/**
|
|
8246
|
-
* The ID of the character who created the item
|
|
8247
|
-
* @type {number}
|
|
8248
|
-
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
8249
|
-
*/
|
|
8250
|
-
createdBy: number;
|
|
8251
|
-
/**
|
|
8252
|
-
*
|
|
8253
|
-
* @type {Array<DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner>}
|
|
8254
|
-
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
8255
|
-
*/
|
|
8256
|
-
dogmaAttributes: Array<DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner>;
|
|
8257
|
-
/**
|
|
8258
|
-
*
|
|
8259
|
-
* @type {Array<DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner>}
|
|
8260
|
-
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
8261
|
-
*/
|
|
8262
|
-
dogmaEffects: Array<DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner>;
|
|
8386
|
+
export interface CorporationsProjectsContribution {
|
|
8263
8387
|
/**
|
|
8264
|
-
*
|
|
8388
|
+
* Your contribution
|
|
8265
8389
|
* @type {number}
|
|
8266
|
-
* @memberof
|
|
8390
|
+
* @memberof CorporationsProjectsContribution
|
|
8267
8391
|
*/
|
|
8268
|
-
|
|
8392
|
+
contributed: number;
|
|
8269
8393
|
/**
|
|
8270
|
-
*
|
|
8271
|
-
* @type {
|
|
8272
|
-
* @memberof
|
|
8394
|
+
* Moment this information was last modified
|
|
8395
|
+
* @type {string}
|
|
8396
|
+
* @memberof CorporationsProjectsContribution
|
|
8273
8397
|
*/
|
|
8274
|
-
|
|
8398
|
+
lastModified?: string;
|
|
8275
8399
|
}
|
|
8276
8400
|
/**
|
|
8277
|
-
*
|
|
8401
|
+
*
|
|
8278
8402
|
* @export
|
|
8279
|
-
* @interface
|
|
8403
|
+
* @interface CorporationsProjectsContributors
|
|
8280
8404
|
*/
|
|
8281
|
-
export interface
|
|
8405
|
+
export interface CorporationsProjectsContributors {
|
|
8282
8406
|
/**
|
|
8283
|
-
*
|
|
8284
|
-
* @type {
|
|
8285
|
-
* @memberof
|
|
8407
|
+
* List of contributors
|
|
8408
|
+
* @type {Array<CorporationsProjectsContributorsContributor>}
|
|
8409
|
+
* @memberof CorporationsProjectsContributors
|
|
8286
8410
|
*/
|
|
8287
|
-
|
|
8411
|
+
contributors: Array<CorporationsProjectsContributorsContributor>;
|
|
8288
8412
|
/**
|
|
8289
8413
|
*
|
|
8290
|
-
* @type {
|
|
8291
|
-
* @memberof
|
|
8414
|
+
* @type {Cursor}
|
|
8415
|
+
* @memberof CorporationsProjectsContributors
|
|
8292
8416
|
*/
|
|
8293
|
-
|
|
8417
|
+
cursor?: Cursor;
|
|
8294
8418
|
}
|
|
8295
8419
|
/**
|
|
8296
|
-
*
|
|
8420
|
+
*
|
|
8297
8421
|
* @export
|
|
8298
|
-
* @interface
|
|
8422
|
+
* @interface CorporationsProjectsContributorsContributor
|
|
8299
8423
|
*/
|
|
8300
|
-
export interface
|
|
8424
|
+
export interface CorporationsProjectsContributorsContributor {
|
|
8301
8425
|
/**
|
|
8302
|
-
*
|
|
8426
|
+
* Contributor's contributed progress
|
|
8303
8427
|
* @type {number}
|
|
8304
|
-
* @memberof
|
|
8428
|
+
* @memberof CorporationsProjectsContributorsContributor
|
|
8305
8429
|
*/
|
|
8306
|
-
|
|
8430
|
+
contributed: number;
|
|
8307
8431
|
/**
|
|
8308
8432
|
*
|
|
8309
|
-
* @type {
|
|
8310
|
-
* @memberof
|
|
8433
|
+
* @type {number}
|
|
8434
|
+
* @memberof CorporationsProjectsContributorsContributor
|
|
8311
8435
|
*/
|
|
8312
|
-
|
|
8436
|
+
id: number;
|
|
8437
|
+
/**
|
|
8438
|
+
* Contributor's name
|
|
8439
|
+
* @type {string}
|
|
8440
|
+
* @memberof CorporationsProjectsContributorsContributor
|
|
8441
|
+
*/
|
|
8442
|
+
name: string;
|
|
8313
8443
|
}
|
|
8314
8444
|
/**
|
|
8315
8445
|
*
|
|
8316
8446
|
* @export
|
|
8317
|
-
* @interface
|
|
8447
|
+
* @interface CorporationsProjectsDetail
|
|
8318
8448
|
*/
|
|
8319
|
-
export interface
|
|
8320
|
-
/**
|
|
8321
|
-
*
|
|
8322
|
-
* @type {string}
|
|
8323
|
-
* @memberof DogmaEffectsEffectIdGet
|
|
8324
|
-
*/
|
|
8325
|
-
description?: string;
|
|
8326
|
-
/**
|
|
8327
|
-
*
|
|
8328
|
-
* @type {boolean}
|
|
8329
|
-
* @memberof DogmaEffectsEffectIdGet
|
|
8330
|
-
*/
|
|
8331
|
-
disallowAutoRepeat?: boolean;
|
|
8449
|
+
export interface CorporationsProjectsDetail {
|
|
8332
8450
|
/**
|
|
8333
8451
|
*
|
|
8334
|
-
* @type {
|
|
8335
|
-
* @memberof
|
|
8452
|
+
* @type {CorporationsProjectsDetailConfiguration}
|
|
8453
|
+
* @memberof CorporationsProjectsDetail
|
|
8336
8454
|
*/
|
|
8337
|
-
|
|
8455
|
+
_configuration: CorporationsProjectsDetailConfiguration;
|
|
8338
8456
|
/**
|
|
8339
|
-
*
|
|
8340
|
-
* @type {
|
|
8341
|
-
* @memberof
|
|
8457
|
+
* Project's contribution settings
|
|
8458
|
+
* @type {CorporationsProjectsDetailContribution}
|
|
8459
|
+
* @memberof CorporationsProjectsDetail
|
|
8342
8460
|
*/
|
|
8343
|
-
|
|
8461
|
+
contribution?: CorporationsProjectsDetailContribution;
|
|
8344
8462
|
/**
|
|
8345
|
-
*
|
|
8346
|
-
* @type {
|
|
8347
|
-
* @memberof
|
|
8463
|
+
* Project's creator
|
|
8464
|
+
* @type {CorporationsProjectsDetailCreator}
|
|
8465
|
+
* @memberof CorporationsProjectsDetail
|
|
8348
8466
|
*/
|
|
8349
|
-
|
|
8467
|
+
creator: CorporationsProjectsDetailCreator;
|
|
8350
8468
|
/**
|
|
8351
|
-
*
|
|
8352
|
-
* @type {
|
|
8353
|
-
* @memberof
|
|
8469
|
+
* Project's details
|
|
8470
|
+
* @type {CorporationsProjectsDetailDetails}
|
|
8471
|
+
* @memberof CorporationsProjectsDetail
|
|
8354
8472
|
*/
|
|
8355
|
-
|
|
8473
|
+
details: CorporationsProjectsDetailDetails;
|
|
8356
8474
|
/**
|
|
8357
8475
|
*
|
|
8358
|
-
* @type {
|
|
8359
|
-
* @memberof
|
|
8476
|
+
* @type {string}
|
|
8477
|
+
* @memberof CorporationsProjectsDetail
|
|
8360
8478
|
*/
|
|
8361
|
-
|
|
8479
|
+
id: string;
|
|
8362
8480
|
/**
|
|
8363
|
-
*
|
|
8364
|
-
* @type {
|
|
8365
|
-
* @memberof
|
|
8481
|
+
* Moment this project was last modified. Project contributions also count as a modification
|
|
8482
|
+
* @type {string}
|
|
8483
|
+
* @memberof CorporationsProjectsDetail
|
|
8366
8484
|
*/
|
|
8367
|
-
|
|
8485
|
+
lastModified: string;
|
|
8368
8486
|
/**
|
|
8369
|
-
*
|
|
8370
|
-
* @type {
|
|
8371
|
-
* @memberof
|
|
8487
|
+
* Project's name
|
|
8488
|
+
* @type {string}
|
|
8489
|
+
* @memberof CorporationsProjectsDetail
|
|
8372
8490
|
*/
|
|
8373
|
-
|
|
8491
|
+
name: string;
|
|
8374
8492
|
/**
|
|
8375
|
-
*
|
|
8376
|
-
* @type {
|
|
8377
|
-
* @memberof
|
|
8493
|
+
* Project's progress
|
|
8494
|
+
* @type {CorporationsProjectsDetailProgress}
|
|
8495
|
+
* @memberof CorporationsProjectsDetail
|
|
8378
8496
|
*/
|
|
8379
|
-
|
|
8497
|
+
progress: CorporationsProjectsDetailProgress;
|
|
8380
8498
|
/**
|
|
8381
|
-
*
|
|
8382
|
-
* @type {
|
|
8383
|
-
* @memberof
|
|
8499
|
+
* Project's reward
|
|
8500
|
+
* @type {CorporationsProjectsDetailReward}
|
|
8501
|
+
* @memberof CorporationsProjectsDetail
|
|
8384
8502
|
*/
|
|
8385
|
-
|
|
8503
|
+
reward?: CorporationsProjectsDetailReward;
|
|
8386
8504
|
/**
|
|
8387
|
-
*
|
|
8388
|
-
* @type {
|
|
8389
|
-
* @memberof
|
|
8505
|
+
* Project's current state
|
|
8506
|
+
* @type {string}
|
|
8507
|
+
* @memberof CorporationsProjectsDetail
|
|
8390
8508
|
*/
|
|
8391
|
-
|
|
8392
|
-
|
|
8509
|
+
state: CorporationsProjectsDetailStateEnum;
|
|
8510
|
+
}
|
|
8511
|
+
|
|
8512
|
+
/**
|
|
8513
|
+
* @export
|
|
8514
|
+
* @enum {string}
|
|
8515
|
+
*/
|
|
8516
|
+
export enum CorporationsProjectsDetailStateEnum {
|
|
8517
|
+
Unspecified = 'Unspecified',
|
|
8518
|
+
Active = 'Active',
|
|
8519
|
+
Closed = 'Closed',
|
|
8520
|
+
Completed = 'Completed',
|
|
8521
|
+
Expired = 'Expired',
|
|
8522
|
+
Deleted = 'Deleted'
|
|
8523
|
+
}
|
|
8524
|
+
|
|
8525
|
+
/**
|
|
8526
|
+
* @type CorporationsProjectsDetailConfiguration
|
|
8527
|
+
* Project's configuration
|
|
8528
|
+
* @export
|
|
8529
|
+
*/
|
|
8530
|
+
export type CorporationsProjectsDetailConfiguration = CaptureFwComplex | DamageShip | DefendFwComplex | DeliverItem | DestroyNpc | DestroyShip | EarnLoyaltyPoint | LostShip | Manual | ManufactureItem | MineMaterial | RemoteBoostShield | RemoteRepairArmor | SalvageWreck | ScanSignature | ShipInsurance | Unknown;
|
|
8531
|
+
/**
|
|
8532
|
+
*
|
|
8533
|
+
* @export
|
|
8534
|
+
* @interface CorporationsProjectsDetailConfigurationcapturefwcomplex
|
|
8535
|
+
*/
|
|
8536
|
+
export interface CorporationsProjectsDetailConfigurationcapturefwcomplex {
|
|
8537
|
+
/**
|
|
8538
|
+
* Archetype of complex
|
|
8539
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatcherarchetype>}
|
|
8540
|
+
* @memberof CorporationsProjectsDetailConfigurationcapturefwcomplex
|
|
8541
|
+
*/
|
|
8542
|
+
archetypes?: Array<CorporationsProjectsDetailConfigurationmatcherarchetype>;
|
|
8543
|
+
/**
|
|
8544
|
+
* Faction to capture for
|
|
8545
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatcherfaction>}
|
|
8546
|
+
* @memberof CorporationsProjectsDetailConfigurationcapturefwcomplex
|
|
8547
|
+
*/
|
|
8548
|
+
factions?: Array<CorporationsProjectsDetailConfigurationmatcherfaction>;
|
|
8549
|
+
/**
|
|
8550
|
+
* Location of complex
|
|
8551
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8552
|
+
* @memberof CorporationsProjectsDetailConfigurationcapturefwcomplex
|
|
8553
|
+
*/
|
|
8554
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8555
|
+
}
|
|
8556
|
+
/**
|
|
8557
|
+
* @type CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner
|
|
8558
|
+
*
|
|
8559
|
+
* @export
|
|
8560
|
+
*/
|
|
8561
|
+
export type CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner = ConstellationId | RegionId | SolarSystemId;
|
|
8562
|
+
/**
|
|
8563
|
+
*
|
|
8564
|
+
* @export
|
|
8565
|
+
* @interface CorporationsProjectsDetailConfigurationdamageship
|
|
8566
|
+
*/
|
|
8567
|
+
export interface CorporationsProjectsDetailConfigurationdamageship {
|
|
8568
|
+
/**
|
|
8569
|
+
* Identity of capsuleer
|
|
8570
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8571
|
+
* @memberof CorporationsProjectsDetailConfigurationdamageship
|
|
8572
|
+
*/
|
|
8573
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8574
|
+
/**
|
|
8575
|
+
* Location of capsuleer's ship
|
|
8576
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8577
|
+
* @memberof CorporationsProjectsDetailConfigurationdamageship
|
|
8578
|
+
*/
|
|
8579
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8580
|
+
/**
|
|
8581
|
+
* Ship-type of capsuleer's ship
|
|
8582
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8583
|
+
* @memberof CorporationsProjectsDetailConfigurationdamageship
|
|
8584
|
+
*/
|
|
8585
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8586
|
+
}
|
|
8587
|
+
/**
|
|
8588
|
+
* @type CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner
|
|
8589
|
+
*
|
|
8590
|
+
* @export
|
|
8591
|
+
*/
|
|
8592
|
+
export type CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner = AllianceId | CharacterId | CorporationId | FactionId;
|
|
8593
|
+
/**
|
|
8594
|
+
* @type CorporationsProjectsDetailConfigurationdamageshipShipsInner
|
|
8595
|
+
*
|
|
8596
|
+
* @export
|
|
8597
|
+
*/
|
|
8598
|
+
export type CorporationsProjectsDetailConfigurationdamageshipShipsInner = GroupId | TypeId;
|
|
8599
|
+
/**
|
|
8600
|
+
*
|
|
8601
|
+
* @export
|
|
8602
|
+
* @interface CorporationsProjectsDetailConfigurationdefendfwcomplex
|
|
8603
|
+
*/
|
|
8604
|
+
export interface CorporationsProjectsDetailConfigurationdefendfwcomplex {
|
|
8605
|
+
/**
|
|
8606
|
+
* Archetype of complex
|
|
8607
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatcherarchetype>}
|
|
8608
|
+
* @memberof CorporationsProjectsDetailConfigurationdefendfwcomplex
|
|
8609
|
+
*/
|
|
8610
|
+
archetypes?: Array<CorporationsProjectsDetailConfigurationmatcherarchetype>;
|
|
8611
|
+
/**
|
|
8612
|
+
* Faction to defend for
|
|
8613
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatcherfaction>}
|
|
8614
|
+
* @memberof CorporationsProjectsDetailConfigurationdefendfwcomplex
|
|
8615
|
+
*/
|
|
8616
|
+
factions?: Array<CorporationsProjectsDetailConfigurationmatcherfaction>;
|
|
8617
|
+
/**
|
|
8618
|
+
* Location of complex
|
|
8619
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8620
|
+
* @memberof CorporationsProjectsDetailConfigurationdefendfwcomplex
|
|
8621
|
+
*/
|
|
8622
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8623
|
+
}
|
|
8624
|
+
/**
|
|
8625
|
+
*
|
|
8626
|
+
* @export
|
|
8627
|
+
* @interface CorporationsProjectsDetailConfigurationdeliveritem
|
|
8628
|
+
*/
|
|
8629
|
+
export interface CorporationsProjectsDetailConfigurationdeliveritem {
|
|
8630
|
+
/**
|
|
8631
|
+
* Docking location to deliver to
|
|
8632
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner>}
|
|
8633
|
+
* @memberof CorporationsProjectsDetailConfigurationdeliveritem
|
|
8634
|
+
*/
|
|
8635
|
+
dockingLocations?: Array<CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner>;
|
|
8636
|
+
/**
|
|
8637
|
+
* Item to deliver
|
|
8638
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>}
|
|
8639
|
+
* @memberof CorporationsProjectsDetailConfigurationdeliveritem
|
|
8640
|
+
*/
|
|
8641
|
+
items?: Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>;
|
|
8642
|
+
/**
|
|
8643
|
+
*
|
|
8644
|
+
* @type {number}
|
|
8645
|
+
* @memberof CorporationsProjectsDetailConfigurationdeliveritem
|
|
8646
|
+
*/
|
|
8647
|
+
officeId?: number;
|
|
8648
|
+
}
|
|
8649
|
+
/**
|
|
8650
|
+
* @type CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner
|
|
8651
|
+
*
|
|
8652
|
+
* @export
|
|
8653
|
+
*/
|
|
8654
|
+
export type CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner = StationId | StructureId;
|
|
8655
|
+
/**
|
|
8656
|
+
* @type CorporationsProjectsDetailConfigurationdeliveritemItemsInner
|
|
8657
|
+
*
|
|
8658
|
+
* @export
|
|
8659
|
+
*/
|
|
8660
|
+
export type CorporationsProjectsDetailConfigurationdeliveritemItemsInner = GroupId1 | TypeId;
|
|
8661
|
+
/**
|
|
8662
|
+
*
|
|
8663
|
+
* @export
|
|
8664
|
+
* @interface CorporationsProjectsDetailConfigurationdestroynpc
|
|
8665
|
+
*/
|
|
8666
|
+
export interface CorporationsProjectsDetailConfigurationdestroynpc {
|
|
8667
|
+
/**
|
|
8668
|
+
* Location of non-capsuleer
|
|
8669
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8670
|
+
* @memberof CorporationsProjectsDetailConfigurationdestroynpc
|
|
8671
|
+
*/
|
|
8672
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8673
|
+
}
|
|
8674
|
+
/**
|
|
8675
|
+
*
|
|
8676
|
+
* @export
|
|
8677
|
+
* @interface CorporationsProjectsDetailConfigurationdestroyship
|
|
8678
|
+
*/
|
|
8679
|
+
export interface CorporationsProjectsDetailConfigurationdestroyship {
|
|
8680
|
+
/**
|
|
8681
|
+
* Identity of capsuleer
|
|
8682
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8683
|
+
* @memberof CorporationsProjectsDetailConfigurationdestroyship
|
|
8684
|
+
*/
|
|
8685
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8686
|
+
/**
|
|
8687
|
+
* Location of capsuleer's ship
|
|
8688
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8689
|
+
* @memberof CorporationsProjectsDetailConfigurationdestroyship
|
|
8690
|
+
*/
|
|
8691
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8692
|
+
/**
|
|
8693
|
+
* Ship-type of capsuleer's ship
|
|
8694
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8695
|
+
* @memberof CorporationsProjectsDetailConfigurationdestroyship
|
|
8696
|
+
*/
|
|
8697
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8698
|
+
}
|
|
8699
|
+
/**
|
|
8700
|
+
*
|
|
8701
|
+
* @export
|
|
8702
|
+
* @interface CorporationsProjectsDetailConfigurationearnloyaltypoints
|
|
8703
|
+
*/
|
|
8704
|
+
export interface CorporationsProjectsDetailConfigurationearnloyaltypoints {
|
|
8705
|
+
/**
|
|
8706
|
+
* Corporation issuing loyalty points
|
|
8707
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatchercorporation>}
|
|
8708
|
+
* @memberof CorporationsProjectsDetailConfigurationearnloyaltypoints
|
|
8709
|
+
*/
|
|
8710
|
+
corporations?: Array<CorporationsProjectsDetailConfigurationmatchercorporation>;
|
|
8711
|
+
}
|
|
8712
|
+
/**
|
|
8713
|
+
*
|
|
8714
|
+
* @export
|
|
8715
|
+
* @interface CorporationsProjectsDetailConfigurationlostship
|
|
8716
|
+
*/
|
|
8717
|
+
export interface CorporationsProjectsDetailConfigurationlostship {
|
|
8718
|
+
/**
|
|
8719
|
+
* Identity of killer
|
|
8720
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8721
|
+
* @memberof CorporationsProjectsDetailConfigurationlostship
|
|
8722
|
+
*/
|
|
8723
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8724
|
+
/**
|
|
8725
|
+
* Location of lost ship
|
|
8726
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8727
|
+
* @memberof CorporationsProjectsDetailConfigurationlostship
|
|
8728
|
+
*/
|
|
8729
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8730
|
+
/**
|
|
8731
|
+
* Ship-type of lost ship
|
|
8732
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8733
|
+
* @memberof CorporationsProjectsDetailConfigurationlostship
|
|
8734
|
+
*/
|
|
8735
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8736
|
+
}
|
|
8737
|
+
/**
|
|
8738
|
+
*
|
|
8739
|
+
* @export
|
|
8740
|
+
* @interface CorporationsProjectsDetailConfigurationmanufactureitem
|
|
8741
|
+
*/
|
|
8742
|
+
export interface CorporationsProjectsDetailConfigurationmanufactureitem {
|
|
8743
|
+
/**
|
|
8744
|
+
* Station / structure to manufacture in
|
|
8745
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner>}
|
|
8746
|
+
* @memberof CorporationsProjectsDetailConfigurationmanufactureitem
|
|
8747
|
+
*/
|
|
8748
|
+
dockingLocations?: Array<CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner>;
|
|
8749
|
+
/**
|
|
8750
|
+
* Item to manufacture
|
|
8751
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>}
|
|
8752
|
+
* @memberof CorporationsProjectsDetailConfigurationmanufactureitem
|
|
8753
|
+
*/
|
|
8754
|
+
items?: Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>;
|
|
8755
|
+
/**
|
|
8756
|
+
* Manufacture for
|
|
8757
|
+
* @type {string}
|
|
8758
|
+
* @memberof CorporationsProjectsDetailConfigurationmanufactureitem
|
|
8759
|
+
*/
|
|
8760
|
+
owner: CorporationsProjectsDetailConfigurationmanufactureitemOwnerEnum;
|
|
8761
|
+
}
|
|
8762
|
+
|
|
8763
|
+
/**
|
|
8764
|
+
* @export
|
|
8765
|
+
* @enum {string}
|
|
8766
|
+
*/
|
|
8767
|
+
export enum CorporationsProjectsDetailConfigurationmanufactureitemOwnerEnum {
|
|
8768
|
+
Any = 'Any',
|
|
8769
|
+
Corporation = 'Corporation',
|
|
8770
|
+
Character = 'Character'
|
|
8771
|
+
}
|
|
8772
|
+
|
|
8773
|
+
/**
|
|
8774
|
+
*
|
|
8775
|
+
* @export
|
|
8776
|
+
* @interface CorporationsProjectsDetailConfigurationmatcherarchetype
|
|
8777
|
+
*/
|
|
8778
|
+
export interface CorporationsProjectsDetailConfigurationmatcherarchetype {
|
|
8779
|
+
/**
|
|
8780
|
+
*
|
|
8781
|
+
* @type {number}
|
|
8782
|
+
* @memberof CorporationsProjectsDetailConfigurationmatcherarchetype
|
|
8783
|
+
*/
|
|
8784
|
+
archetypeId?: number;
|
|
8785
|
+
}
|
|
8786
|
+
/**
|
|
8787
|
+
*
|
|
8788
|
+
* @export
|
|
8789
|
+
* @interface CorporationsProjectsDetailConfigurationmatchercorporation
|
|
8790
|
+
*/
|
|
8791
|
+
export interface CorporationsProjectsDetailConfigurationmatchercorporation {
|
|
8792
|
+
/**
|
|
8793
|
+
*
|
|
8794
|
+
* @type {number}
|
|
8795
|
+
* @memberof CorporationsProjectsDetailConfigurationmatchercorporation
|
|
8796
|
+
*/
|
|
8797
|
+
corporationId?: number;
|
|
8798
|
+
}
|
|
8799
|
+
/**
|
|
8800
|
+
*
|
|
8801
|
+
* @export
|
|
8802
|
+
* @interface CorporationsProjectsDetailConfigurationmatcherfaction
|
|
8803
|
+
*/
|
|
8804
|
+
export interface CorporationsProjectsDetailConfigurationmatcherfaction {
|
|
8805
|
+
/**
|
|
8806
|
+
*
|
|
8807
|
+
* @type {number}
|
|
8808
|
+
* @memberof CorporationsProjectsDetailConfigurationmatcherfaction
|
|
8809
|
+
*/
|
|
8810
|
+
factionId?: number;
|
|
8811
|
+
}
|
|
8812
|
+
/**
|
|
8813
|
+
*
|
|
8814
|
+
* @export
|
|
8815
|
+
* @interface CorporationsProjectsDetailConfigurationmatchersignature
|
|
8816
|
+
*/
|
|
8817
|
+
export interface CorporationsProjectsDetailConfigurationmatchersignature {
|
|
8818
|
+
/**
|
|
8819
|
+
*
|
|
8820
|
+
* @type {number}
|
|
8821
|
+
* @memberof CorporationsProjectsDetailConfigurationmatchersignature
|
|
8822
|
+
*/
|
|
8823
|
+
signatureTypeId?: number;
|
|
8824
|
+
}
|
|
8825
|
+
/**
|
|
8826
|
+
*
|
|
8827
|
+
* @export
|
|
8828
|
+
* @interface CorporationsProjectsDetailConfigurationminematerial
|
|
8829
|
+
*/
|
|
8830
|
+
export interface CorporationsProjectsDetailConfigurationminematerial {
|
|
8831
|
+
/**
|
|
8832
|
+
* Location to mine
|
|
8833
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8834
|
+
* @memberof CorporationsProjectsDetailConfigurationminematerial
|
|
8835
|
+
*/
|
|
8836
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8837
|
+
/**
|
|
8838
|
+
* Materials to mine
|
|
8839
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>}
|
|
8840
|
+
* @memberof CorporationsProjectsDetailConfigurationminematerial
|
|
8841
|
+
*/
|
|
8842
|
+
materials?: Array<CorporationsProjectsDetailConfigurationdeliveritemItemsInner>;
|
|
8843
|
+
}
|
|
8844
|
+
/**
|
|
8845
|
+
*
|
|
8846
|
+
* @export
|
|
8847
|
+
* @interface CorporationsProjectsDetailConfigurationremoteboostshield
|
|
8848
|
+
*/
|
|
8849
|
+
export interface CorporationsProjectsDetailConfigurationremoteboostshield {
|
|
8850
|
+
/**
|
|
8851
|
+
* Identity of capsuleer to boost
|
|
8852
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8853
|
+
* @memberof CorporationsProjectsDetailConfigurationremoteboostshield
|
|
8854
|
+
*/
|
|
8855
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8856
|
+
/**
|
|
8857
|
+
* Location of capsuleer's ship to boost
|
|
8858
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8859
|
+
* @memberof CorporationsProjectsDetailConfigurationremoteboostshield
|
|
8860
|
+
*/
|
|
8861
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8862
|
+
/**
|
|
8863
|
+
* Ship-type of capsuleer's ship to boost
|
|
8864
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8865
|
+
* @memberof CorporationsProjectsDetailConfigurationremoteboostshield
|
|
8866
|
+
*/
|
|
8867
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8868
|
+
}
|
|
8869
|
+
/**
|
|
8870
|
+
*
|
|
8871
|
+
* @export
|
|
8872
|
+
* @interface CorporationsProjectsDetailConfigurationremoterepairarmor
|
|
8873
|
+
*/
|
|
8874
|
+
export interface CorporationsProjectsDetailConfigurationremoterepairarmor {
|
|
8875
|
+
/**
|
|
8876
|
+
* Identity of capsuleer to repair
|
|
8877
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8878
|
+
* @memberof CorporationsProjectsDetailConfigurationremoterepairarmor
|
|
8879
|
+
*/
|
|
8880
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8881
|
+
/**
|
|
8882
|
+
* Location of capsuleer's ship to repair
|
|
8883
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8884
|
+
* @memberof CorporationsProjectsDetailConfigurationremoterepairarmor
|
|
8885
|
+
*/
|
|
8886
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8887
|
+
/**
|
|
8888
|
+
* Ship-type of capsuleer's ship to repair
|
|
8889
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8890
|
+
* @memberof CorporationsProjectsDetailConfigurationremoterepairarmor
|
|
8891
|
+
*/
|
|
8892
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8893
|
+
}
|
|
8894
|
+
/**
|
|
8895
|
+
*
|
|
8896
|
+
* @export
|
|
8897
|
+
* @interface CorporationsProjectsDetailConfigurationsalvagewreck
|
|
8898
|
+
*/
|
|
8899
|
+
export interface CorporationsProjectsDetailConfigurationsalvagewreck {
|
|
8900
|
+
/**
|
|
8901
|
+
* Location of wreck
|
|
8902
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8903
|
+
* @memberof CorporationsProjectsDetailConfigurationsalvagewreck
|
|
8904
|
+
*/
|
|
8905
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8906
|
+
}
|
|
8907
|
+
/**
|
|
8908
|
+
*
|
|
8909
|
+
* @export
|
|
8910
|
+
* @interface CorporationsProjectsDetailConfigurationscansignature
|
|
8911
|
+
*/
|
|
8912
|
+
export interface CorporationsProjectsDetailConfigurationscansignature {
|
|
8913
|
+
/**
|
|
8914
|
+
* Locations of signatures
|
|
8915
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8916
|
+
* @memberof CorporationsProjectsDetailConfigurationscansignature
|
|
8917
|
+
*/
|
|
8918
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8919
|
+
/**
|
|
8920
|
+
* Signatures to scan
|
|
8921
|
+
* @type {Array<CorporationsProjectsDetailConfigurationmatchersignature>}
|
|
8922
|
+
* @memberof CorporationsProjectsDetailConfigurationscansignature
|
|
8923
|
+
*/
|
|
8924
|
+
signatures?: Array<CorporationsProjectsDetailConfigurationmatchersignature>;
|
|
8925
|
+
}
|
|
8926
|
+
/**
|
|
8927
|
+
*
|
|
8928
|
+
* @export
|
|
8929
|
+
* @interface CorporationsProjectsDetailConfigurationshipinsurance
|
|
8930
|
+
*/
|
|
8931
|
+
export interface CorporationsProjectsDetailConfigurationshipinsurance {
|
|
8932
|
+
/**
|
|
8933
|
+
* Conflict type
|
|
8934
|
+
* @type {string}
|
|
8935
|
+
* @memberof CorporationsProjectsDetailConfigurationshipinsurance
|
|
8936
|
+
*/
|
|
8937
|
+
conflictType: CorporationsProjectsDetailConfigurationshipinsuranceConflictTypeEnum;
|
|
8938
|
+
/**
|
|
8939
|
+
* Identity of killer
|
|
8940
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>}
|
|
8941
|
+
* @memberof CorporationsProjectsDetailConfigurationshipinsurance
|
|
8942
|
+
*/
|
|
8943
|
+
identities?: Array<CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner>;
|
|
8944
|
+
/**
|
|
8945
|
+
* Location of lost ship
|
|
8946
|
+
* @type {Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>}
|
|
8947
|
+
* @memberof CorporationsProjectsDetailConfigurationshipinsurance
|
|
8948
|
+
*/
|
|
8949
|
+
locations?: Array<CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner>;
|
|
8950
|
+
/**
|
|
8951
|
+
* Reimburse implants
|
|
8952
|
+
* @type {boolean}
|
|
8953
|
+
* @memberof CorporationsProjectsDetailConfigurationshipinsurance
|
|
8954
|
+
*/
|
|
8955
|
+
reimburseImplants: boolean;
|
|
8956
|
+
/**
|
|
8957
|
+
* Ship-type of lost ship
|
|
8958
|
+
* @type {Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>}
|
|
8959
|
+
* @memberof CorporationsProjectsDetailConfigurationshipinsurance
|
|
8960
|
+
*/
|
|
8961
|
+
ships?: Array<CorporationsProjectsDetailConfigurationdamageshipShipsInner>;
|
|
8962
|
+
}
|
|
8963
|
+
|
|
8964
|
+
/**
|
|
8965
|
+
* @export
|
|
8966
|
+
* @enum {string}
|
|
8967
|
+
*/
|
|
8968
|
+
export enum CorporationsProjectsDetailConfigurationshipinsuranceConflictTypeEnum {
|
|
8969
|
+
Any = 'Any',
|
|
8970
|
+
Pvp = 'Pvp',
|
|
8971
|
+
Pve = 'Pve'
|
|
8972
|
+
}
|
|
8973
|
+
|
|
8974
|
+
/**
|
|
8975
|
+
*
|
|
8976
|
+
* @export
|
|
8977
|
+
* @interface CorporationsProjectsDetailConfigurationunknown
|
|
8978
|
+
*/
|
|
8979
|
+
export interface CorporationsProjectsDetailConfigurationunknown {
|
|
8980
|
+
/**
|
|
8981
|
+
*
|
|
8982
|
+
* @type {any}
|
|
8983
|
+
* @memberof CorporationsProjectsDetailConfigurationunknown
|
|
8984
|
+
*/
|
|
8985
|
+
data: any | null;
|
|
8986
|
+
/**
|
|
8987
|
+
* Configuration type
|
|
8988
|
+
* @type {string}
|
|
8989
|
+
* @memberof CorporationsProjectsDetailConfigurationunknown
|
|
8990
|
+
*/
|
|
8991
|
+
type: string;
|
|
8992
|
+
}
|
|
8993
|
+
/**
|
|
8994
|
+
*
|
|
8995
|
+
* @export
|
|
8996
|
+
* @interface CorporationsProjectsDetailContribution
|
|
8997
|
+
*/
|
|
8998
|
+
export interface CorporationsProjectsDetailContribution {
|
|
8999
|
+
/**
|
|
9000
|
+
* Limit on the contribution of the individual participant
|
|
9001
|
+
* @type {number}
|
|
9002
|
+
* @memberof CorporationsProjectsDetailContribution
|
|
9003
|
+
*/
|
|
9004
|
+
participationLimit?: number;
|
|
9005
|
+
/**
|
|
9006
|
+
* ISK reward per contribution
|
|
9007
|
+
* @type {number}
|
|
9008
|
+
* @memberof CorporationsProjectsDetailContribution
|
|
9009
|
+
*/
|
|
9010
|
+
rewardPerContribution?: number;
|
|
9011
|
+
/**
|
|
9012
|
+
* Limit on amount of contribution per submission
|
|
9013
|
+
* @type {number}
|
|
9014
|
+
* @memberof CorporationsProjectsDetailContribution
|
|
9015
|
+
*/
|
|
9016
|
+
submissionLimit?: number;
|
|
9017
|
+
/**
|
|
9018
|
+
* Multiplier towards progress per contribution
|
|
9019
|
+
* @type {number}
|
|
9020
|
+
* @memberof CorporationsProjectsDetailContribution
|
|
9021
|
+
*/
|
|
9022
|
+
submissionMultiplier?: number;
|
|
9023
|
+
}
|
|
9024
|
+
/**
|
|
9025
|
+
*
|
|
9026
|
+
* @export
|
|
9027
|
+
* @interface CorporationsProjectsDetailCreator
|
|
9028
|
+
*/
|
|
9029
|
+
export interface CorporationsProjectsDetailCreator {
|
|
9030
|
+
/**
|
|
9031
|
+
*
|
|
9032
|
+
* @type {number}
|
|
9033
|
+
* @memberof CorporationsProjectsDetailCreator
|
|
9034
|
+
*/
|
|
9035
|
+
id: number;
|
|
9036
|
+
/**
|
|
9037
|
+
* Creator's name
|
|
9038
|
+
* @type {string}
|
|
9039
|
+
* @memberof CorporationsProjectsDetailCreator
|
|
9040
|
+
*/
|
|
9041
|
+
name: string;
|
|
9042
|
+
}
|
|
9043
|
+
/**
|
|
9044
|
+
*
|
|
9045
|
+
* @export
|
|
9046
|
+
* @interface CorporationsProjectsDetailDetails
|
|
9047
|
+
*/
|
|
9048
|
+
export interface CorporationsProjectsDetailDetails {
|
|
9049
|
+
/**
|
|
9050
|
+
* Assigned career path
|
|
9051
|
+
* @type {string}
|
|
9052
|
+
* @memberof CorporationsProjectsDetailDetails
|
|
9053
|
+
*/
|
|
9054
|
+
career: CorporationsProjectsDetailDetailsCareerEnum;
|
|
9055
|
+
/**
|
|
9056
|
+
* Moment this project was created
|
|
9057
|
+
* @type {string}
|
|
9058
|
+
* @memberof CorporationsProjectsDetailDetails
|
|
9059
|
+
*/
|
|
9060
|
+
created: string;
|
|
9061
|
+
/**
|
|
9062
|
+
* Description
|
|
9063
|
+
* @type {string}
|
|
9064
|
+
* @memberof CorporationsProjectsDetailDetails
|
|
9065
|
+
*/
|
|
9066
|
+
description: string;
|
|
9067
|
+
/**
|
|
9068
|
+
* Moment this project expires
|
|
9069
|
+
* @type {string}
|
|
9070
|
+
* @memberof CorporationsProjectsDetailDetails
|
|
9071
|
+
*/
|
|
9072
|
+
expires?: string;
|
|
9073
|
+
/**
|
|
9074
|
+
* Moment this project transitioned to a non-active state.
|
|
9075
|
+
* @type {string}
|
|
9076
|
+
* @memberof CorporationsProjectsDetailDetails
|
|
9077
|
+
*/
|
|
9078
|
+
finished?: string;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
/**
|
|
9082
|
+
* @export
|
|
9083
|
+
* @enum {string}
|
|
9084
|
+
*/
|
|
9085
|
+
export enum CorporationsProjectsDetailDetailsCareerEnum {
|
|
9086
|
+
Unspecified = 'Unspecified',
|
|
9087
|
+
Explorer = 'Explorer',
|
|
9088
|
+
Industrialist = 'Industrialist',
|
|
9089
|
+
Enforcer = 'Enforcer',
|
|
9090
|
+
SoldierOfFortune = 'Soldier of Fortune'
|
|
9091
|
+
}
|
|
9092
|
+
|
|
9093
|
+
/**
|
|
9094
|
+
*
|
|
9095
|
+
* @export
|
|
9096
|
+
* @interface CorporationsProjectsDetailProgress
|
|
9097
|
+
*/
|
|
9098
|
+
export interface CorporationsProjectsDetailProgress {
|
|
9099
|
+
/**
|
|
9100
|
+
* Current progress
|
|
9101
|
+
* @type {number}
|
|
9102
|
+
* @memberof CorporationsProjectsDetailProgress
|
|
9103
|
+
*/
|
|
9104
|
+
current: number;
|
|
9105
|
+
/**
|
|
9106
|
+
* Desired progress
|
|
9107
|
+
* @type {number}
|
|
9108
|
+
* @memberof CorporationsProjectsDetailProgress
|
|
9109
|
+
*/
|
|
9110
|
+
desired: number;
|
|
9111
|
+
}
|
|
9112
|
+
/**
|
|
9113
|
+
*
|
|
9114
|
+
* @export
|
|
9115
|
+
* @interface CorporationsProjectsDetailProject
|
|
9116
|
+
*/
|
|
9117
|
+
export interface CorporationsProjectsDetailProject {
|
|
9118
|
+
/**
|
|
9119
|
+
*
|
|
9120
|
+
* @type {string}
|
|
9121
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9122
|
+
*/
|
|
9123
|
+
id: string;
|
|
9124
|
+
/**
|
|
9125
|
+
* Moment this project was last modified. Project contributions also count as a modification
|
|
9126
|
+
* @type {string}
|
|
9127
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9128
|
+
*/
|
|
9129
|
+
lastModified: string;
|
|
9130
|
+
/**
|
|
9131
|
+
* Project's name
|
|
9132
|
+
* @type {string}
|
|
9133
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9134
|
+
*/
|
|
9135
|
+
name: string;
|
|
9136
|
+
/**
|
|
9137
|
+
* Project's progress
|
|
9138
|
+
* @type {CorporationsProjectsDetailProgress}
|
|
9139
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9140
|
+
*/
|
|
9141
|
+
progress: CorporationsProjectsDetailProgress;
|
|
9142
|
+
/**
|
|
9143
|
+
* Project's reward
|
|
9144
|
+
* @type {CorporationsProjectsDetailReward}
|
|
9145
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9146
|
+
*/
|
|
9147
|
+
reward?: CorporationsProjectsDetailReward;
|
|
9148
|
+
/**
|
|
9149
|
+
* Project's current state
|
|
9150
|
+
* @type {string}
|
|
9151
|
+
* @memberof CorporationsProjectsDetailProject
|
|
9152
|
+
*/
|
|
9153
|
+
state: CorporationsProjectsDetailProjectStateEnum;
|
|
9154
|
+
}
|
|
9155
|
+
|
|
9156
|
+
/**
|
|
9157
|
+
* @export
|
|
9158
|
+
* @enum {string}
|
|
9159
|
+
*/
|
|
9160
|
+
export enum CorporationsProjectsDetailProjectStateEnum {
|
|
9161
|
+
Unspecified = 'Unspecified',
|
|
9162
|
+
Active = 'Active',
|
|
9163
|
+
Closed = 'Closed',
|
|
9164
|
+
Completed = 'Completed',
|
|
9165
|
+
Expired = 'Expired',
|
|
9166
|
+
Deleted = 'Deleted'
|
|
9167
|
+
}
|
|
9168
|
+
|
|
9169
|
+
/**
|
|
9170
|
+
*
|
|
9171
|
+
* @export
|
|
9172
|
+
* @interface CorporationsProjectsDetailReward
|
|
9173
|
+
*/
|
|
9174
|
+
export interface CorporationsProjectsDetailReward {
|
|
9175
|
+
/**
|
|
9176
|
+
* Original amount of ISK that was reserved for this project
|
|
9177
|
+
* @type {number}
|
|
9178
|
+
* @memberof CorporationsProjectsDetailReward
|
|
9179
|
+
*/
|
|
9180
|
+
initial: number;
|
|
9181
|
+
/**
|
|
9182
|
+
* Remaining ISK to be awarded
|
|
9183
|
+
* @type {number}
|
|
9184
|
+
* @memberof CorporationsProjectsDetailReward
|
|
9185
|
+
*/
|
|
9186
|
+
remaining: number;
|
|
9187
|
+
}
|
|
9188
|
+
/**
|
|
9189
|
+
*
|
|
9190
|
+
* @export
|
|
9191
|
+
* @interface CorporationsProjectsListing
|
|
9192
|
+
*/
|
|
9193
|
+
export interface CorporationsProjectsListing {
|
|
9194
|
+
/**
|
|
9195
|
+
*
|
|
9196
|
+
* @type {Cursor}
|
|
9197
|
+
* @memberof CorporationsProjectsListing
|
|
9198
|
+
*/
|
|
9199
|
+
cursor?: Cursor;
|
|
9200
|
+
/**
|
|
9201
|
+
* List of projects
|
|
9202
|
+
* @type {Array<CorporationsProjectsDetailProject>}
|
|
9203
|
+
* @memberof CorporationsProjectsListing
|
|
9204
|
+
*/
|
|
9205
|
+
projects: Array<CorporationsProjectsDetailProject>;
|
|
9206
|
+
}
|
|
9207
|
+
/**
|
|
9208
|
+
*
|
|
9209
|
+
* @export
|
|
9210
|
+
* @interface Cursor
|
|
9211
|
+
*/
|
|
9212
|
+
export interface Cursor {
|
|
9213
|
+
/**
|
|
9214
|
+
* Cursor to use as 'after' in your next request, to continue walking forwards in time.
|
|
9215
|
+
* @type {string}
|
|
9216
|
+
* @memberof Cursor
|
|
9217
|
+
*/
|
|
9218
|
+
after?: string;
|
|
9219
|
+
/**
|
|
9220
|
+
* Cursor to use as 'before' in your next request, to continue walking backwards in time.
|
|
9221
|
+
* @type {string}
|
|
9222
|
+
* @memberof Cursor
|
|
9223
|
+
*/
|
|
9224
|
+
before?: string;
|
|
9225
|
+
}
|
|
9226
|
+
/**
|
|
9227
|
+
*
|
|
9228
|
+
* @export
|
|
9229
|
+
* @interface DamageShip
|
|
9230
|
+
*/
|
|
9231
|
+
export interface DamageShip {
|
|
9232
|
+
/**
|
|
9233
|
+
* Damage ship
|
|
9234
|
+
* @type {CorporationsProjectsDetailConfigurationdamageship}
|
|
9235
|
+
* @memberof DamageShip
|
|
9236
|
+
*/
|
|
9237
|
+
damageShip?: CorporationsProjectsDetailConfigurationdamageship;
|
|
9238
|
+
}
|
|
9239
|
+
/**
|
|
9240
|
+
*
|
|
9241
|
+
* @export
|
|
9242
|
+
* @interface DefendFwComplex
|
|
9243
|
+
*/
|
|
9244
|
+
export interface DefendFwComplex {
|
|
9245
|
+
/**
|
|
9246
|
+
* Defend factional warfare complex
|
|
9247
|
+
* @type {CorporationsProjectsDetailConfigurationdefendfwcomplex}
|
|
9248
|
+
* @memberof DefendFwComplex
|
|
9249
|
+
*/
|
|
9250
|
+
defendFwComplex?: CorporationsProjectsDetailConfigurationdefendfwcomplex;
|
|
9251
|
+
}
|
|
9252
|
+
/**
|
|
9253
|
+
*
|
|
9254
|
+
* @export
|
|
9255
|
+
* @interface DeliverItem
|
|
9256
|
+
*/
|
|
9257
|
+
export interface DeliverItem {
|
|
9258
|
+
/**
|
|
9259
|
+
* Deliver item
|
|
9260
|
+
* @type {CorporationsProjectsDetailConfigurationdeliveritem}
|
|
9261
|
+
* @memberof DeliverItem
|
|
9262
|
+
*/
|
|
9263
|
+
deliverItem?: CorporationsProjectsDetailConfigurationdeliveritem;
|
|
9264
|
+
}
|
|
9265
|
+
/**
|
|
9266
|
+
*
|
|
9267
|
+
* @export
|
|
9268
|
+
* @interface DestroyNpc
|
|
9269
|
+
*/
|
|
9270
|
+
export interface DestroyNpc {
|
|
9271
|
+
/**
|
|
9272
|
+
* Destroy NPC
|
|
9273
|
+
* @type {CorporationsProjectsDetailConfigurationdestroynpc}
|
|
9274
|
+
* @memberof DestroyNpc
|
|
9275
|
+
*/
|
|
9276
|
+
destroyNpc?: CorporationsProjectsDetailConfigurationdestroynpc;
|
|
9277
|
+
}
|
|
9278
|
+
/**
|
|
9279
|
+
*
|
|
9280
|
+
* @export
|
|
9281
|
+
* @interface DestroyShip
|
|
9282
|
+
*/
|
|
9283
|
+
export interface DestroyShip {
|
|
9284
|
+
/**
|
|
9285
|
+
* Destroy ship
|
|
9286
|
+
* @type {CorporationsProjectsDetailConfigurationdestroyship}
|
|
9287
|
+
* @memberof DestroyShip
|
|
9288
|
+
*/
|
|
9289
|
+
destroyShip?: CorporationsProjectsDetailConfigurationdestroyship;
|
|
9290
|
+
}
|
|
9291
|
+
/**
|
|
9292
|
+
*
|
|
9293
|
+
* @export
|
|
9294
|
+
* @interface DogmaAttributesAttributeIdGet
|
|
9295
|
+
*/
|
|
9296
|
+
export interface DogmaAttributesAttributeIdGet {
|
|
9297
|
+
/**
|
|
9298
|
+
*
|
|
9299
|
+
* @type {number}
|
|
9300
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9301
|
+
*/
|
|
9302
|
+
attributeId: number;
|
|
9303
|
+
/**
|
|
9304
|
+
*
|
|
9305
|
+
* @type {number}
|
|
9306
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9307
|
+
*/
|
|
9308
|
+
defaultValue?: number;
|
|
9309
|
+
/**
|
|
9310
|
+
*
|
|
9311
|
+
* @type {string}
|
|
9312
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9313
|
+
*/
|
|
9314
|
+
description?: string;
|
|
9315
|
+
/**
|
|
9316
|
+
*
|
|
9317
|
+
* @type {string}
|
|
9318
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9319
|
+
*/
|
|
9320
|
+
displayName?: string;
|
|
9321
|
+
/**
|
|
9322
|
+
*
|
|
9323
|
+
* @type {boolean}
|
|
9324
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9325
|
+
*/
|
|
9326
|
+
highIsGood?: boolean;
|
|
9327
|
+
/**
|
|
9328
|
+
*
|
|
9329
|
+
* @type {number}
|
|
9330
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9331
|
+
*/
|
|
9332
|
+
iconId?: number;
|
|
9333
|
+
/**
|
|
9334
|
+
*
|
|
9335
|
+
* @type {string}
|
|
9336
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9337
|
+
*/
|
|
9338
|
+
name?: string;
|
|
9339
|
+
/**
|
|
9340
|
+
*
|
|
9341
|
+
* @type {boolean}
|
|
9342
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9343
|
+
*/
|
|
9344
|
+
published?: boolean;
|
|
9345
|
+
/**
|
|
9346
|
+
*
|
|
9347
|
+
* @type {boolean}
|
|
9348
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9349
|
+
*/
|
|
9350
|
+
stackable?: boolean;
|
|
9351
|
+
/**
|
|
9352
|
+
*
|
|
9353
|
+
* @type {number}
|
|
9354
|
+
* @memberof DogmaAttributesAttributeIdGet
|
|
9355
|
+
*/
|
|
9356
|
+
unitId?: number;
|
|
9357
|
+
}
|
|
9358
|
+
/**
|
|
9359
|
+
*
|
|
9360
|
+
* @export
|
|
9361
|
+
* @interface DogmaDynamicItemsTypeIdItemIdGet
|
|
9362
|
+
*/
|
|
9363
|
+
export interface DogmaDynamicItemsTypeIdItemIdGet {
|
|
9364
|
+
/**
|
|
9365
|
+
* The ID of the character who created the item
|
|
9366
|
+
* @type {number}
|
|
9367
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
9368
|
+
*/
|
|
9369
|
+
createdBy: number;
|
|
9370
|
+
/**
|
|
9371
|
+
*
|
|
9372
|
+
* @type {Array<DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner>}
|
|
9373
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
9374
|
+
*/
|
|
9375
|
+
dogmaAttributes: Array<DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner>;
|
|
9376
|
+
/**
|
|
9377
|
+
*
|
|
9378
|
+
* @type {Array<DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner>}
|
|
9379
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
9380
|
+
*/
|
|
9381
|
+
dogmaEffects: Array<DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner>;
|
|
9382
|
+
/**
|
|
9383
|
+
* The type ID of the mutator used to generate the dynamic item.
|
|
9384
|
+
* @type {number}
|
|
9385
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
9386
|
+
*/
|
|
9387
|
+
mutatorTypeId: number;
|
|
9388
|
+
/**
|
|
9389
|
+
* The type ID of the source item the mutator was applied to create the dynamic item.
|
|
9390
|
+
* @type {number}
|
|
9391
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGet
|
|
9392
|
+
*/
|
|
9393
|
+
sourceTypeId: number;
|
|
9394
|
+
}
|
|
9395
|
+
/**
|
|
9396
|
+
* dogma_attribute object
|
|
9397
|
+
* @export
|
|
9398
|
+
* @interface DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner
|
|
9399
|
+
*/
|
|
9400
|
+
export interface DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner {
|
|
9401
|
+
/**
|
|
9402
|
+
*
|
|
9403
|
+
* @type {number}
|
|
9404
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner
|
|
9405
|
+
*/
|
|
9406
|
+
attributeId: number;
|
|
9407
|
+
/**
|
|
9408
|
+
*
|
|
9409
|
+
* @type {number}
|
|
9410
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner
|
|
9411
|
+
*/
|
|
9412
|
+
value: number;
|
|
9413
|
+
}
|
|
9414
|
+
/**
|
|
9415
|
+
* dogma_effect object
|
|
9416
|
+
* @export
|
|
9417
|
+
* @interface DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner
|
|
9418
|
+
*/
|
|
9419
|
+
export interface DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner {
|
|
9420
|
+
/**
|
|
9421
|
+
*
|
|
9422
|
+
* @type {number}
|
|
9423
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner
|
|
9424
|
+
*/
|
|
9425
|
+
effectId: number;
|
|
9426
|
+
/**
|
|
9427
|
+
*
|
|
9428
|
+
* @type {boolean}
|
|
9429
|
+
* @memberof DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner
|
|
9430
|
+
*/
|
|
9431
|
+
isDefault: boolean;
|
|
9432
|
+
}
|
|
9433
|
+
/**
|
|
9434
|
+
*
|
|
9435
|
+
* @export
|
|
9436
|
+
* @interface DogmaEffectsEffectIdGet
|
|
9437
|
+
*/
|
|
9438
|
+
export interface DogmaEffectsEffectIdGet {
|
|
9439
|
+
/**
|
|
9440
|
+
*
|
|
9441
|
+
* @type {string}
|
|
9442
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9443
|
+
*/
|
|
9444
|
+
description?: string;
|
|
9445
|
+
/**
|
|
9446
|
+
*
|
|
9447
|
+
* @type {boolean}
|
|
9448
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9449
|
+
*/
|
|
9450
|
+
disallowAutoRepeat?: boolean;
|
|
9451
|
+
/**
|
|
9452
|
+
*
|
|
9453
|
+
* @type {number}
|
|
9454
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9455
|
+
*/
|
|
9456
|
+
dischargeAttributeId?: number;
|
|
9457
|
+
/**
|
|
9458
|
+
*
|
|
9459
|
+
* @type {string}
|
|
9460
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9461
|
+
*/
|
|
9462
|
+
displayName?: string;
|
|
9463
|
+
/**
|
|
9464
|
+
*
|
|
9465
|
+
* @type {number}
|
|
9466
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9467
|
+
*/
|
|
9468
|
+
durationAttributeId?: number;
|
|
9469
|
+
/**
|
|
9470
|
+
*
|
|
9471
|
+
* @type {number}
|
|
9472
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9473
|
+
*/
|
|
9474
|
+
effectCategory?: number;
|
|
9475
|
+
/**
|
|
9476
|
+
*
|
|
9477
|
+
* @type {number}
|
|
9478
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9479
|
+
*/
|
|
9480
|
+
effectId: number;
|
|
9481
|
+
/**
|
|
9482
|
+
*
|
|
9483
|
+
* @type {boolean}
|
|
9484
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9485
|
+
*/
|
|
9486
|
+
electronicChance?: boolean;
|
|
9487
|
+
/**
|
|
9488
|
+
*
|
|
9489
|
+
* @type {number}
|
|
9490
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9491
|
+
*/
|
|
9492
|
+
falloffAttributeId?: number;
|
|
9493
|
+
/**
|
|
9494
|
+
*
|
|
9495
|
+
* @type {number}
|
|
9496
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9497
|
+
*/
|
|
9498
|
+
iconId?: number;
|
|
9499
|
+
/**
|
|
9500
|
+
*
|
|
9501
|
+
* @type {boolean}
|
|
9502
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9503
|
+
*/
|
|
9504
|
+
isAssistance?: boolean;
|
|
9505
|
+
/**
|
|
9506
|
+
*
|
|
9507
|
+
* @type {boolean}
|
|
9508
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9509
|
+
*/
|
|
9510
|
+
isOffensive?: boolean;
|
|
9511
|
+
/**
|
|
9512
|
+
*
|
|
9513
|
+
* @type {boolean}
|
|
9514
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9515
|
+
*/
|
|
9516
|
+
isWarpSafe?: boolean;
|
|
9517
|
+
/**
|
|
9518
|
+
*
|
|
9519
|
+
* @type {Array<DogmaEffectsEffectIdGetModifiersInner>}
|
|
9520
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9521
|
+
*/
|
|
9522
|
+
modifiers?: Array<DogmaEffectsEffectIdGetModifiersInner>;
|
|
9523
|
+
/**
|
|
9524
|
+
*
|
|
9525
|
+
* @type {string}
|
|
9526
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9527
|
+
*/
|
|
9528
|
+
name?: string;
|
|
9529
|
+
/**
|
|
9530
|
+
*
|
|
9531
|
+
* @type {number}
|
|
9532
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9533
|
+
*/
|
|
9534
|
+
postExpression?: number;
|
|
9535
|
+
/**
|
|
9536
|
+
*
|
|
9537
|
+
* @type {number}
|
|
9538
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9539
|
+
*/
|
|
9540
|
+
preExpression?: number;
|
|
9541
|
+
/**
|
|
9542
|
+
*
|
|
9543
|
+
* @type {boolean}
|
|
9544
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9545
|
+
*/
|
|
9546
|
+
published?: boolean;
|
|
9547
|
+
/**
|
|
9548
|
+
*
|
|
9549
|
+
* @type {number}
|
|
9550
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9551
|
+
*/
|
|
9552
|
+
rangeAttributeId?: number;
|
|
9553
|
+
/**
|
|
9554
|
+
*
|
|
9555
|
+
* @type {boolean}
|
|
9556
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9557
|
+
*/
|
|
9558
|
+
rangeChance?: boolean;
|
|
9559
|
+
/**
|
|
9560
|
+
*
|
|
9561
|
+
* @type {number}
|
|
9562
|
+
* @memberof DogmaEffectsEffectIdGet
|
|
9563
|
+
*/
|
|
9564
|
+
trackingSpeedAttributeId?: number;
|
|
9565
|
+
}
|
|
9566
|
+
/**
|
|
9567
|
+
* modifier object
|
|
9568
|
+
* @export
|
|
9569
|
+
* @interface DogmaEffectsEffectIdGetModifiersInner
|
|
9570
|
+
*/
|
|
9571
|
+
export interface DogmaEffectsEffectIdGetModifiersInner {
|
|
9572
|
+
/**
|
|
9573
|
+
*
|
|
9574
|
+
* @type {string}
|
|
9575
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9576
|
+
*/
|
|
9577
|
+
domain?: string;
|
|
9578
|
+
/**
|
|
9579
|
+
*
|
|
9580
|
+
* @type {number}
|
|
9581
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9582
|
+
*/
|
|
9583
|
+
effectId?: number;
|
|
9584
|
+
/**
|
|
9585
|
+
*
|
|
9586
|
+
* @type {string}
|
|
9587
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9588
|
+
*/
|
|
9589
|
+
func: string;
|
|
9590
|
+
/**
|
|
9591
|
+
*
|
|
9592
|
+
* @type {number}
|
|
9593
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9594
|
+
*/
|
|
9595
|
+
modifiedAttributeId?: number;
|
|
9596
|
+
/**
|
|
9597
|
+
*
|
|
9598
|
+
* @type {number}
|
|
9599
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9600
|
+
*/
|
|
9601
|
+
modifyingAttributeId?: number;
|
|
9602
|
+
/**
|
|
9603
|
+
*
|
|
9604
|
+
* @type {number}
|
|
9605
|
+
* @memberof DogmaEffectsEffectIdGetModifiersInner
|
|
9606
|
+
*/
|
|
9607
|
+
operator?: number;
|
|
9608
|
+
}
|
|
9609
|
+
/**
|
|
9610
|
+
*
|
|
9611
|
+
* @export
|
|
9612
|
+
* @interface EarnLoyaltyPoint
|
|
9613
|
+
*/
|
|
9614
|
+
export interface EarnLoyaltyPoint {
|
|
9615
|
+
/**
|
|
9616
|
+
* Earn loyalty point
|
|
9617
|
+
* @type {CorporationsProjectsDetailConfigurationearnloyaltypoints}
|
|
9618
|
+
* @memberof EarnLoyaltyPoint
|
|
9619
|
+
*/
|
|
9620
|
+
earnLoyaltyPoint?: CorporationsProjectsDetailConfigurationearnloyaltypoints;
|
|
9621
|
+
}
|
|
9622
|
+
/**
|
|
9623
|
+
*
|
|
9624
|
+
* @export
|
|
9625
|
+
* @interface ErrorDetail
|
|
9626
|
+
*/
|
|
9627
|
+
export interface ErrorDetail {
|
|
9628
|
+
/**
|
|
9629
|
+
* Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
|
|
9630
|
+
* @type {string}
|
|
9631
|
+
* @memberof ErrorDetail
|
|
9632
|
+
*/
|
|
9633
|
+
location?: string;
|
|
9634
|
+
/**
|
|
9635
|
+
* Error message text
|
|
9636
|
+
* @type {string}
|
|
9637
|
+
* @memberof ErrorDetail
|
|
9638
|
+
*/
|
|
9639
|
+
message?: string;
|
|
9640
|
+
/**
|
|
9641
|
+
*
|
|
9642
|
+
* @type {any}
|
|
9643
|
+
* @memberof ErrorDetail
|
|
9644
|
+
*/
|
|
9645
|
+
value?: any | null;
|
|
9646
|
+
}
|
|
9647
|
+
/**
|
|
9648
|
+
*
|
|
9649
|
+
* @export
|
|
9650
|
+
* @interface FactionId
|
|
9651
|
+
*/
|
|
9652
|
+
export interface FactionId {
|
|
9653
|
+
/**
|
|
8393
9654
|
*
|
|
9655
|
+
* @type {number}
|
|
9656
|
+
* @memberof FactionId
|
|
9657
|
+
*/
|
|
9658
|
+
factionId?: number;
|
|
9659
|
+
}
|
|
9660
|
+
/**
|
|
9661
|
+
*
|
|
9662
|
+
* @export
|
|
9663
|
+
* @interface FleetsFleetIdGet
|
|
9664
|
+
*/
|
|
9665
|
+
export interface FleetsFleetIdGet {
|
|
9666
|
+
/**
|
|
9667
|
+
* Is free-move enabled
|
|
8394
9668
|
* @type {boolean}
|
|
8395
|
-
* @memberof
|
|
9669
|
+
* @memberof FleetsFleetIdGet
|
|
8396
9670
|
*/
|
|
8397
|
-
|
|
9671
|
+
isFreeMove: boolean;
|
|
9672
|
+
/**
|
|
9673
|
+
* Does the fleet have an active fleet advertisement
|
|
9674
|
+
* @type {boolean}
|
|
9675
|
+
* @memberof FleetsFleetIdGet
|
|
9676
|
+
*/
|
|
9677
|
+
isRegistered: boolean;
|
|
9678
|
+
/**
|
|
9679
|
+
* Is EVE Voice enabled
|
|
9680
|
+
* @type {boolean}
|
|
9681
|
+
* @memberof FleetsFleetIdGet
|
|
9682
|
+
*/
|
|
9683
|
+
isVoiceEnabled: boolean;
|
|
9684
|
+
/**
|
|
9685
|
+
* Fleet MOTD in CCP flavoured HTML
|
|
9686
|
+
* @type {string}
|
|
9687
|
+
* @memberof FleetsFleetIdGet
|
|
9688
|
+
*/
|
|
9689
|
+
motd: string;
|
|
9690
|
+
}
|
|
9691
|
+
/**
|
|
9692
|
+
*
|
|
9693
|
+
* @export
|
|
9694
|
+
* @interface FleetsFleetIdMembersGetInner
|
|
9695
|
+
*/
|
|
9696
|
+
export interface FleetsFleetIdMembersGetInner {
|
|
8398
9697
|
/**
|
|
8399
9698
|
*
|
|
8400
|
-
* @type {
|
|
8401
|
-
* @memberof
|
|
9699
|
+
* @type {number}
|
|
9700
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
8402
9701
|
*/
|
|
8403
|
-
|
|
9702
|
+
characterId: number;
|
|
8404
9703
|
/**
|
|
8405
9704
|
*
|
|
8406
9705
|
* @type {string}
|
|
8407
|
-
* @memberof
|
|
9706
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
8408
9707
|
*/
|
|
8409
|
-
|
|
9708
|
+
joinTime: string;
|
|
9709
|
+
/**
|
|
9710
|
+
* Member’s role in fleet
|
|
9711
|
+
* @type {string}
|
|
9712
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9713
|
+
*/
|
|
9714
|
+
role: FleetsFleetIdMembersGetInnerRoleEnum;
|
|
9715
|
+
/**
|
|
9716
|
+
* Localized role names
|
|
9717
|
+
* @type {string}
|
|
9718
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9719
|
+
*/
|
|
9720
|
+
roleName: string;
|
|
8410
9721
|
/**
|
|
8411
9722
|
*
|
|
8412
9723
|
* @type {number}
|
|
8413
|
-
* @memberof
|
|
9724
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
8414
9725
|
*/
|
|
8415
|
-
|
|
9726
|
+
shipTypeId: number;
|
|
9727
|
+
/**
|
|
9728
|
+
* Solar system the member is located in
|
|
9729
|
+
* @type {number}
|
|
9730
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9731
|
+
*/
|
|
9732
|
+
solarSystemId: number;
|
|
9733
|
+
/**
|
|
9734
|
+
* ID of the squad the member is in. If not applicable, will be set to -1
|
|
9735
|
+
* @type {number}
|
|
9736
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9737
|
+
*/
|
|
9738
|
+
squadId: number;
|
|
9739
|
+
/**
|
|
9740
|
+
* Station in which the member is docked in, if applicable
|
|
9741
|
+
* @type {number}
|
|
9742
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9743
|
+
*/
|
|
9744
|
+
stationId?: number;
|
|
9745
|
+
/**
|
|
9746
|
+
* Whether the member take fleet warps
|
|
9747
|
+
* @type {boolean}
|
|
9748
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9749
|
+
*/
|
|
9750
|
+
takesFleetWarp: boolean;
|
|
9751
|
+
/**
|
|
9752
|
+
* ID of the wing the member is in. If not applicable, will be set to -1
|
|
9753
|
+
* @type {number}
|
|
9754
|
+
* @memberof FleetsFleetIdMembersGetInner
|
|
9755
|
+
*/
|
|
9756
|
+
wingId: number;
|
|
9757
|
+
}
|
|
9758
|
+
|
|
9759
|
+
/**
|
|
9760
|
+
* @export
|
|
9761
|
+
* @enum {string}
|
|
9762
|
+
*/
|
|
9763
|
+
export enum FleetsFleetIdMembersGetInnerRoleEnum {
|
|
9764
|
+
FleetCommander = 'fleet_commander',
|
|
9765
|
+
WingCommander = 'wing_commander',
|
|
9766
|
+
SquadCommander = 'squad_commander',
|
|
9767
|
+
SquadMember = 'squad_member'
|
|
9768
|
+
}
|
|
9769
|
+
|
|
9770
|
+
/**
|
|
9771
|
+
*
|
|
9772
|
+
* @export
|
|
9773
|
+
* @interface FleetsFleetIdWingsGetInner
|
|
9774
|
+
*/
|
|
9775
|
+
export interface FleetsFleetIdWingsGetInner {
|
|
9776
|
+
/**
|
|
9777
|
+
*
|
|
9778
|
+
* @type {number}
|
|
9779
|
+
* @memberof FleetsFleetIdWingsGetInner
|
|
9780
|
+
*/
|
|
9781
|
+
id: number;
|
|
9782
|
+
/**
|
|
9783
|
+
*
|
|
9784
|
+
* @type {string}
|
|
9785
|
+
* @memberof FleetsFleetIdWingsGetInner
|
|
9786
|
+
*/
|
|
9787
|
+
name: string;
|
|
9788
|
+
/**
|
|
9789
|
+
*
|
|
9790
|
+
* @type {Array<FleetsFleetIdWingsGetInnerSquadsInner>}
|
|
9791
|
+
* @memberof FleetsFleetIdWingsGetInner
|
|
9792
|
+
*/
|
|
9793
|
+
squads: Array<FleetsFleetIdWingsGetInnerSquadsInner>;
|
|
9794
|
+
}
|
|
9795
|
+
/**
|
|
9796
|
+
* squad object
|
|
9797
|
+
* @export
|
|
9798
|
+
* @interface FleetsFleetIdWingsGetInnerSquadsInner
|
|
9799
|
+
*/
|
|
9800
|
+
export interface FleetsFleetIdWingsGetInnerSquadsInner {
|
|
9801
|
+
/**
|
|
9802
|
+
*
|
|
9803
|
+
* @type {number}
|
|
9804
|
+
* @memberof FleetsFleetIdWingsGetInnerSquadsInner
|
|
9805
|
+
*/
|
|
9806
|
+
id: number;
|
|
9807
|
+
/**
|
|
9808
|
+
*
|
|
9809
|
+
* @type {string}
|
|
9810
|
+
* @memberof FleetsFleetIdWingsGetInnerSquadsInner
|
|
9811
|
+
*/
|
|
9812
|
+
name: string;
|
|
9813
|
+
}
|
|
9814
|
+
/**
|
|
9815
|
+
* 201 created object
|
|
9816
|
+
* @export
|
|
9817
|
+
* @interface FleetsFleetIdWingsPost
|
|
9818
|
+
*/
|
|
9819
|
+
export interface FleetsFleetIdWingsPost {
|
|
9820
|
+
/**
|
|
9821
|
+
* The wing_id of the newly created wing
|
|
9822
|
+
* @type {number}
|
|
9823
|
+
* @memberof FleetsFleetIdWingsPost
|
|
9824
|
+
*/
|
|
9825
|
+
wingId: number;
|
|
9826
|
+
}
|
|
9827
|
+
/**
|
|
9828
|
+
* 201 created object
|
|
9829
|
+
* @export
|
|
9830
|
+
* @interface FleetsFleetIdWingsWingIdSquadsPost
|
|
9831
|
+
*/
|
|
9832
|
+
export interface FleetsFleetIdWingsWingIdSquadsPost {
|
|
9833
|
+
/**
|
|
9834
|
+
* The squad_id of the newly created squad
|
|
9835
|
+
* @type {number}
|
|
9836
|
+
* @memberof FleetsFleetIdWingsWingIdSquadsPost
|
|
9837
|
+
*/
|
|
9838
|
+
squadId: number;
|
|
9839
|
+
}
|
|
9840
|
+
/**
|
|
9841
|
+
*
|
|
9842
|
+
* @export
|
|
9843
|
+
* @interface FreelanceJobsDetail
|
|
9844
|
+
*/
|
|
9845
|
+
export interface FreelanceJobsDetail {
|
|
9846
|
+
/**
|
|
9847
|
+
* Job's access and visibility
|
|
9848
|
+
* @type {FreelanceJobsDetailAccessandvisibility}
|
|
9849
|
+
* @memberof FreelanceJobsDetail
|
|
9850
|
+
*/
|
|
9851
|
+
accessAndVisibility: FreelanceJobsDetailAccessandvisibility;
|
|
9852
|
+
/**
|
|
9853
|
+
* Job's configuration
|
|
9854
|
+
* @type {FreelanceJobsDetailConfiguration}
|
|
9855
|
+
* @memberof FreelanceJobsDetail
|
|
9856
|
+
*/
|
|
9857
|
+
_configuration: FreelanceJobsDetailConfiguration;
|
|
9858
|
+
/**
|
|
9859
|
+
* Job's contribution settings
|
|
9860
|
+
* @type {FreelanceJobsDetailContribution}
|
|
9861
|
+
* @memberof FreelanceJobsDetail
|
|
9862
|
+
*/
|
|
9863
|
+
contribution?: FreelanceJobsDetailContribution;
|
|
9864
|
+
/**
|
|
9865
|
+
* Job's details
|
|
9866
|
+
* @type {FreelanceJobsDetailDetails}
|
|
9867
|
+
* @memberof FreelanceJobsDetail
|
|
9868
|
+
*/
|
|
9869
|
+
details: FreelanceJobsDetailDetails;
|
|
9870
|
+
/**
|
|
9871
|
+
*
|
|
9872
|
+
* @type {string}
|
|
9873
|
+
* @memberof FreelanceJobsDetail
|
|
9874
|
+
*/
|
|
9875
|
+
id: string;
|
|
9876
|
+
/**
|
|
9877
|
+
* Job's last modified
|
|
9878
|
+
* @type {string}
|
|
9879
|
+
* @memberof FreelanceJobsDetail
|
|
9880
|
+
*/
|
|
9881
|
+
lastModified: string;
|
|
9882
|
+
/**
|
|
9883
|
+
* Job's name
|
|
9884
|
+
* @type {string}
|
|
9885
|
+
* @memberof FreelanceJobsDetail
|
|
9886
|
+
*/
|
|
9887
|
+
name: string;
|
|
9888
|
+
/**
|
|
9889
|
+
* Job's progress
|
|
9890
|
+
* @type {FreelanceJobsDetailProgress}
|
|
9891
|
+
* @memberof FreelanceJobsDetail
|
|
9892
|
+
*/
|
|
9893
|
+
progress: FreelanceJobsDetailProgress;
|
|
9894
|
+
/**
|
|
9895
|
+
* Job's reward
|
|
9896
|
+
* @type {FreelanceJobsDetailReward}
|
|
9897
|
+
* @memberof FreelanceJobsDetail
|
|
9898
|
+
*/
|
|
9899
|
+
reward?: FreelanceJobsDetailReward;
|
|
9900
|
+
/**
|
|
9901
|
+
* Job's state
|
|
9902
|
+
* @type {string}
|
|
9903
|
+
* @memberof FreelanceJobsDetail
|
|
9904
|
+
*/
|
|
9905
|
+
state: FreelanceJobsDetailStateEnum;
|
|
9906
|
+
}
|
|
9907
|
+
|
|
9908
|
+
/**
|
|
9909
|
+
* @export
|
|
9910
|
+
* @enum {string}
|
|
9911
|
+
*/
|
|
9912
|
+
export enum FreelanceJobsDetailStateEnum {
|
|
9913
|
+
Unspecified = 'Unspecified',
|
|
9914
|
+
Active = 'Active',
|
|
9915
|
+
Closed = 'Closed',
|
|
9916
|
+
Completed = 'Completed',
|
|
9917
|
+
Expired = 'Expired',
|
|
9918
|
+
Deleted = 'Deleted'
|
|
9919
|
+
}
|
|
9920
|
+
|
|
9921
|
+
/**
|
|
9922
|
+
*
|
|
9923
|
+
* @export
|
|
9924
|
+
* @interface FreelanceJobsDetailAccessandvisibility
|
|
9925
|
+
*/
|
|
9926
|
+
export interface FreelanceJobsDetailAccessandvisibility {
|
|
9927
|
+
/**
|
|
9928
|
+
* Whether the job is protected by an ACL
|
|
9929
|
+
* @type {boolean}
|
|
9930
|
+
* @memberof FreelanceJobsDetailAccessandvisibility
|
|
9931
|
+
*/
|
|
9932
|
+
aclProtected: boolean;
|
|
9933
|
+
/**
|
|
9934
|
+
* Solar systems where the job is broadcast
|
|
9935
|
+
* @type {Array<FreelanceJobsDetailBroadcastlocations>}
|
|
9936
|
+
* @memberof FreelanceJobsDetailAccessandvisibility
|
|
9937
|
+
*/
|
|
9938
|
+
broadcastLocations?: Array<FreelanceJobsDetailBroadcastlocations>;
|
|
9939
|
+
/**
|
|
9940
|
+
* Restrictions on who can participate
|
|
9941
|
+
* @type {FreelanceJobsDetailRestrictions}
|
|
9942
|
+
* @memberof FreelanceJobsDetailAccessandvisibility
|
|
9943
|
+
*/
|
|
9944
|
+
restrictions?: FreelanceJobsDetailRestrictions;
|
|
9945
|
+
}
|
|
9946
|
+
/**
|
|
9947
|
+
*
|
|
9948
|
+
* @export
|
|
9949
|
+
* @interface FreelanceJobsDetailBroadcastlocations
|
|
9950
|
+
*/
|
|
9951
|
+
export interface FreelanceJobsDetailBroadcastlocations {
|
|
8416
9952
|
/**
|
|
8417
9953
|
*
|
|
8418
9954
|
* @type {number}
|
|
8419
|
-
* @memberof
|
|
9955
|
+
* @memberof FreelanceJobsDetailBroadcastlocations
|
|
8420
9956
|
*/
|
|
8421
|
-
|
|
9957
|
+
id: number;
|
|
8422
9958
|
/**
|
|
8423
|
-
*
|
|
8424
|
-
* @type {
|
|
8425
|
-
* @memberof
|
|
9959
|
+
* Solar system name
|
|
9960
|
+
* @type {string}
|
|
9961
|
+
* @memberof FreelanceJobsDetailBroadcastlocations
|
|
8426
9962
|
*/
|
|
8427
|
-
|
|
9963
|
+
name: string;
|
|
9964
|
+
}
|
|
9965
|
+
/**
|
|
9966
|
+
*
|
|
9967
|
+
* @export
|
|
9968
|
+
* @interface FreelanceJobsDetailConfiguration
|
|
9969
|
+
*/
|
|
9970
|
+
export interface FreelanceJobsDetailConfiguration {
|
|
8428
9971
|
/**
|
|
8429
|
-
*
|
|
8430
|
-
* @type {
|
|
8431
|
-
* @memberof
|
|
9972
|
+
* Contribution method (see SDE for valid values)
|
|
9973
|
+
* @type {string}
|
|
9974
|
+
* @memberof FreelanceJobsDetailConfiguration
|
|
8432
9975
|
*/
|
|
8433
|
-
|
|
9976
|
+
method: string;
|
|
8434
9977
|
/**
|
|
8435
|
-
*
|
|
8436
|
-
* @type {
|
|
8437
|
-
* @memberof
|
|
9978
|
+
* Parameter values (see SDE for parameter definition)
|
|
9979
|
+
* @type {{ [key: string]: FreelanceJobsDetailConfigurationParametersValue; }}
|
|
9980
|
+
* @memberof FreelanceJobsDetailConfiguration
|
|
8438
9981
|
*/
|
|
8439
|
-
|
|
9982
|
+
parameters: { [key: string]: FreelanceJobsDetailConfigurationParametersValue; };
|
|
8440
9983
|
/**
|
|
8441
|
-
*
|
|
9984
|
+
* Version of parameter definition used
|
|
8442
9985
|
* @type {number}
|
|
8443
|
-
* @memberof
|
|
9986
|
+
* @memberof FreelanceJobsDetailConfiguration
|
|
8444
9987
|
*/
|
|
8445
|
-
|
|
9988
|
+
version: number;
|
|
8446
9989
|
}
|
|
8447
9990
|
/**
|
|
8448
|
-
*
|
|
9991
|
+
* @type FreelanceJobsDetailConfigurationParametersValue
|
|
9992
|
+
*
|
|
8449
9993
|
* @export
|
|
8450
|
-
* @interface DogmaEffectsEffectIdGetModifiersInner
|
|
8451
9994
|
*/
|
|
8452
|
-
export
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
9995
|
+
export type FreelanceJobsDetailConfigurationParametersValue = CorporationItemDelivery | Matcher | ModelBoolean | Options;
|
|
9996
|
+
/**
|
|
9997
|
+
*
|
|
9998
|
+
* @export
|
|
9999
|
+
* @interface FreelanceJobsDetailContribution
|
|
10000
|
+
*/
|
|
10001
|
+
export interface FreelanceJobsDetailContribution {
|
|
8459
10002
|
/**
|
|
8460
|
-
*
|
|
10003
|
+
* Limit on the contribution of the individual participant
|
|
8461
10004
|
* @type {number}
|
|
8462
|
-
* @memberof
|
|
10005
|
+
* @memberof FreelanceJobsDetailContribution
|
|
8463
10006
|
*/
|
|
8464
|
-
|
|
10007
|
+
contributionPerParticipantLimit?: number;
|
|
8465
10008
|
/**
|
|
8466
|
-
*
|
|
8467
|
-
* @type {
|
|
8468
|
-
* @memberof
|
|
10009
|
+
* Maximum number of participants that can commit to this job
|
|
10010
|
+
* @type {number}
|
|
10011
|
+
* @memberof FreelanceJobsDetailContribution
|
|
8469
10012
|
*/
|
|
8470
|
-
|
|
10013
|
+
maxCommittedParticipants: number;
|
|
8471
10014
|
/**
|
|
8472
|
-
*
|
|
10015
|
+
* ISK reward per contribution
|
|
8473
10016
|
* @type {number}
|
|
8474
|
-
* @memberof
|
|
10017
|
+
* @memberof FreelanceJobsDetailContribution
|
|
8475
10018
|
*/
|
|
8476
|
-
|
|
10019
|
+
rewardPerContribution?: number;
|
|
8477
10020
|
/**
|
|
8478
|
-
*
|
|
10021
|
+
* Limit on amount of contribution per submission
|
|
8479
10022
|
* @type {number}
|
|
8480
|
-
* @memberof
|
|
10023
|
+
* @memberof FreelanceJobsDetailContribution
|
|
8481
10024
|
*/
|
|
8482
|
-
|
|
10025
|
+
submissionLimit?: number;
|
|
8483
10026
|
/**
|
|
8484
|
-
*
|
|
10027
|
+
* Multiplier towards progress per contribution
|
|
8485
10028
|
* @type {number}
|
|
8486
|
-
* @memberof
|
|
10029
|
+
* @memberof FreelanceJobsDetailContribution
|
|
8487
10030
|
*/
|
|
8488
|
-
|
|
10031
|
+
submissionMultiplier?: number;
|
|
8489
10032
|
}
|
|
8490
10033
|
/**
|
|
8491
10034
|
*
|
|
8492
10035
|
* @export
|
|
8493
|
-
* @interface
|
|
10036
|
+
* @interface FreelanceJobsDetailCreator
|
|
8494
10037
|
*/
|
|
8495
|
-
export interface
|
|
8496
|
-
/**
|
|
8497
|
-
* Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
|
|
8498
|
-
* @type {string}
|
|
8499
|
-
* @memberof ErrorDetail
|
|
8500
|
-
*/
|
|
8501
|
-
location?: string;
|
|
10038
|
+
export interface FreelanceJobsDetailCreator {
|
|
8502
10039
|
/**
|
|
8503
|
-
*
|
|
8504
|
-
* @type {
|
|
8505
|
-
* @memberof
|
|
10040
|
+
* Character that created the job
|
|
10041
|
+
* @type {FreelanceJobsDetailCreatorcharacter}
|
|
10042
|
+
* @memberof FreelanceJobsDetailCreator
|
|
8506
10043
|
*/
|
|
8507
|
-
|
|
10044
|
+
character: FreelanceJobsDetailCreatorcharacter;
|
|
8508
10045
|
/**
|
|
8509
|
-
*
|
|
8510
|
-
* @type {
|
|
8511
|
-
* @memberof
|
|
10046
|
+
* Corporation that created the job
|
|
10047
|
+
* @type {FreelanceJobsDetailCreatorcorporation}
|
|
10048
|
+
* @memberof FreelanceJobsDetailCreator
|
|
8512
10049
|
*/
|
|
8513
|
-
|
|
10050
|
+
corporation: FreelanceJobsDetailCreatorcorporation;
|
|
8514
10051
|
}
|
|
8515
10052
|
/**
|
|
8516
10053
|
*
|
|
8517
10054
|
* @export
|
|
8518
|
-
* @interface
|
|
10055
|
+
* @interface FreelanceJobsDetailCreatorcharacter
|
|
8519
10056
|
*/
|
|
8520
|
-
export interface
|
|
10057
|
+
export interface FreelanceJobsDetailCreatorcharacter {
|
|
8521
10058
|
/**
|
|
8522
|
-
*
|
|
8523
|
-
* @type {
|
|
8524
|
-
* @memberof
|
|
10059
|
+
*
|
|
10060
|
+
* @type {number}
|
|
10061
|
+
* @memberof FreelanceJobsDetailCreatorcharacter
|
|
8525
10062
|
*/
|
|
8526
|
-
|
|
10063
|
+
id: number;
|
|
8527
10064
|
/**
|
|
8528
|
-
*
|
|
8529
|
-
* @type {
|
|
8530
|
-
* @memberof
|
|
10065
|
+
* Character name
|
|
10066
|
+
* @type {string}
|
|
10067
|
+
* @memberof FreelanceJobsDetailCreatorcharacter
|
|
8531
10068
|
*/
|
|
8532
|
-
|
|
10069
|
+
name: string;
|
|
10070
|
+
}
|
|
10071
|
+
/**
|
|
10072
|
+
*
|
|
10073
|
+
* @export
|
|
10074
|
+
* @interface FreelanceJobsDetailCreatorcorporation
|
|
10075
|
+
*/
|
|
10076
|
+
export interface FreelanceJobsDetailCreatorcorporation {
|
|
8533
10077
|
/**
|
|
8534
|
-
*
|
|
8535
|
-
* @type {
|
|
8536
|
-
* @memberof
|
|
10078
|
+
*
|
|
10079
|
+
* @type {number}
|
|
10080
|
+
* @memberof FreelanceJobsDetailCreatorcorporation
|
|
8537
10081
|
*/
|
|
8538
|
-
|
|
10082
|
+
id: number;
|
|
8539
10083
|
/**
|
|
8540
|
-
*
|
|
10084
|
+
* Corporation name
|
|
8541
10085
|
* @type {string}
|
|
8542
|
-
* @memberof
|
|
10086
|
+
* @memberof FreelanceJobsDetailCreatorcorporation
|
|
8543
10087
|
*/
|
|
8544
|
-
|
|
10088
|
+
name: string;
|
|
8545
10089
|
}
|
|
8546
10090
|
/**
|
|
8547
10091
|
*
|
|
8548
10092
|
* @export
|
|
8549
|
-
* @interface
|
|
10093
|
+
* @interface FreelanceJobsDetailDetails
|
|
8550
10094
|
*/
|
|
8551
|
-
export interface
|
|
10095
|
+
export interface FreelanceJobsDetailDetails {
|
|
8552
10096
|
/**
|
|
8553
|
-
*
|
|
8554
|
-
* @type {
|
|
8555
|
-
* @memberof
|
|
10097
|
+
* Assigned career path
|
|
10098
|
+
* @type {string}
|
|
10099
|
+
* @memberof FreelanceJobsDetailDetails
|
|
8556
10100
|
*/
|
|
8557
|
-
|
|
10101
|
+
career: FreelanceJobsDetailDetailsCareerEnum;
|
|
8558
10102
|
/**
|
|
8559
|
-
*
|
|
10103
|
+
* Moment this freelance job was created
|
|
8560
10104
|
* @type {string}
|
|
8561
|
-
* @memberof
|
|
10105
|
+
* @memberof FreelanceJobsDetailDetails
|
|
8562
10106
|
*/
|
|
8563
|
-
|
|
10107
|
+
created: string;
|
|
8564
10108
|
/**
|
|
8565
|
-
*
|
|
10109
|
+
* Creator
|
|
10110
|
+
* @type {FreelanceJobsDetailCreator}
|
|
10111
|
+
* @memberof FreelanceJobsDetailDetails
|
|
10112
|
+
*/
|
|
10113
|
+
creator: FreelanceJobsDetailCreator;
|
|
10114
|
+
/**
|
|
10115
|
+
* Description
|
|
8566
10116
|
* @type {string}
|
|
8567
|
-
* @memberof
|
|
10117
|
+
* @memberof FreelanceJobsDetailDetails
|
|
8568
10118
|
*/
|
|
8569
|
-
|
|
10119
|
+
description: string;
|
|
8570
10120
|
/**
|
|
8571
|
-
*
|
|
10121
|
+
* Moment this freelance job expires
|
|
8572
10122
|
* @type {string}
|
|
8573
|
-
* @memberof
|
|
10123
|
+
* @memberof FreelanceJobsDetailDetails
|
|
8574
10124
|
*/
|
|
8575
|
-
|
|
10125
|
+
expires?: string;
|
|
10126
|
+
/**
|
|
10127
|
+
* Moment this freelance job transitioned to a non-active state
|
|
10128
|
+
* @type {string}
|
|
10129
|
+
* @memberof FreelanceJobsDetailDetails
|
|
10130
|
+
*/
|
|
10131
|
+
finished?: string;
|
|
10132
|
+
}
|
|
10133
|
+
|
|
10134
|
+
/**
|
|
10135
|
+
* @export
|
|
10136
|
+
* @enum {string}
|
|
10137
|
+
*/
|
|
10138
|
+
export enum FreelanceJobsDetailDetailsCareerEnum {
|
|
10139
|
+
Unspecified = 'Unspecified',
|
|
10140
|
+
Explorer = 'Explorer',
|
|
10141
|
+
Industrialist = 'Industrialist',
|
|
10142
|
+
Enforcer = 'Enforcer',
|
|
10143
|
+
SoldierOfFortune = 'Soldier of Fortune'
|
|
10144
|
+
}
|
|
10145
|
+
|
|
10146
|
+
/**
|
|
10147
|
+
*
|
|
10148
|
+
* @export
|
|
10149
|
+
* @interface FreelanceJobsDetailFreelancejob
|
|
10150
|
+
*/
|
|
10151
|
+
export interface FreelanceJobsDetailFreelancejob {
|
|
8576
10152
|
/**
|
|
8577
10153
|
*
|
|
8578
|
-
* @type {
|
|
8579
|
-
* @memberof
|
|
10154
|
+
* @type {string}
|
|
10155
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8580
10156
|
*/
|
|
8581
|
-
|
|
10157
|
+
id: string;
|
|
8582
10158
|
/**
|
|
8583
|
-
*
|
|
8584
|
-
* @type {
|
|
8585
|
-
* @memberof
|
|
10159
|
+
* Job's last modified
|
|
10160
|
+
* @type {string}
|
|
10161
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8586
10162
|
*/
|
|
8587
|
-
|
|
10163
|
+
lastModified: string;
|
|
8588
10164
|
/**
|
|
8589
|
-
*
|
|
8590
|
-
* @type {
|
|
8591
|
-
* @memberof
|
|
10165
|
+
* Job's name
|
|
10166
|
+
* @type {string}
|
|
10167
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8592
10168
|
*/
|
|
8593
|
-
|
|
10169
|
+
name: string;
|
|
8594
10170
|
/**
|
|
8595
|
-
*
|
|
8596
|
-
* @type {
|
|
8597
|
-
* @memberof
|
|
10171
|
+
* Job's progress
|
|
10172
|
+
* @type {FreelanceJobsDetailProgress}
|
|
10173
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8598
10174
|
*/
|
|
8599
|
-
|
|
10175
|
+
progress: FreelanceJobsDetailProgress;
|
|
8600
10176
|
/**
|
|
8601
|
-
*
|
|
8602
|
-
* @type {
|
|
8603
|
-
* @memberof
|
|
10177
|
+
* Job's reward
|
|
10178
|
+
* @type {FreelanceJobsDetailReward}
|
|
10179
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8604
10180
|
*/
|
|
8605
|
-
|
|
10181
|
+
reward?: FreelanceJobsDetailReward;
|
|
8606
10182
|
/**
|
|
8607
|
-
*
|
|
8608
|
-
* @type {
|
|
8609
|
-
* @memberof
|
|
10183
|
+
* Job's state
|
|
10184
|
+
* @type {string}
|
|
10185
|
+
* @memberof FreelanceJobsDetailFreelancejob
|
|
8610
10186
|
*/
|
|
8611
|
-
|
|
10187
|
+
state: FreelanceJobsDetailFreelancejobStateEnum;
|
|
8612
10188
|
}
|
|
8613
10189
|
|
|
8614
10190
|
/**
|
|
8615
10191
|
* @export
|
|
8616
10192
|
* @enum {string}
|
|
8617
10193
|
*/
|
|
8618
|
-
export enum
|
|
8619
|
-
|
|
8620
|
-
|
|
8621
|
-
|
|
8622
|
-
|
|
10194
|
+
export enum FreelanceJobsDetailFreelancejobStateEnum {
|
|
10195
|
+
Unspecified = 'Unspecified',
|
|
10196
|
+
Active = 'Active',
|
|
10197
|
+
Closed = 'Closed',
|
|
10198
|
+
Completed = 'Completed',
|
|
10199
|
+
Expired = 'Expired',
|
|
10200
|
+
Deleted = 'Deleted'
|
|
8623
10201
|
}
|
|
8624
10202
|
|
|
8625
10203
|
/**
|
|
8626
10204
|
*
|
|
8627
10205
|
* @export
|
|
8628
|
-
* @interface
|
|
10206
|
+
* @interface FreelanceJobsDetailParameterboolean
|
|
8629
10207
|
*/
|
|
8630
|
-
export interface
|
|
10208
|
+
export interface FreelanceJobsDetailParameterboolean {
|
|
8631
10209
|
/**
|
|
8632
|
-
*
|
|
8633
|
-
* @type {
|
|
8634
|
-
* @memberof
|
|
10210
|
+
* Boolean value
|
|
10211
|
+
* @type {boolean}
|
|
10212
|
+
* @memberof FreelanceJobsDetailParameterboolean
|
|
8635
10213
|
*/
|
|
8636
|
-
|
|
10214
|
+
value: boolean;
|
|
10215
|
+
}
|
|
10216
|
+
/**
|
|
10217
|
+
*
|
|
10218
|
+
* @export
|
|
10219
|
+
* @interface FreelanceJobsDetailParametercorporationitemdelivery
|
|
10220
|
+
*/
|
|
10221
|
+
export interface FreelanceJobsDetailParametercorporationitemdelivery {
|
|
8637
10222
|
/**
|
|
8638
|
-
*
|
|
10223
|
+
* Location for delivery
|
|
10224
|
+
* @type {FreelanceJobsDetailParametermatcher}
|
|
10225
|
+
* @memberof FreelanceJobsDetailParametercorporationitemdelivery
|
|
10226
|
+
*/
|
|
10227
|
+
corporationOfficeLocation: FreelanceJobsDetailParametermatcher;
|
|
10228
|
+
/**
|
|
10229
|
+
* Item(s) to be delivered
|
|
10230
|
+
* @type {FreelanceJobsDetailParametermatcher}
|
|
10231
|
+
* @memberof FreelanceJobsDetailParametercorporationitemdelivery
|
|
10232
|
+
*/
|
|
10233
|
+
itemType: FreelanceJobsDetailParametermatcher;
|
|
10234
|
+
}
|
|
10235
|
+
/**
|
|
10236
|
+
*
|
|
10237
|
+
* @export
|
|
10238
|
+
* @interface FreelanceJobsDetailParametermatcher
|
|
10239
|
+
*/
|
|
10240
|
+
export interface FreelanceJobsDetailParametermatcher {
|
|
10241
|
+
/**
|
|
10242
|
+
* Value type(s) and their value(s)
|
|
10243
|
+
* @type {Array<FreelanceJobsDetailParametermatchervalue>}
|
|
10244
|
+
* @memberof FreelanceJobsDetailParametermatcher
|
|
10245
|
+
*/
|
|
10246
|
+
values: Array<FreelanceJobsDetailParametermatchervalue>;
|
|
10247
|
+
}
|
|
10248
|
+
/**
|
|
10249
|
+
*
|
|
10250
|
+
* @export
|
|
10251
|
+
* @interface FreelanceJobsDetailParametermatchervalue
|
|
10252
|
+
*/
|
|
10253
|
+
export interface FreelanceJobsDetailParametermatchervalue {
|
|
10254
|
+
/**
|
|
10255
|
+
* Type of the value(s)
|
|
8639
10256
|
* @type {string}
|
|
8640
|
-
* @memberof
|
|
10257
|
+
* @memberof FreelanceJobsDetailParametermatchervalue
|
|
8641
10258
|
*/
|
|
8642
|
-
|
|
10259
|
+
valueType: string;
|
|
8643
10260
|
/**
|
|
8644
|
-
*
|
|
8645
|
-
* @type {Array<
|
|
8646
|
-
* @memberof
|
|
10261
|
+
* Value(s) of this type
|
|
10262
|
+
* @type {Array<string>}
|
|
10263
|
+
* @memberof FreelanceJobsDetailParametermatchervalue
|
|
8647
10264
|
*/
|
|
8648
|
-
|
|
10265
|
+
values: Array<string>;
|
|
8649
10266
|
}
|
|
8650
10267
|
/**
|
|
8651
|
-
*
|
|
10268
|
+
*
|
|
8652
10269
|
* @export
|
|
8653
|
-
* @interface
|
|
10270
|
+
* @interface FreelanceJobsDetailParameteroptions
|
|
8654
10271
|
*/
|
|
8655
|
-
export interface
|
|
10272
|
+
export interface FreelanceJobsDetailParameteroptions {
|
|
8656
10273
|
/**
|
|
8657
|
-
*
|
|
10274
|
+
* Selected value(s)
|
|
10275
|
+
* @type {Array<string>}
|
|
10276
|
+
* @memberof FreelanceJobsDetailParameteroptions
|
|
10277
|
+
*/
|
|
10278
|
+
selected: Array<string>;
|
|
10279
|
+
}
|
|
10280
|
+
/**
|
|
10281
|
+
*
|
|
10282
|
+
* @export
|
|
10283
|
+
* @interface FreelanceJobsDetailProgress
|
|
10284
|
+
*/
|
|
10285
|
+
export interface FreelanceJobsDetailProgress {
|
|
10286
|
+
/**
|
|
10287
|
+
* Current progress
|
|
8658
10288
|
* @type {number}
|
|
8659
|
-
* @memberof
|
|
10289
|
+
* @memberof FreelanceJobsDetailProgress
|
|
8660
10290
|
*/
|
|
8661
|
-
|
|
10291
|
+
current: number;
|
|
8662
10292
|
/**
|
|
8663
|
-
*
|
|
8664
|
-
* @type {
|
|
8665
|
-
* @memberof
|
|
10293
|
+
* Desired progress
|
|
10294
|
+
* @type {number}
|
|
10295
|
+
* @memberof FreelanceJobsDetailProgress
|
|
8666
10296
|
*/
|
|
8667
|
-
|
|
10297
|
+
desired: number;
|
|
8668
10298
|
}
|
|
8669
10299
|
/**
|
|
8670
|
-
*
|
|
10300
|
+
*
|
|
8671
10301
|
* @export
|
|
8672
|
-
* @interface
|
|
10302
|
+
* @interface FreelanceJobsDetailRestrictions
|
|
8673
10303
|
*/
|
|
8674
|
-
export interface
|
|
10304
|
+
export interface FreelanceJobsDetailRestrictions {
|
|
8675
10305
|
/**
|
|
8676
|
-
*
|
|
10306
|
+
* Maximum age of the participant, in days
|
|
8677
10307
|
* @type {number}
|
|
8678
|
-
* @memberof
|
|
10308
|
+
* @memberof FreelanceJobsDetailRestrictions
|
|
8679
10309
|
*/
|
|
8680
|
-
|
|
10310
|
+
maximumAge?: number;
|
|
10311
|
+
/**
|
|
10312
|
+
* Minimum age of the participant, in days
|
|
10313
|
+
* @type {number}
|
|
10314
|
+
* @memberof FreelanceJobsDetailRestrictions
|
|
10315
|
+
*/
|
|
10316
|
+
minimumAge?: number;
|
|
8681
10317
|
}
|
|
8682
10318
|
/**
|
|
8683
|
-
*
|
|
10319
|
+
*
|
|
8684
10320
|
* @export
|
|
8685
|
-
* @interface
|
|
10321
|
+
* @interface FreelanceJobsDetailReward
|
|
8686
10322
|
*/
|
|
8687
|
-
export interface
|
|
10323
|
+
export interface FreelanceJobsDetailReward {
|
|
8688
10324
|
/**
|
|
8689
|
-
*
|
|
10325
|
+
* Original amount of ISK that was reserved for this freelance job
|
|
8690
10326
|
* @type {number}
|
|
8691
|
-
* @memberof
|
|
10327
|
+
* @memberof FreelanceJobsDetailReward
|
|
10328
|
+
*/
|
|
10329
|
+
initial: number;
|
|
10330
|
+
/**
|
|
10331
|
+
* Remaining ISK to be awarded
|
|
10332
|
+
* @type {number}
|
|
10333
|
+
* @memberof FreelanceJobsDetailReward
|
|
10334
|
+
*/
|
|
10335
|
+
remaining: number;
|
|
10336
|
+
}
|
|
10337
|
+
/**
|
|
10338
|
+
*
|
|
10339
|
+
* @export
|
|
10340
|
+
* @interface FreelanceJobsListing
|
|
10341
|
+
*/
|
|
10342
|
+
export interface FreelanceJobsListing {
|
|
10343
|
+
/**
|
|
10344
|
+
*
|
|
10345
|
+
* @type {Cursor}
|
|
10346
|
+
* @memberof FreelanceJobsListing
|
|
8692
10347
|
*/
|
|
8693
|
-
|
|
10348
|
+
cursor?: Cursor;
|
|
10349
|
+
/**
|
|
10350
|
+
* List of freelance jobs
|
|
10351
|
+
* @type {Array<FreelanceJobsDetailFreelancejob>}
|
|
10352
|
+
* @memberof FreelanceJobsListing
|
|
10353
|
+
*/
|
|
10354
|
+
freelanceJobs: Array<FreelanceJobsDetailFreelancejob>;
|
|
8694
10355
|
}
|
|
8695
10356
|
/**
|
|
8696
10357
|
*
|
|
@@ -9402,6 +11063,32 @@ export interface FwWarsGetInner {
|
|
|
9402
11063
|
*/
|
|
9403
11064
|
factionId: number;
|
|
9404
11065
|
}
|
|
11066
|
+
/**
|
|
11067
|
+
*
|
|
11068
|
+
* @export
|
|
11069
|
+
* @interface GroupId
|
|
11070
|
+
*/
|
|
11071
|
+
export interface GroupId {
|
|
11072
|
+
/**
|
|
11073
|
+
* Ship tree group identifier.
|
|
11074
|
+
* @type {number}
|
|
11075
|
+
* @memberof GroupId
|
|
11076
|
+
*/
|
|
11077
|
+
groupId?: number;
|
|
11078
|
+
}
|
|
11079
|
+
/**
|
|
11080
|
+
*
|
|
11081
|
+
* @export
|
|
11082
|
+
* @interface GroupId1
|
|
11083
|
+
*/
|
|
11084
|
+
export interface GroupId1 {
|
|
11085
|
+
/**
|
|
11086
|
+
*
|
|
11087
|
+
* @type {number}
|
|
11088
|
+
* @memberof GroupId1
|
|
11089
|
+
*/
|
|
11090
|
+
groupId?: number;
|
|
11091
|
+
}
|
|
9405
11092
|
/**
|
|
9406
11093
|
*
|
|
9407
11094
|
* @export
|
|
@@ -9894,6 +11581,19 @@ export interface KillmailsKillmailIdKillmailHashGetVictimPosition {
|
|
|
9894
11581
|
*/
|
|
9895
11582
|
z: number;
|
|
9896
11583
|
}
|
|
11584
|
+
/**
|
|
11585
|
+
*
|
|
11586
|
+
* @export
|
|
11587
|
+
* @interface LostShip
|
|
11588
|
+
*/
|
|
11589
|
+
export interface LostShip {
|
|
11590
|
+
/**
|
|
11591
|
+
* Lost ship
|
|
11592
|
+
* @type {CorporationsProjectsDetailConfigurationlostship}
|
|
11593
|
+
* @memberof LostShip
|
|
11594
|
+
*/
|
|
11595
|
+
lostShip?: CorporationsProjectsDetailConfigurationlostship;
|
|
11596
|
+
}
|
|
9897
11597
|
/**
|
|
9898
11598
|
*
|
|
9899
11599
|
* @export
|
|
@@ -9962,6 +11662,32 @@ export interface LoyaltyStoresCorporationIdOffersGetInnerRequiredItemsInner {
|
|
|
9962
11662
|
*/
|
|
9963
11663
|
typeId: number;
|
|
9964
11664
|
}
|
|
11665
|
+
/**
|
|
11666
|
+
*
|
|
11667
|
+
* @export
|
|
11668
|
+
* @interface Manual
|
|
11669
|
+
*/
|
|
11670
|
+
export interface Manual {
|
|
11671
|
+
/**
|
|
11672
|
+
*
|
|
11673
|
+
* @type {object}
|
|
11674
|
+
* @memberof Manual
|
|
11675
|
+
*/
|
|
11676
|
+
manual?: object;
|
|
11677
|
+
}
|
|
11678
|
+
/**
|
|
11679
|
+
*
|
|
11680
|
+
* @export
|
|
11681
|
+
* @interface ManufactureItem
|
|
11682
|
+
*/
|
|
11683
|
+
export interface ManufactureItem {
|
|
11684
|
+
/**
|
|
11685
|
+
* Manufacture item
|
|
11686
|
+
* @type {CorporationsProjectsDetailConfigurationmanufactureitem}
|
|
11687
|
+
* @memberof ManufactureItem
|
|
11688
|
+
*/
|
|
11689
|
+
manufactureItem?: CorporationsProjectsDetailConfigurationmanufactureitem;
|
|
11690
|
+
}
|
|
9965
11691
|
/**
|
|
9966
11692
|
*
|
|
9967
11693
|
* @export
|
|
@@ -10259,6 +11985,19 @@ export enum MarketsStructuresStructureIdGetInnerRangeEnum {
|
|
|
10259
11985
|
_40 = '40'
|
|
10260
11986
|
}
|
|
10261
11987
|
|
|
11988
|
+
/**
|
|
11989
|
+
*
|
|
11990
|
+
* @export
|
|
11991
|
+
* @interface Matcher
|
|
11992
|
+
*/
|
|
11993
|
+
export interface Matcher {
|
|
11994
|
+
/**
|
|
11995
|
+
* Parameter that matches a type
|
|
11996
|
+
* @type {FreelanceJobsDetailParametermatcher}
|
|
11997
|
+
* @memberof Matcher
|
|
11998
|
+
*/
|
|
11999
|
+
matcher?: FreelanceJobsDetailParametermatcher;
|
|
12000
|
+
}
|
|
10262
12001
|
/**
|
|
10263
12002
|
*
|
|
10264
12003
|
* @export
|
|
@@ -10290,12 +12029,6 @@ export interface MetaChangelogEntry {
|
|
|
10290
12029
|
* @memberof MetaChangelogEntry
|
|
10291
12030
|
*/
|
|
10292
12031
|
description: string;
|
|
10293
|
-
/**
|
|
10294
|
-
* Whether this is a breaking change
|
|
10295
|
-
* @type {boolean}
|
|
10296
|
-
* @memberof MetaChangelogEntry
|
|
10297
|
-
*/
|
|
10298
|
-
isBreaking: boolean;
|
|
10299
12032
|
/**
|
|
10300
12033
|
* HTTP method of the route
|
|
10301
12034
|
* @type {string}
|
|
@@ -10308,6 +12041,12 @@ export interface MetaChangelogEntry {
|
|
|
10308
12041
|
* @memberof MetaChangelogEntry
|
|
10309
12042
|
*/
|
|
10310
12043
|
path: string;
|
|
12044
|
+
/**
|
|
12045
|
+
* Type of the change
|
|
12046
|
+
* @type {string}
|
|
12047
|
+
* @memberof MetaChangelogEntry
|
|
12048
|
+
*/
|
|
12049
|
+
type: MetaChangelogEntryTypeEnum;
|
|
10311
12050
|
}
|
|
10312
12051
|
|
|
10313
12052
|
/**
|
|
@@ -10320,6 +12059,16 @@ export enum MetaChangelogEntryMethodEnum {
|
|
|
10320
12059
|
Put = 'PUT',
|
|
10321
12060
|
Delete = 'DELETE'
|
|
10322
12061
|
}
|
|
12062
|
+
/**
|
|
12063
|
+
* @export
|
|
12064
|
+
* @enum {string}
|
|
12065
|
+
*/
|
|
12066
|
+
export enum MetaChangelogEntryTypeEnum {
|
|
12067
|
+
Breaking = 'breaking',
|
|
12068
|
+
Changed = 'changed',
|
|
12069
|
+
New = 'new',
|
|
12070
|
+
Removed = 'removed'
|
|
12071
|
+
}
|
|
10323
12072
|
|
|
10324
12073
|
/**
|
|
10325
12074
|
*
|
|
@@ -10334,6 +12083,93 @@ export interface MetaCompatibilityDates {
|
|
|
10334
12083
|
*/
|
|
10335
12084
|
compatibilityDates: Array<string>;
|
|
10336
12085
|
}
|
|
12086
|
+
/**
|
|
12087
|
+
*
|
|
12088
|
+
* @export
|
|
12089
|
+
* @interface MetaStatus
|
|
12090
|
+
*/
|
|
12091
|
+
export interface MetaStatus {
|
|
12092
|
+
/**
|
|
12093
|
+
* List of all API routes and their health status
|
|
12094
|
+
* @type {Array<MetaStatusRoutestatus>}
|
|
12095
|
+
* @memberof MetaStatus
|
|
12096
|
+
*/
|
|
12097
|
+
routes: Array<MetaStatusRoutestatus>;
|
|
12098
|
+
}
|
|
12099
|
+
/**
|
|
12100
|
+
*
|
|
12101
|
+
* @export
|
|
12102
|
+
* @interface MetaStatusRoutestatus
|
|
12103
|
+
*/
|
|
12104
|
+
export interface MetaStatusRoutestatus {
|
|
12105
|
+
/**
|
|
12106
|
+
* Route's HTTP method
|
|
12107
|
+
* @type {string}
|
|
12108
|
+
* @memberof MetaStatusRoutestatus
|
|
12109
|
+
*/
|
|
12110
|
+
method: MetaStatusRoutestatusMethodEnum;
|
|
12111
|
+
/**
|
|
12112
|
+
* Route's HTTP path
|
|
12113
|
+
* @type {string}
|
|
12114
|
+
* @memberof MetaStatusRoutestatus
|
|
12115
|
+
*/
|
|
12116
|
+
path: string;
|
|
12117
|
+
/**
|
|
12118
|
+
* Route's health status
|
|
12119
|
+
* @type {string}
|
|
12120
|
+
* @memberof MetaStatusRoutestatus
|
|
12121
|
+
*/
|
|
12122
|
+
status: MetaStatusRoutestatusStatusEnum;
|
|
12123
|
+
}
|
|
12124
|
+
|
|
12125
|
+
/**
|
|
12126
|
+
* @export
|
|
12127
|
+
* @enum {string}
|
|
12128
|
+
*/
|
|
12129
|
+
export enum MetaStatusRoutestatusMethodEnum {
|
|
12130
|
+
Get = 'GET',
|
|
12131
|
+
Post = 'POST',
|
|
12132
|
+
Put = 'PUT',
|
|
12133
|
+
Delete = 'DELETE'
|
|
12134
|
+
}
|
|
12135
|
+
/**
|
|
12136
|
+
* @export
|
|
12137
|
+
* @enum {string}
|
|
12138
|
+
*/
|
|
12139
|
+
export enum MetaStatusRoutestatusStatusEnum {
|
|
12140
|
+
Unknown = 'Unknown',
|
|
12141
|
+
Ok = 'OK',
|
|
12142
|
+
Degraded = 'Degraded',
|
|
12143
|
+
Down = 'Down',
|
|
12144
|
+
Recovering = 'Recovering'
|
|
12145
|
+
}
|
|
12146
|
+
|
|
12147
|
+
/**
|
|
12148
|
+
*
|
|
12149
|
+
* @export
|
|
12150
|
+
* @interface MineMaterial
|
|
12151
|
+
*/
|
|
12152
|
+
export interface MineMaterial {
|
|
12153
|
+
/**
|
|
12154
|
+
* Mine material
|
|
12155
|
+
* @type {CorporationsProjectsDetailConfigurationminematerial}
|
|
12156
|
+
* @memberof MineMaterial
|
|
12157
|
+
*/
|
|
12158
|
+
mineMaterial?: CorporationsProjectsDetailConfigurationminematerial;
|
|
12159
|
+
}
|
|
12160
|
+
/**
|
|
12161
|
+
*
|
|
12162
|
+
* @export
|
|
12163
|
+
* @interface ModelBoolean
|
|
12164
|
+
*/
|
|
12165
|
+
export interface ModelBoolean {
|
|
12166
|
+
/**
|
|
12167
|
+
* Parameter that can be toggled
|
|
12168
|
+
* @type {FreelanceJobsDetailParameterboolean}
|
|
12169
|
+
* @memberof ModelBoolean
|
|
12170
|
+
*/
|
|
12171
|
+
_boolean?: FreelanceJobsDetailParameterboolean;
|
|
12172
|
+
}
|
|
10337
12173
|
/**
|
|
10338
12174
|
*
|
|
10339
12175
|
* @export
|
|
@@ -10353,6 +12189,19 @@ export interface ModelError {
|
|
|
10353
12189
|
*/
|
|
10354
12190
|
error: string;
|
|
10355
12191
|
}
|
|
12192
|
+
/**
|
|
12193
|
+
*
|
|
12194
|
+
* @export
|
|
12195
|
+
* @interface Options
|
|
12196
|
+
*/
|
|
12197
|
+
export interface Options {
|
|
12198
|
+
/**
|
|
12199
|
+
* Parameter that has one or more selected values
|
|
12200
|
+
* @type {FreelanceJobsDetailParameteroptions}
|
|
12201
|
+
* @memberof Options
|
|
12202
|
+
*/
|
|
12203
|
+
options?: FreelanceJobsDetailParameteroptions;
|
|
12204
|
+
}
|
|
10356
12205
|
/**
|
|
10357
12206
|
*
|
|
10358
12207
|
* @export
|
|
@@ -10759,6 +12608,171 @@ export interface PutFleetsFleetIdSquadsSquadIdRequest {
|
|
|
10759
12608
|
*/
|
|
10760
12609
|
name: string;
|
|
10761
12610
|
}
|
|
12611
|
+
/**
|
|
12612
|
+
*
|
|
12613
|
+
* @export
|
|
12614
|
+
* @interface RegionId
|
|
12615
|
+
*/
|
|
12616
|
+
export interface RegionId {
|
|
12617
|
+
/**
|
|
12618
|
+
*
|
|
12619
|
+
* @type {number}
|
|
12620
|
+
* @memberof RegionId
|
|
12621
|
+
*/
|
|
12622
|
+
regionId?: number;
|
|
12623
|
+
}
|
|
12624
|
+
/**
|
|
12625
|
+
*
|
|
12626
|
+
* @export
|
|
12627
|
+
* @interface RemoteBoostShield
|
|
12628
|
+
*/
|
|
12629
|
+
export interface RemoteBoostShield {
|
|
12630
|
+
/**
|
|
12631
|
+
* Remote boost shield
|
|
12632
|
+
* @type {CorporationsProjectsDetailConfigurationremoteboostshield}
|
|
12633
|
+
* @memberof RemoteBoostShield
|
|
12634
|
+
*/
|
|
12635
|
+
remoteBoostShield?: CorporationsProjectsDetailConfigurationremoteboostshield;
|
|
12636
|
+
}
|
|
12637
|
+
/**
|
|
12638
|
+
*
|
|
12639
|
+
* @export
|
|
12640
|
+
* @interface RemoteRepairArmor
|
|
12641
|
+
*/
|
|
12642
|
+
export interface RemoteRepairArmor {
|
|
12643
|
+
/**
|
|
12644
|
+
* Remote repair armor
|
|
12645
|
+
* @type {CorporationsProjectsDetailConfigurationremoterepairarmor}
|
|
12646
|
+
* @memberof RemoteRepairArmor
|
|
12647
|
+
*/
|
|
12648
|
+
remoteRepairArmor?: CorporationsProjectsDetailConfigurationremoterepairarmor;
|
|
12649
|
+
}
|
|
12650
|
+
/**
|
|
12651
|
+
*
|
|
12652
|
+
* @export
|
|
12653
|
+
* @interface Route
|
|
12654
|
+
*/
|
|
12655
|
+
export interface Route {
|
|
12656
|
+
/**
|
|
12657
|
+
* The route between the origin and destination systems
|
|
12658
|
+
* @type {Array<number>}
|
|
12659
|
+
* @memberof Route
|
|
12660
|
+
*/
|
|
12661
|
+
route: Array<number>;
|
|
12662
|
+
}
|
|
12663
|
+
/**
|
|
12664
|
+
*
|
|
12665
|
+
* @export
|
|
12666
|
+
* @interface RouteConnection
|
|
12667
|
+
*/
|
|
12668
|
+
export interface RouteConnection {
|
|
12669
|
+
/**
|
|
12670
|
+
*
|
|
12671
|
+
* @type {number}
|
|
12672
|
+
* @memberof RouteConnection
|
|
12673
|
+
*/
|
|
12674
|
+
from: number;
|
|
12675
|
+
/**
|
|
12676
|
+
*
|
|
12677
|
+
* @type {number}
|
|
12678
|
+
* @memberof RouteConnection
|
|
12679
|
+
*/
|
|
12680
|
+
to: number;
|
|
12681
|
+
}
|
|
12682
|
+
/**
|
|
12683
|
+
*
|
|
12684
|
+
* @export
|
|
12685
|
+
* @interface RouteRequestBody
|
|
12686
|
+
*/
|
|
12687
|
+
export interface RouteRequestBody {
|
|
12688
|
+
/**
|
|
12689
|
+
* Systems to avoid
|
|
12690
|
+
* @type {Set<number>}
|
|
12691
|
+
* @memberof RouteRequestBody
|
|
12692
|
+
*/
|
|
12693
|
+
avoidSystems?: Set<number>;
|
|
12694
|
+
/**
|
|
12695
|
+
* Additional one-way connections (like Jump Bridges) between systems
|
|
12696
|
+
* @type {Array<RouteConnection>}
|
|
12697
|
+
* @memberof RouteRequestBody
|
|
12698
|
+
*/
|
|
12699
|
+
connections?: Array<RouteConnection>;
|
|
12700
|
+
/**
|
|
12701
|
+
* Preference for the route
|
|
12702
|
+
* @type {string}
|
|
12703
|
+
* @memberof RouteRequestBody
|
|
12704
|
+
*/
|
|
12705
|
+
preference?: RouteRequestBodyPreferenceEnum;
|
|
12706
|
+
/**
|
|
12707
|
+
* Strictness of the path preference
|
|
12708
|
+
* @type {number}
|
|
12709
|
+
* @memberof RouteRequestBody
|
|
12710
|
+
*/
|
|
12711
|
+
securityPenalty?: number;
|
|
12712
|
+
}
|
|
12713
|
+
|
|
12714
|
+
/**
|
|
12715
|
+
* @export
|
|
12716
|
+
* @enum {string}
|
|
12717
|
+
*/
|
|
12718
|
+
export enum RouteRequestBodyPreferenceEnum {
|
|
12719
|
+
Shorter = 'Shorter',
|
|
12720
|
+
Safer = 'Safer',
|
|
12721
|
+
LessSecure = 'LessSecure'
|
|
12722
|
+
}
|
|
12723
|
+
|
|
12724
|
+
/**
|
|
12725
|
+
*
|
|
12726
|
+
* @export
|
|
12727
|
+
* @interface SalvageWreck
|
|
12728
|
+
*/
|
|
12729
|
+
export interface SalvageWreck {
|
|
12730
|
+
/**
|
|
12731
|
+
* Salvage wreck
|
|
12732
|
+
* @type {CorporationsProjectsDetailConfigurationsalvagewreck}
|
|
12733
|
+
* @memberof SalvageWreck
|
|
12734
|
+
*/
|
|
12735
|
+
salvageWreck?: CorporationsProjectsDetailConfigurationsalvagewreck;
|
|
12736
|
+
}
|
|
12737
|
+
/**
|
|
12738
|
+
*
|
|
12739
|
+
* @export
|
|
12740
|
+
* @interface ScanSignature
|
|
12741
|
+
*/
|
|
12742
|
+
export interface ScanSignature {
|
|
12743
|
+
/**
|
|
12744
|
+
* Scan signature
|
|
12745
|
+
* @type {CorporationsProjectsDetailConfigurationscansignature}
|
|
12746
|
+
* @memberof ScanSignature
|
|
12747
|
+
*/
|
|
12748
|
+
scanSignature?: CorporationsProjectsDetailConfigurationscansignature;
|
|
12749
|
+
}
|
|
12750
|
+
/**
|
|
12751
|
+
*
|
|
12752
|
+
* @export
|
|
12753
|
+
* @interface ShipInsurance
|
|
12754
|
+
*/
|
|
12755
|
+
export interface ShipInsurance {
|
|
12756
|
+
/**
|
|
12757
|
+
* Ship insurance
|
|
12758
|
+
* @type {CorporationsProjectsDetailConfigurationshipinsurance}
|
|
12759
|
+
* @memberof ShipInsurance
|
|
12760
|
+
*/
|
|
12761
|
+
shipInsurance?: CorporationsProjectsDetailConfigurationshipinsurance;
|
|
12762
|
+
}
|
|
12763
|
+
/**
|
|
12764
|
+
*
|
|
12765
|
+
* @export
|
|
12766
|
+
* @interface SolarSystemId
|
|
12767
|
+
*/
|
|
12768
|
+
export interface SolarSystemId {
|
|
12769
|
+
/**
|
|
12770
|
+
*
|
|
12771
|
+
* @type {number}
|
|
12772
|
+
* @memberof SolarSystemId
|
|
12773
|
+
*/
|
|
12774
|
+
solarSystemId?: number;
|
|
12775
|
+
}
|
|
10762
12776
|
/**
|
|
10763
12777
|
*
|
|
10764
12778
|
* @export
|
|
@@ -10952,6 +12966,19 @@ export interface SovereigntyStructuresGetInner {
|
|
|
10952
12966
|
*/
|
|
10953
12967
|
vulnerableStartTime?: string;
|
|
10954
12968
|
}
|
|
12969
|
+
/**
|
|
12970
|
+
*
|
|
12971
|
+
* @export
|
|
12972
|
+
* @interface StationId
|
|
12973
|
+
*/
|
|
12974
|
+
export interface StationId {
|
|
12975
|
+
/**
|
|
12976
|
+
*
|
|
12977
|
+
* @type {number}
|
|
12978
|
+
* @memberof StationId
|
|
12979
|
+
*/
|
|
12980
|
+
stationId?: number;
|
|
12981
|
+
}
|
|
10955
12982
|
/**
|
|
10956
12983
|
*
|
|
10957
12984
|
* @export
|
|
@@ -10983,6 +13010,32 @@ export interface StatusGet {
|
|
|
10983
13010
|
*/
|
|
10984
13011
|
vip?: boolean;
|
|
10985
13012
|
}
|
|
13013
|
+
/**
|
|
13014
|
+
*
|
|
13015
|
+
* @export
|
|
13016
|
+
* @interface StructureId
|
|
13017
|
+
*/
|
|
13018
|
+
export interface StructureId {
|
|
13019
|
+
/**
|
|
13020
|
+
*
|
|
13021
|
+
* @type {number}
|
|
13022
|
+
* @memberof StructureId
|
|
13023
|
+
*/
|
|
13024
|
+
structureId?: number;
|
|
13025
|
+
}
|
|
13026
|
+
/**
|
|
13027
|
+
*
|
|
13028
|
+
* @export
|
|
13029
|
+
* @interface TypeId
|
|
13030
|
+
*/
|
|
13031
|
+
export interface TypeId {
|
|
13032
|
+
/**
|
|
13033
|
+
*
|
|
13034
|
+
* @type {number}
|
|
13035
|
+
* @memberof TypeId
|
|
13036
|
+
*/
|
|
13037
|
+
typeId?: number;
|
|
13038
|
+
}
|
|
10986
13039
|
/**
|
|
10987
13040
|
*
|
|
10988
13041
|
* @export
|
|
@@ -12435,6 +14488,19 @@ export interface UniverseTypesTypeIdGet {
|
|
|
12435
14488
|
*/
|
|
12436
14489
|
volume?: number;
|
|
12437
14490
|
}
|
|
14491
|
+
/**
|
|
14492
|
+
*
|
|
14493
|
+
* @export
|
|
14494
|
+
* @interface Unknown
|
|
14495
|
+
*/
|
|
14496
|
+
export interface Unknown {
|
|
14497
|
+
/**
|
|
14498
|
+
* Unknown
|
|
14499
|
+
* @type {CorporationsProjectsDetailConfigurationunknown}
|
|
14500
|
+
* @memberof Unknown
|
|
14501
|
+
*/
|
|
14502
|
+
unknown?: CorporationsProjectsDetailConfigurationunknown;
|
|
14503
|
+
}
|
|
12438
14504
|
/**
|
|
12439
14505
|
*
|
|
12440
14506
|
* @export
|