esisl_genoa_client 0.1.1 → 0.1.6
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/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
package/src/apis/RoutesApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (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:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,18 +14,22 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
18
|
+
|
|
19
|
+
import type {
|
|
20
|
+
Route,
|
|
21
|
+
RouteRequestBody,
|
|
22
|
+
} from '../models/index';
|
|
23
|
+
|
|
24
|
+
export interface PostRouteRequest {
|
|
25
|
+
originSystemId: number;
|
|
26
|
+
destinationSystemId: number;
|
|
27
|
+
xCompatibilityDate: PostRouteXCompatibilityDateEnum;
|
|
28
|
+
routeRequestBody: RouteRequestBody;
|
|
29
|
+
acceptLanguage?: PostRouteAcceptLanguageEnum;
|
|
27
30
|
ifNoneMatch?: string;
|
|
28
31
|
xTenant?: string;
|
|
32
|
+
ifModifiedSince?: string;
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
/**
|
|
@@ -36,28 +40,27 @@ export interface GetRouteOriginDestinationRequest {
|
|
|
36
40
|
*/
|
|
37
41
|
export interface RoutesApiInterface {
|
|
38
42
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @summary Get route
|
|
41
|
-
* @param {number}
|
|
42
|
-
* @param {number}
|
|
43
|
-
* @param {'
|
|
44
|
-
* @param {
|
|
45
|
-
* @param {Set<Array<number>>} [connections]
|
|
46
|
-
* @param {'shortest' | 'secure' | 'insecure'} [flag]
|
|
43
|
+
* Calculate the systems between the given origin and destination.
|
|
44
|
+
* @summary Get route between two systems
|
|
45
|
+
* @param {number} originSystemId Origin system
|
|
46
|
+
* @param {number} destinationSystemId Destination system
|
|
47
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
48
|
+
* @param {RouteRequestBody} routeRequestBody
|
|
47
49
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
48
50
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
49
51
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
52
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
50
53
|
* @param {*} [options] Override http request option.
|
|
51
54
|
* @throws {RequiredError}
|
|
52
55
|
* @memberof RoutesApiInterface
|
|
53
56
|
*/
|
|
54
|
-
|
|
57
|
+
postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>>;
|
|
55
58
|
|
|
56
59
|
/**
|
|
57
|
-
*
|
|
58
|
-
* Get route
|
|
60
|
+
* Calculate the systems between the given origin and destination.
|
|
61
|
+
* Get route between two systems
|
|
59
62
|
*/
|
|
60
|
-
|
|
63
|
+
postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
61
64
|
|
|
62
65
|
}
|
|
63
66
|
|
|
@@ -67,47 +70,44 @@ export interface RoutesApiInterface {
|
|
|
67
70
|
export class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
|
|
68
71
|
|
|
69
72
|
/**
|
|
70
|
-
*
|
|
71
|
-
* Get route
|
|
73
|
+
* Calculate the systems between the given origin and destination.
|
|
74
|
+
* Get route between two systems
|
|
72
75
|
*/
|
|
73
|
-
async
|
|
74
|
-
if (requestParameters['
|
|
76
|
+
async postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>> {
|
|
77
|
+
if (requestParameters['originSystemId'] == null) {
|
|
75
78
|
throw new runtime.RequiredError(
|
|
76
|
-
'
|
|
77
|
-
'Required parameter "
|
|
79
|
+
'originSystemId',
|
|
80
|
+
'Required parameter "originSystemId" was null or undefined when calling postRoute().'
|
|
78
81
|
);
|
|
79
82
|
}
|
|
80
83
|
|
|
81
|
-
if (requestParameters['
|
|
84
|
+
if (requestParameters['destinationSystemId'] == null) {
|
|
82
85
|
throw new runtime.RequiredError(
|
|
83
|
-
'
|
|
84
|
-
'Required parameter "
|
|
86
|
+
'destinationSystemId',
|
|
87
|
+
'Required parameter "destinationSystemId" was null or undefined when calling postRoute().'
|
|
85
88
|
);
|
|
86
89
|
}
|
|
87
90
|
|
|
88
91
|
if (requestParameters['xCompatibilityDate'] == null) {
|
|
89
92
|
throw new runtime.RequiredError(
|
|
90
93
|
'xCompatibilityDate',
|
|
91
|
-
'Required parameter "xCompatibilityDate" was null or undefined when calling
|
|
94
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postRoute().'
|
|
92
95
|
);
|
|
93
96
|
}
|
|
94
97
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
if (requestParameters['connections'] != null) {
|
|
102
|
-
queryParameters['connections'] = requestParameters['connections'];
|
|
98
|
+
if (requestParameters['routeRequestBody'] == null) {
|
|
99
|
+
throw new runtime.RequiredError(
|
|
100
|
+
'routeRequestBody',
|
|
101
|
+
'Required parameter "routeRequestBody" was null or undefined when calling postRoute().'
|
|
102
|
+
);
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
|
|
106
|
-
queryParameters['flag'] = requestParameters['flag'];
|
|
107
|
-
}
|
|
105
|
+
const queryParameters: any = {};
|
|
108
106
|
|
|
109
107
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
110
108
|
|
|
109
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
110
|
+
|
|
111
111
|
if (requestParameters['acceptLanguage'] != null) {
|
|
112
112
|
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
113
113
|
}
|
|
@@ -124,12 +124,21 @@ export class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
|
|
|
124
124
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
128
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
129
|
+
}
|
|
130
|
+
|
|
127
131
|
/*
|
|
128
132
|
*/
|
|
129
133
|
|
|
130
|
-
let urlPath = `/route/{
|
|
131
|
-
urlPath = urlPath.replace(`{${"
|
|
132
|
-
urlPath = urlPath.replace(`{${"
|
|
134
|
+
let urlPath = `/route/{origin_system_id}/{destination_system_id}`;
|
|
135
|
+
urlPath = urlPath.replace(`{${"origin_system_id"}}`, encodeURIComponent(String(requestParameters['originSystemId'])));
|
|
136
|
+
urlPath = urlPath.replace(`{${"destination_system_id"}}`, encodeURIComponent(String(requestParameters['destinationSystemId'])));
|
|
137
|
+
|
|
138
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
139
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
140
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
141
|
+
}
|
|
133
142
|
|
|
134
143
|
const facade = this.configuration?.apiFacade;
|
|
135
144
|
if (!facade) {
|
|
@@ -138,21 +147,22 @@ export class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
|
|
|
138
147
|
|
|
139
148
|
const response = await facade.esi.proxy({
|
|
140
149
|
path: urlPath,
|
|
141
|
-
method: '
|
|
150
|
+
method: 'POST',
|
|
142
151
|
headers: headerParameters,
|
|
143
152
|
query: queryParameters,
|
|
153
|
+
body: requestParameters['routeRequestBody'],
|
|
144
154
|
}, initOverrides);
|
|
145
155
|
|
|
146
|
-
return
|
|
156
|
+
return response;
|
|
147
157
|
}
|
|
148
158
|
|
|
149
159
|
/**
|
|
150
|
-
*
|
|
151
|
-
* Get route
|
|
160
|
+
* Calculate the systems between the given origin and destination.
|
|
161
|
+
* Get route between two systems
|
|
152
162
|
*/
|
|
153
|
-
async
|
|
154
|
-
const response = await this.
|
|
155
|
-
return
|
|
163
|
+
async postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
164
|
+
const response = await this.postRouteRaw(requestParameters, initOverrides);
|
|
165
|
+
return response;
|
|
156
166
|
}
|
|
157
167
|
|
|
158
168
|
}
|
|
@@ -161,23 +171,14 @@ export class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
|
|
|
161
171
|
* @export
|
|
162
172
|
* @enum {string}
|
|
163
173
|
*/
|
|
164
|
-
export enum
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* @export
|
|
169
|
-
* @enum {string}
|
|
170
|
-
*/
|
|
171
|
-
export enum GetRouteOriginDestinationFlagEnum {
|
|
172
|
-
Shortest = 'shortest',
|
|
173
|
-
Secure = 'secure',
|
|
174
|
-
Insecure = 'insecure'
|
|
174
|
+
export enum PostRouteXCompatibilityDateEnum {
|
|
175
|
+
_20251216 = '2025-12-16'
|
|
175
176
|
}
|
|
176
177
|
/**
|
|
177
178
|
* @export
|
|
178
179
|
* @enum {string}
|
|
179
180
|
*/
|
|
180
|
-
export enum
|
|
181
|
+
export enum PostRouteAcceptLanguageEnum {
|
|
181
182
|
En = 'en',
|
|
182
183
|
De = 'de',
|
|
183
184
|
Fr = 'fr',
|
package/src/apis/SearchApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (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:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
CharactersCharacterIdSearchGet,
|
|
@@ -28,6 +29,7 @@ export interface GetCharactersCharacterIdSearchRequest {
|
|
|
28
29
|
acceptLanguage?: GetCharactersCharacterIdSearchAcceptLanguageEnum;
|
|
29
30
|
ifNoneMatch?: string;
|
|
30
31
|
xTenant?: string;
|
|
32
|
+
ifModifiedSince?: string;
|
|
31
33
|
}
|
|
32
34
|
|
|
33
35
|
/**
|
|
@@ -43,11 +45,12 @@ export interface SearchApiInterface {
|
|
|
43
45
|
* @param {Set<'agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure'>} categories
|
|
44
46
|
* @param {number} characterId The ID of the character
|
|
45
47
|
* @param {string} search
|
|
46
|
-
* @param {'
|
|
48
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
47
49
|
* @param {boolean} [strict]
|
|
48
50
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
49
51
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
50
52
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
53
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
51
54
|
* @param {*} [options] Override http request option.
|
|
52
55
|
* @throws {RequiredError}
|
|
53
56
|
* @memberof SearchApiInterface
|
|
@@ -58,7 +61,7 @@ export interface SearchApiInterface {
|
|
|
58
61
|
* Search for entities that match a given sub-string.
|
|
59
62
|
* Search on a string
|
|
60
63
|
*/
|
|
61
|
-
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
64
|
+
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
62
65
|
|
|
63
66
|
}
|
|
64
67
|
|
|
@@ -132,6 +135,10 @@ export class SearchApi extends runtime.BaseAPI implements SearchApiInterface {
|
|
|
132
135
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
133
136
|
}
|
|
134
137
|
|
|
138
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
139
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
140
|
+
}
|
|
141
|
+
|
|
135
142
|
/*
|
|
136
143
|
if (this.configuration && this.configuration.accessToken) {
|
|
137
144
|
// oauth required
|
|
@@ -143,6 +150,11 @@ export class SearchApi extends runtime.BaseAPI implements SearchApiInterface {
|
|
|
143
150
|
let urlPath = `/characters/{character_id}/search`;
|
|
144
151
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
145
152
|
|
|
153
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
154
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
155
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
156
|
+
}
|
|
157
|
+
|
|
146
158
|
const facade = this.configuration?.apiFacade;
|
|
147
159
|
if (!facade) {
|
|
148
160
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -155,16 +167,16 @@ export class SearchApi extends runtime.BaseAPI implements SearchApiInterface {
|
|
|
155
167
|
query: queryParameters,
|
|
156
168
|
}, initOverrides);
|
|
157
169
|
|
|
158
|
-
return
|
|
170
|
+
return response;
|
|
159
171
|
}
|
|
160
172
|
|
|
161
173
|
/**
|
|
162
174
|
* Search for entities that match a given sub-string.
|
|
163
175
|
* Search on a string
|
|
164
176
|
*/
|
|
165
|
-
async getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
177
|
+
async getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
166
178
|
const response = await this.getCharactersCharacterIdSearchRaw(requestParameters, initOverrides);
|
|
167
|
-
return
|
|
179
|
+
return response;
|
|
168
180
|
}
|
|
169
181
|
|
|
170
182
|
}
|
|
@@ -191,7 +203,7 @@ export enum GetCharactersCharacterIdSearchCategoriesEnum {
|
|
|
191
203
|
* @enum {string}
|
|
192
204
|
*/
|
|
193
205
|
export enum GetCharactersCharacterIdSearchXCompatibilityDateEnum {
|
|
194
|
-
|
|
206
|
+
_20251216 = '2025-12-16'
|
|
195
207
|
}
|
|
196
208
|
/**
|
|
197
209
|
* @export
|
package/src/apis/SkillsApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (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:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
CharactersCharacterIdAttributesGet,
|
|
@@ -27,6 +28,7 @@ export interface GetCharactersCharacterIdAttributesRequest {
|
|
|
27
28
|
acceptLanguage?: GetCharactersCharacterIdAttributesAcceptLanguageEnum;
|
|
28
29
|
ifNoneMatch?: string;
|
|
29
30
|
xTenant?: string;
|
|
31
|
+
ifModifiedSince?: string;
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
export interface GetCharactersCharacterIdSkillqueueRequest {
|
|
@@ -35,6 +37,7 @@ export interface GetCharactersCharacterIdSkillqueueRequest {
|
|
|
35
37
|
acceptLanguage?: GetCharactersCharacterIdSkillqueueAcceptLanguageEnum;
|
|
36
38
|
ifNoneMatch?: string;
|
|
37
39
|
xTenant?: string;
|
|
40
|
+
ifModifiedSince?: string;
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
export interface GetCharactersCharacterIdSkillsRequest {
|
|
@@ -43,6 +46,7 @@ export interface GetCharactersCharacterIdSkillsRequest {
|
|
|
43
46
|
acceptLanguage?: GetCharactersCharacterIdSkillsAcceptLanguageEnum;
|
|
44
47
|
ifNoneMatch?: string;
|
|
45
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
/**
|
|
@@ -56,10 +60,11 @@ export interface SkillsApiInterface {
|
|
|
56
60
|
* Return attributes of a character
|
|
57
61
|
* @summary Get character attributes
|
|
58
62
|
* @param {number} characterId The ID of the character
|
|
59
|
-
* @param {'
|
|
63
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
60
64
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
61
65
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
62
66
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
67
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
63
68
|
* @param {*} [options] Override http request option.
|
|
64
69
|
* @throws {RequiredError}
|
|
65
70
|
* @memberof SkillsApiInterface
|
|
@@ -70,16 +75,17 @@ export interface SkillsApiInterface {
|
|
|
70
75
|
* Return attributes of a character
|
|
71
76
|
* Get character attributes
|
|
72
77
|
*/
|
|
73
|
-
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
78
|
+
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
74
79
|
|
|
75
80
|
/**
|
|
76
81
|
* List the configured skill queue for the given character
|
|
77
82
|
* @summary Get character\'s skill queue
|
|
78
83
|
* @param {number} characterId The ID of the character
|
|
79
|
-
* @param {'
|
|
84
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
80
85
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
81
86
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
82
87
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
88
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
83
89
|
* @param {*} [options] Override http request option.
|
|
84
90
|
* @throws {RequiredError}
|
|
85
91
|
* @memberof SkillsApiInterface
|
|
@@ -90,16 +96,17 @@ export interface SkillsApiInterface {
|
|
|
90
96
|
* List the configured skill queue for the given character
|
|
91
97
|
* Get character\'s skill queue
|
|
92
98
|
*/
|
|
93
|
-
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
99
|
+
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
94
100
|
|
|
95
101
|
/**
|
|
96
102
|
* List all trained skills for the given character
|
|
97
103
|
* @summary Get character skills
|
|
98
104
|
* @param {number} characterId The ID of the character
|
|
99
|
-
* @param {'
|
|
105
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
100
106
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
101
107
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
102
108
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
109
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
103
110
|
* @param {*} [options] Override http request option.
|
|
104
111
|
* @throws {RequiredError}
|
|
105
112
|
* @memberof SkillsApiInterface
|
|
@@ -110,7 +117,7 @@ export interface SkillsApiInterface {
|
|
|
110
117
|
* List all trained skills for the given character
|
|
111
118
|
* Get character skills
|
|
112
119
|
*/
|
|
113
|
-
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
120
|
+
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
114
121
|
|
|
115
122
|
}
|
|
116
123
|
|
|
@@ -158,6 +165,10 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
158
165
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
159
166
|
}
|
|
160
167
|
|
|
168
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
169
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
170
|
+
}
|
|
171
|
+
|
|
161
172
|
/*
|
|
162
173
|
if (this.configuration && this.configuration.accessToken) {
|
|
163
174
|
// oauth required
|
|
@@ -169,6 +180,11 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
169
180
|
let urlPath = `/characters/{character_id}/attributes`;
|
|
170
181
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
171
182
|
|
|
183
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
184
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
185
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
186
|
+
}
|
|
187
|
+
|
|
172
188
|
const facade = this.configuration?.apiFacade;
|
|
173
189
|
if (!facade) {
|
|
174
190
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -181,16 +197,16 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
181
197
|
query: queryParameters,
|
|
182
198
|
}, initOverrides);
|
|
183
199
|
|
|
184
|
-
return
|
|
200
|
+
return response;
|
|
185
201
|
}
|
|
186
202
|
|
|
187
203
|
/**
|
|
188
204
|
* Return attributes of a character
|
|
189
205
|
* Get character attributes
|
|
190
206
|
*/
|
|
191
|
-
async getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
207
|
+
async getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
192
208
|
const response = await this.getCharactersCharacterIdAttributesRaw(requestParameters, initOverrides);
|
|
193
|
-
return
|
|
209
|
+
return response;
|
|
194
210
|
}
|
|
195
211
|
|
|
196
212
|
/**
|
|
@@ -232,6 +248,10 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
232
248
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
233
249
|
}
|
|
234
250
|
|
|
251
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
252
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
253
|
+
}
|
|
254
|
+
|
|
235
255
|
/*
|
|
236
256
|
if (this.configuration && this.configuration.accessToken) {
|
|
237
257
|
// oauth required
|
|
@@ -243,6 +263,11 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
243
263
|
let urlPath = `/characters/{character_id}/skillqueue`;
|
|
244
264
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
245
265
|
|
|
266
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
267
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
268
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
269
|
+
}
|
|
270
|
+
|
|
246
271
|
const facade = this.configuration?.apiFacade;
|
|
247
272
|
if (!facade) {
|
|
248
273
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -255,16 +280,16 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
255
280
|
query: queryParameters,
|
|
256
281
|
}, initOverrides);
|
|
257
282
|
|
|
258
|
-
return
|
|
283
|
+
return response;
|
|
259
284
|
}
|
|
260
285
|
|
|
261
286
|
/**
|
|
262
287
|
* List the configured skill queue for the given character
|
|
263
288
|
* Get character\'s skill queue
|
|
264
289
|
*/
|
|
265
|
-
async getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
290
|
+
async getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
266
291
|
const response = await this.getCharactersCharacterIdSkillqueueRaw(requestParameters, initOverrides);
|
|
267
|
-
return
|
|
292
|
+
return response;
|
|
268
293
|
}
|
|
269
294
|
|
|
270
295
|
/**
|
|
@@ -306,6 +331,10 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
306
331
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
307
332
|
}
|
|
308
333
|
|
|
334
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
335
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
336
|
+
}
|
|
337
|
+
|
|
309
338
|
/*
|
|
310
339
|
if (this.configuration && this.configuration.accessToken) {
|
|
311
340
|
// oauth required
|
|
@@ -317,6 +346,11 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
317
346
|
let urlPath = `/characters/{character_id}/skills`;
|
|
318
347
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
319
348
|
|
|
349
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
350
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
351
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
352
|
+
}
|
|
353
|
+
|
|
320
354
|
const facade = this.configuration?.apiFacade;
|
|
321
355
|
if (!facade) {
|
|
322
356
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -329,16 +363,16 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
329
363
|
query: queryParameters,
|
|
330
364
|
}, initOverrides);
|
|
331
365
|
|
|
332
|
-
return
|
|
366
|
+
return response;
|
|
333
367
|
}
|
|
334
368
|
|
|
335
369
|
/**
|
|
336
370
|
* List all trained skills for the given character
|
|
337
371
|
* Get character skills
|
|
338
372
|
*/
|
|
339
|
-
async getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
373
|
+
async getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
340
374
|
const response = await this.getCharactersCharacterIdSkillsRaw(requestParameters, initOverrides);
|
|
341
|
-
return
|
|
375
|
+
return response;
|
|
342
376
|
}
|
|
343
377
|
|
|
344
378
|
}
|
|
@@ -348,7 +382,7 @@ export class SkillsApi extends runtime.BaseAPI implements SkillsApiInterface {
|
|
|
348
382
|
* @enum {string}
|
|
349
383
|
*/
|
|
350
384
|
export enum GetCharactersCharacterIdAttributesXCompatibilityDateEnum {
|
|
351
|
-
|
|
385
|
+
_20251216 = '2025-12-16'
|
|
352
386
|
}
|
|
353
387
|
/**
|
|
354
388
|
* @export
|
|
@@ -369,7 +403,7 @@ export enum GetCharactersCharacterIdAttributesAcceptLanguageEnum {
|
|
|
369
403
|
* @enum {string}
|
|
370
404
|
*/
|
|
371
405
|
export enum GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum {
|
|
372
|
-
|
|
406
|
+
_20251216 = '2025-12-16'
|
|
373
407
|
}
|
|
374
408
|
/**
|
|
375
409
|
* @export
|
|
@@ -390,7 +424,7 @@ export enum GetCharactersCharacterIdSkillqueueAcceptLanguageEnum {
|
|
|
390
424
|
* @enum {string}
|
|
391
425
|
*/
|
|
392
426
|
export enum GetCharactersCharacterIdSkillsXCompatibilityDateEnum {
|
|
393
|
-
|
|
427
|
+
_20251216 = '2025-12-16'
|
|
394
428
|
}
|
|
395
429
|
/**
|
|
396
430
|
* @export
|