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 GetCharactersCharacterIdClonesRequest {
17
17
  acceptLanguage?: GetCharactersCharacterIdClonesAcceptLanguageEnum;
18
18
  ifNoneMatch?: string;
19
19
  xTenant?: string;
20
+ ifModifiedSince?: string;
20
21
  }
21
22
  export interface GetCharactersCharacterIdImplantsRequest {
22
23
  characterId: number;
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdImplantsRequest {
24
25
  acceptLanguage?: GetCharactersCharacterIdImplantsAcceptLanguageEnum;
25
26
  ifNoneMatch?: string;
26
27
  xTenant?: string;
28
+ ifModifiedSince?: string;
27
29
  }
28
30
  /**
29
31
  * ClonesApi - interface
@@ -36,10 +38,11 @@ export interface ClonesApiInterface {
36
38
  * A list of the character\'s clones
37
39
  * @summary Get clones
38
40
  * @param {number} characterId The ID of the character
39
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
41
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
40
42
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
41
43
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
42
44
  * @param {string} [xTenant] The tenant ID for the request.
45
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
43
46
  * @param {*} [options] Override http request option.
44
47
  * @throws {RequiredError}
45
48
  * @memberof ClonesApiInterface
@@ -49,15 +52,16 @@ export interface ClonesApiInterface {
49
52
  * A list of the character\'s clones
50
53
  * Get clones
51
54
  */
52
- getCharactersCharacterIdClones(requestParameters: GetCharactersCharacterIdClonesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdClonesGet>;
55
+ getCharactersCharacterIdClones(requestParameters: GetCharactersCharacterIdClonesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
53
56
  /**
54
57
  * Return implants on the active clone of a character
55
58
  * @summary Get active implants
56
59
  * @param {number} characterId The ID of the character
57
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
60
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
58
61
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
59
62
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
60
63
  * @param {string} [xTenant] The tenant ID for the request.
64
+ * @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.
61
65
  * @param {*} [options] Override http request option.
62
66
  * @throws {RequiredError}
63
67
  * @memberof ClonesApiInterface
@@ -67,7 +71,7 @@ export interface ClonesApiInterface {
67
71
  * Return implants on the active clone of a character
68
72
  * Get active implants
69
73
  */
70
- getCharactersCharacterIdImplants(requestParameters: GetCharactersCharacterIdImplantsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
74
+ getCharactersCharacterIdImplants(requestParameters: GetCharactersCharacterIdImplantsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
71
75
  }
72
76
  /**
73
77
  *
@@ -82,7 +86,7 @@ export declare class ClonesApi extends runtime.BaseAPI implements ClonesApiInter
82
86
  * A list of the character\'s clones
83
87
  * Get clones
84
88
  */
85
- getCharactersCharacterIdClones(requestParameters: GetCharactersCharacterIdClonesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdClonesGet>;
89
+ getCharactersCharacterIdClones(requestParameters: GetCharactersCharacterIdClonesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
86
90
  /**
87
91
  * Return implants on the active clone of a character
88
92
  * Get active implants
@@ -92,14 +96,14 @@ export declare class ClonesApi extends runtime.BaseAPI implements ClonesApiInter
92
96
  * Return implants on the active clone of a character
93
97
  * Get active implants
94
98
  */
95
- getCharactersCharacterIdImplants(requestParameters: GetCharactersCharacterIdImplantsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
99
+ getCharactersCharacterIdImplants(requestParameters: GetCharactersCharacterIdImplantsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
96
100
  }
97
101
  /**
98
102
  * @export
99
103
  * @enum {string}
100
104
  */
101
105
  export declare enum GetCharactersCharacterIdClonesXCompatibilityDateEnum {
102
- _20200101 = "2020-01-01"
106
+ _20251216 = "2025-12-16"
103
107
  }
104
108
  /**
105
109
  * @export
@@ -120,7 +124,7 @@ export declare enum GetCharactersCharacterIdClonesAcceptLanguageEnum {
120
124
  * @enum {string}
121
125
  */
122
126
  export declare enum GetCharactersCharacterIdImplantsXCompatibilityDateEnum {
123
- _20200101 = "2020-01-01"
127
+ _20251216 = "2025-12-16"
124
128
  }
125
129
  /**
126
130
  * @export
@@ -5,7 +5,7 @@
5
5
  * EVE Stable Infrastructure (ESI) - tranquility
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2020-01-01
8
+ * The version of the OpenAPI document: 2025-12-16
9
9
  * Contact: arcyfa_github@pm.me
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetCharactersCharacterIdImplantsAcceptLanguageEnum = exports.GetCharactersCharacterIdImplantsXCompatibilityDateEnum = exports.GetCharactersCharacterIdClonesAcceptLanguageEnum = exports.GetCharactersCharacterIdClonesXCompatibilityDateEnum = exports.ClonesApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -105,8 +106,15 @@ var ClonesApi = /** @class */ (function (_super) {
105
106
  if (requestParameters['xTenant'] != null) {
106
107
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
107
108
  }
109
+ if (requestParameters['ifModifiedSince'] != null) {
110
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
111
+ }
108
112
  urlPath = "/characters/{character_id}/clones";
109
113
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
114
+ // Auto-inject X-Compatibility-Date if not already provided
115
+ if (!headerParameters['X-Compatibility-Date']) {
116
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
117
+ }
110
118
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
111
119
  if (!facade) {
112
120
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -119,7 +127,7 @@ var ClonesApi = /** @class */ (function (_super) {
119
127
  }, initOverrides)];
120
128
  case 1:
121
129
  response = _b.sent();
122
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
130
+ return [2 /*return*/, response];
123
131
  }
124
132
  });
125
133
  });
@@ -136,8 +144,7 @@ var ClonesApi = /** @class */ (function (_super) {
136
144
  case 0: return [4 /*yield*/, this.getCharactersCharacterIdClonesRaw(requestParameters, initOverrides)];
137
145
  case 1:
138
146
  response = _a.sent();
139
- return [4 /*yield*/, response.value()];
140
- case 2: return [2 /*return*/, _a.sent()];
147
+ return [2 /*return*/, response];
141
148
  }
142
149
  });
143
150
  });
@@ -173,8 +180,15 @@ var ClonesApi = /** @class */ (function (_super) {
173
180
  if (requestParameters['xTenant'] != null) {
174
181
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
175
182
  }
183
+ if (requestParameters['ifModifiedSince'] != null) {
184
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
185
+ }
176
186
  urlPath = "/characters/{character_id}/implants";
177
187
  urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
188
+ // Auto-inject X-Compatibility-Date if not already provided
189
+ if (!headerParameters['X-Compatibility-Date']) {
190
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
191
+ }
178
192
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
179
193
  if (!facade) {
180
194
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -187,7 +201,7 @@ var ClonesApi = /** @class */ (function (_super) {
187
201
  }, initOverrides)];
188
202
  case 1:
189
203
  response = _b.sent();
190
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
204
+ return [2 /*return*/, response];
191
205
  }
192
206
  });
193
207
  });
@@ -204,8 +218,7 @@ var ClonesApi = /** @class */ (function (_super) {
204
218
  case 0: return [4 /*yield*/, this.getCharactersCharacterIdImplantsRaw(requestParameters, initOverrides)];
205
219
  case 1:
206
220
  response = _a.sent();
207
- return [4 /*yield*/, response.value()];
208
- case 2: return [2 /*return*/, _a.sent()];
221
+ return [2 /*return*/, response];
209
222
  }
210
223
  });
211
224
  });
@@ -219,7 +232,7 @@ exports.ClonesApi = ClonesApi;
219
232
  */
220
233
  var GetCharactersCharacterIdClonesXCompatibilityDateEnum;
221
234
  (function (GetCharactersCharacterIdClonesXCompatibilityDateEnum) {
222
- GetCharactersCharacterIdClonesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
235
+ GetCharactersCharacterIdClonesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
223
236
  })(GetCharactersCharacterIdClonesXCompatibilityDateEnum || (exports.GetCharactersCharacterIdClonesXCompatibilityDateEnum = GetCharactersCharacterIdClonesXCompatibilityDateEnum = {}));
224
237
  /**
225
238
  * @export
@@ -242,7 +255,7 @@ var GetCharactersCharacterIdClonesAcceptLanguageEnum;
242
255
  */
243
256
  var GetCharactersCharacterIdImplantsXCompatibilityDateEnum;
244
257
  (function (GetCharactersCharacterIdImplantsXCompatibilityDateEnum) {
245
- GetCharactersCharacterIdImplantsXCompatibilityDateEnum["_20200101"] = "2020-01-01";
258
+ GetCharactersCharacterIdImplantsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
246
259
  })(GetCharactersCharacterIdImplantsXCompatibilityDateEnum || (exports.GetCharactersCharacterIdImplantsXCompatibilityDateEnum = GetCharactersCharacterIdImplantsXCompatibilityDateEnum = {}));
247
260
  /**
248
261
  * @export
@@ -2,7 +2,7 @@
2
2
  * EVE Stable Infrastructure (ESI) - tranquility
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2020-01-01
5
+ * The version of the OpenAPI document: 2025-12-16
6
6
  * Contact: arcyfa_github@pm.me
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,6 +18,7 @@ export interface DeleteCharactersCharacterIdContactsRequest {
18
18
  acceptLanguage?: DeleteCharactersCharacterIdContactsAcceptLanguageEnum;
19
19
  ifNoneMatch?: string;
20
20
  xTenant?: string;
21
+ ifModifiedSince?: string;
21
22
  }
22
23
  export interface GetAlliancesAllianceIdContactsRequest {
23
24
  allianceId: number;
@@ -26,6 +27,7 @@ export interface GetAlliancesAllianceIdContactsRequest {
26
27
  acceptLanguage?: GetAlliancesAllianceIdContactsAcceptLanguageEnum;
27
28
  ifNoneMatch?: string;
28
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
29
31
  }
30
32
  export interface GetAlliancesAllianceIdContactsLabelsRequest {
31
33
  allianceId: number;
@@ -33,6 +35,7 @@ export interface GetAlliancesAllianceIdContactsLabelsRequest {
33
35
  acceptLanguage?: GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum;
34
36
  ifNoneMatch?: string;
35
37
  xTenant?: string;
38
+ ifModifiedSince?: string;
36
39
  }
37
40
  export interface GetCharactersCharacterIdContactsRequest {
38
41
  characterId: number;
@@ -41,6 +44,7 @@ export interface GetCharactersCharacterIdContactsRequest {
41
44
  acceptLanguage?: GetCharactersCharacterIdContactsAcceptLanguageEnum;
42
45
  ifNoneMatch?: string;
43
46
  xTenant?: string;
47
+ ifModifiedSince?: string;
44
48
  }
45
49
  export interface GetCharactersCharacterIdContactsLabelsRequest {
46
50
  characterId: number;
@@ -48,6 +52,7 @@ export interface GetCharactersCharacterIdContactsLabelsRequest {
48
52
  acceptLanguage?: GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum;
49
53
  ifNoneMatch?: string;
50
54
  xTenant?: string;
55
+ ifModifiedSince?: string;
51
56
  }
52
57
  export interface GetCorporationsCorporationIdContactsRequest {
53
58
  corporationId: number;
@@ -56,6 +61,7 @@ export interface GetCorporationsCorporationIdContactsRequest {
56
61
  acceptLanguage?: GetCorporationsCorporationIdContactsAcceptLanguageEnum;
57
62
  ifNoneMatch?: string;
58
63
  xTenant?: string;
64
+ ifModifiedSince?: string;
59
65
  }
60
66
  export interface GetCorporationsCorporationIdContactsLabelsRequest {
61
67
  corporationId: number;
@@ -63,6 +69,7 @@ export interface GetCorporationsCorporationIdContactsLabelsRequest {
63
69
  acceptLanguage?: GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum;
64
70
  ifNoneMatch?: string;
65
71
  xTenant?: string;
72
+ ifModifiedSince?: string;
66
73
  }
67
74
  export interface PostCharactersCharacterIdContactsRequest {
68
75
  characterId: number;
@@ -74,6 +81,7 @@ export interface PostCharactersCharacterIdContactsRequest {
74
81
  acceptLanguage?: PostCharactersCharacterIdContactsAcceptLanguageEnum;
75
82
  ifNoneMatch?: string;
76
83
  xTenant?: string;
84
+ ifModifiedSince?: string;
77
85
  }
78
86
  export interface PutCharactersCharacterIdContactsRequest {
79
87
  characterId: number;
@@ -85,6 +93,7 @@ export interface PutCharactersCharacterIdContactsRequest {
85
93
  acceptLanguage?: PutCharactersCharacterIdContactsAcceptLanguageEnum;
86
94
  ifNoneMatch?: string;
87
95
  xTenant?: string;
96
+ ifModifiedSince?: string;
88
97
  }
89
98
  /**
90
99
  * ContactsApi - interface
@@ -98,10 +107,11 @@ export interface ContactsApiInterface {
98
107
  * @summary Delete contacts
99
108
  * @param {number} characterId The ID of the character
100
109
  * @param {Array<number>} contactIds
101
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
110
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
102
111
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
103
112
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
104
113
  * @param {string} [xTenant] The tenant ID for the request.
114
+ * @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.
105
115
  * @param {*} [options] Override http request option.
106
116
  * @throws {RequiredError}
107
117
  * @memberof ContactsApiInterface
@@ -111,16 +121,17 @@ export interface ContactsApiInterface {
111
121
  * Bulk delete contacts
112
122
  * Delete contacts
113
123
  */
114
- deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
124
+ deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
115
125
  /**
116
126
  * Return contacts of an alliance
117
127
  * @summary Get alliance contacts
118
128
  * @param {number} allianceId The ID of the alliance
119
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
129
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
120
130
  * @param {number} [page]
121
131
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
122
132
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
123
133
  * @param {string} [xTenant] The tenant ID for the request.
134
+ * @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.
124
135
  * @param {*} [options] Override http request option.
125
136
  * @throws {RequiredError}
126
137
  * @memberof ContactsApiInterface
@@ -130,15 +141,16 @@ export interface ContactsApiInterface {
130
141
  * Return contacts of an alliance
131
142
  * Get alliance contacts
132
143
  */
133
- getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsGetInner>>;
144
+ getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
134
145
  /**
135
146
  * Return custom labels for an alliance\'s contacts
136
147
  * @summary Get alliance contact labels
137
148
  * @param {number} allianceId The ID of the alliance
138
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
149
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
139
150
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
140
151
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
141
152
  * @param {string} [xTenant] The tenant ID for the request.
153
+ * @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.
142
154
  * @param {*} [options] Override http request option.
143
155
  * @throws {RequiredError}
144
156
  * @memberof ContactsApiInterface
@@ -148,16 +160,17 @@ export interface ContactsApiInterface {
148
160
  * Return custom labels for an alliance\'s contacts
149
161
  * Get alliance contact labels
150
162
  */
151
- getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
163
+ getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
152
164
  /**
153
165
  * Return contacts of a character
154
166
  * @summary Get contacts
155
167
  * @param {number} characterId The ID of the character
156
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
168
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
157
169
  * @param {number} [page]
158
170
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
159
171
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
160
172
  * @param {string} [xTenant] The tenant ID for the request.
173
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
161
174
  * @param {*} [options] Override http request option.
162
175
  * @throws {RequiredError}
163
176
  * @memberof ContactsApiInterface
@@ -167,15 +180,16 @@ export interface ContactsApiInterface {
167
180
  * Return contacts of a character
168
181
  * Get contacts
169
182
  */
170
- getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdContactsGetInner>>;
183
+ getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
171
184
  /**
172
185
  * Return custom labels for a character\'s contacts
173
186
  * @summary Get contact labels
174
187
  * @param {number} characterId The ID of the character
175
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
188
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
176
189
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
177
190
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
178
191
  * @param {string} [xTenant] The tenant ID for the request.
192
+ * @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.
179
193
  * @param {*} [options] Override http request option.
180
194
  * @throws {RequiredError}
181
195
  * @memberof ContactsApiInterface
@@ -185,16 +199,17 @@ export interface ContactsApiInterface {
185
199
  * Return custom labels for a character\'s contacts
186
200
  * Get contact labels
187
201
  */
188
- getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
202
+ getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
189
203
  /**
190
204
  * Return contacts of a corporation
191
205
  * @summary Get corporation contacts
192
206
  * @param {number} corporationId The ID of the corporation
193
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
207
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
194
208
  * @param {number} [page]
195
209
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
196
210
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
197
211
  * @param {string} [xTenant] The tenant ID for the request.
212
+ * @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.
198
213
  * @param {*} [options] Override http request option.
199
214
  * @throws {RequiredError}
200
215
  * @memberof ContactsApiInterface
@@ -204,15 +219,16 @@ export interface ContactsApiInterface {
204
219
  * Return contacts of a corporation
205
220
  * Get corporation contacts
206
221
  */
207
- getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContactsGetInner>>;
222
+ getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
208
223
  /**
209
224
  * Return custom labels for a corporation\'s contacts
210
225
  * @summary Get corporation contact labels
211
226
  * @param {number} corporationId The ID of the corporation
212
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
227
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
213
228
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
214
229
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
215
230
  * @param {string} [xTenant] The tenant ID for the request.
231
+ * @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.
216
232
  * @param {*} [options] Override http request option.
217
233
  * @throws {RequiredError}
218
234
  * @memberof ContactsApiInterface
@@ -222,19 +238,20 @@ export interface ContactsApiInterface {
222
238
  * Return custom labels for a corporation\'s contacts
223
239
  * Get corporation contact labels
224
240
  */
225
- getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
241
+ getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
226
242
  /**
227
243
  * Bulk add contacts with same settings
228
244
  * @summary Add contacts
229
245
  * @param {number} characterId The ID of the character
230
246
  * @param {number} standing
231
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
247
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
232
248
  * @param {Array<number>} requestBody
233
249
  * @param {Array<number>} [labelIds]
234
250
  * @param {boolean} [watched]
235
251
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
236
252
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
237
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.
238
255
  * @param {*} [options] Override http request option.
239
256
  * @throws {RequiredError}
240
257
  * @memberof ContactsApiInterface
@@ -244,19 +261,20 @@ export interface ContactsApiInterface {
244
261
  * Bulk add contacts with same settings
245
262
  * Add contacts
246
263
  */
247
- postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
264
+ postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
248
265
  /**
249
266
  * Bulk edit contacts with same settings
250
267
  * @summary Edit contacts
251
268
  * @param {number} characterId The ID of the character
252
269
  * @param {number} standing
253
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
270
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
254
271
  * @param {Array<number>} requestBody
255
272
  * @param {Array<number>} [labelIds]
256
273
  * @param {boolean} [watched]
257
274
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
258
275
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
259
276
  * @param {string} [xTenant] The tenant ID for the request.
277
+ * @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.
260
278
  * @param {*} [options] Override http request option.
261
279
  * @throws {RequiredError}
262
280
  * @memberof ContactsApiInterface
@@ -266,7 +284,7 @@ export interface ContactsApiInterface {
266
284
  * Bulk edit contacts with same settings
267
285
  * Edit contacts
268
286
  */
269
- putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
287
+ putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
270
288
  }
271
289
  /**
272
290
  *
@@ -281,7 +299,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
281
299
  * Bulk delete contacts
282
300
  * Delete contacts
283
301
  */
284
- deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
302
+ deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
285
303
  /**
286
304
  * Return contacts of an alliance
287
305
  * Get alliance contacts
@@ -291,7 +309,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
291
309
  * Return contacts of an alliance
292
310
  * Get alliance contacts
293
311
  */
294
- getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsGetInner>>;
312
+ getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
295
313
  /**
296
314
  * Return custom labels for an alliance\'s contacts
297
315
  * Get alliance contact labels
@@ -301,7 +319,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
301
319
  * Return custom labels for an alliance\'s contacts
302
320
  * Get alliance contact labels
303
321
  */
304
- getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
322
+ getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
305
323
  /**
306
324
  * Return contacts of a character
307
325
  * Get contacts
@@ -311,7 +329,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
311
329
  * Return contacts of a character
312
330
  * Get contacts
313
331
  */
314
- getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdContactsGetInner>>;
332
+ getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
315
333
  /**
316
334
  * Return custom labels for a character\'s contacts
317
335
  * Get contact labels
@@ -321,7 +339,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
321
339
  * Return custom labels for a character\'s contacts
322
340
  * Get contact labels
323
341
  */
324
- getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
342
+ getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
325
343
  /**
326
344
  * Return contacts of a corporation
327
345
  * Get corporation contacts
@@ -331,7 +349,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
331
349
  * Return contacts of a corporation
332
350
  * Get corporation contacts
333
351
  */
334
- getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContactsGetInner>>;
352
+ getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
335
353
  /**
336
354
  * Return custom labels for a corporation\'s contacts
337
355
  * Get corporation contact labels
@@ -341,7 +359,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
341
359
  * Return custom labels for a corporation\'s contacts
342
360
  * Get corporation contact labels
343
361
  */
344
- getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<AlliancesAllianceIdContactsLabelsGetInner>>;
362
+ getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
345
363
  /**
346
364
  * Bulk add contacts with same settings
347
365
  * Add contacts
@@ -351,7 +369,7 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
351
369
  * Bulk add contacts with same settings
352
370
  * Add contacts
353
371
  */
354
- postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
372
+ postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
355
373
  /**
356
374
  * Bulk edit contacts with same settings
357
375
  * Edit contacts
@@ -361,14 +379,14 @@ export declare class ContactsApi extends runtime.BaseAPI implements ContactsApiI
361
379
  * Bulk edit contacts with same settings
362
380
  * Edit contacts
363
381
  */
364
- putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
382
+ putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
365
383
  }
366
384
  /**
367
385
  * @export
368
386
  * @enum {string}
369
387
  */
370
388
  export declare enum DeleteCharactersCharacterIdContactsXCompatibilityDateEnum {
371
- _20200101 = "2020-01-01"
389
+ _20251216 = "2025-12-16"
372
390
  }
373
391
  /**
374
392
  * @export
@@ -389,7 +407,7 @@ export declare enum DeleteCharactersCharacterIdContactsAcceptLanguageEnum {
389
407
  * @enum {string}
390
408
  */
391
409
  export declare enum GetAlliancesAllianceIdContactsXCompatibilityDateEnum {
392
- _20200101 = "2020-01-01"
410
+ _20251216 = "2025-12-16"
393
411
  }
394
412
  /**
395
413
  * @export
@@ -410,7 +428,7 @@ export declare enum GetAlliancesAllianceIdContactsAcceptLanguageEnum {
410
428
  * @enum {string}
411
429
  */
412
430
  export declare enum GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum {
413
- _20200101 = "2020-01-01"
431
+ _20251216 = "2025-12-16"
414
432
  }
415
433
  /**
416
434
  * @export
@@ -431,7 +449,7 @@ export declare enum GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum {
431
449
  * @enum {string}
432
450
  */
433
451
  export declare enum GetCharactersCharacterIdContactsXCompatibilityDateEnum {
434
- _20200101 = "2020-01-01"
452
+ _20251216 = "2025-12-16"
435
453
  }
436
454
  /**
437
455
  * @export
@@ -452,7 +470,7 @@ export declare enum GetCharactersCharacterIdContactsAcceptLanguageEnum {
452
470
  * @enum {string}
453
471
  */
454
472
  export declare enum GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum {
455
- _20200101 = "2020-01-01"
473
+ _20251216 = "2025-12-16"
456
474
  }
457
475
  /**
458
476
  * @export
@@ -473,7 +491,7 @@ export declare enum GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum {
473
491
  * @enum {string}
474
492
  */
475
493
  export declare enum GetCorporationsCorporationIdContactsXCompatibilityDateEnum {
476
- _20200101 = "2020-01-01"
494
+ _20251216 = "2025-12-16"
477
495
  }
478
496
  /**
479
497
  * @export
@@ -494,7 +512,7 @@ export declare enum GetCorporationsCorporationIdContactsAcceptLanguageEnum {
494
512
  * @enum {string}
495
513
  */
496
514
  export declare enum GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum {
497
- _20200101 = "2020-01-01"
515
+ _20251216 = "2025-12-16"
498
516
  }
499
517
  /**
500
518
  * @export
@@ -515,7 +533,7 @@ export declare enum GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum
515
533
  * @enum {string}
516
534
  */
517
535
  export declare enum PostCharactersCharacterIdContactsXCompatibilityDateEnum {
518
- _20200101 = "2020-01-01"
536
+ _20251216 = "2025-12-16"
519
537
  }
520
538
  /**
521
539
  * @export
@@ -536,7 +554,7 @@ export declare enum PostCharactersCharacterIdContactsAcceptLanguageEnum {
536
554
  * @enum {string}
537
555
  */
538
556
  export declare enum PutCharactersCharacterIdContactsXCompatibilityDateEnum {
539
- _20200101 = "2020-01-01"
557
+ _20251216 = "2025-12-16"
540
558
  }
541
559
  /**
542
560
  * @export