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 GetCorporationsCorporationIdRequest {
17
17
  acceptLanguage?: GetCorporationsCorporationIdAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCorporationsCorporationIdAlliancehistoryRequest {
22
23
  corporationId: number;
@@ -24,6 +25,7 @@ export interface GetCorporationsCorporationIdAlliancehistoryRequest {
24
25
  acceptLanguage?: GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum;
25
26
  ifNoneMatch?: string;
26
27
  xTenant?: string;
28
+ ifModifiedSince?: string;
27
29
  }
28
30
  export interface GetCorporationsCorporationIdBlueprintsRequest {
29
31
  corporationId: number;
@@ -32,6 +34,7 @@ export interface GetCorporationsCorporationIdBlueprintsRequest {
32
34
  acceptLanguage?: GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum;
33
35
  ifNoneMatch?: string;
34
36
  xTenant?: string;
37
+ ifModifiedSince?: string;
35
38
  }
36
39
  export interface GetCorporationsCorporationIdContainersLogsRequest {
37
40
  corporationId: number;
@@ -40,6 +43,7 @@ export interface GetCorporationsCorporationIdContainersLogsRequest {
40
43
  acceptLanguage?: GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum;
41
44
  ifNoneMatch?: string;
42
45
  xTenant?: string;
46
+ ifModifiedSince?: string;
43
47
  }
44
48
  export interface GetCorporationsCorporationIdDivisionsRequest {
45
49
  corporationId: number;
@@ -47,6 +51,7 @@ export interface GetCorporationsCorporationIdDivisionsRequest {
47
51
  acceptLanguage?: GetCorporationsCorporationIdDivisionsAcceptLanguageEnum;
48
52
  ifNoneMatch?: string;
49
53
  xTenant?: string;
54
+ ifModifiedSince?: string;
50
55
  }
51
56
  export interface GetCorporationsCorporationIdFacilitiesRequest {
52
57
  corporationId: number;
@@ -54,6 +59,7 @@ export interface GetCorporationsCorporationIdFacilitiesRequest {
54
59
  acceptLanguage?: GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum;
55
60
  ifNoneMatch?: string;
56
61
  xTenant?: string;
62
+ ifModifiedSince?: string;
57
63
  }
58
64
  export interface GetCorporationsCorporationIdIconsRequest {
59
65
  corporationId: number;
@@ -61,6 +67,7 @@ export interface GetCorporationsCorporationIdIconsRequest {
61
67
  acceptLanguage?: GetCorporationsCorporationIdIconsAcceptLanguageEnum;
62
68
  ifNoneMatch?: string;
63
69
  xTenant?: string;
70
+ ifModifiedSince?: string;
64
71
  }
65
72
  export interface GetCorporationsCorporationIdMedalsRequest {
66
73
  corporationId: number;
@@ -69,6 +76,7 @@ export interface GetCorporationsCorporationIdMedalsRequest {
69
76
  acceptLanguage?: GetCorporationsCorporationIdMedalsAcceptLanguageEnum;
70
77
  ifNoneMatch?: string;
71
78
  xTenant?: string;
79
+ ifModifiedSince?: string;
72
80
  }
73
81
  export interface GetCorporationsCorporationIdMedalsIssuedRequest {
74
82
  corporationId: number;
@@ -77,6 +85,7 @@ export interface GetCorporationsCorporationIdMedalsIssuedRequest {
77
85
  acceptLanguage?: GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum;
78
86
  ifNoneMatch?: string;
79
87
  xTenant?: string;
88
+ ifModifiedSince?: string;
80
89
  }
81
90
  export interface GetCorporationsCorporationIdMembersRequest {
82
91
  corporationId: number;
@@ -84,6 +93,7 @@ export interface GetCorporationsCorporationIdMembersRequest {
84
93
  acceptLanguage?: GetCorporationsCorporationIdMembersAcceptLanguageEnum;
85
94
  ifNoneMatch?: string;
86
95
  xTenant?: string;
96
+ ifModifiedSince?: string;
87
97
  }
88
98
  export interface GetCorporationsCorporationIdMembersLimitRequest {
89
99
  corporationId: number;
@@ -91,6 +101,7 @@ export interface GetCorporationsCorporationIdMembersLimitRequest {
91
101
  acceptLanguage?: GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum;
92
102
  ifNoneMatch?: string;
93
103
  xTenant?: string;
104
+ ifModifiedSince?: string;
94
105
  }
95
106
  export interface GetCorporationsCorporationIdMembersTitlesRequest {
96
107
  corporationId: number;
@@ -98,6 +109,7 @@ export interface GetCorporationsCorporationIdMembersTitlesRequest {
98
109
  acceptLanguage?: GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum;
99
110
  ifNoneMatch?: string;
100
111
  xTenant?: string;
112
+ ifModifiedSince?: string;
101
113
  }
102
114
  export interface GetCorporationsCorporationIdMembertrackingRequest {
103
115
  corporationId: number;
@@ -105,6 +117,7 @@ export interface GetCorporationsCorporationIdMembertrackingRequest {
105
117
  acceptLanguage?: GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum;
106
118
  ifNoneMatch?: string;
107
119
  xTenant?: string;
120
+ ifModifiedSince?: string;
108
121
  }
109
122
  export interface GetCorporationsCorporationIdRolesRequest {
110
123
  corporationId: number;
@@ -112,6 +125,7 @@ export interface GetCorporationsCorporationIdRolesRequest {
112
125
  acceptLanguage?: GetCorporationsCorporationIdRolesAcceptLanguageEnum;
113
126
  ifNoneMatch?: string;
114
127
  xTenant?: string;
128
+ ifModifiedSince?: string;
115
129
  }
116
130
  export interface GetCorporationsCorporationIdRolesHistoryRequest {
117
131
  corporationId: number;
@@ -120,6 +134,7 @@ export interface GetCorporationsCorporationIdRolesHistoryRequest {
120
134
  acceptLanguage?: GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum;
121
135
  ifNoneMatch?: string;
122
136
  xTenant?: string;
137
+ ifModifiedSince?: string;
123
138
  }
124
139
  export interface GetCorporationsCorporationIdShareholdersRequest {
125
140
  corporationId: number;
@@ -128,6 +143,7 @@ export interface GetCorporationsCorporationIdShareholdersRequest {
128
143
  acceptLanguage?: GetCorporationsCorporationIdShareholdersAcceptLanguageEnum;
129
144
  ifNoneMatch?: string;
130
145
  xTenant?: string;
146
+ ifModifiedSince?: string;
131
147
  }
132
148
  export interface GetCorporationsCorporationIdStandingsRequest {
133
149
  corporationId: number;
@@ -136,6 +152,7 @@ export interface GetCorporationsCorporationIdStandingsRequest {
136
152
  acceptLanguage?: GetCorporationsCorporationIdStandingsAcceptLanguageEnum;
137
153
  ifNoneMatch?: string;
138
154
  xTenant?: string;
155
+ ifModifiedSince?: string;
139
156
  }
140
157
  export interface GetCorporationsCorporationIdStarbasesRequest {
141
158
  corporationId: number;
@@ -144,6 +161,7 @@ export interface GetCorporationsCorporationIdStarbasesRequest {
144
161
  acceptLanguage?: GetCorporationsCorporationIdStarbasesAcceptLanguageEnum;
145
162
  ifNoneMatch?: string;
146
163
  xTenant?: string;
164
+ ifModifiedSince?: string;
147
165
  }
148
166
  export interface GetCorporationsCorporationIdStarbasesStarbaseIdRequest {
149
167
  corporationId: number;
@@ -153,6 +171,7 @@ export interface GetCorporationsCorporationIdStarbasesStarbaseIdRequest {
153
171
  acceptLanguage?: GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum;
154
172
  ifNoneMatch?: string;
155
173
  xTenant?: string;
174
+ ifModifiedSince?: string;
156
175
  }
157
176
  export interface GetCorporationsCorporationIdStructuresRequest {
158
177
  corporationId: number;
@@ -161,6 +180,7 @@ export interface GetCorporationsCorporationIdStructuresRequest {
161
180
  acceptLanguage?: GetCorporationsCorporationIdStructuresAcceptLanguageEnum;
162
181
  ifNoneMatch?: string;
163
182
  xTenant?: string;
183
+ ifModifiedSince?: string;
164
184
  }
165
185
  export interface GetCorporationsCorporationIdTitlesRequest {
166
186
  corporationId: number;
@@ -168,12 +188,14 @@ export interface GetCorporationsCorporationIdTitlesRequest {
168
188
  acceptLanguage?: GetCorporationsCorporationIdTitlesAcceptLanguageEnum;
169
189
  ifNoneMatch?: string;
170
190
  xTenant?: string;
191
+ ifModifiedSince?: string;
171
192
  }
172
193
  export interface GetCorporationsNpccorpsRequest {
173
194
  xCompatibilityDate: GetCorporationsNpccorpsXCompatibilityDateEnum;
174
195
  acceptLanguage?: GetCorporationsNpccorpsAcceptLanguageEnum;
175
196
  ifNoneMatch?: string;
176
197
  xTenant?: string;
198
+ ifModifiedSince?: string;
177
199
  }
178
200
  /**
179
201
  * CorporationApi - interface
@@ -186,10 +208,11 @@ export interface CorporationApiInterface {
186
208
  * Public information about a corporation
187
209
  * @summary Get corporation information
188
210
  * @param {number} corporationId The ID of the corporation
189
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
211
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
190
212
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
191
213
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
192
214
  * @param {string} [xTenant] The tenant ID for the request.
215
+ * @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.
193
216
  * @param {*} [options] Override http request option.
194
217
  * @throws {RequiredError}
195
218
  * @memberof CorporationApiInterface
@@ -199,15 +222,16 @@ export interface CorporationApiInterface {
199
222
  * Public information about a corporation
200
223
  * Get corporation information
201
224
  */
202
- getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet>;
225
+ getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
203
226
  /**
204
227
  * Get a list of all the alliances a corporation has been a member of
205
228
  * @summary Get alliance history
206
229
  * @param {number} corporationId The ID of the corporation
207
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
230
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
208
231
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
209
232
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
210
233
  * @param {string} [xTenant] The tenant ID for the request.
234
+ * @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.
211
235
  * @param {*} [options] Override http request option.
212
236
  * @throws {RequiredError}
213
237
  * @memberof CorporationApiInterface
@@ -217,16 +241,17 @@ export interface CorporationApiInterface {
217
241
  * Get a list of all the alliances a corporation has been a member of
218
242
  * Get alliance history
219
243
  */
220
- getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>>;
244
+ getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
221
245
  /**
222
246
  * Returns a list of blueprints the corporation owns
223
247
  * @summary Get corporation blueprints
224
248
  * @param {number} corporationId The ID of the corporation
225
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
249
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
226
250
  * @param {number} [page]
227
251
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
228
252
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
229
253
  * @param {string} [xTenant] The tenant ID for the request.
254
+ * @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.
230
255
  * @param {*} [options] Override http request option.
231
256
  * @throws {RequiredError}
232
257
  * @memberof CorporationApiInterface
@@ -236,16 +261,17 @@ export interface CorporationApiInterface {
236
261
  * Returns a list of blueprints the corporation owns
237
262
  * Get corporation blueprints
238
263
  */
239
- getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>>;
264
+ getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
240
265
  /**
241
266
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
242
267
  * @summary Get all corporation ALSC logs
243
268
  * @param {number} corporationId The ID of the corporation
244
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
269
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
245
270
  * @param {number} [page]
246
271
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
247
272
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
248
273
  * @param {string} [xTenant] The tenant ID for the request.
274
+ * @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.
249
275
  * @param {*} [options] Override http request option.
250
276
  * @throws {RequiredError}
251
277
  * @memberof CorporationApiInterface
@@ -255,15 +281,16 @@ export interface CorporationApiInterface {
255
281
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
256
282
  * Get all corporation ALSC logs
257
283
  */
258
- getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>>;
284
+ getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
259
285
  /**
260
286
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
261
287
  * @summary Get corporation divisions
262
288
  * @param {number} corporationId The ID of the corporation
263
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
289
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
264
290
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
265
291
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
266
292
  * @param {string} [xTenant] The tenant ID for the request.
293
+ * @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.
267
294
  * @param {*} [options] Override http request option.
268
295
  * @throws {RequiredError}
269
296
  * @memberof CorporationApiInterface
@@ -273,15 +300,16 @@ export interface CorporationApiInterface {
273
300
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
274
301
  * Get corporation divisions
275
302
  */
276
- getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet>;
303
+ getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
277
304
  /**
278
305
  * Return a corporation\'s facilities
279
306
  * @summary Get corporation facilities
280
307
  * @param {number} corporationId The ID of the corporation
281
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
308
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
282
309
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
283
310
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
284
311
  * @param {string} [xTenant] The tenant ID for the request.
312
+ * @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.
285
313
  * @param {*} [options] Override http request option.
286
314
  * @throws {RequiredError}
287
315
  * @memberof CorporationApiInterface
@@ -291,15 +319,16 @@ export interface CorporationApiInterface {
291
319
  * Return a corporation\'s facilities
292
320
  * Get corporation facilities
293
321
  */
294
- getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>>;
322
+ getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
295
323
  /**
296
324
  * Get the icon urls for a corporation
297
325
  * @summary Get corporation icon
298
326
  * @param {number} corporationId The ID of the corporation
299
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
327
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
300
328
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
301
329
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
302
330
  * @param {string} [xTenant] The tenant ID for the request.
331
+ * @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.
303
332
  * @param {*} [options] Override http request option.
304
333
  * @throws {RequiredError}
305
334
  * @memberof CorporationApiInterface
@@ -309,16 +338,17 @@ export interface CorporationApiInterface {
309
338
  * Get the icon urls for a corporation
310
339
  * Get corporation icon
311
340
  */
312
- getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet>;
341
+ getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
313
342
  /**
314
343
  * Returns a corporation\'s medals
315
344
  * @summary Get corporation medals
316
345
  * @param {number} corporationId The ID of the corporation
317
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
346
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
318
347
  * @param {number} [page]
319
348
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
320
349
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
321
350
  * @param {string} [xTenant] The tenant ID for the request.
351
+ * @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.
322
352
  * @param {*} [options] Override http request option.
323
353
  * @throws {RequiredError}
324
354
  * @memberof CorporationApiInterface
@@ -328,16 +358,17 @@ export interface CorporationApiInterface {
328
358
  * Returns a corporation\'s medals
329
359
  * Get corporation medals
330
360
  */
331
- getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>>;
361
+ getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
332
362
  /**
333
363
  * Returns medals issued by a corporation
334
364
  * @summary Get corporation issued medals
335
365
  * @param {number} corporationId The ID of the corporation
336
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
366
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
337
367
  * @param {number} [page]
338
368
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
339
369
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
340
370
  * @param {string} [xTenant] The tenant ID for the request.
371
+ * @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.
341
372
  * @param {*} [options] Override http request option.
342
373
  * @throws {RequiredError}
343
374
  * @memberof CorporationApiInterface
@@ -347,15 +378,16 @@ export interface CorporationApiInterface {
347
378
  * Returns medals issued by a corporation
348
379
  * Get corporation issued medals
349
380
  */
350
- getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>>;
381
+ getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
351
382
  /**
352
383
  * Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
353
384
  * @summary Get corporation members
354
385
  * @param {number} corporationId The ID of the corporation
355
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
386
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
356
387
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
357
388
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
358
389
  * @param {string} [xTenant] The tenant ID for the request.
390
+ * @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.
359
391
  * @param {*} [options] Override http request option.
360
392
  * @throws {RequiredError}
361
393
  * @memberof CorporationApiInterface
@@ -365,15 +397,16 @@ export interface CorporationApiInterface {
365
397
  * Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
366
398
  * Get corporation members
367
399
  */
368
- getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
400
+ getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
369
401
  /**
370
402
  * Return a corporation\'s member limit, not including CEO himself
371
403
  * @summary Get corporation member limit
372
404
  * @param {number} corporationId The ID of the corporation
373
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
405
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
374
406
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
375
407
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
376
408
  * @param {string} [xTenant] The tenant ID for the request.
409
+ * @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.
377
410
  * @param {*} [options] Override http request option.
378
411
  * @throws {RequiredError}
379
412
  * @memberof CorporationApiInterface
@@ -383,15 +416,16 @@ export interface CorporationApiInterface {
383
416
  * Return a corporation\'s member limit, not including CEO himself
384
417
  * Get corporation member limit
385
418
  */
386
- getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
419
+ getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
387
420
  /**
388
421
  * Returns a corporation\'s members\' titles
389
422
  * @summary Get corporation\'s members\' titles
390
423
  * @param {number} corporationId The ID of the corporation
391
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
424
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
392
425
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
393
426
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
394
427
  * @param {string} [xTenant] The tenant ID for the request.
428
+ * @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.
395
429
  * @param {*} [options] Override http request option.
396
430
  * @throws {RequiredError}
397
431
  * @memberof CorporationApiInterface
@@ -401,15 +435,16 @@ export interface CorporationApiInterface {
401
435
  * Returns a corporation\'s members\' titles
402
436
  * Get corporation\'s members\' titles
403
437
  */
404
- getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>>;
438
+ getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
405
439
  /**
406
440
  * Returns additional information about a corporation\'s members which helps tracking their activities
407
441
  * @summary Track corporation members
408
442
  * @param {number} corporationId The ID of the corporation
409
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
443
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
410
444
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
411
445
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
412
446
  * @param {string} [xTenant] The tenant ID for the request.
447
+ * @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.
413
448
  * @param {*} [options] Override http request option.
414
449
  * @throws {RequiredError}
415
450
  * @memberof CorporationApiInterface
@@ -419,15 +454,16 @@ export interface CorporationApiInterface {
419
454
  * Returns additional information about a corporation\'s members which helps tracking their activities
420
455
  * Track corporation members
421
456
  */
422
- getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>>;
457
+ getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
423
458
  /**
424
459
  * Return the roles of all members if the character has the personnel manager role or any grantable role.
425
460
  * @summary Get corporation member roles
426
461
  * @param {number} corporationId The ID of the corporation
427
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
462
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
428
463
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
429
464
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
430
465
  * @param {string} [xTenant] The tenant ID for the request.
466
+ * @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.
431
467
  * @param {*} [options] Override http request option.
432
468
  * @throws {RequiredError}
433
469
  * @memberof CorporationApiInterface
@@ -437,16 +473,17 @@ export interface CorporationApiInterface {
437
473
  * Return the roles of all members if the character has the personnel manager role or any grantable role.
438
474
  * Get corporation member roles
439
475
  */
440
- getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>>;
476
+ getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
441
477
  /**
442
478
  * Return how roles have changed for a coporation\'s members, up to a month
443
479
  * @summary Get corporation member roles history
444
480
  * @param {number} corporationId The ID of the corporation
445
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
481
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
446
482
  * @param {number} [page]
447
483
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
448
484
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
449
485
  * @param {string} [xTenant] The tenant ID for the request.
486
+ * @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.
450
487
  * @param {*} [options] Override http request option.
451
488
  * @throws {RequiredError}
452
489
  * @memberof CorporationApiInterface
@@ -456,16 +493,17 @@ export interface CorporationApiInterface {
456
493
  * Return how roles have changed for a coporation\'s members, up to a month
457
494
  * Get corporation member roles history
458
495
  */
459
- getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>>;
496
+ getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
460
497
  /**
461
498
  * Return the current shareholders of a corporation.
462
499
  * @summary Get corporation shareholders
463
500
  * @param {number} corporationId The ID of the corporation
464
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
501
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
465
502
  * @param {number} [page]
466
503
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
467
504
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
468
505
  * @param {string} [xTenant] The tenant ID for the request.
506
+ * @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.
469
507
  * @param {*} [options] Override http request option.
470
508
  * @throws {RequiredError}
471
509
  * @memberof CorporationApiInterface
@@ -475,16 +513,17 @@ export interface CorporationApiInterface {
475
513
  * Return the current shareholders of a corporation.
476
514
  * Get corporation shareholders
477
515
  */
478
- getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>>;
516
+ getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
479
517
  /**
480
518
  * Return corporation standings from agents, NPC corporations, and factions
481
519
  * @summary Get corporation standings
482
520
  * @param {number} corporationId The ID of the corporation
483
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
521
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
484
522
  * @param {number} [page]
485
523
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
486
524
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
487
525
  * @param {string} [xTenant] The tenant ID for the request.
526
+ * @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.
488
527
  * @param {*} [options] Override http request option.
489
528
  * @throws {RequiredError}
490
529
  * @memberof CorporationApiInterface
@@ -494,16 +533,17 @@ export interface CorporationApiInterface {
494
533
  * Return corporation standings from agents, NPC corporations, and factions
495
534
  * Get corporation standings
496
535
  */
497
- getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
536
+ getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
498
537
  /**
499
538
  * Returns list of corporation starbases (POSes)
500
539
  * @summary Get corporation starbases (POSes)
501
540
  * @param {number} corporationId The ID of the corporation
502
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
541
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
503
542
  * @param {number} [page]
504
543
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
505
544
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
506
545
  * @param {string} [xTenant] The tenant ID for the request.
546
+ * @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.
507
547
  * @param {*} [options] Override http request option.
508
548
  * @throws {RequiredError}
509
549
  * @memberof CorporationApiInterface
@@ -513,17 +553,18 @@ export interface CorporationApiInterface {
513
553
  * Returns list of corporation starbases (POSes)
514
554
  * Get corporation starbases (POSes)
515
555
  */
516
- getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>>;
556
+ getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
517
557
  /**
518
558
  * Returns various settings and fuels of a starbase (POS)
519
559
  * @summary Get starbase (POS) detail
520
560
  * @param {number} corporationId The ID of the corporation
521
561
  * @param {number} starbaseId
522
562
  * @param {number} systemId
523
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
563
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
524
564
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
525
565
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
526
566
  * @param {string} [xTenant] The tenant ID for the request.
567
+ * @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.
527
568
  * @param {*} [options] Override http request option.
528
569
  * @throws {RequiredError}
529
570
  * @memberof CorporationApiInterface
@@ -533,16 +574,17 @@ export interface CorporationApiInterface {
533
574
  * Returns various settings and fuels of a starbase (POS)
534
575
  * Get starbase (POS) detail
535
576
  */
536
- getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet>;
577
+ getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
537
578
  /**
538
579
  * Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
539
580
  * @summary Get corporation structures
540
581
  * @param {number} corporationId The ID of the corporation
541
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
582
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
542
583
  * @param {number} [page]
543
584
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
544
585
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
545
586
  * @param {string} [xTenant] The tenant ID for the request.
587
+ * @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.
546
588
  * @param {*} [options] Override http request option.
547
589
  * @throws {RequiredError}
548
590
  * @memberof CorporationApiInterface
@@ -552,15 +594,16 @@ export interface CorporationApiInterface {
552
594
  * Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
553
595
  * Get corporation structures
554
596
  */
555
- getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>>;
597
+ getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
556
598
  /**
557
599
  * Returns a corporation\'s titles
558
600
  * @summary Get corporation titles
559
601
  * @param {number} corporationId The ID of the corporation
560
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
602
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
561
603
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
562
604
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
563
605
  * @param {string} [xTenant] The tenant ID for the request.
606
+ * @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.
564
607
  * @param {*} [options] Override http request option.
565
608
  * @throws {RequiredError}
566
609
  * @memberof CorporationApiInterface
@@ -570,14 +613,15 @@ export interface CorporationApiInterface {
570
613
  * Returns a corporation\'s titles
571
614
  * Get corporation titles
572
615
  */
573
- getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>>;
616
+ getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
574
617
  /**
575
618
  * Get a list of npc corporations This route expires daily at 11:05
576
619
  * @summary Get npc corporations
577
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
620
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
578
621
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
579
622
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
580
623
  * @param {string} [xTenant] The tenant ID for the request.
624
+ * @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.
581
625
  * @param {*} [options] Override http request option.
582
626
  * @throws {RequiredError}
583
627
  * @memberof CorporationApiInterface
@@ -587,7 +631,7 @@ export interface CorporationApiInterface {
587
631
  * Get a list of npc corporations This route expires daily at 11:05
588
632
  * Get npc corporations
589
633
  */
590
- getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
634
+ getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
591
635
  }
592
636
  /**
593
637
  *
@@ -602,7 +646,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
602
646
  * Public information about a corporation
603
647
  * Get corporation information
604
648
  */
605
- getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet>;
649
+ getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
606
650
  /**
607
651
  * Get a list of all the alliances a corporation has been a member of
608
652
  * Get alliance history
@@ -612,7 +656,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
612
656
  * Get a list of all the alliances a corporation has been a member of
613
657
  * Get alliance history
614
658
  */
615
- getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>>;
659
+ getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
616
660
  /**
617
661
  * Returns a list of blueprints the corporation owns
618
662
  * Get corporation blueprints
@@ -622,7 +666,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
622
666
  * Returns a list of blueprints the corporation owns
623
667
  * Get corporation blueprints
624
668
  */
625
- getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>>;
669
+ getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
626
670
  /**
627
671
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
628
672
  * Get all corporation ALSC logs
@@ -632,7 +676,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
632
676
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
633
677
  * Get all corporation ALSC logs
634
678
  */
635
- getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>>;
679
+ getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
636
680
  /**
637
681
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
638
682
  * Get corporation divisions
@@ -642,7 +686,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
642
686
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
643
687
  * Get corporation divisions
644
688
  */
645
- getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet>;
689
+ getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
646
690
  /**
647
691
  * Return a corporation\'s facilities
648
692
  * Get corporation facilities
@@ -652,7 +696,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
652
696
  * Return a corporation\'s facilities
653
697
  * Get corporation facilities
654
698
  */
655
- getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>>;
699
+ getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
656
700
  /**
657
701
  * Get the icon urls for a corporation
658
702
  * Get corporation icon
@@ -662,7 +706,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
662
706
  * Get the icon urls for a corporation
663
707
  * Get corporation icon
664
708
  */
665
- getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet>;
709
+ getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
666
710
  /**
667
711
  * Returns a corporation\'s medals
668
712
  * Get corporation medals
@@ -672,7 +716,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
672
716
  * Returns a corporation\'s medals
673
717
  * Get corporation medals
674
718
  */
675
- getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>>;
719
+ getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
676
720
  /**
677
721
  * Returns medals issued by a corporation
678
722
  * Get corporation issued medals
@@ -682,7 +726,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
682
726
  * Returns medals issued by a corporation
683
727
  * Get corporation issued medals
684
728
  */
685
- getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>>;
729
+ getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
686
730
  /**
687
731
  * Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
688
732
  * Get corporation members
@@ -692,7 +736,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
692
736
  * Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
693
737
  * Get corporation members
694
738
  */
695
- getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
739
+ getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
696
740
  /**
697
741
  * Return a corporation\'s member limit, not including CEO himself
698
742
  * Get corporation member limit
@@ -702,7 +746,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
702
746
  * Return a corporation\'s member limit, not including CEO himself
703
747
  * Get corporation member limit
704
748
  */
705
- getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
749
+ getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
706
750
  /**
707
751
  * Returns a corporation\'s members\' titles
708
752
  * Get corporation\'s members\' titles
@@ -712,7 +756,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
712
756
  * Returns a corporation\'s members\' titles
713
757
  * Get corporation\'s members\' titles
714
758
  */
715
- getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>>;
759
+ getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
716
760
  /**
717
761
  * Returns additional information about a corporation\'s members which helps tracking their activities
718
762
  * Track corporation members
@@ -722,7 +766,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
722
766
  * Returns additional information about a corporation\'s members which helps tracking their activities
723
767
  * Track corporation members
724
768
  */
725
- getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>>;
769
+ getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
726
770
  /**
727
771
  * Return the roles of all members if the character has the personnel manager role or any grantable role.
728
772
  * Get corporation member roles
@@ -732,7 +776,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
732
776
  * Return the roles of all members if the character has the personnel manager role or any grantable role.
733
777
  * Get corporation member roles
734
778
  */
735
- getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>>;
779
+ getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
736
780
  /**
737
781
  * Return how roles have changed for a coporation\'s members, up to a month
738
782
  * Get corporation member roles history
@@ -742,7 +786,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
742
786
  * Return how roles have changed for a coporation\'s members, up to a month
743
787
  * Get corporation member roles history
744
788
  */
745
- getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>>;
789
+ getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
746
790
  /**
747
791
  * Return the current shareholders of a corporation.
748
792
  * Get corporation shareholders
@@ -752,7 +796,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
752
796
  * Return the current shareholders of a corporation.
753
797
  * Get corporation shareholders
754
798
  */
755
- getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>>;
799
+ getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
756
800
  /**
757
801
  * Return corporation standings from agents, NPC corporations, and factions
758
802
  * Get corporation standings
@@ -762,7 +806,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
762
806
  * Return corporation standings from agents, NPC corporations, and factions
763
807
  * Get corporation standings
764
808
  */
765
- getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
809
+ getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
766
810
  /**
767
811
  * Returns list of corporation starbases (POSes)
768
812
  * Get corporation starbases (POSes)
@@ -772,7 +816,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
772
816
  * Returns list of corporation starbases (POSes)
773
817
  * Get corporation starbases (POSes)
774
818
  */
775
- getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>>;
819
+ getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
776
820
  /**
777
821
  * Returns various settings and fuels of a starbase (POS)
778
822
  * Get starbase (POS) detail
@@ -782,7 +826,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
782
826
  * Returns various settings and fuels of a starbase (POS)
783
827
  * Get starbase (POS) detail
784
828
  */
785
- getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet>;
829
+ getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
786
830
  /**
787
831
  * Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
788
832
  * Get corporation structures
@@ -792,7 +836,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
792
836
  * Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
793
837
  * Get corporation structures
794
838
  */
795
- getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>>;
839
+ getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
796
840
  /**
797
841
  * Returns a corporation\'s titles
798
842
  * Get corporation titles
@@ -802,7 +846,7 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
802
846
  * Returns a corporation\'s titles
803
847
  * Get corporation titles
804
848
  */
805
- getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>>;
849
+ getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
806
850
  /**
807
851
  * Get a list of npc corporations This route expires daily at 11:05
808
852
  * Get npc corporations
@@ -812,14 +856,14 @@ export declare class CorporationApi extends runtime.BaseAPI implements Corporati
812
856
  * Get a list of npc corporations This route expires daily at 11:05
813
857
  * Get npc corporations
814
858
  */
815
- getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
859
+ getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
816
860
  }
817
861
  /**
818
862
  * @export
819
863
  * @enum {string}
820
864
  */
821
865
  export declare enum GetCorporationsCorporationIdXCompatibilityDateEnum {
822
- _20200101 = "2020-01-01"
866
+ _20251216 = "2025-12-16"
823
867
  }
824
868
  /**
825
869
  * @export
@@ -840,7 +884,7 @@ export declare enum GetCorporationsCorporationIdAcceptLanguageEnum {
840
884
  * @enum {string}
841
885
  */
842
886
  export declare enum GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum {
843
- _20200101 = "2020-01-01"
887
+ _20251216 = "2025-12-16"
844
888
  }
845
889
  /**
846
890
  * @export
@@ -861,7 +905,7 @@ export declare enum GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnu
861
905
  * @enum {string}
862
906
  */
863
907
  export declare enum GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum {
864
- _20200101 = "2020-01-01"
908
+ _20251216 = "2025-12-16"
865
909
  }
866
910
  /**
867
911
  * @export
@@ -882,7 +926,7 @@ export declare enum GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum {
882
926
  * @enum {string}
883
927
  */
884
928
  export declare enum GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum {
885
- _20200101 = "2020-01-01"
929
+ _20251216 = "2025-12-16"
886
930
  }
887
931
  /**
888
932
  * @export
@@ -903,7 +947,7 @@ export declare enum GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum
903
947
  * @enum {string}
904
948
  */
905
949
  export declare enum GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum {
906
- _20200101 = "2020-01-01"
950
+ _20251216 = "2025-12-16"
907
951
  }
908
952
  /**
909
953
  * @export
@@ -924,7 +968,7 @@ export declare enum GetCorporationsCorporationIdDivisionsAcceptLanguageEnum {
924
968
  * @enum {string}
925
969
  */
926
970
  export declare enum GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum {
927
- _20200101 = "2020-01-01"
971
+ _20251216 = "2025-12-16"
928
972
  }
929
973
  /**
930
974
  * @export
@@ -945,7 +989,7 @@ export declare enum GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum {
945
989
  * @enum {string}
946
990
  */
947
991
  export declare enum GetCorporationsCorporationIdIconsXCompatibilityDateEnum {
948
- _20200101 = "2020-01-01"
992
+ _20251216 = "2025-12-16"
949
993
  }
950
994
  /**
951
995
  * @export
@@ -966,7 +1010,7 @@ export declare enum GetCorporationsCorporationIdIconsAcceptLanguageEnum {
966
1010
  * @enum {string}
967
1011
  */
968
1012
  export declare enum GetCorporationsCorporationIdMedalsXCompatibilityDateEnum {
969
- _20200101 = "2020-01-01"
1013
+ _20251216 = "2025-12-16"
970
1014
  }
971
1015
  /**
972
1016
  * @export
@@ -987,7 +1031,7 @@ export declare enum GetCorporationsCorporationIdMedalsAcceptLanguageEnum {
987
1031
  * @enum {string}
988
1032
  */
989
1033
  export declare enum GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum {
990
- _20200101 = "2020-01-01"
1034
+ _20251216 = "2025-12-16"
991
1035
  }
992
1036
  /**
993
1037
  * @export
@@ -1008,7 +1052,7 @@ export declare enum GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum {
1008
1052
  * @enum {string}
1009
1053
  */
1010
1054
  export declare enum GetCorporationsCorporationIdMembersXCompatibilityDateEnum {
1011
- _20200101 = "2020-01-01"
1055
+ _20251216 = "2025-12-16"
1012
1056
  }
1013
1057
  /**
1014
1058
  * @export
@@ -1029,7 +1073,7 @@ export declare enum GetCorporationsCorporationIdMembersAcceptLanguageEnum {
1029
1073
  * @enum {string}
1030
1074
  */
1031
1075
  export declare enum GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum {
1032
- _20200101 = "2020-01-01"
1076
+ _20251216 = "2025-12-16"
1033
1077
  }
1034
1078
  /**
1035
1079
  * @export
@@ -1050,7 +1094,7 @@ export declare enum GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum {
1050
1094
  * @enum {string}
1051
1095
  */
1052
1096
  export declare enum GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum {
1053
- _20200101 = "2020-01-01"
1097
+ _20251216 = "2025-12-16"
1054
1098
  }
1055
1099
  /**
1056
1100
  * @export
@@ -1071,7 +1115,7 @@ export declare enum GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum
1071
1115
  * @enum {string}
1072
1116
  */
1073
1117
  export declare enum GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum {
1074
- _20200101 = "2020-01-01"
1118
+ _20251216 = "2025-12-16"
1075
1119
  }
1076
1120
  /**
1077
1121
  * @export
@@ -1092,7 +1136,7 @@ export declare enum GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum
1092
1136
  * @enum {string}
1093
1137
  */
1094
1138
  export declare enum GetCorporationsCorporationIdRolesXCompatibilityDateEnum {
1095
- _20200101 = "2020-01-01"
1139
+ _20251216 = "2025-12-16"
1096
1140
  }
1097
1141
  /**
1098
1142
  * @export
@@ -1113,7 +1157,7 @@ export declare enum GetCorporationsCorporationIdRolesAcceptLanguageEnum {
1113
1157
  * @enum {string}
1114
1158
  */
1115
1159
  export declare enum GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum {
1116
- _20200101 = "2020-01-01"
1160
+ _20251216 = "2025-12-16"
1117
1161
  }
1118
1162
  /**
1119
1163
  * @export
@@ -1134,7 +1178,7 @@ export declare enum GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum {
1134
1178
  * @enum {string}
1135
1179
  */
1136
1180
  export declare enum GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum {
1137
- _20200101 = "2020-01-01"
1181
+ _20251216 = "2025-12-16"
1138
1182
  }
1139
1183
  /**
1140
1184
  * @export
@@ -1155,7 +1199,7 @@ export declare enum GetCorporationsCorporationIdShareholdersAcceptLanguageEnum {
1155
1199
  * @enum {string}
1156
1200
  */
1157
1201
  export declare enum GetCorporationsCorporationIdStandingsXCompatibilityDateEnum {
1158
- _20200101 = "2020-01-01"
1202
+ _20251216 = "2025-12-16"
1159
1203
  }
1160
1204
  /**
1161
1205
  * @export
@@ -1176,7 +1220,7 @@ export declare enum GetCorporationsCorporationIdStandingsAcceptLanguageEnum {
1176
1220
  * @enum {string}
1177
1221
  */
1178
1222
  export declare enum GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum {
1179
- _20200101 = "2020-01-01"
1223
+ _20251216 = "2025-12-16"
1180
1224
  }
1181
1225
  /**
1182
1226
  * @export
@@ -1197,7 +1241,7 @@ export declare enum GetCorporationsCorporationIdStarbasesAcceptLanguageEnum {
1197
1241
  * @enum {string}
1198
1242
  */
1199
1243
  export declare enum GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum {
1200
- _20200101 = "2020-01-01"
1244
+ _20251216 = "2025-12-16"
1201
1245
  }
1202
1246
  /**
1203
1247
  * @export
@@ -1218,7 +1262,7 @@ export declare enum GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguag
1218
1262
  * @enum {string}
1219
1263
  */
1220
1264
  export declare enum GetCorporationsCorporationIdStructuresXCompatibilityDateEnum {
1221
- _20200101 = "2020-01-01"
1265
+ _20251216 = "2025-12-16"
1222
1266
  }
1223
1267
  /**
1224
1268
  * @export
@@ -1239,7 +1283,7 @@ export declare enum GetCorporationsCorporationIdStructuresAcceptLanguageEnum {
1239
1283
  * @enum {string}
1240
1284
  */
1241
1285
  export declare enum GetCorporationsCorporationIdTitlesXCompatibilityDateEnum {
1242
- _20200101 = "2020-01-01"
1286
+ _20251216 = "2025-12-16"
1243
1287
  }
1244
1288
  /**
1245
1289
  * @export
@@ -1260,7 +1304,7 @@ export declare enum GetCorporationsCorporationIdTitlesAcceptLanguageEnum {
1260
1304
  * @enum {string}
1261
1305
  */
1262
1306
  export declare enum GetCorporationsNpccorpsXCompatibilityDateEnum {
1263
- _20200101 = "2020-01-01"
1307
+ _20251216 = "2025-12-16"
1264
1308
  }
1265
1309
  /**
1266
1310
  * @export