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.
- package/.openapi-generator/VERSION +1 -1
- package/README.md +3 -3
- package/api.ts +355 -347
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +300 -292
- package/dist/api.js +338 -338
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +300 -292
- package/dist/esm/api.js +336 -336
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AccessListApi.md +4 -4
- package/docs/ActivitiesApi.md +6 -6
- package/docs/AllianceApi.md +8 -8
- package/docs/AssetsApi.md +12 -12
- package/docs/CalendarApi.md +8 -8
- package/docs/CharacterApi.md +94 -94
- package/docs/CharactersDetail.md +6 -2
- package/docs/ClonesApi.md +4 -4
- package/docs/ContactsApi.md +18 -18
- package/docs/ContractsApi.md +18 -18
- package/docs/CorporationApi.md +44 -44
- package/docs/CorporationProjectsApi.md +8 -8
- package/docs/CorporationsStructuresSkyhooksDetailReagent.md +2 -2
- package/docs/CorporationsStructuresSovereigntyHubsDetailReagent.md +1 -1
- package/docs/DogmaApi.md +10 -10
- package/docs/FactionWarfareApi.md +16 -16
- package/docs/FittingsApi.md +6 -6
- package/docs/FleetsApi.md +28 -28
- package/docs/FreelanceJobsApi.md +12 -12
- package/docs/IncursionsApi.md +2 -2
- package/docs/IndustryApi.md +16 -16
- package/docs/InsuranceApi.md +2 -2
- package/docs/KillmailsApi.md +6 -6
- package/docs/LocationApi.md +6 -6
- package/docs/LoyaltyApi.md +4 -4
- package/docs/MailApi.md +18 -18
- package/docs/MarketApi.md +22 -22
- package/docs/MetaApi.md +6 -6
- package/docs/PlanetaryInteractionApi.md +8 -8
- package/docs/RoutesApi.md +2 -2
- package/docs/SearchApi.md +2 -2
- package/docs/SkillsApi.md +6 -6
- package/docs/SovereigntyApi.md +4 -4
- package/docs/StatusApi.md +2 -2
- package/docs/StructuresApi.md +12 -12
- package/docs/UniverseApi.md +60 -60
- package/docs/UserInterfaceApi.md +10 -10
- package/docs/WalletApi.md +12 -12
- package/docs/WarsApi.md +6 -6
- package/index.ts +1 -1
- 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-
|
|
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** | [**'2026-
|
|
48
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
49
49
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
115
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
116
116
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
185
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
186
186
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
249
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
250
250
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
316
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
317
317
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
54
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
55
55
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
121
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
122
122
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
185
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
186
186
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
249
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
250
250
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
313
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
314
314
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
377
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
378
378
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
441
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
442
442
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
505
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
506
506
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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'|
|
package/docs/FittingsApi.md
CHANGED
|
@@ -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-
|
|
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** | [**'2026-
|
|
52
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
53
53
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
119
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
120
120
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
190
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
191
191
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
63
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
64
64
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
133
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
134
134
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
203
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
204
204
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
270
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
271
271
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
337
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
338
338
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
404
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
405
405
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
471
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
472
472
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
542
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
543
543
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
609
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
610
610
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
679
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
680
680
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
750
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
751
751
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
824
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
825
825
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
898
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
899
899
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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-
|
|
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** | [**'2026-
|
|
972
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
973
973
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | 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'|
|