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
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
18
18
 
19
19
  ## deleteCharactersCharacterIdContacts
20
20
 
21
- > deleteCharactersCharacterIdContacts(characterId, contactIds, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
21
+ > deleteCharactersCharacterIdContacts(characterId, contactIds, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
22
22
 
23
23
  Delete contacts
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 DeleteCharactersCharacterIdContactsRequest;
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
  ## getAlliancesAllianceIdContacts
107
110
 
108
- > Array<AlliancesAllianceIdContactsGetInner> getAlliancesAllianceIdContacts(allianceId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
111
+ > Array<AlliancesAllianceIdContactsGetInner> getAlliancesAllianceIdContacts(allianceId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
109
112
 
110
113
  Get alliance contacts
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 GetAlliancesAllianceIdContactsRequest;
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
  ## getAlliancesAllianceIdContactsLabels
194
200
 
195
- > Array<AlliancesAllianceIdContactsLabelsGetInner> getAlliancesAllianceIdContactsLabels(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
201
+ > Array<AlliancesAllianceIdContactsLabelsGetInner> getAlliancesAllianceIdContactsLabels(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
196
202
 
197
203
  Get alliance contact labels
198
204
 
@@ -226,6 +232,8 @@ async function example() {
226
232
  ifNoneMatch: ifNoneMatch_example,
227
233
  // string | The tenant ID for the request. (optional)
228
234
  xTenant: ,
235
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
236
+ ifModifiedSince: ifModifiedSince_example,
229
237
  } satisfies GetAlliancesAllianceIdContactsLabelsRequest;
230
238
 
231
239
  try {
@@ -250,6 +258,7 @@ example().catch(console.error);
250
258
  | **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] |
251
259
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
252
260
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
261
+ | **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`] |
253
262
 
254
263
  ### Return type
255
264
 
@@ -276,7 +285,7 @@ example().catch(console.error);
276
285
 
277
286
  ## getCharactersCharacterIdContacts
278
287
 
279
- > Array<CharactersCharacterIdContactsGetInner> getCharactersCharacterIdContacts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
288
+ > Array<CharactersCharacterIdContactsGetInner> getCharactersCharacterIdContacts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
280
289
 
281
290
  Get contacts
282
291
 
@@ -312,6 +321,8 @@ async function example() {
312
321
  ifNoneMatch: ifNoneMatch_example,
313
322
  // string | The tenant ID for the request. (optional)
314
323
  xTenant: ,
324
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
325
+ ifModifiedSince: ifModifiedSince_example,
315
326
  } satisfies GetCharactersCharacterIdContactsRequest;
316
327
 
317
328
  try {
@@ -337,6 +348,7 @@ example().catch(console.error);
337
348
  | **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] |
338
349
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
339
350
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
351
+ | **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`] |
340
352
 
341
353
  ### Return type
342
354
 
@@ -363,7 +375,7 @@ example().catch(console.error);
363
375
 
364
376
  ## getCharactersCharacterIdContactsLabels
365
377
 
366
- > Array<AlliancesAllianceIdContactsLabelsGetInner> getCharactersCharacterIdContactsLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
378
+ > Array<AlliancesAllianceIdContactsLabelsGetInner> getCharactersCharacterIdContactsLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
367
379
 
368
380
  Get contact labels
369
381
 
@@ -397,6 +409,8 @@ async function example() {
397
409
  ifNoneMatch: ifNoneMatch_example,
398
410
  // string | The tenant ID for the request. (optional)
399
411
  xTenant: ,
412
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
413
+ ifModifiedSince: ifModifiedSince_example,
400
414
  } satisfies GetCharactersCharacterIdContactsLabelsRequest;
401
415
 
402
416
  try {
@@ -421,6 +435,7 @@ example().catch(console.error);
421
435
  | **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] |
422
436
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
423
437
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
438
+ | **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`] |
424
439
 
425
440
  ### Return type
426
441
 
@@ -447,7 +462,7 @@ example().catch(console.error);
447
462
 
448
463
  ## getCorporationsCorporationIdContacts
449
464
 
450
- > Array<CorporationsCorporationIdContactsGetInner> getCorporationsCorporationIdContacts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
465
+ > Array<CorporationsCorporationIdContactsGetInner> getCorporationsCorporationIdContacts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
451
466
 
452
467
  Get corporation contacts
453
468
 
@@ -483,6 +498,8 @@ async function example() {
483
498
  ifNoneMatch: ifNoneMatch_example,
484
499
  // string | The tenant ID for the request. (optional)
485
500
  xTenant: ,
501
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
502
+ ifModifiedSince: ifModifiedSince_example,
486
503
  } satisfies GetCorporationsCorporationIdContactsRequest;
487
504
 
488
505
  try {
@@ -508,6 +525,7 @@ example().catch(console.error);
508
525
  | **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] |
509
526
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
510
527
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
528
+ | **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`] |
511
529
 
512
530
  ### Return type
513
531
 
@@ -534,7 +552,7 @@ example().catch(console.error);
534
552
 
535
553
  ## getCorporationsCorporationIdContactsLabels
536
554
 
537
- > Array<AlliancesAllianceIdContactsLabelsGetInner> getCorporationsCorporationIdContactsLabels(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
555
+ > Array<AlliancesAllianceIdContactsLabelsGetInner> getCorporationsCorporationIdContactsLabels(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
538
556
 
539
557
  Get corporation contact labels
540
558
 
@@ -568,6 +586,8 @@ async function example() {
568
586
  ifNoneMatch: ifNoneMatch_example,
569
587
  // string | The tenant ID for the request. (optional)
570
588
  xTenant: ,
589
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
590
+ ifModifiedSince: ifModifiedSince_example,
571
591
  } satisfies GetCorporationsCorporationIdContactsLabelsRequest;
572
592
 
573
593
  try {
@@ -592,6 +612,7 @@ example().catch(console.error);
592
612
  | **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] |
593
613
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
594
614
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
615
+ | **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`] |
595
616
 
596
617
  ### Return type
597
618
 
@@ -618,7 +639,7 @@ example().catch(console.error);
618
639
 
619
640
  ## postCharactersCharacterIdContacts
620
641
 
621
- > Array<number> postCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant)
642
+ > Array<number> postCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
622
643
 
623
644
  Add contacts
624
645
 
@@ -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 PostCharactersCharacterIdContactsRequest;
664
687
 
665
688
  try {
@@ -688,6 +711,7 @@ example().catch(console.error);
688
711
  | **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] |
689
712
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
690
713
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
714
+ | **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`] |
691
715
 
692
716
  ### Return type
693
717
 
@@ -714,7 +738,7 @@ example().catch(console.error);
714
738
 
715
739
  ## putCharactersCharacterIdContacts
716
740
 
717
- > putCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant)
741
+ > putCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
718
742
 
719
743
  Edit contacts
720
744
 
@@ -756,6 +780,8 @@ async function example() {
756
780
  ifNoneMatch: ifNoneMatch_example,
757
781
  // string | The tenant ID for the request. (optional)
758
782
  xTenant: ,
783
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
784
+ ifModifiedSince: ifModifiedSince_example,
759
785
  } satisfies PutCharactersCharacterIdContactsRequest;
760
786
 
761
787
  try {
@@ -784,6 +810,7 @@ example().catch(console.error);
784
810
  | **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] |
785
811
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
786
812
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
813
+ | **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`] |
787
814
 
788
815
  ### Return type
789
816
 
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
18
18
 
19
19
  ## getCharactersCharacterIdContracts
20
20
 
21
- > Array<CharactersCharacterIdContractsGetInner> getCharactersCharacterIdContracts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
21
+ > Array<CharactersCharacterIdContractsGetInner> getCharactersCharacterIdContracts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
22
22
 
23
23
  Get contracts
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 GetCharactersCharacterIdContractsRequest;
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
  ## getCharactersCharacterIdContractsContractIdBids
107
110
 
108
- > Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCharactersCharacterIdContractsContractIdBids(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
111
+ > Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCharactersCharacterIdContractsContractIdBids(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
109
112
 
110
113
  Get contract bids
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 GetCharactersCharacterIdContractsContractIdBidsRequest;
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
  ## getCharactersCharacterIdContractsContractIdItems
194
200
 
195
- > Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCharactersCharacterIdContractsContractIdItems(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
201
+ > Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCharactersCharacterIdContractsContractIdItems(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
196
202
 
197
203
  Get contract items
198
204
 
@@ -228,6 +234,8 @@ async function example() {
228
234
  ifNoneMatch: ifNoneMatch_example,
229
235
  // string | The tenant ID for the request. (optional)
230
236
  xTenant: ,
237
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
238
+ ifModifiedSince: ifModifiedSince_example,
231
239
  } satisfies GetCharactersCharacterIdContractsContractIdItemsRequest;
232
240
 
233
241
  try {
@@ -253,6 +261,7 @@ example().catch(console.error);
253
261
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
254
262
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
255
263
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
264
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
256
265
 
257
266
  ### Return type
258
267
 
@@ -279,7 +288,7 @@ example().catch(console.error);
279
288
 
280
289
  ## getContractsPublicBidsContractId
281
290
 
282
- > Array<ContractsPublicBidsContractIdGetInner> getContractsPublicBidsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
291
+ > Array<ContractsPublicBidsContractIdGetInner> getContractsPublicBidsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
283
292
 
284
293
  Get public contract bids
285
294
 
@@ -311,6 +320,8 @@ async function example() {
311
320
  ifNoneMatch: ifNoneMatch_example,
312
321
  // string | The tenant ID for the request. (optional)
313
322
  xTenant: ,
323
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
324
+ ifModifiedSince: ifModifiedSince_example,
314
325
  } satisfies GetContractsPublicBidsContractIdRequest;
315
326
 
316
327
  try {
@@ -336,6 +347,7 @@ example().catch(console.error);
336
347
  | **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] |
337
348
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
338
349
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
350
+ | **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`] |
339
351
 
340
352
  ### Return type
341
353
 
@@ -362,7 +374,7 @@ No authorization required
362
374
 
363
375
  ## getContractsPublicItemsContractId
364
376
 
365
- > Array<ContractsPublicItemsContractIdGetInner> getContractsPublicItemsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
377
+ > Array<ContractsPublicItemsContractIdGetInner> getContractsPublicItemsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
366
378
 
367
379
  Get public contract items
368
380
 
@@ -394,6 +406,8 @@ async function example() {
394
406
  ifNoneMatch: ifNoneMatch_example,
395
407
  // string | The tenant ID for the request. (optional)
396
408
  xTenant: ,
409
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
410
+ ifModifiedSince: ifModifiedSince_example,
397
411
  } satisfies GetContractsPublicItemsContractIdRequest;
398
412
 
399
413
  try {
@@ -419,6 +433,7 @@ example().catch(console.error);
419
433
  | **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] |
420
434
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
421
435
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
436
+ | **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`] |
422
437
 
423
438
  ### Return type
424
439
 
@@ -445,7 +460,7 @@ No authorization required
445
460
 
446
461
  ## getContractsPublicRegionId
447
462
 
448
- > Array<ContractsPublicRegionIdGetInner> getContractsPublicRegionId(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
463
+ > Array<ContractsPublicRegionIdGetInner> getContractsPublicRegionId(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
449
464
 
450
465
  Get public contracts
451
466
 
@@ -477,6 +492,8 @@ async function example() {
477
492
  ifNoneMatch: ifNoneMatch_example,
478
493
  // string | The tenant ID for the request. (optional)
479
494
  xTenant: ,
495
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
496
+ ifModifiedSince: ifModifiedSince_example,
480
497
  } satisfies GetContractsPublicRegionIdRequest;
481
498
 
482
499
  try {
@@ -502,6 +519,7 @@ example().catch(console.error);
502
519
  | **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] |
503
520
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
504
521
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
522
+ | **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`] |
505
523
 
506
524
  ### Return type
507
525
 
@@ -528,7 +546,7 @@ No authorization required
528
546
 
529
547
  ## getCorporationsCorporationIdContracts
530
548
 
531
- > Array<CorporationsCorporationIdContractsGetInner> getCorporationsCorporationIdContracts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
549
+ > Array<CorporationsCorporationIdContractsGetInner> getCorporationsCorporationIdContracts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
532
550
 
533
551
  Get corporation contracts
534
552
 
@@ -564,6 +582,8 @@ async function example() {
564
582
  ifNoneMatch: ifNoneMatch_example,
565
583
  // string | The tenant ID for the request. (optional)
566
584
  xTenant: ,
585
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
586
+ ifModifiedSince: ifModifiedSince_example,
567
587
  } satisfies GetCorporationsCorporationIdContractsRequest;
568
588
 
569
589
  try {
@@ -589,6 +609,7 @@ example().catch(console.error);
589
609
  | **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] |
590
610
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
591
611
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
612
+ | **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`] |
592
613
 
593
614
  ### Return type
594
615
 
@@ -615,7 +636,7 @@ example().catch(console.error);
615
636
 
616
637
  ## getCorporationsCorporationIdContractsContractIdBids
617
638
 
618
- > Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCorporationsCorporationIdContractsContractIdBids(contractId, corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
639
+ > Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCorporationsCorporationIdContractsContractIdBids(contractId, corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
619
640
 
620
641
  Get corporation contract bids
621
642
 
@@ -653,6 +674,8 @@ async function example() {
653
674
  ifNoneMatch: ifNoneMatch_example,
654
675
  // string | The tenant ID for the request. (optional)
655
676
  xTenant: ,
677
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
678
+ ifModifiedSince: ifModifiedSince_example,
656
679
  } satisfies GetCorporationsCorporationIdContractsContractIdBidsRequest;
657
680
 
658
681
  try {
@@ -679,6 +702,7 @@ example().catch(console.error);
679
702
  | **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] |
680
703
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
681
704
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
705
+ | **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`] |
682
706
 
683
707
  ### Return type
684
708
 
@@ -705,7 +729,7 @@ example().catch(console.error);
705
729
 
706
730
  ## getCorporationsCorporationIdContractsContractIdItems
707
731
 
708
- > Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCorporationsCorporationIdContractsContractIdItems(contractId, corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
732
+ > Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCorporationsCorporationIdContractsContractIdItems(contractId, corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
709
733
 
710
734
  Get corporation contract items
711
735
 
@@ -741,6 +765,8 @@ async function example() {
741
765
  ifNoneMatch: ifNoneMatch_example,
742
766
  // string | The tenant ID for the request. (optional)
743
767
  xTenant: ,
768
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
769
+ ifModifiedSince: ifModifiedSince_example,
744
770
  } satisfies GetCorporationsCorporationIdContractsContractIdItemsRequest;
745
771
 
746
772
  try {
@@ -766,6 +792,7 @@ example().catch(console.error);
766
792
  | **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] |
767
793
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
768
794
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
795
+ | **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`] |
769
796
 
770
797
  ### Return type
771
798