eve-esi-client-ts 1.1.21 → 1.1.23

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 (67) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +3 -3
  3. package/api.ts +355 -347
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +300 -292
  8. package/dist/api.js +338 -338
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +300 -292
  16. package/dist/esm/api.js +336 -336
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/AccessListApi.md +4 -4
  28. package/docs/ActivitiesApi.md +6 -6
  29. package/docs/AllianceApi.md +8 -8
  30. package/docs/AssetsApi.md +12 -12
  31. package/docs/CalendarApi.md +8 -8
  32. package/docs/CharacterApi.md +94 -94
  33. package/docs/CharactersDetail.md +6 -2
  34. package/docs/ClonesApi.md +4 -4
  35. package/docs/ContactsApi.md +18 -18
  36. package/docs/ContractsApi.md +18 -18
  37. package/docs/CorporationApi.md +44 -44
  38. package/docs/CorporationProjectsApi.md +8 -8
  39. package/docs/CorporationsStructuresSkyhooksDetailReagent.md +2 -2
  40. package/docs/CorporationsStructuresSovereigntyHubsDetailReagent.md +1 -1
  41. package/docs/DogmaApi.md +10 -10
  42. package/docs/FactionWarfareApi.md +16 -16
  43. package/docs/FittingsApi.md +6 -6
  44. package/docs/FleetsApi.md +28 -28
  45. package/docs/FreelanceJobsApi.md +12 -12
  46. package/docs/IncursionsApi.md +2 -2
  47. package/docs/IndustryApi.md +16 -16
  48. package/docs/InsuranceApi.md +2 -2
  49. package/docs/KillmailsApi.md +6 -6
  50. package/docs/LocationApi.md +6 -6
  51. package/docs/LoyaltyApi.md +4 -4
  52. package/docs/MailApi.md +18 -18
  53. package/docs/MarketApi.md +22 -22
  54. package/docs/MetaApi.md +6 -6
  55. package/docs/PlanetaryInteractionApi.md +8 -8
  56. package/docs/RoutesApi.md +2 -2
  57. package/docs/SearchApi.md +2 -2
  58. package/docs/SkillsApi.md +6 -6
  59. package/docs/SovereigntyApi.md +4 -4
  60. package/docs/StatusApi.md +2 -2
  61. package/docs/StructuresApi.md +12 -12
  62. package/docs/UniverseApi.md +60 -60
  63. package/docs/UserInterfaceApi.md +10 -10
  64. package/docs/WalletApi.md +12 -12
  65. package/docs/WarsApi.md +6 -6
  66. package/index.ts +1 -1
  67. package/package.json +1 -1
@@ -44,7 +44,7 @@ const configuration = new Configuration();
44
44
  const apiInstance = new CorporationApi(configuration);
45
45
 
46
46
  let corporationId: number; //The ID of the corporation (default to undefined)
47
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
47
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
48
48
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
49
49
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
50
50
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationId(
65
65
  |Name | Type | Description | Notes|
66
66
  |------------- | ------------- | ------------- | -------------|
67
67
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
68
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
68
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
69
69
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
70
70
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
71
71
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -111,7 +111,7 @@ const configuration = new Configuration();
111
111
  const apiInstance = new CorporationApi(configuration);
112
112
 
113
113
  let corporationId: number; //The ID of the corporation (default to undefined)
114
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
114
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
115
115
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
116
116
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
117
117
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -132,7 +132,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdAllianceh
132
132
  |Name | Type | Description | Notes|
133
133
  |------------- | ------------- | ------------- | -------------|
134
134
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
135
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
135
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
136
136
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
137
137
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
138
138
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -178,7 +178,7 @@ const configuration = new Configuration();
178
178
  const apiInstance = new CorporationApi(configuration);
179
179
 
180
180
  let corporationId: number; //The ID of the corporation (default to undefined)
181
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
181
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
182
182
  let page: number; // (optional) (default to undefined)
183
183
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
184
184
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdBlueprint
201
201
  |Name | Type | Description | Notes|
202
202
  |------------- | ------------- | ------------- | -------------|
203
203
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
204
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
204
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
205
205
  | **page** | [**number**] | | (optional) defaults to undefined|
206
206
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
207
207
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -248,7 +248,7 @@ const configuration = new Configuration();
248
248
  const apiInstance = new CorporationApi(configuration);
249
249
 
250
250
  let corporationId: number; //The ID of the corporation (default to undefined)
251
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
251
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
252
252
  let page: number; // (optional) (default to undefined)
253
253
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
254
254
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -271,7 +271,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContainer
271
271
  |Name | Type | Description | Notes|
272
272
  |------------- | ------------- | ------------- | -------------|
273
273
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
274
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
274
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
275
275
  | **page** | [**number**] | | (optional) defaults to undefined|
276
276
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
277
277
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -318,7 +318,7 @@ const configuration = new Configuration();
318
318
  const apiInstance = new CorporationApi(configuration);
319
319
 
320
320
  let corporationId: number; //The ID of the corporation (default to undefined)
321
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
321
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
322
322
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
323
323
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
324
324
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -339,7 +339,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdDivisions
339
339
  |Name | Type | Description | Notes|
340
340
  |------------- | ------------- | ------------- | -------------|
341
341
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
342
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
342
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
343
343
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
344
344
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
345
345
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -385,7 +385,7 @@ const configuration = new Configuration();
385
385
  const apiInstance = new CorporationApi(configuration);
386
386
 
387
387
  let corporationId: number; //The ID of the corporation (default to undefined)
388
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
388
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
389
389
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
390
390
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
391
391
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -406,7 +406,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdFacilitie
406
406
  |Name | Type | Description | Notes|
407
407
  |------------- | ------------- | ------------- | -------------|
408
408
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
409
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
409
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
410
410
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
411
411
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
412
412
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -452,7 +452,7 @@ const configuration = new Configuration();
452
452
  const apiInstance = new CorporationApi(configuration);
453
453
 
454
454
  let corporationId: number; //The ID of the corporation (default to undefined)
455
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
455
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
456
456
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
457
457
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
458
458
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -473,7 +473,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdIcons(
473
473
  |Name | Type | Description | Notes|
474
474
  |------------- | ------------- | ------------- | -------------|
475
475
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
476
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
476
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
477
477
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
478
478
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
479
479
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -519,7 +519,7 @@ const configuration = new Configuration();
519
519
  const apiInstance = new CorporationApi(configuration);
520
520
 
521
521
  let corporationId: number; //The ID of the corporation (default to undefined)
522
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
522
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
523
523
  let page: number; // (optional) (default to undefined)
524
524
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
525
525
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -542,7 +542,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMedals(
542
542
  |Name | Type | Description | Notes|
543
543
  |------------- | ------------- | ------------- | -------------|
544
544
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
545
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
545
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
546
546
  | **page** | [**number**] | | (optional) defaults to undefined|
547
547
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
548
548
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -589,7 +589,7 @@ const configuration = new Configuration();
589
589
  const apiInstance = new CorporationApi(configuration);
590
590
 
591
591
  let corporationId: number; //The ID of the corporation (default to undefined)
592
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
592
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
593
593
  let page: number; // (optional) (default to undefined)
594
594
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
595
595
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -612,7 +612,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMedalsIss
612
612
  |Name | Type | Description | Notes|
613
613
  |------------- | ------------- | ------------- | -------------|
614
614
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
615
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
615
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
616
616
  | **page** | [**number**] | | (optional) defaults to undefined|
617
617
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
618
618
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -659,7 +659,7 @@ const configuration = new Configuration();
659
659
  const apiInstance = new CorporationApi(configuration);
660
660
 
661
661
  let corporationId: number; //The ID of the corporation (default to undefined)
662
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
662
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
663
663
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
664
664
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
665
665
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -680,7 +680,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMembers(
680
680
  |Name | Type | Description | Notes|
681
681
  |------------- | ------------- | ------------- | -------------|
682
682
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
683
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
683
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
684
684
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
685
685
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
686
686
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -726,7 +726,7 @@ const configuration = new Configuration();
726
726
  const apiInstance = new CorporationApi(configuration);
727
727
 
728
728
  let corporationId: number; //The ID of the corporation (default to undefined)
729
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
729
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
730
730
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
731
731
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
732
732
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -747,7 +747,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMembersLi
747
747
  |Name | Type | Description | Notes|
748
748
  |------------- | ------------- | ------------- | -------------|
749
749
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
750
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
750
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
751
751
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
752
752
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
753
753
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -793,7 +793,7 @@ const configuration = new Configuration();
793
793
  const apiInstance = new CorporationApi(configuration);
794
794
 
795
795
  let corporationId: number; //The ID of the corporation (default to undefined)
796
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
796
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
797
797
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
798
798
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
799
799
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -814,7 +814,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMembersTi
814
814
  |Name | Type | Description | Notes|
815
815
  |------------- | ------------- | ------------- | -------------|
816
816
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
817
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
817
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
818
818
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
819
819
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
820
820
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -860,7 +860,7 @@ const configuration = new Configuration();
860
860
  const apiInstance = new CorporationApi(configuration);
861
861
 
862
862
  let corporationId: number; //The ID of the corporation (default to undefined)
863
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
863
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
864
864
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
865
865
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
866
866
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -881,7 +881,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdMembertra
881
881
  |Name | Type | Description | Notes|
882
882
  |------------- | ------------- | ------------- | -------------|
883
883
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
884
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
884
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
885
885
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
886
886
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
887
887
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -927,7 +927,7 @@ const configuration = new Configuration();
927
927
  const apiInstance = new CorporationApi(configuration);
928
928
 
929
929
  let corporationId: number; //The ID of the corporation (default to undefined)
930
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
930
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
931
931
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
932
932
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
933
933
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -948,7 +948,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdRoles(
948
948
  |Name | Type | Description | Notes|
949
949
  |------------- | ------------- | ------------- | -------------|
950
950
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
951
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
951
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
952
952
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
953
953
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
954
954
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -994,7 +994,7 @@ const configuration = new Configuration();
994
994
  const apiInstance = new CorporationApi(configuration);
995
995
 
996
996
  let corporationId: number; //The ID of the corporation (default to undefined)
997
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
997
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
998
998
  let page: number; // (optional) (default to undefined)
999
999
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1000
1000
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -1017,7 +1017,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdRolesHist
1017
1017
  |Name | Type | Description | Notes|
1018
1018
  |------------- | ------------- | ------------- | -------------|
1019
1019
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1020
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1020
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1021
1021
  | **page** | [**number**] | | (optional) defaults to undefined|
1022
1022
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1023
1023
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -1064,7 +1064,7 @@ const configuration = new Configuration();
1064
1064
  const apiInstance = new CorporationApi(configuration);
1065
1065
 
1066
1066
  let corporationId: number; //The ID of the corporation (default to undefined)
1067
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1067
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1068
1068
  let page: number; // (optional) (default to undefined)
1069
1069
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1070
1070
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -1087,7 +1087,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdSharehold
1087
1087
  |Name | Type | Description | Notes|
1088
1088
  |------------- | ------------- | ------------- | -------------|
1089
1089
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1090
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1090
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1091
1091
  | **page** | [**number**] | | (optional) defaults to undefined|
1092
1092
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1093
1093
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -1134,7 +1134,7 @@ const configuration = new Configuration();
1134
1134
  const apiInstance = new CorporationApi(configuration);
1135
1135
 
1136
1136
  let corporationId: number; //The ID of the corporation (default to undefined)
1137
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1137
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1138
1138
  let page: number; // (optional) (default to undefined)
1139
1139
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1140
1140
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -1157,7 +1157,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdStandings
1157
1157
  |Name | Type | Description | Notes|
1158
1158
  |------------- | ------------- | ------------- | -------------|
1159
1159
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1160
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1160
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1161
1161
  | **page** | [**number**] | | (optional) defaults to undefined|
1162
1162
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1163
1163
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -1204,7 +1204,7 @@ const configuration = new Configuration();
1204
1204
  const apiInstance = new CorporationApi(configuration);
1205
1205
 
1206
1206
  let corporationId: number; //The ID of the corporation (default to undefined)
1207
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1207
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1208
1208
  let page: number; // (optional) (default to undefined)
1209
1209
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1210
1210
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -1227,7 +1227,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdStarbases
1227
1227
  |Name | Type | Description | Notes|
1228
1228
  |------------- | ------------- | ------------- | -------------|
1229
1229
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1230
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1230
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1231
1231
  | **page** | [**number**] | | (optional) defaults to undefined|
1232
1232
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1233
1233
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -1276,7 +1276,7 @@ const apiInstance = new CorporationApi(configuration);
1276
1276
  let corporationId: number; //The ID of the corporation (default to undefined)
1277
1277
  let starbaseId: number; // (default to undefined)
1278
1278
  let systemId: number; // (default to undefined)
1279
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1279
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1280
1280
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1281
1281
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
1282
1282
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -1301,7 +1301,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdStarbases
1301
1301
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1302
1302
  | **starbaseId** | [**number**] | | defaults to undefined|
1303
1303
  | **systemId** | [**number**] | | defaults to undefined|
1304
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1304
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1305
1305
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1306
1306
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
1307
1307
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -1347,7 +1347,7 @@ const configuration = new Configuration();
1347
1347
  const apiInstance = new CorporationApi(configuration);
1348
1348
 
1349
1349
  let corporationId: number; //The ID of the corporation (default to undefined)
1350
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1350
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1351
1351
  let page: number; // (optional) (default to undefined)
1352
1352
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1353
1353
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -1370,7 +1370,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdStructure
1370
1370
  |Name | Type | Description | Notes|
1371
1371
  |------------- | ------------- | ------------- | -------------|
1372
1372
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1373
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1373
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1374
1374
  | **page** | [**number**] | | (optional) defaults to undefined|
1375
1375
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1376
1376
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
@@ -1417,7 +1417,7 @@ const configuration = new Configuration();
1417
1417
  const apiInstance = new CorporationApi(configuration);
1418
1418
 
1419
1419
  let corporationId: number; //The ID of the corporation (default to undefined)
1420
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1420
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1421
1421
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1422
1422
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
1423
1423
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -1438,7 +1438,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdTitles(
1438
1438
  |Name | Type | Description | Notes|
1439
1439
  |------------- | ------------- | ------------- | -------------|
1440
1440
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
1441
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1441
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1442
1442
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1443
1443
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
1444
1444
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -1483,7 +1483,7 @@ import {
1483
1483
  const configuration = new Configuration();
1484
1484
  const apiInstance = new CorporationApi(configuration);
1485
1485
 
1486
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
1486
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
1487
1487
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
1488
1488
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
1489
1489
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -1502,7 +1502,7 @@ const { status, data } = await apiInstance.getCorporationsNpccorps(
1502
1502
 
1503
1503
  |Name | Type | Description | Notes|
1504
1504
  |------------- | ------------- | ------------- | -------------|
1505
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
1505
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
1506
1506
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
1507
1507
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
1508
1508
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -28,7 +28,7 @@ const apiInstance = new CorporationProjectsApi(configuration);
28
28
  let corporationId: number; //The ID of the corporation (default to undefined)
29
29
  let projectId: string; //The ID of the project (default to undefined)
30
30
  let characterId: number; //The ID of the character (default to undefined)
31
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
31
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
32
32
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
33
33
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
34
34
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.getCorporationsProjectsContribution(
53
53
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
54
54
  | **projectId** | **string** | The ID of the project | defaults to undefined|
55
55
  | **characterId** | **number** | The ID of the character | defaults to undefined|
56
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
56
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
57
57
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
58
58
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
59
59
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -100,7 +100,7 @@ const apiInstance = new CorporationProjectsApi(configuration);
100
100
 
101
101
  let corporationId: number; //The ID of the corporation (default to undefined)
102
102
  let projectId: string; //The ID of the project (default to undefined)
103
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
103
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
104
104
  let after: string; //Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional) (default to undefined)
105
105
  let before: string; //Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional) (default to undefined)
106
106
  let limit: number; //The amount of records to retrieve per request. (optional) (default to 10)
@@ -129,7 +129,7 @@ const { status, data } = await apiInstance.getCorporationsProjectsContributors(
129
129
  |------------- | ------------- | ------------- | -------------|
130
130
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
131
131
  | **projectId** | **string** | The ID of the project | defaults to undefined|
132
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
132
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
133
133
  | **after** | [**string**] | Return records from after this cursor (mutual exclusive with \&#39;before\&#39;). \&#39;0\&#39; to start from the beginning. | (optional) defaults to undefined|
134
134
  | **before** | [**string**] | Return records from before this cursor (mutual exclusive with \&#39;after\&#39;). \&#39;0\&#39; to start from the end. | (optional) defaults to undefined|
135
135
  | **limit** | [**number**] | The amount of records to retrieve per request. | (optional) defaults to 10|
@@ -179,7 +179,7 @@ const apiInstance = new CorporationProjectsApi(configuration);
179
179
 
180
180
  let corporationId: number; //The ID of the corporation (default to undefined)
181
181
  let projectId: string; //The ID of the project (default to undefined)
182
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
182
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
183
183
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
184
184
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
185
185
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -202,7 +202,7 @@ const { status, data } = await apiInstance.getCorporationsProjectsDetail(
202
202
  |------------- | ------------- | ------------- | -------------|
203
203
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
204
204
  | **projectId** | **string** | The ID of the project | defaults to undefined|
205
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
205
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
206
206
  | **acceptLanguage** | [**&#39;en&#39; | &#39;de&#39; | &#39;fr&#39; | &#39;ja&#39; | &#39;ru&#39; | &#39;zh&#39; | &#39;ko&#39; | &#39;es&#39;**]**Array<&#39;en&#39; &#124; &#39;de&#39; &#124; &#39;fr&#39; &#124; &#39;ja&#39; &#124; &#39;ru&#39; &#124; &#39;zh&#39; &#124; &#39;ko&#39; &#124; &#39;es&#39;>** | The language to use for the response. | (optional) defaults to 'en'|
207
207
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
208
208
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -248,7 +248,7 @@ const configuration = new Configuration();
248
248
  const apiInstance = new CorporationProjectsApi(configuration);
249
249
 
250
250
  let corporationId: number; //The ID of the corporation (default to undefined)
251
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
251
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
252
252
  let after: string; //Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional) (default to undefined)
253
253
  let before: string; //Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional) (default to undefined)
254
254
  let limit: number; //The amount of records to retrieve per request. (optional) (default to 10)
@@ -277,7 +277,7 @@ const { status, data } = await apiInstance.getCorporationsProjectsListing(
277
277
  |Name | Type | Description | Notes|
278
278
  |------------- | ------------- | ------------- | -------------|
279
279
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
280
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
280
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
281
281
  | **after** | [**string**] | Return records from after this cursor (mutual exclusive with \&#39;before\&#39;). \&#39;0\&#39; to start from the beginning. | (optional) defaults to undefined|
282
282
  | **before** | [**string**] | Return records from before this cursor (mutual exclusive with \&#39;after\&#39;). \&#39;0\&#39; to start from the end. | (optional) defaults to undefined|
283
283
  | **limit** | [**number**] | The amount of records to retrieve per request. | (optional) defaults to 10|
@@ -6,9 +6,9 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **last_cycle** | **string** | Moment the \&#39;SecureStock\&#39;/\&#39;UnsecuredStock\&#39; value had its last cycle; use SDE to calculate the current values | [default to undefined]
9
- **secured_stock** | **number** | Secured stock of the reagent | [default to undefined]
9
+ **secured_stock** | **number** | Secured stock of the reagent at the time of \&#39;last_cycle\&#39; | [default to undefined]
10
10
  **type_id** | **number** | Reagent\&#39;s type ID | [default to undefined]
11
- **unsecured_stock** | **number** | Unsecured stock of the reagent | [default to undefined]
11
+ **unsecured_stock** | **number** | Unsecured stock of the reagent at the time of \&#39;last_cycle\&#39; | [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **amount** | **number** | Amount of reagent in the bay | [default to undefined]
8
+ **amount** | **number** | Amount of reagent in the bay at the time of \&#39;last_updated\&#39; | [default to undefined]
9
9
  **burning_per_hour** | **number** | Amount of reagent burning per hour | [default to undefined]
10
10
  **type_id** | **number** | Reagent\&#39;s type ID | [default to undefined]
11
11