esisl_genoa_client 0.1.5 → 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 (143) hide show
  1. package/README.md +4 -2
  2. package/dist/apis/AllianceApi.d.ts +8 -0
  3. package/dist/apis/AllianceApi.js +29 -0
  4. package/dist/apis/AssetsApi.d.ts +12 -0
  5. package/dist/apis/AssetsApi.js +43 -0
  6. package/dist/apis/CalendarApi.d.ts +8 -0
  7. package/dist/apis/CalendarApi.js +29 -0
  8. package/dist/apis/CharacterApi.d.ts +28 -0
  9. package/dist/apis/CharacterApi.js +99 -0
  10. package/dist/apis/ClonesApi.d.ts +4 -0
  11. package/dist/apis/ClonesApi.js +15 -0
  12. package/dist/apis/ContactsApi.d.ts +18 -0
  13. package/dist/apis/ContactsApi.js +64 -0
  14. package/dist/apis/ContractsApi.d.ts +18 -0
  15. package/dist/apis/ContractsApi.js +64 -0
  16. package/dist/apis/CorporationApi.d.ts +44 -0
  17. package/dist/apis/CorporationApi.js +155 -0
  18. package/dist/apis/CorporationProjectsApi.d.ts +8 -4
  19. package/dist/apis/CorporationProjectsApi.js +29 -6
  20. package/dist/apis/DogmaApi.d.ts +10 -0
  21. package/dist/apis/DogmaApi.js +36 -0
  22. package/dist/apis/FactionWarfareApi.d.ts +16 -0
  23. package/dist/apis/FactionWarfareApi.js +57 -0
  24. package/dist/apis/FittingsApi.d.ts +6 -0
  25. package/dist/apis/FittingsApi.js +22 -0
  26. package/dist/apis/FleetsApi.d.ts +28 -0
  27. package/dist/apis/FleetsApi.js +99 -0
  28. package/dist/apis/FreelanceJobsApi.d.ts +12 -2
  29. package/dist/apis/FreelanceJobsApi.js +43 -3
  30. package/dist/apis/IncursionsApi.d.ts +2 -0
  31. package/dist/apis/IncursionsApi.js +8 -0
  32. package/dist/apis/IndustryApi.d.ts +16 -0
  33. package/dist/apis/IndustryApi.js +57 -0
  34. package/dist/apis/InsuranceApi.d.ts +2 -0
  35. package/dist/apis/InsuranceApi.js +8 -0
  36. package/dist/apis/KillmailsApi.d.ts +6 -0
  37. package/dist/apis/KillmailsApi.js +22 -0
  38. package/dist/apis/LocationApi.d.ts +6 -0
  39. package/dist/apis/LocationApi.js +22 -0
  40. package/dist/apis/LoyaltyApi.d.ts +4 -0
  41. package/dist/apis/LoyaltyApi.js +15 -0
  42. package/dist/apis/MailApi.d.ts +18 -0
  43. package/dist/apis/MailApi.js +64 -0
  44. package/dist/apis/MarketApi.d.ts +22 -0
  45. package/dist/apis/MarketApi.js +78 -0
  46. package/dist/apis/MetaApi.d.ts +6 -0
  47. package/dist/apis/MetaApi.js +22 -0
  48. package/dist/apis/PlanetaryInteractionApi.d.ts +8 -0
  49. package/dist/apis/PlanetaryInteractionApi.js +29 -0
  50. package/dist/apis/RoutesApi.d.ts +2 -0
  51. package/dist/apis/RoutesApi.js +8 -0
  52. package/dist/apis/SearchApi.d.ts +2 -0
  53. package/dist/apis/SearchApi.js +8 -0
  54. package/dist/apis/SkillsApi.d.ts +6 -0
  55. package/dist/apis/SkillsApi.js +22 -0
  56. package/dist/apis/SovereigntyApi.d.ts +6 -0
  57. package/dist/apis/SovereigntyApi.js +22 -0
  58. package/dist/apis/StatusApi.d.ts +2 -0
  59. package/dist/apis/StatusApi.js +8 -0
  60. package/dist/apis/UniverseApi.d.ts +60 -0
  61. package/dist/apis/UniverseApi.js +211 -0
  62. package/dist/apis/UserInterfaceApi.d.ts +10 -0
  63. package/dist/apis/UserInterfaceApi.js +36 -0
  64. package/dist/apis/WalletApi.d.ts +12 -0
  65. package/dist/apis/WalletApi.js +43 -0
  66. package/dist/apis/WarsApi.d.ts +6 -0
  67. package/dist/apis/WarsApi.js +22 -0
  68. package/dist/constants.d.ts +8 -0
  69. package/dist/constants.js +13 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/index.js +5 -0
  72. package/docs/AllianceApi.md +16 -4
  73. package/docs/AssetsApi.md +24 -6
  74. package/docs/CalendarApi.md +16 -4
  75. package/docs/CharacterApi.md +56 -14
  76. package/docs/ClonesApi.md +8 -2
  77. package/docs/ContactsApi.md +36 -9
  78. package/docs/ContractsApi.md +36 -9
  79. package/docs/CorporationApi.md +88 -22
  80. package/docs/CorporationProjectsApi.md +20 -14
  81. package/docs/DogmaApi.md +20 -5
  82. package/docs/FactionWarfareApi.md +32 -8
  83. package/docs/FittingsApi.md +12 -3
  84. package/docs/FleetsApi.md +56 -14
  85. package/docs/FreelanceJobsApi.md +30 -15
  86. package/docs/IncursionsApi.md +4 -1
  87. package/docs/IndustryApi.md +32 -8
  88. package/docs/InsuranceApi.md +4 -1
  89. package/docs/KillmailsApi.md +12 -3
  90. package/docs/LocationApi.md +12 -3
  91. package/docs/LoyaltyApi.md +8 -2
  92. package/docs/MailApi.md +36 -9
  93. package/docs/MarketApi.md +44 -11
  94. package/docs/MetaApi.md +15 -6
  95. package/docs/PlanetaryInteractionApi.md +16 -4
  96. package/docs/RoutesApi.md +5 -2
  97. package/docs/SearchApi.md +4 -1
  98. package/docs/SkillsApi.md +12 -3
  99. package/docs/SovereigntyApi.md +12 -3
  100. package/docs/StatusApi.md +4 -1
  101. package/docs/UniverseApi.md +120 -30
  102. package/docs/UserInterfaceApi.md +20 -5
  103. package/docs/WalletApi.md +24 -6
  104. package/docs/WarsApi.md +12 -3
  105. package/esisl_genoa_client-0.1.6.tgz +0 -0
  106. package/package.json +1 -1
  107. package/src/apis/AllianceApi.ts +45 -0
  108. package/src/apis/AssetsApi.ts +67 -0
  109. package/src/apis/CalendarApi.ts +45 -0
  110. package/src/apis/CharacterApi.ts +155 -0
  111. package/src/apis/ClonesApi.ts +23 -0
  112. package/src/apis/ContactsApi.ts +100 -0
  113. package/src/apis/ContractsApi.ts +100 -0
  114. package/src/apis/CorporationApi.ts +243 -0
  115. package/src/apis/CorporationProjectsApi.ts +45 -12
  116. package/src/apis/DogmaApi.ts +56 -0
  117. package/src/apis/FactionWarfareApi.ts +89 -0
  118. package/src/apis/FittingsApi.ts +34 -0
  119. package/src/apis/FleetsApi.ts +155 -0
  120. package/src/apis/FreelanceJobsApi.ts +67 -6
  121. package/src/apis/IncursionsApi.ts +12 -0
  122. package/src/apis/IndustryApi.ts +89 -0
  123. package/src/apis/InsuranceApi.ts +12 -0
  124. package/src/apis/KillmailsApi.ts +34 -0
  125. package/src/apis/LocationApi.ts +34 -0
  126. package/src/apis/LoyaltyApi.ts +23 -0
  127. package/src/apis/MailApi.ts +100 -0
  128. package/src/apis/MarketApi.ts +122 -0
  129. package/src/apis/MetaApi.ts +34 -0
  130. package/src/apis/PlanetaryInteractionApi.ts +45 -0
  131. package/src/apis/RoutesApi.ts +12 -0
  132. package/src/apis/SearchApi.ts +12 -0
  133. package/src/apis/SkillsApi.ts +34 -0
  134. package/src/apis/SovereigntyApi.ts +34 -0
  135. package/src/apis/StatusApi.ts +12 -0
  136. package/src/apis/UniverseApi.ts +331 -0
  137. package/src/apis/UserInterfaceApi.ts +56 -0
  138. package/src/apis/WalletApi.ts +67 -0
  139. package/src/apis/WarsApi.ts +34 -0
  140. package/src/constants.ts +10 -0
  141. package/src/index.ts +1 -0
  142. package/esisl_genoa_client-0.1.4.tgz +0 -0
  143. package/esisl_genoa_client-0.1.5.tgz +0 -0
@@ -14,6 +14,7 @@
14
14
 
15
15
 
16
16
  import * as runtime from '../runtime';
17
+ import { ESI_COMPATIBILITY_DATE } from '../constants';
17
18
 
18
19
  import type {
19
20
  UniverseAncestriesGetInner,
@@ -45,6 +46,7 @@ export interface GetUniverseAncestriesRequest {
45
46
  acceptLanguage?: GetUniverseAncestriesAcceptLanguageEnum;
46
47
  ifNoneMatch?: string;
47
48
  xTenant?: string;
49
+ ifModifiedSince?: string;
48
50
  }
49
51
 
50
52
  export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
@@ -53,6 +55,7 @@ export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
53
55
  acceptLanguage?: GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum;
54
56
  ifNoneMatch?: string;
55
57
  xTenant?: string;
58
+ ifModifiedSince?: string;
56
59
  }
57
60
 
58
61
  export interface GetUniverseBloodlinesRequest {
@@ -60,6 +63,7 @@ export interface GetUniverseBloodlinesRequest {
60
63
  acceptLanguage?: GetUniverseBloodlinesAcceptLanguageEnum;
61
64
  ifNoneMatch?: string;
62
65
  xTenant?: string;
66
+ ifModifiedSince?: string;
63
67
  }
64
68
 
65
69
  export interface GetUniverseCategoriesRequest {
@@ -67,6 +71,7 @@ export interface GetUniverseCategoriesRequest {
67
71
  acceptLanguage?: GetUniverseCategoriesAcceptLanguageEnum;
68
72
  ifNoneMatch?: string;
69
73
  xTenant?: string;
74
+ ifModifiedSince?: string;
70
75
  }
71
76
 
72
77
  export interface GetUniverseCategoriesCategoryIdRequest {
@@ -75,6 +80,7 @@ export interface GetUniverseCategoriesCategoryIdRequest {
75
80
  acceptLanguage?: GetUniverseCategoriesCategoryIdAcceptLanguageEnum;
76
81
  ifNoneMatch?: string;
77
82
  xTenant?: string;
83
+ ifModifiedSince?: string;
78
84
  }
79
85
 
80
86
  export interface GetUniverseConstellationsRequest {
@@ -82,6 +88,7 @@ export interface GetUniverseConstellationsRequest {
82
88
  acceptLanguage?: GetUniverseConstellationsAcceptLanguageEnum;
83
89
  ifNoneMatch?: string;
84
90
  xTenant?: string;
91
+ ifModifiedSince?: string;
85
92
  }
86
93
 
87
94
  export interface GetUniverseConstellationsConstellationIdRequest {
@@ -90,6 +97,7 @@ export interface GetUniverseConstellationsConstellationIdRequest {
90
97
  acceptLanguage?: GetUniverseConstellationsConstellationIdAcceptLanguageEnum;
91
98
  ifNoneMatch?: string;
92
99
  xTenant?: string;
100
+ ifModifiedSince?: string;
93
101
  }
94
102
 
95
103
  export interface GetUniverseFactionsRequest {
@@ -97,6 +105,7 @@ export interface GetUniverseFactionsRequest {
97
105
  acceptLanguage?: GetUniverseFactionsAcceptLanguageEnum;
98
106
  ifNoneMatch?: string;
99
107
  xTenant?: string;
108
+ ifModifiedSince?: string;
100
109
  }
101
110
 
102
111
  export interface GetUniverseGraphicsRequest {
@@ -104,6 +113,7 @@ export interface GetUniverseGraphicsRequest {
104
113
  acceptLanguage?: GetUniverseGraphicsAcceptLanguageEnum;
105
114
  ifNoneMatch?: string;
106
115
  xTenant?: string;
116
+ ifModifiedSince?: string;
107
117
  }
108
118
 
109
119
  export interface GetUniverseGraphicsGraphicIdRequest {
@@ -112,6 +122,7 @@ export interface GetUniverseGraphicsGraphicIdRequest {
112
122
  acceptLanguage?: GetUniverseGraphicsGraphicIdAcceptLanguageEnum;
113
123
  ifNoneMatch?: string;
114
124
  xTenant?: string;
125
+ ifModifiedSince?: string;
115
126
  }
116
127
 
117
128
  export interface GetUniverseGroupsRequest {
@@ -120,6 +131,7 @@ export interface GetUniverseGroupsRequest {
120
131
  acceptLanguage?: GetUniverseGroupsAcceptLanguageEnum;
121
132
  ifNoneMatch?: string;
122
133
  xTenant?: string;
134
+ ifModifiedSince?: string;
123
135
  }
124
136
 
125
137
  export interface GetUniverseGroupsGroupIdRequest {
@@ -128,6 +140,7 @@ export interface GetUniverseGroupsGroupIdRequest {
128
140
  acceptLanguage?: GetUniverseGroupsGroupIdAcceptLanguageEnum;
129
141
  ifNoneMatch?: string;
130
142
  xTenant?: string;
143
+ ifModifiedSince?: string;
131
144
  }
132
145
 
133
146
  export interface GetUniverseMoonsMoonIdRequest {
@@ -136,6 +149,7 @@ export interface GetUniverseMoonsMoonIdRequest {
136
149
  acceptLanguage?: GetUniverseMoonsMoonIdAcceptLanguageEnum;
137
150
  ifNoneMatch?: string;
138
151
  xTenant?: string;
152
+ ifModifiedSince?: string;
139
153
  }
140
154
 
141
155
  export interface GetUniversePlanetsPlanetIdRequest {
@@ -144,6 +158,7 @@ export interface GetUniversePlanetsPlanetIdRequest {
144
158
  acceptLanguage?: GetUniversePlanetsPlanetIdAcceptLanguageEnum;
145
159
  ifNoneMatch?: string;
146
160
  xTenant?: string;
161
+ ifModifiedSince?: string;
147
162
  }
148
163
 
149
164
  export interface GetUniverseRacesRequest {
@@ -151,6 +166,7 @@ export interface GetUniverseRacesRequest {
151
166
  acceptLanguage?: GetUniverseRacesAcceptLanguageEnum;
152
167
  ifNoneMatch?: string;
153
168
  xTenant?: string;
169
+ ifModifiedSince?: string;
154
170
  }
155
171
 
156
172
  export interface GetUniverseRegionsRequest {
@@ -158,6 +174,7 @@ export interface GetUniverseRegionsRequest {
158
174
  acceptLanguage?: GetUniverseRegionsAcceptLanguageEnum;
159
175
  ifNoneMatch?: string;
160
176
  xTenant?: string;
177
+ ifModifiedSince?: string;
161
178
  }
162
179
 
163
180
  export interface GetUniverseRegionsRegionIdRequest {
@@ -166,6 +183,7 @@ export interface GetUniverseRegionsRegionIdRequest {
166
183
  acceptLanguage?: GetUniverseRegionsRegionIdAcceptLanguageEnum;
167
184
  ifNoneMatch?: string;
168
185
  xTenant?: string;
186
+ ifModifiedSince?: string;
169
187
  }
170
188
 
171
189
  export interface GetUniverseStargatesStargateIdRequest {
@@ -174,6 +192,7 @@ export interface GetUniverseStargatesStargateIdRequest {
174
192
  acceptLanguage?: GetUniverseStargatesStargateIdAcceptLanguageEnum;
175
193
  ifNoneMatch?: string;
176
194
  xTenant?: string;
195
+ ifModifiedSince?: string;
177
196
  }
178
197
 
179
198
  export interface GetUniverseStarsStarIdRequest {
@@ -182,6 +201,7 @@ export interface GetUniverseStarsStarIdRequest {
182
201
  acceptLanguage?: GetUniverseStarsStarIdAcceptLanguageEnum;
183
202
  ifNoneMatch?: string;
184
203
  xTenant?: string;
204
+ ifModifiedSince?: string;
185
205
  }
186
206
 
187
207
  export interface GetUniverseStationsStationIdRequest {
@@ -190,6 +210,7 @@ export interface GetUniverseStationsStationIdRequest {
190
210
  acceptLanguage?: GetUniverseStationsStationIdAcceptLanguageEnum;
191
211
  ifNoneMatch?: string;
192
212
  xTenant?: string;
213
+ ifModifiedSince?: string;
193
214
  }
194
215
 
195
216
  export interface GetUniverseStructuresRequest {
@@ -198,6 +219,7 @@ export interface GetUniverseStructuresRequest {
198
219
  acceptLanguage?: GetUniverseStructuresAcceptLanguageEnum;
199
220
  ifNoneMatch?: string;
200
221
  xTenant?: string;
222
+ ifModifiedSince?: string;
201
223
  }
202
224
 
203
225
  export interface GetUniverseStructuresStructureIdRequest {
@@ -206,6 +228,7 @@ export interface GetUniverseStructuresStructureIdRequest {
206
228
  acceptLanguage?: GetUniverseStructuresStructureIdAcceptLanguageEnum;
207
229
  ifNoneMatch?: string;
208
230
  xTenant?: string;
231
+ ifModifiedSince?: string;
209
232
  }
210
233
 
211
234
  export interface GetUniverseSystemJumpsRequest {
@@ -213,6 +236,7 @@ export interface GetUniverseSystemJumpsRequest {
213
236
  acceptLanguage?: GetUniverseSystemJumpsAcceptLanguageEnum;
214
237
  ifNoneMatch?: string;
215
238
  xTenant?: string;
239
+ ifModifiedSince?: string;
216
240
  }
217
241
 
218
242
  export interface GetUniverseSystemKillsRequest {
@@ -220,6 +244,7 @@ export interface GetUniverseSystemKillsRequest {
220
244
  acceptLanguage?: GetUniverseSystemKillsAcceptLanguageEnum;
221
245
  ifNoneMatch?: string;
222
246
  xTenant?: string;
247
+ ifModifiedSince?: string;
223
248
  }
224
249
 
225
250
  export interface GetUniverseSystemsRequest {
@@ -227,6 +252,7 @@ export interface GetUniverseSystemsRequest {
227
252
  acceptLanguage?: GetUniverseSystemsAcceptLanguageEnum;
228
253
  ifNoneMatch?: string;
229
254
  xTenant?: string;
255
+ ifModifiedSince?: string;
230
256
  }
231
257
 
232
258
  export interface GetUniverseSystemsSystemIdRequest {
@@ -235,6 +261,7 @@ export interface GetUniverseSystemsSystemIdRequest {
235
261
  acceptLanguage?: GetUniverseSystemsSystemIdAcceptLanguageEnum;
236
262
  ifNoneMatch?: string;
237
263
  xTenant?: string;
264
+ ifModifiedSince?: string;
238
265
  }
239
266
 
240
267
  export interface GetUniverseTypesRequest {
@@ -243,6 +270,7 @@ export interface GetUniverseTypesRequest {
243
270
  acceptLanguage?: GetUniverseTypesAcceptLanguageEnum;
244
271
  ifNoneMatch?: string;
245
272
  xTenant?: string;
273
+ ifModifiedSince?: string;
246
274
  }
247
275
 
248
276
  export interface GetUniverseTypesTypeIdRequest {
@@ -251,6 +279,7 @@ export interface GetUniverseTypesTypeIdRequest {
251
279
  acceptLanguage?: GetUniverseTypesTypeIdAcceptLanguageEnum;
252
280
  ifNoneMatch?: string;
253
281
  xTenant?: string;
282
+ ifModifiedSince?: string;
254
283
  }
255
284
 
256
285
  export interface PostUniverseIdsRequest {
@@ -259,6 +288,7 @@ export interface PostUniverseIdsRequest {
259
288
  acceptLanguage?: PostUniverseIdsAcceptLanguageEnum;
260
289
  ifNoneMatch?: string;
261
290
  xTenant?: string;
291
+ ifModifiedSince?: string;
262
292
  }
263
293
 
264
294
  export interface PostUniverseNamesRequest {
@@ -267,6 +297,7 @@ export interface PostUniverseNamesRequest {
267
297
  acceptLanguage?: PostUniverseNamesAcceptLanguageEnum;
268
298
  ifNoneMatch?: string;
269
299
  xTenant?: string;
300
+ ifModifiedSince?: string;
270
301
  }
271
302
 
272
303
  /**
@@ -283,6 +314,7 @@ export interface UniverseApiInterface {
283
314
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
284
315
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
285
316
  * @param {string} [xTenant] The tenant ID for the request.
317
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
286
318
  * @param {*} [options] Override http request option.
287
319
  * @throws {RequiredError}
288
320
  * @memberof UniverseApiInterface
@@ -303,6 +335,7 @@ export interface UniverseApiInterface {
303
335
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
304
336
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
305
337
  * @param {string} [xTenant] The tenant ID for the request.
338
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
306
339
  * @param {*} [options] Override http request option.
307
340
  * @throws {RequiredError}
308
341
  * @memberof UniverseApiInterface
@@ -322,6 +355,7 @@ export interface UniverseApiInterface {
322
355
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
323
356
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
324
357
  * @param {string} [xTenant] The tenant ID for the request.
358
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
325
359
  * @param {*} [options] Override http request option.
326
360
  * @throws {RequiredError}
327
361
  * @memberof UniverseApiInterface
@@ -341,6 +375,7 @@ export interface UniverseApiInterface {
341
375
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
342
376
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
343
377
  * @param {string} [xTenant] The tenant ID for the request.
378
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
344
379
  * @param {*} [options] Override http request option.
345
380
  * @throws {RequiredError}
346
381
  * @memberof UniverseApiInterface
@@ -361,6 +396,7 @@ export interface UniverseApiInterface {
361
396
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
362
397
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
363
398
  * @param {string} [xTenant] The tenant ID for the request.
399
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
364
400
  * @param {*} [options] Override http request option.
365
401
  * @throws {RequiredError}
366
402
  * @memberof UniverseApiInterface
@@ -380,6 +416,7 @@ export interface UniverseApiInterface {
380
416
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
381
417
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
382
418
  * @param {string} [xTenant] The tenant ID for the request.
419
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
383
420
  * @param {*} [options] Override http request option.
384
421
  * @throws {RequiredError}
385
422
  * @memberof UniverseApiInterface
@@ -400,6 +437,7 @@ export interface UniverseApiInterface {
400
437
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
401
438
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
402
439
  * @param {string} [xTenant] The tenant ID for the request.
440
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
403
441
  * @param {*} [options] Override http request option.
404
442
  * @throws {RequiredError}
405
443
  * @memberof UniverseApiInterface
@@ -419,6 +457,7 @@ export interface UniverseApiInterface {
419
457
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
420
458
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
421
459
  * @param {string} [xTenant] The tenant ID for the request.
460
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
422
461
  * @param {*} [options] Override http request option.
423
462
  * @throws {RequiredError}
424
463
  * @memberof UniverseApiInterface
@@ -438,6 +477,7 @@ export interface UniverseApiInterface {
438
477
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
439
478
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
440
479
  * @param {string} [xTenant] The tenant ID for the request.
480
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
441
481
  * @param {*} [options] Override http request option.
442
482
  * @throws {RequiredError}
443
483
  * @memberof UniverseApiInterface
@@ -458,6 +498,7 @@ export interface UniverseApiInterface {
458
498
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
459
499
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
460
500
  * @param {string} [xTenant] The tenant ID for the request.
501
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
461
502
  * @param {*} [options] Override http request option.
462
503
  * @throws {RequiredError}
463
504
  * @memberof UniverseApiInterface
@@ -478,6 +519,7 @@ export interface UniverseApiInterface {
478
519
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
479
520
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
480
521
  * @param {string} [xTenant] The tenant ID for the request.
522
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
481
523
  * @param {*} [options] Override http request option.
482
524
  * @throws {RequiredError}
483
525
  * @memberof UniverseApiInterface
@@ -498,6 +540,7 @@ export interface UniverseApiInterface {
498
540
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
499
541
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
500
542
  * @param {string} [xTenant] The tenant ID for the request.
543
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
501
544
  * @param {*} [options] Override http request option.
502
545
  * @throws {RequiredError}
503
546
  * @memberof UniverseApiInterface
@@ -518,6 +561,7 @@ export interface UniverseApiInterface {
518
561
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
519
562
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
520
563
  * @param {string} [xTenant] The tenant ID for the request.
564
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
521
565
  * @param {*} [options] Override http request option.
522
566
  * @throws {RequiredError}
523
567
  * @memberof UniverseApiInterface
@@ -538,6 +582,7 @@ export interface UniverseApiInterface {
538
582
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
539
583
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
540
584
  * @param {string} [xTenant] The tenant ID for the request.
585
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
541
586
  * @param {*} [options] Override http request option.
542
587
  * @throws {RequiredError}
543
588
  * @memberof UniverseApiInterface
@@ -557,6 +602,7 @@ export interface UniverseApiInterface {
557
602
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
558
603
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
559
604
  * @param {string} [xTenant] The tenant ID for the request.
605
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
560
606
  * @param {*} [options] Override http request option.
561
607
  * @throws {RequiredError}
562
608
  * @memberof UniverseApiInterface
@@ -576,6 +622,7 @@ export interface UniverseApiInterface {
576
622
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
577
623
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
578
624
  * @param {string} [xTenant] The tenant ID for the request.
625
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
579
626
  * @param {*} [options] Override http request option.
580
627
  * @throws {RequiredError}
581
628
  * @memberof UniverseApiInterface
@@ -596,6 +643,7 @@ export interface UniverseApiInterface {
596
643
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
597
644
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
598
645
  * @param {string} [xTenant] The tenant ID for the request.
646
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
599
647
  * @param {*} [options] Override http request option.
600
648
  * @throws {RequiredError}
601
649
  * @memberof UniverseApiInterface
@@ -616,6 +664,7 @@ export interface UniverseApiInterface {
616
664
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
617
665
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
618
666
  * @param {string} [xTenant] The tenant ID for the request.
667
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
619
668
  * @param {*} [options] Override http request option.
620
669
  * @throws {RequiredError}
621
670
  * @memberof UniverseApiInterface
@@ -636,6 +685,7 @@ export interface UniverseApiInterface {
636
685
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
637
686
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
638
687
  * @param {string} [xTenant] The tenant ID for the request.
688
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
639
689
  * @param {*} [options] Override http request option.
640
690
  * @throws {RequiredError}
641
691
  * @memberof UniverseApiInterface
@@ -656,6 +706,7 @@ export interface UniverseApiInterface {
656
706
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
657
707
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
658
708
  * @param {string} [xTenant] The tenant ID for the request.
709
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
659
710
  * @param {*} [options] Override http request option.
660
711
  * @throws {RequiredError}
661
712
  * @memberof UniverseApiInterface
@@ -676,6 +727,7 @@ export interface UniverseApiInterface {
676
727
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
677
728
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
678
729
  * @param {string} [xTenant] The tenant ID for the request.
730
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
679
731
  * @param {*} [options] Override http request option.
680
732
  * @throws {RequiredError}
681
733
  * @memberof UniverseApiInterface
@@ -696,6 +748,7 @@ export interface UniverseApiInterface {
696
748
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
697
749
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
698
750
  * @param {string} [xTenant] The tenant ID for the request.
751
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
699
752
  * @param {*} [options] Override http request option.
700
753
  * @throws {RequiredError}
701
754
  * @memberof UniverseApiInterface
@@ -715,6 +768,7 @@ export interface UniverseApiInterface {
715
768
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
716
769
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
717
770
  * @param {string} [xTenant] The tenant ID for the request.
771
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
718
772
  * @param {*} [options] Override http request option.
719
773
  * @throws {RequiredError}
720
774
  * @memberof UniverseApiInterface
@@ -734,6 +788,7 @@ export interface UniverseApiInterface {
734
788
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
735
789
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
736
790
  * @param {string} [xTenant] The tenant ID for the request.
791
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
737
792
  * @param {*} [options] Override http request option.
738
793
  * @throws {RequiredError}
739
794
  * @memberof UniverseApiInterface
@@ -753,6 +808,7 @@ export interface UniverseApiInterface {
753
808
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
754
809
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
755
810
  * @param {string} [xTenant] The tenant ID for the request.
811
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
756
812
  * @param {*} [options] Override http request option.
757
813
  * @throws {RequiredError}
758
814
  * @memberof UniverseApiInterface
@@ -773,6 +829,7 @@ export interface UniverseApiInterface {
773
829
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
774
830
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
775
831
  * @param {string} [xTenant] The tenant ID for the request.
832
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
776
833
  * @param {*} [options] Override http request option.
777
834
  * @throws {RequiredError}
778
835
  * @memberof UniverseApiInterface
@@ -793,6 +850,7 @@ export interface UniverseApiInterface {
793
850
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
794
851
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
795
852
  * @param {string} [xTenant] The tenant ID for the request.
853
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
796
854
  * @param {*} [options] Override http request option.
797
855
  * @throws {RequiredError}
798
856
  * @memberof UniverseApiInterface
@@ -813,6 +871,7 @@ export interface UniverseApiInterface {
813
871
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
814
872
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
815
873
  * @param {string} [xTenant] The tenant ID for the request.
874
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
816
875
  * @param {*} [options] Override http request option.
817
876
  * @throws {RequiredError}
818
877
  * @memberof UniverseApiInterface
@@ -833,6 +892,7 @@ export interface UniverseApiInterface {
833
892
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
834
893
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
835
894
  * @param {string} [xTenant] The tenant ID for the request.
895
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
836
896
  * @param {*} [options] Override http request option.
837
897
  * @throws {RequiredError}
838
898
  * @memberof UniverseApiInterface
@@ -853,6 +913,7 @@ export interface UniverseApiInterface {
853
913
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
854
914
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
855
915
  * @param {string} [xTenant] The tenant ID for the request.
916
+ * @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
856
917
  * @param {*} [options] Override http request option.
857
918
  * @throws {RequiredError}
858
919
  * @memberof UniverseApiInterface
@@ -904,11 +965,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
904
965
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
905
966
  }
906
967
 
968
+ if (requestParameters['ifModifiedSince'] != null) {
969
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
970
+ }
971
+
907
972
  /*
908
973
  */
909
974
 
910
975
  let urlPath = `/universe/ancestries`;
911
976
 
977
+ // Auto-inject X-Compatibility-Date if not already provided
978
+ if (!headerParameters['X-Compatibility-Date']) {
979
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
980
+ }
981
+
912
982
  const facade = this.configuration?.apiFacade;
913
983
  if (!facade) {
914
984
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -972,12 +1042,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
972
1042
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
973
1043
  }
974
1044
 
1045
+ if (requestParameters['ifModifiedSince'] != null) {
1046
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1047
+ }
1048
+
975
1049
  /*
976
1050
  */
977
1051
 
978
1052
  let urlPath = `/universe/asteroid_belts/{asteroid_belt_id}`;
979
1053
  urlPath = urlPath.replace(`{${"asteroid_belt_id"}}`, encodeURIComponent(String(requestParameters['asteroidBeltId'])));
980
1054
 
1055
+ // Auto-inject X-Compatibility-Date if not already provided
1056
+ if (!headerParameters['X-Compatibility-Date']) {
1057
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1058
+ }
1059
+
981
1060
  const facade = this.configuration?.apiFacade;
982
1061
  if (!facade) {
983
1062
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1034,11 +1113,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1034
1113
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1035
1114
  }
1036
1115
 
1116
+ if (requestParameters['ifModifiedSince'] != null) {
1117
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1118
+ }
1119
+
1037
1120
  /*
1038
1121
  */
1039
1122
 
1040
1123
  let urlPath = `/universe/bloodlines`;
1041
1124
 
1125
+ // Auto-inject X-Compatibility-Date if not already provided
1126
+ if (!headerParameters['X-Compatibility-Date']) {
1127
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1128
+ }
1129
+
1042
1130
  const facade = this.configuration?.apiFacade;
1043
1131
  if (!facade) {
1044
1132
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1095,11 +1183,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1095
1183
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1096
1184
  }
1097
1185
 
1186
+ if (requestParameters['ifModifiedSince'] != null) {
1187
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1188
+ }
1189
+
1098
1190
  /*
1099
1191
  */
1100
1192
 
1101
1193
  let urlPath = `/universe/categories`;
1102
1194
 
1195
+ // Auto-inject X-Compatibility-Date if not already provided
1196
+ if (!headerParameters['X-Compatibility-Date']) {
1197
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1198
+ }
1199
+
1103
1200
  const facade = this.configuration?.apiFacade;
1104
1201
  if (!facade) {
1105
1202
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1163,12 +1260,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1163
1260
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1164
1261
  }
1165
1262
 
1263
+ if (requestParameters['ifModifiedSince'] != null) {
1264
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1265
+ }
1266
+
1166
1267
  /*
1167
1268
  */
1168
1269
 
1169
1270
  let urlPath = `/universe/categories/{category_id}`;
1170
1271
  urlPath = urlPath.replace(`{${"category_id"}}`, encodeURIComponent(String(requestParameters['categoryId'])));
1171
1272
 
1273
+ // Auto-inject X-Compatibility-Date if not already provided
1274
+ if (!headerParameters['X-Compatibility-Date']) {
1275
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1276
+ }
1277
+
1172
1278
  const facade = this.configuration?.apiFacade;
1173
1279
  if (!facade) {
1174
1280
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1225,11 +1331,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1225
1331
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1226
1332
  }
1227
1333
 
1334
+ if (requestParameters['ifModifiedSince'] != null) {
1335
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1336
+ }
1337
+
1228
1338
  /*
1229
1339
  */
1230
1340
 
1231
1341
  let urlPath = `/universe/constellations`;
1232
1342
 
1343
+ // Auto-inject X-Compatibility-Date if not already provided
1344
+ if (!headerParameters['X-Compatibility-Date']) {
1345
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1346
+ }
1347
+
1233
1348
  const facade = this.configuration?.apiFacade;
1234
1349
  if (!facade) {
1235
1350
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1293,12 +1408,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1293
1408
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1294
1409
  }
1295
1410
 
1411
+ if (requestParameters['ifModifiedSince'] != null) {
1412
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1413
+ }
1414
+
1296
1415
  /*
1297
1416
  */
1298
1417
 
1299
1418
  let urlPath = `/universe/constellations/{constellation_id}`;
1300
1419
  urlPath = urlPath.replace(`{${"constellation_id"}}`, encodeURIComponent(String(requestParameters['constellationId'])));
1301
1420
 
1421
+ // Auto-inject X-Compatibility-Date if not already provided
1422
+ if (!headerParameters['X-Compatibility-Date']) {
1423
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1424
+ }
1425
+
1302
1426
  const facade = this.configuration?.apiFacade;
1303
1427
  if (!facade) {
1304
1428
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1355,11 +1479,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1355
1479
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1356
1480
  }
1357
1481
 
1482
+ if (requestParameters['ifModifiedSince'] != null) {
1483
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1484
+ }
1485
+
1358
1486
  /*
1359
1487
  */
1360
1488
 
1361
1489
  let urlPath = `/universe/factions`;
1362
1490
 
1491
+ // Auto-inject X-Compatibility-Date if not already provided
1492
+ if (!headerParameters['X-Compatibility-Date']) {
1493
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1494
+ }
1495
+
1363
1496
  const facade = this.configuration?.apiFacade;
1364
1497
  if (!facade) {
1365
1498
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1416,11 +1549,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1416
1549
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1417
1550
  }
1418
1551
 
1552
+ if (requestParameters['ifModifiedSince'] != null) {
1553
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1554
+ }
1555
+
1419
1556
  /*
1420
1557
  */
1421
1558
 
1422
1559
  let urlPath = `/universe/graphics`;
1423
1560
 
1561
+ // Auto-inject X-Compatibility-Date if not already provided
1562
+ if (!headerParameters['X-Compatibility-Date']) {
1563
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1564
+ }
1565
+
1424
1566
  const facade = this.configuration?.apiFacade;
1425
1567
  if (!facade) {
1426
1568
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1484,12 +1626,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1484
1626
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1485
1627
  }
1486
1628
 
1629
+ if (requestParameters['ifModifiedSince'] != null) {
1630
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1631
+ }
1632
+
1487
1633
  /*
1488
1634
  */
1489
1635
 
1490
1636
  let urlPath = `/universe/graphics/{graphic_id}`;
1491
1637
  urlPath = urlPath.replace(`{${"graphic_id"}}`, encodeURIComponent(String(requestParameters['graphicId'])));
1492
1638
 
1639
+ // Auto-inject X-Compatibility-Date if not already provided
1640
+ if (!headerParameters['X-Compatibility-Date']) {
1641
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1642
+ }
1643
+
1493
1644
  const facade = this.configuration?.apiFacade;
1494
1645
  if (!facade) {
1495
1646
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1550,11 +1701,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1550
1701
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1551
1702
  }
1552
1703
 
1704
+ if (requestParameters['ifModifiedSince'] != null) {
1705
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1706
+ }
1707
+
1553
1708
  /*
1554
1709
  */
1555
1710
 
1556
1711
  let urlPath = `/universe/groups`;
1557
1712
 
1713
+ // Auto-inject X-Compatibility-Date if not already provided
1714
+ if (!headerParameters['X-Compatibility-Date']) {
1715
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1716
+ }
1717
+
1558
1718
  const facade = this.configuration?.apiFacade;
1559
1719
  if (!facade) {
1560
1720
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1618,12 +1778,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1618
1778
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1619
1779
  }
1620
1780
 
1781
+ if (requestParameters['ifModifiedSince'] != null) {
1782
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1783
+ }
1784
+
1621
1785
  /*
1622
1786
  */
1623
1787
 
1624
1788
  let urlPath = `/universe/groups/{group_id}`;
1625
1789
  urlPath = urlPath.replace(`{${"group_id"}}`, encodeURIComponent(String(requestParameters['groupId'])));
1626
1790
 
1791
+ // Auto-inject X-Compatibility-Date if not already provided
1792
+ if (!headerParameters['X-Compatibility-Date']) {
1793
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1794
+ }
1795
+
1627
1796
  const facade = this.configuration?.apiFacade;
1628
1797
  if (!facade) {
1629
1798
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1687,12 +1856,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1687
1856
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1688
1857
  }
1689
1858
 
1859
+ if (requestParameters['ifModifiedSince'] != null) {
1860
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1861
+ }
1862
+
1690
1863
  /*
1691
1864
  */
1692
1865
 
1693
1866
  let urlPath = `/universe/moons/{moon_id}`;
1694
1867
  urlPath = urlPath.replace(`{${"moon_id"}}`, encodeURIComponent(String(requestParameters['moonId'])));
1695
1868
 
1869
+ // Auto-inject X-Compatibility-Date if not already provided
1870
+ if (!headerParameters['X-Compatibility-Date']) {
1871
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1872
+ }
1873
+
1696
1874
  const facade = this.configuration?.apiFacade;
1697
1875
  if (!facade) {
1698
1876
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1756,12 +1934,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1756
1934
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1757
1935
  }
1758
1936
 
1937
+ if (requestParameters['ifModifiedSince'] != null) {
1938
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
1939
+ }
1940
+
1759
1941
  /*
1760
1942
  */
1761
1943
 
1762
1944
  let urlPath = `/universe/planets/{planet_id}`;
1763
1945
  urlPath = urlPath.replace(`{${"planet_id"}}`, encodeURIComponent(String(requestParameters['planetId'])));
1764
1946
 
1947
+ // Auto-inject X-Compatibility-Date if not already provided
1948
+ if (!headerParameters['X-Compatibility-Date']) {
1949
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
1950
+ }
1951
+
1765
1952
  const facade = this.configuration?.apiFacade;
1766
1953
  if (!facade) {
1767
1954
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1818,11 +2005,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1818
2005
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1819
2006
  }
1820
2007
 
2008
+ if (requestParameters['ifModifiedSince'] != null) {
2009
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2010
+ }
2011
+
1821
2012
  /*
1822
2013
  */
1823
2014
 
1824
2015
  let urlPath = `/universe/races`;
1825
2016
 
2017
+ // Auto-inject X-Compatibility-Date if not already provided
2018
+ if (!headerParameters['X-Compatibility-Date']) {
2019
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2020
+ }
2021
+
1826
2022
  const facade = this.configuration?.apiFacade;
1827
2023
  if (!facade) {
1828
2024
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1879,11 +2075,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1879
2075
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1880
2076
  }
1881
2077
 
2078
+ if (requestParameters['ifModifiedSince'] != null) {
2079
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2080
+ }
2081
+
1882
2082
  /*
1883
2083
  */
1884
2084
 
1885
2085
  let urlPath = `/universe/regions`;
1886
2086
 
2087
+ // Auto-inject X-Compatibility-Date if not already provided
2088
+ if (!headerParameters['X-Compatibility-Date']) {
2089
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2090
+ }
2091
+
1887
2092
  const facade = this.configuration?.apiFacade;
1888
2093
  if (!facade) {
1889
2094
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -1947,12 +2152,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
1947
2152
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
1948
2153
  }
1949
2154
 
2155
+ if (requestParameters['ifModifiedSince'] != null) {
2156
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2157
+ }
2158
+
1950
2159
  /*
1951
2160
  */
1952
2161
 
1953
2162
  let urlPath = `/universe/regions/{region_id}`;
1954
2163
  urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
1955
2164
 
2165
+ // Auto-inject X-Compatibility-Date if not already provided
2166
+ if (!headerParameters['X-Compatibility-Date']) {
2167
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2168
+ }
2169
+
1956
2170
  const facade = this.configuration?.apiFacade;
1957
2171
  if (!facade) {
1958
2172
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2016,12 +2230,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2016
2230
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2017
2231
  }
2018
2232
 
2233
+ if (requestParameters['ifModifiedSince'] != null) {
2234
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2235
+ }
2236
+
2019
2237
  /*
2020
2238
  */
2021
2239
 
2022
2240
  let urlPath = `/universe/stargates/{stargate_id}`;
2023
2241
  urlPath = urlPath.replace(`{${"stargate_id"}}`, encodeURIComponent(String(requestParameters['stargateId'])));
2024
2242
 
2243
+ // Auto-inject X-Compatibility-Date if not already provided
2244
+ if (!headerParameters['X-Compatibility-Date']) {
2245
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2246
+ }
2247
+
2025
2248
  const facade = this.configuration?.apiFacade;
2026
2249
  if (!facade) {
2027
2250
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2085,12 +2308,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2085
2308
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2086
2309
  }
2087
2310
 
2311
+ if (requestParameters['ifModifiedSince'] != null) {
2312
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2313
+ }
2314
+
2088
2315
  /*
2089
2316
  */
2090
2317
 
2091
2318
  let urlPath = `/universe/stars/{star_id}`;
2092
2319
  urlPath = urlPath.replace(`{${"star_id"}}`, encodeURIComponent(String(requestParameters['starId'])));
2093
2320
 
2321
+ // Auto-inject X-Compatibility-Date if not already provided
2322
+ if (!headerParameters['X-Compatibility-Date']) {
2323
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2324
+ }
2325
+
2094
2326
  const facade = this.configuration?.apiFacade;
2095
2327
  if (!facade) {
2096
2328
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2154,12 +2386,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2154
2386
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2155
2387
  }
2156
2388
 
2389
+ if (requestParameters['ifModifiedSince'] != null) {
2390
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2391
+ }
2392
+
2157
2393
  /*
2158
2394
  */
2159
2395
 
2160
2396
  let urlPath = `/universe/stations/{station_id}`;
2161
2397
  urlPath = urlPath.replace(`{${"station_id"}}`, encodeURIComponent(String(requestParameters['stationId'])));
2162
2398
 
2399
+ // Auto-inject X-Compatibility-Date if not already provided
2400
+ if (!headerParameters['X-Compatibility-Date']) {
2401
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2402
+ }
2403
+
2163
2404
  const facade = this.configuration?.apiFacade;
2164
2405
  if (!facade) {
2165
2406
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2220,11 +2461,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2220
2461
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2221
2462
  }
2222
2463
 
2464
+ if (requestParameters['ifModifiedSince'] != null) {
2465
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2466
+ }
2467
+
2223
2468
  /*
2224
2469
  */
2225
2470
 
2226
2471
  let urlPath = `/universe/structures`;
2227
2472
 
2473
+ // Auto-inject X-Compatibility-Date if not already provided
2474
+ if (!headerParameters['X-Compatibility-Date']) {
2475
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2476
+ }
2477
+
2228
2478
  const facade = this.configuration?.apiFacade;
2229
2479
  if (!facade) {
2230
2480
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2288,6 +2538,10 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2288
2538
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2289
2539
  }
2290
2540
 
2541
+ if (requestParameters['ifModifiedSince'] != null) {
2542
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2543
+ }
2544
+
2291
2545
  /*
2292
2546
  if (this.configuration && this.configuration.accessToken) {
2293
2547
  // oauth required
@@ -2299,6 +2553,11 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2299
2553
  let urlPath = `/universe/structures/{structure_id}`;
2300
2554
  urlPath = urlPath.replace(`{${"structure_id"}}`, encodeURIComponent(String(requestParameters['structureId'])));
2301
2555
 
2556
+ // Auto-inject X-Compatibility-Date if not already provided
2557
+ if (!headerParameters['X-Compatibility-Date']) {
2558
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2559
+ }
2560
+
2302
2561
  const facade = this.configuration?.apiFacade;
2303
2562
  if (!facade) {
2304
2563
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2355,11 +2614,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2355
2614
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2356
2615
  }
2357
2616
 
2617
+ if (requestParameters['ifModifiedSince'] != null) {
2618
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2619
+ }
2620
+
2358
2621
  /*
2359
2622
  */
2360
2623
 
2361
2624
  let urlPath = `/universe/system_jumps`;
2362
2625
 
2626
+ // Auto-inject X-Compatibility-Date if not already provided
2627
+ if (!headerParameters['X-Compatibility-Date']) {
2628
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2629
+ }
2630
+
2363
2631
  const facade = this.configuration?.apiFacade;
2364
2632
  if (!facade) {
2365
2633
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2416,11 +2684,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2416
2684
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2417
2685
  }
2418
2686
 
2687
+ if (requestParameters['ifModifiedSince'] != null) {
2688
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2689
+ }
2690
+
2419
2691
  /*
2420
2692
  */
2421
2693
 
2422
2694
  let urlPath = `/universe/system_kills`;
2423
2695
 
2696
+ // Auto-inject X-Compatibility-Date if not already provided
2697
+ if (!headerParameters['X-Compatibility-Date']) {
2698
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2699
+ }
2700
+
2424
2701
  const facade = this.configuration?.apiFacade;
2425
2702
  if (!facade) {
2426
2703
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2477,11 +2754,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2477
2754
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2478
2755
  }
2479
2756
 
2757
+ if (requestParameters['ifModifiedSince'] != null) {
2758
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2759
+ }
2760
+
2480
2761
  /*
2481
2762
  */
2482
2763
 
2483
2764
  let urlPath = `/universe/systems`;
2484
2765
 
2766
+ // Auto-inject X-Compatibility-Date if not already provided
2767
+ if (!headerParameters['X-Compatibility-Date']) {
2768
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2769
+ }
2770
+
2485
2771
  const facade = this.configuration?.apiFacade;
2486
2772
  if (!facade) {
2487
2773
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2545,12 +2831,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2545
2831
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2546
2832
  }
2547
2833
 
2834
+ if (requestParameters['ifModifiedSince'] != null) {
2835
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2836
+ }
2837
+
2548
2838
  /*
2549
2839
  */
2550
2840
 
2551
2841
  let urlPath = `/universe/systems/{system_id}`;
2552
2842
  urlPath = urlPath.replace(`{${"system_id"}}`, encodeURIComponent(String(requestParameters['systemId'])));
2553
2843
 
2844
+ // Auto-inject X-Compatibility-Date if not already provided
2845
+ if (!headerParameters['X-Compatibility-Date']) {
2846
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2847
+ }
2848
+
2554
2849
  const facade = this.configuration?.apiFacade;
2555
2850
  if (!facade) {
2556
2851
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2611,11 +2906,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2611
2906
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2612
2907
  }
2613
2908
 
2909
+ if (requestParameters['ifModifiedSince'] != null) {
2910
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2911
+ }
2912
+
2614
2913
  /*
2615
2914
  */
2616
2915
 
2617
2916
  let urlPath = `/universe/types`;
2618
2917
 
2918
+ // Auto-inject X-Compatibility-Date if not already provided
2919
+ if (!headerParameters['X-Compatibility-Date']) {
2920
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2921
+ }
2922
+
2619
2923
  const facade = this.configuration?.apiFacade;
2620
2924
  if (!facade) {
2621
2925
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2679,12 +2983,21 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2679
2983
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2680
2984
  }
2681
2985
 
2986
+ if (requestParameters['ifModifiedSince'] != null) {
2987
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
2988
+ }
2989
+
2682
2990
  /*
2683
2991
  */
2684
2992
 
2685
2993
  let urlPath = `/universe/types/{type_id}`;
2686
2994
  urlPath = urlPath.replace(`{${"type_id"}}`, encodeURIComponent(String(requestParameters['typeId'])));
2687
2995
 
2996
+ // Auto-inject X-Compatibility-Date if not already provided
2997
+ if (!headerParameters['X-Compatibility-Date']) {
2998
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
2999
+ }
3000
+
2688
3001
  const facade = this.configuration?.apiFacade;
2689
3002
  if (!facade) {
2690
3003
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2750,11 +3063,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2750
3063
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2751
3064
  }
2752
3065
 
3066
+ if (requestParameters['ifModifiedSince'] != null) {
3067
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
3068
+ }
3069
+
2753
3070
  /*
2754
3071
  */
2755
3072
 
2756
3073
  let urlPath = `/universe/ids`;
2757
3074
 
3075
+ // Auto-inject X-Compatibility-Date if not already provided
3076
+ if (!headerParameters['X-Compatibility-Date']) {
3077
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
3078
+ }
3079
+
2758
3080
  const facade = this.configuration?.apiFacade;
2759
3081
  if (!facade) {
2760
3082
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -2821,11 +3143,20 @@ export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface
2821
3143
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
2822
3144
  }
2823
3145
 
3146
+ if (requestParameters['ifModifiedSince'] != null) {
3147
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
3148
+ }
3149
+
2824
3150
  /*
2825
3151
  */
2826
3152
 
2827
3153
  let urlPath = `/universe/names`;
2828
3154
 
3155
+ // Auto-inject X-Compatibility-Date if not already provided
3156
+ if (!headerParameters['X-Compatibility-Date']) {
3157
+ headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
3158
+ }
3159
+
2829
3160
  const facade = this.configuration?.apiFacade;
2830
3161
  if (!facade) {
2831
3162
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');