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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetCharactersCharacterIdAgentsResearchRequest {
|
|
22
23
|
characterId: number;
|
|
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdAgentsResearchRequest {
|
|
|
24
25
|
acceptLanguage?: GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface GetCharactersCharacterIdBlueprintsRequest {
|
|
29
31
|
characterId: number;
|
|
@@ -32,6 +34,7 @@ export interface GetCharactersCharacterIdBlueprintsRequest {
|
|
|
32
34
|
acceptLanguage?: GetCharactersCharacterIdBlueprintsAcceptLanguageEnum;
|
|
33
35
|
ifNoneMatch?: string;
|
|
34
36
|
xTenant?: string;
|
|
37
|
+
ifModifiedSince?: string;
|
|
35
38
|
}
|
|
36
39
|
export interface GetCharactersCharacterIdCorporationhistoryRequest {
|
|
37
40
|
characterId: number;
|
|
@@ -39,6 +42,7 @@ export interface GetCharactersCharacterIdCorporationhistoryRequest {
|
|
|
39
42
|
acceptLanguage?: GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum;
|
|
40
43
|
ifNoneMatch?: string;
|
|
41
44
|
xTenant?: string;
|
|
45
|
+
ifModifiedSince?: string;
|
|
42
46
|
}
|
|
43
47
|
export interface GetCharactersCharacterIdFatigueRequest {
|
|
44
48
|
characterId: number;
|
|
@@ -46,6 +50,7 @@ export interface GetCharactersCharacterIdFatigueRequest {
|
|
|
46
50
|
acceptLanguage?: GetCharactersCharacterIdFatigueAcceptLanguageEnum;
|
|
47
51
|
ifNoneMatch?: string;
|
|
48
52
|
xTenant?: string;
|
|
53
|
+
ifModifiedSince?: string;
|
|
49
54
|
}
|
|
50
55
|
export interface GetCharactersCharacterIdMedalsRequest {
|
|
51
56
|
characterId: number;
|
|
@@ -53,6 +58,7 @@ export interface GetCharactersCharacterIdMedalsRequest {
|
|
|
53
58
|
acceptLanguage?: GetCharactersCharacterIdMedalsAcceptLanguageEnum;
|
|
54
59
|
ifNoneMatch?: string;
|
|
55
60
|
xTenant?: string;
|
|
61
|
+
ifModifiedSince?: string;
|
|
56
62
|
}
|
|
57
63
|
export interface GetCharactersCharacterIdNotificationsRequest {
|
|
58
64
|
characterId: number;
|
|
@@ -60,6 +66,7 @@ export interface GetCharactersCharacterIdNotificationsRequest {
|
|
|
60
66
|
acceptLanguage?: GetCharactersCharacterIdNotificationsAcceptLanguageEnum;
|
|
61
67
|
ifNoneMatch?: string;
|
|
62
68
|
xTenant?: string;
|
|
69
|
+
ifModifiedSince?: string;
|
|
63
70
|
}
|
|
64
71
|
export interface GetCharactersCharacterIdNotificationsContactsRequest {
|
|
65
72
|
characterId: number;
|
|
@@ -67,6 +74,7 @@ export interface GetCharactersCharacterIdNotificationsContactsRequest {
|
|
|
67
74
|
acceptLanguage?: GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum;
|
|
68
75
|
ifNoneMatch?: string;
|
|
69
76
|
xTenant?: string;
|
|
77
|
+
ifModifiedSince?: string;
|
|
70
78
|
}
|
|
71
79
|
export interface GetCharactersCharacterIdPortraitRequest {
|
|
72
80
|
characterId: number;
|
|
@@ -74,6 +82,7 @@ export interface GetCharactersCharacterIdPortraitRequest {
|
|
|
74
82
|
acceptLanguage?: GetCharactersCharacterIdPortraitAcceptLanguageEnum;
|
|
75
83
|
ifNoneMatch?: string;
|
|
76
84
|
xTenant?: string;
|
|
85
|
+
ifModifiedSince?: string;
|
|
77
86
|
}
|
|
78
87
|
export interface GetCharactersCharacterIdRolesRequest {
|
|
79
88
|
characterId: number;
|
|
@@ -81,6 +90,7 @@ export interface GetCharactersCharacterIdRolesRequest {
|
|
|
81
90
|
acceptLanguage?: GetCharactersCharacterIdRolesAcceptLanguageEnum;
|
|
82
91
|
ifNoneMatch?: string;
|
|
83
92
|
xTenant?: string;
|
|
93
|
+
ifModifiedSince?: string;
|
|
84
94
|
}
|
|
85
95
|
export interface GetCharactersCharacterIdStandingsRequest {
|
|
86
96
|
characterId: number;
|
|
@@ -88,6 +98,7 @@ export interface GetCharactersCharacterIdStandingsRequest {
|
|
|
88
98
|
acceptLanguage?: GetCharactersCharacterIdStandingsAcceptLanguageEnum;
|
|
89
99
|
ifNoneMatch?: string;
|
|
90
100
|
xTenant?: string;
|
|
101
|
+
ifModifiedSince?: string;
|
|
91
102
|
}
|
|
92
103
|
export interface GetCharactersCharacterIdTitlesRequest {
|
|
93
104
|
characterId: number;
|
|
@@ -95,6 +106,7 @@ export interface GetCharactersCharacterIdTitlesRequest {
|
|
|
95
106
|
acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum;
|
|
96
107
|
ifNoneMatch?: string;
|
|
97
108
|
xTenant?: string;
|
|
109
|
+
ifModifiedSince?: string;
|
|
98
110
|
}
|
|
99
111
|
export interface PostCharactersAffiliationRequest {
|
|
100
112
|
xCompatibilityDate: PostCharactersAffiliationXCompatibilityDateEnum;
|
|
@@ -102,6 +114,7 @@ export interface PostCharactersAffiliationRequest {
|
|
|
102
114
|
acceptLanguage?: PostCharactersAffiliationAcceptLanguageEnum;
|
|
103
115
|
ifNoneMatch?: string;
|
|
104
116
|
xTenant?: string;
|
|
117
|
+
ifModifiedSince?: string;
|
|
105
118
|
}
|
|
106
119
|
export interface PostCharactersCharacterIdCspaRequest {
|
|
107
120
|
characterId: number;
|
|
@@ -110,6 +123,7 @@ export interface PostCharactersCharacterIdCspaRequest {
|
|
|
110
123
|
acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum;
|
|
111
124
|
ifNoneMatch?: string;
|
|
112
125
|
xTenant?: string;
|
|
126
|
+
ifModifiedSince?: string;
|
|
113
127
|
}
|
|
114
128
|
/**
|
|
115
129
|
* CharacterApi - interface
|
|
@@ -122,10 +136,11 @@ export interface CharacterApiInterface {
|
|
|
122
136
|
* Public information about a character
|
|
123
137
|
* @summary Get character\'s public information
|
|
124
138
|
* @param {number} characterId The ID of the character
|
|
125
|
-
* @param {'
|
|
139
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
126
140
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
127
141
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
128
142
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
143
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
129
144
|
* @param {*} [options] Override http request option.
|
|
130
145
|
* @throws {RequiredError}
|
|
131
146
|
* @memberof CharacterApiInterface
|
|
@@ -135,15 +150,16 @@ export interface CharacterApiInterface {
|
|
|
135
150
|
* Public information about a character
|
|
136
151
|
* Get character\'s public information
|
|
137
152
|
*/
|
|
138
|
-
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
153
|
+
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
139
154
|
/**
|
|
140
155
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
141
156
|
* @summary Get agents research
|
|
142
157
|
* @param {number} characterId The ID of the character
|
|
143
|
-
* @param {'
|
|
158
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
144
159
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
145
160
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
146
161
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
162
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
147
163
|
* @param {*} [options] Override http request option.
|
|
148
164
|
* @throws {RequiredError}
|
|
149
165
|
* @memberof CharacterApiInterface
|
|
@@ -153,16 +169,17 @@ export interface CharacterApiInterface {
|
|
|
153
169
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
154
170
|
* Get agents research
|
|
155
171
|
*/
|
|
156
|
-
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
172
|
+
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
157
173
|
/**
|
|
158
174
|
* Return a list of blueprints the character owns
|
|
159
175
|
* @summary Get blueprints
|
|
160
176
|
* @param {number} characterId The ID of the character
|
|
161
|
-
* @param {'
|
|
177
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
162
178
|
* @param {number} [page]
|
|
163
179
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
164
180
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
165
181
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
182
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
166
183
|
* @param {*} [options] Override http request option.
|
|
167
184
|
* @throws {RequiredError}
|
|
168
185
|
* @memberof CharacterApiInterface
|
|
@@ -172,15 +189,16 @@ export interface CharacterApiInterface {
|
|
|
172
189
|
* Return a list of blueprints the character owns
|
|
173
190
|
* Get blueprints
|
|
174
191
|
*/
|
|
175
|
-
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
192
|
+
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
176
193
|
/**
|
|
177
194
|
* Get a list of all the corporations a character has been a member of
|
|
178
195
|
* @summary Get corporation history
|
|
179
196
|
* @param {number} characterId The ID of the character
|
|
180
|
-
* @param {'
|
|
197
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
181
198
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
182
199
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
183
200
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
201
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
184
202
|
* @param {*} [options] Override http request option.
|
|
185
203
|
* @throws {RequiredError}
|
|
186
204
|
* @memberof CharacterApiInterface
|
|
@@ -190,15 +208,16 @@ export interface CharacterApiInterface {
|
|
|
190
208
|
* Get a list of all the corporations a character has been a member of
|
|
191
209
|
* Get corporation history
|
|
192
210
|
*/
|
|
193
|
-
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
211
|
+
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
194
212
|
/**
|
|
195
213
|
* Return a character\'s jump activation and fatigue information
|
|
196
214
|
* @summary Get jump fatigue
|
|
197
215
|
* @param {number} characterId The ID of the character
|
|
198
|
-
* @param {'
|
|
216
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
199
217
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
200
218
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
201
219
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
220
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
202
221
|
* @param {*} [options] Override http request option.
|
|
203
222
|
* @throws {RequiredError}
|
|
204
223
|
* @memberof CharacterApiInterface
|
|
@@ -208,15 +227,16 @@ export interface CharacterApiInterface {
|
|
|
208
227
|
* Return a character\'s jump activation and fatigue information
|
|
209
228
|
* Get jump fatigue
|
|
210
229
|
*/
|
|
211
|
-
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
230
|
+
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
212
231
|
/**
|
|
213
232
|
* Return a list of medals the character has
|
|
214
233
|
* @summary Get medals
|
|
215
234
|
* @param {number} characterId The ID of the character
|
|
216
|
-
* @param {'
|
|
235
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
217
236
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
218
237
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
219
238
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
239
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
220
240
|
* @param {*} [options] Override http request option.
|
|
221
241
|
* @throws {RequiredError}
|
|
222
242
|
* @memberof CharacterApiInterface
|
|
@@ -226,15 +246,16 @@ export interface CharacterApiInterface {
|
|
|
226
246
|
* Return a list of medals the character has
|
|
227
247
|
* Get medals
|
|
228
248
|
*/
|
|
229
|
-
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
249
|
+
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
230
250
|
/**
|
|
231
251
|
* Return character notifications
|
|
232
252
|
* @summary Get character notifications
|
|
233
253
|
* @param {number} characterId The ID of the character
|
|
234
|
-
* @param {'
|
|
254
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
235
255
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
236
256
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
237
257
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
258
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
238
259
|
* @param {*} [options] Override http request option.
|
|
239
260
|
* @throws {RequiredError}
|
|
240
261
|
* @memberof CharacterApiInterface
|
|
@@ -244,15 +265,16 @@ export interface CharacterApiInterface {
|
|
|
244
265
|
* Return character notifications
|
|
245
266
|
* Get character notifications
|
|
246
267
|
*/
|
|
247
|
-
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
268
|
+
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
248
269
|
/**
|
|
249
270
|
* Return notifications about having been added to someone\'s contact list
|
|
250
271
|
* @summary Get new contact notifications
|
|
251
272
|
* @param {number} characterId The ID of the character
|
|
252
|
-
* @param {'
|
|
273
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
253
274
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
254
275
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
255
276
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
277
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
256
278
|
* @param {*} [options] Override http request option.
|
|
257
279
|
* @throws {RequiredError}
|
|
258
280
|
* @memberof CharacterApiInterface
|
|
@@ -262,15 +284,16 @@ export interface CharacterApiInterface {
|
|
|
262
284
|
* Return notifications about having been added to someone\'s contact list
|
|
263
285
|
* Get new contact notifications
|
|
264
286
|
*/
|
|
265
|
-
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
287
|
+
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
266
288
|
/**
|
|
267
289
|
* Get portrait urls for a character This route expires daily at 11:05
|
|
268
290
|
* @summary Get character portraits
|
|
269
291
|
* @param {number} characterId The ID of the character
|
|
270
|
-
* @param {'
|
|
292
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
271
293
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
272
294
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
273
295
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
296
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
274
297
|
* @param {*} [options] Override http request option.
|
|
275
298
|
* @throws {RequiredError}
|
|
276
299
|
* @memberof CharacterApiInterface
|
|
@@ -280,15 +303,16 @@ export interface CharacterApiInterface {
|
|
|
280
303
|
* Get portrait urls for a character This route expires daily at 11:05
|
|
281
304
|
* Get character portraits
|
|
282
305
|
*/
|
|
283
|
-
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
306
|
+
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
284
307
|
/**
|
|
285
308
|
* Returns a character\'s corporation roles
|
|
286
309
|
* @summary Get character corporation roles
|
|
287
310
|
* @param {number} characterId The ID of the character
|
|
288
|
-
* @param {'
|
|
311
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
289
312
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
290
313
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
291
314
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
315
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
292
316
|
* @param {*} [options] Override http request option.
|
|
293
317
|
* @throws {RequiredError}
|
|
294
318
|
* @memberof CharacterApiInterface
|
|
@@ -298,15 +322,16 @@ export interface CharacterApiInterface {
|
|
|
298
322
|
* Returns a character\'s corporation roles
|
|
299
323
|
* Get character corporation roles
|
|
300
324
|
*/
|
|
301
|
-
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
325
|
+
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
302
326
|
/**
|
|
303
327
|
* Return character standings from agents, NPC corporations, and factions
|
|
304
328
|
* @summary Get standings
|
|
305
329
|
* @param {number} characterId The ID of the character
|
|
306
|
-
* @param {'
|
|
330
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
307
331
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
308
332
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
309
333
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
334
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
310
335
|
* @param {*} [options] Override http request option.
|
|
311
336
|
* @throws {RequiredError}
|
|
312
337
|
* @memberof CharacterApiInterface
|
|
@@ -316,15 +341,16 @@ export interface CharacterApiInterface {
|
|
|
316
341
|
* Return character standings from agents, NPC corporations, and factions
|
|
317
342
|
* Get standings
|
|
318
343
|
*/
|
|
319
|
-
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
344
|
+
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
320
345
|
/**
|
|
321
346
|
* Returns a character\'s titles
|
|
322
347
|
* @summary Get character corporation titles
|
|
323
348
|
* @param {number} characterId The ID of the character
|
|
324
|
-
* @param {'
|
|
349
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
325
350
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
326
351
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
327
352
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
353
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
328
354
|
* @param {*} [options] Override http request option.
|
|
329
355
|
* @throws {RequiredError}
|
|
330
356
|
* @memberof CharacterApiInterface
|
|
@@ -334,15 +360,16 @@ export interface CharacterApiInterface {
|
|
|
334
360
|
* Returns a character\'s titles
|
|
335
361
|
* Get character corporation titles
|
|
336
362
|
*/
|
|
337
|
-
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
363
|
+
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
338
364
|
/**
|
|
339
365
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
340
366
|
* @summary Character affiliation
|
|
341
|
-
* @param {'
|
|
367
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
342
368
|
* @param {Set<number>} requestBody
|
|
343
369
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
344
370
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
345
371
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
372
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
346
373
|
* @param {*} [options] Override http request option.
|
|
347
374
|
* @throws {RequiredError}
|
|
348
375
|
* @memberof CharacterApiInterface
|
|
@@ -352,16 +379,17 @@ export interface CharacterApiInterface {
|
|
|
352
379
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
353
380
|
* Character affiliation
|
|
354
381
|
*/
|
|
355
|
-
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
382
|
+
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
356
383
|
/**
|
|
357
384
|
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
358
385
|
* @summary Calculate a CSPA charge cost
|
|
359
386
|
* @param {number} characterId The ID of the character
|
|
360
|
-
* @param {'
|
|
387
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
361
388
|
* @param {Set<number>} requestBody
|
|
362
389
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
363
390
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
364
391
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
392
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
365
393
|
* @param {*} [options] Override http request option.
|
|
366
394
|
* @throws {RequiredError}
|
|
367
395
|
* @memberof CharacterApiInterface
|
|
@@ -371,7 +399,7 @@ export interface CharacterApiInterface {
|
|
|
371
399
|
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
372
400
|
* Calculate a CSPA charge cost
|
|
373
401
|
*/
|
|
374
|
-
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
402
|
+
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
375
403
|
}
|
|
376
404
|
/**
|
|
377
405
|
*
|
|
@@ -386,7 +414,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
386
414
|
* Public information about a character
|
|
387
415
|
* Get character\'s public information
|
|
388
416
|
*/
|
|
389
|
-
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
417
|
+
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
390
418
|
/**
|
|
391
419
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
392
420
|
* Get agents research
|
|
@@ -396,7 +424,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
396
424
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
397
425
|
* Get agents research
|
|
398
426
|
*/
|
|
399
|
-
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
427
|
+
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
400
428
|
/**
|
|
401
429
|
* Return a list of blueprints the character owns
|
|
402
430
|
* Get blueprints
|
|
@@ -406,7 +434,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
406
434
|
* Return a list of blueprints the character owns
|
|
407
435
|
* Get blueprints
|
|
408
436
|
*/
|
|
409
|
-
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
437
|
+
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
410
438
|
/**
|
|
411
439
|
* Get a list of all the corporations a character has been a member of
|
|
412
440
|
* Get corporation history
|
|
@@ -416,7 +444,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
416
444
|
* Get a list of all the corporations a character has been a member of
|
|
417
445
|
* Get corporation history
|
|
418
446
|
*/
|
|
419
|
-
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
447
|
+
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
420
448
|
/**
|
|
421
449
|
* Return a character\'s jump activation and fatigue information
|
|
422
450
|
* Get jump fatigue
|
|
@@ -426,7 +454,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
426
454
|
* Return a character\'s jump activation and fatigue information
|
|
427
455
|
* Get jump fatigue
|
|
428
456
|
*/
|
|
429
|
-
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
457
|
+
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
430
458
|
/**
|
|
431
459
|
* Return a list of medals the character has
|
|
432
460
|
* Get medals
|
|
@@ -436,7 +464,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
436
464
|
* Return a list of medals the character has
|
|
437
465
|
* Get medals
|
|
438
466
|
*/
|
|
439
|
-
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
467
|
+
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
440
468
|
/**
|
|
441
469
|
* Return character notifications
|
|
442
470
|
* Get character notifications
|
|
@@ -446,7 +474,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
446
474
|
* Return character notifications
|
|
447
475
|
* Get character notifications
|
|
448
476
|
*/
|
|
449
|
-
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
477
|
+
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
450
478
|
/**
|
|
451
479
|
* Return notifications about having been added to someone\'s contact list
|
|
452
480
|
* Get new contact notifications
|
|
@@ -456,7 +484,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
456
484
|
* Return notifications about having been added to someone\'s contact list
|
|
457
485
|
* Get new contact notifications
|
|
458
486
|
*/
|
|
459
|
-
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
487
|
+
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
460
488
|
/**
|
|
461
489
|
* Get portrait urls for a character This route expires daily at 11:05
|
|
462
490
|
* Get character portraits
|
|
@@ -466,7 +494,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
466
494
|
* Get portrait urls for a character This route expires daily at 11:05
|
|
467
495
|
* Get character portraits
|
|
468
496
|
*/
|
|
469
|
-
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
497
|
+
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
470
498
|
/**
|
|
471
499
|
* Returns a character\'s corporation roles
|
|
472
500
|
* Get character corporation roles
|
|
@@ -476,7 +504,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
476
504
|
* Returns a character\'s corporation roles
|
|
477
505
|
* Get character corporation roles
|
|
478
506
|
*/
|
|
479
|
-
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
507
|
+
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
480
508
|
/**
|
|
481
509
|
* Return character standings from agents, NPC corporations, and factions
|
|
482
510
|
* Get standings
|
|
@@ -486,7 +514,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
486
514
|
* Return character standings from agents, NPC corporations, and factions
|
|
487
515
|
* Get standings
|
|
488
516
|
*/
|
|
489
|
-
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
517
|
+
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
490
518
|
/**
|
|
491
519
|
* Returns a character\'s titles
|
|
492
520
|
* Get character corporation titles
|
|
@@ -496,7 +524,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
496
524
|
* Returns a character\'s titles
|
|
497
525
|
* Get character corporation titles
|
|
498
526
|
*/
|
|
499
|
-
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
527
|
+
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
500
528
|
/**
|
|
501
529
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
502
530
|
* Character affiliation
|
|
@@ -506,7 +534,7 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
506
534
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
507
535
|
* Character affiliation
|
|
508
536
|
*/
|
|
509
|
-
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
537
|
+
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
510
538
|
/**
|
|
511
539
|
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
512
540
|
* Calculate a CSPA charge cost
|
|
@@ -516,14 +544,14 @@ export declare class CharacterApi extends runtime.BaseAPI implements CharacterAp
|
|
|
516
544
|
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
517
545
|
* Calculate a CSPA charge cost
|
|
518
546
|
*/
|
|
519
|
-
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
547
|
+
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
520
548
|
}
|
|
521
549
|
/**
|
|
522
550
|
* @export
|
|
523
551
|
* @enum {string}
|
|
524
552
|
*/
|
|
525
553
|
export declare enum GetCharactersCharacterIdXCompatibilityDateEnum {
|
|
526
|
-
|
|
554
|
+
_20251216 = "2025-12-16"
|
|
527
555
|
}
|
|
528
556
|
/**
|
|
529
557
|
* @export
|
|
@@ -544,7 +572,7 @@ export declare enum GetCharactersCharacterIdAcceptLanguageEnum {
|
|
|
544
572
|
* @enum {string}
|
|
545
573
|
*/
|
|
546
574
|
export declare enum GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum {
|
|
547
|
-
|
|
575
|
+
_20251216 = "2025-12-16"
|
|
548
576
|
}
|
|
549
577
|
/**
|
|
550
578
|
* @export
|
|
@@ -565,7 +593,7 @@ export declare enum GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum {
|
|
|
565
593
|
* @enum {string}
|
|
566
594
|
*/
|
|
567
595
|
export declare enum GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum {
|
|
568
|
-
|
|
596
|
+
_20251216 = "2025-12-16"
|
|
569
597
|
}
|
|
570
598
|
/**
|
|
571
599
|
* @export
|
|
@@ -586,7 +614,7 @@ export declare enum GetCharactersCharacterIdBlueprintsAcceptLanguageEnum {
|
|
|
586
614
|
* @enum {string}
|
|
587
615
|
*/
|
|
588
616
|
export declare enum GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum {
|
|
589
|
-
|
|
617
|
+
_20251216 = "2025-12-16"
|
|
590
618
|
}
|
|
591
619
|
/**
|
|
592
620
|
* @export
|
|
@@ -607,7 +635,7 @@ export declare enum GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum
|
|
|
607
635
|
* @enum {string}
|
|
608
636
|
*/
|
|
609
637
|
export declare enum GetCharactersCharacterIdFatigueXCompatibilityDateEnum {
|
|
610
|
-
|
|
638
|
+
_20251216 = "2025-12-16"
|
|
611
639
|
}
|
|
612
640
|
/**
|
|
613
641
|
* @export
|
|
@@ -628,7 +656,7 @@ export declare enum GetCharactersCharacterIdFatigueAcceptLanguageEnum {
|
|
|
628
656
|
* @enum {string}
|
|
629
657
|
*/
|
|
630
658
|
export declare enum GetCharactersCharacterIdMedalsXCompatibilityDateEnum {
|
|
631
|
-
|
|
659
|
+
_20251216 = "2025-12-16"
|
|
632
660
|
}
|
|
633
661
|
/**
|
|
634
662
|
* @export
|
|
@@ -649,7 +677,7 @@ export declare enum GetCharactersCharacterIdMedalsAcceptLanguageEnum {
|
|
|
649
677
|
* @enum {string}
|
|
650
678
|
*/
|
|
651
679
|
export declare enum GetCharactersCharacterIdNotificationsXCompatibilityDateEnum {
|
|
652
|
-
|
|
680
|
+
_20251216 = "2025-12-16"
|
|
653
681
|
}
|
|
654
682
|
/**
|
|
655
683
|
* @export
|
|
@@ -670,7 +698,7 @@ export declare enum GetCharactersCharacterIdNotificationsAcceptLanguageEnum {
|
|
|
670
698
|
* @enum {string}
|
|
671
699
|
*/
|
|
672
700
|
export declare enum GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum {
|
|
673
|
-
|
|
701
|
+
_20251216 = "2025-12-16"
|
|
674
702
|
}
|
|
675
703
|
/**
|
|
676
704
|
* @export
|
|
@@ -691,7 +719,7 @@ export declare enum GetCharactersCharacterIdNotificationsContactsAcceptLanguageE
|
|
|
691
719
|
* @enum {string}
|
|
692
720
|
*/
|
|
693
721
|
export declare enum GetCharactersCharacterIdPortraitXCompatibilityDateEnum {
|
|
694
|
-
|
|
722
|
+
_20251216 = "2025-12-16"
|
|
695
723
|
}
|
|
696
724
|
/**
|
|
697
725
|
* @export
|
|
@@ -712,7 +740,7 @@ export declare enum GetCharactersCharacterIdPortraitAcceptLanguageEnum {
|
|
|
712
740
|
* @enum {string}
|
|
713
741
|
*/
|
|
714
742
|
export declare enum GetCharactersCharacterIdRolesXCompatibilityDateEnum {
|
|
715
|
-
|
|
743
|
+
_20251216 = "2025-12-16"
|
|
716
744
|
}
|
|
717
745
|
/**
|
|
718
746
|
* @export
|
|
@@ -733,7 +761,7 @@ export declare enum GetCharactersCharacterIdRolesAcceptLanguageEnum {
|
|
|
733
761
|
* @enum {string}
|
|
734
762
|
*/
|
|
735
763
|
export declare enum GetCharactersCharacterIdStandingsXCompatibilityDateEnum {
|
|
736
|
-
|
|
764
|
+
_20251216 = "2025-12-16"
|
|
737
765
|
}
|
|
738
766
|
/**
|
|
739
767
|
* @export
|
|
@@ -754,7 +782,7 @@ export declare enum GetCharactersCharacterIdStandingsAcceptLanguageEnum {
|
|
|
754
782
|
* @enum {string}
|
|
755
783
|
*/
|
|
756
784
|
export declare enum GetCharactersCharacterIdTitlesXCompatibilityDateEnum {
|
|
757
|
-
|
|
785
|
+
_20251216 = "2025-12-16"
|
|
758
786
|
}
|
|
759
787
|
/**
|
|
760
788
|
* @export
|
|
@@ -775,7 +803,7 @@ export declare enum GetCharactersCharacterIdTitlesAcceptLanguageEnum {
|
|
|
775
803
|
* @enum {string}
|
|
776
804
|
*/
|
|
777
805
|
export declare enum PostCharactersAffiliationXCompatibilityDateEnum {
|
|
778
|
-
|
|
806
|
+
_20251216 = "2025-12-16"
|
|
779
807
|
}
|
|
780
808
|
/**
|
|
781
809
|
* @export
|
|
@@ -796,7 +824,7 @@ export declare enum PostCharactersAffiliationAcceptLanguageEnum {
|
|
|
796
824
|
* @enum {string}
|
|
797
825
|
*/
|
|
798
826
|
export declare enum PostCharactersCharacterIdCspaXCompatibilityDateEnum {
|
|
799
|
-
|
|
827
|
+
_20251216 = "2025-12-16"
|
|
800
828
|
}
|
|
801
829
|
/**
|
|
802
830
|
* @export
|