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).
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdOrdersRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdOrdersAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdOrdersHistoryRequest {
22
23
  characterId: number;
@@ -25,6 +26,7 @@ export interface GetCharactersCharacterIdOrdersHistoryRequest {
25
26
  acceptLanguage?: GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum;
26
27
  ifNoneMatch?: string;
27
28
  xTenant?: string;
29
+ ifModifiedSince?: string;
28
30
  }
29
31
  export interface GetCorporationsCorporationIdOrdersRequest {
30
32
  corporationId: number;
@@ -33,6 +35,7 @@ export interface GetCorporationsCorporationIdOrdersRequest {
33
35
  acceptLanguage?: GetCorporationsCorporationIdOrdersAcceptLanguageEnum;
34
36
  ifNoneMatch?: string;
35
37
  xTenant?: string;
38
+ ifModifiedSince?: string;
36
39
  }
37
40
  export interface GetCorporationsCorporationIdOrdersHistoryRequest {
38
41
  corporationId: number;
@@ -41,12 +44,14 @@ export interface GetCorporationsCorporationIdOrdersHistoryRequest {
41
44
  acceptLanguage?: GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum;
42
45
  ifNoneMatch?: string;
43
46
  xTenant?: string;
47
+ ifModifiedSince?: string;
44
48
  }
45
49
  export interface GetMarketsGroupsRequest {
46
50
  xCompatibilityDate: GetMarketsGroupsXCompatibilityDateEnum;
47
51
  acceptLanguage?: GetMarketsGroupsAcceptLanguageEnum;
48
52
  ifNoneMatch?: string;
49
53
  xTenant?: string;
54
+ ifModifiedSince?: string;
50
55
  }
51
56
  export interface GetMarketsGroupsMarketGroupIdRequest {
52
57
  marketGroupId: number;
@@ -54,12 +59,14 @@ export interface GetMarketsGroupsMarketGroupIdRequest {
54
59
  acceptLanguage?: GetMarketsGroupsMarketGroupIdAcceptLanguageEnum;
55
60
  ifNoneMatch?: string;
56
61
  xTenant?: string;
62
+ ifModifiedSince?: string;
57
63
  }
58
64
  export interface GetMarketsPricesRequest {
59
65
  xCompatibilityDate: GetMarketsPricesXCompatibilityDateEnum;
60
66
  acceptLanguage?: GetMarketsPricesAcceptLanguageEnum;
61
67
  ifNoneMatch?: string;
62
68
  xTenant?: string;
69
+ ifModifiedSince?: string;
63
70
  }
64
71
  export interface GetMarketsRegionIdHistoryRequest {
65
72
  regionId: number;
@@ -68,6 +75,7 @@ export interface GetMarketsRegionIdHistoryRequest {
68
75
  acceptLanguage?: GetMarketsRegionIdHistoryAcceptLanguageEnum;
69
76
  ifNoneMatch?: string;
70
77
  xTenant?: string;
78
+ ifModifiedSince?: string;
71
79
  }
72
80
  export interface GetMarketsRegionIdOrdersRequest {
73
81
  orderType: GetMarketsRegionIdOrdersOrderTypeEnum;
@@ -78,6 +86,7 @@ export interface GetMarketsRegionIdOrdersRequest {
78
86
  acceptLanguage?: GetMarketsRegionIdOrdersAcceptLanguageEnum;
79
87
  ifNoneMatch?: string;
80
88
  xTenant?: string;
89
+ ifModifiedSince?: string;
81
90
  }
82
91
  export interface GetMarketsRegionIdTypesRequest {
83
92
  regionId: number;
@@ -86,6 +95,7 @@ export interface GetMarketsRegionIdTypesRequest {
86
95
  acceptLanguage?: GetMarketsRegionIdTypesAcceptLanguageEnum;
87
96
  ifNoneMatch?: string;
88
97
  xTenant?: string;
98
+ ifModifiedSince?: string;
89
99
  }
90
100
  export interface GetMarketsStructuresStructureIdRequest {
91
101
  structureId: number;
@@ -94,6 +104,7 @@ export interface GetMarketsStructuresStructureIdRequest {
94
104
  acceptLanguage?: GetMarketsStructuresStructureIdAcceptLanguageEnum;
95
105
  ifNoneMatch?: string;
96
106
  xTenant?: string;
107
+ ifModifiedSince?: string;
97
108
  }
98
109
  /**
99
110
  * MarketApi - interface
@@ -106,10 +117,11 @@ export interface MarketApiInterface {
106
117
  * List open market orders placed by a character
107
118
  * @summary List open orders from a character
108
119
  * @param {number} characterId The ID of the character
109
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
120
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
110
121
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
111
122
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
112
123
  * @param {string} [xTenant] The tenant ID for the request.
124
+ * @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.
113
125
  * @param {*} [options] Override http request option.
114
126
  * @throws {RequiredError}
115
127
  * @memberof MarketApiInterface
@@ -119,16 +131,17 @@ export interface MarketApiInterface {
119
131
  * List open market orders placed by a character
120
132
  * List open orders from a character
121
133
  */
122
- getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>>;
134
+ getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
123
135
  /**
124
136
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
125
137
  * @summary List historical orders by a character
126
138
  * @param {number} characterId The ID of the character
127
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
139
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
128
140
  * @param {number} [page]
129
141
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
130
142
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
131
143
  * @param {string} [xTenant] The tenant ID for the request.
144
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
132
145
  * @param {*} [options] Override http request option.
133
146
  * @throws {RequiredError}
134
147
  * @memberof MarketApiInterface
@@ -138,16 +151,17 @@ export interface MarketApiInterface {
138
151
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
139
152
  * List historical orders by a character
140
153
  */
141
- getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>>;
154
+ getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
142
155
  /**
143
156
  * List open market orders placed on behalf of a corporation
144
157
  * @summary List open orders from a corporation
145
158
  * @param {number} corporationId The ID of the corporation
146
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
159
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
147
160
  * @param {number} [page]
148
161
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
149
162
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
150
163
  * @param {string} [xTenant] The tenant ID for the request.
164
+ * @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.
151
165
  * @param {*} [options] Override http request option.
152
166
  * @throws {RequiredError}
153
167
  * @memberof MarketApiInterface
@@ -157,16 +171,17 @@ export interface MarketApiInterface {
157
171
  * List open market orders placed on behalf of a corporation
158
172
  * List open orders from a corporation
159
173
  */
160
- getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>>;
174
+ getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
161
175
  /**
162
176
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
163
177
  * @summary List historical orders from a corporation
164
178
  * @param {number} corporationId The ID of the corporation
165
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
179
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
166
180
  * @param {number} [page]
167
181
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
168
182
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
169
183
  * @param {string} [xTenant] The tenant ID for the request.
184
+ * @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.
170
185
  * @param {*} [options] Override http request option.
171
186
  * @throws {RequiredError}
172
187
  * @memberof MarketApiInterface
@@ -176,14 +191,15 @@ export interface MarketApiInterface {
176
191
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
177
192
  * List historical orders from a corporation
178
193
  */
179
- getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>>;
194
+ getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
180
195
  /**
181
196
  * Get a list of item groups This route expires daily at 11:05
182
197
  * @summary Get item groups
183
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
198
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
184
199
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
185
200
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
186
201
  * @param {string} [xTenant] The tenant ID for the request.
202
+ * @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.
187
203
  * @param {*} [options] Override http request option.
188
204
  * @throws {RequiredError}
189
205
  * @memberof MarketApiInterface
@@ -193,15 +209,16 @@ export interface MarketApiInterface {
193
209
  * Get a list of item groups This route expires daily at 11:05
194
210
  * Get item groups
195
211
  */
196
- getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
212
+ getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
197
213
  /**
198
214
  * Get information on an item group This route expires daily at 11:05
199
215
  * @summary Get item group information
200
216
  * @param {number} marketGroupId
201
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
217
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
202
218
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
203
219
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
204
220
  * @param {string} [xTenant] The tenant ID for the request.
221
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
205
222
  * @param {*} [options] Override http request option.
206
223
  * @throws {RequiredError}
207
224
  * @memberof MarketApiInterface
@@ -211,14 +228,15 @@ export interface MarketApiInterface {
211
228
  * Get information on an item group This route expires daily at 11:05
212
229
  * Get item group information
213
230
  */
214
- getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet>;
231
+ getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
215
232
  /**
216
233
  * Return a list of prices
217
234
  * @summary List market prices
218
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
235
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
219
236
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
220
237
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
221
238
  * @param {string} [xTenant] The tenant ID for the request.
239
+ * @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
240
  * @param {*} [options] Override http request option.
223
241
  * @throws {RequiredError}
224
242
  * @memberof MarketApiInterface
@@ -228,16 +246,17 @@ export interface MarketApiInterface {
228
246
  * Return a list of prices
229
247
  * List market prices
230
248
  */
231
- getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>>;
249
+ getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
232
250
  /**
233
251
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
234
252
  * @summary List historical market statistics in a region
235
253
  * @param {number} regionId
236
254
  * @param {number} typeId
237
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
255
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
238
256
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
239
257
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
240
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.
241
260
  * @param {*} [options] Override http request option.
242
261
  * @throws {RequiredError}
243
262
  * @memberof MarketApiInterface
@@ -247,18 +266,19 @@ export interface MarketApiInterface {
247
266
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
248
267
  * List historical market statistics in a region
249
268
  */
250
- getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>>;
269
+ getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
251
270
  /**
252
271
  * Return a list of orders in a region
253
272
  * @summary List orders in a region
254
273
  * @param {'buy' | 'sell' | 'all'} orderType
255
274
  * @param {number} regionId
256
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
275
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
257
276
  * @param {number} [page]
258
277
  * @param {number} [typeId]
259
278
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
260
279
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
261
280
  * @param {string} [xTenant] The tenant ID for the request.
281
+ * @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.
262
282
  * @param {*} [options] Override http request option.
263
283
  * @throws {RequiredError}
264
284
  * @memberof MarketApiInterface
@@ -268,16 +288,17 @@ export interface MarketApiInterface {
268
288
  * Return a list of orders in a region
269
289
  * List orders in a region
270
290
  */
271
- getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>>;
291
+ getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
272
292
  /**
273
293
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
274
294
  * @summary List type IDs relevant to a market
275
295
  * @param {number} regionId
276
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
296
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
277
297
  * @param {number} [page]
278
298
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
279
299
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
280
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.
281
302
  * @param {*} [options] Override http request option.
282
303
  * @throws {RequiredError}
283
304
  * @memberof MarketApiInterface
@@ -287,16 +308,17 @@ export interface MarketApiInterface {
287
308
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
288
309
  * List type IDs relevant to a market
289
310
  */
290
- getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
311
+ getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
291
312
  /**
292
313
  * Return all orders in a structure
293
314
  * @summary List orders in a structure
294
315
  * @param {number} structureId
295
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
316
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
296
317
  * @param {number} [page]
297
318
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
298
319
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
299
320
  * @param {string} [xTenant] The tenant ID for the request.
321
+ * @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.
300
322
  * @param {*} [options] Override http request option.
301
323
  * @throws {RequiredError}
302
324
  * @memberof MarketApiInterface
@@ -306,7 +328,7 @@ export interface MarketApiInterface {
306
328
  * Return all orders in a structure
307
329
  * List orders in a structure
308
330
  */
309
- getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>>;
331
+ getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
310
332
  }
311
333
  /**
312
334
  *
@@ -321,7 +343,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
321
343
  * List open market orders placed by a character
322
344
  * List open orders from a character
323
345
  */
324
- getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>>;
346
+ getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
325
347
  /**
326
348
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
327
349
  * List historical orders by a character
@@ -331,7 +353,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
331
353
  * List cancelled and expired market orders placed by a character up to 90 days in the past.
332
354
  * List historical orders by a character
333
355
  */
334
- getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>>;
356
+ getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
335
357
  /**
336
358
  * List open market orders placed on behalf of a corporation
337
359
  * List open orders from a corporation
@@ -341,7 +363,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
341
363
  * List open market orders placed on behalf of a corporation
342
364
  * List open orders from a corporation
343
365
  */
344
- getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>>;
366
+ getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
345
367
  /**
346
368
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
347
369
  * List historical orders from a corporation
@@ -351,7 +373,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
351
373
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
352
374
  * List historical orders from a corporation
353
375
  */
354
- getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>>;
376
+ getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
355
377
  /**
356
378
  * Get a list of item groups This route expires daily at 11:05
357
379
  * Get item groups
@@ -361,7 +383,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
361
383
  * Get a list of item groups This route expires daily at 11:05
362
384
  * Get item groups
363
385
  */
364
- getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
386
+ getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
365
387
  /**
366
388
  * Get information on an item group This route expires daily at 11:05
367
389
  * Get item group information
@@ -371,7 +393,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
371
393
  * Get information on an item group This route expires daily at 11:05
372
394
  * Get item group information
373
395
  */
374
- getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet>;
396
+ getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
375
397
  /**
376
398
  * Return a list of prices
377
399
  * List market prices
@@ -381,7 +403,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
381
403
  * Return a list of prices
382
404
  * List market prices
383
405
  */
384
- getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>>;
406
+ getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
385
407
  /**
386
408
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
387
409
  * List historical market statistics in a region
@@ -391,7 +413,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
391
413
  * Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
392
414
  * List historical market statistics in a region
393
415
  */
394
- getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>>;
416
+ getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
395
417
  /**
396
418
  * Return a list of orders in a region
397
419
  * List orders in a region
@@ -401,7 +423,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
401
423
  * Return a list of orders in a region
402
424
  * List orders in a region
403
425
  */
404
- getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>>;
426
+ getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
405
427
  /**
406
428
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
407
429
  * List type IDs relevant to a market
@@ -411,7 +433,7 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
411
433
  * Return a list of type IDs that have active orders in the region, for efficient market indexing.
412
434
  * List type IDs relevant to a market
413
435
  */
414
- getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
436
+ getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
415
437
  /**
416
438
  * Return all orders in a structure
417
439
  * List orders in a structure
@@ -421,14 +443,14 @@ export declare class MarketApi extends runtime.BaseAPI implements MarketApiInter
421
443
  * Return all orders in a structure
422
444
  * List orders in a structure
423
445
  */
424
- getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>>;
446
+ getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
425
447
  }
426
448
  /**
427
449
  * @export
428
450
  * @enum {string}
429
451
  */
430
452
  export declare enum GetCharactersCharacterIdOrdersXCompatibilityDateEnum {
431
- _20200101 = "2020-01-01"
453
+ _20251216 = "2025-12-16"
432
454
  }
433
455
  /**
434
456
  * @export
@@ -449,7 +471,7 @@ export declare enum GetCharactersCharacterIdOrdersAcceptLanguageEnum {
449
471
  * @enum {string}
450
472
  */
451
473
  export declare enum GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum {
452
- _20200101 = "2020-01-01"
474
+ _20251216 = "2025-12-16"
453
475
  }
454
476
  /**
455
477
  * @export
@@ -470,7 +492,7 @@ export declare enum GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum {
470
492
  * @enum {string}
471
493
  */
472
494
  export declare enum GetCorporationsCorporationIdOrdersXCompatibilityDateEnum {
473
- _20200101 = "2020-01-01"
495
+ _20251216 = "2025-12-16"
474
496
  }
475
497
  /**
476
498
  * @export
@@ -491,7 +513,7 @@ export declare enum GetCorporationsCorporationIdOrdersAcceptLanguageEnum {
491
513
  * @enum {string}
492
514
  */
493
515
  export declare enum GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum {
494
- _20200101 = "2020-01-01"
516
+ _20251216 = "2025-12-16"
495
517
  }
496
518
  /**
497
519
  * @export
@@ -512,7 +534,7 @@ export declare enum GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum
512
534
  * @enum {string}
513
535
  */
514
536
  export declare enum GetMarketsGroupsXCompatibilityDateEnum {
515
- _20200101 = "2020-01-01"
537
+ _20251216 = "2025-12-16"
516
538
  }
517
539
  /**
518
540
  * @export
@@ -533,7 +555,7 @@ export declare enum GetMarketsGroupsAcceptLanguageEnum {
533
555
  * @enum {string}
534
556
  */
535
557
  export declare enum GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum {
536
- _20200101 = "2020-01-01"
558
+ _20251216 = "2025-12-16"
537
559
  }
538
560
  /**
539
561
  * @export
@@ -554,7 +576,7 @@ export declare enum GetMarketsGroupsMarketGroupIdAcceptLanguageEnum {
554
576
  * @enum {string}
555
577
  */
556
578
  export declare enum GetMarketsPricesXCompatibilityDateEnum {
557
- _20200101 = "2020-01-01"
579
+ _20251216 = "2025-12-16"
558
580
  }
559
581
  /**
560
582
  * @export
@@ -575,7 +597,7 @@ export declare enum GetMarketsPricesAcceptLanguageEnum {
575
597
  * @enum {string}
576
598
  */
577
599
  export declare enum GetMarketsRegionIdHistoryXCompatibilityDateEnum {
578
- _20200101 = "2020-01-01"
600
+ _20251216 = "2025-12-16"
579
601
  }
580
602
  /**
581
603
  * @export
@@ -605,7 +627,7 @@ export declare enum GetMarketsRegionIdOrdersOrderTypeEnum {
605
627
  * @enum {string}
606
628
  */
607
629
  export declare enum GetMarketsRegionIdOrdersXCompatibilityDateEnum {
608
- _20200101 = "2020-01-01"
630
+ _20251216 = "2025-12-16"
609
631
  }
610
632
  /**
611
633
  * @export
@@ -626,7 +648,7 @@ export declare enum GetMarketsRegionIdOrdersAcceptLanguageEnum {
626
648
  * @enum {string}
627
649
  */
628
650
  export declare enum GetMarketsRegionIdTypesXCompatibilityDateEnum {
629
- _20200101 = "2020-01-01"
651
+ _20251216 = "2025-12-16"
630
652
  }
631
653
  /**
632
654
  * @export
@@ -647,7 +669,7 @@ export declare enum GetMarketsRegionIdTypesAcceptLanguageEnum {
647
669
  * @enum {string}
648
670
  */
649
671
  export declare enum GetMarketsStructuresStructureIdXCompatibilityDateEnum {
650
- _20200101 = "2020-01-01"
672
+ _20251216 = "2025-12-16"
651
673
  }
652
674
  /**
653
675
  * @export