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
@@ -0,0 +1,14 @@
1
+
2
+ # Unknown
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `unknown` | [CorporationsProjectsDetailConfigurationunknown](CorporationsProjectsDetailConfigurationunknown.md)
10
+
11
+
12
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
13
+
14
+
@@ -14,7 +14,7 @@ All URIs are relative to *https://esi.evetech.net*
14
14
 
15
15
  ## postUiAutopilotWaypoint
16
16
 
17
- > postUiAutopilotWaypoint(addToBeginning, clearOtherWaypoints, destinationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
17
+ > postUiAutopilotWaypoint(addToBeginning, clearOtherWaypoints, destinationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
18
18
 
19
19
  Set Autopilot Waypoint
20
20
 
@@ -44,7 +44,7 @@ async function example() {
44
44
  clearOtherWaypoints: true,
45
45
  // number
46
46
  destinationId: 789,
47
- // '2020-01-01' | The compatibility date for the request.
47
+ // '2025-12-16' | The compatibility date for the request.
48
48
  xCompatibilityDate: 2013-10-20,
49
49
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
50
50
  acceptLanguage: acceptLanguage_example,
@@ -52,6 +52,8 @@ async function example() {
52
52
  ifNoneMatch: ifNoneMatch_example,
53
53
  // string | The tenant ID for the request. (optional)
54
54
  xTenant: ,
55
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
56
+ ifModifiedSince: ifModifiedSince_example,
55
57
  } satisfies PostUiAutopilotWaypointRequest;
56
58
 
57
59
  try {
@@ -74,10 +76,11 @@ example().catch(console.error);
74
76
  | **addToBeginning** | `boolean` | | [Defaults to `false`] |
75
77
  | **clearOtherWaypoints** | `boolean` | | [Defaults to `false`] |
76
78
  | **destinationId** | `number` | | [Defaults to `undefined`] |
77
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
79
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
78
80
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
79
81
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
80
82
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
83
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
81
84
 
82
85
  ### Return type
83
86
 
@@ -104,7 +107,7 @@ example().catch(console.error);
104
107
 
105
108
  ## postUiOpenwindowContract
106
109
 
107
- > postUiOpenwindowContract(contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
110
+ > postUiOpenwindowContract(contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
108
111
 
109
112
  Open Contract Window
110
113
 
@@ -130,7 +133,7 @@ async function example() {
130
133
  const body = {
131
134
  // number
132
135
  contractId: 789,
133
- // '2020-01-01' | The compatibility date for the request.
136
+ // '2025-12-16' | The compatibility date for the request.
134
137
  xCompatibilityDate: 2013-10-20,
135
138
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
136
139
  acceptLanguage: acceptLanguage_example,
@@ -138,6 +141,8 @@ async function example() {
138
141
  ifNoneMatch: ifNoneMatch_example,
139
142
  // string | The tenant ID for the request. (optional)
140
143
  xTenant: ,
144
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
145
+ ifModifiedSince: ifModifiedSince_example,
141
146
  } satisfies PostUiOpenwindowContractRequest;
142
147
 
143
148
  try {
@@ -158,10 +163,11 @@ example().catch(console.error);
158
163
  | Name | Type | Description | Notes |
159
164
  |------------- | ------------- | ------------- | -------------|
160
165
  | **contractId** | `number` | | [Defaults to `undefined`] |
161
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
166
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
162
167
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
163
168
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
164
169
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
170
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
165
171
 
166
172
  ### Return type
167
173
 
@@ -188,7 +194,7 @@ example().catch(console.error);
188
194
 
189
195
  ## postUiOpenwindowInformation
190
196
 
191
- > postUiOpenwindowInformation(targetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
197
+ > postUiOpenwindowInformation(targetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
192
198
 
193
199
  Open Information Window
194
200
 
@@ -214,7 +220,7 @@ async function example() {
214
220
  const body = {
215
221
  // number
216
222
  targetId: 789,
217
- // '2020-01-01' | The compatibility date for the request.
223
+ // '2025-12-16' | The compatibility date for the request.
218
224
  xCompatibilityDate: 2013-10-20,
219
225
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
220
226
  acceptLanguage: acceptLanguage_example,
@@ -222,6 +228,8 @@ async function example() {
222
228
  ifNoneMatch: ifNoneMatch_example,
223
229
  // string | The tenant ID for the request. (optional)
224
230
  xTenant: ,
231
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
232
+ ifModifiedSince: ifModifiedSince_example,
225
233
  } satisfies PostUiOpenwindowInformationRequest;
226
234
 
227
235
  try {
@@ -242,10 +250,11 @@ example().catch(console.error);
242
250
  | Name | Type | Description | Notes |
243
251
  |------------- | ------------- | ------------- | -------------|
244
252
  | **targetId** | `number` | | [Defaults to `undefined`] |
245
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
253
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
246
254
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
247
255
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
248
256
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
257
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
249
258
 
250
259
  ### Return type
251
260
 
@@ -272,7 +281,7 @@ example().catch(console.error);
272
281
 
273
282
  ## postUiOpenwindowMarketdetails
274
283
 
275
- > postUiOpenwindowMarketdetails(typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
284
+ > postUiOpenwindowMarketdetails(typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
276
285
 
277
286
  Open Market Details
278
287
 
@@ -298,7 +307,7 @@ async function example() {
298
307
  const body = {
299
308
  // number
300
309
  typeId: 789,
301
- // '2020-01-01' | The compatibility date for the request.
310
+ // '2025-12-16' | The compatibility date for the request.
302
311
  xCompatibilityDate: 2013-10-20,
303
312
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
304
313
  acceptLanguage: acceptLanguage_example,
@@ -306,6 +315,8 @@ async function example() {
306
315
  ifNoneMatch: ifNoneMatch_example,
307
316
  // string | The tenant ID for the request. (optional)
308
317
  xTenant: ,
318
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
319
+ ifModifiedSince: ifModifiedSince_example,
309
320
  } satisfies PostUiOpenwindowMarketdetailsRequest;
310
321
 
311
322
  try {
@@ -326,10 +337,11 @@ example().catch(console.error);
326
337
  | Name | Type | Description | Notes |
327
338
  |------------- | ------------- | ------------- | -------------|
328
339
  | **typeId** | `number` | | [Defaults to `undefined`] |
329
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
340
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
330
341
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
331
342
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
332
343
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
344
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
333
345
 
334
346
  ### Return type
335
347
 
@@ -356,7 +368,7 @@ example().catch(console.error);
356
368
 
357
369
  ## postUiOpenwindowNewmail
358
370
 
359
- > postUiOpenwindowNewmail(xCompatibilityDate, postUiOpenwindowNewmailRequest, acceptLanguage, ifNoneMatch, xTenant)
371
+ > postUiOpenwindowNewmail(xCompatibilityDate, postUiOpenwindowNewmailRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
360
372
 
361
373
  Open New Mail Window
362
374
 
@@ -380,7 +392,7 @@ async function example() {
380
392
  const api = new UserInterfaceApi(config);
381
393
 
382
394
  const body = {
383
- // '2020-01-01' | The compatibility date for the request.
395
+ // '2025-12-16' | The compatibility date for the request.
384
396
  xCompatibilityDate: 2013-10-20,
385
397
  // PostUiOpenwindowNewmailRequest
386
398
  postUiOpenwindowNewmailRequest: ...,
@@ -390,6 +402,8 @@ async function example() {
390
402
  ifNoneMatch: ifNoneMatch_example,
391
403
  // string | The tenant ID for the request. (optional)
392
404
  xTenant: ,
405
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
406
+ ifModifiedSince: ifModifiedSince_example,
393
407
  } satisfies PostUiOpenwindowNewmailOperationRequest;
394
408
 
395
409
  try {
@@ -409,11 +423,12 @@ example().catch(console.error);
409
423
 
410
424
  | Name | Type | Description | Notes |
411
425
  |------------- | ------------- | ------------- | -------------|
412
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
426
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
413
427
  | **postUiOpenwindowNewmailRequest** | [PostUiOpenwindowNewmailRequest](PostUiOpenwindowNewmailRequest.md) | | |
414
428
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
415
429
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
416
430
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
431
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
417
432
 
418
433
  ### Return type
419
434
 
package/docs/WalletApi.md CHANGED
@@ -15,7 +15,7 @@ All URIs are relative to *https://esi.evetech.net*
15
15
 
16
16
  ## getCharactersCharacterIdWallet
17
17
 
18
- > number getCharactersCharacterIdWallet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
18
+ > number getCharactersCharacterIdWallet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
19
19
 
20
20
  Get a character\'s wallet balance
21
21
 
@@ -41,7 +41,7 @@ async function example() {
41
41
  const body = {
42
42
  // number | The ID of the character
43
43
  characterId: 789,
44
- // '2020-01-01' | The compatibility date for the request.
44
+ // '2025-12-16' | The compatibility date for the request.
45
45
  xCompatibilityDate: 2013-10-20,
46
46
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
47
47
  acceptLanguage: acceptLanguage_example,
@@ -49,6 +49,8 @@ async function example() {
49
49
  ifNoneMatch: ifNoneMatch_example,
50
50
  // string | The tenant ID for the request. (optional)
51
51
  xTenant: ,
52
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
53
+ ifModifiedSince: ifModifiedSince_example,
52
54
  } satisfies GetCharactersCharacterIdWalletRequest;
53
55
 
54
56
  try {
@@ -69,10 +71,11 @@ example().catch(console.error);
69
71
  | Name | Type | Description | Notes |
70
72
  |------------- | ------------- | ------------- | -------------|
71
73
  | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
72
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
74
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
73
75
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
74
76
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
75
77
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
78
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
76
79
 
77
80
  ### Return type
78
81
 
@@ -99,7 +102,7 @@ example().catch(console.error);
99
102
 
100
103
  ## getCharactersCharacterIdWalletJournal
101
104
 
102
- > Array<CharactersCharacterIdWalletJournalGetInner> getCharactersCharacterIdWalletJournal(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
105
+ > Array<CharactersCharacterIdWalletJournalGetInner> getCharactersCharacterIdWalletJournal(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
103
106
 
104
107
  Get character wallet journal
105
108
 
@@ -125,7 +128,7 @@ async function example() {
125
128
  const body = {
126
129
  // number | The ID of the character
127
130
  characterId: 789,
128
- // '2020-01-01' | The compatibility date for the request.
131
+ // '2025-12-16' | The compatibility date for the request.
129
132
  xCompatibilityDate: 2013-10-20,
130
133
  // number (optional)
131
134
  page: 56,
@@ -135,6 +138,8 @@ async function example() {
135
138
  ifNoneMatch: ifNoneMatch_example,
136
139
  // string | The tenant ID for the request. (optional)
137
140
  xTenant: ,
141
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
142
+ ifModifiedSince: ifModifiedSince_example,
138
143
  } satisfies GetCharactersCharacterIdWalletJournalRequest;
139
144
 
140
145
  try {
@@ -155,11 +160,12 @@ example().catch(console.error);
155
160
  | Name | Type | Description | Notes |
156
161
  |------------- | ------------- | ------------- | -------------|
157
162
  | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
158
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
163
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
159
164
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
160
165
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
161
166
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
162
167
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
168
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
163
169
 
164
170
  ### Return type
165
171
 
@@ -186,7 +192,7 @@ example().catch(console.error);
186
192
 
187
193
  ## getCharactersCharacterIdWalletTransactions
188
194
 
189
- > Array<CharactersCharacterIdWalletTransactionsGetInner> getCharactersCharacterIdWalletTransactions(characterId, xCompatibilityDate, fromId, acceptLanguage, ifNoneMatch, xTenant)
195
+ > Array<CharactersCharacterIdWalletTransactionsGetInner> getCharactersCharacterIdWalletTransactions(characterId, xCompatibilityDate, fromId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
190
196
 
191
197
  Get wallet transactions
192
198
 
@@ -212,7 +218,7 @@ async function example() {
212
218
  const body = {
213
219
  // number | The ID of the character
214
220
  characterId: 789,
215
- // '2020-01-01' | The compatibility date for the request.
221
+ // '2025-12-16' | The compatibility date for the request.
216
222
  xCompatibilityDate: 2013-10-20,
217
223
  // number (optional)
218
224
  fromId: 789,
@@ -222,6 +228,8 @@ async function example() {
222
228
  ifNoneMatch: ifNoneMatch_example,
223
229
  // string | The tenant ID for the request. (optional)
224
230
  xTenant: ,
231
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
232
+ ifModifiedSince: ifModifiedSince_example,
225
233
  } satisfies GetCharactersCharacterIdWalletTransactionsRequest;
226
234
 
227
235
  try {
@@ -242,11 +250,12 @@ example().catch(console.error);
242
250
  | Name | Type | Description | Notes |
243
251
  |------------- | ------------- | ------------- | -------------|
244
252
  | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
245
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
253
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
246
254
  | **fromId** | `number` | | [Optional] [Defaults to `undefined`] |
247
255
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
248
256
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
249
257
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
258
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
250
259
 
251
260
  ### Return type
252
261
 
@@ -273,7 +282,7 @@ example().catch(console.error);
273
282
 
274
283
  ## getCorporationsCorporationIdWallets
275
284
 
276
- > Array<CorporationsCorporationIdWalletsGetInner> getCorporationsCorporationIdWallets(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
285
+ > Array<CorporationsCorporationIdWalletsGetInner> getCorporationsCorporationIdWallets(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
277
286
 
278
287
  Returns a corporation\'s wallet balance
279
288
 
@@ -299,7 +308,7 @@ async function example() {
299
308
  const body = {
300
309
  // number | The ID of the corporation
301
310
  corporationId: 789,
302
- // '2020-01-01' | The compatibility date for the request.
311
+ // '2025-12-16' | The compatibility date for the request.
303
312
  xCompatibilityDate: 2013-10-20,
304
313
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
305
314
  acceptLanguage: acceptLanguage_example,
@@ -307,6 +316,8 @@ async function example() {
307
316
  ifNoneMatch: ifNoneMatch_example,
308
317
  // string | The tenant ID for the request. (optional)
309
318
  xTenant: ,
319
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
320
+ ifModifiedSince: ifModifiedSince_example,
310
321
  } satisfies GetCorporationsCorporationIdWalletsRequest;
311
322
 
312
323
  try {
@@ -327,10 +338,11 @@ example().catch(console.error);
327
338
  | Name | Type | Description | Notes |
328
339
  |------------- | ------------- | ------------- | -------------|
329
340
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
330
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
341
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
331
342
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
332
343
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
333
344
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
345
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
334
346
 
335
347
  ### Return type
336
348
 
@@ -357,7 +369,7 @@ example().catch(console.error);
357
369
 
358
370
  ## getCorporationsCorporationIdWalletsDivisionJournal
359
371
 
360
- > Array<CorporationsCorporationIdWalletsDivisionJournalGetInner> getCorporationsCorporationIdWalletsDivisionJournal(corporationId, division, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
372
+ > Array<CorporationsCorporationIdWalletsDivisionJournalGetInner> getCorporationsCorporationIdWalletsDivisionJournal(corporationId, division, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
361
373
 
362
374
  Get corporation wallet journal
363
375
 
@@ -385,7 +397,7 @@ async function example() {
385
397
  corporationId: 789,
386
398
  // number
387
399
  division: 789,
388
- // '2020-01-01' | The compatibility date for the request.
400
+ // '2025-12-16' | The compatibility date for the request.
389
401
  xCompatibilityDate: 2013-10-20,
390
402
  // number (optional)
391
403
  page: 56,
@@ -395,6 +407,8 @@ async function example() {
395
407
  ifNoneMatch: ifNoneMatch_example,
396
408
  // string | The tenant ID for the request. (optional)
397
409
  xTenant: ,
410
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
411
+ ifModifiedSince: ifModifiedSince_example,
398
412
  } satisfies GetCorporationsCorporationIdWalletsDivisionJournalRequest;
399
413
 
400
414
  try {
@@ -416,11 +430,12 @@ example().catch(console.error);
416
430
  |------------- | ------------- | ------------- | -------------|
417
431
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
418
432
  | **division** | `number` | | [Defaults to `undefined`] |
419
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
433
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
420
434
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
421
435
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
422
436
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
423
437
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
438
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
424
439
 
425
440
  ### Return type
426
441
 
@@ -447,7 +462,7 @@ example().catch(console.error);
447
462
 
448
463
  ## getCorporationsCorporationIdWalletsDivisionTransactions
449
464
 
450
- > Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner> getCorporationsCorporationIdWalletsDivisionTransactions(corporationId, division, xCompatibilityDate, fromId, acceptLanguage, ifNoneMatch, xTenant)
465
+ > Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner> getCorporationsCorporationIdWalletsDivisionTransactions(corporationId, division, xCompatibilityDate, fromId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
451
466
 
452
467
  Get corporation wallet transactions
453
468
 
@@ -475,7 +490,7 @@ async function example() {
475
490
  corporationId: 789,
476
491
  // number
477
492
  division: 789,
478
- // '2020-01-01' | The compatibility date for the request.
493
+ // '2025-12-16' | The compatibility date for the request.
479
494
  xCompatibilityDate: 2013-10-20,
480
495
  // number (optional)
481
496
  fromId: 789,
@@ -485,6 +500,8 @@ async function example() {
485
500
  ifNoneMatch: ifNoneMatch_example,
486
501
  // string | The tenant ID for the request. (optional)
487
502
  xTenant: ,
503
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
504
+ ifModifiedSince: ifModifiedSince_example,
488
505
  } satisfies GetCorporationsCorporationIdWalletsDivisionTransactionsRequest;
489
506
 
490
507
  try {
@@ -506,11 +523,12 @@ example().catch(console.error);
506
523
  |------------- | ------------- | ------------- | -------------|
507
524
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
508
525
  | **division** | `number` | | [Defaults to `undefined`] |
509
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
526
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
510
527
  | **fromId** | `number` | | [Optional] [Defaults to `undefined`] |
511
528
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
512
529
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
513
530
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
531
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
514
532
 
515
533
  ### Return type
516
534
 
package/docs/WarsApi.md CHANGED
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
12
12
 
13
13
  ## getWars
14
14
 
15
- > Array<number> getWars(xCompatibilityDate, maxWarId, acceptLanguage, ifNoneMatch, xTenant)
15
+ > Array<number> getWars(xCompatibilityDate, maxWarId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
16
16
 
17
17
  List wars
18
18
 
@@ -32,7 +32,7 @@ async function example() {
32
32
  const api = new WarsApi();
33
33
 
34
34
  const body = {
35
- // '2020-01-01' | The compatibility date for the request.
35
+ // '2025-12-16' | The compatibility date for the request.
36
36
  xCompatibilityDate: 2013-10-20,
37
37
  // number (optional)
38
38
  maxWarId: 789,
@@ -42,6 +42,8 @@ async function example() {
42
42
  ifNoneMatch: ifNoneMatch_example,
43
43
  // string | The tenant ID for the request. (optional)
44
44
  xTenant: ,
45
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
46
+ ifModifiedSince: ifModifiedSince_example,
45
47
  } satisfies GetWarsRequest;
46
48
 
47
49
  try {
@@ -61,11 +63,12 @@ example().catch(console.error);
61
63
 
62
64
  | Name | Type | Description | Notes |
63
65
  |------------- | ------------- | ------------- | -------------|
64
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
66
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
65
67
  | **maxWarId** | `number` | | [Optional] [Defaults to `undefined`] |
66
68
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
67
69
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
68
70
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
71
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
69
72
 
70
73
  ### Return type
71
74
 
@@ -92,7 +95,7 @@ No authorization required
92
95
 
93
96
  ## getWarsWarId
94
97
 
95
- > WarsWarIdGet getWarsWarId(warId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
98
+ > WarsWarIdGet getWarsWarId(warId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
96
99
 
97
100
  Get war information
98
101
 
@@ -114,7 +117,7 @@ async function example() {
114
117
  const body = {
115
118
  // number
116
119
  warId: 789,
117
- // '2020-01-01' | The compatibility date for the request.
120
+ // '2025-12-16' | The compatibility date for the request.
118
121
  xCompatibilityDate: 2013-10-20,
119
122
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
120
123
  acceptLanguage: acceptLanguage_example,
@@ -122,6 +125,8 @@ async function example() {
122
125
  ifNoneMatch: ifNoneMatch_example,
123
126
  // string | The tenant ID for the request. (optional)
124
127
  xTenant: ,
128
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
129
+ ifModifiedSince: ifModifiedSince_example,
125
130
  } satisfies GetWarsWarIdRequest;
126
131
 
127
132
  try {
@@ -142,10 +147,11 @@ example().catch(console.error);
142
147
  | Name | Type | Description | Notes |
143
148
  |------------- | ------------- | ------------- | -------------|
144
149
  | **warId** | `number` | | [Defaults to `undefined`] |
145
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
150
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
146
151
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
147
152
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
148
153
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
154
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
149
155
 
150
156
  ### Return type
151
157
 
@@ -172,7 +178,7 @@ No authorization required
172
178
 
173
179
  ## getWarsWarIdKillmails
174
180
 
175
- > Array<CharactersCharacterIdKillmailsRecentGetInner> getWarsWarIdKillmails(warId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
181
+ > Array<CharactersCharacterIdKillmailsRecentGetInner> getWarsWarIdKillmails(warId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
176
182
 
177
183
  List kills for a war
178
184
 
@@ -194,7 +200,7 @@ async function example() {
194
200
  const body = {
195
201
  // number
196
202
  warId: 789,
197
- // '2020-01-01' | The compatibility date for the request.
203
+ // '2025-12-16' | The compatibility date for the request.
198
204
  xCompatibilityDate: 2013-10-20,
199
205
  // number (optional)
200
206
  page: 56,
@@ -204,6 +210,8 @@ async function example() {
204
210
  ifNoneMatch: ifNoneMatch_example,
205
211
  // string | The tenant ID for the request. (optional)
206
212
  xTenant: ,
213
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
214
+ ifModifiedSince: ifModifiedSince_example,
207
215
  } satisfies GetWarsWarIdKillmailsRequest;
208
216
 
209
217
  try {
@@ -224,11 +232,12 @@ example().catch(console.error);
224
232
  | Name | Type | Description | Notes |
225
233
  |------------- | ------------- | ------------- | -------------|
226
234
  | **warId** | `number` | | [Defaults to `undefined`] |
227
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
235
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
228
236
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
229
237
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
230
238
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
231
239
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
240
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
232
241
 
233
242
  ### Return type
234
243
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esisl_genoa_client",
3
- "version": "0.1.1",
3
+ "version": "0.1.6",
4
4
  "description": "OpenAPI client for esisl_genoa_client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {