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
@@ -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).
@@ -10,16 +10,16 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- export interface GetRouteOriginDestinationRequest {
14
- destination: number;
15
- origin: number;
16
- xCompatibilityDate: GetRouteOriginDestinationXCompatibilityDateEnum;
17
- avoid?: Set<number>;
18
- connections?: Set<Array<number>>;
19
- flag?: GetRouteOriginDestinationFlagEnum;
20
- acceptLanguage?: GetRouteOriginDestinationAcceptLanguageEnum;
13
+ import type { Route, RouteRequestBody } from '../models/index';
14
+ export interface PostRouteRequest {
15
+ originSystemId: number;
16
+ destinationSystemId: number;
17
+ xCompatibilityDate: PostRouteXCompatibilityDateEnum;
18
+ routeRequestBody: RouteRequestBody;
19
+ acceptLanguage?: PostRouteAcceptLanguageEnum;
21
20
  ifNoneMatch?: string;
22
21
  xTenant?: string;
22
+ ifModifiedSince?: string;
23
23
  }
24
24
  /**
25
25
  * RoutesApi - interface
@@ -29,64 +29,54 @@ export interface GetRouteOriginDestinationRequest {
29
29
  */
30
30
  export interface RoutesApiInterface {
31
31
  /**
32
- * Get the systems between origin and destination
33
- * @summary Get route
34
- * @param {number} destination
35
- * @param {number} origin
36
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
37
- * @param {Set<number>} [avoid]
38
- * @param {Set<Array<number>>} [connections]
39
- * @param {'shortest' | 'secure' | 'insecure'} [flag]
32
+ * Calculate the systems between the given origin and destination.
33
+ * @summary Get route between two systems
34
+ * @param {number} originSystemId Origin system
35
+ * @param {number} destinationSystemId Destination system
36
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
37
+ * @param {RouteRequestBody} routeRequestBody
40
38
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
41
39
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
42
40
  * @param {string} [xTenant] The tenant ID for the request.
41
+ * @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.
43
42
  * @param {*} [options] Override http request option.
44
43
  * @throws {RequiredError}
45
44
  * @memberof RoutesApiInterface
46
45
  */
47
- getRouteOriginDestinationRaw(requestParameters: GetRouteOriginDestinationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
46
+ postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>>;
48
47
  /**
49
- * Get the systems between origin and destination
50
- * Get route
48
+ * Calculate the systems between the given origin and destination.
49
+ * Get route between two systems
51
50
  */
52
- getRouteOriginDestination(requestParameters: GetRouteOriginDestinationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
51
+ postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
53
52
  }
54
53
  /**
55
54
  *
56
55
  */
57
56
  export declare class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
58
57
  /**
59
- * Get the systems between origin and destination
60
- * Get route
58
+ * Calculate the systems between the given origin and destination.
59
+ * Get route between two systems
61
60
  */
62
- getRouteOriginDestinationRaw(requestParameters: GetRouteOriginDestinationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
61
+ postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>>;
63
62
  /**
64
- * Get the systems between origin and destination
65
- * Get route
63
+ * Calculate the systems between the given origin and destination.
64
+ * Get route between two systems
66
65
  */
67
- getRouteOriginDestination(requestParameters: GetRouteOriginDestinationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
66
+ postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
68
67
  }
69
68
  /**
70
69
  * @export
71
70
  * @enum {string}
72
71
  */
73
- export declare enum GetRouteOriginDestinationXCompatibilityDateEnum {
74
- _20200101 = "2020-01-01"
72
+ export declare enum PostRouteXCompatibilityDateEnum {
73
+ _20251216 = "2025-12-16"
75
74
  }
76
75
  /**
77
76
  * @export
78
77
  * @enum {string}
79
78
  */
80
- export declare enum GetRouteOriginDestinationFlagEnum {
81
- Shortest = "shortest",
82
- Secure = "secure",
83
- Insecure = "insecure"
84
- }
85
- /**
86
- * @export
87
- * @enum {string}
88
- */
89
- export declare enum GetRouteOriginDestinationAcceptLanguageEnum {
79
+ export declare enum PostRouteAcceptLanguageEnum {
90
80
  En = "en",
91
81
  De = "de",
92
82
  Fr = "fr",
@@ -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.GetRouteOriginDestinationAcceptLanguageEnum = exports.GetRouteOriginDestinationFlagEnum = exports.GetRouteOriginDestinationXCompatibilityDateEnum = exports.RoutesApi = void 0;
67
+ exports.PostRouteAcceptLanguageEnum = exports.PostRouteXCompatibilityDateEnum = exports.RoutesApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -75,36 +76,31 @@ var RoutesApi = /** @class */ (function (_super) {
75
76
  return _super !== null && _super.apply(this, arguments) || this;
76
77
  }
77
78
  /**
78
- * Get the systems between origin and destination
79
- * Get route
79
+ * Calculate the systems between the given origin and destination.
80
+ * Get route between two systems
80
81
  */
81
- RoutesApi.prototype.getRouteOriginDestinationRaw = function (requestParameters, initOverrides) {
82
+ RoutesApi.prototype.postRouteRaw = function (requestParameters, initOverrides) {
82
83
  return __awaiter(this, void 0, void 0, function () {
83
84
  var queryParameters, headerParameters, urlPath, facade, response;
84
85
  var _a;
85
86
  return __generator(this, function (_b) {
86
87
  switch (_b.label) {
87
88
  case 0:
88
- if (requestParameters['destination'] == null) {
89
- throw new runtime.RequiredError('destination', 'Required parameter "destination" was null or undefined when calling getRouteOriginDestination().');
89
+ if (requestParameters['originSystemId'] == null) {
90
+ throw new runtime.RequiredError('originSystemId', 'Required parameter "originSystemId" was null or undefined when calling postRoute().');
90
91
  }
91
- if (requestParameters['origin'] == null) {
92
- throw new runtime.RequiredError('origin', 'Required parameter "origin" was null or undefined when calling getRouteOriginDestination().');
92
+ if (requestParameters['destinationSystemId'] == null) {
93
+ throw new runtime.RequiredError('destinationSystemId', 'Required parameter "destinationSystemId" was null or undefined when calling postRoute().');
93
94
  }
94
95
  if (requestParameters['xCompatibilityDate'] == null) {
95
- throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getRouteOriginDestination().');
96
+ throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling postRoute().');
96
97
  }
97
- queryParameters = {};
98
- if (requestParameters['avoid'] != null) {
99
- queryParameters['avoid'] = requestParameters['avoid'];
100
- }
101
- if (requestParameters['connections'] != null) {
102
- queryParameters['connections'] = requestParameters['connections'];
103
- }
104
- if (requestParameters['flag'] != null) {
105
- queryParameters['flag'] = requestParameters['flag'];
98
+ if (requestParameters['routeRequestBody'] == null) {
99
+ throw new runtime.RequiredError('routeRequestBody', 'Required parameter "routeRequestBody" was null or undefined when calling postRoute().');
106
100
  }
101
+ queryParameters = {};
107
102
  headerParameters = {};
103
+ headerParameters['Content-Type'] = 'application/json';
108
104
  if (requestParameters['acceptLanguage'] != null) {
109
105
  headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
110
106
  }
@@ -117,40 +113,47 @@ var RoutesApi = /** @class */ (function (_super) {
117
113
  if (requestParameters['xTenant'] != null) {
118
114
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
119
115
  }
120
- urlPath = "/route/{origin}/{destination}";
121
- urlPath = urlPath.replace("{".concat("destination", "}"), encodeURIComponent(String(requestParameters['destination'])));
122
- urlPath = urlPath.replace("{".concat("origin", "}"), encodeURIComponent(String(requestParameters['origin'])));
116
+ if (requestParameters['ifModifiedSince'] != null) {
117
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
118
+ }
119
+ urlPath = "/route/{origin_system_id}/{destination_system_id}";
120
+ urlPath = urlPath.replace("{".concat("origin_system_id", "}"), encodeURIComponent(String(requestParameters['originSystemId'])));
121
+ urlPath = urlPath.replace("{".concat("destination_system_id", "}"), encodeURIComponent(String(requestParameters['destinationSystemId'])));
122
+ // Auto-inject X-Compatibility-Date if not already provided
123
+ if (!headerParameters['X-Compatibility-Date']) {
124
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
125
+ }
123
126
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
124
127
  if (!facade) {
125
128
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
126
129
  }
127
130
  return [4 /*yield*/, facade.esi.proxy({
128
131
  path: urlPath,
129
- method: 'GET',
132
+ method: 'POST',
130
133
  headers: headerParameters,
131
134
  query: queryParameters,
135
+ body: requestParameters['routeRequestBody'],
132
136
  }, initOverrides)];
133
137
  case 1:
134
138
  response = _b.sent();
135
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
139
+ return [2 /*return*/, response];
136
140
  }
137
141
  });
138
142
  });
139
143
  };
140
144
  /**
141
- * Get the systems between origin and destination
142
- * Get route
145
+ * Calculate the systems between the given origin and destination.
146
+ * Get route between two systems
143
147
  */
144
- RoutesApi.prototype.getRouteOriginDestination = function (requestParameters, initOverrides) {
148
+ RoutesApi.prototype.postRoute = function (requestParameters, initOverrides) {
145
149
  return __awaiter(this, void 0, void 0, function () {
146
150
  var response;
147
151
  return __generator(this, function (_a) {
148
152
  switch (_a.label) {
149
- case 0: return [4 /*yield*/, this.getRouteOriginDestinationRaw(requestParameters, initOverrides)];
153
+ case 0: return [4 /*yield*/, this.postRouteRaw(requestParameters, initOverrides)];
150
154
  case 1:
151
155
  response = _a.sent();
152
- return [4 /*yield*/, response.value()];
153
- case 2: return [2 /*return*/, _a.sent()];
156
+ return [2 /*return*/, response];
154
157
  }
155
158
  });
156
159
  });
@@ -162,32 +165,22 @@ exports.RoutesApi = RoutesApi;
162
165
  * @export
163
166
  * @enum {string}
164
167
  */
165
- var GetRouteOriginDestinationXCompatibilityDateEnum;
166
- (function (GetRouteOriginDestinationXCompatibilityDateEnum) {
167
- GetRouteOriginDestinationXCompatibilityDateEnum["_20200101"] = "2020-01-01";
168
- })(GetRouteOriginDestinationXCompatibilityDateEnum || (exports.GetRouteOriginDestinationXCompatibilityDateEnum = GetRouteOriginDestinationXCompatibilityDateEnum = {}));
169
- /**
170
- * @export
171
- * @enum {string}
172
- */
173
- var GetRouteOriginDestinationFlagEnum;
174
- (function (GetRouteOriginDestinationFlagEnum) {
175
- GetRouteOriginDestinationFlagEnum["Shortest"] = "shortest";
176
- GetRouteOriginDestinationFlagEnum["Secure"] = "secure";
177
- GetRouteOriginDestinationFlagEnum["Insecure"] = "insecure";
178
- })(GetRouteOriginDestinationFlagEnum || (exports.GetRouteOriginDestinationFlagEnum = GetRouteOriginDestinationFlagEnum = {}));
168
+ var PostRouteXCompatibilityDateEnum;
169
+ (function (PostRouteXCompatibilityDateEnum) {
170
+ PostRouteXCompatibilityDateEnum["_20251216"] = "2025-12-16";
171
+ })(PostRouteXCompatibilityDateEnum || (exports.PostRouteXCompatibilityDateEnum = PostRouteXCompatibilityDateEnum = {}));
179
172
  /**
180
173
  * @export
181
174
  * @enum {string}
182
175
  */
183
- var GetRouteOriginDestinationAcceptLanguageEnum;
184
- (function (GetRouteOriginDestinationAcceptLanguageEnum) {
185
- GetRouteOriginDestinationAcceptLanguageEnum["En"] = "en";
186
- GetRouteOriginDestinationAcceptLanguageEnum["De"] = "de";
187
- GetRouteOriginDestinationAcceptLanguageEnum["Fr"] = "fr";
188
- GetRouteOriginDestinationAcceptLanguageEnum["Ja"] = "ja";
189
- GetRouteOriginDestinationAcceptLanguageEnum["Ru"] = "ru";
190
- GetRouteOriginDestinationAcceptLanguageEnum["Zh"] = "zh";
191
- GetRouteOriginDestinationAcceptLanguageEnum["Ko"] = "ko";
192
- GetRouteOriginDestinationAcceptLanguageEnum["Es"] = "es";
193
- })(GetRouteOriginDestinationAcceptLanguageEnum || (exports.GetRouteOriginDestinationAcceptLanguageEnum = GetRouteOriginDestinationAcceptLanguageEnum = {}));
176
+ var PostRouteAcceptLanguageEnum;
177
+ (function (PostRouteAcceptLanguageEnum) {
178
+ PostRouteAcceptLanguageEnum["En"] = "en";
179
+ PostRouteAcceptLanguageEnum["De"] = "de";
180
+ PostRouteAcceptLanguageEnum["Fr"] = "fr";
181
+ PostRouteAcceptLanguageEnum["Ja"] = "ja";
182
+ PostRouteAcceptLanguageEnum["Ru"] = "ru";
183
+ PostRouteAcceptLanguageEnum["Zh"] = "zh";
184
+ PostRouteAcceptLanguageEnum["Ko"] = "ko";
185
+ PostRouteAcceptLanguageEnum["Es"] = "es";
186
+ })(PostRouteAcceptLanguageEnum || (exports.PostRouteAcceptLanguageEnum = PostRouteAcceptLanguageEnum = {}));
@@ -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).
@@ -20,6 +20,7 @@ export interface GetCharactersCharacterIdSearchRequest {
20
20
  acceptLanguage?: GetCharactersCharacterIdSearchAcceptLanguageEnum;
21
21
  ifNoneMatch?: string;
22
22
  xTenant?: string;
23
+ ifModifiedSince?: string;
23
24
  }
24
25
  /**
25
26
  * SearchApi - interface
@@ -34,11 +35,12 @@ export interface SearchApiInterface {
34
35
  * @param {Set<'agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure'>} categories
35
36
  * @param {number} characterId The ID of the character
36
37
  * @param {string} search
37
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
38
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
38
39
  * @param {boolean} [strict]
39
40
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
40
41
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
41
42
  * @param {string} [xTenant] The tenant ID for the request.
43
+ * @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.
42
44
  * @param {*} [options] Override http request option.
43
45
  * @throws {RequiredError}
44
46
  * @memberof SearchApiInterface
@@ -48,7 +50,7 @@ export interface SearchApiInterface {
48
50
  * Search for entities that match a given sub-string.
49
51
  * Search on a string
50
52
  */
51
- getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdSearchGet>;
53
+ getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
52
54
  }
53
55
  /**
54
56
  *
@@ -63,7 +65,7 @@ export declare class SearchApi extends runtime.BaseAPI implements SearchApiInter
63
65
  * Search for entities that match a given sub-string.
64
66
  * Search on a string
65
67
  */
66
- getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdSearchGet>;
68
+ getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
67
69
  }
68
70
  /**
69
71
  * @export
@@ -87,7 +89,7 @@ export declare enum GetCharactersCharacterIdSearchCategoriesEnum {
87
89
  * @enum {string}
88
90
  */
89
91
  export declare enum GetCharactersCharacterIdSearchXCompatibilityDateEnum {
90
- _20200101 = "2020-01-01"
92
+ _20251216 = "2025-12-16"
91
93
  }
92
94
  /**
93
95
  * @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.GetCharactersCharacterIdSearchAcceptLanguageEnum = exports.GetCharactersCharacterIdSearchXCompatibilityDateEnum = exports.GetCharactersCharacterIdSearchCategoriesEnum = exports.SearchApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -120,8 +121,15 @@ var SearchApi = /** @class */ (function (_super) {
120
121
  if (requestParameters['xTenant'] != null) {
121
122
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
122
123
  }
124
+ if (requestParameters['ifModifiedSince'] != null) {
125
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
126
+ }
123
127
  urlPath = "/characters/{character_id}/search";
124
128
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
129
+ // Auto-inject X-Compatibility-Date if not already provided
130
+ if (!headerParameters['X-Compatibility-Date']) {
131
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
132
+ }
125
133
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
126
134
  if (!facade) {
127
135
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -134,7 +142,7 @@ var SearchApi = /** @class */ (function (_super) {
134
142
  }, initOverrides)];
135
143
  case 1:
136
144
  response = _b.sent();
137
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
145
+ return [2 /*return*/, response];
138
146
  }
139
147
  });
140
148
  });
@@ -151,8 +159,7 @@ var SearchApi = /** @class */ (function (_super) {
151
159
  case 0: return [4 /*yield*/, this.getCharactersCharacterIdSearchRaw(requestParameters, initOverrides)];
152
160
  case 1:
153
161
  response = _a.sent();
154
- return [4 /*yield*/, response.value()];
155
- case 2: return [2 /*return*/, _a.sent()];
162
+ return [2 /*return*/, response];
156
163
  }
157
164
  });
158
165
  });
@@ -184,7 +191,7 @@ var GetCharactersCharacterIdSearchCategoriesEnum;
184
191
  */
185
192
  var GetCharactersCharacterIdSearchXCompatibilityDateEnum;
186
193
  (function (GetCharactersCharacterIdSearchXCompatibilityDateEnum) {
187
- GetCharactersCharacterIdSearchXCompatibilityDateEnum["_20200101"] = "2020-01-01";
194
+ GetCharactersCharacterIdSearchXCompatibilityDateEnum["_20251216"] = "2025-12-16";
188
195
  })(GetCharactersCharacterIdSearchXCompatibilityDateEnum || (exports.GetCharactersCharacterIdSearchXCompatibilityDateEnum = GetCharactersCharacterIdSearchXCompatibilityDateEnum = {}));
189
196
  /**
190
197
  * @export
@@ -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 GetCharactersCharacterIdAttributesRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdAttributesAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdSkillqueueRequest {
22
23
  characterId: number;
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdSkillqueueRequest {
24
25
  acceptLanguage?: GetCharactersCharacterIdSkillqueueAcceptLanguageEnum;
25
26
  ifNoneMatch?: string;
26
27
  xTenant?: string;
28
+ ifModifiedSince?: string;
27
29
  }
28
30
  export interface GetCharactersCharacterIdSkillsRequest {
29
31
  characterId: number;
@@ -31,6 +33,7 @@ export interface GetCharactersCharacterIdSkillsRequest {
31
33
  acceptLanguage?: GetCharactersCharacterIdSkillsAcceptLanguageEnum;
32
34
  ifNoneMatch?: string;
33
35
  xTenant?: string;
36
+ ifModifiedSince?: string;
34
37
  }
35
38
  /**
36
39
  * SkillsApi - interface
@@ -43,10 +46,11 @@ export interface SkillsApiInterface {
43
46
  * Return attributes of a character
44
47
  * @summary Get character attributes
45
48
  * @param {number} characterId The ID of the character
46
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
49
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
47
50
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
48
51
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
49
52
  * @param {string} [xTenant] The tenant ID for the request.
53
+ * @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.
50
54
  * @param {*} [options] Override http request option.
51
55
  * @throws {RequiredError}
52
56
  * @memberof SkillsApiInterface
@@ -56,15 +60,16 @@ export interface SkillsApiInterface {
56
60
  * Return attributes of a character
57
61
  * Get character attributes
58
62
  */
59
- getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdAttributesGet>;
63
+ getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
60
64
  /**
61
65
  * List the configured skill queue for the given character
62
66
  * @summary Get character\'s skill queue
63
67
  * @param {number} characterId The ID of the character
64
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
68
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
65
69
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
66
70
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
67
71
  * @param {string} [xTenant] The tenant ID for the request.
72
+ * @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.
68
73
  * @param {*} [options] Override http request option.
69
74
  * @throws {RequiredError}
70
75
  * @memberof SkillsApiInterface
@@ -74,15 +79,16 @@ export interface SkillsApiInterface {
74
79
  * List the configured skill queue for the given character
75
80
  * Get character\'s skill queue
76
81
  */
77
- getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdSkillqueueGetInner>>;
82
+ getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
78
83
  /**
79
84
  * List all trained skills for the given character
80
85
  * @summary Get character skills
81
86
  * @param {number} characterId The ID of the character
82
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
87
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
83
88
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
84
89
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
85
90
  * @param {string} [xTenant] The tenant ID for the request.
91
+ * @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.
86
92
  * @param {*} [options] Override http request option.
87
93
  * @throws {RequiredError}
88
94
  * @memberof SkillsApiInterface
@@ -92,7 +98,7 @@ export interface SkillsApiInterface {
92
98
  * List all trained skills for the given character
93
99
  * Get character skills
94
100
  */
95
- getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdSkillsGet>;
101
+ getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
96
102
  }
97
103
  /**
98
104
  *
@@ -107,7 +113,7 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
107
113
  * Return attributes of a character
108
114
  * Get character attributes
109
115
  */
110
- getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdAttributesGet>;
116
+ getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
111
117
  /**
112
118
  * List the configured skill queue for the given character
113
119
  * Get character\'s skill queue
@@ -117,7 +123,7 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
117
123
  * List the configured skill queue for the given character
118
124
  * Get character\'s skill queue
119
125
  */
120
- getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdSkillqueueGetInner>>;
126
+ getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
121
127
  /**
122
128
  * List all trained skills for the given character
123
129
  * Get character skills
@@ -127,14 +133,14 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
127
133
  * List all trained skills for the given character
128
134
  * Get character skills
129
135
  */
130
- getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdSkillsGet>;
136
+ getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
131
137
  }
132
138
  /**
133
139
  * @export
134
140
  * @enum {string}
135
141
  */
136
142
  export declare enum GetCharactersCharacterIdAttributesXCompatibilityDateEnum {
137
- _20200101 = "2020-01-01"
143
+ _20251216 = "2025-12-16"
138
144
  }
139
145
  /**
140
146
  * @export
@@ -155,7 +161,7 @@ export declare enum GetCharactersCharacterIdAttributesAcceptLanguageEnum {
155
161
  * @enum {string}
156
162
  */
157
163
  export declare enum GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum {
158
- _20200101 = "2020-01-01"
164
+ _20251216 = "2025-12-16"
159
165
  }
160
166
  /**
161
167
  * @export
@@ -176,7 +182,7 @@ export declare enum GetCharactersCharacterIdSkillqueueAcceptLanguageEnum {
176
182
  * @enum {string}
177
183
  */
178
184
  export declare enum GetCharactersCharacterIdSkillsXCompatibilityDateEnum {
179
- _20200101 = "2020-01-01"
185
+ _20251216 = "2025-12-16"
180
186
  }
181
187
  /**
182
188
  * @export