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
package/docs/SkillsApi.md CHANGED
@@ -25,7 +25,7 @@ const configuration = new Configuration();
25
25
  const apiInstance = new SkillsApi(configuration);
26
26
 
27
27
  let characterId: number; //The ID of the character (default to undefined)
28
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
28
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
29
29
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
30
30
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
31
31
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdAttributes(
46
46
  |Name | Type | Description | Notes|
47
47
  |------------- | ------------- | ------------- | -------------|
48
48
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
49
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
49
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
50
50
  | **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'|
51
51
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
52
52
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -92,7 +92,7 @@ const configuration = new Configuration();
92
92
  const apiInstance = new SkillsApi(configuration);
93
93
 
94
94
  let characterId: number; //The ID of the character (default to undefined)
95
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
95
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
96
96
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
97
97
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
98
98
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -113,7 +113,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdSkillqueue(
113
113
  |Name | Type | Description | Notes|
114
114
  |------------- | ------------- | ------------- | -------------|
115
115
  | **characterId** | **number** | The ID of the character | defaults to undefined|
116
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
116
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
117
117
  | **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'|
118
118
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
119
119
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -159,7 +159,7 @@ const configuration = new Configuration();
159
159
  const apiInstance = new SkillsApi(configuration);
160
160
 
161
161
  let characterId: number; //The ID of the character (default to undefined)
162
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
162
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
163
163
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
164
164
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
165
165
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -180,7 +180,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdSkills(
180
180
  |Name | Type | Description | Notes|
181
181
  |------------- | ------------- | ------------- | -------------|
182
182
  | **characterId** | **number** | The ID of the character | defaults to undefined|
183
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
183
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
184
184
  | **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'|
185
185
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
186
186
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -23,7 +23,7 @@ import {
23
23
  const configuration = new Configuration();
24
24
  const apiInstance = new SovereigntyApi(configuration);
25
25
 
26
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
26
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
27
27
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
28
28
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
29
29
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -42,7 +42,7 @@ const { status, data } = await apiInstance.getSovereigntyCampaigns(
42
42
 
43
43
  |Name | Type | Description | Notes|
44
44
  |------------- | ------------- | ------------- | -------------|
45
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
45
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
46
46
  | **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'|
47
47
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
48
48
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -87,7 +87,7 @@ import {
87
87
  const configuration = new Configuration();
88
88
  const apiInstance = new SovereigntyApi(configuration);
89
89
 
90
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
90
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
91
91
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
92
92
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
93
93
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.getSovereigntySystems(
106
106
 
107
107
  |Name | Type | Description | Notes|
108
108
  |------------- | ------------- | ------------- | -------------|
109
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
109
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
110
110
  | **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'|
111
111
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
112
112
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
package/docs/StatusApi.md CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  const configuration = new Configuration();
23
23
  const apiInstance = new StatusApi(configuration);
24
24
 
25
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
25
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
26
26
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
27
27
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
28
28
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -41,7 +41,7 @@ const { status, data } = await apiInstance.getStatus(
41
41
 
42
42
  |Name | Type | Description | Notes|
43
43
  |------------- | ------------- | ------------- | -------------|
44
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
44
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
45
45
  | **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'|
46
46
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
47
47
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -29,7 +29,7 @@ const apiInstance = new StructuresApi(configuration);
29
29
 
30
30
  let mercenaryDenId: number; //The ID of the Mercenary Den (default to undefined)
31
31
  let characterId: number; //The ID of the character (default to undefined)
32
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
32
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
33
33
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
34
34
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
35
35
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -52,7 +52,7 @@ const { status, data } = await apiInstance.getCharactersStructuresMercenaryDensD
52
52
  |------------- | ------------- | ------------- | -------------|
53
53
  | **mercenaryDenId** | **number** | The ID of the Mercenary Den | defaults to undefined|
54
54
  | **characterId** | **number** | The ID of the character | defaults to undefined|
55
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
55
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
56
56
  | **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'|
57
57
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
58
58
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -98,7 +98,7 @@ const configuration = new Configuration();
98
98
  const apiInstance = new StructuresApi(configuration);
99
99
 
100
100
  let characterId: number; //The ID of the character (default to undefined)
101
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
101
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
102
102
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
103
103
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
104
104
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -119,7 +119,7 @@ const { status, data } = await apiInstance.getCharactersStructuresMercenaryDensL
119
119
  |Name | Type | Description | Notes|
120
120
  |------------- | ------------- | ------------- | -------------|
121
121
  | **characterId** | **number** | The ID of the character | defaults to undefined|
122
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
122
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
123
123
  | **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'|
124
124
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
125
125
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -166,7 +166,7 @@ const apiInstance = new StructuresApi(configuration);
166
166
 
167
167
  let skyhookId: number; //The ID of the Skyhook (default to undefined)
168
168
  let corporationId: number; //The ID of the corporation (default to undefined)
169
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
169
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
170
170
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
171
171
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
172
172
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -189,7 +189,7 @@ const { status, data } = await apiInstance.getCorporationsStructuresSkyhooksDeta
189
189
  |------------- | ------------- | ------------- | -------------|
190
190
  | **skyhookId** | **number** | The ID of the Skyhook | defaults to undefined|
191
191
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
192
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
192
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
193
193
  | **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'|
194
194
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
195
195
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -235,7 +235,7 @@ const configuration = new Configuration();
235
235
  const apiInstance = new StructuresApi(configuration);
236
236
 
237
237
  let corporationId: number; //The ID of the corporation (default to undefined)
238
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
238
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
239
239
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
240
240
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
241
241
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.getCorporationsStructuresSkyhooksList
256
256
  |Name | Type | Description | Notes|
257
257
  |------------- | ------------- | ------------- | -------------|
258
258
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
259
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
259
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
260
260
  | **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'|
261
261
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
262
262
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -303,7 +303,7 @@ const apiInstance = new StructuresApi(configuration);
303
303
 
304
304
  let sovereigntyHubId: number; //The ID of the Sovereignty Hub (default to undefined)
305
305
  let corporationId: number; //The ID of the corporation (default to undefined)
306
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
306
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
307
307
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
308
308
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
309
309
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -326,7 +326,7 @@ const { status, data } = await apiInstance.getCorporationsStructuresSovereigntyH
326
326
  |------------- | ------------- | ------------- | -------------|
327
327
  | **sovereigntyHubId** | **number** | The ID of the Sovereignty Hub | defaults to undefined|
328
328
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
329
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
329
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
330
330
  | **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'|
331
331
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
332
332
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -372,7 +372,7 @@ const configuration = new Configuration();
372
372
  const apiInstance = new StructuresApi(configuration);
373
373
 
374
374
  let corporationId: number; //The ID of the corporation (default to undefined)
375
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
375
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
376
376
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
377
377
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
378
378
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -393,7 +393,7 @@ const { status, data } = await apiInstance.getCorporationsStructuresSovereigntyH
393
393
  |Name | Type | Description | Notes|
394
394
  |------------- | ------------- | ------------- | -------------|
395
395
  | **corporationId** | **number** | The ID of the corporation | defaults to undefined|
396
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
396
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
397
397
  | **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'|
398
398
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
399
399
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|