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
package/docs/FleetsApi.md CHANGED
@@ -23,7 +23,7 @@ All URIs are relative to *https://esi.evetech.net*
23
23
 
24
24
  ## deleteFleetsFleetIdMembersMemberId
25
25
 
26
- > deleteFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
26
+ > deleteFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
27
27
 
28
28
  Kick fleet member
29
29
 
@@ -59,6 +59,8 @@ async function example() {
59
59
  ifNoneMatch: ifNoneMatch_example,
60
60
  // string | The tenant ID for the request. (optional)
61
61
  xTenant: ,
62
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
63
+ ifModifiedSince: ifModifiedSince_example,
62
64
  } satisfies DeleteFleetsFleetIdMembersMemberIdRequest;
63
65
 
64
66
  try {
@@ -84,6 +86,7 @@ example().catch(console.error);
84
86
  | **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] |
85
87
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
86
88
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
89
+ | **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`] |
87
90
 
88
91
  ### Return type
89
92
 
@@ -110,7 +113,7 @@ example().catch(console.error);
110
113
 
111
114
  ## deleteFleetsFleetIdSquadsSquadId
112
115
 
113
- > deleteFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
116
+ > deleteFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
114
117
 
115
118
  Delete fleet squad
116
119
 
@@ -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 DeleteFleetsFleetIdSquadsSquadIdRequest;
150
155
 
151
156
  try {
@@ -171,6 +176,7 @@ example().catch(console.error);
171
176
  | **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] |
172
177
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
173
178
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
179
+ | **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`] |
174
180
 
175
181
  ### Return type
176
182
 
@@ -197,7 +203,7 @@ example().catch(console.error);
197
203
 
198
204
  ## deleteFleetsFleetIdWingsWingId
199
205
 
200
- > deleteFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
206
+ > deleteFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
201
207
 
202
208
  Delete fleet wing
203
209
 
@@ -233,6 +239,8 @@ async function example() {
233
239
  ifNoneMatch: ifNoneMatch_example,
234
240
  // string | The tenant ID for the request. (optional)
235
241
  xTenant: ,
242
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
243
+ ifModifiedSince: ifModifiedSince_example,
236
244
  } satisfies DeleteFleetsFleetIdWingsWingIdRequest;
237
245
 
238
246
  try {
@@ -258,6 +266,7 @@ example().catch(console.error);
258
266
  | **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] |
259
267
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
260
268
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
269
+ | **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`] |
261
270
 
262
271
  ### Return type
263
272
 
@@ -284,7 +293,7 @@ example().catch(console.error);
284
293
 
285
294
  ## getCharactersCharacterIdFleet
286
295
 
287
- > CharactersCharacterIdFleetGet getCharactersCharacterIdFleet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
296
+ > CharactersCharacterIdFleetGet getCharactersCharacterIdFleet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
288
297
 
289
298
  Get character fleet info
290
299
 
@@ -318,6 +327,8 @@ async function example() {
318
327
  ifNoneMatch: ifNoneMatch_example,
319
328
  // string | The tenant ID for the request. (optional)
320
329
  xTenant: ,
330
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
331
+ ifModifiedSince: ifModifiedSince_example,
321
332
  } satisfies GetCharactersCharacterIdFleetRequest;
322
333
 
323
334
  try {
@@ -342,6 +353,7 @@ example().catch(console.error);
342
353
  | **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] |
343
354
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
344
355
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
356
+ | **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`] |
345
357
 
346
358
  ### Return type
347
359
 
@@ -368,7 +380,7 @@ example().catch(console.error);
368
380
 
369
381
  ## getFleetsFleetId
370
382
 
371
- > FleetsFleetIdGet getFleetsFleetId(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
383
+ > FleetsFleetIdGet getFleetsFleetId(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
372
384
 
373
385
  Get fleet information
374
386
 
@@ -402,6 +414,8 @@ async function example() {
402
414
  ifNoneMatch: ifNoneMatch_example,
403
415
  // string | The tenant ID for the request. (optional)
404
416
  xTenant: ,
417
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
418
+ ifModifiedSince: ifModifiedSince_example,
405
419
  } satisfies GetFleetsFleetIdRequest;
406
420
 
407
421
  try {
@@ -426,6 +440,7 @@ example().catch(console.error);
426
440
  | **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] |
427
441
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
428
442
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
443
+ | **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`] |
429
444
 
430
445
  ### Return type
431
446
 
@@ -452,7 +467,7 @@ example().catch(console.error);
452
467
 
453
468
  ## getFleetsFleetIdMembers
454
469
 
455
- > Array<FleetsFleetIdMembersGetInner> getFleetsFleetIdMembers(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
470
+ > Array<FleetsFleetIdMembersGetInner> getFleetsFleetIdMembers(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
456
471
 
457
472
  Get fleet members
458
473
 
@@ -486,6 +501,8 @@ async function example() {
486
501
  ifNoneMatch: ifNoneMatch_example,
487
502
  // string | The tenant ID for the request. (optional)
488
503
  xTenant: ,
504
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
505
+ ifModifiedSince: ifModifiedSince_example,
489
506
  } satisfies GetFleetsFleetIdMembersRequest;
490
507
 
491
508
  try {
@@ -510,6 +527,7 @@ example().catch(console.error);
510
527
  | **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] |
511
528
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
512
529
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
530
+ | **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`] |
513
531
 
514
532
  ### Return type
515
533
 
@@ -536,7 +554,7 @@ example().catch(console.error);
536
554
 
537
555
  ## getFleetsFleetIdWings
538
556
 
539
- > Array<FleetsFleetIdWingsGetInner> getFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
557
+ > Array<FleetsFleetIdWingsGetInner> getFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
540
558
 
541
559
  Get fleet wings
542
560
 
@@ -570,6 +588,8 @@ async function example() {
570
588
  ifNoneMatch: ifNoneMatch_example,
571
589
  // string | The tenant ID for the request. (optional)
572
590
  xTenant: ,
591
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
592
+ ifModifiedSince: ifModifiedSince_example,
573
593
  } satisfies GetFleetsFleetIdWingsRequest;
574
594
 
575
595
  try {
@@ -594,6 +614,7 @@ example().catch(console.error);
594
614
  | **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] |
595
615
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
596
616
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
617
+ | **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`] |
597
618
 
598
619
  ### Return type
599
620
 
@@ -620,7 +641,7 @@ example().catch(console.error);
620
641
 
621
642
  ## postFleetsFleetIdMembers
622
643
 
623
- > postFleetsFleetIdMembers(fleetId, xCompatibilityDate, postFleetsFleetIdMembersRequest, acceptLanguage, ifNoneMatch, xTenant)
644
+ > postFleetsFleetIdMembers(fleetId, xCompatibilityDate, postFleetsFleetIdMembersRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
624
645
 
625
646
  Create fleet invitation
626
647
 
@@ -656,6 +677,8 @@ async function example() {
656
677
  ifNoneMatch: ifNoneMatch_example,
657
678
  // string | The tenant ID for the request. (optional)
658
679
  xTenant: ,
680
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
681
+ ifModifiedSince: ifModifiedSince_example,
659
682
  } satisfies PostFleetsFleetIdMembersOperationRequest;
660
683
 
661
684
  try {
@@ -681,6 +704,7 @@ example().catch(console.error);
681
704
  | **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] |
682
705
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
683
706
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
707
+ | **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`] |
684
708
 
685
709
  ### Return type
686
710
 
@@ -707,7 +731,7 @@ example().catch(console.error);
707
731
 
708
732
  ## postFleetsFleetIdWings
709
733
 
710
- > FleetsFleetIdWingsPost postFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
734
+ > FleetsFleetIdWingsPost postFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
711
735
 
712
736
  Create fleet wing
713
737
 
@@ -741,6 +765,8 @@ async function example() {
741
765
  ifNoneMatch: ifNoneMatch_example,
742
766
  // string | The tenant ID for the request. (optional)
743
767
  xTenant: ,
768
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
769
+ ifModifiedSince: ifModifiedSince_example,
744
770
  } satisfies PostFleetsFleetIdWingsRequest;
745
771
 
746
772
  try {
@@ -765,6 +791,7 @@ example().catch(console.error);
765
791
  | **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] |
766
792
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
767
793
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
794
+ | **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`] |
768
795
 
769
796
  ### Return type
770
797
 
@@ -791,7 +818,7 @@ example().catch(console.error);
791
818
 
792
819
  ## postFleetsFleetIdWingsWingIdSquads
793
820
 
794
- > FleetsFleetIdWingsWingIdSquadsPost postFleetsFleetIdWingsWingIdSquads(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
821
+ > FleetsFleetIdWingsWingIdSquadsPost postFleetsFleetIdWingsWingIdSquads(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
795
822
 
796
823
  Create fleet squad
797
824
 
@@ -827,6 +854,8 @@ async function example() {
827
854
  ifNoneMatch: ifNoneMatch_example,
828
855
  // string | The tenant ID for the request. (optional)
829
856
  xTenant: ,
857
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
858
+ ifModifiedSince: ifModifiedSince_example,
830
859
  } satisfies PostFleetsFleetIdWingsWingIdSquadsRequest;
831
860
 
832
861
  try {
@@ -852,6 +881,7 @@ example().catch(console.error);
852
881
  | **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] |
853
882
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
854
883
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
884
+ | **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`] |
855
885
 
856
886
  ### Return type
857
887
 
@@ -878,7 +908,7 @@ example().catch(console.error);
878
908
 
879
909
  ## putFleetsFleetId
880
910
 
881
- > putFleetsFleetId(fleetId, xCompatibilityDate, putFleetsFleetIdRequest, acceptLanguage, ifNoneMatch, xTenant)
911
+ > putFleetsFleetId(fleetId, xCompatibilityDate, putFleetsFleetIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
882
912
 
883
913
  Update fleet
884
914
 
@@ -914,6 +944,8 @@ async function example() {
914
944
  ifNoneMatch: ifNoneMatch_example,
915
945
  // string | The tenant ID for the request. (optional)
916
946
  xTenant: ,
947
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
948
+ ifModifiedSince: ifModifiedSince_example,
917
949
  } satisfies PutFleetsFleetIdOperationRequest;
918
950
 
919
951
  try {
@@ -939,6 +971,7 @@ example().catch(console.error);
939
971
  | **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] |
940
972
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
941
973
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
974
+ | **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`] |
942
975
 
943
976
  ### Return type
944
977
 
@@ -965,7 +998,7 @@ example().catch(console.error);
965
998
 
966
999
  ## putFleetsFleetIdMembersMemberId
967
1000
 
968
- > putFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, putFleetsFleetIdMembersMemberIdRequest, acceptLanguage, ifNoneMatch, xTenant)
1001
+ > putFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, putFleetsFleetIdMembersMemberIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
969
1002
 
970
1003
  Move fleet member
971
1004
 
@@ -1003,6 +1036,8 @@ async function example() {
1003
1036
  ifNoneMatch: ifNoneMatch_example,
1004
1037
  // string | The tenant ID for the request. (optional)
1005
1038
  xTenant: ,
1039
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1040
+ ifModifiedSince: ifModifiedSince_example,
1006
1041
  } satisfies PutFleetsFleetIdMembersMemberIdOperationRequest;
1007
1042
 
1008
1043
  try {
@@ -1029,6 +1064,7 @@ example().catch(console.error);
1029
1064
  | **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] |
1030
1065
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1031
1066
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1067
+ | **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`] |
1032
1068
 
1033
1069
  ### Return type
1034
1070
 
@@ -1055,7 +1091,7 @@ example().catch(console.error);
1055
1091
 
1056
1092
  ## putFleetsFleetIdSquadsSquadId
1057
1093
 
1058
- > putFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
1094
+ > putFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1059
1095
 
1060
1096
  Rename fleet squad
1061
1097
 
@@ -1093,6 +1129,8 @@ async function example() {
1093
1129
  ifNoneMatch: ifNoneMatch_example,
1094
1130
  // string | The tenant ID for the request. (optional)
1095
1131
  xTenant: ,
1132
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1133
+ ifModifiedSince: ifModifiedSince_example,
1096
1134
  } satisfies PutFleetsFleetIdSquadsSquadIdOperationRequest;
1097
1135
 
1098
1136
  try {
@@ -1119,6 +1157,7 @@ example().catch(console.error);
1119
1157
  | **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] |
1120
1158
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1121
1159
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1160
+ | **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`] |
1122
1161
 
1123
1162
  ### Return type
1124
1163
 
@@ -1145,7 +1184,7 @@ example().catch(console.error);
1145
1184
 
1146
1185
  ## putFleetsFleetIdWingsWingId
1147
1186
 
1148
- > putFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
1187
+ > putFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1149
1188
 
1150
1189
  Rename fleet wing
1151
1190
 
@@ -1183,6 +1222,8 @@ async function example() {
1183
1222
  ifNoneMatch: ifNoneMatch_example,
1184
1223
  // string | The tenant ID for the request. (optional)
1185
1224
  xTenant: ,
1225
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1226
+ ifModifiedSince: ifModifiedSince_example,
1186
1227
  } satisfies PutFleetsFleetIdWingsWingIdRequest;
1187
1228
 
1188
1229
  try {
@@ -1209,6 +1250,7 @@ example().catch(console.error);
1209
1250
  | **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] |
1210
1251
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1211
1252
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1253
+ | **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`] |
1212
1254
 
1213
1255
  ### Return type
1214
1256
 
@@ -15,7 +15,7 @@ All URIs are relative to *https://esi.evetech.net*
15
15
 
16
16
  ## getCharactersFreelanceJobsListing
17
17
 
18
- > CharactersFreelanceJobsListing getCharactersFreelanceJobsListing(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
18
+ > CharactersFreelanceJobsListing getCharactersFreelanceJobsListing(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
19
19
 
20
20
  List character freelance jobs
21
21
 
@@ -49,6 +49,8 @@ async function example() {
49
49
  ifNoneMatch: ifNoneMatch_example,
50
50
  // string | The tenant ID for the request. (optional)
51
51
  xTenant: ,
52
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
53
+ ifModifiedSince: ifModifiedSince_example,
52
54
  } satisfies GetCharactersFreelanceJobsListingRequest;
53
55
 
54
56
  try {
@@ -73,6 +75,7 @@ example().catch(console.error);
73
75
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
74
76
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
75
77
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
78
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
76
79
 
77
80
  ### Return type
78
81
 
@@ -92,14 +95,14 @@ example().catch(console.error);
92
95
  | Status code | Description | Response headers |
93
96
  |-------------|-------------|------------------|
94
97
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
95
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
98
+ | **0** | Error | - |
96
99
 
97
100
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
98
101
 
99
102
 
100
103
  ## getCharactersFreelanceJobsParticipation
101
104
 
102
- > CharactersFreelanceJobsParticipation getCharactersFreelanceJobsParticipation(characterId, jobId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
105
+ > CharactersFreelanceJobsParticipation getCharactersFreelanceJobsParticipation(characterId, jobId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
103
106
 
104
107
  Get character freelance job participation
105
108
 
@@ -135,6 +138,8 @@ async function example() {
135
138
  ifNoneMatch: ifNoneMatch_example,
136
139
  // string | The tenant ID for the request. (optional)
137
140
  xTenant: ,
141
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
142
+ ifModifiedSince: ifModifiedSince_example,
138
143
  } satisfies GetCharactersFreelanceJobsParticipationRequest;
139
144
 
140
145
  try {
@@ -160,6 +165,7 @@ example().catch(console.error);
160
165
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
161
166
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
162
167
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
168
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
163
169
 
164
170
  ### Return type
165
171
 
@@ -179,14 +185,14 @@ example().catch(console.error);
179
185
  | Status code | Description | Response headers |
180
186
  |-------------|-------------|------------------|
181
187
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
182
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
188
+ | **0** | Error | - |
183
189
 
184
190
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
185
191
 
186
192
 
187
193
  ## getCorporationsFreelanceJobsListing
188
194
 
189
- > CorporationsFreelanceJobsListing getCorporationsFreelanceJobsListing(corporationId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant)
195
+ > CorporationsFreelanceJobsListing getCorporationsFreelanceJobsListing(corporationId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
190
196
 
191
197
  List corporation freelance jobs
192
198
 
@@ -226,6 +232,8 @@ async function example() {
226
232
  ifNoneMatch: ifNoneMatch_example,
227
233
  // string | The tenant ID for the request. (optional)
228
234
  xTenant: ,
235
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
236
+ ifModifiedSince: ifModifiedSince_example,
229
237
  } satisfies GetCorporationsFreelanceJobsListingRequest;
230
238
 
231
239
  try {
@@ -253,6 +261,7 @@ example().catch(console.error);
253
261
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
254
262
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
255
263
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
264
+ | **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`] |
256
265
 
257
266
  ### Return type
258
267
 
@@ -272,14 +281,14 @@ example().catch(console.error);
272
281
  | Status code | Description | Response headers |
273
282
  |-------------|-------------|------------------|
274
283
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
275
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
284
+ | **0** | Error | - |
276
285
 
277
286
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
278
287
 
279
288
 
280
289
  ## getCorporationsFreelanceJobsParticipants
281
290
 
282
- > CorporationsFreelanceJobsParticipants getCorporationsFreelanceJobsParticipants(corporationId, jobId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant)
291
+ > CorporationsFreelanceJobsParticipants getCorporationsFreelanceJobsParticipants(corporationId, jobId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
283
292
 
284
293
  List participants of a freelance job
285
294
 
@@ -321,6 +330,8 @@ async function example() {
321
330
  ifNoneMatch: ifNoneMatch_example,
322
331
  // string | The tenant ID for the request. (optional)
323
332
  xTenant: ,
333
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
334
+ ifModifiedSince: ifModifiedSince_example,
324
335
  } satisfies GetCorporationsFreelanceJobsParticipantsRequest;
325
336
 
326
337
  try {
@@ -349,6 +360,7 @@ example().catch(console.error);
349
360
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
350
361
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
351
362
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
363
+ | **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`] |
352
364
 
353
365
  ### Return type
354
366
 
@@ -368,14 +380,14 @@ example().catch(console.error);
368
380
  | Status code | Description | Response headers |
369
381
  |-------------|-------------|------------------|
370
382
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
371
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
383
+ | **0** | Error | - |
372
384
 
373
385
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
374
386
 
375
387
 
376
388
  ## getFreelanceJobsDetail
377
389
 
378
- > FreelanceJobsDetail getFreelanceJobsDetail(jobId, xCompatibilityDate, ifModifiedSince, acceptLanguage, ifNoneMatch, xTenant)
390
+ > FreelanceJobsDetail getFreelanceJobsDetail(jobId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
379
391
 
380
392
  Get freelance job details
381
393
 
@@ -399,14 +411,14 @@ async function example() {
399
411
  jobId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
400
412
  // '2025-12-16' | The compatibility date for the request.
401
413
  xCompatibilityDate: 2013-10-20,
402
- // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
403
- ifModifiedSince: ifModifiedSince_example,
404
414
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
405
415
  acceptLanguage: acceptLanguage_example,
406
416
  // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
407
417
  ifNoneMatch: ifNoneMatch_example,
408
418
  // string | The tenant ID for the request. (optional)
409
419
  xTenant: ,
420
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
421
+ ifModifiedSince: ifModifiedSince_example,
410
422
  } satisfies GetFreelanceJobsDetailRequest;
411
423
 
412
424
  try {
@@ -428,10 +440,10 @@ example().catch(console.error);
428
440
  |------------- | ------------- | ------------- | -------------|
429
441
  | **jobId** | `string` | The ID of the freelance job | [Defaults to `undefined`] |
430
442
  | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
431
- | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
432
443
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
433
444
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
434
445
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
446
+ | **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`] |
435
447
 
436
448
  ### Return type
437
449
 
@@ -451,14 +463,14 @@ No authorization required
451
463
  | Status code | Description | Response headers |
452
464
  |-------------|-------------|------------------|
453
465
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
454
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
466
+ | **0** | Error | - |
455
467
 
456
468
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
457
469
 
458
470
 
459
471
  ## getFreelanceJobsListing
460
472
 
461
- > FreelanceJobsListing getFreelanceJobsListing(xCompatibilityDate, after, before, limit, corporationId, acceptLanguage, ifNoneMatch, xTenant)
473
+ > FreelanceJobsListing getFreelanceJobsListing(xCompatibilityDate, after, before, limit, corporationId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
462
474
 
463
475
  List freelance jobs
464
476
 
@@ -494,6 +506,8 @@ async function example() {
494
506
  ifNoneMatch: ifNoneMatch_example,
495
507
  // string | The tenant ID for the request. (optional)
496
508
  xTenant: ,
509
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
510
+ ifModifiedSince: ifModifiedSince_example,
497
511
  } satisfies GetFreelanceJobsListingRequest;
498
512
 
499
513
  try {
@@ -521,6 +535,7 @@ example().catch(console.error);
521
535
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
522
536
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
523
537
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
538
+ | **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`] |
524
539
 
525
540
  ### Return type
526
541
 
@@ -540,7 +555,7 @@ No authorization required
540
555
  | Status code | Description | Response headers |
541
556
  |-------------|-------------|------------------|
542
557
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
543
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
558
+ | **0** | Error | - |
544
559
 
545
560
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
546
561
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
10
10
 
11
11
  ## getIncursions
12
12
 
13
- > Array&lt;IncursionsGetInner&gt; getIncursions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
13
+ > Array&lt;IncursionsGetInner&gt; getIncursions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
14
14
 
15
15
  List incursions
16
16
 
@@ -38,6 +38,8 @@ async function example() {
38
38
  ifNoneMatch: ifNoneMatch_example,
39
39
  // string | The tenant ID for the request. (optional)
40
40
  xTenant: ,
41
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
42
+ ifModifiedSince: ifModifiedSince_example,
41
43
  } satisfies GetIncursionsRequest;
42
44
 
43
45
  try {
@@ -61,6 +63,7 @@ example().catch(console.error);
61
63
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
62
64
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
63
65
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
66
+ | **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`] |
64
67
 
65
68
  ### Return type
66
69