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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
CharactersCharacterIdFwStatsGet,
|
|
@@ -32,6 +33,7 @@ export interface GetCharactersCharacterIdFwStatsRequest {
|
|
|
32
33
|
acceptLanguage?: GetCharactersCharacterIdFwStatsAcceptLanguageEnum;
|
|
33
34
|
ifNoneMatch?: string;
|
|
34
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
export interface GetCorporationsCorporationIdFwStatsRequest {
|
|
@@ -40,6 +42,7 @@ export interface GetCorporationsCorporationIdFwStatsRequest {
|
|
|
40
42
|
acceptLanguage?: GetCorporationsCorporationIdFwStatsAcceptLanguageEnum;
|
|
41
43
|
ifNoneMatch?: string;
|
|
42
44
|
xTenant?: string;
|
|
45
|
+
ifModifiedSince?: string;
|
|
43
46
|
}
|
|
44
47
|
|
|
45
48
|
export interface GetFwLeaderboardsRequest {
|
|
@@ -47,6 +50,7 @@ export interface GetFwLeaderboardsRequest {
|
|
|
47
50
|
acceptLanguage?: GetFwLeaderboardsAcceptLanguageEnum;
|
|
48
51
|
ifNoneMatch?: string;
|
|
49
52
|
xTenant?: string;
|
|
53
|
+
ifModifiedSince?: string;
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
export interface GetFwLeaderboardsCharactersRequest {
|
|
@@ -54,6 +58,7 @@ export interface GetFwLeaderboardsCharactersRequest {
|
|
|
54
58
|
acceptLanguage?: GetFwLeaderboardsCharactersAcceptLanguageEnum;
|
|
55
59
|
ifNoneMatch?: string;
|
|
56
60
|
xTenant?: string;
|
|
61
|
+
ifModifiedSince?: string;
|
|
57
62
|
}
|
|
58
63
|
|
|
59
64
|
export interface GetFwLeaderboardsCorporationsRequest {
|
|
@@ -61,6 +66,7 @@ export interface GetFwLeaderboardsCorporationsRequest {
|
|
|
61
66
|
acceptLanguage?: GetFwLeaderboardsCorporationsAcceptLanguageEnum;
|
|
62
67
|
ifNoneMatch?: string;
|
|
63
68
|
xTenant?: string;
|
|
69
|
+
ifModifiedSince?: string;
|
|
64
70
|
}
|
|
65
71
|
|
|
66
72
|
export interface GetFwStatsRequest {
|
|
@@ -68,6 +74,7 @@ export interface GetFwStatsRequest {
|
|
|
68
74
|
acceptLanguage?: GetFwStatsAcceptLanguageEnum;
|
|
69
75
|
ifNoneMatch?: string;
|
|
70
76
|
xTenant?: string;
|
|
77
|
+
ifModifiedSince?: string;
|
|
71
78
|
}
|
|
72
79
|
|
|
73
80
|
export interface GetFwSystemsRequest {
|
|
@@ -75,6 +82,7 @@ export interface GetFwSystemsRequest {
|
|
|
75
82
|
acceptLanguage?: GetFwSystemsAcceptLanguageEnum;
|
|
76
83
|
ifNoneMatch?: string;
|
|
77
84
|
xTenant?: string;
|
|
85
|
+
ifModifiedSince?: string;
|
|
78
86
|
}
|
|
79
87
|
|
|
80
88
|
export interface GetFwWarsRequest {
|
|
@@ -82,6 +90,7 @@ export interface GetFwWarsRequest {
|
|
|
82
90
|
acceptLanguage?: GetFwWarsAcceptLanguageEnum;
|
|
83
91
|
ifNoneMatch?: string;
|
|
84
92
|
xTenant?: string;
|
|
93
|
+
ifModifiedSince?: string;
|
|
85
94
|
}
|
|
86
95
|
|
|
87
96
|
/**
|
|
@@ -95,10 +104,11 @@ export interface FactionWarfareApiInterface {
|
|
|
95
104
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
96
105
|
* @summary Overview of a character involved in faction warfare
|
|
97
106
|
* @param {number} characterId The ID of the character
|
|
98
|
-
* @param {'
|
|
107
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
99
108
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
100
109
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
101
110
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
111
|
+
* @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.
|
|
102
112
|
* @param {*} [options] Override http request option.
|
|
103
113
|
* @throws {RequiredError}
|
|
104
114
|
* @memberof FactionWarfareApiInterface
|
|
@@ -109,16 +119,17 @@ export interface FactionWarfareApiInterface {
|
|
|
109
119
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
110
120
|
* Overview of a character involved in faction warfare
|
|
111
121
|
*/
|
|
112
|
-
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
122
|
+
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
113
123
|
|
|
114
124
|
/**
|
|
115
125
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
116
126
|
* @summary Overview of a corporation involved in faction warfare
|
|
117
127
|
* @param {number} corporationId The ID of the corporation
|
|
118
|
-
* @param {'
|
|
128
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
119
129
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
120
130
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
121
131
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
132
|
+
* @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.
|
|
122
133
|
* @param {*} [options] Override http request option.
|
|
123
134
|
* @throws {RequiredError}
|
|
124
135
|
* @memberof FactionWarfareApiInterface
|
|
@@ -129,15 +140,16 @@ export interface FactionWarfareApiInterface {
|
|
|
129
140
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
130
141
|
* Overview of a corporation involved in faction warfare
|
|
131
142
|
*/
|
|
132
|
-
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
143
|
+
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
133
144
|
|
|
134
145
|
/**
|
|
135
146
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
136
147
|
* @summary List of the top factions in faction warfare
|
|
137
|
-
* @param {'
|
|
148
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
138
149
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
139
150
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
140
151
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
152
|
+
* @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.
|
|
141
153
|
* @param {*} [options] Override http request option.
|
|
142
154
|
* @throws {RequiredError}
|
|
143
155
|
* @memberof FactionWarfareApiInterface
|
|
@@ -148,15 +160,16 @@ export interface FactionWarfareApiInterface {
|
|
|
148
160
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
149
161
|
* List of the top factions in faction warfare
|
|
150
162
|
*/
|
|
151
|
-
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
163
|
+
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
152
164
|
|
|
153
165
|
/**
|
|
154
166
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
155
167
|
* @summary List of the top pilots in faction warfare
|
|
156
|
-
* @param {'
|
|
168
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
157
169
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
158
170
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
159
171
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
172
|
+
* @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.
|
|
160
173
|
* @param {*} [options] Override http request option.
|
|
161
174
|
* @throws {RequiredError}
|
|
162
175
|
* @memberof FactionWarfareApiInterface
|
|
@@ -167,15 +180,16 @@ export interface FactionWarfareApiInterface {
|
|
|
167
180
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
168
181
|
* List of the top pilots in faction warfare
|
|
169
182
|
*/
|
|
170
|
-
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
183
|
+
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
171
184
|
|
|
172
185
|
/**
|
|
173
186
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
174
187
|
* @summary List of the top corporations in faction warfare
|
|
175
|
-
* @param {'
|
|
188
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
176
189
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
177
190
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
178
191
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
192
|
+
* @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.
|
|
179
193
|
* @param {*} [options] Override http request option.
|
|
180
194
|
* @throws {RequiredError}
|
|
181
195
|
* @memberof FactionWarfareApiInterface
|
|
@@ -186,15 +200,16 @@ export interface FactionWarfareApiInterface {
|
|
|
186
200
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
187
201
|
* List of the top corporations in faction warfare
|
|
188
202
|
*/
|
|
189
|
-
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
203
|
+
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
190
204
|
|
|
191
205
|
/**
|
|
192
206
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
193
207
|
* @summary An overview of statistics about factions involved in faction warfare
|
|
194
|
-
* @param {'
|
|
208
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
195
209
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
196
210
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
197
211
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
212
|
+
* @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.
|
|
198
213
|
* @param {*} [options] Override http request option.
|
|
199
214
|
* @throws {RequiredError}
|
|
200
215
|
* @memberof FactionWarfareApiInterface
|
|
@@ -205,15 +220,16 @@ export interface FactionWarfareApiInterface {
|
|
|
205
220
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
206
221
|
* An overview of statistics about factions involved in faction warfare
|
|
207
222
|
*/
|
|
208
|
-
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
223
|
+
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
209
224
|
|
|
210
225
|
/**
|
|
211
226
|
* An overview of the current ownership of faction warfare solar systems
|
|
212
227
|
* @summary Ownership of faction warfare systems
|
|
213
|
-
* @param {'
|
|
228
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
214
229
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
215
230
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
216
231
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
232
|
+
* @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.
|
|
217
233
|
* @param {*} [options] Override http request option.
|
|
218
234
|
* @throws {RequiredError}
|
|
219
235
|
* @memberof FactionWarfareApiInterface
|
|
@@ -224,15 +240,16 @@ export interface FactionWarfareApiInterface {
|
|
|
224
240
|
* An overview of the current ownership of faction warfare solar systems
|
|
225
241
|
* Ownership of faction warfare systems
|
|
226
242
|
*/
|
|
227
|
-
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
243
|
+
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
228
244
|
|
|
229
245
|
/**
|
|
230
246
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
231
247
|
* @summary Data about which NPC factions are at war
|
|
232
|
-
* @param {'
|
|
248
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
233
249
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
234
250
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
235
251
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
252
|
+
* @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.
|
|
236
253
|
* @param {*} [options] Override http request option.
|
|
237
254
|
* @throws {RequiredError}
|
|
238
255
|
* @memberof FactionWarfareApiInterface
|
|
@@ -243,7 +260,7 @@ export interface FactionWarfareApiInterface {
|
|
|
243
260
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
244
261
|
* Data about which NPC factions are at war
|
|
245
262
|
*/
|
|
246
|
-
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
263
|
+
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
247
264
|
|
|
248
265
|
}
|
|
249
266
|
|
|
@@ -291,6 +308,10 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
291
308
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
292
309
|
}
|
|
293
310
|
|
|
311
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
312
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
313
|
+
}
|
|
314
|
+
|
|
294
315
|
/*
|
|
295
316
|
if (this.configuration && this.configuration.accessToken) {
|
|
296
317
|
// oauth required
|
|
@@ -302,6 +323,11 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
302
323
|
let urlPath = `/characters/{character_id}/fw/stats`;
|
|
303
324
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
304
325
|
|
|
326
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
327
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
328
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
329
|
+
}
|
|
330
|
+
|
|
305
331
|
const facade = this.configuration?.apiFacade;
|
|
306
332
|
if (!facade) {
|
|
307
333
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -314,16 +340,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
314
340
|
query: queryParameters,
|
|
315
341
|
}, initOverrides);
|
|
316
342
|
|
|
317
|
-
return
|
|
343
|
+
return response;
|
|
318
344
|
}
|
|
319
345
|
|
|
320
346
|
/**
|
|
321
347
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
322
348
|
* Overview of a character involved in faction warfare
|
|
323
349
|
*/
|
|
324
|
-
async getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
350
|
+
async getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
325
351
|
const response = await this.getCharactersCharacterIdFwStatsRaw(requestParameters, initOverrides);
|
|
326
|
-
return
|
|
352
|
+
return response;
|
|
327
353
|
}
|
|
328
354
|
|
|
329
355
|
/**
|
|
@@ -365,6 +391,10 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
365
391
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
366
392
|
}
|
|
367
393
|
|
|
394
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
395
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
396
|
+
}
|
|
397
|
+
|
|
368
398
|
/*
|
|
369
399
|
if (this.configuration && this.configuration.accessToken) {
|
|
370
400
|
// oauth required
|
|
@@ -376,6 +406,11 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
376
406
|
let urlPath = `/corporations/{corporation_id}/fw/stats`;
|
|
377
407
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
378
408
|
|
|
409
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
410
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
411
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
412
|
+
}
|
|
413
|
+
|
|
379
414
|
const facade = this.configuration?.apiFacade;
|
|
380
415
|
if (!facade) {
|
|
381
416
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -388,16 +423,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
388
423
|
query: queryParameters,
|
|
389
424
|
}, initOverrides);
|
|
390
425
|
|
|
391
|
-
return
|
|
426
|
+
return response;
|
|
392
427
|
}
|
|
393
428
|
|
|
394
429
|
/**
|
|
395
430
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
396
431
|
* Overview of a corporation involved in faction warfare
|
|
397
432
|
*/
|
|
398
|
-
async getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
433
|
+
async getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
399
434
|
const response = await this.getCorporationsCorporationIdFwStatsRaw(requestParameters, initOverrides);
|
|
400
|
-
return
|
|
435
|
+
return response;
|
|
401
436
|
}
|
|
402
437
|
|
|
403
438
|
/**
|
|
@@ -432,11 +467,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
432
467
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
433
468
|
}
|
|
434
469
|
|
|
470
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
471
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
472
|
+
}
|
|
473
|
+
|
|
435
474
|
/*
|
|
436
475
|
*/
|
|
437
476
|
|
|
438
477
|
let urlPath = `/fw/leaderboards`;
|
|
439
478
|
|
|
479
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
480
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
481
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
482
|
+
}
|
|
483
|
+
|
|
440
484
|
const facade = this.configuration?.apiFacade;
|
|
441
485
|
if (!facade) {
|
|
442
486
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -449,16 +493,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
449
493
|
query: queryParameters,
|
|
450
494
|
}, initOverrides);
|
|
451
495
|
|
|
452
|
-
return
|
|
496
|
+
return response;
|
|
453
497
|
}
|
|
454
498
|
|
|
455
499
|
/**
|
|
456
500
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
457
501
|
* List of the top factions in faction warfare
|
|
458
502
|
*/
|
|
459
|
-
async getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
503
|
+
async getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
460
504
|
const response = await this.getFwLeaderboardsRaw(requestParameters, initOverrides);
|
|
461
|
-
return
|
|
505
|
+
return response;
|
|
462
506
|
}
|
|
463
507
|
|
|
464
508
|
/**
|
|
@@ -493,11 +537,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
493
537
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
494
538
|
}
|
|
495
539
|
|
|
540
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
541
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
542
|
+
}
|
|
543
|
+
|
|
496
544
|
/*
|
|
497
545
|
*/
|
|
498
546
|
|
|
499
547
|
let urlPath = `/fw/leaderboards/characters`;
|
|
500
548
|
|
|
549
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
550
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
551
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
552
|
+
}
|
|
553
|
+
|
|
501
554
|
const facade = this.configuration?.apiFacade;
|
|
502
555
|
if (!facade) {
|
|
503
556
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -510,16 +563,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
510
563
|
query: queryParameters,
|
|
511
564
|
}, initOverrides);
|
|
512
565
|
|
|
513
|
-
return
|
|
566
|
+
return response;
|
|
514
567
|
}
|
|
515
568
|
|
|
516
569
|
/**
|
|
517
570
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
518
571
|
* List of the top pilots in faction warfare
|
|
519
572
|
*/
|
|
520
|
-
async getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
573
|
+
async getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
521
574
|
const response = await this.getFwLeaderboardsCharactersRaw(requestParameters, initOverrides);
|
|
522
|
-
return
|
|
575
|
+
return response;
|
|
523
576
|
}
|
|
524
577
|
|
|
525
578
|
/**
|
|
@@ -554,11 +607,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
554
607
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
555
608
|
}
|
|
556
609
|
|
|
610
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
611
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
612
|
+
}
|
|
613
|
+
|
|
557
614
|
/*
|
|
558
615
|
*/
|
|
559
616
|
|
|
560
617
|
let urlPath = `/fw/leaderboards/corporations`;
|
|
561
618
|
|
|
619
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
620
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
621
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
622
|
+
}
|
|
623
|
+
|
|
562
624
|
const facade = this.configuration?.apiFacade;
|
|
563
625
|
if (!facade) {
|
|
564
626
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -571,16 +633,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
571
633
|
query: queryParameters,
|
|
572
634
|
}, initOverrides);
|
|
573
635
|
|
|
574
|
-
return
|
|
636
|
+
return response;
|
|
575
637
|
}
|
|
576
638
|
|
|
577
639
|
/**
|
|
578
640
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
579
641
|
* List of the top corporations in faction warfare
|
|
580
642
|
*/
|
|
581
|
-
async getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
643
|
+
async getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
582
644
|
const response = await this.getFwLeaderboardsCorporationsRaw(requestParameters, initOverrides);
|
|
583
|
-
return
|
|
645
|
+
return response;
|
|
584
646
|
}
|
|
585
647
|
|
|
586
648
|
/**
|
|
@@ -615,11 +677,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
615
677
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
616
678
|
}
|
|
617
679
|
|
|
680
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
681
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
682
|
+
}
|
|
683
|
+
|
|
618
684
|
/*
|
|
619
685
|
*/
|
|
620
686
|
|
|
621
687
|
let urlPath = `/fw/stats`;
|
|
622
688
|
|
|
689
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
690
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
691
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
692
|
+
}
|
|
693
|
+
|
|
623
694
|
const facade = this.configuration?.apiFacade;
|
|
624
695
|
if (!facade) {
|
|
625
696
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -632,16 +703,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
632
703
|
query: queryParameters,
|
|
633
704
|
}, initOverrides);
|
|
634
705
|
|
|
635
|
-
return
|
|
706
|
+
return response;
|
|
636
707
|
}
|
|
637
708
|
|
|
638
709
|
/**
|
|
639
710
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
640
711
|
* An overview of statistics about factions involved in faction warfare
|
|
641
712
|
*/
|
|
642
|
-
async getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
713
|
+
async getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
643
714
|
const response = await this.getFwStatsRaw(requestParameters, initOverrides);
|
|
644
|
-
return
|
|
715
|
+
return response;
|
|
645
716
|
}
|
|
646
717
|
|
|
647
718
|
/**
|
|
@@ -676,11 +747,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
676
747
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
677
748
|
}
|
|
678
749
|
|
|
750
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
751
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
752
|
+
}
|
|
753
|
+
|
|
679
754
|
/*
|
|
680
755
|
*/
|
|
681
756
|
|
|
682
757
|
let urlPath = `/fw/systems`;
|
|
683
758
|
|
|
759
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
760
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
761
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
762
|
+
}
|
|
763
|
+
|
|
684
764
|
const facade = this.configuration?.apiFacade;
|
|
685
765
|
if (!facade) {
|
|
686
766
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -693,16 +773,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
693
773
|
query: queryParameters,
|
|
694
774
|
}, initOverrides);
|
|
695
775
|
|
|
696
|
-
return
|
|
776
|
+
return response;
|
|
697
777
|
}
|
|
698
778
|
|
|
699
779
|
/**
|
|
700
780
|
* An overview of the current ownership of faction warfare solar systems
|
|
701
781
|
* Ownership of faction warfare systems
|
|
702
782
|
*/
|
|
703
|
-
async getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
783
|
+
async getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
704
784
|
const response = await this.getFwSystemsRaw(requestParameters, initOverrides);
|
|
705
|
-
return
|
|
785
|
+
return response;
|
|
706
786
|
}
|
|
707
787
|
|
|
708
788
|
/**
|
|
@@ -737,11 +817,20 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
737
817
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
738
818
|
}
|
|
739
819
|
|
|
820
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
821
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
822
|
+
}
|
|
823
|
+
|
|
740
824
|
/*
|
|
741
825
|
*/
|
|
742
826
|
|
|
743
827
|
let urlPath = `/fw/wars`;
|
|
744
828
|
|
|
829
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
830
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
831
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
832
|
+
}
|
|
833
|
+
|
|
745
834
|
const facade = this.configuration?.apiFacade;
|
|
746
835
|
if (!facade) {
|
|
747
836
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -754,16 +843,16 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
754
843
|
query: queryParameters,
|
|
755
844
|
}, initOverrides);
|
|
756
845
|
|
|
757
|
-
return
|
|
846
|
+
return response;
|
|
758
847
|
}
|
|
759
848
|
|
|
760
849
|
/**
|
|
761
850
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
762
851
|
* Data about which NPC factions are at war
|
|
763
852
|
*/
|
|
764
|
-
async getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
853
|
+
async getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
765
854
|
const response = await this.getFwWarsRaw(requestParameters, initOverrides);
|
|
766
|
-
return
|
|
855
|
+
return response;
|
|
767
856
|
}
|
|
768
857
|
|
|
769
858
|
}
|
|
@@ -773,7 +862,7 @@ export class FactionWarfareApi extends runtime.BaseAPI implements FactionWarfare
|
|
|
773
862
|
* @enum {string}
|
|
774
863
|
*/
|
|
775
864
|
export enum GetCharactersCharacterIdFwStatsXCompatibilityDateEnum {
|
|
776
|
-
|
|
865
|
+
_20251216 = '2025-12-16'
|
|
777
866
|
}
|
|
778
867
|
/**
|
|
779
868
|
* @export
|
|
@@ -794,7 +883,7 @@ export enum GetCharactersCharacterIdFwStatsAcceptLanguageEnum {
|
|
|
794
883
|
* @enum {string}
|
|
795
884
|
*/
|
|
796
885
|
export enum GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum {
|
|
797
|
-
|
|
886
|
+
_20251216 = '2025-12-16'
|
|
798
887
|
}
|
|
799
888
|
/**
|
|
800
889
|
* @export
|
|
@@ -815,7 +904,7 @@ export enum GetCorporationsCorporationIdFwStatsAcceptLanguageEnum {
|
|
|
815
904
|
* @enum {string}
|
|
816
905
|
*/
|
|
817
906
|
export enum GetFwLeaderboardsXCompatibilityDateEnum {
|
|
818
|
-
|
|
907
|
+
_20251216 = '2025-12-16'
|
|
819
908
|
}
|
|
820
909
|
/**
|
|
821
910
|
* @export
|
|
@@ -836,7 +925,7 @@ export enum GetFwLeaderboardsAcceptLanguageEnum {
|
|
|
836
925
|
* @enum {string}
|
|
837
926
|
*/
|
|
838
927
|
export enum GetFwLeaderboardsCharactersXCompatibilityDateEnum {
|
|
839
|
-
|
|
928
|
+
_20251216 = '2025-12-16'
|
|
840
929
|
}
|
|
841
930
|
/**
|
|
842
931
|
* @export
|
|
@@ -857,7 +946,7 @@ export enum GetFwLeaderboardsCharactersAcceptLanguageEnum {
|
|
|
857
946
|
* @enum {string}
|
|
858
947
|
*/
|
|
859
948
|
export enum GetFwLeaderboardsCorporationsXCompatibilityDateEnum {
|
|
860
|
-
|
|
949
|
+
_20251216 = '2025-12-16'
|
|
861
950
|
}
|
|
862
951
|
/**
|
|
863
952
|
* @export
|
|
@@ -878,7 +967,7 @@ export enum GetFwLeaderboardsCorporationsAcceptLanguageEnum {
|
|
|
878
967
|
* @enum {string}
|
|
879
968
|
*/
|
|
880
969
|
export enum GetFwStatsXCompatibilityDateEnum {
|
|
881
|
-
|
|
970
|
+
_20251216 = '2025-12-16'
|
|
882
971
|
}
|
|
883
972
|
/**
|
|
884
973
|
* @export
|
|
@@ -899,7 +988,7 @@ export enum GetFwStatsAcceptLanguageEnum {
|
|
|
899
988
|
* @enum {string}
|
|
900
989
|
*/
|
|
901
990
|
export enum GetFwSystemsXCompatibilityDateEnum {
|
|
902
|
-
|
|
991
|
+
_20251216 = '2025-12-16'
|
|
903
992
|
}
|
|
904
993
|
/**
|
|
905
994
|
* @export
|
|
@@ -920,7 +1009,7 @@ export enum GetFwSystemsAcceptLanguageEnum {
|
|
|
920
1009
|
* @enum {string}
|
|
921
1010
|
*/
|
|
922
1011
|
export enum GetFwWarsXCompatibilityDateEnum {
|
|
923
|
-
|
|
1012
|
+
_20251216 = '2025-12-16'
|
|
924
1013
|
}
|
|
925
1014
|
/**
|
|
926
1015
|
* @export
|