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/MarketApi.md CHANGED
@@ -20,7 +20,7 @@ All URIs are relative to *https://esi.evetech.net*
20
20
 
21
21
  ## getCharactersCharacterIdOrders
22
22
 
23
- > Array<CharactersCharacterIdOrdersGetInner> getCharactersCharacterIdOrders(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
23
+ > Array<CharactersCharacterIdOrdersGetInner> getCharactersCharacterIdOrders(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
24
24
 
25
25
  List open orders from a character
26
26
 
@@ -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 GetCharactersCharacterIdOrdersRequest;
58
60
 
59
61
  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
  ## getCharactersCharacterIdOrdersHistory
106
109
 
107
- > Array<CharactersCharacterIdOrdersHistoryGetInner> getCharactersCharacterIdOrdersHistory(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
110
+ > Array<CharactersCharacterIdOrdersHistoryGetInner> getCharactersCharacterIdOrdersHistory(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
108
111
 
109
112
  List historical orders by a character
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 GetCharactersCharacterIdOrdersHistoryRequest;
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
  ## getCorporationsCorporationIdOrders
193
199
 
194
- > Array<CorporationsCorporationIdOrdersGetInner> getCorporationsCorporationIdOrders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
200
+ > Array<CorporationsCorporationIdOrdersGetInner> getCorporationsCorporationIdOrders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
195
201
 
196
202
  List open orders from a corporation
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 GetCorporationsCorporationIdOrdersRequest;
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
  ## getCorporationsCorporationIdOrdersHistory
280
289
 
281
- > Array<CorporationsCorporationIdOrdersHistoryGetInner> getCorporationsCorporationIdOrdersHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
290
+ > Array<CorporationsCorporationIdOrdersHistoryGetInner> getCorporationsCorporationIdOrdersHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
282
291
 
283
292
  List historical orders from a corporation
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 GetCorporationsCorporationIdOrdersHistoryRequest;
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
  ## getMarketsGroups
367
379
 
368
- > Array<number> getMarketsGroups(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
380
+ > Array<number> getMarketsGroups(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
369
381
 
370
382
  Get item groups
371
383
 
@@ -393,6 +405,8 @@ async function example() {
393
405
  ifNoneMatch: ifNoneMatch_example,
394
406
  // string | The tenant ID for the request. (optional)
395
407
  xTenant: ,
408
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
409
+ ifModifiedSince: ifModifiedSince_example,
396
410
  } satisfies GetMarketsGroupsRequest;
397
411
 
398
412
  try {
@@ -416,6 +430,7 @@ example().catch(console.error);
416
430
  | **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] |
417
431
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
418
432
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
433
+ | **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`] |
419
434
 
420
435
  ### Return type
421
436
 
@@ -442,7 +457,7 @@ No authorization required
442
457
 
443
458
  ## getMarketsGroupsMarketGroupId
444
459
 
445
- > MarketsGroupsMarketGroupIdGet getMarketsGroupsMarketGroupId(marketGroupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
460
+ > MarketsGroupsMarketGroupIdGet getMarketsGroupsMarketGroupId(marketGroupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
446
461
 
447
462
  Get item group information
448
463
 
@@ -472,6 +487,8 @@ async function example() {
472
487
  ifNoneMatch: ifNoneMatch_example,
473
488
  // string | The tenant ID for the request. (optional)
474
489
  xTenant: ,
490
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
491
+ ifModifiedSince: ifModifiedSince_example,
475
492
  } satisfies GetMarketsGroupsMarketGroupIdRequest;
476
493
 
477
494
  try {
@@ -496,6 +513,7 @@ example().catch(console.error);
496
513
  | **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] |
497
514
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
498
515
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
516
+ | **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`] |
499
517
 
500
518
  ### Return type
501
519
 
@@ -522,7 +540,7 @@ No authorization required
522
540
 
523
541
  ## getMarketsPrices
524
542
 
525
- > Array<MarketsPricesGetInner> getMarketsPrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
543
+ > Array<MarketsPricesGetInner> getMarketsPrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
526
544
 
527
545
  List market prices
528
546
 
@@ -550,6 +568,8 @@ async function example() {
550
568
  ifNoneMatch: ifNoneMatch_example,
551
569
  // string | The tenant ID for the request. (optional)
552
570
  xTenant: ,
571
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
572
+ ifModifiedSince: ifModifiedSince_example,
553
573
  } satisfies GetMarketsPricesRequest;
554
574
 
555
575
  try {
@@ -573,6 +593,7 @@ example().catch(console.error);
573
593
  | **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] |
574
594
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
575
595
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
596
+ | **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`] |
576
597
 
577
598
  ### Return type
578
599
 
@@ -599,7 +620,7 @@ No authorization required
599
620
 
600
621
  ## getMarketsRegionIdHistory
601
622
 
602
- > Array<MarketsRegionIdHistoryGetInner> getMarketsRegionIdHistory(regionId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
623
+ > Array<MarketsRegionIdHistoryGetInner> getMarketsRegionIdHistory(regionId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
603
624
 
604
625
  List historical market statistics in a region
605
626
 
@@ -631,6 +652,8 @@ async function example() {
631
652
  ifNoneMatch: ifNoneMatch_example,
632
653
  // string | The tenant ID for the request. (optional)
633
654
  xTenant: ,
655
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
656
+ ifModifiedSince: ifModifiedSince_example,
634
657
  } satisfies GetMarketsRegionIdHistoryRequest;
635
658
 
636
659
  try {
@@ -656,6 +679,7 @@ example().catch(console.error);
656
679
  | **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] |
657
680
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
658
681
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
682
+ | **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`] |
659
683
 
660
684
  ### Return type
661
685
 
@@ -682,7 +706,7 @@ No authorization required
682
706
 
683
707
  ## getMarketsRegionIdOrders
684
708
 
685
- > Array<MarketsRegionIdOrdersGetInner> getMarketsRegionIdOrders(orderType, regionId, xCompatibilityDate, page, typeId, acceptLanguage, ifNoneMatch, xTenant)
709
+ > Array<MarketsRegionIdOrdersGetInner> getMarketsRegionIdOrders(orderType, regionId, xCompatibilityDate, page, typeId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
686
710
 
687
711
  List orders in a region
688
712
 
@@ -718,6 +742,8 @@ async function example() {
718
742
  ifNoneMatch: ifNoneMatch_example,
719
743
  // string | The tenant ID for the request. (optional)
720
744
  xTenant: ,
745
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
746
+ ifModifiedSince: ifModifiedSince_example,
721
747
  } satisfies GetMarketsRegionIdOrdersRequest;
722
748
 
723
749
  try {
@@ -745,6 +771,7 @@ example().catch(console.error);
745
771
  | **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] |
746
772
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
747
773
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
774
+ | **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`] |
748
775
 
749
776
  ### Return type
750
777
 
@@ -771,7 +798,7 @@ No authorization required
771
798
 
772
799
  ## getMarketsRegionIdTypes
773
800
 
774
- > Array<number> getMarketsRegionIdTypes(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
801
+ > Array<number> getMarketsRegionIdTypes(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
775
802
 
776
803
  List type IDs relevant to a market
777
804
 
@@ -803,6 +830,8 @@ async function example() {
803
830
  ifNoneMatch: ifNoneMatch_example,
804
831
  // string | The tenant ID for the request. (optional)
805
832
  xTenant: ,
833
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
834
+ ifModifiedSince: ifModifiedSince_example,
806
835
  } satisfies GetMarketsRegionIdTypesRequest;
807
836
 
808
837
  try {
@@ -828,6 +857,7 @@ example().catch(console.error);
828
857
  | **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] |
829
858
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
830
859
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
860
+ | **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`] |
831
861
 
832
862
  ### Return type
833
863
 
@@ -854,7 +884,7 @@ No authorization required
854
884
 
855
885
  ## getMarketsStructuresStructureId
856
886
 
857
- > Array<MarketsStructuresStructureIdGetInner> getMarketsStructuresStructureId(structureId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
887
+ > Array<MarketsStructuresStructureIdGetInner> getMarketsStructuresStructureId(structureId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
858
888
 
859
889
  List orders in a structure
860
890
 
@@ -890,6 +920,8 @@ async function example() {
890
920
  ifNoneMatch: ifNoneMatch_example,
891
921
  // string | The tenant ID for the request. (optional)
892
922
  xTenant: ,
923
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
924
+ ifModifiedSince: ifModifiedSince_example,
893
925
  } satisfies GetMarketsStructuresStructureIdRequest;
894
926
 
895
927
  try {
@@ -915,6 +947,7 @@ example().catch(console.error);
915
947
  | **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] |
916
948
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
917
949
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
950
+ | **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`] |
918
951
 
919
952
  ### Return type
920
953
 
package/docs/MetaApi.md CHANGED
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
12
12
 
13
13
  ## getMetaChangelog
14
14
 
15
- > MetaChangelog getMetaChangelog(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
15
+ > MetaChangelog getMetaChangelog(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
16
16
 
17
17
  Get changelog
18
18
 
@@ -40,6 +40,8 @@ async function example() {
40
40
  ifNoneMatch: ifNoneMatch_example,
41
41
  // string | The tenant ID for the request. (optional)
42
42
  xTenant: ,
43
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
44
+ ifModifiedSince: ifModifiedSince_example,
43
45
  } satisfies GetMetaChangelogRequest;
44
46
 
45
47
  try {
@@ -63,6 +65,7 @@ example().catch(console.error);
63
65
  | **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] |
64
66
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
65
67
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
68
+ | **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`] |
66
69
 
67
70
  ### Return type
68
71
 
@@ -82,14 +85,14 @@ No authorization required
82
85
  | Status code | Description | Response headers |
83
86
  |-------------|-------------|------------------|
84
87
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
85
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
88
+ | **0** | Error | - |
86
89
 
87
90
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
88
91
 
89
92
 
90
93
  ## getMetaCompatibilityDates
91
94
 
92
- > MetaCompatibilityDates getMetaCompatibilityDates(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
95
+ > MetaCompatibilityDates getMetaCompatibilityDates(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
93
96
 
94
97
  Get compatibility dates
95
98
 
@@ -117,6 +120,8 @@ async function example() {
117
120
  ifNoneMatch: ifNoneMatch_example,
118
121
  // string | The tenant ID for the request. (optional)
119
122
  xTenant: ,
123
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
124
+ ifModifiedSince: ifModifiedSince_example,
120
125
  } satisfies GetMetaCompatibilityDatesRequest;
121
126
 
122
127
  try {
@@ -140,6 +145,7 @@ example().catch(console.error);
140
145
  | **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] |
141
146
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
142
147
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
148
+ | **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`] |
143
149
 
144
150
  ### Return type
145
151
 
@@ -159,14 +165,14 @@ No authorization required
159
165
  | Status code | Description | Response headers |
160
166
  |-------------|-------------|------------------|
161
167
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
162
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
168
+ | **0** | Error | - |
163
169
 
164
170
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
165
171
 
166
172
 
167
173
  ## getMetaStatus
168
174
 
169
- > MetaStatus getMetaStatus(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
175
+ > MetaStatus getMetaStatus(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
170
176
 
171
177
  Get health status
172
178
 
@@ -194,6 +200,8 @@ async function example() {
194
200
  ifNoneMatch: ifNoneMatch_example,
195
201
  // string | The tenant ID for the request. (optional)
196
202
  xTenant: ,
203
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
204
+ ifModifiedSince: ifModifiedSince_example,
197
205
  } satisfies GetMetaStatusRequest;
198
206
 
199
207
  try {
@@ -217,6 +225,7 @@ example().catch(console.error);
217
225
  | **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] |
218
226
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
219
227
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
228
+ | **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`] |
220
229
 
221
230
  ### Return type
222
231
 
@@ -236,7 +245,7 @@ No authorization required
236
245
  | Status code | Description | Response headers |
237
246
  |-------------|-------------|------------------|
238
247
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
239
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
248
+ | **0** | Error | - |
240
249
 
241
250
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
242
251
 
@@ -13,7 +13,7 @@ All URIs are relative to *https://esi.evetech.net*
13
13
 
14
14
  ## getCharactersCharacterIdPlanets
15
15
 
16
- > Array&lt;CharactersCharacterIdPlanetsGetInner&gt; getCharactersCharacterIdPlanets(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
16
+ > Array&lt;CharactersCharacterIdPlanetsGetInner&gt; getCharactersCharacterIdPlanets(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
17
17
 
18
18
  Get colonies
19
19
 
@@ -47,6 +47,8 @@ async function example() {
47
47
  ifNoneMatch: ifNoneMatch_example,
48
48
  // string | The tenant ID for the request. (optional)
49
49
  xTenant: ,
50
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
51
+ ifModifiedSince: ifModifiedSince_example,
50
52
  } satisfies GetCharactersCharacterIdPlanetsRequest;
51
53
 
52
54
  try {
@@ -71,6 +73,7 @@ example().catch(console.error);
71
73
  | **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] |
72
74
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
73
75
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
76
+ | **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`] |
74
77
 
75
78
  ### Return type
76
79
 
@@ -97,7 +100,7 @@ example().catch(console.error);
97
100
 
98
101
  ## getCharactersCharacterIdPlanetsPlanetId
99
102
 
100
- > CharactersCharacterIdPlanetsPlanetIdGet getCharactersCharacterIdPlanetsPlanetId(characterId, planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
103
+ > CharactersCharacterIdPlanetsPlanetIdGet getCharactersCharacterIdPlanetsPlanetId(characterId, planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
101
104
 
102
105
  Get colony layout
103
106
 
@@ -133,6 +136,8 @@ async function example() {
133
136
  ifNoneMatch: ifNoneMatch_example,
134
137
  // string | The tenant ID for the request. (optional)
135
138
  xTenant: ,
139
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
140
+ ifModifiedSince: ifModifiedSince_example,
136
141
  } satisfies GetCharactersCharacterIdPlanetsPlanetIdRequest;
137
142
 
138
143
  try {
@@ -158,6 +163,7 @@ example().catch(console.error);
158
163
  | **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] |
159
164
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
160
165
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
166
+ | **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`] |
161
167
 
162
168
  ### Return type
163
169
 
@@ -184,7 +190,7 @@ example().catch(console.error);
184
190
 
185
191
  ## getCorporationsCorporationIdCustomsOffices
186
192
 
187
- > Array&lt;CorporationsCorporationIdCustomsOfficesGetInner&gt; getCorporationsCorporationIdCustomsOffices(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
193
+ > Array&lt;CorporationsCorporationIdCustomsOfficesGetInner&gt; getCorporationsCorporationIdCustomsOffices(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
188
194
 
189
195
  List corporation customs offices
190
196
 
@@ -220,6 +226,8 @@ async function example() {
220
226
  ifNoneMatch: ifNoneMatch_example,
221
227
  // string | The tenant ID for the request. (optional)
222
228
  xTenant: ,
229
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
230
+ ifModifiedSince: ifModifiedSince_example,
223
231
  } satisfies GetCorporationsCorporationIdCustomsOfficesRequest;
224
232
 
225
233
  try {
@@ -245,6 +253,7 @@ example().catch(console.error);
245
253
  | **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] |
246
254
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
247
255
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
256
+ | **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`] |
248
257
 
249
258
  ### Return type
250
259
 
@@ -271,7 +280,7 @@ example().catch(console.error);
271
280
 
272
281
  ## getUniverseSchematicsSchematicId
273
282
 
274
- > UniverseSchematicsSchematicIdGet getUniverseSchematicsSchematicId(schematicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
283
+ > UniverseSchematicsSchematicIdGet getUniverseSchematicsSchematicId(schematicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
275
284
 
276
285
  Get schematic information
277
286
 
@@ -301,6 +310,8 @@ async function example() {
301
310
  ifNoneMatch: ifNoneMatch_example,
302
311
  // string | The tenant ID for the request. (optional)
303
312
  xTenant: ,
313
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
314
+ ifModifiedSince: ifModifiedSince_example,
304
315
  } satisfies GetUniverseSchematicsSchematicIdRequest;
305
316
 
306
317
  try {
@@ -325,6 +336,7 @@ example().catch(console.error);
325
336
  | **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] |
326
337
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
327
338
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
339
+ | **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`] |
328
340
 
329
341
  ### Return type
330
342
 
package/docs/RoutesApi.md CHANGED
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
10
10
 
11
11
  ## postRoute
12
12
 
13
- > Route postRoute(originSystemId, destinationSystemId, xCompatibilityDate, routeRequestBody, acceptLanguage, ifNoneMatch, xTenant)
13
+ > Route postRoute(originSystemId, destinationSystemId, xCompatibilityDate, routeRequestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
14
14
 
15
15
  Get route between two systems
16
16
 
@@ -44,6 +44,8 @@ async function example() {
44
44
  ifNoneMatch: ifNoneMatch_example,
45
45
  // string | The tenant ID for the request. (optional)
46
46
  xTenant: ,
47
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
48
+ ifModifiedSince: ifModifiedSince_example,
47
49
  } satisfies PostRouteRequest;
48
50
 
49
51
  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 `&#39;en&#39;`] [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 `&#39;tranquility&#39;`] |
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
 
@@ -89,7 +92,7 @@ No authorization required
89
92
  | Status code | Description | Response headers |
90
93
  |-------------|-------------|------------------|
91
94
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
92
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
95
+ | **0** | Error | - |
93
96
 
94
97
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
95
98
 
package/docs/SearchApi.md CHANGED
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
10
10
 
11
11
  ## getCharactersCharacterIdSearch
12
12
 
13
- > CharactersCharacterIdSearchGet getCharactersCharacterIdSearch(categories, characterId, search, xCompatibilityDate, strict, acceptLanguage, ifNoneMatch, xTenant)
13
+ > CharactersCharacterIdSearchGet getCharactersCharacterIdSearch(categories, characterId, search, xCompatibilityDate, strict, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
14
14
 
15
15
  Search on a string
16
16
 
@@ -50,6 +50,8 @@ async function example() {
50
50
  ifNoneMatch: ifNoneMatch_example,
51
51
  // string | The tenant ID for the request. (optional)
52
52
  xTenant: ,
53
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
54
+ ifModifiedSince: ifModifiedSince_example,
53
55
  } satisfies GetCharactersCharacterIdSearchRequest;
54
56
 
55
57
  try {
@@ -77,6 +79,7 @@ example().catch(console.error);
77
79
  | **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] |
78
80
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
79
81
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
82
+ | **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`] |
80
83
 
81
84
  ### Return type
82
85
 
package/docs/SkillsApi.md CHANGED
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
12
12
 
13
13
  ## getCharactersCharacterIdAttributes
14
14
 
15
- > CharactersCharacterIdAttributesGet getCharactersCharacterIdAttributes(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
15
+ > CharactersCharacterIdAttributesGet getCharactersCharacterIdAttributes(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
16
16
 
17
17
  Get character attributes
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 GetCharactersCharacterIdAttributesRequest;
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 `&#39;en&#39;`] [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 `&#39;tranquility&#39;`] |
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
  ## getCharactersCharacterIdSkillqueue
98
101
 
99
- > Array&lt;CharactersCharacterIdSkillqueueGetInner&gt; getCharactersCharacterIdSkillqueue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
102
+ > Array&lt;CharactersCharacterIdSkillqueueGetInner&gt; getCharactersCharacterIdSkillqueue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
100
103
 
101
104
  Get character\&#39;s skill queue
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 GetCharactersCharacterIdSkillqueueRequest;
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 `&#39;en&#39;`] [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 `&#39;tranquility&#39;`] |
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
  ## getCharactersCharacterIdSkills
182
188
 
183
- > CharactersCharacterIdSkillsGet getCharactersCharacterIdSkills(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
189
+ > CharactersCharacterIdSkillsGet getCharactersCharacterIdSkills(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
184
190
 
185
191
  Get character skills
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 GetCharactersCharacterIdSkillsRequest;
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 `&#39;en&#39;`] [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 `&#39;tranquility&#39;`] |
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