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/UserInterfaceApi.md
CHANGED
|
@@ -29,7 +29,7 @@ const apiInstance = new UserInterfaceApi(configuration);
|
|
|
29
29
|
let addToBeginning: boolean; // (default to false)
|
|
30
30
|
let clearOtherWaypoints: boolean; // (default to false)
|
|
31
31
|
let destinationId: number; // (default to undefined)
|
|
32
|
-
let xCompatibilityDate: '2026-
|
|
32
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
33
33
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
34
34
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
35
35
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.postUiAutopilotWaypoint(
|
|
|
54
54
|
| **addToBeginning** | [**boolean**] | | defaults to false|
|
|
55
55
|
| **clearOtherWaypoints** | [**boolean**] | | defaults to false|
|
|
56
56
|
| **destinationId** | [**number**] | | defaults to undefined|
|
|
57
|
-
| **xCompatibilityDate** | [**'2026-
|
|
57
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
58
58
|
| **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'|
|
|
59
59
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
60
60
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -100,7 +100,7 @@ const configuration = new Configuration();
|
|
|
100
100
|
const apiInstance = new UserInterfaceApi(configuration);
|
|
101
101
|
|
|
102
102
|
let contractId: number; // (default to undefined)
|
|
103
|
-
let xCompatibilityDate: '2026-
|
|
103
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
104
104
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
105
105
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
106
106
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.postUiOpenwindowContract(
|
|
|
121
121
|
|Name | Type | Description | Notes|
|
|
122
122
|
|------------- | ------------- | ------------- | -------------|
|
|
123
123
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
124
|
-
| **xCompatibilityDate** | [**'2026-
|
|
124
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
125
125
|
| **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'|
|
|
126
126
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
127
127
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -167,7 +167,7 @@ const configuration = new Configuration();
|
|
|
167
167
|
const apiInstance = new UserInterfaceApi(configuration);
|
|
168
168
|
|
|
169
169
|
let targetId: number; // (default to undefined)
|
|
170
|
-
let xCompatibilityDate: '2026-
|
|
170
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
171
171
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
172
172
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
173
173
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -188,7 +188,7 @@ const { status, data } = await apiInstance.postUiOpenwindowInformation(
|
|
|
188
188
|
|Name | Type | Description | Notes|
|
|
189
189
|
|------------- | ------------- | ------------- | -------------|
|
|
190
190
|
| **targetId** | [**number**] | | defaults to undefined|
|
|
191
|
-
| **xCompatibilityDate** | [**'2026-
|
|
191
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
192
192
|
| **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'|
|
|
193
193
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
194
194
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -234,7 +234,7 @@ const configuration = new Configuration();
|
|
|
234
234
|
const apiInstance = new UserInterfaceApi(configuration);
|
|
235
235
|
|
|
236
236
|
let typeId: number; // (default to undefined)
|
|
237
|
-
let xCompatibilityDate: '2026-
|
|
237
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
238
238
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
239
239
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
240
240
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -255,7 +255,7 @@ const { status, data } = await apiInstance.postUiOpenwindowMarketdetails(
|
|
|
255
255
|
|Name | Type | Description | Notes|
|
|
256
256
|
|------------- | ------------- | ------------- | -------------|
|
|
257
257
|
| **typeId** | [**number**] | | defaults to undefined|
|
|
258
|
-
| **xCompatibilityDate** | [**'2026-
|
|
258
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
259
259
|
| **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'|
|
|
260
260
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
261
261
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -301,7 +301,7 @@ import {
|
|
|
301
301
|
const configuration = new Configuration();
|
|
302
302
|
const apiInstance = new UserInterfaceApi(configuration);
|
|
303
303
|
|
|
304
|
-
let xCompatibilityDate: '2026-
|
|
304
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
305
305
|
let postUiOpenwindowNewmailRequest: PostUiOpenwindowNewmailRequest; //
|
|
306
306
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
307
307
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -323,7 +323,7 @@ const { status, data } = await apiInstance.postUiOpenwindowNewmail(
|
|
|
323
323
|
|Name | Type | Description | Notes|
|
|
324
324
|
|------------- | ------------- | ------------- | -------------|
|
|
325
325
|
| **postUiOpenwindowNewmailRequest** | **PostUiOpenwindowNewmailRequest**| | |
|
|
326
|
-
| **xCompatibilityDate** | [**'2026-
|
|
326
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
327
327
|
| **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'|
|
|
328
328
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
329
329
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/WalletApi.md
CHANGED
|
@@ -28,7 +28,7 @@ const configuration = new Configuration();
|
|
|
28
28
|
const apiInstance = new WalletApi(configuration);
|
|
29
29
|
|
|
30
30
|
let characterId: number; //The ID of the character (default to undefined)
|
|
31
|
-
let xCompatibilityDate: '2026-
|
|
31
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
32
32
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
33
33
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
34
34
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdWallet(
|
|
|
49
49
|
|Name | Type | Description | Notes|
|
|
50
50
|
|------------- | ------------- | ------------- | -------------|
|
|
51
51
|
| **characterId** | [**number**] | The ID of the character | 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 WalletApi(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 page: number; // (optional) (default to undefined)
|
|
100
100
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
101
101
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdWalletJournal
|
|
|
118
118
|
|Name | Type | Description | Notes|
|
|
119
119
|
|------------- | ------------- | ------------- | -------------|
|
|
120
120
|
| **characterId** | [**number**] | The ID of the character | 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
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
123
123
|
| **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'|
|
|
124
124
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -165,7 +165,7 @@ const configuration = new Configuration();
|
|
|
165
165
|
const apiInstance = new WalletApi(configuration);
|
|
166
166
|
|
|
167
167
|
let characterId: number; //The ID of the character (default to undefined)
|
|
168
|
-
let xCompatibilityDate: '2026-
|
|
168
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
169
169
|
let fromId: number; // (optional) (default to undefined)
|
|
170
170
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
171
171
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -188,7 +188,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdWalletTransac
|
|
|
188
188
|
|Name | Type | Description | Notes|
|
|
189
189
|
|------------- | ------------- | ------------- | -------------|
|
|
190
190
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
191
|
-
| **xCompatibilityDate** | [**'2026-
|
|
191
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
192
192
|
| **fromId** | [**number**] | | (optional) defaults to undefined|
|
|
193
193
|
| **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'|
|
|
194
194
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -235,7 +235,7 @@ const configuration = new Configuration();
|
|
|
235
235
|
const apiInstance = new WalletApi(configuration);
|
|
236
236
|
|
|
237
237
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
238
|
-
let xCompatibilityDate: '2026-
|
|
238
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
239
239
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
240
240
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
241
241
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdWallets(
|
|
|
256
256
|
|Name | Type | Description | Notes|
|
|
257
257
|
|------------- | ------------- | ------------- | -------------|
|
|
258
258
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
259
|
-
| **xCompatibilityDate** | [**'2026-
|
|
259
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
260
260
|
| **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'|
|
|
261
261
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
262
262
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -303,7 +303,7 @@ const apiInstance = new WalletApi(configuration);
|
|
|
303
303
|
|
|
304
304
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
305
305
|
let division: number; // (default to undefined)
|
|
306
|
-
let xCompatibilityDate: '2026-
|
|
306
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
307
307
|
let page: number; // (optional) (default to undefined)
|
|
308
308
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
309
309
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -328,7 +328,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdWalletsDi
|
|
|
328
328
|
|------------- | ------------- | ------------- | -------------|
|
|
329
329
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
330
330
|
| **division** | [**number**] | | defaults to undefined|
|
|
331
|
-
| **xCompatibilityDate** | [**'2026-
|
|
331
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
332
332
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
333
333
|
| **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'|
|
|
334
334
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -376,7 +376,7 @@ const apiInstance = new WalletApi(configuration);
|
|
|
376
376
|
|
|
377
377
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
378
378
|
let division: number; // (default to undefined)
|
|
379
|
-
let xCompatibilityDate: '2026-
|
|
379
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
380
380
|
let fromId: number; // (optional) (default to undefined)
|
|
381
381
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
382
382
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -401,7 +401,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdWalletsDi
|
|
|
401
401
|
|------------- | ------------- | ------------- | -------------|
|
|
402
402
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
403
403
|
| **division** | [**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
|
| **fromId** | [**number**] | | (optional) defaults to undefined|
|
|
406
406
|
| **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'|
|
|
407
407
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
package/docs/WarsApi.md
CHANGED
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
const configuration = new Configuration();
|
|
25
25
|
const apiInstance = new WarsApi(configuration);
|
|
26
26
|
|
|
27
|
-
let xCompatibilityDate: '2026-
|
|
27
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
28
28
|
let maxWarId: number; // (optional) (default to undefined)
|
|
29
29
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
30
30
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.getWars(
|
|
|
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
|
| **maxWarId** | [**number**] | | (optional) defaults to undefined|
|
|
50
50
|
| **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'|
|
|
51
51
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -92,7 +92,7 @@ const configuration = new Configuration();
|
|
|
92
92
|
const apiInstance = new WarsApi(configuration);
|
|
93
93
|
|
|
94
94
|
let warId: number; // (default to undefined)
|
|
95
|
-
let xCompatibilityDate: '2026-
|
|
95
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
96
96
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
97
97
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
98
98
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -113,7 +113,7 @@ const { status, data } = await apiInstance.getWarsWarId(
|
|
|
113
113
|
|Name | Type | Description | Notes|
|
|
114
114
|
|------------- | ------------- | ------------- | -------------|
|
|
115
115
|
| **warId** | [**number**] | | defaults to undefined|
|
|
116
|
-
| **xCompatibilityDate** | [**'2026-
|
|
116
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
117
117
|
| **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'|
|
|
118
118
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
119
119
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -159,7 +159,7 @@ const configuration = new Configuration();
|
|
|
159
159
|
const apiInstance = new WarsApi(configuration);
|
|
160
160
|
|
|
161
161
|
let warId: 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 page: number; // (optional) (default to undefined)
|
|
164
164
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
165
165
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -182,7 +182,7 @@ const { status, data } = await apiInstance.getWarsWarIdKillmails(
|
|
|
182
182
|
|Name | Type | Description | Notes|
|
|
183
183
|
|------------- | ------------- | ------------- | -------------|
|
|
184
184
|
| **warId** | [**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
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
187
187
|
| **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'|
|
|
188
188
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Spring Inebriation (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2026-
|
|
7
|
+
* The version of the OpenAPI document: 2026-06-09
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|