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
@@ -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
 
@@ -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 {
@@ -90,6 +92,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -170,6 +175,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -247,6 +255,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -324,6 +335,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -404,6 +418,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -481,6 +498,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -561,6 +581,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -638,6 +661,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -715,6 +741,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -795,6 +824,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -875,6 +907,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -955,6 +990,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1035,6 +1073,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1115,6 +1156,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1192,6 +1236,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1269,6 +1316,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1349,6 +1399,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1429,6 +1482,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1509,6 +1565,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1589,6 +1648,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1669,6 +1731,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1753,6 +1818,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1830,6 +1898,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1907,6 +1978,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -1984,6 +2058,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -2064,6 +2141,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -2144,6 +2224,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -2224,6 +2307,7 @@ example().catch(console.error);
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
 
@@ -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 {
@@ -2304,6 +2390,7 @@ example().catch(console.error);
2304
2390
  | **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] |
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 `'tranquility'`] |
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<UniverseNamesPostInner> postUniverseNames(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
2420
+ > Array<UniverseNamesPostInner> postUniverseNames(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
2334
2421
 
2335
2422
  Get names and categories for a set of IDs
2336
2423
 
@@ -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 {
@@ -2384,6 +2473,7 @@ example().catch(console.error);
2384
2473
  | **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] |
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 `'tranquility'`] |
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