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
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.24.0-SNAPSHOT
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## eve-esi-client-ts@1.1.
|
|
1
|
+
## eve-esi-client-ts@1.1.23
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install eve-esi-client-ts@1.1.
|
|
39
|
+
npm install eve-esi-client-ts@1.1.23 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -70,7 +70,6 @@ Class | Method | HTTP request | Description
|
|
|
70
70
|
*CalendarApi* | [**getCharactersCharacterIdCalendarEventId**](docs/CalendarApi.md#getcharacterscharacteridcalendareventid) | **GET** /characters/{character_id}/calendar/{event_id} | Get an event
|
|
71
71
|
*CalendarApi* | [**getCharactersCharacterIdCalendarEventIdAttendees**](docs/CalendarApi.md#getcharacterscharacteridcalendareventidattendees) | **GET** /characters/{character_id}/calendar/{event_id}/attendees | Get attendees
|
|
72
72
|
*CalendarApi* | [**putCharactersCharacterIdCalendarEventId**](docs/CalendarApi.md#putcharacterscharacteridcalendareventid) | **PUT** /characters/{character_id}/calendar/{event_id} | Respond to an event
|
|
73
|
-
*CharacterApi* | [**getCharactersCharacterId**](docs/CharacterApi.md#getcharacterscharacterid) | **GET** /characters/{character_id} | Get character\'s public information
|
|
74
73
|
*CharacterApi* | [**getCharactersCharacterIdAgentsResearch**](docs/CharacterApi.md#getcharacterscharacteridagentsresearch) | **GET** /characters/{character_id}/agents_research | Get agents research
|
|
75
74
|
*CharacterApi* | [**getCharactersCharacterIdBlueprints**](docs/CharacterApi.md#getcharacterscharacteridblueprints) | **GET** /characters/{character_id}/blueprints | Get blueprints
|
|
76
75
|
*CharacterApi* | [**getCharactersCharacterIdCorporationhistory**](docs/CharacterApi.md#getcharacterscharacteridcorporationhistory) | **GET** /characters/{character_id}/corporationhistory | Get corporation history
|
|
@@ -82,6 +81,7 @@ Class | Method | HTTP request | Description
|
|
|
82
81
|
*CharacterApi* | [**getCharactersCharacterIdRoles**](docs/CharacterApi.md#getcharacterscharacteridroles) | **GET** /characters/{character_id}/roles | Get character corporation roles
|
|
83
82
|
*CharacterApi* | [**getCharactersCharacterIdStandings**](docs/CharacterApi.md#getcharacterscharacteridstandings) | **GET** /characters/{character_id}/standings | Get standings
|
|
84
83
|
*CharacterApi* | [**getCharactersCharacterIdTitles**](docs/CharacterApi.md#getcharacterscharacteridtitles) | **GET** /characters/{character_id}/titles | Get character corporation titles
|
|
84
|
+
*CharacterApi* | [**getCharactersDetail**](docs/CharacterApi.md#getcharactersdetail) | **GET** /characters/{character_id} | Get character\'s public information
|
|
85
85
|
*CharacterApi* | [**postCharactersAffiliation**](docs/CharacterApi.md#postcharactersaffiliation) | **POST** /characters/affiliation | Character affiliation
|
|
86
86
|
*CharacterApi* | [**postCharactersCharacterIdCspa**](docs/CharacterApi.md#postcharacterscharacteridcspa) | **POST** /characters/{character_id}/cspa | Calculate a CSPA charge cost
|
|
87
87
|
*ClonesApi* | [**getCharactersCharacterIdClones**](docs/ClonesApi.md#getcharacterscharacteridclones) | **GET** /characters/{character_id}/clones | Get clones
|