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
@@ -39,7 +39,7 @@ All URIs are relative to *https://esi.evetech.net*
39
39
 
40
40
  ## getUniverseAncestries
41
41
 
42
- > Array<UniverseAncestriesGetInner> getUniverseAncestries(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
42
+ > Array<UniverseAncestriesGetInner> getUniverseAncestries(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
43
43
 
44
44
  Get ancestries
45
45
 
@@ -59,7 +59,7 @@ async function example() {
59
59
  const api = new UniverseApi();
60
60
 
61
61
  const body = {
62
- // '2020-01-01' | The compatibility date for the request.
62
+ // '2025-12-16' | The compatibility date for the request.
63
63
  xCompatibilityDate: 2013-10-20,
64
64
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
65
65
  acceptLanguage: acceptLanguage_example,
@@ -67,6 +67,8 @@ async function example() {
67
67
  ifNoneMatch: ifNoneMatch_example,
68
68
  // string | The tenant ID for the request. (optional)
69
69
  xTenant: ,
70
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
71
+ ifModifiedSince: ifModifiedSince_example,
70
72
  } satisfies GetUniverseAncestriesRequest;
71
73
 
72
74
  try {
@@ -86,10 +88,11 @@ example().catch(console.error);
86
88
 
87
89
  | Name | Type | Description | Notes |
88
90
  |------------- | ------------- | ------------- | -------------|
89
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
91
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
90
92
  | **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] |
91
93
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
92
94
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
95
+ | **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`] |
93
96
 
94
97
  ### Return type
95
98
 
@@ -116,7 +119,7 @@ No authorization required
116
119
 
117
120
  ## getUniverseAsteroidBeltsAsteroidBeltId
118
121
 
119
- > UniverseAsteroidBeltsAsteroidBeltIdGet getUniverseAsteroidBeltsAsteroidBeltId(asteroidBeltId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
122
+ > UniverseAsteroidBeltsAsteroidBeltIdGet getUniverseAsteroidBeltsAsteroidBeltId(asteroidBeltId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
120
123
 
121
124
  Get asteroid belt information
122
125
 
@@ -138,7 +141,7 @@ async function example() {
138
141
  const body = {
139
142
  // number
140
143
  asteroidBeltId: 789,
141
- // '2020-01-01' | The compatibility date for the request.
144
+ // '2025-12-16' | The compatibility date for the request.
142
145
  xCompatibilityDate: 2013-10-20,
143
146
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
144
147
  acceptLanguage: acceptLanguage_example,
@@ -146,6 +149,8 @@ async function example() {
146
149
  ifNoneMatch: ifNoneMatch_example,
147
150
  // string | The tenant ID for the request. (optional)
148
151
  xTenant: ,
152
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
153
+ ifModifiedSince: ifModifiedSince_example,
149
154
  } satisfies GetUniverseAsteroidBeltsAsteroidBeltIdRequest;
150
155
 
151
156
  try {
@@ -166,10 +171,11 @@ example().catch(console.error);
166
171
  | Name | Type | Description | Notes |
167
172
  |------------- | ------------- | ------------- | -------------|
168
173
  | **asteroidBeltId** | `number` | | [Defaults to `undefined`] |
169
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
174
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
170
175
  | **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] |
171
176
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
172
177
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
178
+ | **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`] |
173
179
 
174
180
  ### Return type
175
181
 
@@ -196,7 +202,7 @@ No authorization required
196
202
 
197
203
  ## getUniverseBloodlines
198
204
 
199
- > Array<UniverseBloodlinesGetInner> getUniverseBloodlines(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
205
+ > Array<UniverseBloodlinesGetInner> getUniverseBloodlines(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
200
206
 
201
207
  Get bloodlines
202
208
 
@@ -216,7 +222,7 @@ async function example() {
216
222
  const api = new UniverseApi();
217
223
 
218
224
  const body = {
219
- // '2020-01-01' | The compatibility date for the request.
225
+ // '2025-12-16' | The compatibility date for the request.
220
226
  xCompatibilityDate: 2013-10-20,
221
227
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
222
228
  acceptLanguage: acceptLanguage_example,
@@ -224,6 +230,8 @@ async function example() {
224
230
  ifNoneMatch: ifNoneMatch_example,
225
231
  // string | The tenant ID for the request. (optional)
226
232
  xTenant: ,
233
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
234
+ ifModifiedSince: ifModifiedSince_example,
227
235
  } satisfies GetUniverseBloodlinesRequest;
228
236
 
229
237
  try {
@@ -243,10 +251,11 @@ example().catch(console.error);
243
251
 
244
252
  | Name | Type | Description | Notes |
245
253
  |------------- | ------------- | ------------- | -------------|
246
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
254
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
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 @@ No authorization required
273
282
 
274
283
  ## getUniverseCategories
275
284
 
276
- > Array<number> getUniverseCategories(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
285
+ > Array<number> getUniverseCategories(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
277
286
 
278
287
  Get item categories
279
288
 
@@ -293,7 +302,7 @@ async function example() {
293
302
  const api = new UniverseApi();
294
303
 
295
304
  const body = {
296
- // '2020-01-01' | The compatibility date for the request.
305
+ // '2025-12-16' | The compatibility date for the request.
297
306
  xCompatibilityDate: 2013-10-20,
298
307
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
299
308
  acceptLanguage: acceptLanguage_example,
@@ -301,6 +310,8 @@ async function example() {
301
310
  ifNoneMatch: ifNoneMatch_example,
302
311
  // string | The tenant ID for the request. (optional)
303
312
  xTenant: ,
313
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
314
+ ifModifiedSince: ifModifiedSince_example,
304
315
  } satisfies GetUniverseCategoriesRequest;
305
316
 
306
317
  try {
@@ -320,10 +331,11 @@ example().catch(console.error);
320
331
 
321
332
  | Name | Type | Description | Notes |
322
333
  |------------- | ------------- | ------------- | -------------|
323
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
334
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
324
335
  | **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] |
325
336
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
326
337
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
338
+ | **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`] |
327
339
 
328
340
  ### Return type
329
341
 
@@ -350,7 +362,7 @@ No authorization required
350
362
 
351
363
  ## getUniverseCategoriesCategoryId
352
364
 
353
- > UniverseCategoriesCategoryIdGet getUniverseCategoriesCategoryId(categoryId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
365
+ > UniverseCategoriesCategoryIdGet getUniverseCategoriesCategoryId(categoryId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
354
366
 
355
367
  Get item category information
356
368
 
@@ -372,7 +384,7 @@ async function example() {
372
384
  const body = {
373
385
  // number
374
386
  categoryId: 789,
375
- // '2020-01-01' | The compatibility date for the request.
387
+ // '2025-12-16' | The compatibility date for the request.
376
388
  xCompatibilityDate: 2013-10-20,
377
389
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
378
390
  acceptLanguage: acceptLanguage_example,
@@ -380,6 +392,8 @@ async function example() {
380
392
  ifNoneMatch: ifNoneMatch_example,
381
393
  // string | The tenant ID for the request. (optional)
382
394
  xTenant: ,
395
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
396
+ ifModifiedSince: ifModifiedSince_example,
383
397
  } satisfies GetUniverseCategoriesCategoryIdRequest;
384
398
 
385
399
  try {
@@ -400,10 +414,11 @@ example().catch(console.error);
400
414
  | Name | Type | Description | Notes |
401
415
  |------------- | ------------- | ------------- | -------------|
402
416
  | **categoryId** | `number` | | [Defaults to `undefined`] |
403
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
417
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
404
418
  | **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] |
405
419
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
406
420
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
421
+ | **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`] |
407
422
 
408
423
  ### Return type
409
424
 
@@ -430,7 +445,7 @@ No authorization required
430
445
 
431
446
  ## getUniverseConstellations
432
447
 
433
- > Array<number> getUniverseConstellations(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
448
+ > Array<number> getUniverseConstellations(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
434
449
 
435
450
  Get constellations
436
451
 
@@ -450,7 +465,7 @@ async function example() {
450
465
  const api = new UniverseApi();
451
466
 
452
467
  const body = {
453
- // '2020-01-01' | The compatibility date for the request.
468
+ // '2025-12-16' | The compatibility date for the request.
454
469
  xCompatibilityDate: 2013-10-20,
455
470
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
456
471
  acceptLanguage: acceptLanguage_example,
@@ -458,6 +473,8 @@ async function example() {
458
473
  ifNoneMatch: ifNoneMatch_example,
459
474
  // string | The tenant ID for the request. (optional)
460
475
  xTenant: ,
476
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
477
+ ifModifiedSince: ifModifiedSince_example,
461
478
  } satisfies GetUniverseConstellationsRequest;
462
479
 
463
480
  try {
@@ -477,10 +494,11 @@ example().catch(console.error);
477
494
 
478
495
  | Name | Type | Description | Notes |
479
496
  |------------- | ------------- | ------------- | -------------|
480
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
497
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
481
498
  | **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] |
482
499
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
483
500
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
501
+ | **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`] |
484
502
 
485
503
  ### Return type
486
504
 
@@ -507,7 +525,7 @@ No authorization required
507
525
 
508
526
  ## getUniverseConstellationsConstellationId
509
527
 
510
- > UniverseConstellationsConstellationIdGet getUniverseConstellationsConstellationId(constellationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
528
+ > UniverseConstellationsConstellationIdGet getUniverseConstellationsConstellationId(constellationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
511
529
 
512
530
  Get constellation information
513
531
 
@@ -529,7 +547,7 @@ async function example() {
529
547
  const body = {
530
548
  // number
531
549
  constellationId: 789,
532
- // '2020-01-01' | The compatibility date for the request.
550
+ // '2025-12-16' | The compatibility date for the request.
533
551
  xCompatibilityDate: 2013-10-20,
534
552
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
535
553
  acceptLanguage: acceptLanguage_example,
@@ -537,6 +555,8 @@ async function example() {
537
555
  ifNoneMatch: ifNoneMatch_example,
538
556
  // string | The tenant ID for the request. (optional)
539
557
  xTenant: ,
558
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
559
+ ifModifiedSince: ifModifiedSince_example,
540
560
  } satisfies GetUniverseConstellationsConstellationIdRequest;
541
561
 
542
562
  try {
@@ -557,10 +577,11 @@ example().catch(console.error);
557
577
  | Name | Type | Description | Notes |
558
578
  |------------- | ------------- | ------------- | -------------|
559
579
  | **constellationId** | `number` | | [Defaults to `undefined`] |
560
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
580
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
561
581
  | **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] |
562
582
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
563
583
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
584
+ | **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`] |
564
585
 
565
586
  ### Return type
566
587
 
@@ -587,7 +608,7 @@ No authorization required
587
608
 
588
609
  ## getUniverseFactions
589
610
 
590
- > Array<UniverseFactionsGetInner> getUniverseFactions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
611
+ > Array<UniverseFactionsGetInner> getUniverseFactions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
591
612
 
592
613
  Get factions
593
614
 
@@ -607,7 +628,7 @@ async function example() {
607
628
  const api = new UniverseApi();
608
629
 
609
630
  const body = {
610
- // '2020-01-01' | The compatibility date for the request.
631
+ // '2025-12-16' | The compatibility date for the request.
611
632
  xCompatibilityDate: 2013-10-20,
612
633
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
613
634
  acceptLanguage: acceptLanguage_example,
@@ -615,6 +636,8 @@ async function example() {
615
636
  ifNoneMatch: ifNoneMatch_example,
616
637
  // string | The tenant ID for the request. (optional)
617
638
  xTenant: ,
639
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
640
+ ifModifiedSince: ifModifiedSince_example,
618
641
  } satisfies GetUniverseFactionsRequest;
619
642
 
620
643
  try {
@@ -634,10 +657,11 @@ example().catch(console.error);
634
657
 
635
658
  | Name | Type | Description | Notes |
636
659
  |------------- | ------------- | ------------- | -------------|
637
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
660
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
638
661
  | **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] |
639
662
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
640
663
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
664
+ | **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`] |
641
665
 
642
666
  ### Return type
643
667
 
@@ -664,7 +688,7 @@ No authorization required
664
688
 
665
689
  ## getUniverseGraphics
666
690
 
667
- > Array<number> getUniverseGraphics(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
691
+ > Array<number> getUniverseGraphics(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
668
692
 
669
693
  Get graphics
670
694
 
@@ -684,7 +708,7 @@ async function example() {
684
708
  const api = new UniverseApi();
685
709
 
686
710
  const body = {
687
- // '2020-01-01' | The compatibility date for the request.
711
+ // '2025-12-16' | The compatibility date for the request.
688
712
  xCompatibilityDate: 2013-10-20,
689
713
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
690
714
  acceptLanguage: acceptLanguage_example,
@@ -692,6 +716,8 @@ async function example() {
692
716
  ifNoneMatch: ifNoneMatch_example,
693
717
  // string | The tenant ID for the request. (optional)
694
718
  xTenant: ,
719
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
720
+ ifModifiedSince: ifModifiedSince_example,
695
721
  } satisfies GetUniverseGraphicsRequest;
696
722
 
697
723
  try {
@@ -711,10 +737,11 @@ example().catch(console.error);
711
737
 
712
738
  | Name | Type | Description | Notes |
713
739
  |------------- | ------------- | ------------- | -------------|
714
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
740
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
715
741
  | **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] |
716
742
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
717
743
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
744
+ | **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`] |
718
745
 
719
746
  ### Return type
720
747
 
@@ -741,7 +768,7 @@ No authorization required
741
768
 
742
769
  ## getUniverseGraphicsGraphicId
743
770
 
744
- > UniverseGraphicsGraphicIdGet getUniverseGraphicsGraphicId(graphicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
771
+ > UniverseGraphicsGraphicIdGet getUniverseGraphicsGraphicId(graphicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
745
772
 
746
773
  Get graphic information
747
774
 
@@ -763,7 +790,7 @@ async function example() {
763
790
  const body = {
764
791
  // number
765
792
  graphicId: 789,
766
- // '2020-01-01' | The compatibility date for the request.
793
+ // '2025-12-16' | The compatibility date for the request.
767
794
  xCompatibilityDate: 2013-10-20,
768
795
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
769
796
  acceptLanguage: acceptLanguage_example,
@@ -771,6 +798,8 @@ async function example() {
771
798
  ifNoneMatch: ifNoneMatch_example,
772
799
  // string | The tenant ID for the request. (optional)
773
800
  xTenant: ,
801
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
802
+ ifModifiedSince: ifModifiedSince_example,
774
803
  } satisfies GetUniverseGraphicsGraphicIdRequest;
775
804
 
776
805
  try {
@@ -791,10 +820,11 @@ example().catch(console.error);
791
820
  | Name | Type | Description | Notes |
792
821
  |------------- | ------------- | ------------- | -------------|
793
822
  | **graphicId** | `number` | | [Defaults to `undefined`] |
794
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
823
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
795
824
  | **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] |
796
825
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
797
826
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
827
+ | **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`] |
798
828
 
799
829
  ### Return type
800
830
 
@@ -821,7 +851,7 @@ No authorization required
821
851
 
822
852
  ## getUniverseGroups
823
853
 
824
- > Array<number> getUniverseGroups(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
854
+ > Array<number> getUniverseGroups(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
825
855
 
826
856
  Get item groups
827
857
 
@@ -841,7 +871,7 @@ async function example() {
841
871
  const api = new UniverseApi();
842
872
 
843
873
  const body = {
844
- // '2020-01-01' | The compatibility date for the request.
874
+ // '2025-12-16' | The compatibility date for the request.
845
875
  xCompatibilityDate: 2013-10-20,
846
876
  // number (optional)
847
877
  page: 56,
@@ -851,6 +881,8 @@ async function example() {
851
881
  ifNoneMatch: ifNoneMatch_example,
852
882
  // string | The tenant ID for the request. (optional)
853
883
  xTenant: ,
884
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
885
+ ifModifiedSince: ifModifiedSince_example,
854
886
  } satisfies GetUniverseGroupsRequest;
855
887
 
856
888
  try {
@@ -870,11 +902,12 @@ example().catch(console.error);
870
902
 
871
903
  | Name | Type | Description | Notes |
872
904
  |------------- | ------------- | ------------- | -------------|
873
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
905
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
874
906
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
875
907
  | **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] |
876
908
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
877
909
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
910
+ | **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`] |
878
911
 
879
912
  ### Return type
880
913
 
@@ -901,7 +934,7 @@ No authorization required
901
934
 
902
935
  ## getUniverseGroupsGroupId
903
936
 
904
- > UniverseGroupsGroupIdGet getUniverseGroupsGroupId(groupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
937
+ > UniverseGroupsGroupIdGet getUniverseGroupsGroupId(groupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
905
938
 
906
939
  Get item group information
907
940
 
@@ -923,7 +956,7 @@ async function example() {
923
956
  const body = {
924
957
  // number
925
958
  groupId: 789,
926
- // '2020-01-01' | The compatibility date for the request.
959
+ // '2025-12-16' | The compatibility date for the request.
927
960
  xCompatibilityDate: 2013-10-20,
928
961
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
929
962
  acceptLanguage: acceptLanguage_example,
@@ -931,6 +964,8 @@ async function example() {
931
964
  ifNoneMatch: ifNoneMatch_example,
932
965
  // string | The tenant ID for the request. (optional)
933
966
  xTenant: ,
967
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
968
+ ifModifiedSince: ifModifiedSince_example,
934
969
  } satisfies GetUniverseGroupsGroupIdRequest;
935
970
 
936
971
  try {
@@ -951,10 +986,11 @@ example().catch(console.error);
951
986
  | Name | Type | Description | Notes |
952
987
  |------------- | ------------- | ------------- | -------------|
953
988
  | **groupId** | `number` | | [Defaults to `undefined`] |
954
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
989
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
955
990
  | **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] |
956
991
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
957
992
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
993
+ | **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`] |
958
994
 
959
995
  ### Return type
960
996
 
@@ -981,7 +1017,7 @@ No authorization required
981
1017
 
982
1018
  ## getUniverseMoonsMoonId
983
1019
 
984
- > UniverseMoonsMoonIdGet getUniverseMoonsMoonId(moonId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1020
+ > UniverseMoonsMoonIdGet getUniverseMoonsMoonId(moonId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
985
1021
 
986
1022
  Get moon information
987
1023
 
@@ -1003,7 +1039,7 @@ async function example() {
1003
1039
  const body = {
1004
1040
  // number
1005
1041
  moonId: 789,
1006
- // '2020-01-01' | The compatibility date for the request.
1042
+ // '2025-12-16' | The compatibility date for the request.
1007
1043
  xCompatibilityDate: 2013-10-20,
1008
1044
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1009
1045
  acceptLanguage: acceptLanguage_example,
@@ -1011,6 +1047,8 @@ async function example() {
1011
1047
  ifNoneMatch: ifNoneMatch_example,
1012
1048
  // string | The tenant ID for the request. (optional)
1013
1049
  xTenant: ,
1050
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1051
+ ifModifiedSince: ifModifiedSince_example,
1014
1052
  } satisfies GetUniverseMoonsMoonIdRequest;
1015
1053
 
1016
1054
  try {
@@ -1031,10 +1069,11 @@ example().catch(console.error);
1031
1069
  | Name | Type | Description | Notes |
1032
1070
  |------------- | ------------- | ------------- | -------------|
1033
1071
  | **moonId** | `number` | | [Defaults to `undefined`] |
1034
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1072
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1035
1073
  | **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] |
1036
1074
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1037
1075
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1076
+ | **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`] |
1038
1077
 
1039
1078
  ### Return type
1040
1079
 
@@ -1061,7 +1100,7 @@ No authorization required
1061
1100
 
1062
1101
  ## getUniversePlanetsPlanetId
1063
1102
 
1064
- > UniversePlanetsPlanetIdGet getUniversePlanetsPlanetId(planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1103
+ > UniversePlanetsPlanetIdGet getUniversePlanetsPlanetId(planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1065
1104
 
1066
1105
  Get planet information
1067
1106
 
@@ -1083,7 +1122,7 @@ async function example() {
1083
1122
  const body = {
1084
1123
  // number
1085
1124
  planetId: 789,
1086
- // '2020-01-01' | The compatibility date for the request.
1125
+ // '2025-12-16' | The compatibility date for the request.
1087
1126
  xCompatibilityDate: 2013-10-20,
1088
1127
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1089
1128
  acceptLanguage: acceptLanguage_example,
@@ -1091,6 +1130,8 @@ async function example() {
1091
1130
  ifNoneMatch: ifNoneMatch_example,
1092
1131
  // string | The tenant ID for the request. (optional)
1093
1132
  xTenant: ,
1133
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1134
+ ifModifiedSince: ifModifiedSince_example,
1094
1135
  } satisfies GetUniversePlanetsPlanetIdRequest;
1095
1136
 
1096
1137
  try {
@@ -1111,10 +1152,11 @@ example().catch(console.error);
1111
1152
  | Name | Type | Description | Notes |
1112
1153
  |------------- | ------------- | ------------- | -------------|
1113
1154
  | **planetId** | `number` | | [Defaults to `undefined`] |
1114
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1155
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1115
1156
  | **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] |
1116
1157
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1117
1158
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1159
+ | **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`] |
1118
1160
 
1119
1161
  ### Return type
1120
1162
 
@@ -1141,7 +1183,7 @@ No authorization required
1141
1183
 
1142
1184
  ## getUniverseRaces
1143
1185
 
1144
- > Array<UniverseRacesGetInner> getUniverseRaces(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1186
+ > Array<UniverseRacesGetInner> getUniverseRaces(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1145
1187
 
1146
1188
  Get character races
1147
1189
 
@@ -1161,7 +1203,7 @@ async function example() {
1161
1203
  const api = new UniverseApi();
1162
1204
 
1163
1205
  const body = {
1164
- // '2020-01-01' | The compatibility date for the request.
1206
+ // '2025-12-16' | The compatibility date for the request.
1165
1207
  xCompatibilityDate: 2013-10-20,
1166
1208
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1167
1209
  acceptLanguage: acceptLanguage_example,
@@ -1169,6 +1211,8 @@ async function example() {
1169
1211
  ifNoneMatch: ifNoneMatch_example,
1170
1212
  // string | The tenant ID for the request. (optional)
1171
1213
  xTenant: ,
1214
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1215
+ ifModifiedSince: ifModifiedSince_example,
1172
1216
  } satisfies GetUniverseRacesRequest;
1173
1217
 
1174
1218
  try {
@@ -1188,10 +1232,11 @@ example().catch(console.error);
1188
1232
 
1189
1233
  | Name | Type | Description | Notes |
1190
1234
  |------------- | ------------- | ------------- | -------------|
1191
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1235
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1192
1236
  | **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] |
1193
1237
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1194
1238
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1239
+ | **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`] |
1195
1240
 
1196
1241
  ### Return type
1197
1242
 
@@ -1218,7 +1263,7 @@ No authorization required
1218
1263
 
1219
1264
  ## getUniverseRegions
1220
1265
 
1221
- > Array<number> getUniverseRegions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1266
+ > Array<number> getUniverseRegions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1222
1267
 
1223
1268
  Get regions
1224
1269
 
@@ -1238,7 +1283,7 @@ async function example() {
1238
1283
  const api = new UniverseApi();
1239
1284
 
1240
1285
  const body = {
1241
- // '2020-01-01' | The compatibility date for the request.
1286
+ // '2025-12-16' | The compatibility date for the request.
1242
1287
  xCompatibilityDate: 2013-10-20,
1243
1288
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1244
1289
  acceptLanguage: acceptLanguage_example,
@@ -1246,6 +1291,8 @@ async function example() {
1246
1291
  ifNoneMatch: ifNoneMatch_example,
1247
1292
  // string | The tenant ID for the request. (optional)
1248
1293
  xTenant: ,
1294
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1295
+ ifModifiedSince: ifModifiedSince_example,
1249
1296
  } satisfies GetUniverseRegionsRequest;
1250
1297
 
1251
1298
  try {
@@ -1265,10 +1312,11 @@ example().catch(console.error);
1265
1312
 
1266
1313
  | Name | Type | Description | Notes |
1267
1314
  |------------- | ------------- | ------------- | -------------|
1268
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1315
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1269
1316
  | **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] |
1270
1317
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1271
1318
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1319
+ | **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`] |
1272
1320
 
1273
1321
  ### Return type
1274
1322
 
@@ -1295,7 +1343,7 @@ No authorization required
1295
1343
 
1296
1344
  ## getUniverseRegionsRegionId
1297
1345
 
1298
- > UniverseRegionsRegionIdGet getUniverseRegionsRegionId(regionId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1346
+ > UniverseRegionsRegionIdGet getUniverseRegionsRegionId(regionId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1299
1347
 
1300
1348
  Get region information
1301
1349
 
@@ -1317,7 +1365,7 @@ async function example() {
1317
1365
  const body = {
1318
1366
  // number
1319
1367
  regionId: 789,
1320
- // '2020-01-01' | The compatibility date for the request.
1368
+ // '2025-12-16' | The compatibility date for the request.
1321
1369
  xCompatibilityDate: 2013-10-20,
1322
1370
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1323
1371
  acceptLanguage: acceptLanguage_example,
@@ -1325,6 +1373,8 @@ async function example() {
1325
1373
  ifNoneMatch: ifNoneMatch_example,
1326
1374
  // string | The tenant ID for the request. (optional)
1327
1375
  xTenant: ,
1376
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1377
+ ifModifiedSince: ifModifiedSince_example,
1328
1378
  } satisfies GetUniverseRegionsRegionIdRequest;
1329
1379
 
1330
1380
  try {
@@ -1345,10 +1395,11 @@ example().catch(console.error);
1345
1395
  | Name | Type | Description | Notes |
1346
1396
  |------------- | ------------- | ------------- | -------------|
1347
1397
  | **regionId** | `number` | | [Defaults to `undefined`] |
1348
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1398
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1349
1399
  | **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] |
1350
1400
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1351
1401
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1402
+ | **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`] |
1352
1403
 
1353
1404
  ### Return type
1354
1405
 
@@ -1375,7 +1426,7 @@ No authorization required
1375
1426
 
1376
1427
  ## getUniverseStargatesStargateId
1377
1428
 
1378
- > UniverseStargatesStargateIdGet getUniverseStargatesStargateId(stargateId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1429
+ > UniverseStargatesStargateIdGet getUniverseStargatesStargateId(stargateId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1379
1430
 
1380
1431
  Get stargate information
1381
1432
 
@@ -1397,7 +1448,7 @@ async function example() {
1397
1448
  const body = {
1398
1449
  // number
1399
1450
  stargateId: 789,
1400
- // '2020-01-01' | The compatibility date for the request.
1451
+ // '2025-12-16' | The compatibility date for the request.
1401
1452
  xCompatibilityDate: 2013-10-20,
1402
1453
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1403
1454
  acceptLanguage: acceptLanguage_example,
@@ -1405,6 +1456,8 @@ async function example() {
1405
1456
  ifNoneMatch: ifNoneMatch_example,
1406
1457
  // string | The tenant ID for the request. (optional)
1407
1458
  xTenant: ,
1459
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1460
+ ifModifiedSince: ifModifiedSince_example,
1408
1461
  } satisfies GetUniverseStargatesStargateIdRequest;
1409
1462
 
1410
1463
  try {
@@ -1425,10 +1478,11 @@ example().catch(console.error);
1425
1478
  | Name | Type | Description | Notes |
1426
1479
  |------------- | ------------- | ------------- | -------------|
1427
1480
  | **stargateId** | `number` | | [Defaults to `undefined`] |
1428
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1481
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1429
1482
  | **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] |
1430
1483
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1431
1484
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1485
+ | **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`] |
1432
1486
 
1433
1487
  ### Return type
1434
1488
 
@@ -1455,7 +1509,7 @@ No authorization required
1455
1509
 
1456
1510
  ## getUniverseStarsStarId
1457
1511
 
1458
- > UniverseStarsStarIdGet getUniverseStarsStarId(starId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1512
+ > UniverseStarsStarIdGet getUniverseStarsStarId(starId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1459
1513
 
1460
1514
  Get star information
1461
1515
 
@@ -1477,7 +1531,7 @@ async function example() {
1477
1531
  const body = {
1478
1532
  // number
1479
1533
  starId: 789,
1480
- // '2020-01-01' | The compatibility date for the request.
1534
+ // '2025-12-16' | The compatibility date for the request.
1481
1535
  xCompatibilityDate: 2013-10-20,
1482
1536
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1483
1537
  acceptLanguage: acceptLanguage_example,
@@ -1485,6 +1539,8 @@ async function example() {
1485
1539
  ifNoneMatch: ifNoneMatch_example,
1486
1540
  // string | The tenant ID for the request. (optional)
1487
1541
  xTenant: ,
1542
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1543
+ ifModifiedSince: ifModifiedSince_example,
1488
1544
  } satisfies GetUniverseStarsStarIdRequest;
1489
1545
 
1490
1546
  try {
@@ -1505,10 +1561,11 @@ example().catch(console.error);
1505
1561
  | Name | Type | Description | Notes |
1506
1562
  |------------- | ------------- | ------------- | -------------|
1507
1563
  | **starId** | `number` | | [Defaults to `undefined`] |
1508
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1564
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1509
1565
  | **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] |
1510
1566
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1511
1567
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1568
+ | **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`] |
1512
1569
 
1513
1570
  ### Return type
1514
1571
 
@@ -1535,7 +1592,7 @@ No authorization required
1535
1592
 
1536
1593
  ## getUniverseStationsStationId
1537
1594
 
1538
- > UniverseStationsStationIdGet getUniverseStationsStationId(stationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1595
+ > UniverseStationsStationIdGet getUniverseStationsStationId(stationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1539
1596
 
1540
1597
  Get station information
1541
1598
 
@@ -1557,7 +1614,7 @@ async function example() {
1557
1614
  const body = {
1558
1615
  // number
1559
1616
  stationId: 789,
1560
- // '2020-01-01' | The compatibility date for the request.
1617
+ // '2025-12-16' | The compatibility date for the request.
1561
1618
  xCompatibilityDate: 2013-10-20,
1562
1619
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1563
1620
  acceptLanguage: acceptLanguage_example,
@@ -1565,6 +1622,8 @@ async function example() {
1565
1622
  ifNoneMatch: ifNoneMatch_example,
1566
1623
  // string | The tenant ID for the request. (optional)
1567
1624
  xTenant: ,
1625
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1626
+ ifModifiedSince: ifModifiedSince_example,
1568
1627
  } satisfies GetUniverseStationsStationIdRequest;
1569
1628
 
1570
1629
  try {
@@ -1585,10 +1644,11 @@ example().catch(console.error);
1585
1644
  | Name | Type | Description | Notes |
1586
1645
  |------------- | ------------- | ------------- | -------------|
1587
1646
  | **stationId** | `number` | | [Defaults to `undefined`] |
1588
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1647
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1589
1648
  | **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] |
1590
1649
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1591
1650
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1651
+ | **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`] |
1592
1652
 
1593
1653
  ### Return type
1594
1654
 
@@ -1615,7 +1675,7 @@ No authorization required
1615
1675
 
1616
1676
  ## getUniverseStructures
1617
1677
 
1618
- > Set<number> getUniverseStructures(xCompatibilityDate, filter, acceptLanguage, ifNoneMatch, xTenant)
1678
+ > Set<number> getUniverseStructures(xCompatibilityDate, filter, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1619
1679
 
1620
1680
  List all public structures
1621
1681
 
@@ -1635,7 +1695,7 @@ async function example() {
1635
1695
  const api = new UniverseApi();
1636
1696
 
1637
1697
  const body = {
1638
- // '2020-01-01' | The compatibility date for the request.
1698
+ // '2025-12-16' | The compatibility date for the request.
1639
1699
  xCompatibilityDate: 2013-10-20,
1640
1700
  // 'market' | 'manufacturing_basic' (optional)
1641
1701
  filter: filter_example,
@@ -1645,6 +1705,8 @@ async function example() {
1645
1705
  ifNoneMatch: ifNoneMatch_example,
1646
1706
  // string | The tenant ID for the request. (optional)
1647
1707
  xTenant: ,
1708
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1709
+ ifModifiedSince: ifModifiedSince_example,
1648
1710
  } satisfies GetUniverseStructuresRequest;
1649
1711
 
1650
1712
  try {
@@ -1664,11 +1726,12 @@ example().catch(console.error);
1664
1726
 
1665
1727
  | Name | Type | Description | Notes |
1666
1728
  |------------- | ------------- | ------------- | -------------|
1667
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1729
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1668
1730
  | **filter** | `market`, `manufacturing_basic` | | [Optional] [Defaults to `undefined`] [Enum: market, manufacturing_basic] |
1669
1731
  | **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] |
1670
1732
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1671
1733
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1734
+ | **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`] |
1672
1735
 
1673
1736
  ### Return type
1674
1737
 
@@ -1695,7 +1758,7 @@ No authorization required
1695
1758
 
1696
1759
  ## getUniverseStructuresStructureId
1697
1760
 
1698
- > UniverseStructuresStructureIdGet getUniverseStructuresStructureId(structureId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1761
+ > UniverseStructuresStructureIdGet getUniverseStructuresStructureId(structureId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1699
1762
 
1700
1763
  Get structure information
1701
1764
 
@@ -1721,7 +1784,7 @@ async function example() {
1721
1784
  const body = {
1722
1785
  // number
1723
1786
  structureId: 789,
1724
- // '2020-01-01' | The compatibility date for the request.
1787
+ // '2025-12-16' | The compatibility date for the request.
1725
1788
  xCompatibilityDate: 2013-10-20,
1726
1789
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1727
1790
  acceptLanguage: acceptLanguage_example,
@@ -1729,6 +1792,8 @@ async function example() {
1729
1792
  ifNoneMatch: ifNoneMatch_example,
1730
1793
  // string | The tenant ID for the request. (optional)
1731
1794
  xTenant: ,
1795
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1796
+ ifModifiedSince: ifModifiedSince_example,
1732
1797
  } satisfies GetUniverseStructuresStructureIdRequest;
1733
1798
 
1734
1799
  try {
@@ -1749,10 +1814,11 @@ example().catch(console.error);
1749
1814
  | Name | Type | Description | Notes |
1750
1815
  |------------- | ------------- | ------------- | -------------|
1751
1816
  | **structureId** | `number` | | [Defaults to `undefined`] |
1752
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1817
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1753
1818
  | **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] |
1754
1819
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1755
1820
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1821
+ | **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`] |
1756
1822
 
1757
1823
  ### Return type
1758
1824
 
@@ -1779,7 +1845,7 @@ example().catch(console.error);
1779
1845
 
1780
1846
  ## getUniverseSystemJumps
1781
1847
 
1782
- > Array<UniverseSystemJumpsGetInner> getUniverseSystemJumps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1848
+ > Array<UniverseSystemJumpsGetInner> getUniverseSystemJumps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1783
1849
 
1784
1850
  Get system jumps
1785
1851
 
@@ -1799,7 +1865,7 @@ async function example() {
1799
1865
  const api = new UniverseApi();
1800
1866
 
1801
1867
  const body = {
1802
- // '2020-01-01' | The compatibility date for the request.
1868
+ // '2025-12-16' | The compatibility date for the request.
1803
1869
  xCompatibilityDate: 2013-10-20,
1804
1870
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1805
1871
  acceptLanguage: acceptLanguage_example,
@@ -1807,6 +1873,8 @@ async function example() {
1807
1873
  ifNoneMatch: ifNoneMatch_example,
1808
1874
  // string | The tenant ID for the request. (optional)
1809
1875
  xTenant: ,
1876
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1877
+ ifModifiedSince: ifModifiedSince_example,
1810
1878
  } satisfies GetUniverseSystemJumpsRequest;
1811
1879
 
1812
1880
  try {
@@ -1826,10 +1894,11 @@ example().catch(console.error);
1826
1894
 
1827
1895
  | Name | Type | Description | Notes |
1828
1896
  |------------- | ------------- | ------------- | -------------|
1829
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1897
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1830
1898
  | **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] |
1831
1899
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1832
1900
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1901
+ | **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`] |
1833
1902
 
1834
1903
  ### Return type
1835
1904
 
@@ -1856,7 +1925,7 @@ No authorization required
1856
1925
 
1857
1926
  ## getUniverseSystemKills
1858
1927
 
1859
- > Array<UniverseSystemKillsGetInner> getUniverseSystemKills(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1928
+ > Array<UniverseSystemKillsGetInner> getUniverseSystemKills(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1860
1929
 
1861
1930
  Get system kills
1862
1931
 
@@ -1876,7 +1945,7 @@ async function example() {
1876
1945
  const api = new UniverseApi();
1877
1946
 
1878
1947
  const body = {
1879
- // '2020-01-01' | The compatibility date for the request.
1948
+ // '2025-12-16' | The compatibility date for the request.
1880
1949
  xCompatibilityDate: 2013-10-20,
1881
1950
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1882
1951
  acceptLanguage: acceptLanguage_example,
@@ -1884,6 +1953,8 @@ async function example() {
1884
1953
  ifNoneMatch: ifNoneMatch_example,
1885
1954
  // string | The tenant ID for the request. (optional)
1886
1955
  xTenant: ,
1956
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1957
+ ifModifiedSince: ifModifiedSince_example,
1887
1958
  } satisfies GetUniverseSystemKillsRequest;
1888
1959
 
1889
1960
  try {
@@ -1903,10 +1974,11 @@ example().catch(console.error);
1903
1974
 
1904
1975
  | Name | Type | Description | Notes |
1905
1976
  |------------- | ------------- | ------------- | -------------|
1906
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
1977
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1907
1978
  | **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] |
1908
1979
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1909
1980
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1981
+ | **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`] |
1910
1982
 
1911
1983
  ### Return type
1912
1984
 
@@ -1933,7 +2005,7 @@ No authorization required
1933
2005
 
1934
2006
  ## getUniverseSystems
1935
2007
 
1936
- > Array<number> getUniverseSystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
2008
+ > Array<number> getUniverseSystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1937
2009
 
1938
2010
  Get solar systems
1939
2011
 
@@ -1953,7 +2025,7 @@ async function example() {
1953
2025
  const api = new UniverseApi();
1954
2026
 
1955
2027
  const body = {
1956
- // '2020-01-01' | The compatibility date for the request.
2028
+ // '2025-12-16' | The compatibility date for the request.
1957
2029
  xCompatibilityDate: 2013-10-20,
1958
2030
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
1959
2031
  acceptLanguage: acceptLanguage_example,
@@ -1961,6 +2033,8 @@ async function example() {
1961
2033
  ifNoneMatch: ifNoneMatch_example,
1962
2034
  // string | The tenant ID for the request. (optional)
1963
2035
  xTenant: ,
2036
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2037
+ ifModifiedSince: ifModifiedSince_example,
1964
2038
  } satisfies GetUniverseSystemsRequest;
1965
2039
 
1966
2040
  try {
@@ -1980,10 +2054,11 @@ example().catch(console.error);
1980
2054
 
1981
2055
  | Name | Type | Description | Notes |
1982
2056
  |------------- | ------------- | ------------- | -------------|
1983
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2057
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
1984
2058
  | **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] |
1985
2059
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1986
2060
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
2061
+ | **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`] |
1987
2062
 
1988
2063
  ### Return type
1989
2064
 
@@ -2010,7 +2085,7 @@ No authorization required
2010
2085
 
2011
2086
  ## getUniverseSystemsSystemId
2012
2087
 
2013
- > UniverseSystemsSystemIdGet getUniverseSystemsSystemId(systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
2088
+ > UniverseSystemsSystemIdGet getUniverseSystemsSystemId(systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2014
2089
 
2015
2090
  Get solar system information
2016
2091
 
@@ -2032,7 +2107,7 @@ async function example() {
2032
2107
  const body = {
2033
2108
  // number
2034
2109
  systemId: 789,
2035
- // '2020-01-01' | The compatibility date for the request.
2110
+ // '2025-12-16' | The compatibility date for the request.
2036
2111
  xCompatibilityDate: 2013-10-20,
2037
2112
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
2038
2113
  acceptLanguage: acceptLanguage_example,
@@ -2040,6 +2115,8 @@ async function example() {
2040
2115
  ifNoneMatch: ifNoneMatch_example,
2041
2116
  // string | The tenant ID for the request. (optional)
2042
2117
  xTenant: ,
2118
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2119
+ ifModifiedSince: ifModifiedSince_example,
2043
2120
  } satisfies GetUniverseSystemsSystemIdRequest;
2044
2121
 
2045
2122
  try {
@@ -2060,10 +2137,11 @@ example().catch(console.error);
2060
2137
  | Name | Type | Description | Notes |
2061
2138
  |------------- | ------------- | ------------- | -------------|
2062
2139
  | **systemId** | `number` | | [Defaults to `undefined`] |
2063
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2140
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
2064
2141
  | **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] |
2065
2142
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
2066
2143
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
2144
+ | **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`] |
2067
2145
 
2068
2146
  ### Return type
2069
2147
 
@@ -2090,7 +2168,7 @@ No authorization required
2090
2168
 
2091
2169
  ## getUniverseTypes
2092
2170
 
2093
- > Array<number> getUniverseTypes(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
2171
+ > Array<number> getUniverseTypes(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2094
2172
 
2095
2173
  Get types
2096
2174
 
@@ -2110,7 +2188,7 @@ async function example() {
2110
2188
  const api = new UniverseApi();
2111
2189
 
2112
2190
  const body = {
2113
- // '2020-01-01' | The compatibility date for the request.
2191
+ // '2025-12-16' | The compatibility date for the request.
2114
2192
  xCompatibilityDate: 2013-10-20,
2115
2193
  // number (optional)
2116
2194
  page: 56,
@@ -2120,6 +2198,8 @@ async function example() {
2120
2198
  ifNoneMatch: ifNoneMatch_example,
2121
2199
  // string | The tenant ID for the request. (optional)
2122
2200
  xTenant: ,
2201
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2202
+ ifModifiedSince: ifModifiedSince_example,
2123
2203
  } satisfies GetUniverseTypesRequest;
2124
2204
 
2125
2205
  try {
@@ -2139,11 +2219,12 @@ example().catch(console.error);
2139
2219
 
2140
2220
  | Name | Type | Description | Notes |
2141
2221
  |------------- | ------------- | ------------- | -------------|
2142
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2222
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
2143
2223
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
2144
2224
  | **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] |
2145
2225
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
2146
2226
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
2227
+ | **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`] |
2147
2228
 
2148
2229
  ### Return type
2149
2230
 
@@ -2170,7 +2251,7 @@ No authorization required
2170
2251
 
2171
2252
  ## getUniverseTypesTypeId
2172
2253
 
2173
- > UniverseTypesTypeIdGet getUniverseTypesTypeId(typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
2254
+ > UniverseTypesTypeIdGet getUniverseTypesTypeId(typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2174
2255
 
2175
2256
  Get type information
2176
2257
 
@@ -2192,7 +2273,7 @@ async function example() {
2192
2273
  const body = {
2193
2274
  // number
2194
2275
  typeId: 789,
2195
- // '2020-01-01' | The compatibility date for the request.
2276
+ // '2025-12-16' | The compatibility date for the request.
2196
2277
  xCompatibilityDate: 2013-10-20,
2197
2278
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
2198
2279
  acceptLanguage: acceptLanguage_example,
@@ -2200,6 +2281,8 @@ async function example() {
2200
2281
  ifNoneMatch: ifNoneMatch_example,
2201
2282
  // string | The tenant ID for the request. (optional)
2202
2283
  xTenant: ,
2284
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2285
+ ifModifiedSince: ifModifiedSince_example,
2203
2286
  } satisfies GetUniverseTypesTypeIdRequest;
2204
2287
 
2205
2288
  try {
@@ -2220,10 +2303,11 @@ example().catch(console.error);
2220
2303
  | Name | Type | Description | Notes |
2221
2304
  |------------- | ------------- | ------------- | -------------|
2222
2305
  | **typeId** | `number` | | [Defaults to `undefined`] |
2223
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2306
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
2224
2307
  | **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] |
2225
2308
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
2226
2309
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
2310
+ | **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`] |
2227
2311
 
2228
2312
  ### Return type
2229
2313
 
@@ -2250,7 +2334,7 @@ No authorization required
2250
2334
 
2251
2335
  ## postUniverseIds
2252
2336
 
2253
- > UniverseIdsPost postUniverseIds(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
2337
+ > UniverseIdsPost postUniverseIds(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2254
2338
 
2255
2339
  Bulk names to IDs
2256
2340
 
@@ -2270,7 +2354,7 @@ async function example() {
2270
2354
  const api = new UniverseApi();
2271
2355
 
2272
2356
  const body = {
2273
- // '2020-01-01' | The compatibility date for the request.
2357
+ // '2025-12-16' | The compatibility date for the request.
2274
2358
  xCompatibilityDate: 2013-10-20,
2275
2359
  // Set<string>
2276
2360
  requestBody: ...,
@@ -2280,6 +2364,8 @@ async function example() {
2280
2364
  ifNoneMatch: ifNoneMatch_example,
2281
2365
  // string | The tenant ID for the request. (optional)
2282
2366
  xTenant: ,
2367
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2368
+ ifModifiedSince: ifModifiedSince_example,
2283
2369
  } satisfies PostUniverseIdsRequest;
2284
2370
 
2285
2371
  try {
@@ -2299,11 +2385,12 @@ example().catch(console.error);
2299
2385
 
2300
2386
  | Name | Type | Description | Notes |
2301
2387
  |------------- | ------------- | ------------- | -------------|
2302
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2388
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
2303
2389
  | **requestBody** | `Set<string>` | | |
2304
2390
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
2305
2391
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
2306
2392
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
2393
+ | **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`] |
2307
2394
 
2308
2395
  ### Return type
2309
2396
 
@@ -2330,7 +2417,7 @@ No authorization required
2330
2417
 
2331
2418
  ## postUniverseNames
2332
2419
 
2333
- > Array&lt;UniverseNamesPostInner&gt; postUniverseNames(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
2420
+ > Array&lt;UniverseNamesPostInner&gt; postUniverseNames(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2334
2421
 
2335
2422
  Get names and categories for a set of IDs
2336
2423
 
@@ -2350,7 +2437,7 @@ async function example() {
2350
2437
  const api = new UniverseApi();
2351
2438
 
2352
2439
  const body = {
2353
- // '2020-01-01' | The compatibility date for the request.
2440
+ // '2025-12-16' | The compatibility date for the request.
2354
2441
  xCompatibilityDate: 2013-10-20,
2355
2442
  // Set<number>
2356
2443
  requestBody: ...,
@@ -2360,6 +2447,8 @@ async function example() {
2360
2447
  ifNoneMatch: ifNoneMatch_example,
2361
2448
  // string | The tenant ID for the request. (optional)
2362
2449
  xTenant: ,
2450
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
2451
+ ifModifiedSince: ifModifiedSince_example,
2363
2452
  } satisfies PostUniverseNamesRequest;
2364
2453
 
2365
2454
  try {
@@ -2379,11 +2468,12 @@ example().catch(console.error);
2379
2468
 
2380
2469
  | Name | Type | Description | Notes |
2381
2470
  |------------- | ------------- | ------------- | -------------|
2382
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
2471
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
2383
2472
  | **requestBody** | `Set<number>` | | |
2384
2473
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
2385
2474
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
2386
2475
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
2476
+ | **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`] |
2387
2477
 
2388
2478
  ### Return type
2389
2479