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
@@ -5,7 +5,7 @@
5
5
  * EVE Stable Infrastructure (ESI) - tranquility
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2020-01-01
8
+ * The version of the OpenAPI document: 2025-12-16
9
9
  * Contact: arcyfa_github@pm.me
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -64,8 +64,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
64
64
  }
65
65
  };
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
- exports.GetMetaCompatibilityDatesAcceptLanguageEnum = exports.GetMetaCompatibilityDatesXCompatibilityDateEnum = exports.GetMetaChangelogAcceptLanguageEnum = exports.GetMetaChangelogXCompatibilityDateEnum = exports.MetaApi = void 0;
67
+ exports.GetMetaStatusAcceptLanguageEnum = exports.GetMetaStatusXCompatibilityDateEnum = exports.GetMetaCompatibilityDatesAcceptLanguageEnum = exports.GetMetaCompatibilityDatesXCompatibilityDateEnum = exports.GetMetaChangelogAcceptLanguageEnum = exports.GetMetaChangelogXCompatibilityDateEnum = exports.MetaApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -102,7 +103,14 @@ var MetaApi = /** @class */ (function (_super) {
102
103
  if (requestParameters['xTenant'] != null) {
103
104
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
104
105
  }
106
+ if (requestParameters['ifModifiedSince'] != null) {
107
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
108
+ }
105
109
  urlPath = "/meta/changelog";
110
+ // Auto-inject X-Compatibility-Date if not already provided
111
+ if (!headerParameters['X-Compatibility-Date']) {
112
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
113
+ }
106
114
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
107
115
  if (!facade) {
108
116
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -115,7 +123,7 @@ var MetaApi = /** @class */ (function (_super) {
115
123
  }, initOverrides)];
116
124
  case 1:
117
125
  response = _b.sent();
118
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
126
+ return [2 /*return*/, response];
119
127
  }
120
128
  });
121
129
  });
@@ -132,8 +140,7 @@ var MetaApi = /** @class */ (function (_super) {
132
140
  case 0: return [4 /*yield*/, this.getMetaChangelogRaw(requestParameters, initOverrides)];
133
141
  case 1:
134
142
  response = _a.sent();
135
- return [4 /*yield*/, response.value()];
136
- case 2: return [2 /*return*/, _a.sent()];
143
+ return [2 /*return*/, response];
137
144
  }
138
145
  });
139
146
  });
@@ -166,7 +173,14 @@ var MetaApi = /** @class */ (function (_super) {
166
173
  if (requestParameters['xTenant'] != null) {
167
174
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
168
175
  }
176
+ if (requestParameters['ifModifiedSince'] != null) {
177
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
178
+ }
169
179
  urlPath = "/meta/compatibility-dates";
180
+ // Auto-inject X-Compatibility-Date if not already provided
181
+ if (!headerParameters['X-Compatibility-Date']) {
182
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
183
+ }
170
184
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
171
185
  if (!facade) {
172
186
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -179,7 +193,7 @@ var MetaApi = /** @class */ (function (_super) {
179
193
  }, initOverrides)];
180
194
  case 1:
181
195
  response = _b.sent();
182
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
196
+ return [2 /*return*/, response];
183
197
  }
184
198
  });
185
199
  });
@@ -196,8 +210,77 @@ var MetaApi = /** @class */ (function (_super) {
196
210
  case 0: return [4 /*yield*/, this.getMetaCompatibilityDatesRaw(requestParameters, initOverrides)];
197
211
  case 1:
198
212
  response = _a.sent();
199
- return [4 /*yield*/, response.value()];
200
- case 2: return [2 /*return*/, _a.sent()];
213
+ return [2 /*return*/, response];
214
+ }
215
+ });
216
+ });
217
+ };
218
+ /**
219
+ * Get the health status of each API route.
220
+ * Get health status
221
+ */
222
+ MetaApi.prototype.getMetaStatusRaw = function (requestParameters, initOverrides) {
223
+ return __awaiter(this, void 0, void 0, function () {
224
+ var queryParameters, headerParameters, urlPath, facade, response;
225
+ var _a;
226
+ return __generator(this, function (_b) {
227
+ switch (_b.label) {
228
+ case 0:
229
+ if (requestParameters['xCompatibilityDate'] == null) {
230
+ throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMetaStatus().');
231
+ }
232
+ queryParameters = {};
233
+ headerParameters = {};
234
+ if (requestParameters['acceptLanguage'] != null) {
235
+ headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
236
+ }
237
+ if (requestParameters['ifNoneMatch'] != null) {
238
+ headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
239
+ }
240
+ if (requestParameters['xCompatibilityDate'] != null) {
241
+ headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
242
+ }
243
+ if (requestParameters['xTenant'] != null) {
244
+ headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
245
+ }
246
+ if (requestParameters['ifModifiedSince'] != null) {
247
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
248
+ }
249
+ urlPath = "/meta/status";
250
+ // Auto-inject X-Compatibility-Date if not already provided
251
+ if (!headerParameters['X-Compatibility-Date']) {
252
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
253
+ }
254
+ facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
255
+ if (!facade) {
256
+ throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
257
+ }
258
+ return [4 /*yield*/, facade.esi.proxy({
259
+ path: urlPath,
260
+ method: 'GET',
261
+ headers: headerParameters,
262
+ query: queryParameters,
263
+ }, initOverrides)];
264
+ case 1:
265
+ response = _b.sent();
266
+ return [2 /*return*/, response];
267
+ }
268
+ });
269
+ });
270
+ };
271
+ /**
272
+ * Get the health status of each API route.
273
+ * Get health status
274
+ */
275
+ MetaApi.prototype.getMetaStatus = function (requestParameters, initOverrides) {
276
+ return __awaiter(this, void 0, void 0, function () {
277
+ var response;
278
+ return __generator(this, function (_a) {
279
+ switch (_a.label) {
280
+ case 0: return [4 /*yield*/, this.getMetaStatusRaw(requestParameters, initOverrides)];
281
+ case 1:
282
+ response = _a.sent();
283
+ return [2 /*return*/, response];
201
284
  }
202
285
  });
203
286
  });
@@ -211,7 +294,7 @@ exports.MetaApi = MetaApi;
211
294
  */
212
295
  var GetMetaChangelogXCompatibilityDateEnum;
213
296
  (function (GetMetaChangelogXCompatibilityDateEnum) {
214
- GetMetaChangelogXCompatibilityDateEnum["_20200101"] = "2020-01-01";
297
+ GetMetaChangelogXCompatibilityDateEnum["_20251216"] = "2025-12-16";
215
298
  })(GetMetaChangelogXCompatibilityDateEnum || (exports.GetMetaChangelogXCompatibilityDateEnum = GetMetaChangelogXCompatibilityDateEnum = {}));
216
299
  /**
217
300
  * @export
@@ -234,7 +317,7 @@ var GetMetaChangelogAcceptLanguageEnum;
234
317
  */
235
318
  var GetMetaCompatibilityDatesXCompatibilityDateEnum;
236
319
  (function (GetMetaCompatibilityDatesXCompatibilityDateEnum) {
237
- GetMetaCompatibilityDatesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
320
+ GetMetaCompatibilityDatesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
238
321
  })(GetMetaCompatibilityDatesXCompatibilityDateEnum || (exports.GetMetaCompatibilityDatesXCompatibilityDateEnum = GetMetaCompatibilityDatesXCompatibilityDateEnum = {}));
239
322
  /**
240
323
  * @export
@@ -251,3 +334,26 @@ var GetMetaCompatibilityDatesAcceptLanguageEnum;
251
334
  GetMetaCompatibilityDatesAcceptLanguageEnum["Ko"] = "ko";
252
335
  GetMetaCompatibilityDatesAcceptLanguageEnum["Es"] = "es";
253
336
  })(GetMetaCompatibilityDatesAcceptLanguageEnum || (exports.GetMetaCompatibilityDatesAcceptLanguageEnum = GetMetaCompatibilityDatesAcceptLanguageEnum = {}));
337
+ /**
338
+ * @export
339
+ * @enum {string}
340
+ */
341
+ var GetMetaStatusXCompatibilityDateEnum;
342
+ (function (GetMetaStatusXCompatibilityDateEnum) {
343
+ GetMetaStatusXCompatibilityDateEnum["_20251216"] = "2025-12-16";
344
+ })(GetMetaStatusXCompatibilityDateEnum || (exports.GetMetaStatusXCompatibilityDateEnum = GetMetaStatusXCompatibilityDateEnum = {}));
345
+ /**
346
+ * @export
347
+ * @enum {string}
348
+ */
349
+ var GetMetaStatusAcceptLanguageEnum;
350
+ (function (GetMetaStatusAcceptLanguageEnum) {
351
+ GetMetaStatusAcceptLanguageEnum["En"] = "en";
352
+ GetMetaStatusAcceptLanguageEnum["De"] = "de";
353
+ GetMetaStatusAcceptLanguageEnum["Fr"] = "fr";
354
+ GetMetaStatusAcceptLanguageEnum["Ja"] = "ja";
355
+ GetMetaStatusAcceptLanguageEnum["Ru"] = "ru";
356
+ GetMetaStatusAcceptLanguageEnum["Zh"] = "zh";
357
+ GetMetaStatusAcceptLanguageEnum["Ko"] = "ko";
358
+ GetMetaStatusAcceptLanguageEnum["Es"] = "es";
359
+ })(GetMetaStatusAcceptLanguageEnum || (exports.GetMetaStatusAcceptLanguageEnum = GetMetaStatusAcceptLanguageEnum = {}));
@@ -2,7 +2,7 @@
2
2
  * EVE Stable Infrastructure (ESI) - tranquility
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2020-01-01
5
+ * The version of the OpenAPI document: 2025-12-16
6
6
  * Contact: arcyfa_github@pm.me
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdPlanetsRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdPlanetsAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdPlanetsPlanetIdRequest {
22
23
  characterId: number;
@@ -25,6 +26,7 @@ export interface GetCharactersCharacterIdPlanetsPlanetIdRequest {
25
26
  acceptLanguage?: GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum;
26
27
  ifNoneMatch?: string;
27
28
  xTenant?: string;
29
+ ifModifiedSince?: string;
28
30
  }
29
31
  export interface GetCorporationsCorporationIdCustomsOfficesRequest {
30
32
  corporationId: number;
@@ -33,6 +35,7 @@ export interface GetCorporationsCorporationIdCustomsOfficesRequest {
33
35
  acceptLanguage?: GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum;
34
36
  ifNoneMatch?: string;
35
37
  xTenant?: string;
38
+ ifModifiedSince?: string;
36
39
  }
37
40
  export interface GetUniverseSchematicsSchematicIdRequest {
38
41
  schematicId: number;
@@ -40,6 +43,7 @@ export interface GetUniverseSchematicsSchematicIdRequest {
40
43
  acceptLanguage?: GetUniverseSchematicsSchematicIdAcceptLanguageEnum;
41
44
  ifNoneMatch?: string;
42
45
  xTenant?: string;
46
+ ifModifiedSince?: string;
43
47
  }
44
48
  /**
45
49
  * PlanetaryInteractionApi - interface
@@ -52,10 +56,11 @@ export interface PlanetaryInteractionApiInterface {
52
56
  * Returns a list of all planetary colonies owned by a character.
53
57
  * @summary Get colonies
54
58
  * @param {number} characterId The ID of the character
55
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
59
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
56
60
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
57
61
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
58
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.
59
64
  * @param {*} [options] Override http request option.
60
65
  * @throws {RequiredError}
61
66
  * @memberof PlanetaryInteractionApiInterface
@@ -65,16 +70,17 @@ export interface PlanetaryInteractionApiInterface {
65
70
  * Returns a list of all planetary colonies owned by a character.
66
71
  * Get colonies
67
72
  */
68
- getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdPlanetsGetInner>>;
73
+ getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
69
74
  /**
70
75
  * 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.
71
76
  * @summary Get colony layout
72
77
  * @param {number} characterId The ID of the character
73
78
  * @param {number} planetId
74
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
79
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
75
80
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
76
81
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
77
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.
78
84
  * @param {*} [options] Override http request option.
79
85
  * @throws {RequiredError}
80
86
  * @memberof PlanetaryInteractionApiInterface
@@ -84,16 +90,17 @@ export interface PlanetaryInteractionApiInterface {
84
90
  * 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.
85
91
  * Get colony layout
86
92
  */
87
- getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPlanetsPlanetIdGet>;
93
+ getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
88
94
  /**
89
95
  * List customs offices owned by a corporation
90
96
  * @summary List corporation customs offices
91
97
  * @param {number} corporationId The ID of the corporation
92
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
98
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
93
99
  * @param {number} [page]
94
100
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
95
101
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
96
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.
97
104
  * @param {*} [options] Override http request option.
98
105
  * @throws {RequiredError}
99
106
  * @memberof PlanetaryInteractionApiInterface
@@ -103,15 +110,16 @@ export interface PlanetaryInteractionApiInterface {
103
110
  * List customs offices owned by a corporation
104
111
  * List corporation customs offices
105
112
  */
106
- getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdCustomsOfficesGetInner>>;
113
+ getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
107
114
  /**
108
115
  * Get information on a planetary factory schematic
109
116
  * @summary Get schematic information
110
117
  * @param {number} schematicId
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 {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
113
120
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
114
121
  * @param {string} [xTenant] The tenant ID for the request.
122
+ * @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.
115
123
  * @param {*} [options] Override http request option.
116
124
  * @throws {RequiredError}
117
125
  * @memberof PlanetaryInteractionApiInterface
@@ -121,7 +129,7 @@ export interface PlanetaryInteractionApiInterface {
121
129
  * Get information on a planetary factory schematic
122
130
  * Get schematic information
123
131
  */
124
- getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSchematicsSchematicIdGet>;
132
+ getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
125
133
  }
126
134
  /**
127
135
  *
@@ -136,7 +144,7 @@ export declare class PlanetaryInteractionApi extends runtime.BaseAPI implements
136
144
  * Returns a list of all planetary colonies owned by a character.
137
145
  * Get colonies
138
146
  */
139
- getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdPlanetsGetInner>>;
147
+ getCharactersCharacterIdPlanets(requestParameters: GetCharactersCharacterIdPlanetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
140
148
  /**
141
149
  * 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.
142
150
  * Get colony layout
@@ -146,7 +154,7 @@ export declare class PlanetaryInteractionApi extends runtime.BaseAPI implements
146
154
  * 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.
147
155
  * Get colony layout
148
156
  */
149
- getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPlanetsPlanetIdGet>;
157
+ getCharactersCharacterIdPlanetsPlanetId(requestParameters: GetCharactersCharacterIdPlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
150
158
  /**
151
159
  * List customs offices owned by a corporation
152
160
  * List corporation customs offices
@@ -156,7 +164,7 @@ export declare class PlanetaryInteractionApi extends runtime.BaseAPI implements
156
164
  * List customs offices owned by a corporation
157
165
  * List corporation customs offices
158
166
  */
159
- getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdCustomsOfficesGetInner>>;
167
+ getCorporationsCorporationIdCustomsOffices(requestParameters: GetCorporationsCorporationIdCustomsOfficesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
160
168
  /**
161
169
  * Get information on a planetary factory schematic
162
170
  * Get schematic information
@@ -166,14 +174,14 @@ export declare class PlanetaryInteractionApi extends runtime.BaseAPI implements
166
174
  * Get information on a planetary factory schematic
167
175
  * Get schematic information
168
176
  */
169
- getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSchematicsSchematicIdGet>;
177
+ getUniverseSchematicsSchematicId(requestParameters: GetUniverseSchematicsSchematicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
170
178
  }
171
179
  /**
172
180
  * @export
173
181
  * @enum {string}
174
182
  */
175
183
  export declare enum GetCharactersCharacterIdPlanetsXCompatibilityDateEnum {
176
- _20200101 = "2020-01-01"
184
+ _20251216 = "2025-12-16"
177
185
  }
178
186
  /**
179
187
  * @export
@@ -194,7 +202,7 @@ export declare enum GetCharactersCharacterIdPlanetsAcceptLanguageEnum {
194
202
  * @enum {string}
195
203
  */
196
204
  export declare enum GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum {
197
- _20200101 = "2020-01-01"
205
+ _20251216 = "2025-12-16"
198
206
  }
199
207
  /**
200
208
  * @export
@@ -215,7 +223,7 @@ export declare enum GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum {
215
223
  * @enum {string}
216
224
  */
217
225
  export declare enum GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum {
218
- _20200101 = "2020-01-01"
226
+ _20251216 = "2025-12-16"
219
227
  }
220
228
  /**
221
229
  * @export
@@ -236,7 +244,7 @@ export declare enum GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum
236
244
  * @enum {string}
237
245
  */
238
246
  export declare enum GetUniverseSchematicsSchematicIdXCompatibilityDateEnum {
239
- _20200101 = "2020-01-01"
247
+ _20251216 = "2025-12-16"
240
248
  }
241
249
  /**
242
250
  * @export
@@ -5,7 +5,7 @@
5
5
  * EVE Stable Infrastructure (ESI) - tranquility
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2020-01-01
8
+ * The version of the OpenAPI document: 2025-12-16
9
9
  * Contact: arcyfa_github@pm.me
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetUniverseSchematicsSchematicIdAcceptLanguageEnum = exports.GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = exports.GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum = exports.GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = exports.GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum = exports.GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = exports.GetCharactersCharacterIdPlanetsAcceptLanguageEnum = exports.GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = exports.PlanetaryInteractionApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -105,8 +106,15 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
105
106
  if (requestParameters['xTenant'] != null) {
106
107
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
107
108
  }
109
+ if (requestParameters['ifModifiedSince'] != null) {
110
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
111
+ }
108
112
  urlPath = "/characters/{character_id}/planets";
109
113
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
114
+ // Auto-inject X-Compatibility-Date if not already provided
115
+ if (!headerParameters['X-Compatibility-Date']) {
116
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
117
+ }
110
118
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
111
119
  if (!facade) {
112
120
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -119,7 +127,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
119
127
  }, initOverrides)];
120
128
  case 1:
121
129
  response = _b.sent();
122
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
130
+ return [2 /*return*/, response];
123
131
  }
124
132
  });
125
133
  });
@@ -136,8 +144,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
136
144
  case 0: return [4 /*yield*/, this.getCharactersCharacterIdPlanetsRaw(requestParameters, initOverrides)];
137
145
  case 1:
138
146
  response = _a.sent();
139
- return [4 /*yield*/, response.value()];
140
- case 2: return [2 /*return*/, _a.sent()];
147
+ return [2 /*return*/, response];
141
148
  }
142
149
  });
143
150
  });
@@ -176,9 +183,16 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
176
183
  if (requestParameters['xTenant'] != null) {
177
184
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
178
185
  }
186
+ if (requestParameters['ifModifiedSince'] != null) {
187
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
188
+ }
179
189
  urlPath = "/characters/{character_id}/planets/{planet_id}";
180
190
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
181
191
  urlPath = urlPath.replace("{".concat("planet_id", "}"), encodeURIComponent(String(requestParameters['planetId'])));
192
+ // Auto-inject X-Compatibility-Date if not already provided
193
+ if (!headerParameters['X-Compatibility-Date']) {
194
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
195
+ }
182
196
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
183
197
  if (!facade) {
184
198
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -191,7 +205,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
191
205
  }, initOverrides)];
192
206
  case 1:
193
207
  response = _b.sent();
194
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
208
+ return [2 /*return*/, response];
195
209
  }
196
210
  });
197
211
  });
@@ -208,8 +222,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
208
222
  case 0: return [4 /*yield*/, this.getCharactersCharacterIdPlanetsPlanetIdRaw(requestParameters, initOverrides)];
209
223
  case 1:
210
224
  response = _a.sent();
211
- return [4 /*yield*/, response.value()];
212
- case 2: return [2 /*return*/, _a.sent()];
225
+ return [2 /*return*/, response];
213
226
  }
214
227
  });
215
228
  });
@@ -248,8 +261,15 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
248
261
  if (requestParameters['xTenant'] != null) {
249
262
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
250
263
  }
264
+ if (requestParameters['ifModifiedSince'] != null) {
265
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
266
+ }
251
267
  urlPath = "/corporations/{corporation_id}/customs_offices";
252
268
  urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
269
+ // Auto-inject X-Compatibility-Date if not already provided
270
+ if (!headerParameters['X-Compatibility-Date']) {
271
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
272
+ }
253
273
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
254
274
  if (!facade) {
255
275
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -262,7 +282,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
262
282
  }, initOverrides)];
263
283
  case 1:
264
284
  response = _b.sent();
265
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
285
+ return [2 /*return*/, response];
266
286
  }
267
287
  });
268
288
  });
@@ -279,8 +299,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
279
299
  case 0: return [4 /*yield*/, this.getCorporationsCorporationIdCustomsOfficesRaw(requestParameters, initOverrides)];
280
300
  case 1:
281
301
  response = _a.sent();
282
- return [4 /*yield*/, response.value()];
283
- case 2: return [2 /*return*/, _a.sent()];
302
+ return [2 /*return*/, response];
284
303
  }
285
304
  });
286
305
  });
@@ -316,8 +335,15 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
316
335
  if (requestParameters['xTenant'] != null) {
317
336
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
318
337
  }
338
+ if (requestParameters['ifModifiedSince'] != null) {
339
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
340
+ }
319
341
  urlPath = "/universe/schematics/{schematic_id}";
320
342
  urlPath = urlPath.replace("{".concat("schematic_id", "}"), encodeURIComponent(String(requestParameters['schematicId'])));
343
+ // Auto-inject X-Compatibility-Date if not already provided
344
+ if (!headerParameters['X-Compatibility-Date']) {
345
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
346
+ }
321
347
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
322
348
  if (!facade) {
323
349
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -330,7 +356,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
330
356
  }, initOverrides)];
331
357
  case 1:
332
358
  response = _b.sent();
333
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
359
+ return [2 /*return*/, response];
334
360
  }
335
361
  });
336
362
  });
@@ -347,8 +373,7 @@ var PlanetaryInteractionApi = /** @class */ (function (_super) {
347
373
  case 0: return [4 /*yield*/, this.getUniverseSchematicsSchematicIdRaw(requestParameters, initOverrides)];
348
374
  case 1:
349
375
  response = _a.sent();
350
- return [4 /*yield*/, response.value()];
351
- case 2: return [2 /*return*/, _a.sent()];
376
+ return [2 /*return*/, response];
352
377
  }
353
378
  });
354
379
  });
@@ -362,7 +387,7 @@ exports.PlanetaryInteractionApi = PlanetaryInteractionApi;
362
387
  */
363
388
  var GetCharactersCharacterIdPlanetsXCompatibilityDateEnum;
364
389
  (function (GetCharactersCharacterIdPlanetsXCompatibilityDateEnum) {
365
- GetCharactersCharacterIdPlanetsXCompatibilityDateEnum["_20200101"] = "2020-01-01";
390
+ GetCharactersCharacterIdPlanetsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
366
391
  })(GetCharactersCharacterIdPlanetsXCompatibilityDateEnum || (exports.GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = {}));
367
392
  /**
368
393
  * @export
@@ -385,7 +410,7 @@ var GetCharactersCharacterIdPlanetsAcceptLanguageEnum;
385
410
  */
386
411
  var GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum;
387
412
  (function (GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum) {
388
- GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
413
+ GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
389
414
  })(GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum || (exports.GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = {}));
390
415
  /**
391
416
  * @export
@@ -408,7 +433,7 @@ var GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum;
408
433
  */
409
434
  var GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum;
410
435
  (function (GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum) {
411
- GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
436
+ GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
412
437
  })(GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = {}));
413
438
  /**
414
439
  * @export
@@ -431,7 +456,7 @@ var GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum;
431
456
  */
432
457
  var GetUniverseSchematicsSchematicIdXCompatibilityDateEnum;
433
458
  (function (GetUniverseSchematicsSchematicIdXCompatibilityDateEnum) {
434
- GetUniverseSchematicsSchematicIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
459
+ GetUniverseSchematicsSchematicIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
435
460
  })(GetUniverseSchematicsSchematicIdXCompatibilityDateEnum || (exports.GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = {}));
436
461
  /**
437
462
  * @export