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
  CharactersAffiliationPostInner,
@@ -37,6 +38,7 @@ export interface GetCharactersCharacterIdRequest {
37
38
  acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum;
38
39
  ifNoneMatch?: string;
39
40
  xTenant?: string;
41
+ ifModifiedSince?: string;
40
42
  }
41
43
 
42
44
  export interface GetCharactersCharacterIdAgentsResearchRequest {
@@ -45,6 +47,7 @@ export interface GetCharactersCharacterIdAgentsResearchRequest {
45
47
  acceptLanguage?: GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum;
46
48
  ifNoneMatch?: string;
47
49
  xTenant?: string;
50
+ ifModifiedSince?: string;
48
51
  }
49
52
 
50
53
  export interface GetCharactersCharacterIdBlueprintsRequest {
@@ -54,6 +57,7 @@ export interface GetCharactersCharacterIdBlueprintsRequest {
54
57
  acceptLanguage?: GetCharactersCharacterIdBlueprintsAcceptLanguageEnum;
55
58
  ifNoneMatch?: string;
56
59
  xTenant?: string;
60
+ ifModifiedSince?: string;
57
61
  }
58
62
 
59
63
  export interface GetCharactersCharacterIdCorporationhistoryRequest {
@@ -62,6 +66,7 @@ export interface GetCharactersCharacterIdCorporationhistoryRequest {
62
66
  acceptLanguage?: GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum;
63
67
  ifNoneMatch?: string;
64
68
  xTenant?: string;
69
+ ifModifiedSince?: string;
65
70
  }
66
71
 
67
72
  export interface GetCharactersCharacterIdFatigueRequest {
@@ -70,6 +75,7 @@ export interface GetCharactersCharacterIdFatigueRequest {
70
75
  acceptLanguage?: GetCharactersCharacterIdFatigueAcceptLanguageEnum;
71
76
  ifNoneMatch?: string;
72
77
  xTenant?: string;
78
+ ifModifiedSince?: string;
73
79
  }
74
80
 
75
81
  export interface GetCharactersCharacterIdMedalsRequest {
@@ -78,6 +84,7 @@ export interface GetCharactersCharacterIdMedalsRequest {
78
84
  acceptLanguage?: GetCharactersCharacterIdMedalsAcceptLanguageEnum;
79
85
  ifNoneMatch?: string;
80
86
  xTenant?: string;
87
+ ifModifiedSince?: string;
81
88
  }
82
89
 
83
90
  export interface GetCharactersCharacterIdNotificationsRequest {
@@ -86,6 +93,7 @@ export interface GetCharactersCharacterIdNotificationsRequest {
86
93
  acceptLanguage?: GetCharactersCharacterIdNotificationsAcceptLanguageEnum;
87
94
  ifNoneMatch?: string;
88
95
  xTenant?: string;
96
+ ifModifiedSince?: string;
89
97
  }
90
98
 
91
99
  export interface GetCharactersCharacterIdNotificationsContactsRequest {
@@ -94,6 +102,7 @@ export interface GetCharactersCharacterIdNotificationsContactsRequest {
94
102
  acceptLanguage?: GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum;
95
103
  ifNoneMatch?: string;
96
104
  xTenant?: string;
105
+ ifModifiedSince?: string;
97
106
  }
98
107
 
99
108
  export interface GetCharactersCharacterIdPortraitRequest {
@@ -102,6 +111,7 @@ export interface GetCharactersCharacterIdPortraitRequest {
102
111
  acceptLanguage?: GetCharactersCharacterIdPortraitAcceptLanguageEnum;
103
112
  ifNoneMatch?: string;
104
113
  xTenant?: string;
114
+ ifModifiedSince?: string;
105
115
  }
106
116
 
107
117
  export interface GetCharactersCharacterIdRolesRequest {
@@ -110,6 +120,7 @@ export interface GetCharactersCharacterIdRolesRequest {
110
120
  acceptLanguage?: GetCharactersCharacterIdRolesAcceptLanguageEnum;
111
121
  ifNoneMatch?: string;
112
122
  xTenant?: string;
123
+ ifModifiedSince?: string;
113
124
  }
114
125
 
115
126
  export interface GetCharactersCharacterIdStandingsRequest {
@@ -118,6 +129,7 @@ export interface GetCharactersCharacterIdStandingsRequest {
118
129
  acceptLanguage?: GetCharactersCharacterIdStandingsAcceptLanguageEnum;
119
130
  ifNoneMatch?: string;
120
131
  xTenant?: string;
132
+ ifModifiedSince?: string;
121
133
  }
122
134
 
123
135
  export interface GetCharactersCharacterIdTitlesRequest {
@@ -126,6 +138,7 @@ export interface GetCharactersCharacterIdTitlesRequest {
126
138
  acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum;
127
139
  ifNoneMatch?: string;
128
140
  xTenant?: string;
141
+ ifModifiedSince?: string;
129
142
  }
130
143
 
131
144
  export interface PostCharactersAffiliationRequest {
@@ -134,6 +147,7 @@ export interface PostCharactersAffiliationRequest {
134
147
  acceptLanguage?: PostCharactersAffiliationAcceptLanguageEnum;
135
148
  ifNoneMatch?: string;
136
149
  xTenant?: string;
150
+ ifModifiedSince?: string;
137
151
  }
138
152
 
139
153
  export interface PostCharactersCharacterIdCspaRequest {
@@ -143,6 +157,7 @@ export interface PostCharactersCharacterIdCspaRequest {
143
157
  acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum;
144
158
  ifNoneMatch?: string;
145
159
  xTenant?: string;
160
+ ifModifiedSince?: string;
146
161
  }
147
162
 
148
163
  /**
@@ -156,10 +171,11 @@ export interface CharacterApiInterface {
156
171
  * Public information about a character
157
172
  * @summary Get character\'s public information
158
173
  * @param {number} characterId The ID of the character
159
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
174
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
160
175
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
161
176
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
162
177
  * @param {string} [xTenant] The tenant ID for the request.
178
+ * @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.
163
179
  * @param {*} [options] Override http request option.
164
180
  * @throws {RequiredError}
165
181
  * @memberof CharacterApiInterface
@@ -170,16 +186,17 @@ export interface CharacterApiInterface {
170
186
  * Public information about a character
171
187
  * Get character\'s public information
172
188
  */
173
- getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet>;
189
+ getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
174
190
 
175
191
  /**
176
192
  * Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
177
193
  * @summary Get agents research
178
194
  * @param {number} characterId The ID of the character
179
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
195
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
180
196
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
181
197
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
182
198
  * @param {string} [xTenant] The tenant ID for the request.
199
+ * @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.
183
200
  * @param {*} [options] Override http request option.
184
201
  * @throws {RequiredError}
185
202
  * @memberof CharacterApiInterface
@@ -190,17 +207,18 @@ export interface CharacterApiInterface {
190
207
  * Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
191
208
  * Get agents research
192
209
  */
193
- getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>>;
210
+ getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
194
211
 
195
212
  /**
196
213
  * Return a list of blueprints the character owns
197
214
  * @summary Get blueprints
198
215
  * @param {number} characterId The ID of the character
199
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
216
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
200
217
  * @param {number} [page]
201
218
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
202
219
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
203
220
  * @param {string} [xTenant] The tenant ID for the request.
221
+ * @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.
204
222
  * @param {*} [options] Override http request option.
205
223
  * @throws {RequiredError}
206
224
  * @memberof CharacterApiInterface
@@ -211,16 +229,17 @@ export interface CharacterApiInterface {
211
229
  * Return a list of blueprints the character owns
212
230
  * Get blueprints
213
231
  */
214
- getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>>;
232
+ getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
215
233
 
216
234
  /**
217
235
  * Get a list of all the corporations a character has been a member of
218
236
  * @summary Get corporation history
219
237
  * @param {number} characterId The ID of the character
220
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
238
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
221
239
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
222
240
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
223
241
  * @param {string} [xTenant] The tenant ID for the request.
242
+ * @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.
224
243
  * @param {*} [options] Override http request option.
225
244
  * @throws {RequiredError}
226
245
  * @memberof CharacterApiInterface
@@ -231,16 +250,17 @@ export interface CharacterApiInterface {
231
250
  * Get a list of all the corporations a character has been a member of
232
251
  * Get corporation history
233
252
  */
234
- getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>>;
253
+ getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
235
254
 
236
255
  /**
237
256
  * Return a character\'s jump activation and fatigue information
238
257
  * @summary Get jump fatigue
239
258
  * @param {number} characterId The ID of the character
240
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
259
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
241
260
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
242
261
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
243
262
  * @param {string} [xTenant] The tenant ID for the request.
263
+ * @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.
244
264
  * @param {*} [options] Override http request option.
245
265
  * @throws {RequiredError}
246
266
  * @memberof CharacterApiInterface
@@ -251,16 +271,17 @@ export interface CharacterApiInterface {
251
271
  * Return a character\'s jump activation and fatigue information
252
272
  * Get jump fatigue
253
273
  */
254
- getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet>;
274
+ getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
255
275
 
256
276
  /**
257
277
  * Return a list of medals the character has
258
278
  * @summary Get medals
259
279
  * @param {number} characterId The ID of the character
260
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
280
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
261
281
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
262
282
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
263
283
  * @param {string} [xTenant] The tenant ID for the request.
284
+ * @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.
264
285
  * @param {*} [options] Override http request option.
265
286
  * @throws {RequiredError}
266
287
  * @memberof CharacterApiInterface
@@ -271,16 +292,17 @@ export interface CharacterApiInterface {
271
292
  * Return a list of medals the character has
272
293
  * Get medals
273
294
  */
274
- getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>>;
295
+ getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
275
296
 
276
297
  /**
277
298
  * Return character notifications
278
299
  * @summary Get character notifications
279
300
  * @param {number} characterId The ID of the character
280
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
301
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
281
302
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
282
303
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
283
304
  * @param {string} [xTenant] The tenant ID for the request.
305
+ * @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.
284
306
  * @param {*} [options] Override http request option.
285
307
  * @throws {RequiredError}
286
308
  * @memberof CharacterApiInterface
@@ -291,16 +313,17 @@ export interface CharacterApiInterface {
291
313
  * Return character notifications
292
314
  * Get character notifications
293
315
  */
294
- getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>>;
316
+ getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
295
317
 
296
318
  /**
297
319
  * Return notifications about having been added to someone\'s contact list
298
320
  * @summary Get new contact notifications
299
321
  * @param {number} characterId The ID of the character
300
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
322
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
301
323
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
302
324
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
303
325
  * @param {string} [xTenant] The tenant ID for the request.
326
+ * @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.
304
327
  * @param {*} [options] Override http request option.
305
328
  * @throws {RequiredError}
306
329
  * @memberof CharacterApiInterface
@@ -311,16 +334,17 @@ export interface CharacterApiInterface {
311
334
  * Return notifications about having been added to someone\'s contact list
312
335
  * Get new contact notifications
313
336
  */
314
- getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>>;
337
+ getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
315
338
 
316
339
  /**
317
340
  * Get portrait urls for a character This route expires daily at 11:05
318
341
  * @summary Get character portraits
319
342
  * @param {number} characterId The ID of the character
320
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
343
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
321
344
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
322
345
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
323
346
  * @param {string} [xTenant] The tenant ID for the request.
347
+ * @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.
324
348
  * @param {*} [options] Override http request option.
325
349
  * @throws {RequiredError}
326
350
  * @memberof CharacterApiInterface
@@ -331,16 +355,17 @@ export interface CharacterApiInterface {
331
355
  * Get portrait urls for a character This route expires daily at 11:05
332
356
  * Get character portraits
333
357
  */
334
- getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet>;
358
+ getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
335
359
 
336
360
  /**
337
361
  * Returns a character\'s corporation roles
338
362
  * @summary Get character corporation roles
339
363
  * @param {number} characterId The ID of the character
340
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
364
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
341
365
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
342
366
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
343
367
  * @param {string} [xTenant] The tenant ID for the request.
368
+ * @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.
344
369
  * @param {*} [options] Override http request option.
345
370
  * @throws {RequiredError}
346
371
  * @memberof CharacterApiInterface
@@ -351,16 +376,17 @@ export interface CharacterApiInterface {
351
376
  * Returns a character\'s corporation roles
352
377
  * Get character corporation roles
353
378
  */
354
- getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet>;
379
+ getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
355
380
 
356
381
  /**
357
382
  * Return character standings from agents, NPC corporations, and factions
358
383
  * @summary Get standings
359
384
  * @param {number} characterId The ID of the character
360
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
385
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
361
386
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
362
387
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
363
388
  * @param {string} [xTenant] The tenant ID for the request.
389
+ * @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.
364
390
  * @param {*} [options] Override http request option.
365
391
  * @throws {RequiredError}
366
392
  * @memberof CharacterApiInterface
@@ -371,16 +397,17 @@ export interface CharacterApiInterface {
371
397
  * Return character standings from agents, NPC corporations, and factions
372
398
  * Get standings
373
399
  */
374
- getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
400
+ getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
375
401
 
376
402
  /**
377
403
  * Returns a character\'s titles
378
404
  * @summary Get character corporation titles
379
405
  * @param {number} characterId The ID of the character
380
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
406
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
381
407
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
382
408
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
383
409
  * @param {string} [xTenant] The tenant ID for the request.
410
+ * @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.
384
411
  * @param {*} [options] Override http request option.
385
412
  * @throws {RequiredError}
386
413
  * @memberof CharacterApiInterface
@@ -391,16 +418,17 @@ export interface CharacterApiInterface {
391
418
  * Returns a character\'s titles
392
419
  * Get character corporation titles
393
420
  */
394
- getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>>;
421
+ getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
395
422
 
396
423
  /**
397
424
  * Bulk lookup of character IDs to corporation, alliance and faction
398
425
  * @summary Character affiliation
399
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
426
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
400
427
  * @param {Set<number>} requestBody
401
428
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
402
429
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
403
430
  * @param {string} [xTenant] The tenant ID for the request.
431
+ * @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.
404
432
  * @param {*} [options] Override http request option.
405
433
  * @throws {RequiredError}
406
434
  * @memberof CharacterApiInterface
@@ -411,17 +439,18 @@ export interface CharacterApiInterface {
411
439
  * Bulk lookup of character IDs to corporation, alliance and faction
412
440
  * Character affiliation
413
441
  */
414
- postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>>;
442
+ postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
415
443
 
416
444
  /**
417
445
  * Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
418
446
  * @summary Calculate a CSPA charge cost
419
447
  * @param {number} characterId The ID of the character
420
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
448
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
421
449
  * @param {Set<number>} requestBody
422
450
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
423
451
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
424
452
  * @param {string} [xTenant] The tenant ID for the request.
453
+ * @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.
425
454
  * @param {*} [options] Override http request option.
426
455
  * @throws {RequiredError}
427
456
  * @memberof CharacterApiInterface
@@ -432,7 +461,7 @@ export interface CharacterApiInterface {
432
461
  * Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
433
462
  * Calculate a CSPA charge cost
434
463
  */
435
- postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
464
+ postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
436
465
 
437
466
  }
438
467
 
@@ -480,12 +509,21 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
480
509
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
481
510
  }
482
511
 
512
+ if (requestParameters['ifModifiedSince'] != null) {
513
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
514
+ }
515
+
483
516
  /*
484
517
  */
485
518
 
486
519
  let urlPath = `/characters/{character_id}`;
487
520
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
488
521
 
522
+ // Auto-inject X-Compatibility-Date if not already provided
523
+ if (!headerParameters['X-Compatibility-Date']) {
524
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
525
+ }
526
+
489
527
  const facade = this.configuration?.apiFacade;
490
528
  if (!facade) {
491
529
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -498,16 +536,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
498
536
  query: queryParameters,
499
537
  }, initOverrides);
500
538
 
501
- return new runtime.JSONApiResponse(response);
539
+ return response;
502
540
  }
503
541
 
504
542
  /**
505
543
  * Public information about a character
506
544
  * Get character\'s public information
507
545
  */
508
- async getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet> {
546
+ async getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
509
547
  const response = await this.getCharactersCharacterIdRaw(requestParameters, initOverrides);
510
- return await response.value();
548
+ return response;
511
549
  }
512
550
 
513
551
  /**
@@ -549,6 +587,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
549
587
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
550
588
  }
551
589
 
590
+ if (requestParameters['ifModifiedSince'] != null) {
591
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
592
+ }
593
+
552
594
  /*
553
595
  if (this.configuration && this.configuration.accessToken) {
554
596
  // oauth required
@@ -560,6 +602,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
560
602
  let urlPath = `/characters/{character_id}/agents_research`;
561
603
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
562
604
 
605
+ // Auto-inject X-Compatibility-Date if not already provided
606
+ if (!headerParameters['X-Compatibility-Date']) {
607
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
608
+ }
609
+
563
610
  const facade = this.configuration?.apiFacade;
564
611
  if (!facade) {
565
612
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -572,16 +619,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
572
619
  query: queryParameters,
573
620
  }, initOverrides);
574
621
 
575
- return new runtime.JSONApiResponse(response);
622
+ return response;
576
623
  }
577
624
 
578
625
  /**
579
626
  * Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
580
627
  * Get agents research
581
628
  */
582
- async getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>> {
629
+ async getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
583
630
  const response = await this.getCharactersCharacterIdAgentsResearchRaw(requestParameters, initOverrides);
584
- return await response.value();
631
+ return response;
585
632
  }
586
633
 
587
634
  /**
@@ -627,6 +674,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
627
674
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
628
675
  }
629
676
 
677
+ if (requestParameters['ifModifiedSince'] != null) {
678
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
679
+ }
680
+
630
681
  /*
631
682
  if (this.configuration && this.configuration.accessToken) {
632
683
  // oauth required
@@ -638,6 +689,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
638
689
  let urlPath = `/characters/{character_id}/blueprints`;
639
690
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
640
691
 
692
+ // Auto-inject X-Compatibility-Date if not already provided
693
+ if (!headerParameters['X-Compatibility-Date']) {
694
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
695
+ }
696
+
641
697
  const facade = this.configuration?.apiFacade;
642
698
  if (!facade) {
643
699
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -650,16 +706,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
650
706
  query: queryParameters,
651
707
  }, initOverrides);
652
708
 
653
- return new runtime.JSONApiResponse(response);
709
+ return response;
654
710
  }
655
711
 
656
712
  /**
657
713
  * Return a list of blueprints the character owns
658
714
  * Get blueprints
659
715
  */
660
- async getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>> {
716
+ async getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
661
717
  const response = await this.getCharactersCharacterIdBlueprintsRaw(requestParameters, initOverrides);
662
- return await response.value();
718
+ return response;
663
719
  }
664
720
 
665
721
  /**
@@ -701,12 +757,21 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
701
757
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
702
758
  }
703
759
 
760
+ if (requestParameters['ifModifiedSince'] != null) {
761
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
762
+ }
763
+
704
764
  /*
705
765
  */
706
766
 
707
767
  let urlPath = `/characters/{character_id}/corporationhistory`;
708
768
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
709
769
 
770
+ // Auto-inject X-Compatibility-Date if not already provided
771
+ if (!headerParameters['X-Compatibility-Date']) {
772
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
773
+ }
774
+
710
775
  const facade = this.configuration?.apiFacade;
711
776
  if (!facade) {
712
777
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -719,16 +784,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
719
784
  query: queryParameters,
720
785
  }, initOverrides);
721
786
 
722
- return new runtime.JSONApiResponse(response);
787
+ return response;
723
788
  }
724
789
 
725
790
  /**
726
791
  * Get a list of all the corporations a character has been a member of
727
792
  * Get corporation history
728
793
  */
729
- async getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>> {
794
+ async getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
730
795
  const response = await this.getCharactersCharacterIdCorporationhistoryRaw(requestParameters, initOverrides);
731
- return await response.value();
796
+ return response;
732
797
  }
733
798
 
734
799
  /**
@@ -770,6 +835,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
770
835
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
771
836
  }
772
837
 
838
+ if (requestParameters['ifModifiedSince'] != null) {
839
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
840
+ }
841
+
773
842
  /*
774
843
  if (this.configuration && this.configuration.accessToken) {
775
844
  // oauth required
@@ -781,6 +850,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
781
850
  let urlPath = `/characters/{character_id}/fatigue`;
782
851
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
783
852
 
853
+ // Auto-inject X-Compatibility-Date if not already provided
854
+ if (!headerParameters['X-Compatibility-Date']) {
855
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
856
+ }
857
+
784
858
  const facade = this.configuration?.apiFacade;
785
859
  if (!facade) {
786
860
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -793,16 +867,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
793
867
  query: queryParameters,
794
868
  }, initOverrides);
795
869
 
796
- return new runtime.JSONApiResponse(response);
870
+ return response;
797
871
  }
798
872
 
799
873
  /**
800
874
  * Return a character\'s jump activation and fatigue information
801
875
  * Get jump fatigue
802
876
  */
803
- async getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet> {
877
+ async getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
804
878
  const response = await this.getCharactersCharacterIdFatigueRaw(requestParameters, initOverrides);
805
- return await response.value();
879
+ return response;
806
880
  }
807
881
 
808
882
  /**
@@ -844,6 +918,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
844
918
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
845
919
  }
846
920
 
921
+ if (requestParameters['ifModifiedSince'] != null) {
922
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
923
+ }
924
+
847
925
  /*
848
926
  if (this.configuration && this.configuration.accessToken) {
849
927
  // oauth required
@@ -855,6 +933,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
855
933
  let urlPath = `/characters/{character_id}/medals`;
856
934
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
857
935
 
936
+ // Auto-inject X-Compatibility-Date if not already provided
937
+ if (!headerParameters['X-Compatibility-Date']) {
938
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
939
+ }
940
+
858
941
  const facade = this.configuration?.apiFacade;
859
942
  if (!facade) {
860
943
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -867,16 +950,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
867
950
  query: queryParameters,
868
951
  }, initOverrides);
869
952
 
870
- return new runtime.JSONApiResponse(response);
953
+ return response;
871
954
  }
872
955
 
873
956
  /**
874
957
  * Return a list of medals the character has
875
958
  * Get medals
876
959
  */
877
- async getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>> {
960
+ async getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
878
961
  const response = await this.getCharactersCharacterIdMedalsRaw(requestParameters, initOverrides);
879
- return await response.value();
962
+ return response;
880
963
  }
881
964
 
882
965
  /**
@@ -918,6 +1001,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
918
1001
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
919
1002
  }
920
1003
 
1004
+ if (requestParameters['ifModifiedSince'] != null) {
1005
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1006
+ }
1007
+
921
1008
  /*
922
1009
  if (this.configuration && this.configuration.accessToken) {
923
1010
  // oauth required
@@ -929,6 +1016,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
929
1016
  let urlPath = `/characters/{character_id}/notifications`;
930
1017
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
931
1018
 
1019
+ // Auto-inject X-Compatibility-Date if not already provided
1020
+ if (!headerParameters['X-Compatibility-Date']) {
1021
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1022
+ }
1023
+
932
1024
  const facade = this.configuration?.apiFacade;
933
1025
  if (!facade) {
934
1026
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -941,16 +1033,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
941
1033
  query: queryParameters,
942
1034
  }, initOverrides);
943
1035
 
944
- return new runtime.JSONApiResponse(response);
1036
+ return response;
945
1037
  }
946
1038
 
947
1039
  /**
948
1040
  * Return character notifications
949
1041
  * Get character notifications
950
1042
  */
951
- async getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>> {
1043
+ async getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
952
1044
  const response = await this.getCharactersCharacterIdNotificationsRaw(requestParameters, initOverrides);
953
- return await response.value();
1045
+ return response;
954
1046
  }
955
1047
 
956
1048
  /**
@@ -992,6 +1084,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
992
1084
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
993
1085
  }
994
1086
 
1087
+ if (requestParameters['ifModifiedSince'] != null) {
1088
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1089
+ }
1090
+
995
1091
  /*
996
1092
  if (this.configuration && this.configuration.accessToken) {
997
1093
  // oauth required
@@ -1003,6 +1099,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1003
1099
  let urlPath = `/characters/{character_id}/notifications/contacts`;
1004
1100
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1005
1101
 
1102
+ // Auto-inject X-Compatibility-Date if not already provided
1103
+ if (!headerParameters['X-Compatibility-Date']) {
1104
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1105
+ }
1106
+
1006
1107
  const facade = this.configuration?.apiFacade;
1007
1108
  if (!facade) {
1008
1109
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1015,16 +1116,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1015
1116
  query: queryParameters,
1016
1117
  }, initOverrides);
1017
1118
 
1018
- return new runtime.JSONApiResponse(response);
1119
+ return response;
1019
1120
  }
1020
1121
 
1021
1122
  /**
1022
1123
  * Return notifications about having been added to someone\'s contact list
1023
1124
  * Get new contact notifications
1024
1125
  */
1025
- async getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>> {
1126
+ async getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1026
1127
  const response = await this.getCharactersCharacterIdNotificationsContactsRaw(requestParameters, initOverrides);
1027
- return await response.value();
1128
+ return response;
1028
1129
  }
1029
1130
 
1030
1131
  /**
@@ -1066,12 +1167,21 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1066
1167
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1067
1168
  }
1068
1169
 
1170
+ if (requestParameters['ifModifiedSince'] != null) {
1171
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1172
+ }
1173
+
1069
1174
  /*
1070
1175
  */
1071
1176
 
1072
1177
  let urlPath = `/characters/{character_id}/portrait`;
1073
1178
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1074
1179
 
1180
+ // Auto-inject X-Compatibility-Date if not already provided
1181
+ if (!headerParameters['X-Compatibility-Date']) {
1182
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1183
+ }
1184
+
1075
1185
  const facade = this.configuration?.apiFacade;
1076
1186
  if (!facade) {
1077
1187
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1084,16 +1194,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1084
1194
  query: queryParameters,
1085
1195
  }, initOverrides);
1086
1196
 
1087
- return new runtime.JSONApiResponse(response);
1197
+ return response;
1088
1198
  }
1089
1199
 
1090
1200
  /**
1091
1201
  * Get portrait urls for a character This route expires daily at 11:05
1092
1202
  * Get character portraits
1093
1203
  */
1094
- async getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet> {
1204
+ async getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1095
1205
  const response = await this.getCharactersCharacterIdPortraitRaw(requestParameters, initOverrides);
1096
- return await response.value();
1206
+ return response;
1097
1207
  }
1098
1208
 
1099
1209
  /**
@@ -1135,6 +1245,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1135
1245
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1136
1246
  }
1137
1247
 
1248
+ if (requestParameters['ifModifiedSince'] != null) {
1249
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1250
+ }
1251
+
1138
1252
  /*
1139
1253
  if (this.configuration && this.configuration.accessToken) {
1140
1254
  // oauth required
@@ -1146,6 +1260,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1146
1260
  let urlPath = `/characters/{character_id}/roles`;
1147
1261
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1148
1262
 
1263
+ // Auto-inject X-Compatibility-Date if not already provided
1264
+ if (!headerParameters['X-Compatibility-Date']) {
1265
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1266
+ }
1267
+
1149
1268
  const facade = this.configuration?.apiFacade;
1150
1269
  if (!facade) {
1151
1270
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1158,16 +1277,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1158
1277
  query: queryParameters,
1159
1278
  }, initOverrides);
1160
1279
 
1161
- return new runtime.JSONApiResponse(response);
1280
+ return response;
1162
1281
  }
1163
1282
 
1164
1283
  /**
1165
1284
  * Returns a character\'s corporation roles
1166
1285
  * Get character corporation roles
1167
1286
  */
1168
- async getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet> {
1287
+ async getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1169
1288
  const response = await this.getCharactersCharacterIdRolesRaw(requestParameters, initOverrides);
1170
- return await response.value();
1289
+ return response;
1171
1290
  }
1172
1291
 
1173
1292
  /**
@@ -1209,6 +1328,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1209
1328
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1210
1329
  }
1211
1330
 
1331
+ if (requestParameters['ifModifiedSince'] != null) {
1332
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1333
+ }
1334
+
1212
1335
  /*
1213
1336
  if (this.configuration && this.configuration.accessToken) {
1214
1337
  // oauth required
@@ -1220,6 +1343,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1220
1343
  let urlPath = `/characters/{character_id}/standings`;
1221
1344
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1222
1345
 
1346
+ // Auto-inject X-Compatibility-Date if not already provided
1347
+ if (!headerParameters['X-Compatibility-Date']) {
1348
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1349
+ }
1350
+
1223
1351
  const facade = this.configuration?.apiFacade;
1224
1352
  if (!facade) {
1225
1353
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1232,16 +1360,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1232
1360
  query: queryParameters,
1233
1361
  }, initOverrides);
1234
1362
 
1235
- return new runtime.JSONApiResponse(response);
1363
+ return response;
1236
1364
  }
1237
1365
 
1238
1366
  /**
1239
1367
  * Return character standings from agents, NPC corporations, and factions
1240
1368
  * Get standings
1241
1369
  */
1242
- async getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>> {
1370
+ async getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1243
1371
  const response = await this.getCharactersCharacterIdStandingsRaw(requestParameters, initOverrides);
1244
- return await response.value();
1372
+ return response;
1245
1373
  }
1246
1374
 
1247
1375
  /**
@@ -1283,6 +1411,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1283
1411
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1284
1412
  }
1285
1413
 
1414
+ if (requestParameters['ifModifiedSince'] != null) {
1415
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1416
+ }
1417
+
1286
1418
  /*
1287
1419
  if (this.configuration && this.configuration.accessToken) {
1288
1420
  // oauth required
@@ -1294,6 +1426,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1294
1426
  let urlPath = `/characters/{character_id}/titles`;
1295
1427
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1296
1428
 
1429
+ // Auto-inject X-Compatibility-Date if not already provided
1430
+ if (!headerParameters['X-Compatibility-Date']) {
1431
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1432
+ }
1433
+
1297
1434
  const facade = this.configuration?.apiFacade;
1298
1435
  if (!facade) {
1299
1436
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1306,16 +1443,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1306
1443
  query: queryParameters,
1307
1444
  }, initOverrides);
1308
1445
 
1309
- return new runtime.JSONApiResponse(response);
1446
+ return response;
1310
1447
  }
1311
1448
 
1312
1449
  /**
1313
1450
  * Returns a character\'s titles
1314
1451
  * Get character corporation titles
1315
1452
  */
1316
- async getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>> {
1453
+ async getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1317
1454
  const response = await this.getCharactersCharacterIdTitlesRaw(requestParameters, initOverrides);
1318
- return await response.value();
1455
+ return response;
1319
1456
  }
1320
1457
 
1321
1458
  /**
@@ -1359,11 +1496,20 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1359
1496
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1360
1497
  }
1361
1498
 
1499
+ if (requestParameters['ifModifiedSince'] != null) {
1500
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1501
+ }
1502
+
1362
1503
  /*
1363
1504
  */
1364
1505
 
1365
1506
  let urlPath = `/characters/affiliation`;
1366
1507
 
1508
+ // Auto-inject X-Compatibility-Date if not already provided
1509
+ if (!headerParameters['X-Compatibility-Date']) {
1510
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1511
+ }
1512
+
1367
1513
  const facade = this.configuration?.apiFacade;
1368
1514
  if (!facade) {
1369
1515
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1377,16 +1523,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1377
1523
  body: requestParameters['requestBody'],
1378
1524
  }, initOverrides);
1379
1525
 
1380
- return new runtime.JSONApiResponse(response);
1526
+ return response;
1381
1527
  }
1382
1528
 
1383
1529
  /**
1384
1530
  * Bulk lookup of character IDs to corporation, alliance and faction
1385
1531
  * Character affiliation
1386
1532
  */
1387
- async postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>> {
1533
+ async postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1388
1534
  const response = await this.postCharactersAffiliationRaw(requestParameters, initOverrides);
1389
- return await response.value();
1535
+ return response;
1390
1536
  }
1391
1537
 
1392
1538
  /**
@@ -1437,6 +1583,10 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1437
1583
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1438
1584
  }
1439
1585
 
1586
+ if (requestParameters['ifModifiedSince'] != null) {
1587
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1588
+ }
1589
+
1440
1590
  /*
1441
1591
  if (this.configuration && this.configuration.accessToken) {
1442
1592
  // oauth required
@@ -1448,6 +1598,11 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1448
1598
  let urlPath = `/characters/{character_id}/cspa`;
1449
1599
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
1450
1600
 
1601
+ // Auto-inject X-Compatibility-Date if not already provided
1602
+ if (!headerParameters['X-Compatibility-Date']) {
1603
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1604
+ }
1605
+
1451
1606
  const facade = this.configuration?.apiFacade;
1452
1607
  if (!facade) {
1453
1608
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1461,20 +1616,16 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1461
1616
  body: requestParameters['requestBody'],
1462
1617
  }, initOverrides);
1463
1618
 
1464
- if (this.isJsonMime(response.headers.get('content-type'))) {
1465
- return new runtime.JSONApiResponse<number>(response);
1466
- } else {
1467
- return new runtime.TextApiResponse(response) as any;
1468
- }
1619
+ return response;
1469
1620
  }
1470
1621
 
1471
1622
  /**
1472
1623
  * Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
1473
1624
  * Calculate a CSPA charge cost
1474
1625
  */
1475
- async postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
1626
+ async postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1476
1627
  const response = await this.postCharactersCharacterIdCspaRaw(requestParameters, initOverrides);
1477
- return await response.value();
1628
+ return response;
1478
1629
  }
1479
1630
 
1480
1631
  }
@@ -1484,7 +1635,7 @@ export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterfa
1484
1635
  * @enum {string}
1485
1636
  */
1486
1637
  export enum GetCharactersCharacterIdXCompatibilityDateEnum {
1487
- _20200101 = '2020-01-01'
1638
+ _20251216 = '2025-12-16'
1488
1639
  }
1489
1640
  /**
1490
1641
  * @export
@@ -1505,7 +1656,7 @@ export enum GetCharactersCharacterIdAcceptLanguageEnum {
1505
1656
  * @enum {string}
1506
1657
  */
1507
1658
  export enum GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum {
1508
- _20200101 = '2020-01-01'
1659
+ _20251216 = '2025-12-16'
1509
1660
  }
1510
1661
  /**
1511
1662
  * @export
@@ -1526,7 +1677,7 @@ export enum GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum {
1526
1677
  * @enum {string}
1527
1678
  */
1528
1679
  export enum GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum {
1529
- _20200101 = '2020-01-01'
1680
+ _20251216 = '2025-12-16'
1530
1681
  }
1531
1682
  /**
1532
1683
  * @export
@@ -1547,7 +1698,7 @@ export enum GetCharactersCharacterIdBlueprintsAcceptLanguageEnum {
1547
1698
  * @enum {string}
1548
1699
  */
1549
1700
  export enum GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum {
1550
- _20200101 = '2020-01-01'
1701
+ _20251216 = '2025-12-16'
1551
1702
  }
1552
1703
  /**
1553
1704
  * @export
@@ -1568,7 +1719,7 @@ export enum GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum {
1568
1719
  * @enum {string}
1569
1720
  */
1570
1721
  export enum GetCharactersCharacterIdFatigueXCompatibilityDateEnum {
1571
- _20200101 = '2020-01-01'
1722
+ _20251216 = '2025-12-16'
1572
1723
  }
1573
1724
  /**
1574
1725
  * @export
@@ -1589,7 +1740,7 @@ export enum GetCharactersCharacterIdFatigueAcceptLanguageEnum {
1589
1740
  * @enum {string}
1590
1741
  */
1591
1742
  export enum GetCharactersCharacterIdMedalsXCompatibilityDateEnum {
1592
- _20200101 = '2020-01-01'
1743
+ _20251216 = '2025-12-16'
1593
1744
  }
1594
1745
  /**
1595
1746
  * @export
@@ -1610,7 +1761,7 @@ export enum GetCharactersCharacterIdMedalsAcceptLanguageEnum {
1610
1761
  * @enum {string}
1611
1762
  */
1612
1763
  export enum GetCharactersCharacterIdNotificationsXCompatibilityDateEnum {
1613
- _20200101 = '2020-01-01'
1764
+ _20251216 = '2025-12-16'
1614
1765
  }
1615
1766
  /**
1616
1767
  * @export
@@ -1631,7 +1782,7 @@ export enum GetCharactersCharacterIdNotificationsAcceptLanguageEnum {
1631
1782
  * @enum {string}
1632
1783
  */
1633
1784
  export enum GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum {
1634
- _20200101 = '2020-01-01'
1785
+ _20251216 = '2025-12-16'
1635
1786
  }
1636
1787
  /**
1637
1788
  * @export
@@ -1652,7 +1803,7 @@ export enum GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum {
1652
1803
  * @enum {string}
1653
1804
  */
1654
1805
  export enum GetCharactersCharacterIdPortraitXCompatibilityDateEnum {
1655
- _20200101 = '2020-01-01'
1806
+ _20251216 = '2025-12-16'
1656
1807
  }
1657
1808
  /**
1658
1809
  * @export
@@ -1673,7 +1824,7 @@ export enum GetCharactersCharacterIdPortraitAcceptLanguageEnum {
1673
1824
  * @enum {string}
1674
1825
  */
1675
1826
  export enum GetCharactersCharacterIdRolesXCompatibilityDateEnum {
1676
- _20200101 = '2020-01-01'
1827
+ _20251216 = '2025-12-16'
1677
1828
  }
1678
1829
  /**
1679
1830
  * @export
@@ -1694,7 +1845,7 @@ export enum GetCharactersCharacterIdRolesAcceptLanguageEnum {
1694
1845
  * @enum {string}
1695
1846
  */
1696
1847
  export enum GetCharactersCharacterIdStandingsXCompatibilityDateEnum {
1697
- _20200101 = '2020-01-01'
1848
+ _20251216 = '2025-12-16'
1698
1849
  }
1699
1850
  /**
1700
1851
  * @export
@@ -1715,7 +1866,7 @@ export enum GetCharactersCharacterIdStandingsAcceptLanguageEnum {
1715
1866
  * @enum {string}
1716
1867
  */
1717
1868
  export enum GetCharactersCharacterIdTitlesXCompatibilityDateEnum {
1718
- _20200101 = '2020-01-01'
1869
+ _20251216 = '2025-12-16'
1719
1870
  }
1720
1871
  /**
1721
1872
  * @export
@@ -1736,7 +1887,7 @@ export enum GetCharactersCharacterIdTitlesAcceptLanguageEnum {
1736
1887
  * @enum {string}
1737
1888
  */
1738
1889
  export enum PostCharactersAffiliationXCompatibilityDateEnum {
1739
- _20200101 = '2020-01-01'
1890
+ _20251216 = '2025-12-16'
1740
1891
  }
1741
1892
  /**
1742
1893
  * @export
@@ -1757,7 +1908,7 @@ export enum PostCharactersAffiliationAcceptLanguageEnum {
1757
1908
  * @enum {string}
1758
1909
  */
1759
1910
  export enum PostCharactersCharacterIdCspaXCompatibilityDateEnum {
1760
- _20200101 = '2020-01-01'
1911
+ _20251216 = '2025-12-16'
1761
1912
  }
1762
1913
  /**
1763
1914
  * @export