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
@@ -17,7 +17,7 @@ All URIs are relative to *https://esi.evetech.net*
17
17
 
18
18
  ## getCharactersCharacterIdIndustryJobs
19
19
 
20
- > Array<CharactersCharacterIdIndustryJobsGetInner> getCharactersCharacterIdIndustryJobs(characterId, xCompatibilityDate, includeCompleted, acceptLanguage, ifNoneMatch, xTenant)
20
+ > Array<CharactersCharacterIdIndustryJobsGetInner> getCharactersCharacterIdIndustryJobs(characterId, xCompatibilityDate, includeCompleted, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
21
21
 
22
22
  List character industry jobs
23
23
 
@@ -53,6 +53,8 @@ async function example() {
53
53
  ifNoneMatch: ifNoneMatch_example,
54
54
  // string | The tenant ID for the request. (optional)
55
55
  xTenant: ,
56
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
57
+ ifModifiedSince: ifModifiedSince_example,
56
58
  } satisfies GetCharactersCharacterIdIndustryJobsRequest;
57
59
 
58
60
  try {
@@ -78,6 +80,7 @@ example().catch(console.error);
78
80
  | **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] |
79
81
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
80
82
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
83
+ | **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`] |
81
84
 
82
85
  ### Return type
83
86
 
@@ -104,7 +107,7 @@ example().catch(console.error);
104
107
 
105
108
  ## getCharactersCharacterIdMining
106
109
 
107
- > Array<CharactersCharacterIdMiningGetInner> getCharactersCharacterIdMining(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
110
+ > Array<CharactersCharacterIdMiningGetInner> getCharactersCharacterIdMining(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
108
111
 
109
112
  Character mining ledger
110
113
 
@@ -140,6 +143,8 @@ async function example() {
140
143
  ifNoneMatch: ifNoneMatch_example,
141
144
  // string | The tenant ID for the request. (optional)
142
145
  xTenant: ,
146
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
147
+ ifModifiedSince: ifModifiedSince_example,
143
148
  } satisfies GetCharactersCharacterIdMiningRequest;
144
149
 
145
150
  try {
@@ -165,6 +170,7 @@ example().catch(console.error);
165
170
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
166
171
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
167
172
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
173
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
168
174
 
169
175
  ### Return type
170
176
 
@@ -191,7 +197,7 @@ example().catch(console.error);
191
197
 
192
198
  ## getCorporationCorporationIdMiningExtractions
193
199
 
194
- > Array<CorporationCorporationIdMiningExtractionsGetInner> getCorporationCorporationIdMiningExtractions(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
200
+ > Array<CorporationCorporationIdMiningExtractionsGetInner> getCorporationCorporationIdMiningExtractions(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
195
201
 
196
202
  Moon extraction timers
197
203
 
@@ -227,6 +233,8 @@ async function example() {
227
233
  ifNoneMatch: ifNoneMatch_example,
228
234
  // string | The tenant ID for the request. (optional)
229
235
  xTenant: ,
236
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
237
+ ifModifiedSince: ifModifiedSince_example,
230
238
  } satisfies GetCorporationCorporationIdMiningExtractionsRequest;
231
239
 
232
240
  try {
@@ -252,6 +260,7 @@ example().catch(console.error);
252
260
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
253
261
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
254
262
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
263
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
255
264
 
256
265
  ### Return type
257
266
 
@@ -278,7 +287,7 @@ example().catch(console.error);
278
287
 
279
288
  ## getCorporationCorporationIdMiningObservers
280
289
 
281
- > Array<CorporationCorporationIdMiningObserversGetInner> getCorporationCorporationIdMiningObservers(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
290
+ > Array<CorporationCorporationIdMiningObserversGetInner> getCorporationCorporationIdMiningObservers(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
282
291
 
283
292
  Corporation mining observers
284
293
 
@@ -314,6 +323,8 @@ async function example() {
314
323
  ifNoneMatch: ifNoneMatch_example,
315
324
  // string | The tenant ID for the request. (optional)
316
325
  xTenant: ,
326
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
327
+ ifModifiedSince: ifModifiedSince_example,
317
328
  } satisfies GetCorporationCorporationIdMiningObserversRequest;
318
329
 
319
330
  try {
@@ -339,6 +350,7 @@ example().catch(console.error);
339
350
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
340
351
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
341
352
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
353
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
342
354
 
343
355
  ### Return type
344
356
 
@@ -365,7 +377,7 @@ example().catch(console.error);
365
377
 
366
378
  ## getCorporationCorporationIdMiningObserversObserverId
367
379
 
368
- > Array<CorporationCorporationIdMiningObserversObserverIdGetInner> getCorporationCorporationIdMiningObserversObserverId(corporationId, observerId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
380
+ > Array<CorporationCorporationIdMiningObserversObserverIdGetInner> getCorporationCorporationIdMiningObserversObserverId(corporationId, observerId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
369
381
 
370
382
  Observed corporation mining
371
383
 
@@ -403,6 +415,8 @@ async function example() {
403
415
  ifNoneMatch: ifNoneMatch_example,
404
416
  // string | The tenant ID for the request. (optional)
405
417
  xTenant: ,
418
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
419
+ ifModifiedSince: ifModifiedSince_example,
406
420
  } satisfies GetCorporationCorporationIdMiningObserversObserverIdRequest;
407
421
 
408
422
  try {
@@ -429,6 +443,7 @@ example().catch(console.error);
429
443
  | **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] |
430
444
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
431
445
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
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`] |
432
447
 
433
448
  ### Return type
434
449
 
@@ -455,7 +470,7 @@ example().catch(console.error);
455
470
 
456
471
  ## getCorporationsCorporationIdIndustryJobs
457
472
 
458
- > Array<CorporationsCorporationIdIndustryJobsGetInner> getCorporationsCorporationIdIndustryJobs(corporationId, xCompatibilityDate, includeCompleted, page, acceptLanguage, ifNoneMatch, xTenant)
473
+ > Array<CorporationsCorporationIdIndustryJobsGetInner> getCorporationsCorporationIdIndustryJobs(corporationId, xCompatibilityDate, includeCompleted, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
459
474
 
460
475
  List corporation industry jobs
461
476
 
@@ -493,6 +508,8 @@ async function example() {
493
508
  ifNoneMatch: ifNoneMatch_example,
494
509
  // string | The tenant ID for the request. (optional)
495
510
  xTenant: ,
511
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
512
+ ifModifiedSince: ifModifiedSince_example,
496
513
  } satisfies GetCorporationsCorporationIdIndustryJobsRequest;
497
514
 
498
515
  try {
@@ -519,6 +536,7 @@ example().catch(console.error);
519
536
  | **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] |
520
537
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
521
538
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
539
+ | **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`] |
522
540
 
523
541
  ### Return type
524
542
 
@@ -545,7 +563,7 @@ example().catch(console.error);
545
563
 
546
564
  ## getIndustryFacilities
547
565
 
548
- > Array<IndustryFacilitiesGetInner> getIndustryFacilities(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
566
+ > Array<IndustryFacilitiesGetInner> getIndustryFacilities(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
549
567
 
550
568
  List industry facilities
551
569
 
@@ -573,6 +591,8 @@ async function example() {
573
591
  ifNoneMatch: ifNoneMatch_example,
574
592
  // string | The tenant ID for the request. (optional)
575
593
  xTenant: ,
594
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
595
+ ifModifiedSince: ifModifiedSince_example,
576
596
  } satisfies GetIndustryFacilitiesRequest;
577
597
 
578
598
  try {
@@ -596,6 +616,7 @@ example().catch(console.error);
596
616
  | **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] |
597
617
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
598
618
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
619
+ | **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`] |
599
620
 
600
621
  ### Return type
601
622
 
@@ -622,7 +643,7 @@ No authorization required
622
643
 
623
644
  ## getIndustrySystems
624
645
 
625
- > Array<IndustrySystemsGetInner> getIndustrySystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
646
+ > Array<IndustrySystemsGetInner> getIndustrySystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
626
647
 
627
648
  List solar system cost indices
628
649
 
@@ -650,6 +671,8 @@ async function example() {
650
671
  ifNoneMatch: ifNoneMatch_example,
651
672
  // string | The tenant ID for the request. (optional)
652
673
  xTenant: ,
674
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
675
+ ifModifiedSince: ifModifiedSince_example,
653
676
  } satisfies GetIndustrySystemsRequest;
654
677
 
655
678
  try {
@@ -673,6 +696,7 @@ example().catch(console.error);
673
696
  | **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] |
674
697
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
675
698
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
699
+ | **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`] |
676
700
 
677
701
  ### Return type
678
702
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
10
10
 
11
11
  ## getInsurancePrices
12
12
 
13
- > Array<InsurancePricesGetInner> getInsurancePrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
13
+ > Array<InsurancePricesGetInner> getInsurancePrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
14
14
 
15
15
  List insurance levels
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 GetInsurancePricesRequest;
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 `'en'`] [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 `'tranquility'`] |
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
 
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
12
12
 
13
13
  ## getCharactersCharacterIdKillmailsRecent
14
14
 
15
- > Array<CharactersCharacterIdKillmailsRecentGetInner> getCharactersCharacterIdKillmailsRecent(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
15
+ > Array<CharactersCharacterIdKillmailsRecentGetInner> getCharactersCharacterIdKillmailsRecent(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
16
16
 
17
17
  Get a character\'s recent kills and losses
18
18
 
@@ -48,6 +48,8 @@ async function example() {
48
48
  ifNoneMatch: ifNoneMatch_example,
49
49
  // string | The tenant ID for the request. (optional)
50
50
  xTenant: ,
51
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
52
+ ifModifiedSince: ifModifiedSince_example,
51
53
  } satisfies GetCharactersCharacterIdKillmailsRecentRequest;
52
54
 
53
55
  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
 
@@ -99,7 +102,7 @@ example().catch(console.error);
99
102
 
100
103
  ## getCorporationsCorporationIdKillmailsRecent
101
104
 
102
- > Array<CharactersCharacterIdKillmailsRecentGetInner> getCorporationsCorporationIdKillmailsRecent(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
105
+ > Array<CharactersCharacterIdKillmailsRecentGetInner> getCorporationsCorporationIdKillmailsRecent(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
103
106
 
104
107
  Get a corporation\'s recent kills and losses
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 GetCorporationsCorporationIdKillmailsRecentRequest;
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 `'en'`] [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 `'tranquility'`] |
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
 
@@ -186,7 +192,7 @@ example().catch(console.error);
186
192
 
187
193
  ## getKillmailsKillmailIdKillmailHash
188
194
 
189
- > KillmailsKillmailIdKillmailHashGet getKillmailsKillmailIdKillmailHash(killmailHash, killmailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
195
+ > KillmailsKillmailIdKillmailHashGet getKillmailsKillmailIdKillmailHash(killmailHash, killmailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
190
196
 
191
197
  Get a single killmail
192
198
 
@@ -218,6 +224,8 @@ async function example() {
218
224
  ifNoneMatch: ifNoneMatch_example,
219
225
  // string | The tenant ID for the request. (optional)
220
226
  xTenant: ,
227
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
228
+ ifModifiedSince: ifModifiedSince_example,
221
229
  } satisfies GetKillmailsKillmailIdKillmailHashRequest;
222
230
 
223
231
  try {
@@ -243,6 +251,7 @@ example().catch(console.error);
243
251
  | **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] |
244
252
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
245
253
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
254
+ | **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`] |
246
255
 
247
256
  ### Return type
248
257
 
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
12
12
 
13
13
  ## getCharactersCharacterIdLocation
14
14
 
15
- > CharactersCharacterIdLocationGet getCharactersCharacterIdLocation(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
15
+ > CharactersCharacterIdLocationGet getCharactersCharacterIdLocation(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
16
16
 
17
17
  Get character location
18
18
 
@@ -46,6 +46,8 @@ async function example() {
46
46
  ifNoneMatch: ifNoneMatch_example,
47
47
  // string | The tenant ID for the request. (optional)
48
48
  xTenant: ,
49
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
50
+ ifModifiedSince: ifModifiedSince_example,
49
51
  } satisfies GetCharactersCharacterIdLocationRequest;
50
52
 
51
53
  try {
@@ -70,6 +72,7 @@ example().catch(console.error);
70
72
  | **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] |
71
73
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
72
74
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
75
+ | **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`] |
73
76
 
74
77
  ### Return type
75
78
 
@@ -96,7 +99,7 @@ example().catch(console.error);
96
99
 
97
100
  ## getCharactersCharacterIdOnline
98
101
 
99
- > CharactersCharacterIdOnlineGet getCharactersCharacterIdOnline(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
102
+ > CharactersCharacterIdOnlineGet getCharactersCharacterIdOnline(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
100
103
 
101
104
  Get character online
102
105
 
@@ -130,6 +133,8 @@ async function example() {
130
133
  ifNoneMatch: ifNoneMatch_example,
131
134
  // string | The tenant ID for the request. (optional)
132
135
  xTenant: ,
136
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
137
+ ifModifiedSince: ifModifiedSince_example,
133
138
  } satisfies GetCharactersCharacterIdOnlineRequest;
134
139
 
135
140
  try {
@@ -154,6 +159,7 @@ example().catch(console.error);
154
159
  | **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] |
155
160
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
156
161
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
162
+ | **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`] |
157
163
 
158
164
  ### Return type
159
165
 
@@ -180,7 +186,7 @@ example().catch(console.error);
180
186
 
181
187
  ## getCharactersCharacterIdShip
182
188
 
183
- > CharactersCharacterIdShipGet getCharactersCharacterIdShip(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
189
+ > CharactersCharacterIdShipGet getCharactersCharacterIdShip(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
184
190
 
185
191
  Get current ship
186
192
 
@@ -214,6 +220,8 @@ async function example() {
214
220
  ifNoneMatch: ifNoneMatch_example,
215
221
  // string | The tenant ID for the request. (optional)
216
222
  xTenant: ,
223
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
224
+ ifModifiedSince: ifModifiedSince_example,
217
225
  } satisfies GetCharactersCharacterIdShipRequest;
218
226
 
219
227
  try {
@@ -238,6 +246,7 @@ example().catch(console.error);
238
246
  | **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] |
239
247
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
240
248
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
249
+ | **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`] |
241
250
 
242
251
  ### Return type
243
252
 
@@ -11,7 +11,7 @@ All URIs are relative to *https://esi.evetech.net*
11
11
 
12
12
  ## getCharactersCharacterIdLoyaltyPoints
13
13
 
14
- > Array<CharactersCharacterIdLoyaltyPointsGetInner> getCharactersCharacterIdLoyaltyPoints(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
14
+ > Array<CharactersCharacterIdLoyaltyPointsGetInner> getCharactersCharacterIdLoyaltyPoints(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
15
15
 
16
16
  Get loyalty points
17
17
 
@@ -45,6 +45,8 @@ async function example() {
45
45
  ifNoneMatch: ifNoneMatch_example,
46
46
  // string | The tenant ID for the request. (optional)
47
47
  xTenant: ,
48
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
49
+ ifModifiedSince: ifModifiedSince_example,
48
50
  } satisfies GetCharactersCharacterIdLoyaltyPointsRequest;
49
51
 
50
52
  try {
@@ -69,6 +71,7 @@ example().catch(console.error);
69
71
  | **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] |
70
72
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
71
73
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
74
+ | **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`] |
72
75
 
73
76
  ### Return type
74
77
 
@@ -95,7 +98,7 @@ example().catch(console.error);
95
98
 
96
99
  ## getLoyaltyStoresCorporationIdOffers
97
100
 
98
- > Array<LoyaltyStoresCorporationIdOffersGetInner> getLoyaltyStoresCorporationIdOffers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
101
+ > Array<LoyaltyStoresCorporationIdOffersGetInner> getLoyaltyStoresCorporationIdOffers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
99
102
 
100
103
  List loyalty store offers
101
104
 
@@ -125,6 +128,8 @@ async function example() {
125
128
  ifNoneMatch: ifNoneMatch_example,
126
129
  // string | The tenant ID for the request. (optional)
127
130
  xTenant: ,
131
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
132
+ ifModifiedSince: ifModifiedSince_example,
128
133
  } satisfies GetLoyaltyStoresCorporationIdOffersRequest;
129
134
 
130
135
  try {
@@ -149,6 +154,7 @@ example().catch(console.error);
149
154
  | **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] |
150
155
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
151
156
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
157
+ | **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`] |
152
158
 
153
159
  ### Return type
154
160
 
package/docs/MailApi.md CHANGED
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
18
18
 
19
19
  ## deleteCharactersCharacterIdMailLabelsLabelId
20
20
 
21
- > deleteCharactersCharacterIdMailLabelsLabelId(characterId, labelId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
21
+ > deleteCharactersCharacterIdMailLabelsLabelId(characterId, labelId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
22
22
 
23
23
  Delete a mail label
24
24
 
@@ -54,6 +54,8 @@ async function example() {
54
54
  ifNoneMatch: ifNoneMatch_example,
55
55
  // string | The tenant ID for the request. (optional)
56
56
  xTenant: ,
57
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
58
+ ifModifiedSince: ifModifiedSince_example,
57
59
  } satisfies DeleteCharactersCharacterIdMailLabelsLabelIdRequest;
58
60
 
59
61
  try {
@@ -79,6 +81,7 @@ example().catch(console.error);
79
81
  | **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] |
80
82
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
81
83
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
84
+ | **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`] |
82
85
 
83
86
  ### Return type
84
87
 
@@ -105,7 +108,7 @@ example().catch(console.error);
105
108
 
106
109
  ## deleteCharactersCharacterIdMailMailId
107
110
 
108
- > deleteCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
111
+ > deleteCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
109
112
 
110
113
  Delete a mail
111
114
 
@@ -141,6 +144,8 @@ async function example() {
141
144
  ifNoneMatch: ifNoneMatch_example,
142
145
  // string | The tenant ID for the request. (optional)
143
146
  xTenant: ,
147
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
148
+ ifModifiedSince: ifModifiedSince_example,
144
149
  } satisfies DeleteCharactersCharacterIdMailMailIdRequest;
145
150
 
146
151
  try {
@@ -166,6 +171,7 @@ example().catch(console.error);
166
171
  | **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] |
167
172
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
168
173
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
174
+ | **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`] |
169
175
 
170
176
  ### Return type
171
177
 
@@ -192,7 +198,7 @@ example().catch(console.error);
192
198
 
193
199
  ## getCharactersCharacterIdMail
194
200
 
195
- > Array<CharactersCharacterIdMailGetInner> getCharactersCharacterIdMail(characterId, xCompatibilityDate, labels, lastMailId, acceptLanguage, ifNoneMatch, xTenant)
201
+ > Array<CharactersCharacterIdMailGetInner> getCharactersCharacterIdMail(characterId, xCompatibilityDate, labels, lastMailId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
196
202
 
197
203
  Return mail headers
198
204
 
@@ -230,6 +236,8 @@ async function example() {
230
236
  ifNoneMatch: ifNoneMatch_example,
231
237
  // string | The tenant ID for the request. (optional)
232
238
  xTenant: ,
239
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
240
+ ifModifiedSince: ifModifiedSince_example,
233
241
  } satisfies GetCharactersCharacterIdMailRequest;
234
242
 
235
243
  try {
@@ -256,6 +264,7 @@ example().catch(console.error);
256
264
  | **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] |
257
265
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
258
266
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
267
+ | **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`] |
259
268
 
260
269
  ### Return type
261
270
 
@@ -282,7 +291,7 @@ example().catch(console.error);
282
291
 
283
292
  ## getCharactersCharacterIdMailLabels
284
293
 
285
- > CharactersCharacterIdMailLabelsGet getCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
294
+ > CharactersCharacterIdMailLabelsGet getCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
286
295
 
287
296
  Get mail labels and unread counts
288
297
 
@@ -316,6 +325,8 @@ async function example() {
316
325
  ifNoneMatch: ifNoneMatch_example,
317
326
  // string | The tenant ID for the request. (optional)
318
327
  xTenant: ,
328
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
329
+ ifModifiedSince: ifModifiedSince_example,
319
330
  } satisfies GetCharactersCharacterIdMailLabelsRequest;
320
331
 
321
332
  try {
@@ -340,6 +351,7 @@ example().catch(console.error);
340
351
  | **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] |
341
352
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
342
353
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
354
+ | **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`] |
343
355
 
344
356
  ### Return type
345
357
 
@@ -366,7 +378,7 @@ example().catch(console.error);
366
378
 
367
379
  ## getCharactersCharacterIdMailLists
368
380
 
369
- > Array<CharactersCharacterIdMailListsGetInner> getCharactersCharacterIdMailLists(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
381
+ > Array<CharactersCharacterIdMailListsGetInner> getCharactersCharacterIdMailLists(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
370
382
 
371
383
  Return mailing list subscriptions
372
384
 
@@ -400,6 +412,8 @@ async function example() {
400
412
  ifNoneMatch: ifNoneMatch_example,
401
413
  // string | The tenant ID for the request. (optional)
402
414
  xTenant: ,
415
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
416
+ ifModifiedSince: ifModifiedSince_example,
403
417
  } satisfies GetCharactersCharacterIdMailListsRequest;
404
418
 
405
419
  try {
@@ -424,6 +438,7 @@ example().catch(console.error);
424
438
  | **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] |
425
439
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
426
440
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
441
+ | **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`] |
427
442
 
428
443
  ### Return type
429
444
 
@@ -450,7 +465,7 @@ example().catch(console.error);
450
465
 
451
466
  ## getCharactersCharacterIdMailMailId
452
467
 
453
- > CharactersCharacterIdMailMailIdGet getCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
468
+ > CharactersCharacterIdMailMailIdGet getCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
454
469
 
455
470
  Return a mail
456
471
 
@@ -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 GetCharactersCharacterIdMailMailIdRequest;
490
507
 
491
508
  try {
@@ -511,6 +528,7 @@ example().catch(console.error);
511
528
  | **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] |
512
529
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
513
530
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
531
+ | **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`] |
514
532
 
515
533
  ### Return type
516
534
 
@@ -537,7 +555,7 @@ example().catch(console.error);
537
555
 
538
556
  ## postCharactersCharacterIdMail
539
557
 
540
- > number postCharactersCharacterIdMail(characterId, xCompatibilityDate, postCharactersCharacterIdMailRequest, acceptLanguage, ifNoneMatch, xTenant)
558
+ > number postCharactersCharacterIdMail(characterId, xCompatibilityDate, postCharactersCharacterIdMailRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
541
559
 
542
560
  Send a new mail
543
561
 
@@ -573,6 +591,8 @@ async function example() {
573
591
  ifNoneMatch: ifNoneMatch_example,
574
592
  // string | The tenant ID for the request. (optional)
575
593
  xTenant: ,
594
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
595
+ ifModifiedSince: ifModifiedSince_example,
576
596
  } satisfies PostCharactersCharacterIdMailOperationRequest;
577
597
 
578
598
  try {
@@ -598,6 +618,7 @@ example().catch(console.error);
598
618
  | **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] |
599
619
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
600
620
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
621
+ | **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`] |
601
622
 
602
623
  ### Return type
603
624
 
@@ -624,7 +645,7 @@ example().catch(console.error);
624
645
 
625
646
  ## postCharactersCharacterIdMailLabels
626
647
 
627
- > number postCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, postCharactersCharacterIdMailLabelsRequest, acceptLanguage, ifNoneMatch, xTenant)
648
+ > number postCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, postCharactersCharacterIdMailLabelsRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
628
649
 
629
650
  Create a mail label
630
651
 
@@ -660,6 +681,8 @@ async function example() {
660
681
  ifNoneMatch: ifNoneMatch_example,
661
682
  // string | The tenant ID for the request. (optional)
662
683
  xTenant: ,
684
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
685
+ ifModifiedSince: ifModifiedSince_example,
663
686
  } satisfies PostCharactersCharacterIdMailLabelsOperationRequest;
664
687
 
665
688
  try {
@@ -685,6 +708,7 @@ example().catch(console.error);
685
708
  | **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] |
686
709
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
687
710
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
711
+ | **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`] |
688
712
 
689
713
  ### Return type
690
714
 
@@ -711,7 +735,7 @@ example().catch(console.error);
711
735
 
712
736
  ## putCharactersCharacterIdMailMailId
713
737
 
714
- > putCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, putCharactersCharacterIdMailMailIdRequest, acceptLanguage, ifNoneMatch, xTenant)
738
+ > putCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, putCharactersCharacterIdMailMailIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
715
739
 
716
740
  Update metadata about a mail
717
741
 
@@ -749,6 +773,8 @@ async function example() {
749
773
  ifNoneMatch: ifNoneMatch_example,
750
774
  // string | The tenant ID for the request. (optional)
751
775
  xTenant: ,
776
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
777
+ ifModifiedSince: ifModifiedSince_example,
752
778
  } satisfies PutCharactersCharacterIdMailMailIdOperationRequest;
753
779
 
754
780
  try {
@@ -775,6 +801,7 @@ example().catch(console.error);
775
801
  | **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] |
776
802
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
777
803
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
804
+ | **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`] |
778
805
 
779
806
  ### Return type
780
807