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
@@ -31,7 +31,7 @@ All URIs are relative to *https://esi.evetech.net*
31
31
 
32
32
  ## getCorporationsCorporationId
33
33
 
34
- > CorporationsCorporationIdGet getCorporationsCorporationId(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
34
+ > CorporationsCorporationIdGet getCorporationsCorporationId(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
35
35
 
36
36
  Get corporation information
37
37
 
@@ -53,7 +53,7 @@ async function example() {
53
53
  const body = {
54
54
  // number | The ID of the corporation
55
55
  corporationId: 789,
56
- // '2020-01-01' | The compatibility date for the request.
56
+ // '2025-12-16' | The compatibility date for the request.
57
57
  xCompatibilityDate: 2013-10-20,
58
58
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
59
59
  acceptLanguage: acceptLanguage_example,
@@ -61,6 +61,8 @@ async function example() {
61
61
  ifNoneMatch: ifNoneMatch_example,
62
62
  // string | The tenant ID for the request. (optional)
63
63
  xTenant: ,
64
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
65
+ ifModifiedSince: ifModifiedSince_example,
64
66
  } satisfies GetCorporationsCorporationIdRequest;
65
67
 
66
68
  try {
@@ -81,10 +83,11 @@ example().catch(console.error);
81
83
  | Name | Type | Description | Notes |
82
84
  |------------- | ------------- | ------------- | -------------|
83
85
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
84
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
86
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
85
87
  | **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] |
86
88
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
87
89
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
90
+ | **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`] |
88
91
 
89
92
  ### Return type
90
93
 
@@ -111,7 +114,7 @@ No authorization required
111
114
 
112
115
  ## getCorporationsCorporationIdAlliancehistory
113
116
 
114
- > Array<CorporationsCorporationIdAlliancehistoryGetInner> getCorporationsCorporationIdAlliancehistory(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
117
+ > Array<CorporationsCorporationIdAlliancehistoryGetInner> getCorporationsCorporationIdAlliancehistory(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
115
118
 
116
119
  Get alliance history
117
120
 
@@ -133,7 +136,7 @@ async function example() {
133
136
  const body = {
134
137
  // number | The ID of the corporation
135
138
  corporationId: 789,
136
- // '2020-01-01' | The compatibility date for the request.
139
+ // '2025-12-16' | The compatibility date for the request.
137
140
  xCompatibilityDate: 2013-10-20,
138
141
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
139
142
  acceptLanguage: acceptLanguage_example,
@@ -141,6 +144,8 @@ async function example() {
141
144
  ifNoneMatch: ifNoneMatch_example,
142
145
  // string | The tenant ID for the request. (optional)
143
146
  xTenant: ,
147
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
148
+ ifModifiedSince: ifModifiedSince_example,
144
149
  } satisfies GetCorporationsCorporationIdAlliancehistoryRequest;
145
150
 
146
151
  try {
@@ -161,10 +166,11 @@ example().catch(console.error);
161
166
  | Name | Type | Description | Notes |
162
167
  |------------- | ------------- | ------------- | -------------|
163
168
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
164
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
169
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
165
170
  | **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] |
166
171
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
167
172
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
173
+ | **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`] |
168
174
 
169
175
  ### Return type
170
176
 
@@ -191,7 +197,7 @@ No authorization required
191
197
 
192
198
  ## getCorporationsCorporationIdBlueprints
193
199
 
194
- > Array<CorporationsCorporationIdBlueprintsGetInner> getCorporationsCorporationIdBlueprints(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
200
+ > Array<CorporationsCorporationIdBlueprintsGetInner> getCorporationsCorporationIdBlueprints(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
195
201
 
196
202
  Get corporation blueprints
197
203
 
@@ -217,7 +223,7 @@ async function example() {
217
223
  const body = {
218
224
  // number | The ID of the corporation
219
225
  corporationId: 789,
220
- // '2020-01-01' | The compatibility date for the request.
226
+ // '2025-12-16' | The compatibility date for the request.
221
227
  xCompatibilityDate: 2013-10-20,
222
228
  // number (optional)
223
229
  page: 56,
@@ -227,6 +233,8 @@ async function example() {
227
233
  ifNoneMatch: ifNoneMatch_example,
228
234
  // string | The tenant ID for the request. (optional)
229
235
  xTenant: ,
236
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
237
+ ifModifiedSince: ifModifiedSince_example,
230
238
  } satisfies GetCorporationsCorporationIdBlueprintsRequest;
231
239
 
232
240
  try {
@@ -247,11 +255,12 @@ example().catch(console.error);
247
255
  | Name | Type | Description | Notes |
248
256
  |------------- | ------------- | ------------- | -------------|
249
257
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
250
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
258
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
251
259
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
252
260
  | **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] |
253
261
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
254
262
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
263
+ | **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`] |
255
264
 
256
265
  ### Return type
257
266
 
@@ -278,7 +287,7 @@ example().catch(console.error);
278
287
 
279
288
  ## getCorporationsCorporationIdContainersLogs
280
289
 
281
- > Array<CorporationsCorporationIdContainersLogsGetInner> getCorporationsCorporationIdContainersLogs(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
290
+ > Array<CorporationsCorporationIdContainersLogsGetInner> getCorporationsCorporationIdContainersLogs(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
282
291
 
283
292
  Get all corporation ALSC logs
284
293
 
@@ -304,7 +313,7 @@ async function example() {
304
313
  const body = {
305
314
  // number | The ID of the corporation
306
315
  corporationId: 789,
307
- // '2020-01-01' | The compatibility date for the request.
316
+ // '2025-12-16' | The compatibility date for the request.
308
317
  xCompatibilityDate: 2013-10-20,
309
318
  // number (optional)
310
319
  page: 56,
@@ -314,6 +323,8 @@ async function example() {
314
323
  ifNoneMatch: ifNoneMatch_example,
315
324
  // string | The tenant ID for the request. (optional)
316
325
  xTenant: ,
326
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
327
+ ifModifiedSince: ifModifiedSince_example,
317
328
  } satisfies GetCorporationsCorporationIdContainersLogsRequest;
318
329
 
319
330
  try {
@@ -334,11 +345,12 @@ example().catch(console.error);
334
345
  | Name | Type | Description | Notes |
335
346
  |------------- | ------------- | ------------- | -------------|
336
347
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
337
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
348
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
338
349
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
339
350
  | **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] |
340
351
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
341
352
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
353
+ | **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`] |
342
354
 
343
355
  ### Return type
344
356
 
@@ -365,7 +377,7 @@ example().catch(console.error);
365
377
 
366
378
  ## getCorporationsCorporationIdDivisions
367
379
 
368
- > CorporationsCorporationIdDivisionsGet getCorporationsCorporationIdDivisions(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
380
+ > CorporationsCorporationIdDivisionsGet getCorporationsCorporationIdDivisions(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
369
381
 
370
382
  Get corporation divisions
371
383
 
@@ -391,7 +403,7 @@ async function example() {
391
403
  const body = {
392
404
  // number | The ID of the corporation
393
405
  corporationId: 789,
394
- // '2020-01-01' | The compatibility date for the request.
406
+ // '2025-12-16' | The compatibility date for the request.
395
407
  xCompatibilityDate: 2013-10-20,
396
408
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
397
409
  acceptLanguage: acceptLanguage_example,
@@ -399,6 +411,8 @@ async function example() {
399
411
  ifNoneMatch: ifNoneMatch_example,
400
412
  // string | The tenant ID for the request. (optional)
401
413
  xTenant: ,
414
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
415
+ ifModifiedSince: ifModifiedSince_example,
402
416
  } satisfies GetCorporationsCorporationIdDivisionsRequest;
403
417
 
404
418
  try {
@@ -419,10 +433,11 @@ example().catch(console.error);
419
433
  | Name | Type | Description | Notes |
420
434
  |------------- | ------------- | ------------- | -------------|
421
435
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
422
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
436
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
423
437
  | **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] |
424
438
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
425
439
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
440
+ | **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`] |
426
441
 
427
442
  ### Return type
428
443
 
@@ -449,7 +464,7 @@ example().catch(console.error);
449
464
 
450
465
  ## getCorporationsCorporationIdFacilities
451
466
 
452
- > Array<CorporationsCorporationIdFacilitiesGetInner> getCorporationsCorporationIdFacilities(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
467
+ > Array<CorporationsCorporationIdFacilitiesGetInner> getCorporationsCorporationIdFacilities(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
453
468
 
454
469
  Get corporation facilities
455
470
 
@@ -475,7 +490,7 @@ async function example() {
475
490
  const body = {
476
491
  // number | The ID of the corporation
477
492
  corporationId: 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
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
481
496
  acceptLanguage: acceptLanguage_example,
@@ -483,6 +498,8 @@ async function example() {
483
498
  ifNoneMatch: ifNoneMatch_example,
484
499
  // string | The tenant ID for the request. (optional)
485
500
  xTenant: ,
501
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
502
+ ifModifiedSince: ifModifiedSince_example,
486
503
  } satisfies GetCorporationsCorporationIdFacilitiesRequest;
487
504
 
488
505
  try {
@@ -503,10 +520,11 @@ example().catch(console.error);
503
520
  | Name | Type | Description | Notes |
504
521
  |------------- | ------------- | ------------- | -------------|
505
522
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
506
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
523
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
507
524
  | **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] |
508
525
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
509
526
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
527
+ | **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`] |
510
528
 
511
529
  ### Return type
512
530
 
@@ -533,7 +551,7 @@ example().catch(console.error);
533
551
 
534
552
  ## getCorporationsCorporationIdIcons
535
553
 
536
- > CorporationsCorporationIdIconsGet getCorporationsCorporationIdIcons(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
554
+ > CorporationsCorporationIdIconsGet getCorporationsCorporationIdIcons(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
537
555
 
538
556
  Get corporation icon
539
557
 
@@ -555,7 +573,7 @@ async function example() {
555
573
  const body = {
556
574
  // number | The ID of the corporation
557
575
  corporationId: 789,
558
- // '2020-01-01' | The compatibility date for the request.
576
+ // '2025-12-16' | The compatibility date for the request.
559
577
  xCompatibilityDate: 2013-10-20,
560
578
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
561
579
  acceptLanguage: acceptLanguage_example,
@@ -563,6 +581,8 @@ async function example() {
563
581
  ifNoneMatch: ifNoneMatch_example,
564
582
  // string | The tenant ID for the request. (optional)
565
583
  xTenant: ,
584
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
585
+ ifModifiedSince: ifModifiedSince_example,
566
586
  } satisfies GetCorporationsCorporationIdIconsRequest;
567
587
 
568
588
  try {
@@ -583,10 +603,11 @@ example().catch(console.error);
583
603
  | Name | Type | Description | Notes |
584
604
  |------------- | ------------- | ------------- | -------------|
585
605
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
586
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
606
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
587
607
  | **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] |
588
608
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
589
609
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
610
+ | **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`] |
590
611
 
591
612
  ### Return type
592
613
 
@@ -613,7 +634,7 @@ No authorization required
613
634
 
614
635
  ## getCorporationsCorporationIdMedals
615
636
 
616
- > Array<CorporationsCorporationIdMedalsGetInner> getCorporationsCorporationIdMedals(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
637
+ > Array<CorporationsCorporationIdMedalsGetInner> getCorporationsCorporationIdMedals(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
617
638
 
618
639
  Get corporation medals
619
640
 
@@ -639,7 +660,7 @@ async function example() {
639
660
  const body = {
640
661
  // number | The ID of the corporation
641
662
  corporationId: 789,
642
- // '2020-01-01' | The compatibility date for the request.
663
+ // '2025-12-16' | The compatibility date for the request.
643
664
  xCompatibilityDate: 2013-10-20,
644
665
  // number (optional)
645
666
  page: 56,
@@ -649,6 +670,8 @@ async function example() {
649
670
  ifNoneMatch: ifNoneMatch_example,
650
671
  // string | The tenant ID for the request. (optional)
651
672
  xTenant: ,
673
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
674
+ ifModifiedSince: ifModifiedSince_example,
652
675
  } satisfies GetCorporationsCorporationIdMedalsRequest;
653
676
 
654
677
  try {
@@ -669,11 +692,12 @@ example().catch(console.error);
669
692
  | Name | Type | Description | Notes |
670
693
  |------------- | ------------- | ------------- | -------------|
671
694
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
672
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
695
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
673
696
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
674
697
  | **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] |
675
698
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
676
699
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
700
+ | **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`] |
677
701
 
678
702
  ### Return type
679
703
 
@@ -700,7 +724,7 @@ example().catch(console.error);
700
724
 
701
725
  ## getCorporationsCorporationIdMedalsIssued
702
726
 
703
- > Array<CorporationsCorporationIdMedalsIssuedGetInner> getCorporationsCorporationIdMedalsIssued(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
727
+ > Array<CorporationsCorporationIdMedalsIssuedGetInner> getCorporationsCorporationIdMedalsIssued(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
704
728
 
705
729
  Get corporation issued medals
706
730
 
@@ -726,7 +750,7 @@ async function example() {
726
750
  const body = {
727
751
  // number | The ID of the corporation
728
752
  corporationId: 789,
729
- // '2020-01-01' | The compatibility date for the request.
753
+ // '2025-12-16' | The compatibility date for the request.
730
754
  xCompatibilityDate: 2013-10-20,
731
755
  // number (optional)
732
756
  page: 56,
@@ -736,6 +760,8 @@ async function example() {
736
760
  ifNoneMatch: ifNoneMatch_example,
737
761
  // string | The tenant ID for the request. (optional)
738
762
  xTenant: ,
763
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
764
+ ifModifiedSince: ifModifiedSince_example,
739
765
  } satisfies GetCorporationsCorporationIdMedalsIssuedRequest;
740
766
 
741
767
  try {
@@ -756,11 +782,12 @@ example().catch(console.error);
756
782
  | Name | Type | Description | Notes |
757
783
  |------------- | ------------- | ------------- | -------------|
758
784
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
759
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
785
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
760
786
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
761
787
  | **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] |
762
788
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
763
789
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
790
+ | **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`] |
764
791
 
765
792
  ### Return type
766
793
 
@@ -787,7 +814,7 @@ example().catch(console.error);
787
814
 
788
815
  ## getCorporationsCorporationIdMembers
789
816
 
790
- > Array<number> getCorporationsCorporationIdMembers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
817
+ > Array<number> getCorporationsCorporationIdMembers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
791
818
 
792
819
  Get corporation members
793
820
 
@@ -813,7 +840,7 @@ async function example() {
813
840
  const body = {
814
841
  // number | The ID of the corporation
815
842
  corporationId: 789,
816
- // '2020-01-01' | The compatibility date for the request.
843
+ // '2025-12-16' | The compatibility date for the request.
817
844
  xCompatibilityDate: 2013-10-20,
818
845
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
819
846
  acceptLanguage: acceptLanguage_example,
@@ -821,6 +848,8 @@ async function example() {
821
848
  ifNoneMatch: ifNoneMatch_example,
822
849
  // string | The tenant ID for the request. (optional)
823
850
  xTenant: ,
851
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
852
+ ifModifiedSince: ifModifiedSince_example,
824
853
  } satisfies GetCorporationsCorporationIdMembersRequest;
825
854
 
826
855
  try {
@@ -841,10 +870,11 @@ example().catch(console.error);
841
870
  | Name | Type | Description | Notes |
842
871
  |------------- | ------------- | ------------- | -------------|
843
872
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
844
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
873
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
845
874
  | **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] |
846
875
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
847
876
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
877
+ | **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`] |
848
878
 
849
879
  ### Return type
850
880
 
@@ -871,7 +901,7 @@ example().catch(console.error);
871
901
 
872
902
  ## getCorporationsCorporationIdMembersLimit
873
903
 
874
- > number getCorporationsCorporationIdMembersLimit(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
904
+ > number getCorporationsCorporationIdMembersLimit(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
875
905
 
876
906
  Get corporation member limit
877
907
 
@@ -897,7 +927,7 @@ async function example() {
897
927
  const body = {
898
928
  // number | The ID of the corporation
899
929
  corporationId: 789,
900
- // '2020-01-01' | The compatibility date for the request.
930
+ // '2025-12-16' | The compatibility date for the request.
901
931
  xCompatibilityDate: 2013-10-20,
902
932
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
903
933
  acceptLanguage: acceptLanguage_example,
@@ -905,6 +935,8 @@ async function example() {
905
935
  ifNoneMatch: ifNoneMatch_example,
906
936
  // string | The tenant ID for the request. (optional)
907
937
  xTenant: ,
938
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
939
+ ifModifiedSince: ifModifiedSince_example,
908
940
  } satisfies GetCorporationsCorporationIdMembersLimitRequest;
909
941
 
910
942
  try {
@@ -925,10 +957,11 @@ example().catch(console.error);
925
957
  | Name | Type | Description | Notes |
926
958
  |------------- | ------------- | ------------- | -------------|
927
959
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
928
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
960
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
929
961
  | **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] |
930
962
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
931
963
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
964
+ | **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`] |
932
965
 
933
966
  ### Return type
934
967
 
@@ -955,7 +988,7 @@ example().catch(console.error);
955
988
 
956
989
  ## getCorporationsCorporationIdMembersTitles
957
990
 
958
- > Array<CorporationsCorporationIdMembersTitlesGetInner> getCorporationsCorporationIdMembersTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
991
+ > Array<CorporationsCorporationIdMembersTitlesGetInner> getCorporationsCorporationIdMembersTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
959
992
 
960
993
  Get corporation\'s members\' titles
961
994
 
@@ -981,7 +1014,7 @@ async function example() {
981
1014
  const body = {
982
1015
  // number | The ID of the corporation
983
1016
  corporationId: 789,
984
- // '2020-01-01' | The compatibility date for the request.
1017
+ // '2025-12-16' | The compatibility date for the request.
985
1018
  xCompatibilityDate: 2013-10-20,
986
1019
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
987
1020
  acceptLanguage: acceptLanguage_example,
@@ -989,6 +1022,8 @@ async function example() {
989
1022
  ifNoneMatch: ifNoneMatch_example,
990
1023
  // string | The tenant ID for the request. (optional)
991
1024
  xTenant: ,
1025
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1026
+ ifModifiedSince: ifModifiedSince_example,
992
1027
  } satisfies GetCorporationsCorporationIdMembersTitlesRequest;
993
1028
 
994
1029
  try {
@@ -1009,10 +1044,11 @@ example().catch(console.error);
1009
1044
  | Name | Type | Description | Notes |
1010
1045
  |------------- | ------------- | ------------- | -------------|
1011
1046
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1012
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1047
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1013
1048
  | **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] |
1014
1049
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1015
1050
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1051
+ | **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`] |
1016
1052
 
1017
1053
  ### Return type
1018
1054
 
@@ -1039,7 +1075,7 @@ example().catch(console.error);
1039
1075
 
1040
1076
  ## getCorporationsCorporationIdMembertracking
1041
1077
 
1042
- > Array<CorporationsCorporationIdMembertrackingGetInner> getCorporationsCorporationIdMembertracking(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1078
+ > Array<CorporationsCorporationIdMembertrackingGetInner> getCorporationsCorporationIdMembertracking(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1043
1079
 
1044
1080
  Track corporation members
1045
1081
 
@@ -1065,7 +1101,7 @@ async function example() {
1065
1101
  const body = {
1066
1102
  // number | The ID of the corporation
1067
1103
  corporationId: 789,
1068
- // '2020-01-01' | The compatibility date for the request.
1104
+ // '2025-12-16' | The compatibility date for the request.
1069
1105
  xCompatibilityDate: 2013-10-20,
1070
1106
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1071
1107
  acceptLanguage: acceptLanguage_example,
@@ -1073,6 +1109,8 @@ async function example() {
1073
1109
  ifNoneMatch: ifNoneMatch_example,
1074
1110
  // string | The tenant ID for the request. (optional)
1075
1111
  xTenant: ,
1112
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1113
+ ifModifiedSince: ifModifiedSince_example,
1076
1114
  } satisfies GetCorporationsCorporationIdMembertrackingRequest;
1077
1115
 
1078
1116
  try {
@@ -1093,10 +1131,11 @@ example().catch(console.error);
1093
1131
  | Name | Type | Description | Notes |
1094
1132
  |------------- | ------------- | ------------- | -------------|
1095
1133
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1096
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1134
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1097
1135
  | **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] |
1098
1136
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1099
1137
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1138
+ | **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`] |
1100
1139
 
1101
1140
  ### Return type
1102
1141
 
@@ -1123,7 +1162,7 @@ example().catch(console.error);
1123
1162
 
1124
1163
  ## getCorporationsCorporationIdRoles
1125
1164
 
1126
- > Array<CorporationsCorporationIdRolesGetInner> getCorporationsCorporationIdRoles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1165
+ > Array<CorporationsCorporationIdRolesGetInner> getCorporationsCorporationIdRoles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1127
1166
 
1128
1167
  Get corporation member roles
1129
1168
 
@@ -1149,7 +1188,7 @@ async function example() {
1149
1188
  const body = {
1150
1189
  // number | The ID of the corporation
1151
1190
  corporationId: 789,
1152
- // '2020-01-01' | The compatibility date for the request.
1191
+ // '2025-12-16' | The compatibility date for the request.
1153
1192
  xCompatibilityDate: 2013-10-20,
1154
1193
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1155
1194
  acceptLanguage: acceptLanguage_example,
@@ -1157,6 +1196,8 @@ async function example() {
1157
1196
  ifNoneMatch: ifNoneMatch_example,
1158
1197
  // string | The tenant ID for the request. (optional)
1159
1198
  xTenant: ,
1199
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1200
+ ifModifiedSince: ifModifiedSince_example,
1160
1201
  } satisfies GetCorporationsCorporationIdRolesRequest;
1161
1202
 
1162
1203
  try {
@@ -1177,10 +1218,11 @@ example().catch(console.error);
1177
1218
  | Name | Type | Description | Notes |
1178
1219
  |------------- | ------------- | ------------- | -------------|
1179
1220
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1180
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1221
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1181
1222
  | **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] |
1182
1223
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1183
1224
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1225
+ | **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`] |
1184
1226
 
1185
1227
  ### Return type
1186
1228
 
@@ -1207,7 +1249,7 @@ example().catch(console.error);
1207
1249
 
1208
1250
  ## getCorporationsCorporationIdRolesHistory
1209
1251
 
1210
- > Array<CorporationsCorporationIdRolesHistoryGetInner> getCorporationsCorporationIdRolesHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1252
+ > Array<CorporationsCorporationIdRolesHistoryGetInner> getCorporationsCorporationIdRolesHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1211
1253
 
1212
1254
  Get corporation member roles history
1213
1255
 
@@ -1233,7 +1275,7 @@ async function example() {
1233
1275
  const body = {
1234
1276
  // number | The ID of the corporation
1235
1277
  corporationId: 789,
1236
- // '2020-01-01' | The compatibility date for the request.
1278
+ // '2025-12-16' | The compatibility date for the request.
1237
1279
  xCompatibilityDate: 2013-10-20,
1238
1280
  // number (optional)
1239
1281
  page: 56,
@@ -1243,6 +1285,8 @@ async function example() {
1243
1285
  ifNoneMatch: ifNoneMatch_example,
1244
1286
  // string | The tenant ID for the request. (optional)
1245
1287
  xTenant: ,
1288
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1289
+ ifModifiedSince: ifModifiedSince_example,
1246
1290
  } satisfies GetCorporationsCorporationIdRolesHistoryRequest;
1247
1291
 
1248
1292
  try {
@@ -1263,11 +1307,12 @@ example().catch(console.error);
1263
1307
  | Name | Type | Description | Notes |
1264
1308
  |------------- | ------------- | ------------- | -------------|
1265
1309
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1266
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1310
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1267
1311
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
1268
1312
  | **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] |
1269
1313
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1270
1314
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1315
+ | **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`] |
1271
1316
 
1272
1317
  ### Return type
1273
1318
 
@@ -1294,7 +1339,7 @@ example().catch(console.error);
1294
1339
 
1295
1340
  ## getCorporationsCorporationIdShareholders
1296
1341
 
1297
- > Array<CorporationsCorporationIdShareholdersGetInner> getCorporationsCorporationIdShareholders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1342
+ > Array<CorporationsCorporationIdShareholdersGetInner> getCorporationsCorporationIdShareholders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1298
1343
 
1299
1344
  Get corporation shareholders
1300
1345
 
@@ -1320,7 +1365,7 @@ async function example() {
1320
1365
  const body = {
1321
1366
  // number | The ID of the corporation
1322
1367
  corporationId: 789,
1323
- // '2020-01-01' | The compatibility date for the request.
1368
+ // '2025-12-16' | The compatibility date for the request.
1324
1369
  xCompatibilityDate: 2013-10-20,
1325
1370
  // number (optional)
1326
1371
  page: 56,
@@ -1330,6 +1375,8 @@ async function example() {
1330
1375
  ifNoneMatch: ifNoneMatch_example,
1331
1376
  // string | The tenant ID for the request. (optional)
1332
1377
  xTenant: ,
1378
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1379
+ ifModifiedSince: ifModifiedSince_example,
1333
1380
  } satisfies GetCorporationsCorporationIdShareholdersRequest;
1334
1381
 
1335
1382
  try {
@@ -1350,11 +1397,12 @@ example().catch(console.error);
1350
1397
  | Name | Type | Description | Notes |
1351
1398
  |------------- | ------------- | ------------- | -------------|
1352
1399
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1353
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1400
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1354
1401
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
1355
1402
  | **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] |
1356
1403
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1357
1404
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1405
+ | **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`] |
1358
1406
 
1359
1407
  ### Return type
1360
1408
 
@@ -1381,7 +1429,7 @@ example().catch(console.error);
1381
1429
 
1382
1430
  ## getCorporationsCorporationIdStandings
1383
1431
 
1384
- > Array<CharactersCharacterIdStandingsGetInner> getCorporationsCorporationIdStandings(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1432
+ > Array<CharactersCharacterIdStandingsGetInner> getCorporationsCorporationIdStandings(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1385
1433
 
1386
1434
  Get corporation standings
1387
1435
 
@@ -1407,7 +1455,7 @@ async function example() {
1407
1455
  const body = {
1408
1456
  // number | The ID of the corporation
1409
1457
  corporationId: 789,
1410
- // '2020-01-01' | The compatibility date for the request.
1458
+ // '2025-12-16' | The compatibility date for the request.
1411
1459
  xCompatibilityDate: 2013-10-20,
1412
1460
  // number (optional)
1413
1461
  page: 56,
@@ -1417,6 +1465,8 @@ async function example() {
1417
1465
  ifNoneMatch: ifNoneMatch_example,
1418
1466
  // string | The tenant ID for the request. (optional)
1419
1467
  xTenant: ,
1468
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1469
+ ifModifiedSince: ifModifiedSince_example,
1420
1470
  } satisfies GetCorporationsCorporationIdStandingsRequest;
1421
1471
 
1422
1472
  try {
@@ -1437,11 +1487,12 @@ example().catch(console.error);
1437
1487
  | Name | Type | Description | Notes |
1438
1488
  |------------- | ------------- | ------------- | -------------|
1439
1489
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1440
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1490
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1441
1491
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
1442
1492
  | **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] |
1443
1493
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1444
1494
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1495
+ | **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`] |
1445
1496
 
1446
1497
  ### Return type
1447
1498
 
@@ -1468,7 +1519,7 @@ example().catch(console.error);
1468
1519
 
1469
1520
  ## getCorporationsCorporationIdStarbases
1470
1521
 
1471
- > Array<CorporationsCorporationIdStarbasesGetInner> getCorporationsCorporationIdStarbases(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1522
+ > Array<CorporationsCorporationIdStarbasesGetInner> getCorporationsCorporationIdStarbases(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1472
1523
 
1473
1524
  Get corporation starbases (POSes)
1474
1525
 
@@ -1494,7 +1545,7 @@ async function example() {
1494
1545
  const body = {
1495
1546
  // number | The ID of the corporation
1496
1547
  corporationId: 789,
1497
- // '2020-01-01' | The compatibility date for the request.
1548
+ // '2025-12-16' | The compatibility date for the request.
1498
1549
  xCompatibilityDate: 2013-10-20,
1499
1550
  // number (optional)
1500
1551
  page: 56,
@@ -1504,6 +1555,8 @@ async function example() {
1504
1555
  ifNoneMatch: ifNoneMatch_example,
1505
1556
  // string | The tenant ID for the request. (optional)
1506
1557
  xTenant: ,
1558
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1559
+ ifModifiedSince: ifModifiedSince_example,
1507
1560
  } satisfies GetCorporationsCorporationIdStarbasesRequest;
1508
1561
 
1509
1562
  try {
@@ -1524,11 +1577,12 @@ example().catch(console.error);
1524
1577
  | Name | Type | Description | Notes |
1525
1578
  |------------- | ------------- | ------------- | -------------|
1526
1579
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1527
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1580
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1528
1581
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
1529
1582
  | **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] |
1530
1583
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1531
1584
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1585
+ | **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`] |
1532
1586
 
1533
1587
  ### Return type
1534
1588
 
@@ -1555,7 +1609,7 @@ example().catch(console.error);
1555
1609
 
1556
1610
  ## getCorporationsCorporationIdStarbasesStarbaseId
1557
1611
 
1558
- > CorporationsCorporationIdStarbasesStarbaseIdGet getCorporationsCorporationIdStarbasesStarbaseId(corporationId, starbaseId, systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1612
+ > CorporationsCorporationIdStarbasesStarbaseIdGet getCorporationsCorporationIdStarbasesStarbaseId(corporationId, starbaseId, systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1559
1613
 
1560
1614
  Get starbase (POS) detail
1561
1615
 
@@ -1585,7 +1639,7 @@ async function example() {
1585
1639
  starbaseId: 789,
1586
1640
  // number
1587
1641
  systemId: 789,
1588
- // '2020-01-01' | The compatibility date for the request.
1642
+ // '2025-12-16' | The compatibility date for the request.
1589
1643
  xCompatibilityDate: 2013-10-20,
1590
1644
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1591
1645
  acceptLanguage: acceptLanguage_example,
@@ -1593,6 +1647,8 @@ async function example() {
1593
1647
  ifNoneMatch: ifNoneMatch_example,
1594
1648
  // string | The tenant ID for the request. (optional)
1595
1649
  xTenant: ,
1650
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1651
+ ifModifiedSince: ifModifiedSince_example,
1596
1652
  } satisfies GetCorporationsCorporationIdStarbasesStarbaseIdRequest;
1597
1653
 
1598
1654
  try {
@@ -1615,10 +1671,11 @@ example().catch(console.error);
1615
1671
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1616
1672
  | **starbaseId** | `number` | | [Defaults to `undefined`] |
1617
1673
  | **systemId** | `number` | | [Defaults to `undefined`] |
1618
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1674
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1619
1675
  | **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] |
1620
1676
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1621
1677
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1678
+ | **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`] |
1622
1679
 
1623
1680
  ### Return type
1624
1681
 
@@ -1645,7 +1702,7 @@ example().catch(console.error);
1645
1702
 
1646
1703
  ## getCorporationsCorporationIdStructures
1647
1704
 
1648
- > Array<CorporationsCorporationIdStructuresGetInner> getCorporationsCorporationIdStructures(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1705
+ > Array<CorporationsCorporationIdStructuresGetInner> getCorporationsCorporationIdStructures(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1649
1706
 
1650
1707
  Get corporation structures
1651
1708
 
@@ -1671,7 +1728,7 @@ async function example() {
1671
1728
  const body = {
1672
1729
  // number | The ID of the corporation
1673
1730
  corporationId: 789,
1674
- // '2020-01-01' | The compatibility date for the request.
1731
+ // '2025-12-16' | The compatibility date for the request.
1675
1732
  xCompatibilityDate: 2013-10-20,
1676
1733
  // number (optional)
1677
1734
  page: 56,
@@ -1681,6 +1738,8 @@ async function example() {
1681
1738
  ifNoneMatch: ifNoneMatch_example,
1682
1739
  // string | The tenant ID for the request. (optional)
1683
1740
  xTenant: ,
1741
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1742
+ ifModifiedSince: ifModifiedSince_example,
1684
1743
  } satisfies GetCorporationsCorporationIdStructuresRequest;
1685
1744
 
1686
1745
  try {
@@ -1701,11 +1760,12 @@ example().catch(console.error);
1701
1760
  | Name | Type | Description | Notes |
1702
1761
  |------------- | ------------- | ------------- | -------------|
1703
1762
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1704
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1763
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1705
1764
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
1706
1765
  | **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] |
1707
1766
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1708
1767
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1768
+ | **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`] |
1709
1769
 
1710
1770
  ### Return type
1711
1771
 
@@ -1732,7 +1792,7 @@ example().catch(console.error);
1732
1792
 
1733
1793
  ## getCorporationsCorporationIdTitles
1734
1794
 
1735
- > Array<CorporationsCorporationIdTitlesGetInner> getCorporationsCorporationIdTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1795
+ > Array<CorporationsCorporationIdTitlesGetInner> getCorporationsCorporationIdTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1736
1796
 
1737
1797
  Get corporation titles
1738
1798
 
@@ -1758,7 +1818,7 @@ async function example() {
1758
1818
  const body = {
1759
1819
  // number | The ID of the corporation
1760
1820
  corporationId: 789,
1761
- // '2020-01-01' | The compatibility date for the request.
1821
+ // '2025-12-16' | The compatibility date for the request.
1762
1822
  xCompatibilityDate: 2013-10-20,
1763
1823
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1764
1824
  acceptLanguage: acceptLanguage_example,
@@ -1766,6 +1826,8 @@ async function example() {
1766
1826
  ifNoneMatch: ifNoneMatch_example,
1767
1827
  // string | The tenant ID for the request. (optional)
1768
1828
  xTenant: ,
1829
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1830
+ ifModifiedSince: ifModifiedSince_example,
1769
1831
  } satisfies GetCorporationsCorporationIdTitlesRequest;
1770
1832
 
1771
1833
  try {
@@ -1786,10 +1848,11 @@ example().catch(console.error);
1786
1848
  | Name | Type | Description | Notes |
1787
1849
  |------------- | ------------- | ------------- | -------------|
1788
1850
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
1789
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1851
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1790
1852
  | **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] |
1791
1853
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1792
1854
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1855
+ | **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`] |
1793
1856
 
1794
1857
  ### Return type
1795
1858
 
@@ -1816,7 +1879,7 @@ example().catch(console.error);
1816
1879
 
1817
1880
  ## getCorporationsNpccorps
1818
1881
 
1819
- > Array<number> getCorporationsNpccorps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1882
+ > Array<number> getCorporationsNpccorps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1820
1883
 
1821
1884
  Get npc corporations
1822
1885
 
@@ -1836,7 +1899,7 @@ async function example() {
1836
1899
  const api = new CorporationApi();
1837
1900
 
1838
1901
  const body = {
1839
- // '2020-01-01' | The compatibility date for the request.
1902
+ // '2025-12-16' | The compatibility date for the request.
1840
1903
  xCompatibilityDate: 2013-10-20,
1841
1904
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1842
1905
  acceptLanguage: acceptLanguage_example,
@@ -1844,6 +1907,8 @@ async function example() {
1844
1907
  ifNoneMatch: ifNoneMatch_example,
1845
1908
  // string | The tenant ID for the request. (optional)
1846
1909
  xTenant: ,
1910
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1911
+ ifModifiedSince: ifModifiedSince_example,
1847
1912
  } satisfies GetCorporationsNpccorpsRequest;
1848
1913
 
1849
1914
  try {
@@ -1863,10 +1928,11 @@ example().catch(console.error);
1863
1928
 
1864
1929
  | Name | Type | Description | Notes |
1865
1930
  |------------- | ------------- | ------------- | -------------|
1866
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1931
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1867
1932
  | **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] |
1868
1933
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1869
1934
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1935
+ | **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`] |
1870
1936
 
1871
1937
  ### Return type
1872
1938