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/CharacterApi.md
CHANGED
|
@@ -4,7 +4,6 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getCharactersCharacterId**](#getcharacterscharacterid) | **GET** /characters/{character_id} | Get character\'s public information|
|
|
8
7
|
|[**getCharactersCharacterIdAgentsResearch**](#getcharacterscharacteridagentsresearch) | **GET** /characters/{character_id}/agents_research | Get agents research|
|
|
9
8
|
|[**getCharactersCharacterIdBlueprints**](#getcharacterscharacteridblueprints) | **GET** /characters/{character_id}/blueprints | Get blueprints|
|
|
10
9
|
|[**getCharactersCharacterIdCorporationhistory**](#getcharacterscharacteridcorporationhistory) | **GET** /characters/{character_id}/corporationhistory | Get corporation history|
|
|
@@ -16,76 +15,10 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
16
15
|
|[**getCharactersCharacterIdRoles**](#getcharacterscharacteridroles) | **GET** /characters/{character_id}/roles | Get character corporation roles|
|
|
17
16
|
|[**getCharactersCharacterIdStandings**](#getcharacterscharacteridstandings) | **GET** /characters/{character_id}/standings | Get standings|
|
|
18
17
|
|[**getCharactersCharacterIdTitles**](#getcharacterscharacteridtitles) | **GET** /characters/{character_id}/titles | Get character corporation titles|
|
|
18
|
+
|[**getCharactersDetail**](#getcharactersdetail) | **GET** /characters/{character_id} | Get character\'s public information|
|
|
19
19
|
|[**postCharactersAffiliation**](#postcharactersaffiliation) | **POST** /characters/affiliation | Character affiliation|
|
|
20
20
|
|[**postCharactersCharacterIdCspa**](#postcharacterscharacteridcspa) | **POST** /characters/{character_id}/cspa | Calculate a CSPA charge cost|
|
|
21
21
|
|
|
22
|
-
# **getCharactersCharacterId**
|
|
23
|
-
> CharactersDetail getCharactersCharacterId()
|
|
24
|
-
|
|
25
|
-
Public information about a character
|
|
26
|
-
|
|
27
|
-
### Example
|
|
28
|
-
|
|
29
|
-
```typescript
|
|
30
|
-
import {
|
|
31
|
-
CharacterApi,
|
|
32
|
-
Configuration
|
|
33
|
-
} from 'eve-esi-client-ts';
|
|
34
|
-
|
|
35
|
-
const configuration = new Configuration();
|
|
36
|
-
const apiInstance = new CharacterApi(configuration);
|
|
37
|
-
|
|
38
|
-
let characterId: number; //The ID of the character (default to undefined)
|
|
39
|
-
let xCompatibilityDate: '2026-05-19'; //The compatibility date for the request. (default to undefined)
|
|
40
|
-
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
41
|
-
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
42
|
-
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
43
|
-
let ifModifiedSince: string; //The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional) (default to undefined)
|
|
44
|
-
|
|
45
|
-
const { status, data } = await apiInstance.getCharactersCharacterId(
|
|
46
|
-
characterId,
|
|
47
|
-
xCompatibilityDate,
|
|
48
|
-
acceptLanguage,
|
|
49
|
-
ifNoneMatch,
|
|
50
|
-
xTenant,
|
|
51
|
-
ifModifiedSince
|
|
52
|
-
);
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
### Parameters
|
|
56
|
-
|
|
57
|
-
|Name | Type | Description | Notes|
|
|
58
|
-
|------------- | ------------- | ------------- | -------------|
|
|
59
|
-
| **characterId** | **number** | The ID of the character | defaults to undefined|
|
|
60
|
-
| **xCompatibilityDate** | [**'2026-05-19'**]**Array<'2026-05-19'>** | The compatibility date for the request. | defaults to undefined|
|
|
61
|
-
| **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'|
|
|
62
|
-
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
63
|
-
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
64
|
-
| **ifModifiedSince** | [**string**] | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | (optional) defaults to undefined|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Return type
|
|
68
|
-
|
|
69
|
-
**CharactersDetail**
|
|
70
|
-
|
|
71
|
-
### Authorization
|
|
72
|
-
|
|
73
|
-
No authorization required
|
|
74
|
-
|
|
75
|
-
### HTTP request headers
|
|
76
|
-
|
|
77
|
-
- **Content-Type**: Not defined
|
|
78
|
-
- **Accept**: application/json
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### HTTP response details
|
|
82
|
-
| Status code | Description | Response headers |
|
|
83
|
-
|-------------|-------------|------------------|
|
|
84
|
-
|**200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
85
|
-
|**0** | Error | - |
|
|
86
|
-
|
|
87
|
-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
88
|
-
|
|
89
22
|
# **getCharactersCharacterIdAgentsResearch**
|
|
90
23
|
> Array<CharactersCharacterIdAgentsResearchGetInner> getCharactersCharacterIdAgentsResearch()
|
|
91
24
|
|
|
@@ -103,7 +36,7 @@ const configuration = new Configuration();
|
|
|
103
36
|
const apiInstance = new CharacterApi(configuration);
|
|
104
37
|
|
|
105
38
|
let characterId: number; //The ID of the character (default to undefined)
|
|
106
|
-
let xCompatibilityDate: '2026-
|
|
39
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
107
40
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
108
41
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
109
42
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -124,7 +57,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdAgentsResearc
|
|
|
124
57
|
|Name | Type | Description | Notes|
|
|
125
58
|
|------------- | ------------- | ------------- | -------------|
|
|
126
59
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
127
|
-
| **xCompatibilityDate** | [**'2026-
|
|
60
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
128
61
|
| **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'|
|
|
129
62
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
130
63
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -170,7 +103,7 @@ const configuration = new Configuration();
|
|
|
170
103
|
const apiInstance = new CharacterApi(configuration);
|
|
171
104
|
|
|
172
105
|
let characterId: number; //The ID of the character (default to undefined)
|
|
173
|
-
let xCompatibilityDate: '2026-
|
|
106
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
174
107
|
let page: number; // (optional) (default to undefined)
|
|
175
108
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
176
109
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -193,7 +126,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdBlueprints(
|
|
|
193
126
|
|Name | Type | Description | Notes|
|
|
194
127
|
|------------- | ------------- | ------------- | -------------|
|
|
195
128
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
196
|
-
| **xCompatibilityDate** | [**'2026-
|
|
129
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
197
130
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
198
131
|
| **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'|
|
|
199
132
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -240,7 +173,7 @@ const configuration = new Configuration();
|
|
|
240
173
|
const apiInstance = new CharacterApi(configuration);
|
|
241
174
|
|
|
242
175
|
let characterId: number; //The ID of the character (default to undefined)
|
|
243
|
-
let xCompatibilityDate: '2026-
|
|
176
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
244
177
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
245
178
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
246
179
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -261,7 +194,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdCorporationhi
|
|
|
261
194
|
|Name | Type | Description | Notes|
|
|
262
195
|
|------------- | ------------- | ------------- | -------------|
|
|
263
196
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
264
|
-
| **xCompatibilityDate** | [**'2026-
|
|
197
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
265
198
|
| **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'|
|
|
266
199
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
267
200
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -307,7 +240,7 @@ const configuration = new Configuration();
|
|
|
307
240
|
const apiInstance = new CharacterApi(configuration);
|
|
308
241
|
|
|
309
242
|
let characterId: number; //The ID of the character (default to undefined)
|
|
310
|
-
let xCompatibilityDate: '2026-
|
|
243
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
311
244
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
312
245
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
313
246
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -328,7 +261,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdFatigue(
|
|
|
328
261
|
|Name | Type | Description | Notes|
|
|
329
262
|
|------------- | ------------- | ------------- | -------------|
|
|
330
263
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
331
|
-
| **xCompatibilityDate** | [**'2026-
|
|
264
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
332
265
|
| **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'|
|
|
333
266
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
334
267
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -374,7 +307,7 @@ const configuration = new Configuration();
|
|
|
374
307
|
const apiInstance = new CharacterApi(configuration);
|
|
375
308
|
|
|
376
309
|
let characterId: number; //The ID of the character (default to undefined)
|
|
377
|
-
let xCompatibilityDate: '2026-
|
|
310
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
378
311
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
379
312
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
380
313
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -395,7 +328,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdMedals(
|
|
|
395
328
|
|Name | Type | Description | Notes|
|
|
396
329
|
|------------- | ------------- | ------------- | -------------|
|
|
397
330
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
398
|
-
| **xCompatibilityDate** | [**'2026-
|
|
331
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
399
332
|
| **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'|
|
|
400
333
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
401
334
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -441,7 +374,7 @@ const configuration = new Configuration();
|
|
|
441
374
|
const apiInstance = new CharacterApi(configuration);
|
|
442
375
|
|
|
443
376
|
let characterId: number; //The ID of the character (default to undefined)
|
|
444
|
-
let xCompatibilityDate: '2026-
|
|
377
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
445
378
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
446
379
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
447
380
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -462,7 +395,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdNotifications
|
|
|
462
395
|
|Name | Type | Description | Notes|
|
|
463
396
|
|------------- | ------------- | ------------- | -------------|
|
|
464
397
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
465
|
-
| **xCompatibilityDate** | [**'2026-
|
|
398
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
466
399
|
| **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'|
|
|
467
400
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
468
401
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -508,7 +441,7 @@ const configuration = new Configuration();
|
|
|
508
441
|
const apiInstance = new CharacterApi(configuration);
|
|
509
442
|
|
|
510
443
|
let characterId: number; //The ID of the character (default to undefined)
|
|
511
|
-
let xCompatibilityDate: '2026-
|
|
444
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
512
445
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
513
446
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
514
447
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -529,7 +462,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdNotifications
|
|
|
529
462
|
|Name | Type | Description | Notes|
|
|
530
463
|
|------------- | ------------- | ------------- | -------------|
|
|
531
464
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
532
|
-
| **xCompatibilityDate** | [**'2026-
|
|
465
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
533
466
|
| **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'|
|
|
534
467
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
535
468
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -575,7 +508,7 @@ const configuration = new Configuration();
|
|
|
575
508
|
const apiInstance = new CharacterApi(configuration);
|
|
576
509
|
|
|
577
510
|
let characterId: number; //The ID of the character (default to undefined)
|
|
578
|
-
let xCompatibilityDate: '2026-
|
|
511
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
579
512
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
580
513
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
581
514
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -596,7 +529,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdPortrait(
|
|
|
596
529
|
|Name | Type | Description | Notes|
|
|
597
530
|
|------------- | ------------- | ------------- | -------------|
|
|
598
531
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
599
|
-
| **xCompatibilityDate** | [**'2026-
|
|
532
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
600
533
|
| **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'|
|
|
601
534
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
602
535
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -642,7 +575,7 @@ const configuration = new Configuration();
|
|
|
642
575
|
const apiInstance = new CharacterApi(configuration);
|
|
643
576
|
|
|
644
577
|
let characterId: number; //The ID of the character (default to undefined)
|
|
645
|
-
let xCompatibilityDate: '2026-
|
|
578
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
646
579
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
647
580
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
648
581
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -663,7 +596,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdRoles(
|
|
|
663
596
|
|Name | Type | Description | Notes|
|
|
664
597
|
|------------- | ------------- | ------------- | -------------|
|
|
665
598
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
666
|
-
| **xCompatibilityDate** | [**'2026-
|
|
599
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
667
600
|
| **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'|
|
|
668
601
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
669
602
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -709,7 +642,7 @@ const configuration = new Configuration();
|
|
|
709
642
|
const apiInstance = new CharacterApi(configuration);
|
|
710
643
|
|
|
711
644
|
let characterId: number; //The ID of the character (default to undefined)
|
|
712
|
-
let xCompatibilityDate: '2026-
|
|
645
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
713
646
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
714
647
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
715
648
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -730,7 +663,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdStandings(
|
|
|
730
663
|
|Name | Type | Description | Notes|
|
|
731
664
|
|------------- | ------------- | ------------- | -------------|
|
|
732
665
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
733
|
-
| **xCompatibilityDate** | [**'2026-
|
|
666
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
734
667
|
| **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'|
|
|
735
668
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
736
669
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -776,7 +709,7 @@ const configuration = new Configuration();
|
|
|
776
709
|
const apiInstance = new CharacterApi(configuration);
|
|
777
710
|
|
|
778
711
|
let characterId: number; //The ID of the character (default to undefined)
|
|
779
|
-
let xCompatibilityDate: '2026-
|
|
712
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
780
713
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
781
714
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
782
715
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -797,7 +730,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdTitles(
|
|
|
797
730
|
|Name | Type | Description | Notes|
|
|
798
731
|
|------------- | ------------- | ------------- | -------------|
|
|
799
732
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
800
|
-
| **xCompatibilityDate** | [**'2026-
|
|
733
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
801
734
|
| **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'|
|
|
802
735
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
803
736
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -818,6 +751,73 @@ const { status, data } = await apiInstance.getCharactersCharacterIdTitles(
|
|
|
818
751
|
- **Accept**: application/json
|
|
819
752
|
|
|
820
753
|
|
|
754
|
+
### HTTP response details
|
|
755
|
+
| Status code | Description | Response headers |
|
|
756
|
+
|-------------|-------------|------------------|
|
|
757
|
+
|**200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
758
|
+
|**0** | Error | - |
|
|
759
|
+
|
|
760
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
761
|
+
|
|
762
|
+
# **getCharactersDetail**
|
|
763
|
+
> CharactersDetail getCharactersDetail()
|
|
764
|
+
|
|
765
|
+
Public information about a character
|
|
766
|
+
|
|
767
|
+
### Example
|
|
768
|
+
|
|
769
|
+
```typescript
|
|
770
|
+
import {
|
|
771
|
+
CharacterApi,
|
|
772
|
+
Configuration
|
|
773
|
+
} from 'eve-esi-client-ts';
|
|
774
|
+
|
|
775
|
+
const configuration = new Configuration();
|
|
776
|
+
const apiInstance = new CharacterApi(configuration);
|
|
777
|
+
|
|
778
|
+
let characterId: number; //The ID of the character (default to undefined)
|
|
779
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
780
|
+
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
781
|
+
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
782
|
+
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
783
|
+
let ifModifiedSince: string; //The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional) (default to undefined)
|
|
784
|
+
|
|
785
|
+
const { status, data } = await apiInstance.getCharactersDetail(
|
|
786
|
+
characterId,
|
|
787
|
+
xCompatibilityDate,
|
|
788
|
+
acceptLanguage,
|
|
789
|
+
ifNoneMatch,
|
|
790
|
+
xTenant,
|
|
791
|
+
ifModifiedSince
|
|
792
|
+
);
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
### Parameters
|
|
796
|
+
|
|
797
|
+
|Name | Type | Description | Notes|
|
|
798
|
+
|------------- | ------------- | ------------- | -------------|
|
|
799
|
+
| **characterId** | **number** | The ID of the character | defaults to undefined|
|
|
800
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
801
|
+
| **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'|
|
|
802
|
+
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
803
|
+
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
804
|
+
| **ifModifiedSince** | [**string**] | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | (optional) defaults to undefined|
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
### Return type
|
|
808
|
+
|
|
809
|
+
**CharactersDetail**
|
|
810
|
+
|
|
811
|
+
### Authorization
|
|
812
|
+
|
|
813
|
+
No authorization required
|
|
814
|
+
|
|
815
|
+
### HTTP request headers
|
|
816
|
+
|
|
817
|
+
- **Content-Type**: Not defined
|
|
818
|
+
- **Accept**: application/json
|
|
819
|
+
|
|
820
|
+
|
|
821
821
|
### HTTP response details
|
|
822
822
|
| Status code | Description | Response headers |
|
|
823
823
|
|-------------|-------------|------------------|
|
|
@@ -842,7 +842,7 @@ import {
|
|
|
842
842
|
const configuration = new Configuration();
|
|
843
843
|
const apiInstance = new CharacterApi(configuration);
|
|
844
844
|
|
|
845
|
-
let xCompatibilityDate: '2026-
|
|
845
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
846
846
|
let requestBody: Set<number>; //
|
|
847
847
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
848
848
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -864,7 +864,7 @@ const { status, data } = await apiInstance.postCharactersAffiliation(
|
|
|
864
864
|
|Name | Type | Description | Notes|
|
|
865
865
|
|------------- | ------------- | ------------- | -------------|
|
|
866
866
|
| **requestBody** | **Set<number>**| | |
|
|
867
|
-
| **xCompatibilityDate** | [**'2026-
|
|
867
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
868
868
|
| **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'|
|
|
869
869
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
870
870
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -910,7 +910,7 @@ const configuration = new Configuration();
|
|
|
910
910
|
const apiInstance = new CharacterApi(configuration);
|
|
911
911
|
|
|
912
912
|
let characterId: number; //The ID of the character (default to undefined)
|
|
913
|
-
let xCompatibilityDate: '2026-
|
|
913
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
914
914
|
let requestBody: Set<number>; //
|
|
915
915
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
916
916
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -934,7 +934,7 @@ const { status, data } = await apiInstance.postCharactersCharacterIdCspa(
|
|
|
934
934
|
|------------- | ------------- | ------------- | -------------|
|
|
935
935
|
| **requestBody** | **Set<number>**| | |
|
|
936
936
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
937
|
-
| **xCompatibilityDate** | [**'2026-
|
|
937
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
938
938
|
| **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'|
|
|
939
939
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
940
940
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/CharactersDetail.md
CHANGED
|
@@ -5,17 +5,19 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**achievement_score** | **number** | Character\'s achievement score | [default to undefined]
|
|
8
9
|
**alliance_id** | **number** | Character\'s alliance ID | [optional] [default to undefined]
|
|
9
10
|
**birthday** | **string** | Character\'s creation date | [default to undefined]
|
|
10
11
|
**bloodline_id** | **number** | Character\'s bloodline ID | [default to undefined]
|
|
12
|
+
**character_title_id** | **string** | Character\'s equipped cosmetic title ID | [optional] [default to undefined]
|
|
11
13
|
**corporation_id** | **number** | Character\'s corporation ID | [default to undefined]
|
|
14
|
+
**corporation_title** | **string** | Character\'s corporation title | [optional] [default to undefined]
|
|
12
15
|
**description** | **string** | Character\'s description (biography) | [optional] [default to undefined]
|
|
13
16
|
**faction_id** | **number** | Character\'s faction ID | [optional] [default to undefined]
|
|
14
17
|
**gender** | **string** | Character\'s gender | [default to undefined]
|
|
15
18
|
**name** | **string** | Character\'s name | [default to undefined]
|
|
16
19
|
**race_id** | **number** | Character\'s race ID | [default to undefined]
|
|
17
20
|
**security_status** | **number** | Character\'s security status | [optional] [default to undefined]
|
|
18
|
-
**title** | **string** | Character\'s corporation title | [optional] [default to undefined]
|
|
19
21
|
|
|
20
22
|
## Example
|
|
21
23
|
|
|
@@ -23,17 +25,19 @@ Name | Type | Description | Notes
|
|
|
23
25
|
import { CharactersDetail } from 'eve-esi-client-ts';
|
|
24
26
|
|
|
25
27
|
const instance: CharactersDetail = {
|
|
28
|
+
achievement_score,
|
|
26
29
|
alliance_id,
|
|
27
30
|
birthday,
|
|
28
31
|
bloodline_id,
|
|
32
|
+
character_title_id,
|
|
29
33
|
corporation_id,
|
|
34
|
+
corporation_title,
|
|
30
35
|
description,
|
|
31
36
|
faction_id,
|
|
32
37
|
gender,
|
|
33
38
|
name,
|
|
34
39
|
race_id,
|
|
35
40
|
security_status,
|
|
36
|
-
title,
|
|
37
41
|
};
|
|
38
42
|
```
|
|
39
43
|
|
package/docs/ClonesApi.md
CHANGED
|
@@ -24,7 +24,7 @@ const configuration = new Configuration();
|
|
|
24
24
|
const apiInstance = new ClonesApi(configuration);
|
|
25
25
|
|
|
26
26
|
let characterId: number; //The ID of the character (default to undefined)
|
|
27
|
-
let xCompatibilityDate: '2026-
|
|
27
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
28
28
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
29
29
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
30
30
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdClones(
|
|
|
45
45
|
|Name | Type | Description | Notes|
|
|
46
46
|
|------------- | ------------- | ------------- | -------------|
|
|
47
47
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
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 ClonesApi(configuration);
|
|
92
92
|
|
|
93
93
|
let characterId: number; //The ID of the character (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.getCharactersCharacterIdImplants(
|
|
|
112
112
|
|Name | Type | Description | Notes|
|
|
113
113
|
|------------- | ------------- | ------------- | -------------|
|
|
114
114
|
| **characterId** | [**number**] | The ID of the character | 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'|
|