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.
Files changed (255) hide show
  1. package/.openapi-generator/FILES +105 -0
  2. package/README.md +119 -5
  3. package/dist/apis/AllianceApi.d.ts +25 -17
  4. package/dist/apis/AllianceApi.js +42 -17
  5. package/dist/apis/AssetsApi.d.ts +37 -25
  6. package/dist/apis/AssetsApi.js +62 -25
  7. package/dist/apis/CalendarApi.d.ts +25 -17
  8. package/dist/apis/CalendarApi.js +42 -18
  9. package/dist/apis/CharacterApi.d.ts +85 -57
  10. package/dist/apis/CharacterApi.js +142 -63
  11. package/dist/apis/ClonesApi.d.ts +13 -9
  12. package/dist/apis/ClonesApi.js +22 -9
  13. package/dist/apis/ContactsApi.d.ts +55 -37
  14. package/dist/apis/ContactsApi.js +92 -39
  15. package/dist/apis/ContractsApi.d.ts +55 -37
  16. package/dist/apis/ContractsApi.js +92 -37
  17. package/dist/apis/CorporationApi.d.ts +133 -89
  18. package/dist/apis/CorporationApi.js +222 -95
  19. package/dist/apis/CorporationProjectsApi.d.ts +288 -0
  20. package/dist/apis/CorporationProjectsApi.js +514 -0
  21. package/dist/apis/DogmaApi.d.ts +31 -21
  22. package/dist/apis/DogmaApi.js +52 -21
  23. package/dist/apis/FactionWarfareApi.d.ts +49 -33
  24. package/dist/apis/FactionWarfareApi.js +82 -33
  25. package/dist/apis/FittingsApi.d.ts +19 -13
  26. package/dist/apis/FittingsApi.js +32 -14
  27. package/dist/apis/FleetsApi.d.ts +85 -57
  28. package/dist/apis/FleetsApi.js +142 -65
  29. package/dist/apis/FreelanceJobsApi.d.ts +396 -0
  30. package/dist/apis/FreelanceJobsApi.js +696 -0
  31. package/dist/apis/IncursionsApi.d.ts +7 -5
  32. package/dist/apis/IncursionsApi.js +12 -5
  33. package/dist/apis/IndustryApi.d.ts +49 -33
  34. package/dist/apis/IndustryApi.js +82 -33
  35. package/dist/apis/InsuranceApi.d.ts +7 -5
  36. package/dist/apis/InsuranceApi.js +12 -5
  37. package/dist/apis/KillmailsApi.d.ts +19 -13
  38. package/dist/apis/KillmailsApi.js +32 -13
  39. package/dist/apis/LocationApi.d.ts +19 -13
  40. package/dist/apis/LocationApi.js +32 -13
  41. package/dist/apis/LoyaltyApi.d.ts +13 -9
  42. package/dist/apis/LoyaltyApi.js +22 -9
  43. package/dist/apis/MailApi.d.ts +55 -37
  44. package/dist/apis/MailApi.js +92 -52
  45. package/dist/apis/MarketApi.d.ts +67 -45
  46. package/dist/apis/MarketApi.js +112 -45
  47. package/dist/apis/MetaApi.d.ts +70 -10
  48. package/dist/apis/MetaApi.js +116 -10
  49. package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
  50. package/dist/apis/PlanetaryInteractionApi.js +42 -17
  51. package/dist/apis/RoutesApi.d.ts +29 -39
  52. package/dist/apis/RoutesApi.js +48 -55
  53. package/dist/apis/SearchApi.d.ts +7 -5
  54. package/dist/apis/SearchApi.js +12 -5
  55. package/dist/apis/SkillsApi.d.ts +19 -13
  56. package/dist/apis/SkillsApi.js +32 -13
  57. package/dist/apis/SovereigntyApi.d.ts +19 -13
  58. package/dist/apis/SovereigntyApi.js +32 -13
  59. package/dist/apis/StatusApi.d.ts +7 -5
  60. package/dist/apis/StatusApi.js +12 -5
  61. package/dist/apis/UniverseApi.d.ts +181 -121
  62. package/dist/apis/UniverseApi.js +302 -121
  63. package/dist/apis/UserInterfaceApi.d.ts +31 -21
  64. package/dist/apis/UserInterfaceApi.js +52 -26
  65. package/dist/apis/WalletApi.d.ts +37 -25
  66. package/dist/apis/WalletApi.js +62 -31
  67. package/dist/apis/WarsApi.d.ts +19 -13
  68. package/dist/apis/WarsApi.js +32 -13
  69. package/dist/apis/index.d.ts +2 -0
  70. package/dist/apis/index.js +2 -0
  71. package/dist/constants.d.ts +8 -0
  72. package/dist/constants.js +13 -0
  73. package/dist/index.d.ts +1 -0
  74. package/dist/index.js +5 -0
  75. package/dist/models/index.d.ts +2339 -295
  76. package/dist/models/index.js +165 -2
  77. package/dist/runtime.d.ts +6 -56
  78. package/dist/runtime.js +4 -309
  79. package/docs/AllianceApi.md +24 -12
  80. package/docs/AllianceId.md +14 -0
  81. package/docs/AssetsApi.md +36 -18
  82. package/docs/CalendarApi.md +24 -12
  83. package/docs/CaptureFwComplex.md +14 -0
  84. package/docs/CharacterApi.md +84 -42
  85. package/docs/CharacterId.md +14 -0
  86. package/docs/CharactersFreelanceJobsListing.md +14 -0
  87. package/docs/CharactersFreelanceJobsParticipation.md +16 -0
  88. package/docs/ClonesApi.md +12 -6
  89. package/docs/ConstellationId.md +14 -0
  90. package/docs/ContactsApi.md +54 -27
  91. package/docs/ContractsApi.md +54 -27
  92. package/docs/CorporationApi.md +132 -66
  93. package/docs/CorporationId.md +14 -0
  94. package/docs/CorporationItemDelivery.md +14 -0
  95. package/docs/CorporationProjectsApi.md +393 -0
  96. package/docs/CorporationsFreelanceJobsListing.md +15 -0
  97. package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
  98. package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
  99. package/docs/CorporationsProjectsContribution.md +15 -0
  100. package/docs/CorporationsProjectsContributors.md +15 -0
  101. package/docs/CorporationsProjectsContributorsContributor.md +16 -0
  102. package/docs/CorporationsProjectsDetail.md +23 -0
  103. package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
  104. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
  105. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
  106. package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
  107. package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
  108. package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
  109. package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
  110. package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
  111. package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
  112. package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
  113. package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
  114. package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
  115. package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
  116. package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
  117. package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
  118. package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
  119. package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
  120. package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
  121. package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
  122. package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
  123. package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
  124. package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
  125. package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
  126. package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
  127. package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
  128. package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
  129. package/docs/CorporationsProjectsDetailContribution.md +17 -0
  130. package/docs/CorporationsProjectsDetailCreator.md +15 -0
  131. package/docs/CorporationsProjectsDetailDetails.md +18 -0
  132. package/docs/CorporationsProjectsDetailProgress.md +15 -0
  133. package/docs/CorporationsProjectsDetailProject.md +19 -0
  134. package/docs/CorporationsProjectsDetailReward.md +15 -0
  135. package/docs/CorporationsProjectsListing.md +15 -0
  136. package/docs/Cursor.md +15 -0
  137. package/docs/DamageShip.md +14 -0
  138. package/docs/DefendFwComplex.md +14 -0
  139. package/docs/DeliverItem.md +14 -0
  140. package/docs/DestroyNpc.md +14 -0
  141. package/docs/DestroyShip.md +14 -0
  142. package/docs/DogmaApi.md +30 -15
  143. package/docs/EarnLoyaltyPoint.md +14 -0
  144. package/docs/FactionId.md +14 -0
  145. package/docs/FactionWarfareApi.md +48 -24
  146. package/docs/FittingsApi.md +18 -9
  147. package/docs/FleetsApi.md +84 -42
  148. package/docs/FreelanceJobsApi.md +561 -0
  149. package/docs/FreelanceJobsDetail.md +23 -0
  150. package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
  151. package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
  152. package/docs/FreelanceJobsDetailConfiguration.md +16 -0
  153. package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
  154. package/docs/FreelanceJobsDetailContribution.md +18 -0
  155. package/docs/FreelanceJobsDetailCreator.md +15 -0
  156. package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
  157. package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
  158. package/docs/FreelanceJobsDetailDetails.md +19 -0
  159. package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
  160. package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
  161. package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
  162. package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
  163. package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
  164. package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
  165. package/docs/FreelanceJobsDetailProgress.md +15 -0
  166. package/docs/FreelanceJobsDetailRestrictions.md +15 -0
  167. package/docs/FreelanceJobsDetailReward.md +15 -0
  168. package/docs/FreelanceJobsListing.md +15 -0
  169. package/docs/GroupId.md +14 -0
  170. package/docs/GroupId1.md +14 -0
  171. package/docs/IncursionsApi.md +6 -3
  172. package/docs/IndustryApi.md +48 -24
  173. package/docs/InsuranceApi.md +6 -3
  174. package/docs/KillmailsApi.md +18 -9
  175. package/docs/LocationApi.md +18 -9
  176. package/docs/LostShip.md +14 -0
  177. package/docs/LoyaltyApi.md +12 -6
  178. package/docs/MailApi.md +54 -27
  179. package/docs/Manual.md +14 -0
  180. package/docs/ManufactureItem.md +14 -0
  181. package/docs/MarketApi.md +66 -33
  182. package/docs/Matcher.md +14 -0
  183. package/docs/MetaApi.md +95 -8
  184. package/docs/MetaChangelogEntry.md +1 -1
  185. package/docs/MetaStatus.md +14 -0
  186. package/docs/MetaStatusRoutestatus.md +16 -0
  187. package/docs/MineMaterial.md +14 -0
  188. package/docs/ModelBoolean.md +14 -0
  189. package/docs/Options.md +14 -0
  190. package/docs/PlanetaryInteractionApi.md +24 -12
  191. package/docs/RegionId.md +14 -0
  192. package/docs/RemoteBoostShield.md +14 -0
  193. package/docs/RemoteRepairArmor.md +14 -0
  194. package/docs/Route.md +14 -0
  195. package/docs/RouteConnection.md +15 -0
  196. package/docs/RouteRequestBody.md +17 -0
  197. package/docs/RoutesApi.md +24 -27
  198. package/docs/SalvageWreck.md +14 -0
  199. package/docs/ScanSignature.md +14 -0
  200. package/docs/SearchApi.md +6 -3
  201. package/docs/ShipInsurance.md +14 -0
  202. package/docs/SkillsApi.md +18 -9
  203. package/docs/SolarSystemId.md +14 -0
  204. package/docs/SovereigntyApi.md +18 -9
  205. package/docs/StationId.md +14 -0
  206. package/docs/StatusApi.md +6 -3
  207. package/docs/StructureId.md +14 -0
  208. package/docs/TypeId.md +14 -0
  209. package/docs/UniverseApi.md +180 -90
  210. package/docs/Unknown.md +14 -0
  211. package/docs/UserInterfaceApi.md +30 -15
  212. package/docs/WalletApi.md +36 -18
  213. package/docs/WarsApi.md +18 -9
  214. package/esisl_genoa_client-0.1.6.tgz +0 -0
  215. package/package.json +1 -1
  216. package/src/apis/AllianceApi.ts +70 -25
  217. package/src/apis/AssetsApi.ts +104 -37
  218. package/src/apis/CalendarApi.ts +70 -25
  219. package/src/apis/CharacterApi.ts +240 -89
  220. package/src/apis/ClonesApi.ts +36 -13
  221. package/src/apis/ContactsApi.ts +155 -55
  222. package/src/apis/ContractsApi.ts +155 -55
  223. package/src/apis/CorporationApi.ts +376 -137
  224. package/src/apis/CorporationProjectsApi.ts +667 -0
  225. package/src/apis/DogmaApi.ts +87 -31
  226. package/src/apis/FactionWarfareApi.ts +138 -49
  227. package/src/apis/FittingsApi.ts +53 -19
  228. package/src/apis/FleetsApi.ts +240 -85
  229. package/src/apis/FreelanceJobsApi.ts +907 -0
  230. package/src/apis/IncursionsApi.ts +19 -7
  231. package/src/apis/IndustryApi.ts +138 -49
  232. package/src/apis/InsuranceApi.ts +19 -7
  233. package/src/apis/KillmailsApi.ts +53 -19
  234. package/src/apis/LocationApi.ts +53 -19
  235. package/src/apis/LoyaltyApi.ts +36 -13
  236. package/src/apis/MailApi.ts +155 -63
  237. package/src/apis/MarketApi.ts +189 -67
  238. package/src/apis/MetaApi.ts +156 -13
  239. package/src/apis/PlanetaryInteractionApi.ts +70 -25
  240. package/src/apis/RoutesApi.ts +67 -66
  241. package/src/apis/SearchApi.ts +19 -7
  242. package/src/apis/SkillsApi.ts +53 -19
  243. package/src/apis/SovereigntyApi.ts +53 -19
  244. package/src/apis/StatusApi.ts +19 -7
  245. package/src/apis/UniverseApi.ts +512 -181
  246. package/src/apis/UserInterfaceApi.ts +87 -31
  247. package/src/apis/WalletApi.ts +104 -41
  248. package/src/apis/WarsApi.ts +53 -19
  249. package/src/apis/index.ts +2 -0
  250. package/src/constants.ts +10 -0
  251. package/src/index.ts +1 -0
  252. package/src/models/index.ts +2374 -308
  253. package/src/runtime.ts +14 -225
  254. package/esisl_genoa_client-0.1.0.tgz +0 -0
  255. 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: 2020-01-01
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<CharactersCharacterIdFwStatsGet>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<CorporationsCorporationIdFwStatsGet>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<FwLeaderboardsGet>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<FwLeaderboardsCharactersGet>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<FwLeaderboardsCorporationsGet>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<Array<FwStatsGetInner>>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<Array<FwSystemsGetInner>>;
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 {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
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<Array<FwWarsGetInner>>;
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 new runtime.JSONApiResponse(response);
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<CharactersCharacterIdFwStatsGet> {
350
+ async getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
325
351
  const response = await this.getCharactersCharacterIdFwStatsRaw(requestParameters, initOverrides);
326
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<CorporationsCorporationIdFwStatsGet> {
433
+ async getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
399
434
  const response = await this.getCorporationsCorporationIdFwStatsRaw(requestParameters, initOverrides);
400
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<FwLeaderboardsGet> {
503
+ async getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
460
504
  const response = await this.getFwLeaderboardsRaw(requestParameters, initOverrides);
461
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<FwLeaderboardsCharactersGet> {
573
+ async getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
521
574
  const response = await this.getFwLeaderboardsCharactersRaw(requestParameters, initOverrides);
522
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<FwLeaderboardsCorporationsGet> {
643
+ async getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
582
644
  const response = await this.getFwLeaderboardsCorporationsRaw(requestParameters, initOverrides);
583
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<Array<FwStatsGetInner>> {
713
+ async getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
643
714
  const response = await this.getFwStatsRaw(requestParameters, initOverrides);
644
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<Array<FwSystemsGetInner>> {
783
+ async getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
704
784
  const response = await this.getFwSystemsRaw(requestParameters, initOverrides);
705
- return await response.value();
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 new runtime.JSONApiResponse(response);
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<Array<FwWarsGetInner>> {
853
+ async getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
765
854
  const response = await this.getFwWarsRaw(requestParameters, initOverrides);
766
- return await response.value();
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
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
- _20200101 = '2020-01-01'
1012
+ _20251216 = '2025-12-16'
924
1013
  }
925
1014
  /**
926
1015
  * @export