esisl_genoa_client 0.1.1 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/.openapi-generator/FILES +105 -0
  2. package/README.md +119 -5
  3. package/dist/apis/AllianceApi.d.ts +25 -17
  4. package/dist/apis/AllianceApi.js +42 -17
  5. package/dist/apis/AssetsApi.d.ts +37 -25
  6. package/dist/apis/AssetsApi.js +62 -25
  7. package/dist/apis/CalendarApi.d.ts +25 -17
  8. package/dist/apis/CalendarApi.js +42 -18
  9. package/dist/apis/CharacterApi.d.ts +85 -57
  10. package/dist/apis/CharacterApi.js +142 -63
  11. package/dist/apis/ClonesApi.d.ts +13 -9
  12. package/dist/apis/ClonesApi.js +22 -9
  13. package/dist/apis/ContactsApi.d.ts +55 -37
  14. package/dist/apis/ContactsApi.js +92 -39
  15. package/dist/apis/ContractsApi.d.ts +55 -37
  16. package/dist/apis/ContractsApi.js +92 -37
  17. package/dist/apis/CorporationApi.d.ts +133 -89
  18. package/dist/apis/CorporationApi.js +222 -95
  19. package/dist/apis/CorporationProjectsApi.d.ts +288 -0
  20. package/dist/apis/CorporationProjectsApi.js +514 -0
  21. package/dist/apis/DogmaApi.d.ts +31 -21
  22. package/dist/apis/DogmaApi.js +52 -21
  23. package/dist/apis/FactionWarfareApi.d.ts +49 -33
  24. package/dist/apis/FactionWarfareApi.js +82 -33
  25. package/dist/apis/FittingsApi.d.ts +19 -13
  26. package/dist/apis/FittingsApi.js +32 -14
  27. package/dist/apis/FleetsApi.d.ts +85 -57
  28. package/dist/apis/FleetsApi.js +142 -65
  29. package/dist/apis/FreelanceJobsApi.d.ts +396 -0
  30. package/dist/apis/FreelanceJobsApi.js +696 -0
  31. package/dist/apis/IncursionsApi.d.ts +7 -5
  32. package/dist/apis/IncursionsApi.js +12 -5
  33. package/dist/apis/IndustryApi.d.ts +49 -33
  34. package/dist/apis/IndustryApi.js +82 -33
  35. package/dist/apis/InsuranceApi.d.ts +7 -5
  36. package/dist/apis/InsuranceApi.js +12 -5
  37. package/dist/apis/KillmailsApi.d.ts +19 -13
  38. package/dist/apis/KillmailsApi.js +32 -13
  39. package/dist/apis/LocationApi.d.ts +19 -13
  40. package/dist/apis/LocationApi.js +32 -13
  41. package/dist/apis/LoyaltyApi.d.ts +13 -9
  42. package/dist/apis/LoyaltyApi.js +22 -9
  43. package/dist/apis/MailApi.d.ts +55 -37
  44. package/dist/apis/MailApi.js +92 -52
  45. package/dist/apis/MarketApi.d.ts +67 -45
  46. package/dist/apis/MarketApi.js +112 -45
  47. package/dist/apis/MetaApi.d.ts +70 -10
  48. package/dist/apis/MetaApi.js +116 -10
  49. package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
  50. package/dist/apis/PlanetaryInteractionApi.js +42 -17
  51. package/dist/apis/RoutesApi.d.ts +29 -39
  52. package/dist/apis/RoutesApi.js +48 -55
  53. package/dist/apis/SearchApi.d.ts +7 -5
  54. package/dist/apis/SearchApi.js +12 -5
  55. package/dist/apis/SkillsApi.d.ts +19 -13
  56. package/dist/apis/SkillsApi.js +32 -13
  57. package/dist/apis/SovereigntyApi.d.ts +19 -13
  58. package/dist/apis/SovereigntyApi.js +32 -13
  59. package/dist/apis/StatusApi.d.ts +7 -5
  60. package/dist/apis/StatusApi.js +12 -5
  61. package/dist/apis/UniverseApi.d.ts +181 -121
  62. package/dist/apis/UniverseApi.js +302 -121
  63. package/dist/apis/UserInterfaceApi.d.ts +31 -21
  64. package/dist/apis/UserInterfaceApi.js +52 -26
  65. package/dist/apis/WalletApi.d.ts +37 -25
  66. package/dist/apis/WalletApi.js +62 -31
  67. package/dist/apis/WarsApi.d.ts +19 -13
  68. package/dist/apis/WarsApi.js +32 -13
  69. package/dist/apis/index.d.ts +2 -0
  70. package/dist/apis/index.js +2 -0
  71. package/dist/constants.d.ts +8 -0
  72. package/dist/constants.js +13 -0
  73. package/dist/index.d.ts +1 -0
  74. package/dist/index.js +5 -0
  75. package/dist/models/index.d.ts +2339 -295
  76. package/dist/models/index.js +165 -2
  77. package/dist/runtime.d.ts +6 -56
  78. package/dist/runtime.js +4 -309
  79. package/docs/AllianceApi.md +24 -12
  80. package/docs/AllianceId.md +14 -0
  81. package/docs/AssetsApi.md +36 -18
  82. package/docs/CalendarApi.md +24 -12
  83. package/docs/CaptureFwComplex.md +14 -0
  84. package/docs/CharacterApi.md +84 -42
  85. package/docs/CharacterId.md +14 -0
  86. package/docs/CharactersFreelanceJobsListing.md +14 -0
  87. package/docs/CharactersFreelanceJobsParticipation.md +16 -0
  88. package/docs/ClonesApi.md +12 -6
  89. package/docs/ConstellationId.md +14 -0
  90. package/docs/ContactsApi.md +54 -27
  91. package/docs/ContractsApi.md +54 -27
  92. package/docs/CorporationApi.md +132 -66
  93. package/docs/CorporationId.md +14 -0
  94. package/docs/CorporationItemDelivery.md +14 -0
  95. package/docs/CorporationProjectsApi.md +393 -0
  96. package/docs/CorporationsFreelanceJobsListing.md +15 -0
  97. package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
  98. package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
  99. package/docs/CorporationsProjectsContribution.md +15 -0
  100. package/docs/CorporationsProjectsContributors.md +15 -0
  101. package/docs/CorporationsProjectsContributorsContributor.md +16 -0
  102. package/docs/CorporationsProjectsDetail.md +23 -0
  103. package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
  104. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
  105. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
  106. package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
  107. package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
  108. package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
  109. package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
  110. package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
  111. package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
  112. package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
  113. package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
  114. package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
  115. package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
  116. package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
  117. package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
  118. package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
  119. package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
  120. package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
  121. package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
  122. package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
  123. package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
  124. package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
  125. package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
  126. package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
  127. package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
  128. package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
  129. package/docs/CorporationsProjectsDetailContribution.md +17 -0
  130. package/docs/CorporationsProjectsDetailCreator.md +15 -0
  131. package/docs/CorporationsProjectsDetailDetails.md +18 -0
  132. package/docs/CorporationsProjectsDetailProgress.md +15 -0
  133. package/docs/CorporationsProjectsDetailProject.md +19 -0
  134. package/docs/CorporationsProjectsDetailReward.md +15 -0
  135. package/docs/CorporationsProjectsListing.md +15 -0
  136. package/docs/Cursor.md +15 -0
  137. package/docs/DamageShip.md +14 -0
  138. package/docs/DefendFwComplex.md +14 -0
  139. package/docs/DeliverItem.md +14 -0
  140. package/docs/DestroyNpc.md +14 -0
  141. package/docs/DestroyShip.md +14 -0
  142. package/docs/DogmaApi.md +30 -15
  143. package/docs/EarnLoyaltyPoint.md +14 -0
  144. package/docs/FactionId.md +14 -0
  145. package/docs/FactionWarfareApi.md +48 -24
  146. package/docs/FittingsApi.md +18 -9
  147. package/docs/FleetsApi.md +84 -42
  148. package/docs/FreelanceJobsApi.md +561 -0
  149. package/docs/FreelanceJobsDetail.md +23 -0
  150. package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
  151. package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
  152. package/docs/FreelanceJobsDetailConfiguration.md +16 -0
  153. package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
  154. package/docs/FreelanceJobsDetailContribution.md +18 -0
  155. package/docs/FreelanceJobsDetailCreator.md +15 -0
  156. package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
  157. package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
  158. package/docs/FreelanceJobsDetailDetails.md +19 -0
  159. package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
  160. package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
  161. package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
  162. package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
  163. package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
  164. package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
  165. package/docs/FreelanceJobsDetailProgress.md +15 -0
  166. package/docs/FreelanceJobsDetailRestrictions.md +15 -0
  167. package/docs/FreelanceJobsDetailReward.md +15 -0
  168. package/docs/FreelanceJobsListing.md +15 -0
  169. package/docs/GroupId.md +14 -0
  170. package/docs/GroupId1.md +14 -0
  171. package/docs/IncursionsApi.md +6 -3
  172. package/docs/IndustryApi.md +48 -24
  173. package/docs/InsuranceApi.md +6 -3
  174. package/docs/KillmailsApi.md +18 -9
  175. package/docs/LocationApi.md +18 -9
  176. package/docs/LostShip.md +14 -0
  177. package/docs/LoyaltyApi.md +12 -6
  178. package/docs/MailApi.md +54 -27
  179. package/docs/Manual.md +14 -0
  180. package/docs/ManufactureItem.md +14 -0
  181. package/docs/MarketApi.md +66 -33
  182. package/docs/Matcher.md +14 -0
  183. package/docs/MetaApi.md +95 -8
  184. package/docs/MetaChangelogEntry.md +1 -1
  185. package/docs/MetaStatus.md +14 -0
  186. package/docs/MetaStatusRoutestatus.md +16 -0
  187. package/docs/MineMaterial.md +14 -0
  188. package/docs/ModelBoolean.md +14 -0
  189. package/docs/Options.md +14 -0
  190. package/docs/PlanetaryInteractionApi.md +24 -12
  191. package/docs/RegionId.md +14 -0
  192. package/docs/RemoteBoostShield.md +14 -0
  193. package/docs/RemoteRepairArmor.md +14 -0
  194. package/docs/Route.md +14 -0
  195. package/docs/RouteConnection.md +15 -0
  196. package/docs/RouteRequestBody.md +17 -0
  197. package/docs/RoutesApi.md +24 -27
  198. package/docs/SalvageWreck.md +14 -0
  199. package/docs/ScanSignature.md +14 -0
  200. package/docs/SearchApi.md +6 -3
  201. package/docs/ShipInsurance.md +14 -0
  202. package/docs/SkillsApi.md +18 -9
  203. package/docs/SolarSystemId.md +14 -0
  204. package/docs/SovereigntyApi.md +18 -9
  205. package/docs/StationId.md +14 -0
  206. package/docs/StatusApi.md +6 -3
  207. package/docs/StructureId.md +14 -0
  208. package/docs/TypeId.md +14 -0
  209. package/docs/UniverseApi.md +180 -90
  210. package/docs/Unknown.md +14 -0
  211. package/docs/UserInterfaceApi.md +30 -15
  212. package/docs/WalletApi.md +36 -18
  213. package/docs/WarsApi.md +18 -9
  214. package/esisl_genoa_client-0.1.6.tgz +0 -0
  215. package/package.json +1 -1
  216. package/src/apis/AllianceApi.ts +70 -25
  217. package/src/apis/AssetsApi.ts +104 -37
  218. package/src/apis/CalendarApi.ts +70 -25
  219. package/src/apis/CharacterApi.ts +240 -89
  220. package/src/apis/ClonesApi.ts +36 -13
  221. package/src/apis/ContactsApi.ts +155 -55
  222. package/src/apis/ContractsApi.ts +155 -55
  223. package/src/apis/CorporationApi.ts +376 -137
  224. package/src/apis/CorporationProjectsApi.ts +667 -0
  225. package/src/apis/DogmaApi.ts +87 -31
  226. package/src/apis/FactionWarfareApi.ts +138 -49
  227. package/src/apis/FittingsApi.ts +53 -19
  228. package/src/apis/FleetsApi.ts +240 -85
  229. package/src/apis/FreelanceJobsApi.ts +907 -0
  230. package/src/apis/IncursionsApi.ts +19 -7
  231. package/src/apis/IndustryApi.ts +138 -49
  232. package/src/apis/InsuranceApi.ts +19 -7
  233. package/src/apis/KillmailsApi.ts +53 -19
  234. package/src/apis/LocationApi.ts +53 -19
  235. package/src/apis/LoyaltyApi.ts +36 -13
  236. package/src/apis/MailApi.ts +155 -63
  237. package/src/apis/MarketApi.ts +189 -67
  238. package/src/apis/MetaApi.ts +156 -13
  239. package/src/apis/PlanetaryInteractionApi.ts +70 -25
  240. package/src/apis/RoutesApi.ts +67 -66
  241. package/src/apis/SearchApi.ts +19 -7
  242. package/src/apis/SkillsApi.ts +53 -19
  243. package/src/apis/SovereigntyApi.ts +53 -19
  244. package/src/apis/StatusApi.ts +19 -7
  245. package/src/apis/UniverseApi.ts +512 -181
  246. package/src/apis/UserInterfaceApi.ts +87 -31
  247. package/src/apis/WalletApi.ts +104 -41
  248. package/src/apis/WarsApi.ts +53 -19
  249. package/src/apis/index.ts +2 -0
  250. package/src/constants.ts +10 -0
  251. package/src/index.ts +1 -0
  252. package/src/models/index.ts +2374 -308
  253. package/src/runtime.ts +14 -225
  254. package/esisl_genoa_client-0.1.0.tgz +0 -0
  255. package/esisl_genoa_client-0.1.1.tgz +0 -0
@@ -4,7 +4,7 @@
4
4
  * EVE Stable Infrastructure (ESI) - tranquility
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 2020-01-01
7
+ * The version of the OpenAPI document: 2025-12-16
8
8
  * Contact: arcyfa_github@pm.me
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,6 +14,7 @@
14
14
 
15
15
 
16
16
  import * as runtime from '../runtime';
17
+ import { ESI_COMPATIBILITY_DATE } from '../constants';
17
18
 
18
19
  import type {
19
20
  CharactersCharacterIdOrdersGetInner,
@@ -33,6 +34,7 @@ export interface GetCharactersCharacterIdOrdersRequest {
33
34
  acceptLanguage?: GetCharactersCharacterIdOrdersAcceptLanguageEnum;
34
35
  ifNoneMatch?: string;
35
36
  xTenant?: string;
37
+ ifModifiedSince?: string;
36
38
  }
37
39
 
38
40
  export interface GetCharactersCharacterIdOrdersHistoryRequest {
@@ -42,6 +44,7 @@ export interface GetCharactersCharacterIdOrdersHistoryRequest {
42
44
  acceptLanguage?: GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum;
43
45
  ifNoneMatch?: string;
44
46
  xTenant?: string;
47
+ ifModifiedSince?: string;
45
48
  }
46
49
 
47
50
  export interface GetCorporationsCorporationIdOrdersRequest {
@@ -51,6 +54,7 @@ export interface GetCorporationsCorporationIdOrdersRequest {
51
54
  acceptLanguage?: GetCorporationsCorporationIdOrdersAcceptLanguageEnum;
52
55
  ifNoneMatch?: string;
53
56
  xTenant?: string;
57
+ ifModifiedSince?: string;
54
58
  }
55
59
 
56
60
  export interface GetCorporationsCorporationIdOrdersHistoryRequest {
@@ -60,6 +64,7 @@ export interface GetCorporationsCorporationIdOrdersHistoryRequest {
60
64
  acceptLanguage?: GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum;
61
65
  ifNoneMatch?: string;
62
66
  xTenant?: string;
67
+ ifModifiedSince?: string;
63
68
  }
64
69
 
65
70
  export interface GetMarketsGroupsRequest {
@@ -67,6 +72,7 @@ export interface GetMarketsGroupsRequest {
67
72
  acceptLanguage?: GetMarketsGroupsAcceptLanguageEnum;
68
73
  ifNoneMatch?: string;
69
74
  xTenant?: string;
75
+ ifModifiedSince?: string;
70
76
  }
71
77
 
72
78
  export interface GetMarketsGroupsMarketGroupIdRequest {
@@ -75,6 +81,7 @@ export interface GetMarketsGroupsMarketGroupIdRequest {
75
81
  acceptLanguage?: GetMarketsGroupsMarketGroupIdAcceptLanguageEnum;
76
82
  ifNoneMatch?: string;
77
83
  xTenant?: string;
84
+ ifModifiedSince?: string;
78
85
  }
79
86
 
80
87
  export interface GetMarketsPricesRequest {
@@ -82,6 +89,7 @@ export interface GetMarketsPricesRequest {
82
89
  acceptLanguage?: GetMarketsPricesAcceptLanguageEnum;
83
90
  ifNoneMatch?: string;
84
91
  xTenant?: string;
92
+ ifModifiedSince?: string;
85
93
  }
86
94
 
87
95
  export interface GetMarketsRegionIdHistoryRequest {
@@ -91,6 +99,7 @@ export interface GetMarketsRegionIdHistoryRequest {
91
99
  acceptLanguage?: GetMarketsRegionIdHistoryAcceptLanguageEnum;
92
100
  ifNoneMatch?: string;
93
101
  xTenant?: string;
102
+ ifModifiedSince?: string;
94
103
  }
95
104
 
96
105
  export interface GetMarketsRegionIdOrdersRequest {
@@ -102,6 +111,7 @@ export interface GetMarketsRegionIdOrdersRequest {
102
111
  acceptLanguage?: GetMarketsRegionIdOrdersAcceptLanguageEnum;
103
112
  ifNoneMatch?: string;
104
113
  xTenant?: string;
114
+ ifModifiedSince?: string;
105
115
  }
106
116
 
107
117
  export interface GetMarketsRegionIdTypesRequest {
@@ -111,6 +121,7 @@ export interface GetMarketsRegionIdTypesRequest {
111
121
  acceptLanguage?: GetMarketsRegionIdTypesAcceptLanguageEnum;
112
122
  ifNoneMatch?: string;
113
123
  xTenant?: string;
124
+ ifModifiedSince?: string;
114
125
  }
115
126
 
116
127
  export interface GetMarketsStructuresStructureIdRequest {
@@ -120,6 +131,7 @@ export interface GetMarketsStructuresStructureIdRequest {
120
131
  acceptLanguage?: GetMarketsStructuresStructureIdAcceptLanguageEnum;
121
132
  ifNoneMatch?: string;
122
133
  xTenant?: string;
134
+ ifModifiedSince?: string;
123
135
  }
124
136
 
125
137
  /**
@@ -133,10 +145,11 @@ export interface MarketApiInterface {
133
145
  * List open market orders placed by a character
134
146
  * @summary List open orders from a character
135
147
  * @param {number} characterId The ID of the character
136
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
148
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
137
149
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
138
150
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
139
151
  * @param {string} [xTenant] The tenant ID for the request.
152
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
140
153
  * @param {*} [options] Override http request option.
141
154
  * @throws {RequiredError}
142
155
  * @memberof MarketApiInterface
@@ -147,17 +160,18 @@ export interface MarketApiInterface {
147
160
  * List open market orders placed by a character
148
161
  * List open orders from a character
149
162
  */
150
- getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>>;
163
+ getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
151
164
 
152
165
  /**
153
166
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
154
167
  * @summary List historical orders by a character
155
168
  * @param {number} characterId The ID of the character
156
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
169
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
157
170
  * @param {number} [page]
158
171
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
159
172
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
160
173
  * @param {string} [xTenant] The tenant ID for the request.
174
+ * @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.
161
175
  * @param {*} [options] Override http request option.
162
176
  * @throws {RequiredError}
163
177
  * @memberof MarketApiInterface
@@ -168,17 +182,18 @@ export interface MarketApiInterface {
168
182
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
169
183
  * List historical orders by a character
170
184
  */
171
- getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>>;
185
+ getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
172
186
 
173
187
  /**
174
188
  * List open market orders placed on behalf of a corporation
175
189
  * @summary List open orders from a corporation
176
190
  * @param {number} corporationId The ID of the corporation
177
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
191
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
178
192
  * @param {number} [page]
179
193
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
180
194
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
181
195
  * @param {string} [xTenant] The tenant ID for the request.
196
+ * @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.
182
197
  * @param {*} [options] Override http request option.
183
198
  * @throws {RequiredError}
184
199
  * @memberof MarketApiInterface
@@ -189,17 +204,18 @@ export interface MarketApiInterface {
189
204
  * List open market orders placed on behalf of a corporation
190
205
  * List open orders from a corporation
191
206
  */
192
- getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>>;
207
+ getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
193
208
 
194
209
  /**
195
210
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
196
211
  * @summary List historical orders from a corporation
197
212
  * @param {number} corporationId The ID of the corporation
198
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
213
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
199
214
  * @param {number} [page]
200
215
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
201
216
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
202
217
  * @param {string} [xTenant] The tenant ID for the request.
218
+ * @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.
203
219
  * @param {*} [options] Override http request option.
204
220
  * @throws {RequiredError}
205
221
  * @memberof MarketApiInterface
@@ -210,15 +226,16 @@ export interface MarketApiInterface {
210
226
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
211
227
  * List historical orders from a corporation
212
228
  */
213
- getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>>;
229
+ getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
214
230
 
215
231
  /**
216
232
  * Get a list of item groups This route expires daily at 11:05
217
233
  * @summary Get item groups
218
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
234
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
219
235
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
220
236
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
221
237
  * @param {string} [xTenant] The tenant ID for the request.
238
+ * @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.
222
239
  * @param {*} [options] Override http request option.
223
240
  * @throws {RequiredError}
224
241
  * @memberof MarketApiInterface
@@ -229,16 +246,17 @@ export interface MarketApiInterface {
229
246
  * Get a list of item groups This route expires daily at 11:05
230
247
  * Get item groups
231
248
  */
232
- getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
249
+ getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
233
250
 
234
251
  /**
235
252
  * Get information on an item group This route expires daily at 11:05
236
253
  * @summary Get item group information
237
254
  * @param {number} marketGroupId
238
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
255
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
239
256
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
240
257
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
241
258
  * @param {string} [xTenant] The tenant ID for the request.
259
+ * @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.
242
260
  * @param {*} [options] Override http request option.
243
261
  * @throws {RequiredError}
244
262
  * @memberof MarketApiInterface
@@ -249,15 +267,16 @@ export interface MarketApiInterface {
249
267
  * Get information on an item group This route expires daily at 11:05
250
268
  * Get item group information
251
269
  */
252
- getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet>;
270
+ getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
253
271
 
254
272
  /**
255
273
  * Return a list of prices
256
274
  * @summary List market prices
257
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
275
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
258
276
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
259
277
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
260
278
  * @param {string} [xTenant] The tenant ID for the request.
279
+ * @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.
261
280
  * @param {*} [options] Override http request option.
262
281
  * @throws {RequiredError}
263
282
  * @memberof MarketApiInterface
@@ -268,17 +287,18 @@ export interface MarketApiInterface {
268
287
  * Return a list of prices
269
288
  * List market prices
270
289
  */
271
- getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>>;
290
+ getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
272
291
 
273
292
  /**
274
293
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
275
294
  * @summary List historical market statistics in a region
276
295
  * @param {number} regionId
277
296
  * @param {number} typeId
278
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
297
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
279
298
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
280
299
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
281
300
  * @param {string} [xTenant] The tenant ID for the request.
301
+ * @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.
282
302
  * @param {*} [options] Override http request option.
283
303
  * @throws {RequiredError}
284
304
  * @memberof MarketApiInterface
@@ -289,19 +309,20 @@ export interface MarketApiInterface {
289
309
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
290
310
  * List historical market statistics in a region
291
311
  */
292
- getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>>;
312
+ getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
293
313
 
294
314
  /**
295
315
  * Return a list of orders in a region
296
316
  * @summary List orders in a region
297
317
  * @param {'buy' | 'sell' | 'all'} orderType
298
318
  * @param {number} regionId
299
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
319
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
300
320
  * @param {number} [page]
301
321
  * @param {number} [typeId]
302
322
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
303
323
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
304
324
  * @param {string} [xTenant] The tenant ID for the request.
325
+ * @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.
305
326
  * @param {*} [options] Override http request option.
306
327
  * @throws {RequiredError}
307
328
  * @memberof MarketApiInterface
@@ -312,17 +333,18 @@ export interface MarketApiInterface {
312
333
  * Return a list of orders in a region
313
334
  * List orders in a region
314
335
  */
315
- getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>>;
336
+ getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
316
337
 
317
338
  /**
318
339
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
319
340
  * @summary List type IDs relevant to a market
320
341
  * @param {number} regionId
321
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
342
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
322
343
  * @param {number} [page]
323
344
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
324
345
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
325
346
  * @param {string} [xTenant] The tenant ID for the request.
347
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
326
348
  * @param {*} [options] Override http request option.
327
349
  * @throws {RequiredError}
328
350
  * @memberof MarketApiInterface
@@ -333,17 +355,18 @@ export interface MarketApiInterface {
333
355
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
334
356
  * List type IDs relevant to a market
335
357
  */
336
- getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
358
+ getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
337
359
 
338
360
  /**
339
361
  * Return all orders in a structure
340
362
  * @summary List orders in a structure
341
363
  * @param {number} structureId
342
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
364
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
343
365
  * @param {number} [page]
344
366
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
345
367
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
346
368
  * @param {string} [xTenant] The tenant ID for the request.
369
+ * @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.
347
370
  * @param {*} [options] Override http request option.
348
371
  * @throws {RequiredError}
349
372
  * @memberof MarketApiInterface
@@ -354,7 +377,7 @@ export interface MarketApiInterface {
354
377
  * Return all orders in a structure
355
378
  * List orders in a structure
356
379
  */
357
- getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>>;
380
+ getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
358
381
 
359
382
  }
360
383
 
@@ -402,6 +425,10 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
402
425
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
403
426
  }
404
427
 
428
+ if (requestParameters['ifModifiedSince'] != null) {
429
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
430
+ }
431
+
405
432
  /*
406
433
  if (this.configuration && this.configuration.accessToken) {
407
434
  // oauth required
@@ -413,6 +440,11 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
413
440
  let urlPath = `/characters/{character_id}/orders`;
414
441
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
415
442
 
443
+ // Auto-inject X-Compatibility-Date if not already provided
444
+ if (!headerParameters['X-Compatibility-Date']) {
445
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
446
+ }
447
+
416
448
  const facade = this.configuration?.apiFacade;
417
449
  if (!facade) {
418
450
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -425,16 +457,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
425
457
  query: queryParameters,
426
458
  }, initOverrides);
427
459
 
428
- return new runtime.JSONApiResponse(response);
460
+ return response;
429
461
  }
430
462
 
431
463
  /**
432
464
  * List open market orders placed by a character
433
465
  * List open orders from a character
434
466
  */
435
- async getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>> {
467
+ async getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
436
468
  const response = await this.getCharactersCharacterIdOrdersRaw(requestParameters, initOverrides);
437
- return await response.value();
469
+ return response;
438
470
  }
439
471
 
440
472
  /**
@@ -480,6 +512,10 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
480
512
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
481
513
  }
482
514
 
515
+ if (requestParameters['ifModifiedSince'] != null) {
516
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
517
+ }
518
+
483
519
  /*
484
520
  if (this.configuration && this.configuration.accessToken) {
485
521
  // oauth required
@@ -491,6 +527,11 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
491
527
  let urlPath = `/characters/{character_id}/orders/history`;
492
528
  urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
493
529
 
530
+ // Auto-inject X-Compatibility-Date if not already provided
531
+ if (!headerParameters['X-Compatibility-Date']) {
532
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
533
+ }
534
+
494
535
  const facade = this.configuration?.apiFacade;
495
536
  if (!facade) {
496
537
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -503,16 +544,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
503
544
  query: queryParameters,
504
545
  }, initOverrides);
505
546
 
506
- return new runtime.JSONApiResponse(response);
547
+ return response;
507
548
  }
508
549
 
509
550
  /**
510
551
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
511
552
  * List historical orders by a character
512
553
  */
513
- async getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>> {
554
+ async getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
514
555
  const response = await this.getCharactersCharacterIdOrdersHistoryRaw(requestParameters, initOverrides);
515
- return await response.value();
556
+ return response;
516
557
  }
517
558
 
518
559
  /**
@@ -558,6 +599,10 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
558
599
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
559
600
  }
560
601
 
602
+ if (requestParameters['ifModifiedSince'] != null) {
603
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
604
+ }
605
+
561
606
  /*
562
607
  if (this.configuration && this.configuration.accessToken) {
563
608
  // oauth required
@@ -569,6 +614,11 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
569
614
  let urlPath = `/corporations/{corporation_id}/orders`;
570
615
  urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
571
616
 
617
+ // Auto-inject X-Compatibility-Date if not already provided
618
+ if (!headerParameters['X-Compatibility-Date']) {
619
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
620
+ }
621
+
572
622
  const facade = this.configuration?.apiFacade;
573
623
  if (!facade) {
574
624
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -581,16 +631,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
581
631
  query: queryParameters,
582
632
  }, initOverrides);
583
633
 
584
- return new runtime.JSONApiResponse(response);
634
+ return response;
585
635
  }
586
636
 
587
637
  /**
588
638
  * List open market orders placed on behalf of a corporation
589
639
  * List open orders from a corporation
590
640
  */
591
- async getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>> {
641
+ async getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
592
642
  const response = await this.getCorporationsCorporationIdOrdersRaw(requestParameters, initOverrides);
593
- return await response.value();
643
+ return response;
594
644
  }
595
645
 
596
646
  /**
@@ -636,6 +686,10 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
636
686
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
637
687
  }
638
688
 
689
+ if (requestParameters['ifModifiedSince'] != null) {
690
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
691
+ }
692
+
639
693
  /*
640
694
  if (this.configuration && this.configuration.accessToken) {
641
695
  // oauth required
@@ -647,6 +701,11 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
647
701
  let urlPath = `/corporations/{corporation_id}/orders/history`;
648
702
  urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
649
703
 
704
+ // Auto-inject X-Compatibility-Date if not already provided
705
+ if (!headerParameters['X-Compatibility-Date']) {
706
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
707
+ }
708
+
650
709
  const facade = this.configuration?.apiFacade;
651
710
  if (!facade) {
652
711
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -659,16 +718,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
659
718
  query: queryParameters,
660
719
  }, initOverrides);
661
720
 
662
- return new runtime.JSONApiResponse(response);
721
+ return response;
663
722
  }
664
723
 
665
724
  /**
666
725
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
667
726
  * List historical orders from a corporation
668
727
  */
669
- async getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>> {
728
+ async getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
670
729
  const response = await this.getCorporationsCorporationIdOrdersHistoryRaw(requestParameters, initOverrides);
671
- return await response.value();
730
+ return response;
672
731
  }
673
732
 
674
733
  /**
@@ -703,11 +762,20 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
703
762
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
704
763
  }
705
764
 
765
+ if (requestParameters['ifModifiedSince'] != null) {
766
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
767
+ }
768
+
706
769
  /*
707
770
  */
708
771
 
709
772
  let urlPath = `/markets/groups`;
710
773
 
774
+ // Auto-inject X-Compatibility-Date if not already provided
775
+ if (!headerParameters['X-Compatibility-Date']) {
776
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
777
+ }
778
+
711
779
  const facade = this.configuration?.apiFacade;
712
780
  if (!facade) {
713
781
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -720,16 +788,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
720
788
  query: queryParameters,
721
789
  }, initOverrides);
722
790
 
723
- return new runtime.JSONApiResponse<any>(response);
791
+ return response;
724
792
  }
725
793
 
726
794
  /**
727
795
  * Get a list of item groups This route expires daily at 11:05
728
796
  * Get item groups
729
797
  */
730
- async getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
798
+ async getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
731
799
  const response = await this.getMarketsGroupsRaw(requestParameters, initOverrides);
732
- return await response.value();
800
+ return response;
733
801
  }
734
802
 
735
803
  /**
@@ -771,12 +839,21 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
771
839
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
772
840
  }
773
841
 
842
+ if (requestParameters['ifModifiedSince'] != null) {
843
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
844
+ }
845
+
774
846
  /*
775
847
  */
776
848
 
777
849
  let urlPath = `/markets/groups/{market_group_id}`;
778
850
  urlPath = urlPath.replace(`{${"market_group_id"}}`, encodeURIComponent(String(requestParameters['marketGroupId'])));
779
851
 
852
+ // Auto-inject X-Compatibility-Date if not already provided
853
+ if (!headerParameters['X-Compatibility-Date']) {
854
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
855
+ }
856
+
780
857
  const facade = this.configuration?.apiFacade;
781
858
  if (!facade) {
782
859
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -789,16 +866,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
789
866
  query: queryParameters,
790
867
  }, initOverrides);
791
868
 
792
- return new runtime.JSONApiResponse(response);
869
+ return response;
793
870
  }
794
871
 
795
872
  /**
796
873
  * Get information on an item group This route expires daily at 11:05
797
874
  * Get item group information
798
875
  */
799
- async getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet> {
876
+ async getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
800
877
  const response = await this.getMarketsGroupsMarketGroupIdRaw(requestParameters, initOverrides);
801
- return await response.value();
878
+ return response;
802
879
  }
803
880
 
804
881
  /**
@@ -833,11 +910,20 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
833
910
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
834
911
  }
835
912
 
913
+ if (requestParameters['ifModifiedSince'] != null) {
914
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
915
+ }
916
+
836
917
  /*
837
918
  */
838
919
 
839
920
  let urlPath = `/markets/prices`;
840
921
 
922
+ // Auto-inject X-Compatibility-Date if not already provided
923
+ if (!headerParameters['X-Compatibility-Date']) {
924
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
925
+ }
926
+
841
927
  const facade = this.configuration?.apiFacade;
842
928
  if (!facade) {
843
929
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -850,16 +936,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
850
936
  query: queryParameters,
851
937
  }, initOverrides);
852
938
 
853
- return new runtime.JSONApiResponse(response);
939
+ return response;
854
940
  }
855
941
 
856
942
  /**
857
943
  * Return a list of prices
858
944
  * List market prices
859
945
  */
860
- async getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>> {
946
+ async getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
861
947
  const response = await this.getMarketsPricesRaw(requestParameters, initOverrides);
862
- return await response.value();
948
+ return response;
863
949
  }
864
950
 
865
951
  /**
@@ -912,12 +998,21 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
912
998
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
913
999
  }
914
1000
 
1001
+ if (requestParameters['ifModifiedSince'] != null) {
1002
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1003
+ }
1004
+
915
1005
  /*
916
1006
  */
917
1007
 
918
1008
  let urlPath = `/markets/{region_id}/history`;
919
1009
  urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
920
1010
 
1011
+ // Auto-inject X-Compatibility-Date if not already provided
1012
+ if (!headerParameters['X-Compatibility-Date']) {
1013
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1014
+ }
1015
+
921
1016
  const facade = this.configuration?.apiFacade;
922
1017
  if (!facade) {
923
1018
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -930,16 +1025,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
930
1025
  query: queryParameters,
931
1026
  }, initOverrides);
932
1027
 
933
- return new runtime.JSONApiResponse(response);
1028
+ return response;
934
1029
  }
935
1030
 
936
1031
  /**
937
1032
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
938
1033
  * List historical market statistics in a region
939
1034
  */
940
- async getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>> {
1035
+ async getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
941
1036
  const response = await this.getMarketsRegionIdHistoryRaw(requestParameters, initOverrides);
942
- return await response.value();
1037
+ return response;
943
1038
  }
944
1039
 
945
1040
  /**
@@ -1000,12 +1095,21 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1000
1095
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1001
1096
  }
1002
1097
 
1098
+ if (requestParameters['ifModifiedSince'] != null) {
1099
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1100
+ }
1101
+
1003
1102
  /*
1004
1103
  */
1005
1104
 
1006
1105
  let urlPath = `/markets/{region_id}/orders`;
1007
1106
  urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
1008
1107
 
1108
+ // Auto-inject X-Compatibility-Date if not already provided
1109
+ if (!headerParameters['X-Compatibility-Date']) {
1110
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1111
+ }
1112
+
1009
1113
  const facade = this.configuration?.apiFacade;
1010
1114
  if (!facade) {
1011
1115
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1018,16 +1122,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1018
1122
  query: queryParameters,
1019
1123
  }, initOverrides);
1020
1124
 
1021
- return new runtime.JSONApiResponse(response);
1125
+ return response;
1022
1126
  }
1023
1127
 
1024
1128
  /**
1025
1129
  * Return a list of orders in a region
1026
1130
  * List orders in a region
1027
1131
  */
1028
- async getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>> {
1132
+ async getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1029
1133
  const response = await this.getMarketsRegionIdOrdersRaw(requestParameters, initOverrides);
1030
- return await response.value();
1134
+ return response;
1031
1135
  }
1032
1136
 
1033
1137
  /**
@@ -1073,12 +1177,21 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1073
1177
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1074
1178
  }
1075
1179
 
1180
+ if (requestParameters['ifModifiedSince'] != null) {
1181
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1182
+ }
1183
+
1076
1184
  /*
1077
1185
  */
1078
1186
 
1079
1187
  let urlPath = `/markets/{region_id}/types`;
1080
1188
  urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
1081
1189
 
1190
+ // Auto-inject X-Compatibility-Date if not already provided
1191
+ if (!headerParameters['X-Compatibility-Date']) {
1192
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1193
+ }
1194
+
1082
1195
  const facade = this.configuration?.apiFacade;
1083
1196
  if (!facade) {
1084
1197
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1091,16 +1204,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1091
1204
  query: queryParameters,
1092
1205
  }, initOverrides);
1093
1206
 
1094
- return new runtime.JSONApiResponse<any>(response);
1207
+ return response;
1095
1208
  }
1096
1209
 
1097
1210
  /**
1098
1211
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
1099
1212
  * List type IDs relevant to a market
1100
1213
  */
1101
- async getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
1214
+ async getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1102
1215
  const response = await this.getMarketsRegionIdTypesRaw(requestParameters, initOverrides);
1103
- return await response.value();
1216
+ return response;
1104
1217
  }
1105
1218
 
1106
1219
  /**
@@ -1146,6 +1259,10 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1146
1259
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1147
1260
  }
1148
1261
 
1262
+ if (requestParameters['ifModifiedSince'] != null) {
1263
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1264
+ }
1265
+
1149
1266
  /*
1150
1267
  if (this.configuration && this.configuration.accessToken) {
1151
1268
  // oauth required
@@ -1157,6 +1274,11 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1157
1274
  let urlPath = `/markets/structures/{structure_id}`;
1158
1275
  urlPath = urlPath.replace(`{${"structure_id"}}`, encodeURIComponent(String(requestParameters['structureId'])));
1159
1276
 
1277
+ // Auto-inject X-Compatibility-Date if not already provided
1278
+ if (!headerParameters['X-Compatibility-Date']) {
1279
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1280
+ }
1281
+
1160
1282
  const facade = this.configuration?.apiFacade;
1161
1283
  if (!facade) {
1162
1284
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1169,16 +1291,16 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1169
1291
  query: queryParameters,
1170
1292
  }, initOverrides);
1171
1293
 
1172
- return new runtime.JSONApiResponse(response);
1294
+ return response;
1173
1295
  }
1174
1296
 
1175
1297
  /**
1176
1298
  * Return all orders in a structure
1177
1299
  * List orders in a structure
1178
1300
  */
1179
- async getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>> {
1301
+ async getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
1180
1302
  const response = await this.getMarketsStructuresStructureIdRaw(requestParameters, initOverrides);
1181
- return await response.value();
1303
+ return response;
1182
1304
  }
1183
1305
 
1184
1306
  }
@@ -1188,7 +1310,7 @@ export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
1188
1310
  * @enum {string}
1189
1311
  */
1190
1312
  export enum GetCharactersCharacterIdOrdersXCompatibilityDateEnum {
1191
- _20200101 = '2020-01-01'
1313
+ _20251216 = '2025-12-16'
1192
1314
  }
1193
1315
  /**
1194
1316
  * @export
@@ -1209,7 +1331,7 @@ export enum GetCharactersCharacterIdOrdersAcceptLanguageEnum {
1209
1331
  * @enum {string}
1210
1332
  */
1211
1333
  export enum GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum {
1212
- _20200101 = '2020-01-01'
1334
+ _20251216 = '2025-12-16'
1213
1335
  }
1214
1336
  /**
1215
1337
  * @export
@@ -1230,7 +1352,7 @@ export enum GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum {
1230
1352
  * @enum {string}
1231
1353
  */
1232
1354
  export enum GetCorporationsCorporationIdOrdersXCompatibilityDateEnum {
1233
- _20200101 = '2020-01-01'
1355
+ _20251216 = '2025-12-16'
1234
1356
  }
1235
1357
  /**
1236
1358
  * @export
@@ -1251,7 +1373,7 @@ export enum GetCorporationsCorporationIdOrdersAcceptLanguageEnum {
1251
1373
  * @enum {string}
1252
1374
  */
1253
1375
  export enum GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum {
1254
- _20200101 = '2020-01-01'
1376
+ _20251216 = '2025-12-16'
1255
1377
  }
1256
1378
  /**
1257
1379
  * @export
@@ -1272,7 +1394,7 @@ export enum GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum {
1272
1394
  * @enum {string}
1273
1395
  */
1274
1396
  export enum GetMarketsGroupsXCompatibilityDateEnum {
1275
- _20200101 = '2020-01-01'
1397
+ _20251216 = '2025-12-16'
1276
1398
  }
1277
1399
  /**
1278
1400
  * @export
@@ -1293,7 +1415,7 @@ export enum GetMarketsGroupsAcceptLanguageEnum {
1293
1415
  * @enum {string}
1294
1416
  */
1295
1417
  export enum GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum {
1296
- _20200101 = '2020-01-01'
1418
+ _20251216 = '2025-12-16'
1297
1419
  }
1298
1420
  /**
1299
1421
  * @export
@@ -1314,7 +1436,7 @@ export enum GetMarketsGroupsMarketGroupIdAcceptLanguageEnum {
1314
1436
  * @enum {string}
1315
1437
  */
1316
1438
  export enum GetMarketsPricesXCompatibilityDateEnum {
1317
- _20200101 = '2020-01-01'
1439
+ _20251216 = '2025-12-16'
1318
1440
  }
1319
1441
  /**
1320
1442
  * @export
@@ -1335,7 +1457,7 @@ export enum GetMarketsPricesAcceptLanguageEnum {
1335
1457
  * @enum {string}
1336
1458
  */
1337
1459
  export enum GetMarketsRegionIdHistoryXCompatibilityDateEnum {
1338
- _20200101 = '2020-01-01'
1460
+ _20251216 = '2025-12-16'
1339
1461
  }
1340
1462
  /**
1341
1463
  * @export
@@ -1365,7 +1487,7 @@ export enum GetMarketsRegionIdOrdersOrderTypeEnum {
1365
1487
  * @enum {string}
1366
1488
  */
1367
1489
  export enum GetMarketsRegionIdOrdersXCompatibilityDateEnum {
1368
- _20200101 = '2020-01-01'
1490
+ _20251216 = '2025-12-16'
1369
1491
  }
1370
1492
  /**
1371
1493
  * @export
@@ -1386,7 +1508,7 @@ export enum GetMarketsRegionIdOrdersAcceptLanguageEnum {
1386
1508
  * @enum {string}
1387
1509
  */
1388
1510
  export enum GetMarketsRegionIdTypesXCompatibilityDateEnum {
1389
- _20200101 = '2020-01-01'
1511
+ _20251216 = '2025-12-16'
1390
1512
  }
1391
1513
  /**
1392
1514
  * @export
@@ -1407,7 +1529,7 @@ export enum GetMarketsRegionIdTypesAcceptLanguageEnum {
1407
1529
  * @enum {string}
1408
1530
  */
1409
1531
  export enum GetMarketsStructuresStructureIdXCompatibilityDateEnum {
1410
- _20200101 = '2020-01-01'
1532
+ _20251216 = '2025-12-16'
1411
1533
  }
1412
1534
  /**
1413
1535
  * @export