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).
@@ -18,6 +18,7 @@ export interface DeleteCharactersCharacterIdMailLabelsLabelIdRequest {
18
18
  acceptLanguage?: DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum;
19
19
  ifNoneMatch?: string;
20
20
  xTenant?: string;
21
+ ifModifiedSince?: string;
21
22
  }
22
23
  export interface DeleteCharactersCharacterIdMailMailIdRequest {
23
24
  characterId: number;
@@ -26,6 +27,7 @@ export interface DeleteCharactersCharacterIdMailMailIdRequest {
26
27
  acceptLanguage?: DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum;
27
28
  ifNoneMatch?: string;
28
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
29
31
  }
30
32
  export interface GetCharactersCharacterIdMailRequest {
31
33
  characterId: number;
@@ -35,6 +37,7 @@ export interface GetCharactersCharacterIdMailRequest {
35
37
  acceptLanguage?: GetCharactersCharacterIdMailAcceptLanguageEnum;
36
38
  ifNoneMatch?: string;
37
39
  xTenant?: string;
40
+ ifModifiedSince?: string;
38
41
  }
39
42
  export interface GetCharactersCharacterIdMailLabelsRequest {
40
43
  characterId: number;
@@ -42,6 +45,7 @@ export interface GetCharactersCharacterIdMailLabelsRequest {
42
45
  acceptLanguage?: GetCharactersCharacterIdMailLabelsAcceptLanguageEnum;
43
46
  ifNoneMatch?: string;
44
47
  xTenant?: string;
48
+ ifModifiedSince?: string;
45
49
  }
46
50
  export interface GetCharactersCharacterIdMailListsRequest {
47
51
  characterId: number;
@@ -49,6 +53,7 @@ export interface GetCharactersCharacterIdMailListsRequest {
49
53
  acceptLanguage?: GetCharactersCharacterIdMailListsAcceptLanguageEnum;
50
54
  ifNoneMatch?: string;
51
55
  xTenant?: string;
56
+ ifModifiedSince?: string;
52
57
  }
53
58
  export interface GetCharactersCharacterIdMailMailIdRequest {
54
59
  characterId: number;
@@ -57,6 +62,7 @@ export interface GetCharactersCharacterIdMailMailIdRequest {
57
62
  acceptLanguage?: GetCharactersCharacterIdMailMailIdAcceptLanguageEnum;
58
63
  ifNoneMatch?: string;
59
64
  xTenant?: string;
65
+ ifModifiedSince?: string;
60
66
  }
61
67
  export interface PostCharactersCharacterIdMailOperationRequest {
62
68
  characterId: number;
@@ -65,6 +71,7 @@ export interface PostCharactersCharacterIdMailOperationRequest {
65
71
  acceptLanguage?: PostCharactersCharacterIdMailOperationAcceptLanguageEnum;
66
72
  ifNoneMatch?: string;
67
73
  xTenant?: string;
74
+ ifModifiedSince?: string;
68
75
  }
69
76
  export interface PostCharactersCharacterIdMailLabelsOperationRequest {
70
77
  characterId: number;
@@ -73,6 +80,7 @@ export interface PostCharactersCharacterIdMailLabelsOperationRequest {
73
80
  acceptLanguage?: PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum;
74
81
  ifNoneMatch?: string;
75
82
  xTenant?: string;
83
+ ifModifiedSince?: string;
76
84
  }
77
85
  export interface PutCharactersCharacterIdMailMailIdOperationRequest {
78
86
  characterId: number;
@@ -82,6 +90,7 @@ export interface PutCharactersCharacterIdMailMailIdOperationRequest {
82
90
  acceptLanguage?: PutCharactersCharacterIdMailMailIdOperationAcceptLanguageEnum;
83
91
  ifNoneMatch?: string;
84
92
  xTenant?: string;
93
+ ifModifiedSince?: string;
85
94
  }
86
95
  /**
87
96
  * MailApi - interface
@@ -95,10 +104,11 @@ export interface MailApiInterface {
95
104
  * @summary Delete a mail label
96
105
  * @param {number} characterId The ID of the character
97
106
  * @param {number} labelId
98
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
107
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
99
108
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
100
109
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
101
110
  * @param {string} [xTenant] The tenant ID for the request.
111
+ * @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.
102
112
  * @param {*} [options] Override http request option.
103
113
  * @throws {RequiredError}
104
114
  * @memberof MailApiInterface
@@ -108,16 +118,17 @@ export interface MailApiInterface {
108
118
  * Delete a mail label
109
119
  * Delete a mail label
110
120
  */
111
- deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
121
+ deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
112
122
  /**
113
123
  * Delete a mail
114
124
  * @summary Delete a mail
115
125
  * @param {number} characterId The ID of the character
116
126
  * @param {number} mailId
117
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
127
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
118
128
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
119
129
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
120
130
  * @param {string} [xTenant] The tenant ID for the request.
131
+ * @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.
121
132
  * @param {*} [options] Override http request option.
122
133
  * @throws {RequiredError}
123
134
  * @memberof MailApiInterface
@@ -127,17 +138,18 @@ export interface MailApiInterface {
127
138
  * Delete a mail
128
139
  * Delete a mail
129
140
  */
130
- deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
141
+ deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
131
142
  /**
132
143
  * Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
133
144
  * @summary Return mail headers
134
145
  * @param {number} characterId The ID of the character
135
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
146
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
136
147
  * @param {Set<number>} [labels]
137
148
  * @param {number} [lastMailId]
138
149
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
139
150
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
140
151
  * @param {string} [xTenant] The tenant ID for the request.
152
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
141
153
  * @param {*} [options] Override http request option.
142
154
  * @throws {RequiredError}
143
155
  * @memberof MailApiInterface
@@ -147,15 +159,16 @@ export interface MailApiInterface {
147
159
  * Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
148
160
  * Return mail headers
149
161
  */
150
- getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailGetInner>>;
162
+ getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
151
163
  /**
152
164
  * Return a list of the users mail labels, unread counts for each label and a total unread count.
153
165
  * @summary Get mail labels and unread counts
154
166
  * @param {number} characterId The ID of the character
155
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
167
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
156
168
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
157
169
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
158
170
  * @param {string} [xTenant] The tenant ID for the request.
171
+ * @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.
159
172
  * @param {*} [options] Override http request option.
160
173
  * @throws {RequiredError}
161
174
  * @memberof MailApiInterface
@@ -165,15 +178,16 @@ export interface MailApiInterface {
165
178
  * Return a list of the users mail labels, unread counts for each label and a total unread count.
166
179
  * Get mail labels and unread counts
167
180
  */
168
- getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailLabelsGet>;
181
+ getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
169
182
  /**
170
183
  * Return all mailing lists that the character is subscribed to
171
184
  * @summary Return mailing list subscriptions
172
185
  * @param {number} characterId The ID of the character
173
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
186
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
174
187
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
175
188
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
176
189
  * @param {string} [xTenant] The tenant ID for the request.
190
+ * @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.
177
191
  * @param {*} [options] Override http request option.
178
192
  * @throws {RequiredError}
179
193
  * @memberof MailApiInterface
@@ -183,16 +197,17 @@ export interface MailApiInterface {
183
197
  * Return all mailing lists that the character is subscribed to
184
198
  * Return mailing list subscriptions
185
199
  */
186
- getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailListsGetInner>>;
200
+ getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
187
201
  /**
188
202
  * Return the contents of an EVE mail
189
203
  * @summary Return a mail
190
204
  * @param {number} characterId The ID of the character
191
205
  * @param {number} mailId
192
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
206
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
193
207
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
194
208
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
195
209
  * @param {string} [xTenant] The tenant ID for the request.
210
+ * @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.
196
211
  * @param {*} [options] Override http request option.
197
212
  * @throws {RequiredError}
198
213
  * @memberof MailApiInterface
@@ -202,16 +217,17 @@ export interface MailApiInterface {
202
217
  * Return the contents of an EVE mail
203
218
  * Return a mail
204
219
  */
205
- getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailMailIdGet>;
220
+ getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
206
221
  /**
207
222
  * Create and send a new mail
208
223
  * @summary Send a new mail
209
224
  * @param {number} characterId The ID of the character
210
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
225
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
211
226
  * @param {PostCharactersCharacterIdMailRequest} postCharactersCharacterIdMailRequest
212
227
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
213
228
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
214
229
  * @param {string} [xTenant] The tenant ID for the request.
230
+ * @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.
215
231
  * @param {*} [options] Override http request option.
216
232
  * @throws {RequiredError}
217
233
  * @memberof MailApiInterface
@@ -221,16 +237,17 @@ export interface MailApiInterface {
221
237
  * Create and send a new mail
222
238
  * Send a new mail
223
239
  */
224
- postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
240
+ postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
225
241
  /**
226
242
  * Create a mail label
227
243
  * @summary Create a mail label
228
244
  * @param {number} characterId The ID of the character
229
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
245
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
230
246
  * @param {PostCharactersCharacterIdMailLabelsRequest} postCharactersCharacterIdMailLabelsRequest
231
247
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
232
248
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
233
249
  * @param {string} [xTenant] The tenant ID for the request.
250
+ * @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.
234
251
  * @param {*} [options] Override http request option.
235
252
  * @throws {RequiredError}
236
253
  * @memberof MailApiInterface
@@ -240,17 +257,18 @@ export interface MailApiInterface {
240
257
  * Create a mail label
241
258
  * Create a mail label
242
259
  */
243
- postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
260
+ postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
244
261
  /**
245
262
  * Update metadata about a mail
246
263
  * @summary Update metadata about a mail
247
264
  * @param {number} characterId The ID of the character
248
265
  * @param {number} mailId
249
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
266
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
250
267
  * @param {PutCharactersCharacterIdMailMailIdRequest} putCharactersCharacterIdMailMailIdRequest
251
268
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
252
269
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
253
270
  * @param {string} [xTenant] The tenant ID for the request.
271
+ * @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.
254
272
  * @param {*} [options] Override http request option.
255
273
  * @throws {RequiredError}
256
274
  * @memberof MailApiInterface
@@ -260,7 +278,7 @@ export interface MailApiInterface {
260
278
  * Update metadata about a mail
261
279
  * Update metadata about a mail
262
280
  */
263
- putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
281
+ putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
264
282
  }
265
283
  /**
266
284
  *
@@ -275,7 +293,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
275
293
  * Delete a mail label
276
294
  * Delete a mail label
277
295
  */
278
- deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
296
+ deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
279
297
  /**
280
298
  * Delete a mail
281
299
  * Delete a mail
@@ -285,7 +303,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
285
303
  * Delete a mail
286
304
  * Delete a mail
287
305
  */
288
- deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
306
+ deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
289
307
  /**
290
308
  * Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
291
309
  * Return mail headers
@@ -295,7 +313,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
295
313
  * Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
296
314
  * Return mail headers
297
315
  */
298
- getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailGetInner>>;
316
+ getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
299
317
  /**
300
318
  * Return a list of the users mail labels, unread counts for each label and a total unread count.
301
319
  * Get mail labels and unread counts
@@ -305,7 +323,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
305
323
  * Return a list of the users mail labels, unread counts for each label and a total unread count.
306
324
  * Get mail labels and unread counts
307
325
  */
308
- getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailLabelsGet>;
326
+ getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
309
327
  /**
310
328
  * Return all mailing lists that the character is subscribed to
311
329
  * Return mailing list subscriptions
@@ -315,7 +333,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
315
333
  * Return all mailing lists that the character is subscribed to
316
334
  * Return mailing list subscriptions
317
335
  */
318
- getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailListsGetInner>>;
336
+ getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
319
337
  /**
320
338
  * Return the contents of an EVE mail
321
339
  * Return a mail
@@ -325,7 +343,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
325
343
  * Return the contents of an EVE mail
326
344
  * Return a mail
327
345
  */
328
- getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailMailIdGet>;
346
+ getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
329
347
  /**
330
348
  * Create and send a new mail
331
349
  * Send a new mail
@@ -335,7 +353,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
335
353
  * Create and send a new mail
336
354
  * Send a new mail
337
355
  */
338
- postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
356
+ postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
339
357
  /**
340
358
  * Create a mail label
341
359
  * Create a mail label
@@ -345,7 +363,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
345
363
  * Create a mail label
346
364
  * Create a mail label
347
365
  */
348
- postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
366
+ postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
349
367
  /**
350
368
  * Update metadata about a mail
351
369
  * Update metadata about a mail
@@ -355,14 +373,14 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
355
373
  * Update metadata about a mail
356
374
  * Update metadata about a mail
357
375
  */
358
- putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
376
+ putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
359
377
  }
360
378
  /**
361
379
  * @export
362
380
  * @enum {string}
363
381
  */
364
382
  export declare enum DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum {
365
- _20200101 = "2020-01-01"
383
+ _20251216 = "2025-12-16"
366
384
  }
367
385
  /**
368
386
  * @export
@@ -383,7 +401,7 @@ export declare enum DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEn
383
401
  * @enum {string}
384
402
  */
385
403
  export declare enum DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
386
- _20200101 = "2020-01-01"
404
+ _20251216 = "2025-12-16"
387
405
  }
388
406
  /**
389
407
  * @export
@@ -404,7 +422,7 @@ export declare enum DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum {
404
422
  * @enum {string}
405
423
  */
406
424
  export declare enum GetCharactersCharacterIdMailXCompatibilityDateEnum {
407
- _20200101 = "2020-01-01"
425
+ _20251216 = "2025-12-16"
408
426
  }
409
427
  /**
410
428
  * @export
@@ -425,7 +443,7 @@ export declare enum GetCharactersCharacterIdMailAcceptLanguageEnum {
425
443
  * @enum {string}
426
444
  */
427
445
  export declare enum GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum {
428
- _20200101 = "2020-01-01"
446
+ _20251216 = "2025-12-16"
429
447
  }
430
448
  /**
431
449
  * @export
@@ -446,7 +464,7 @@ export declare enum GetCharactersCharacterIdMailLabelsAcceptLanguageEnum {
446
464
  * @enum {string}
447
465
  */
448
466
  export declare enum GetCharactersCharacterIdMailListsXCompatibilityDateEnum {
449
- _20200101 = "2020-01-01"
467
+ _20251216 = "2025-12-16"
450
468
  }
451
469
  /**
452
470
  * @export
@@ -467,7 +485,7 @@ export declare enum GetCharactersCharacterIdMailListsAcceptLanguageEnum {
467
485
  * @enum {string}
468
486
  */
469
487
  export declare enum GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
470
- _20200101 = "2020-01-01"
488
+ _20251216 = "2025-12-16"
471
489
  }
472
490
  /**
473
491
  * @export
@@ -488,7 +506,7 @@ export declare enum GetCharactersCharacterIdMailMailIdAcceptLanguageEnum {
488
506
  * @enum {string}
489
507
  */
490
508
  export declare enum PostCharactersCharacterIdMailOperationXCompatibilityDateEnum {
491
- _20200101 = "2020-01-01"
509
+ _20251216 = "2025-12-16"
492
510
  }
493
511
  /**
494
512
  * @export
@@ -509,7 +527,7 @@ export declare enum PostCharactersCharacterIdMailOperationAcceptLanguageEnum {
509
527
  * @enum {string}
510
528
  */
511
529
  export declare enum PostCharactersCharacterIdMailLabelsOperationXCompatibilityDateEnum {
512
- _20200101 = "2020-01-01"
530
+ _20251216 = "2025-12-16"
513
531
  }
514
532
  /**
515
533
  * @export
@@ -530,7 +548,7 @@ export declare enum PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEn
530
548
  * @enum {string}
531
549
  */
532
550
  export declare enum PutCharactersCharacterIdMailMailIdOperationXCompatibilityDateEnum {
533
- _20200101 = "2020-01-01"
551
+ _20251216 = "2025-12-16"
534
552
  }
535
553
  /**
536
554
  * @export