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
@@ -31,7 +31,7 @@ All URIs are relative to *https://esi.evetech.net*
31
31
 
32
32
  ## getCorporationsCorporationId
33
33
 
34
- > CorporationsCorporationIdGet getCorporationsCorporationId(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
34
+ > CorporationsCorporationIdGet getCorporationsCorporationId(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
35
35
 
36
36
  Get corporation information
37
37
 
@@ -61,6 +61,8 @@ async function example() {
61
61
  ifNoneMatch: ifNoneMatch_example,
62
62
  // string | The tenant ID for the request. (optional)
63
63
  xTenant: ,
64
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
65
+ ifModifiedSince: ifModifiedSince_example,
64
66
  } satisfies GetCorporationsCorporationIdRequest;
65
67
 
66
68
  try {
@@ -85,6 +87,7 @@ example().catch(console.error);
85
87
  | **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] |
86
88
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
87
89
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
90
+ | **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`] |
88
91
 
89
92
  ### Return type
90
93
 
@@ -111,7 +114,7 @@ No authorization required
111
114
 
112
115
  ## getCorporationsCorporationIdAlliancehistory
113
116
 
114
- > Array<CorporationsCorporationIdAlliancehistoryGetInner> getCorporationsCorporationIdAlliancehistory(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
117
+ > Array<CorporationsCorporationIdAlliancehistoryGetInner> getCorporationsCorporationIdAlliancehistory(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
115
118
 
116
119
  Get alliance history
117
120
 
@@ -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 GetCorporationsCorporationIdAlliancehistoryRequest;
145
150
 
146
151
  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 @@ No authorization required
191
197
 
192
198
  ## getCorporationsCorporationIdBlueprints
193
199
 
194
- > Array<CorporationsCorporationIdBlueprintsGetInner> getCorporationsCorporationIdBlueprints(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
200
+ > Array<CorporationsCorporationIdBlueprintsGetInner> getCorporationsCorporationIdBlueprints(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
195
201
 
196
202
  Get corporation blueprints
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 GetCorporationsCorporationIdBlueprintsRequest;
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
  ## getCorporationsCorporationIdContainersLogs
280
289
 
281
- > Array<CorporationsCorporationIdContainersLogsGetInner> getCorporationsCorporationIdContainersLogs(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
290
+ > Array<CorporationsCorporationIdContainersLogsGetInner> getCorporationsCorporationIdContainersLogs(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
282
291
 
283
292
  Get all corporation ALSC logs
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 GetCorporationsCorporationIdContainersLogsRequest;
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
  ## getCorporationsCorporationIdDivisions
367
379
 
368
- > CorporationsCorporationIdDivisionsGet getCorporationsCorporationIdDivisions(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
380
+ > CorporationsCorporationIdDivisionsGet getCorporationsCorporationIdDivisions(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
369
381
 
370
382
  Get corporation divisions
371
383
 
@@ -399,6 +411,8 @@ async function example() {
399
411
  ifNoneMatch: ifNoneMatch_example,
400
412
  // string | The tenant ID for the request. (optional)
401
413
  xTenant: ,
414
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
415
+ ifModifiedSince: ifModifiedSince_example,
402
416
  } satisfies GetCorporationsCorporationIdDivisionsRequest;
403
417
 
404
418
  try {
@@ -423,6 +437,7 @@ example().catch(console.error);
423
437
  | **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] |
424
438
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
425
439
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
440
+ | **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`] |
426
441
 
427
442
  ### Return type
428
443
 
@@ -449,7 +464,7 @@ example().catch(console.error);
449
464
 
450
465
  ## getCorporationsCorporationIdFacilities
451
466
 
452
- > Array<CorporationsCorporationIdFacilitiesGetInner> getCorporationsCorporationIdFacilities(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
467
+ > Array<CorporationsCorporationIdFacilitiesGetInner> getCorporationsCorporationIdFacilities(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
453
468
 
454
469
  Get corporation facilities
455
470
 
@@ -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 GetCorporationsCorporationIdFacilitiesRequest;
487
504
 
488
505
  try {
@@ -507,6 +524,7 @@ example().catch(console.error);
507
524
  | **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] |
508
525
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
509
526
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
527
+ | **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`] |
510
528
 
511
529
  ### Return type
512
530
 
@@ -533,7 +551,7 @@ example().catch(console.error);
533
551
 
534
552
  ## getCorporationsCorporationIdIcons
535
553
 
536
- > CorporationsCorporationIdIconsGet getCorporationsCorporationIdIcons(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
554
+ > CorporationsCorporationIdIconsGet getCorporationsCorporationIdIcons(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
537
555
 
538
556
  Get corporation icon
539
557
 
@@ -563,6 +581,8 @@ async function example() {
563
581
  ifNoneMatch: ifNoneMatch_example,
564
582
  // string | The tenant ID for the request. (optional)
565
583
  xTenant: ,
584
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
585
+ ifModifiedSince: ifModifiedSince_example,
566
586
  } satisfies GetCorporationsCorporationIdIconsRequest;
567
587
 
568
588
  try {
@@ -587,6 +607,7 @@ example().catch(console.error);
587
607
  | **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] |
588
608
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
589
609
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
610
+ | **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`] |
590
611
 
591
612
  ### Return type
592
613
 
@@ -613,7 +634,7 @@ No authorization required
613
634
 
614
635
  ## getCorporationsCorporationIdMedals
615
636
 
616
- > Array<CorporationsCorporationIdMedalsGetInner> getCorporationsCorporationIdMedals(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
637
+ > Array<CorporationsCorporationIdMedalsGetInner> getCorporationsCorporationIdMedals(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
617
638
 
618
639
  Get corporation medals
619
640
 
@@ -649,6 +670,8 @@ async function example() {
649
670
  ifNoneMatch: ifNoneMatch_example,
650
671
  // string | The tenant ID for the request. (optional)
651
672
  xTenant: ,
673
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
674
+ ifModifiedSince: ifModifiedSince_example,
652
675
  } satisfies GetCorporationsCorporationIdMedalsRequest;
653
676
 
654
677
  try {
@@ -674,6 +697,7 @@ example().catch(console.error);
674
697
  | **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] |
675
698
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
676
699
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
700
+ | **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`] |
677
701
 
678
702
  ### Return type
679
703
 
@@ -700,7 +724,7 @@ example().catch(console.error);
700
724
 
701
725
  ## getCorporationsCorporationIdMedalsIssued
702
726
 
703
- > Array<CorporationsCorporationIdMedalsIssuedGetInner> getCorporationsCorporationIdMedalsIssued(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
727
+ > Array<CorporationsCorporationIdMedalsIssuedGetInner> getCorporationsCorporationIdMedalsIssued(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
704
728
 
705
729
  Get corporation issued medals
706
730
 
@@ -736,6 +760,8 @@ async function example() {
736
760
  ifNoneMatch: ifNoneMatch_example,
737
761
  // string | The tenant ID for the request. (optional)
738
762
  xTenant: ,
763
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
764
+ ifModifiedSince: ifModifiedSince_example,
739
765
  } satisfies GetCorporationsCorporationIdMedalsIssuedRequest;
740
766
 
741
767
  try {
@@ -761,6 +787,7 @@ example().catch(console.error);
761
787
  | **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] |
762
788
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
763
789
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
790
+ | **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`] |
764
791
 
765
792
  ### Return type
766
793
 
@@ -787,7 +814,7 @@ example().catch(console.error);
787
814
 
788
815
  ## getCorporationsCorporationIdMembers
789
816
 
790
- > Array<number> getCorporationsCorporationIdMembers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
817
+ > Array<number> getCorporationsCorporationIdMembers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
791
818
 
792
819
  Get corporation members
793
820
 
@@ -821,6 +848,8 @@ async function example() {
821
848
  ifNoneMatch: ifNoneMatch_example,
822
849
  // string | The tenant ID for the request. (optional)
823
850
  xTenant: ,
851
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
852
+ ifModifiedSince: ifModifiedSince_example,
824
853
  } satisfies GetCorporationsCorporationIdMembersRequest;
825
854
 
826
855
  try {
@@ -845,6 +874,7 @@ example().catch(console.error);
845
874
  | **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] |
846
875
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
847
876
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
877
+ | **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`] |
848
878
 
849
879
  ### Return type
850
880
 
@@ -871,7 +901,7 @@ example().catch(console.error);
871
901
 
872
902
  ## getCorporationsCorporationIdMembersLimit
873
903
 
874
- > number getCorporationsCorporationIdMembersLimit(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
904
+ > number getCorporationsCorporationIdMembersLimit(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
875
905
 
876
906
  Get corporation member limit
877
907
 
@@ -905,6 +935,8 @@ async function example() {
905
935
  ifNoneMatch: ifNoneMatch_example,
906
936
  // string | The tenant ID for the request. (optional)
907
937
  xTenant: ,
938
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
939
+ ifModifiedSince: ifModifiedSince_example,
908
940
  } satisfies GetCorporationsCorporationIdMembersLimitRequest;
909
941
 
910
942
  try {
@@ -929,6 +961,7 @@ example().catch(console.error);
929
961
  | **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] |
930
962
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
931
963
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
964
+ | **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`] |
932
965
 
933
966
  ### Return type
934
967
 
@@ -955,7 +988,7 @@ example().catch(console.error);
955
988
 
956
989
  ## getCorporationsCorporationIdMembersTitles
957
990
 
958
- > Array<CorporationsCorporationIdMembersTitlesGetInner> getCorporationsCorporationIdMembersTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
991
+ > Array<CorporationsCorporationIdMembersTitlesGetInner> getCorporationsCorporationIdMembersTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
959
992
 
960
993
  Get corporation\'s members\' titles
961
994
 
@@ -989,6 +1022,8 @@ async function example() {
989
1022
  ifNoneMatch: ifNoneMatch_example,
990
1023
  // string | The tenant ID for the request. (optional)
991
1024
  xTenant: ,
1025
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1026
+ ifModifiedSince: ifModifiedSince_example,
992
1027
  } satisfies GetCorporationsCorporationIdMembersTitlesRequest;
993
1028
 
994
1029
  try {
@@ -1013,6 +1048,7 @@ example().catch(console.error);
1013
1048
  | **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] |
1014
1049
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1015
1050
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1051
+ | **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`] |
1016
1052
 
1017
1053
  ### Return type
1018
1054
 
@@ -1039,7 +1075,7 @@ example().catch(console.error);
1039
1075
 
1040
1076
  ## getCorporationsCorporationIdMembertracking
1041
1077
 
1042
- > Array<CorporationsCorporationIdMembertrackingGetInner> getCorporationsCorporationIdMembertracking(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1078
+ > Array<CorporationsCorporationIdMembertrackingGetInner> getCorporationsCorporationIdMembertracking(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1043
1079
 
1044
1080
  Track corporation members
1045
1081
 
@@ -1073,6 +1109,8 @@ async function example() {
1073
1109
  ifNoneMatch: ifNoneMatch_example,
1074
1110
  // string | The tenant ID for the request. (optional)
1075
1111
  xTenant: ,
1112
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1113
+ ifModifiedSince: ifModifiedSince_example,
1076
1114
  } satisfies GetCorporationsCorporationIdMembertrackingRequest;
1077
1115
 
1078
1116
  try {
@@ -1097,6 +1135,7 @@ example().catch(console.error);
1097
1135
  | **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] |
1098
1136
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1099
1137
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1138
+ | **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`] |
1100
1139
 
1101
1140
  ### Return type
1102
1141
 
@@ -1123,7 +1162,7 @@ example().catch(console.error);
1123
1162
 
1124
1163
  ## getCorporationsCorporationIdRoles
1125
1164
 
1126
- > Array<CorporationsCorporationIdRolesGetInner> getCorporationsCorporationIdRoles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1165
+ > Array<CorporationsCorporationIdRolesGetInner> getCorporationsCorporationIdRoles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1127
1166
 
1128
1167
  Get corporation member roles
1129
1168
 
@@ -1157,6 +1196,8 @@ async function example() {
1157
1196
  ifNoneMatch: ifNoneMatch_example,
1158
1197
  // string | The tenant ID for the request. (optional)
1159
1198
  xTenant: ,
1199
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1200
+ ifModifiedSince: ifModifiedSince_example,
1160
1201
  } satisfies GetCorporationsCorporationIdRolesRequest;
1161
1202
 
1162
1203
  try {
@@ -1181,6 +1222,7 @@ example().catch(console.error);
1181
1222
  | **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] |
1182
1223
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1183
1224
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1225
+ | **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`] |
1184
1226
 
1185
1227
  ### Return type
1186
1228
 
@@ -1207,7 +1249,7 @@ example().catch(console.error);
1207
1249
 
1208
1250
  ## getCorporationsCorporationIdRolesHistory
1209
1251
 
1210
- > Array<CorporationsCorporationIdRolesHistoryGetInner> getCorporationsCorporationIdRolesHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1252
+ > Array<CorporationsCorporationIdRolesHistoryGetInner> getCorporationsCorporationIdRolesHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1211
1253
 
1212
1254
  Get corporation member roles history
1213
1255
 
@@ -1243,6 +1285,8 @@ async function example() {
1243
1285
  ifNoneMatch: ifNoneMatch_example,
1244
1286
  // string | The tenant ID for the request. (optional)
1245
1287
  xTenant: ,
1288
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1289
+ ifModifiedSince: ifModifiedSince_example,
1246
1290
  } satisfies GetCorporationsCorporationIdRolesHistoryRequest;
1247
1291
 
1248
1292
  try {
@@ -1268,6 +1312,7 @@ example().catch(console.error);
1268
1312
  | **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] |
1269
1313
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1270
1314
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1315
+ | **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`] |
1271
1316
 
1272
1317
  ### Return type
1273
1318
 
@@ -1294,7 +1339,7 @@ example().catch(console.error);
1294
1339
 
1295
1340
  ## getCorporationsCorporationIdShareholders
1296
1341
 
1297
- > Array<CorporationsCorporationIdShareholdersGetInner> getCorporationsCorporationIdShareholders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1342
+ > Array<CorporationsCorporationIdShareholdersGetInner> getCorporationsCorporationIdShareholders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1298
1343
 
1299
1344
  Get corporation shareholders
1300
1345
 
@@ -1330,6 +1375,8 @@ async function example() {
1330
1375
  ifNoneMatch: ifNoneMatch_example,
1331
1376
  // string | The tenant ID for the request. (optional)
1332
1377
  xTenant: ,
1378
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1379
+ ifModifiedSince: ifModifiedSince_example,
1333
1380
  } satisfies GetCorporationsCorporationIdShareholdersRequest;
1334
1381
 
1335
1382
  try {
@@ -1355,6 +1402,7 @@ example().catch(console.error);
1355
1402
  | **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] |
1356
1403
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1357
1404
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1405
+ | **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`] |
1358
1406
 
1359
1407
  ### Return type
1360
1408
 
@@ -1381,7 +1429,7 @@ example().catch(console.error);
1381
1429
 
1382
1430
  ## getCorporationsCorporationIdStandings
1383
1431
 
1384
- > Array<CharactersCharacterIdStandingsGetInner> getCorporationsCorporationIdStandings(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1432
+ > Array<CharactersCharacterIdStandingsGetInner> getCorporationsCorporationIdStandings(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1385
1433
 
1386
1434
  Get corporation standings
1387
1435
 
@@ -1417,6 +1465,8 @@ async function example() {
1417
1465
  ifNoneMatch: ifNoneMatch_example,
1418
1466
  // string | The tenant ID for the request. (optional)
1419
1467
  xTenant: ,
1468
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1469
+ ifModifiedSince: ifModifiedSince_example,
1420
1470
  } satisfies GetCorporationsCorporationIdStandingsRequest;
1421
1471
 
1422
1472
  try {
@@ -1442,6 +1492,7 @@ example().catch(console.error);
1442
1492
  | **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] |
1443
1493
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1444
1494
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1495
+ | **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`] |
1445
1496
 
1446
1497
  ### Return type
1447
1498
 
@@ -1468,7 +1519,7 @@ example().catch(console.error);
1468
1519
 
1469
1520
  ## getCorporationsCorporationIdStarbases
1470
1521
 
1471
- > Array<CorporationsCorporationIdStarbasesGetInner> getCorporationsCorporationIdStarbases(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1522
+ > Array<CorporationsCorporationIdStarbasesGetInner> getCorporationsCorporationIdStarbases(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1472
1523
 
1473
1524
  Get corporation starbases (POSes)
1474
1525
 
@@ -1504,6 +1555,8 @@ async function example() {
1504
1555
  ifNoneMatch: ifNoneMatch_example,
1505
1556
  // string | The tenant ID for the request. (optional)
1506
1557
  xTenant: ,
1558
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1559
+ ifModifiedSince: ifModifiedSince_example,
1507
1560
  } satisfies GetCorporationsCorporationIdStarbasesRequest;
1508
1561
 
1509
1562
  try {
@@ -1529,6 +1582,7 @@ example().catch(console.error);
1529
1582
  | **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] |
1530
1583
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1531
1584
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1585
+ | **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`] |
1532
1586
 
1533
1587
  ### Return type
1534
1588
 
@@ -1555,7 +1609,7 @@ example().catch(console.error);
1555
1609
 
1556
1610
  ## getCorporationsCorporationIdStarbasesStarbaseId
1557
1611
 
1558
- > CorporationsCorporationIdStarbasesStarbaseIdGet getCorporationsCorporationIdStarbasesStarbaseId(corporationId, starbaseId, systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1612
+ > CorporationsCorporationIdStarbasesStarbaseIdGet getCorporationsCorporationIdStarbasesStarbaseId(corporationId, starbaseId, systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1559
1613
 
1560
1614
  Get starbase (POS) detail
1561
1615
 
@@ -1593,6 +1647,8 @@ async function example() {
1593
1647
  ifNoneMatch: ifNoneMatch_example,
1594
1648
  // string | The tenant ID for the request. (optional)
1595
1649
  xTenant: ,
1650
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1651
+ ifModifiedSince: ifModifiedSince_example,
1596
1652
  } satisfies GetCorporationsCorporationIdStarbasesStarbaseIdRequest;
1597
1653
 
1598
1654
  try {
@@ -1619,6 +1675,7 @@ example().catch(console.error);
1619
1675
  | **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] |
1620
1676
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1621
1677
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1678
+ | **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`] |
1622
1679
 
1623
1680
  ### Return type
1624
1681
 
@@ -1645,7 +1702,7 @@ example().catch(console.error);
1645
1702
 
1646
1703
  ## getCorporationsCorporationIdStructures
1647
1704
 
1648
- > Array<CorporationsCorporationIdStructuresGetInner> getCorporationsCorporationIdStructures(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
1705
+ > Array<CorporationsCorporationIdStructuresGetInner> getCorporationsCorporationIdStructures(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1649
1706
 
1650
1707
  Get corporation structures
1651
1708
 
@@ -1681,6 +1738,8 @@ async function example() {
1681
1738
  ifNoneMatch: ifNoneMatch_example,
1682
1739
  // string | The tenant ID for the request. (optional)
1683
1740
  xTenant: ,
1741
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1742
+ ifModifiedSince: ifModifiedSince_example,
1684
1743
  } satisfies GetCorporationsCorporationIdStructuresRequest;
1685
1744
 
1686
1745
  try {
@@ -1706,6 +1765,7 @@ example().catch(console.error);
1706
1765
  | **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] |
1707
1766
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1708
1767
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1768
+ | **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`] |
1709
1769
 
1710
1770
  ### Return type
1711
1771
 
@@ -1732,7 +1792,7 @@ example().catch(console.error);
1732
1792
 
1733
1793
  ## getCorporationsCorporationIdTitles
1734
1794
 
1735
- > Array<CorporationsCorporationIdTitlesGetInner> getCorporationsCorporationIdTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1795
+ > Array<CorporationsCorporationIdTitlesGetInner> getCorporationsCorporationIdTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1736
1796
 
1737
1797
  Get corporation titles
1738
1798
 
@@ -1766,6 +1826,8 @@ async function example() {
1766
1826
  ifNoneMatch: ifNoneMatch_example,
1767
1827
  // string | The tenant ID for the request. (optional)
1768
1828
  xTenant: ,
1829
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1830
+ ifModifiedSince: ifModifiedSince_example,
1769
1831
  } satisfies GetCorporationsCorporationIdTitlesRequest;
1770
1832
 
1771
1833
  try {
@@ -1790,6 +1852,7 @@ example().catch(console.error);
1790
1852
  | **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] |
1791
1853
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1792
1854
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1855
+ | **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`] |
1793
1856
 
1794
1857
  ### Return type
1795
1858
 
@@ -1816,7 +1879,7 @@ example().catch(console.error);
1816
1879
 
1817
1880
  ## getCorporationsNpccorps
1818
1881
 
1819
- > Array<number> getCorporationsNpccorps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
1882
+ > Array<number> getCorporationsNpccorps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
1820
1883
 
1821
1884
  Get npc corporations
1822
1885
 
@@ -1844,6 +1907,8 @@ async function example() {
1844
1907
  ifNoneMatch: ifNoneMatch_example,
1845
1908
  // string | The tenant ID for the request. (optional)
1846
1909
  xTenant: ,
1910
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
1911
+ ifModifiedSince: ifModifiedSince_example,
1847
1912
  } satisfies GetCorporationsNpccorpsRequest;
1848
1913
 
1849
1914
  try {
@@ -1867,6 +1932,7 @@ example().catch(console.error);
1867
1932
  | **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] |
1868
1933
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
1869
1934
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
1935
+ | **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`] |
1870
1936
 
1871
1937
  ### Return type
1872
1938