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/DogmaApi.md CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  const configuration = new Configuration();
27
27
  const apiInstance = new DogmaApi(configuration);
28
28
 
29
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
29
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
30
30
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
31
31
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
32
32
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.getDogmaAttributes(
45
45
 
46
46
  |Name | Type | Description | Notes|
47
47
  |------------- | ------------- | ------------- | -------------|
48
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
48
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
49
49
  | **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'|
50
50
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
51
51
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -91,7 +91,7 @@ const configuration = new Configuration();
91
91
  const apiInstance = new DogmaApi(configuration);
92
92
 
93
93
  let attributeId: number; // (default to undefined)
94
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
94
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
95
95
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
96
96
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
97
97
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -112,7 +112,7 @@ const { status, data } = await apiInstance.getDogmaAttributesAttributeId(
112
112
  |Name | Type | Description | Notes|
113
113
  |------------- | ------------- | ------------- | -------------|
114
114
  | **attributeId** | [**number**] | | defaults to undefined|
115
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
115
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
116
116
  | **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'|
117
117
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
118
118
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -159,7 +159,7 @@ const apiInstance = new DogmaApi(configuration);
159
159
 
160
160
  let itemId: number; // (default to undefined)
161
161
  let typeId: number; // (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')
@@ -182,7 +182,7 @@ const { status, data } = await apiInstance.getDogmaDynamicItemsTypeIdItemId(
182
182
  |------------- | ------------- | ------------- | -------------|
183
183
  | **itemId** | [**number**] | | defaults to undefined|
184
184
  | **typeId** | [**number**] | | defaults to undefined|
185
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
185
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
186
186
  | **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'|
187
187
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
188
188
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -227,7 +227,7 @@ import {
227
227
  const configuration = new Configuration();
228
228
  const apiInstance = new DogmaApi(configuration);
229
229
 
230
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
230
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
231
231
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
232
232
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
233
233
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -246,7 +246,7 @@ const { status, data } = await apiInstance.getDogmaEffects(
246
246
 
247
247
  |Name | Type | Description | Notes|
248
248
  |------------- | ------------- | ------------- | -------------|
249
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
249
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
250
250
  | **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'|
251
251
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
252
252
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -292,7 +292,7 @@ const configuration = new Configuration();
292
292
  const apiInstance = new DogmaApi(configuration);
293
293
 
294
294
  let effectId: number; // (default to undefined)
295
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
295
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
296
296
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
297
297
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
298
298
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -313,7 +313,7 @@ const { status, data } = await apiInstance.getDogmaEffectsEffectId(
313
313
  |Name | Type | Description | Notes|
314
314
  |------------- | ------------- | ------------- | -------------|
315
315
  | **effectId** | [**number**] | | defaults to undefined|
316
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
316
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
317
317
  | **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'|
318
318
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
319
319
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -30,7 +30,7 @@ const configuration = new Configuration();
30
30
  const apiInstance = new FactionWarfareApi(configuration);
31
31
 
32
32
  let characterId: number; //The ID of the character (default to undefined)
33
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
33
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
34
34
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
35
35
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
36
36
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdFwStats(
51
51
  |Name | Type | Description | Notes|
52
52
  |------------- | ------------- | ------------- | -------------|
53
53
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
54
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
54
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
55
55
  | **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'|
56
56
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
57
57
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -97,7 +97,7 @@ const configuration = new Configuration();
97
97
  const apiInstance = new FactionWarfareApi(configuration);
98
98
 
99
99
  let corporationId: number; //The ID of the corporation (default to undefined)
100
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
100
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
101
101
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
102
102
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
103
103
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdFwStats(
118
118
  |Name | Type | Description | Notes|
119
119
  |------------- | ------------- | ------------- | -------------|
120
120
  | **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
121
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
121
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
122
122
  | **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'|
123
123
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
124
124
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -163,7 +163,7 @@ import {
163
163
  const configuration = new Configuration();
164
164
  const apiInstance = new FactionWarfareApi(configuration);
165
165
 
166
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
166
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
167
167
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
168
168
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
169
169
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -182,7 +182,7 @@ const { status, data } = await apiInstance.getFwLeaderboards(
182
182
 
183
183
  |Name | Type | Description | Notes|
184
184
  |------------- | ------------- | ------------- | -------------|
185
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
185
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
186
186
  | **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'|
187
187
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
188
188
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -227,7 +227,7 @@ import {
227
227
  const configuration = new Configuration();
228
228
  const apiInstance = new FactionWarfareApi(configuration);
229
229
 
230
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
230
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
231
231
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
232
232
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
233
233
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -246,7 +246,7 @@ const { status, data } = await apiInstance.getFwLeaderboardsCharacters(
246
246
 
247
247
  |Name | Type | Description | Notes|
248
248
  |------------- | ------------- | ------------- | -------------|
249
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
249
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
250
250
  | **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'|
251
251
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
252
252
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -291,7 +291,7 @@ import {
291
291
  const configuration = new Configuration();
292
292
  const apiInstance = new FactionWarfareApi(configuration);
293
293
 
294
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
294
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
295
295
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
296
296
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
297
297
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -310,7 +310,7 @@ const { status, data } = await apiInstance.getFwLeaderboardsCorporations(
310
310
 
311
311
  |Name | Type | Description | Notes|
312
312
  |------------- | ------------- | ------------- | -------------|
313
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
313
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
314
314
  | **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'|
315
315
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
316
316
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -355,7 +355,7 @@ import {
355
355
  const configuration = new Configuration();
356
356
  const apiInstance = new FactionWarfareApi(configuration);
357
357
 
358
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
358
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
359
359
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
360
360
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
361
361
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -374,7 +374,7 @@ const { status, data } = await apiInstance.getFwStats(
374
374
 
375
375
  |Name | Type | Description | Notes|
376
376
  |------------- | ------------- | ------------- | -------------|
377
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
377
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
378
378
  | **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'|
379
379
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
380
380
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -419,7 +419,7 @@ import {
419
419
  const configuration = new Configuration();
420
420
  const apiInstance = new FactionWarfareApi(configuration);
421
421
 
422
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
422
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
423
423
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
424
424
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
425
425
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -438,7 +438,7 @@ const { status, data } = await apiInstance.getFwSystems(
438
438
 
439
439
  |Name | Type | Description | Notes|
440
440
  |------------- | ------------- | ------------- | -------------|
441
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
441
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
442
442
  | **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'|
443
443
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
444
444
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -483,7 +483,7 @@ import {
483
483
  const configuration = new Configuration();
484
484
  const apiInstance = new FactionWarfareApi(configuration);
485
485
 
486
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
486
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
487
487
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
488
488
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
489
489
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -502,7 +502,7 @@ const { status, data } = await apiInstance.getFwWars(
502
502
 
503
503
  |Name | Type | Description | Notes|
504
504
  |------------- | ------------- | ------------- | -------------|
505
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
505
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
506
506
  | **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'|
507
507
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
508
508
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -26,7 +26,7 @@ const apiInstance = new FittingsApi(configuration);
26
26
 
27
27
  let characterId: number; //The ID of the character (default to undefined)
28
28
  let fittingId: number; // (default to undefined)
29
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
29
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
30
30
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
31
31
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
32
32
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.deleteCharactersCharacterIdFittingsFi
49
49
  |------------- | ------------- | ------------- | -------------|
50
50
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
51
51
  | **fittingId** | [**number**] | | defaults to undefined|
52
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
52
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
53
53
  | **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'|
54
54
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
55
55
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -95,7 +95,7 @@ const configuration = new Configuration();
95
95
  const apiInstance = new FittingsApi(configuration);
96
96
 
97
97
  let characterId: number; //The ID of the character (default to undefined)
98
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
98
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
99
99
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
100
100
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
101
101
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -116,7 +116,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdFittings(
116
116
  |Name | Type | Description | Notes|
117
117
  |------------- | ------------- | ------------- | -------------|
118
118
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
119
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
119
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
120
120
  | **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'|
121
121
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
122
122
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -163,7 +163,7 @@ const configuration = new Configuration();
163
163
  const apiInstance = new FittingsApi(configuration);
164
164
 
165
165
  let characterId: number; //The ID of the character (default to undefined)
166
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
166
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
167
167
  let postCharactersCharacterIdFittingsRequest: PostCharactersCharacterIdFittingsRequest; //
168
168
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
169
169
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -187,7 +187,7 @@ const { status, data } = await apiInstance.postCharactersCharacterIdFittings(
187
187
  |------------- | ------------- | ------------- | -------------|
188
188
  | **postCharactersCharacterIdFittingsRequest** | **PostCharactersCharacterIdFittingsRequest**| | |
189
189
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
190
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
190
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
191
191
  | **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'|
192
192
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
193
193
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
package/docs/FleetsApi.md CHANGED
@@ -37,7 +37,7 @@ const apiInstance = new FleetsApi(configuration);
37
37
 
38
38
  let fleetId: number; // (default to undefined)
39
39
  let memberId: number; // (default to undefined)
40
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
40
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
41
41
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
42
42
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
43
43
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -60,7 +60,7 @@ const { status, data } = await apiInstance.deleteFleetsFleetIdMembersMemberId(
60
60
  |------------- | ------------- | ------------- | -------------|
61
61
  | **fleetId** | [**number**] | | defaults to undefined|
62
62
  | **memberId** | [**number**] | | defaults to undefined|
63
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
63
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
64
64
  | **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'|
65
65
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
66
66
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -107,7 +107,7 @@ const apiInstance = new FleetsApi(configuration);
107
107
 
108
108
  let fleetId: number; // (default to undefined)
109
109
  let squadId: number; // (default to undefined)
110
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
110
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
111
111
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
112
112
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
113
113
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -130,7 +130,7 @@ const { status, data } = await apiInstance.deleteFleetsFleetIdSquadsSquadId(
130
130
  |------------- | ------------- | ------------- | -------------|
131
131
  | **fleetId** | [**number**] | | defaults to undefined|
132
132
  | **squadId** | [**number**] | | defaults to undefined|
133
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
133
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
134
134
  | **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'|
135
135
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
136
136
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -177,7 +177,7 @@ const apiInstance = new FleetsApi(configuration);
177
177
 
178
178
  let fleetId: number; // (default to undefined)
179
179
  let wingId: number; // (default to undefined)
180
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
180
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
181
181
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
182
182
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
183
183
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -200,7 +200,7 @@ const { status, data } = await apiInstance.deleteFleetsFleetIdWingsWingId(
200
200
  |------------- | ------------- | ------------- | -------------|
201
201
  | **fleetId** | [**number**] | | defaults to undefined|
202
202
  | **wingId** | [**number**] | | defaults to undefined|
203
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
203
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
204
204
  | **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'|
205
205
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
206
206
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -246,7 +246,7 @@ const configuration = new Configuration();
246
246
  const apiInstance = new FleetsApi(configuration);
247
247
 
248
248
  let characterId: number; //The ID of the character (default to undefined)
249
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
249
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
250
250
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
251
251
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
252
252
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -267,7 +267,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdFleet(
267
267
  |Name | Type | Description | Notes|
268
268
  |------------- | ------------- | ------------- | -------------|
269
269
  | **characterId** | [**number**] | The ID of the character | defaults to undefined|
270
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
270
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
271
271
  | **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'|
272
272
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
273
273
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -313,7 +313,7 @@ const configuration = new Configuration();
313
313
  const apiInstance = new FleetsApi(configuration);
314
314
 
315
315
  let fleetId: number; // (default to undefined)
316
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
316
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
317
317
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
318
318
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
319
319
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -334,7 +334,7 @@ const { status, data } = await apiInstance.getFleetsFleetId(
334
334
  |Name | Type | Description | Notes|
335
335
  |------------- | ------------- | ------------- | -------------|
336
336
  | **fleetId** | [**number**] | | defaults to undefined|
337
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
337
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
338
338
  | **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'|
339
339
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
340
340
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -380,7 +380,7 @@ const configuration = new Configuration();
380
380
  const apiInstance = new FleetsApi(configuration);
381
381
 
382
382
  let fleetId: number; // (default to undefined)
383
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
383
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
384
384
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
385
385
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
386
386
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -401,7 +401,7 @@ const { status, data } = await apiInstance.getFleetsFleetIdMembers(
401
401
  |Name | Type | Description | Notes|
402
402
  |------------- | ------------- | ------------- | -------------|
403
403
  | **fleetId** | [**number**] | | defaults to undefined|
404
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
404
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
405
405
  | **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'|
406
406
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
407
407
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -447,7 +447,7 @@ const configuration = new Configuration();
447
447
  const apiInstance = new FleetsApi(configuration);
448
448
 
449
449
  let fleetId: number; // (default to undefined)
450
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
450
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
451
451
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
452
452
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
453
453
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -468,7 +468,7 @@ const { status, data } = await apiInstance.getFleetsFleetIdWings(
468
468
  |Name | Type | Description | Notes|
469
469
  |------------- | ------------- | ------------- | -------------|
470
470
  | **fleetId** | [**number**] | | defaults to undefined|
471
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
471
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
472
472
  | **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'|
473
473
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
474
474
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -515,7 +515,7 @@ const configuration = new Configuration();
515
515
  const apiInstance = new FleetsApi(configuration);
516
516
 
517
517
  let fleetId: number; // (default to undefined)
518
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
518
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
519
519
  let postFleetsFleetIdMembersRequest: PostFleetsFleetIdMembersRequest; //
520
520
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
521
521
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -539,7 +539,7 @@ const { status, data } = await apiInstance.postFleetsFleetIdMembers(
539
539
  |------------- | ------------- | ------------- | -------------|
540
540
  | **postFleetsFleetIdMembersRequest** | **PostFleetsFleetIdMembersRequest**| | |
541
541
  | **fleetId** | [**number**] | | defaults to undefined|
542
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
542
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
543
543
  | **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'|
544
544
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
545
545
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -585,7 +585,7 @@ const configuration = new Configuration();
585
585
  const apiInstance = new FleetsApi(configuration);
586
586
 
587
587
  let fleetId: number; // (default to undefined)
588
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
588
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
589
589
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
590
590
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
591
591
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -606,7 +606,7 @@ const { status, data } = await apiInstance.postFleetsFleetIdWings(
606
606
  |Name | Type | Description | Notes|
607
607
  |------------- | ------------- | ------------- | -------------|
608
608
  | **fleetId** | [**number**] | | defaults to undefined|
609
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
609
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
610
610
  | **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'|
611
611
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
612
612
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -653,7 +653,7 @@ const apiInstance = new FleetsApi(configuration);
653
653
 
654
654
  let fleetId: number; // (default to undefined)
655
655
  let wingId: number; // (default to undefined)
656
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
656
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
657
657
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
658
658
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
659
659
  let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
@@ -676,7 +676,7 @@ const { status, data } = await apiInstance.postFleetsFleetIdWingsWingIdSquads(
676
676
  |------------- | ------------- | ------------- | -------------|
677
677
  | **fleetId** | [**number**] | | defaults to undefined|
678
678
  | **wingId** | [**number**] | | defaults to undefined|
679
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
679
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
680
680
  | **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'|
681
681
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
682
682
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -723,7 +723,7 @@ const configuration = new Configuration();
723
723
  const apiInstance = new FleetsApi(configuration);
724
724
 
725
725
  let fleetId: number; // (default to undefined)
726
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
726
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
727
727
  let putFleetsFleetIdRequest: PutFleetsFleetIdRequest; //
728
728
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
729
729
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -747,7 +747,7 @@ const { status, data } = await apiInstance.putFleetsFleetId(
747
747
  |------------- | ------------- | ------------- | -------------|
748
748
  | **putFleetsFleetIdRequest** | **PutFleetsFleetIdRequest**| | |
749
749
  | **fleetId** | [**number**] | | 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'|
@@ -795,7 +795,7 @@ const apiInstance = new FleetsApi(configuration);
795
795
 
796
796
  let fleetId: number; // (default to undefined)
797
797
  let memberId: number; // (default to undefined)
798
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
798
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
799
799
  let putFleetsFleetIdMembersMemberIdRequest: PutFleetsFleetIdMembersMemberIdRequest; //
800
800
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
801
801
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -821,7 +821,7 @@ const { status, data } = await apiInstance.putFleetsFleetIdMembersMemberId(
821
821
  | **putFleetsFleetIdMembersMemberIdRequest** | **PutFleetsFleetIdMembersMemberIdRequest**| | |
822
822
  | **fleetId** | [**number**] | | defaults to undefined|
823
823
  | **memberId** | [**number**] | | defaults to undefined|
824
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
824
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
825
825
  | **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'|
826
826
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
827
827
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -869,7 +869,7 @@ const apiInstance = new FleetsApi(configuration);
869
869
 
870
870
  let fleetId: number; // (default to undefined)
871
871
  let squadId: number; // (default to undefined)
872
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
872
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
873
873
  let putFleetsFleetIdSquadsSquadIdRequest: PutFleetsFleetIdSquadsSquadIdRequest; //
874
874
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
875
875
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -895,7 +895,7 @@ const { status, data } = await apiInstance.putFleetsFleetIdSquadsSquadId(
895
895
  | **putFleetsFleetIdSquadsSquadIdRequest** | **PutFleetsFleetIdSquadsSquadIdRequest**| | |
896
896
  | **fleetId** | [**number**] | | defaults to undefined|
897
897
  | **squadId** | [**number**] | | defaults to undefined|
898
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
898
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
899
899
  | **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'|
900
900
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
901
901
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
@@ -943,7 +943,7 @@ const apiInstance = new FleetsApi(configuration);
943
943
 
944
944
  let fleetId: number; // (default to undefined)
945
945
  let wingId: number; // (default to undefined)
946
- let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
946
+ let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
947
947
  let putFleetsFleetIdSquadsSquadIdRequest: PutFleetsFleetIdSquadsSquadIdRequest; //
948
948
  let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
949
949
  let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
@@ -969,7 +969,7 @@ const { status, data } = await apiInstance.putFleetsFleetIdWingsWingId(
969
969
  | **putFleetsFleetIdSquadsSquadIdRequest** | **PutFleetsFleetIdSquadsSquadIdRequest**| | |
970
970
  | **fleetId** | [**number**] | | defaults to undefined|
971
971
  | **wingId** | [**number**] | | defaults to undefined|
972
- | **xCompatibilityDate** | [**&#39;2026-05-19&#39;**]**Array<&#39;2026-05-19&#39;>** | The compatibility date for the request. | defaults to undefined|
972
+ | **xCompatibilityDate** | [**&#39;2026-06-09&#39;**]**Array<&#39;2026-06-09&#39;>** | The compatibility date for the request. | defaults to undefined|
973
973
  | **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'|
974
974
  | **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
975
975
  | **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|