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,10 +14,12 @@
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
  MetaChangelog,
20
21
  MetaCompatibilityDates,
22
+ MetaStatus,
21
23
  } from '../models/index';
22
24
 
23
25
  export interface GetMetaChangelogRequest {
@@ -25,6 +27,7 @@ export interface GetMetaChangelogRequest {
25
27
  acceptLanguage?: GetMetaChangelogAcceptLanguageEnum;
26
28
  ifNoneMatch?: string;
27
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
28
31
  }
29
32
 
30
33
  export interface GetMetaCompatibilityDatesRequest {
@@ -32,6 +35,15 @@ export interface GetMetaCompatibilityDatesRequest {
32
35
  acceptLanguage?: GetMetaCompatibilityDatesAcceptLanguageEnum;
33
36
  ifNoneMatch?: string;
34
37
  xTenant?: string;
38
+ ifModifiedSince?: string;
39
+ }
40
+
41
+ export interface GetMetaStatusRequest {
42
+ xCompatibilityDate: GetMetaStatusXCompatibilityDateEnum;
43
+ acceptLanguage?: GetMetaStatusAcceptLanguageEnum;
44
+ ifNoneMatch?: string;
45
+ xTenant?: string;
46
+ ifModifiedSince?: string;
35
47
  }
36
48
 
37
49
  /**
@@ -44,10 +56,11 @@ export interface MetaApiInterface {
44
56
  /**
45
57
  * Get the changelog of this API.
46
58
  * @summary Get changelog
47
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
59
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
48
60
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
49
61
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
50
62
  * @param {string} [xTenant] The tenant ID for the request.
63
+ * @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.
51
64
  * @param {*} [options] Override http request option.
52
65
  * @throws {RequiredError}
53
66
  * @memberof MetaApiInterface
@@ -58,15 +71,16 @@ export interface MetaApiInterface {
58
71
  * Get the changelog of this API.
59
72
  * Get changelog
60
73
  */
61
- getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MetaChangelog>;
74
+ getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
62
75
 
63
76
  /**
64
77
  * Get a list of compatibility dates.
65
78
  * @summary Get compatibility dates
66
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
79
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
67
80
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
68
81
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
69
82
  * @param {string} [xTenant] The tenant ID for the request.
83
+ * @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.
70
84
  * @param {*} [options] Override http request option.
71
85
  * @throws {RequiredError}
72
86
  * @memberof MetaApiInterface
@@ -77,7 +91,27 @@ export interface MetaApiInterface {
77
91
  * Get a list of compatibility dates.
78
92
  * Get compatibility dates
79
93
  */
80
- getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MetaCompatibilityDates>;
94
+ getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
95
+
96
+ /**
97
+ * Get the health status of each API route.
98
+ * @summary Get health status
99
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
100
+ * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
101
+ * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
102
+ * @param {string} [xTenant] The tenant ID for the request.
103
+ * @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.
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ * @memberof MetaApiInterface
107
+ */
108
+ getMetaStatusRaw(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MetaStatus>>;
109
+
110
+ /**
111
+ * Get the health status of each API route.
112
+ * Get health status
113
+ */
114
+ getMetaStatus(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
81
115
 
82
116
  }
83
117
 
@@ -118,11 +152,20 @@ export class MetaApi extends runtime.BaseAPI implements MetaApiInterface {
118
152
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
119
153
  }
120
154
 
155
+ if (requestParameters['ifModifiedSince'] != null) {
156
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
157
+ }
158
+
121
159
  /*
122
160
  */
123
161
 
124
162
  let urlPath = `/meta/changelog`;
125
163
 
164
+ // Auto-inject X-Compatibility-Date if not already provided
165
+ if (!headerParameters['X-Compatibility-Date']) {
166
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
167
+ }
168
+
126
169
  const facade = this.configuration?.apiFacade;
127
170
  if (!facade) {
128
171
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -135,16 +178,16 @@ export class MetaApi extends runtime.BaseAPI implements MetaApiInterface {
135
178
  query: queryParameters,
136
179
  }, initOverrides);
137
180
 
138
- return new runtime.JSONApiResponse(response);
181
+ return response;
139
182
  }
140
183
 
141
184
  /**
142
185
  * Get the changelog of this API.
143
186
  * Get changelog
144
187
  */
145
- async getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MetaChangelog> {
188
+ async getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
146
189
  const response = await this.getMetaChangelogRaw(requestParameters, initOverrides);
147
- return await response.value();
190
+ return response;
148
191
  }
149
192
 
150
193
  /**
@@ -179,11 +222,20 @@ export class MetaApi extends runtime.BaseAPI implements MetaApiInterface {
179
222
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
180
223
  }
181
224
 
225
+ if (requestParameters['ifModifiedSince'] != null) {
226
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
227
+ }
228
+
182
229
  /*
183
230
  */
184
231
 
185
232
  let urlPath = `/meta/compatibility-dates`;
186
233
 
234
+ // Auto-inject X-Compatibility-Date if not already provided
235
+ if (!headerParameters['X-Compatibility-Date']) {
236
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
237
+ }
238
+
187
239
  const facade = this.configuration?.apiFacade;
188
240
  if (!facade) {
189
241
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -196,16 +248,86 @@ export class MetaApi extends runtime.BaseAPI implements MetaApiInterface {
196
248
  query: queryParameters,
197
249
  }, initOverrides);
198
250
 
199
- return new runtime.JSONApiResponse(response);
251
+ return response;
200
252
  }
201
253
 
202
254
  /**
203
255
  * Get a list of compatibility dates.
204
256
  * Get compatibility dates
205
257
  */
206
- async getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MetaCompatibilityDates> {
258
+ async getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
207
259
  const response = await this.getMetaCompatibilityDatesRaw(requestParameters, initOverrides);
208
- return await response.value();
260
+ return response;
261
+ }
262
+
263
+ /**
264
+ * Get the health status of each API route.
265
+ * Get health status
266
+ */
267
+ async getMetaStatusRaw(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MetaStatus>> {
268
+ if (requestParameters['xCompatibilityDate'] == null) {
269
+ throw new runtime.RequiredError(
270
+ 'xCompatibilityDate',
271
+ 'Required parameter "xCompatibilityDate" was null or undefined when calling getMetaStatus().'
272
+ );
273
+ }
274
+
275
+ const queryParameters: any = {};
276
+
277
+ const headerParameters: runtime.HTTPHeaders = {};
278
+
279
+ if (requestParameters['acceptLanguage'] != null) {
280
+ headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
281
+ }
282
+
283
+ if (requestParameters['ifNoneMatch'] != null) {
284
+ headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
285
+ }
286
+
287
+ if (requestParameters['xCompatibilityDate'] != null) {
288
+ headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
289
+ }
290
+
291
+ if (requestParameters['xTenant'] != null) {
292
+ headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
293
+ }
294
+
295
+ if (requestParameters['ifModifiedSince'] != null) {
296
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
297
+ }
298
+
299
+ /*
300
+ */
301
+
302
+ let urlPath = `/meta/status`;
303
+
304
+ // Auto-inject X-Compatibility-Date if not already provided
305
+ if (!headerParameters['X-Compatibility-Date']) {
306
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
307
+ }
308
+
309
+ const facade = this.configuration?.apiFacade;
310
+ if (!facade) {
311
+ throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
312
+ }
313
+
314
+ const response = await facade.esi.proxy({
315
+ path: urlPath,
316
+ method: 'GET',
317
+ headers: headerParameters,
318
+ query: queryParameters,
319
+ }, initOverrides);
320
+
321
+ return response;
322
+ }
323
+
324
+ /**
325
+ * Get the health status of each API route.
326
+ * Get health status
327
+ */
328
+ async getMetaStatus(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
329
+ const response = await this.getMetaStatusRaw(requestParameters, initOverrides);
330
+ return response;
209
331
  }
210
332
 
211
333
  }
@@ -215,7 +337,7 @@ export class MetaApi extends runtime.BaseAPI implements MetaApiInterface {
215
337
  * @enum {string}
216
338
  */
217
339
  export enum GetMetaChangelogXCompatibilityDateEnum {
218
- _20200101 = '2020-01-01'
340
+ _20251216 = '2025-12-16'
219
341
  }
220
342
  /**
221
343
  * @export
@@ -236,7 +358,7 @@ export enum GetMetaChangelogAcceptLanguageEnum {
236
358
  * @enum {string}
237
359
  */
238
360
  export enum GetMetaCompatibilityDatesXCompatibilityDateEnum {
239
- _20200101 = '2020-01-01'
361
+ _20251216 = '2025-12-16'
240
362
  }
241
363
  /**
242
364
  * @export
@@ -252,3 +374,24 @@ export enum GetMetaCompatibilityDatesAcceptLanguageEnum {
252
374
  Ko = 'ko',
253
375
  Es = 'es'
254
376
  }
377
+ /**
378
+ * @export
379
+ * @enum {string}
380
+ */
381
+ export enum GetMetaStatusXCompatibilityDateEnum {
382
+ _20251216 = '2025-12-16'
383
+ }
384
+ /**
385
+ * @export
386
+ * @enum {string}
387
+ */
388
+ export enum GetMetaStatusAcceptLanguageEnum {
389
+ En = 'en',
390
+ De = 'de',
391
+ Fr = 'fr',
392
+ Ja = 'ja',
393
+ Ru = 'ru',
394
+ Zh = 'zh',
395
+ Ko = 'ko',
396
+ Es = 'es'
397
+ }
@@ -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
  CharactersCharacterIdPlanetsGetInner,
@@ -28,6 +29,7 @@ export interface GetCharactersCharacterIdPlanetsRequest {
28
29
  acceptLanguage?: GetCharactersCharacterIdPlanetsAcceptLanguageEnum;
29
30
  ifNoneMatch?: string;
30
31
  xTenant?: string;
32
+ ifModifiedSince?: string;
31
33
  }
32
34
 
33
35
  export interface GetCharactersCharacterIdPlanetsPlanetIdRequest {
@@ -37,6 +39,7 @@ export interface GetCharactersCharacterIdPlanetsPlanetIdRequest {
37
39
  acceptLanguage?: GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum;
38
40
  ifNoneMatch?: string;
39
41
  xTenant?: string;
42
+ ifModifiedSince?: string;
40
43
  }
41
44
 
42
45
  export interface GetCorporationsCorporationIdCustomsOfficesRequest {
@@ -46,6 +49,7 @@ export interface GetCorporationsCorporationIdCustomsOfficesRequest {
46
49
  acceptLanguage?: GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum;
47
50
  ifNoneMatch?: string;
48
51
  xTenant?: string;
52
+ ifModifiedSince?: string;
49
53
  }
50
54
 
51
55
  export interface GetUniverseSchematicsSchematicIdRequest {
@@ -54,6 +58,7 @@ export interface GetUniverseSchematicsSchematicIdRequest {
54
58
  acceptLanguage?: GetUniverseSchematicsSchematicIdAcceptLanguageEnum;
55
59
  ifNoneMatch?: string;
56
60
  xTenant?: string;
61
+ ifModifiedSince?: string;
57
62
  }
58
63
 
59
64
  /**
@@ -67,10 +72,11 @@ export interface PlanetaryInteractionApiInterface {
67
72
  * Returns a list of all planetary colonies owned by a character.
68
73
  * @summary Get colonies
69
74
  * @param {number} characterId The ID of the character
70
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
75
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
71
76
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
72
77
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
73
78
  * @param {string} [xTenant] The tenant ID for the request.
79
+ * @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.
74
80
  * @param {*} [options] Override http request option.
75
81
  * @throws {RequiredError}
76
82
  * @memberof PlanetaryInteractionApiInterface
@@ -81,17 +87,18 @@ export interface PlanetaryInteractionApiInterface {
81
87
  * Returns a list of all planetary colonies owned by a character.
82
88
  * Get colonies
83
89
  */
84
- getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdPlanetsGetInner>>;
90
+ getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
85
91
 
86
92
  /**
87
93
  * Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met.
88
94
  * @summary Get colony layout
89
95
  * @param {number} characterId The ID of the character
90
96
  * @param {number} planetId
91
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
97
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
92
98
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
93
99
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
94
100
  * @param {string} [xTenant] The tenant ID for the request.
101
+ * @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.
95
102
  * @param {*} [options] Override http request option.
96
103
  * @throws {RequiredError}
97
104
  * @memberof PlanetaryInteractionApiInterface
@@ -102,17 +109,18 @@ export interface PlanetaryInteractionApiInterface {
102
109
  * Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met.
103
110
  * Get colony layout
104
111
  */
105
- getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPlanetsPlanetIdGet>;
112
+ getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
106
113
 
107
114
  /**
108
115
  * List customs offices owned by a corporation
109
116
  * @summary List corporation customs offices
110
117
  * @param {number} corporationId The ID of the corporation
111
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
118
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
112
119
  * @param {number} [page]
113
120
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
114
121
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
115
122
  * @param {string} [xTenant] The tenant ID for the request.
123
+ * @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.
116
124
  * @param {*} [options] Override http request option.
117
125
  * @throws {RequiredError}
118
126
  * @memberof PlanetaryInteractionApiInterface
@@ -123,16 +131,17 @@ export interface PlanetaryInteractionApiInterface {
123
131
  * List customs offices owned by a corporation
124
132
  * List corporation customs offices
125
133
  */
126
- getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdCustomsOfficesGetInner>>;
134
+ getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
127
135
 
128
136
  /**
129
137
  * Get information on a planetary factory schematic
130
138
  * @summary Get schematic information
131
139
  * @param {number} schematicId
132
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
140
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
133
141
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
134
142
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
135
143
  * @param {string} [xTenant] The tenant ID for the request.
144
+ * @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.
136
145
  * @param {*} [options] Override http request option.
137
146
  * @throws {RequiredError}
138
147
  * @memberof PlanetaryInteractionApiInterface
@@ -143,7 +152,7 @@ export interface PlanetaryInteractionApiInterface {
143
152
  * Get information on a planetary factory schematic
144
153
  * Get schematic information
145
154
  */
146
- getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSchematicsSchematicIdGet>;
155
+ getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
147
156
 
148
157
  }
149
158
 
@@ -191,6 +200,10 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
191
200
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
192
201
  }
193
202
 
203
+ if (requestParameters['ifModifiedSince'] != null) {
204
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
205
+ }
206
+
194
207
  /*
195
208
  if (this.configuration && this.configuration.accessToken) {
196
209
  // oauth required
@@ -202,6 +215,11 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
202
215
  let urlPath = `/characters/{character_id}/planets`;
203
216
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
204
217
 
218
+ // Auto-inject X-Compatibility-Date if not already provided
219
+ if (!headerParameters['X-Compatibility-Date']) {
220
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
221
+ }
222
+
205
223
  const facade = this.configuration?.apiFacade;
206
224
  if (!facade) {
207
225
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -214,16 +232,16 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
214
232
  query: queryParameters,
215
233
  }, initOverrides);
216
234
 
217
- return new runtime.JSONApiResponse(response);
235
+ return response;
218
236
  }
219
237
 
220
238
  /**
221
239
  * Returns a list of all planetary colonies owned by a character.
222
240
  * Get colonies
223
241
  */
224
- async getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdPlanetsGetInner>> {
242
+ async getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
225
243
  const response = await this.getCharactersCharacterIdPlanetsRaw(requestParameters, initOverrides);
226
- return await response.value();
244
+ return response;
227
245
  }
228
246
 
229
247
  /**
@@ -272,6 +290,10 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
272
290
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
273
291
  }
274
292
 
293
+ if (requestParameters['ifModifiedSince'] != null) {
294
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
295
+ }
296
+
275
297
  /*
276
298
  if (this.configuration && this.configuration.accessToken) {
277
299
  // oauth required
@@ -284,6 +306,11 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
284
306
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
285
307
  urlPath = urlPath.replace(`{${"planet_id"}}`, encodeURIComponent(String(requestParameters['planetId'])));
286
308
 
309
+ // Auto-inject X-Compatibility-Date if not already provided
310
+ if (!headerParameters['X-Compatibility-Date']) {
311
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
312
+ }
313
+
287
314
  const facade = this.configuration?.apiFacade;
288
315
  if (!facade) {
289
316
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -296,16 +323,16 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
296
323
  query: queryParameters,
297
324
  }, initOverrides);
298
325
 
299
- return new runtime.JSONApiResponse(response);
326
+ return response;
300
327
  }
301
328
 
302
329
  /**
303
330
  * Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met.
304
331
  * Get colony layout
305
332
  */
306
- async getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPlanetsPlanetIdGet> {
333
+ async getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
307
334
  const response = await this.getCharactersCharacterIdPlanetsPlanetIdRaw(requestParameters, initOverrides);
308
- return await response.value();
335
+ return response;
309
336
  }
310
337
 
311
338
  /**
@@ -351,6 +378,10 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
351
378
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
352
379
  }
353
380
 
381
+ if (requestParameters['ifModifiedSince'] != null) {
382
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
383
+ }
384
+
354
385
  /*
355
386
  if (this.configuration && this.configuration.accessToken) {
356
387
  // oauth required
@@ -362,6 +393,11 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
362
393
  let urlPath = `/corporations/{corporation_id}/customs_offices`;
363
394
  urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
364
395
 
396
+ // Auto-inject X-Compatibility-Date if not already provided
397
+ if (!headerParameters['X-Compatibility-Date']) {
398
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
399
+ }
400
+
365
401
  const facade = this.configuration?.apiFacade;
366
402
  if (!facade) {
367
403
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -374,16 +410,16 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
374
410
  query: queryParameters,
375
411
  }, initOverrides);
376
412
 
377
- return new runtime.JSONApiResponse(response);
413
+ return response;
378
414
  }
379
415
 
380
416
  /**
381
417
  * List customs offices owned by a corporation
382
418
  * List corporation customs offices
383
419
  */
384
- async getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdCustomsOfficesGetInner>> {
420
+ async getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
385
421
  const response = await this.getCorporationsCorporationIdCustomsOfficesRaw(requestParameters, initOverrides);
386
- return await response.value();
422
+ return response;
387
423
  }
388
424
 
389
425
  /**
@@ -425,12 +461,21 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
425
461
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
426
462
  }
427
463
 
464
+ if (requestParameters['ifModifiedSince'] != null) {
465
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
466
+ }
467
+
428
468
  /*
429
469
  */
430
470
 
431
471
  let urlPath = `/universe/schematics/{schematic_id}`;
432
472
  urlPath = urlPath.replace(`{${"schematic_id"}}`, encodeURIComponent(String(requestParameters['schematicId'])));
433
473
 
474
+ // Auto-inject X-Compatibility-Date if not already provided
475
+ if (!headerParameters['X-Compatibility-Date']) {
476
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
477
+ }
478
+
434
479
  const facade = this.configuration?.apiFacade;
435
480
  if (!facade) {
436
481
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -443,16 +488,16 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
443
488
  query: queryParameters,
444
489
  }, initOverrides);
445
490
 
446
- return new runtime.JSONApiResponse(response);
491
+ return response;
447
492
  }
448
493
 
449
494
  /**
450
495
  * Get information on a planetary factory schematic
451
496
  * Get schematic information
452
497
  */
453
- async getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSchematicsSchematicIdGet> {
498
+ async getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
454
499
  const response = await this.getUniverseSchematicsSchematicIdRaw(requestParameters, initOverrides);
455
- return await response.value();
500
+ return response;
456
501
  }
457
502
 
458
503
  }
@@ -462,7 +507,7 @@ export class PlanetaryInteractionApi extends runtime.BaseAPI implements Planetar
462
507
  * @enum {string}
463
508
  */
464
509
  export enum GetCharactersCharacterIdPlanetsXCompatibilityDateEnum {
465
- _20200101 = '2020-01-01'
510
+ _20251216 = '2025-12-16'
466
511
  }
467
512
  /**
468
513
  * @export
@@ -483,7 +528,7 @@ export enum GetCharactersCharacterIdPlanetsAcceptLanguageEnum {
483
528
  * @enum {string}
484
529
  */
485
530
  export enum GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum {
486
- _20200101 = '2020-01-01'
531
+ _20251216 = '2025-12-16'
487
532
  }
488
533
  /**
489
534
  * @export
@@ -504,7 +549,7 @@ export enum GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum {
504
549
  * @enum {string}
505
550
  */
506
551
  export enum GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum {
507
- _20200101 = '2020-01-01'
552
+ _20251216 = '2025-12-16'
508
553
  }
509
554
  /**
510
555
  * @export
@@ -525,7 +570,7 @@ export enum GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum {
525
570
  * @enum {string}
526
571
  */
527
572
  export enum GetUniverseSchematicsSchematicIdXCompatibilityDateEnum {
528
- _20200101 = '2020-01-01'
573
+ _20251216 = '2025-12-16'
529
574
  }
530
575
  /**
531
576
  * @export