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/dist/apis/RoutesApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
acceptLanguage?: GetRouteOriginDestinationAcceptLanguageEnum;
|
|
13
|
+
import type { Route, RouteRequestBody } from '../models/index';
|
|
14
|
+
export interface PostRouteRequest {
|
|
15
|
+
originSystemId: number;
|
|
16
|
+
destinationSystemId: number;
|
|
17
|
+
xCompatibilityDate: PostRouteXCompatibilityDateEnum;
|
|
18
|
+
routeRequestBody: RouteRequestBody;
|
|
19
|
+
acceptLanguage?: PostRouteAcceptLanguageEnum;
|
|
21
20
|
ifNoneMatch?: string;
|
|
22
21
|
xTenant?: string;
|
|
22
|
+
ifModifiedSince?: string;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* RoutesApi - interface
|
|
@@ -29,64 +29,54 @@ export interface GetRouteOriginDestinationRequest {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface RoutesApiInterface {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary Get route
|
|
34
|
-
* @param {number}
|
|
35
|
-
* @param {number}
|
|
36
|
-
* @param {'
|
|
37
|
-
* @param {
|
|
38
|
-
* @param {Set<Array<number>>} [connections]
|
|
39
|
-
* @param {'shortest' | 'secure' | 'insecure'} [flag]
|
|
32
|
+
* Calculate the systems between the given origin and destination.
|
|
33
|
+
* @summary Get route between two systems
|
|
34
|
+
* @param {number} originSystemId Origin system
|
|
35
|
+
* @param {number} destinationSystemId Destination system
|
|
36
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
37
|
+
* @param {RouteRequestBody} routeRequestBody
|
|
40
38
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
41
39
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
42
40
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
41
|
+
* @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.
|
|
43
42
|
* @param {*} [options] Override http request option.
|
|
44
43
|
* @throws {RequiredError}
|
|
45
44
|
* @memberof RoutesApiInterface
|
|
46
45
|
*/
|
|
47
|
-
|
|
46
|
+
postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>>;
|
|
48
47
|
/**
|
|
49
|
-
*
|
|
50
|
-
* Get route
|
|
48
|
+
* Calculate the systems between the given origin and destination.
|
|
49
|
+
* Get route between two systems
|
|
51
50
|
*/
|
|
52
|
-
|
|
51
|
+
postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
53
52
|
}
|
|
54
53
|
/**
|
|
55
54
|
*
|
|
56
55
|
*/
|
|
57
56
|
export declare class RoutesApi extends runtime.BaseAPI implements RoutesApiInterface {
|
|
58
57
|
/**
|
|
59
|
-
*
|
|
60
|
-
* Get route
|
|
58
|
+
* Calculate the systems between the given origin and destination.
|
|
59
|
+
* Get route between two systems
|
|
61
60
|
*/
|
|
62
|
-
|
|
61
|
+
postRouteRaw(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Route>>;
|
|
63
62
|
/**
|
|
64
|
-
*
|
|
65
|
-
* Get route
|
|
63
|
+
* Calculate the systems between the given origin and destination.
|
|
64
|
+
* Get route between two systems
|
|
66
65
|
*/
|
|
67
|
-
|
|
66
|
+
postRoute(requestParameters: PostRouteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
68
67
|
}
|
|
69
68
|
/**
|
|
70
69
|
* @export
|
|
71
70
|
* @enum {string}
|
|
72
71
|
*/
|
|
73
|
-
export declare enum
|
|
74
|
-
|
|
72
|
+
export declare enum PostRouteXCompatibilityDateEnum {
|
|
73
|
+
_20251216 = "2025-12-16"
|
|
75
74
|
}
|
|
76
75
|
/**
|
|
77
76
|
* @export
|
|
78
77
|
* @enum {string}
|
|
79
78
|
*/
|
|
80
|
-
export declare enum
|
|
81
|
-
Shortest = "shortest",
|
|
82
|
-
Secure = "secure",
|
|
83
|
-
Insecure = "insecure"
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* @export
|
|
87
|
-
* @enum {string}
|
|
88
|
-
*/
|
|
89
|
-
export declare enum GetRouteOriginDestinationAcceptLanguageEnum {
|
|
79
|
+
export declare enum PostRouteAcceptLanguageEnum {
|
|
90
80
|
En = "en",
|
|
91
81
|
De = "de",
|
|
92
82
|
Fr = "fr",
|
package/dist/apis/RoutesApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -64,8 +64,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
64
64
|
}
|
|
65
65
|
};
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
|
-
exports.
|
|
67
|
+
exports.PostRouteAcceptLanguageEnum = exports.PostRouteXCompatibilityDateEnum = exports.RoutesApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -75,36 +76,31 @@ var RoutesApi = /** @class */ (function (_super) {
|
|
|
75
76
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
76
77
|
}
|
|
77
78
|
/**
|
|
78
|
-
*
|
|
79
|
-
* Get route
|
|
79
|
+
* Calculate the systems between the given origin and destination.
|
|
80
|
+
* Get route between two systems
|
|
80
81
|
*/
|
|
81
|
-
RoutesApi.prototype.
|
|
82
|
+
RoutesApi.prototype.postRouteRaw = function (requestParameters, initOverrides) {
|
|
82
83
|
return __awaiter(this, void 0, void 0, function () {
|
|
83
84
|
var queryParameters, headerParameters, urlPath, facade, response;
|
|
84
85
|
var _a;
|
|
85
86
|
return __generator(this, function (_b) {
|
|
86
87
|
switch (_b.label) {
|
|
87
88
|
case 0:
|
|
88
|
-
if (requestParameters['
|
|
89
|
-
throw new runtime.RequiredError('
|
|
89
|
+
if (requestParameters['originSystemId'] == null) {
|
|
90
|
+
throw new runtime.RequiredError('originSystemId', 'Required parameter "originSystemId" was null or undefined when calling postRoute().');
|
|
90
91
|
}
|
|
91
|
-
if (requestParameters['
|
|
92
|
-
throw new runtime.RequiredError('
|
|
92
|
+
if (requestParameters['destinationSystemId'] == null) {
|
|
93
|
+
throw new runtime.RequiredError('destinationSystemId', 'Required parameter "destinationSystemId" was null or undefined when calling postRoute().');
|
|
93
94
|
}
|
|
94
95
|
if (requestParameters['xCompatibilityDate'] == null) {
|
|
95
|
-
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling
|
|
96
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling postRoute().');
|
|
96
97
|
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
queryParameters['avoid'] = requestParameters['avoid'];
|
|
100
|
-
}
|
|
101
|
-
if (requestParameters['connections'] != null) {
|
|
102
|
-
queryParameters['connections'] = requestParameters['connections'];
|
|
103
|
-
}
|
|
104
|
-
if (requestParameters['flag'] != null) {
|
|
105
|
-
queryParameters['flag'] = requestParameters['flag'];
|
|
98
|
+
if (requestParameters['routeRequestBody'] == null) {
|
|
99
|
+
throw new runtime.RequiredError('routeRequestBody', 'Required parameter "routeRequestBody" was null or undefined when calling postRoute().');
|
|
106
100
|
}
|
|
101
|
+
queryParameters = {};
|
|
107
102
|
headerParameters = {};
|
|
103
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
108
104
|
if (requestParameters['acceptLanguage'] != null) {
|
|
109
105
|
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
110
106
|
}
|
|
@@ -117,40 +113,47 @@ var RoutesApi = /** @class */ (function (_super) {
|
|
|
117
113
|
if (requestParameters['xTenant'] != null) {
|
|
118
114
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
119
115
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
116
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
117
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
118
|
+
}
|
|
119
|
+
urlPath = "/route/{origin_system_id}/{destination_system_id}";
|
|
120
|
+
urlPath = urlPath.replace("{".concat("origin_system_id", "}"), encodeURIComponent(String(requestParameters['originSystemId'])));
|
|
121
|
+
urlPath = urlPath.replace("{".concat("destination_system_id", "}"), encodeURIComponent(String(requestParameters['destinationSystemId'])));
|
|
122
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
123
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
124
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
125
|
+
}
|
|
123
126
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
124
127
|
if (!facade) {
|
|
125
128
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
126
129
|
}
|
|
127
130
|
return [4 /*yield*/, facade.esi.proxy({
|
|
128
131
|
path: urlPath,
|
|
129
|
-
method: '
|
|
132
|
+
method: 'POST',
|
|
130
133
|
headers: headerParameters,
|
|
131
134
|
query: queryParameters,
|
|
135
|
+
body: requestParameters['routeRequestBody'],
|
|
132
136
|
}, initOverrides)];
|
|
133
137
|
case 1:
|
|
134
138
|
response = _b.sent();
|
|
135
|
-
return [2 /*return*/,
|
|
139
|
+
return [2 /*return*/, response];
|
|
136
140
|
}
|
|
137
141
|
});
|
|
138
142
|
});
|
|
139
143
|
};
|
|
140
144
|
/**
|
|
141
|
-
*
|
|
142
|
-
* Get route
|
|
145
|
+
* Calculate the systems between the given origin and destination.
|
|
146
|
+
* Get route between two systems
|
|
143
147
|
*/
|
|
144
|
-
RoutesApi.prototype.
|
|
148
|
+
RoutesApi.prototype.postRoute = function (requestParameters, initOverrides) {
|
|
145
149
|
return __awaiter(this, void 0, void 0, function () {
|
|
146
150
|
var response;
|
|
147
151
|
return __generator(this, function (_a) {
|
|
148
152
|
switch (_a.label) {
|
|
149
|
-
case 0: return [4 /*yield*/, this.
|
|
153
|
+
case 0: return [4 /*yield*/, this.postRouteRaw(requestParameters, initOverrides)];
|
|
150
154
|
case 1:
|
|
151
155
|
response = _a.sent();
|
|
152
|
-
return [
|
|
153
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
156
|
+
return [2 /*return*/, response];
|
|
154
157
|
}
|
|
155
158
|
});
|
|
156
159
|
});
|
|
@@ -162,32 +165,22 @@ exports.RoutesApi = RoutesApi;
|
|
|
162
165
|
* @export
|
|
163
166
|
* @enum {string}
|
|
164
167
|
*/
|
|
165
|
-
var
|
|
166
|
-
(function (
|
|
167
|
-
|
|
168
|
-
})(
|
|
169
|
-
/**
|
|
170
|
-
* @export
|
|
171
|
-
* @enum {string}
|
|
172
|
-
*/
|
|
173
|
-
var GetRouteOriginDestinationFlagEnum;
|
|
174
|
-
(function (GetRouteOriginDestinationFlagEnum) {
|
|
175
|
-
GetRouteOriginDestinationFlagEnum["Shortest"] = "shortest";
|
|
176
|
-
GetRouteOriginDestinationFlagEnum["Secure"] = "secure";
|
|
177
|
-
GetRouteOriginDestinationFlagEnum["Insecure"] = "insecure";
|
|
178
|
-
})(GetRouteOriginDestinationFlagEnum || (exports.GetRouteOriginDestinationFlagEnum = GetRouteOriginDestinationFlagEnum = {}));
|
|
168
|
+
var PostRouteXCompatibilityDateEnum;
|
|
169
|
+
(function (PostRouteXCompatibilityDateEnum) {
|
|
170
|
+
PostRouteXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
171
|
+
})(PostRouteXCompatibilityDateEnum || (exports.PostRouteXCompatibilityDateEnum = PostRouteXCompatibilityDateEnum = {}));
|
|
179
172
|
/**
|
|
180
173
|
* @export
|
|
181
174
|
* @enum {string}
|
|
182
175
|
*/
|
|
183
|
-
var
|
|
184
|
-
(function (
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
})(
|
|
176
|
+
var PostRouteAcceptLanguageEnum;
|
|
177
|
+
(function (PostRouteAcceptLanguageEnum) {
|
|
178
|
+
PostRouteAcceptLanguageEnum["En"] = "en";
|
|
179
|
+
PostRouteAcceptLanguageEnum["De"] = "de";
|
|
180
|
+
PostRouteAcceptLanguageEnum["Fr"] = "fr";
|
|
181
|
+
PostRouteAcceptLanguageEnum["Ja"] = "ja";
|
|
182
|
+
PostRouteAcceptLanguageEnum["Ru"] = "ru";
|
|
183
|
+
PostRouteAcceptLanguageEnum["Zh"] = "zh";
|
|
184
|
+
PostRouteAcceptLanguageEnum["Ko"] = "ko";
|
|
185
|
+
PostRouteAcceptLanguageEnum["Es"] = "es";
|
|
186
|
+
})(PostRouteAcceptLanguageEnum || (exports.PostRouteAcceptLanguageEnum = PostRouteAcceptLanguageEnum = {}));
|
package/dist/apis/SearchApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,6 +20,7 @@ export interface GetCharactersCharacterIdSearchRequest {
|
|
|
20
20
|
acceptLanguage?: GetCharactersCharacterIdSearchAcceptLanguageEnum;
|
|
21
21
|
ifNoneMatch?: string;
|
|
22
22
|
xTenant?: string;
|
|
23
|
+
ifModifiedSince?: string;
|
|
23
24
|
}
|
|
24
25
|
/**
|
|
25
26
|
* SearchApi - interface
|
|
@@ -34,11 +35,12 @@ export interface SearchApiInterface {
|
|
|
34
35
|
* @param {Set<'agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure'>} categories
|
|
35
36
|
* @param {number} characterId The ID of the character
|
|
36
37
|
* @param {string} search
|
|
37
|
-
* @param {'
|
|
38
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
38
39
|
* @param {boolean} [strict]
|
|
39
40
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
40
41
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
41
42
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
43
|
+
* @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.
|
|
42
44
|
* @param {*} [options] Override http request option.
|
|
43
45
|
* @throws {RequiredError}
|
|
44
46
|
* @memberof SearchApiInterface
|
|
@@ -48,7 +50,7 @@ export interface SearchApiInterface {
|
|
|
48
50
|
* Search for entities that match a given sub-string.
|
|
49
51
|
* Search on a string
|
|
50
52
|
*/
|
|
51
|
-
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
53
|
+
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
52
54
|
}
|
|
53
55
|
/**
|
|
54
56
|
*
|
|
@@ -63,7 +65,7 @@ export declare class SearchApi extends runtime.BaseAPI implements SearchApiInter
|
|
|
63
65
|
* Search for entities that match a given sub-string.
|
|
64
66
|
* Search on a string
|
|
65
67
|
*/
|
|
66
|
-
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
68
|
+
getCharactersCharacterIdSearch(requestParameters: GetCharactersCharacterIdSearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
67
69
|
}
|
|
68
70
|
/**
|
|
69
71
|
* @export
|
|
@@ -87,7 +89,7 @@ export declare enum GetCharactersCharacterIdSearchCategoriesEnum {
|
|
|
87
89
|
* @enum {string}
|
|
88
90
|
*/
|
|
89
91
|
export declare enum GetCharactersCharacterIdSearchXCompatibilityDateEnum {
|
|
90
|
-
|
|
92
|
+
_20251216 = "2025-12-16"
|
|
91
93
|
}
|
|
92
94
|
/**
|
|
93
95
|
* @export
|
package/dist/apis/SearchApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.GetCharactersCharacterIdSearchAcceptLanguageEnum = exports.GetCharactersCharacterIdSearchXCompatibilityDateEnum = exports.GetCharactersCharacterIdSearchCategoriesEnum = exports.SearchApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -120,8 +121,15 @@ var SearchApi = /** @class */ (function (_super) {
|
|
|
120
121
|
if (requestParameters['xTenant'] != null) {
|
|
121
122
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
122
123
|
}
|
|
124
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
125
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
126
|
+
}
|
|
123
127
|
urlPath = "/characters/{character_id}/search";
|
|
124
128
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
129
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
130
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
131
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
132
|
+
}
|
|
125
133
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
126
134
|
if (!facade) {
|
|
127
135
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -134,7 +142,7 @@ var SearchApi = /** @class */ (function (_super) {
|
|
|
134
142
|
}, initOverrides)];
|
|
135
143
|
case 1:
|
|
136
144
|
response = _b.sent();
|
|
137
|
-
return [2 /*return*/,
|
|
145
|
+
return [2 /*return*/, response];
|
|
138
146
|
}
|
|
139
147
|
});
|
|
140
148
|
});
|
|
@@ -151,8 +159,7 @@ var SearchApi = /** @class */ (function (_super) {
|
|
|
151
159
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdSearchRaw(requestParameters, initOverrides)];
|
|
152
160
|
case 1:
|
|
153
161
|
response = _a.sent();
|
|
154
|
-
return [
|
|
155
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
162
|
+
return [2 /*return*/, response];
|
|
156
163
|
}
|
|
157
164
|
});
|
|
158
165
|
});
|
|
@@ -184,7 +191,7 @@ var GetCharactersCharacterIdSearchCategoriesEnum;
|
|
|
184
191
|
*/
|
|
185
192
|
var GetCharactersCharacterIdSearchXCompatibilityDateEnum;
|
|
186
193
|
(function (GetCharactersCharacterIdSearchXCompatibilityDateEnum) {
|
|
187
|
-
GetCharactersCharacterIdSearchXCompatibilityDateEnum["
|
|
194
|
+
GetCharactersCharacterIdSearchXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
188
195
|
})(GetCharactersCharacterIdSearchXCompatibilityDateEnum || (exports.GetCharactersCharacterIdSearchXCompatibilityDateEnum = GetCharactersCharacterIdSearchXCompatibilityDateEnum = {}));
|
|
189
196
|
/**
|
|
190
197
|
* @export
|
package/dist/apis/SkillsApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdAttributesRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdAttributesAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetCharactersCharacterIdSkillqueueRequest {
|
|
22
23
|
characterId: number;
|
|
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdSkillqueueRequest {
|
|
|
24
25
|
acceptLanguage?: GetCharactersCharacterIdSkillqueueAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface GetCharactersCharacterIdSkillsRequest {
|
|
29
31
|
characterId: number;
|
|
@@ -31,6 +33,7 @@ export interface GetCharactersCharacterIdSkillsRequest {
|
|
|
31
33
|
acceptLanguage?: GetCharactersCharacterIdSkillsAcceptLanguageEnum;
|
|
32
34
|
ifNoneMatch?: string;
|
|
33
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
34
37
|
}
|
|
35
38
|
/**
|
|
36
39
|
* SkillsApi - interface
|
|
@@ -43,10 +46,11 @@ export interface SkillsApiInterface {
|
|
|
43
46
|
* Return attributes of a character
|
|
44
47
|
* @summary Get character attributes
|
|
45
48
|
* @param {number} characterId The ID of the character
|
|
46
|
-
* @param {'
|
|
49
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
47
50
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
48
51
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
49
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.
|
|
50
54
|
* @param {*} [options] Override http request option.
|
|
51
55
|
* @throws {RequiredError}
|
|
52
56
|
* @memberof SkillsApiInterface
|
|
@@ -56,15 +60,16 @@ export interface SkillsApiInterface {
|
|
|
56
60
|
* Return attributes of a character
|
|
57
61
|
* Get character attributes
|
|
58
62
|
*/
|
|
59
|
-
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
63
|
+
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
60
64
|
/**
|
|
61
65
|
* List the configured skill queue for the given character
|
|
62
66
|
* @summary Get character\'s skill queue
|
|
63
67
|
* @param {number} characterId The ID of the character
|
|
64
|
-
* @param {'
|
|
68
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
65
69
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
66
70
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
67
71
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
72
|
+
* @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.
|
|
68
73
|
* @param {*} [options] Override http request option.
|
|
69
74
|
* @throws {RequiredError}
|
|
70
75
|
* @memberof SkillsApiInterface
|
|
@@ -74,15 +79,16 @@ export interface SkillsApiInterface {
|
|
|
74
79
|
* List the configured skill queue for the given character
|
|
75
80
|
* Get character\'s skill queue
|
|
76
81
|
*/
|
|
77
|
-
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
82
|
+
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
78
83
|
/**
|
|
79
84
|
* List all trained skills for the given character
|
|
80
85
|
* @summary Get character skills
|
|
81
86
|
* @param {number} characterId The ID of the character
|
|
82
|
-
* @param {'
|
|
87
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
83
88
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
84
89
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
85
90
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
91
|
+
* @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.
|
|
86
92
|
* @param {*} [options] Override http request option.
|
|
87
93
|
* @throws {RequiredError}
|
|
88
94
|
* @memberof SkillsApiInterface
|
|
@@ -92,7 +98,7 @@ export interface SkillsApiInterface {
|
|
|
92
98
|
* List all trained skills for the given character
|
|
93
99
|
* Get character skills
|
|
94
100
|
*/
|
|
95
|
-
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
101
|
+
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
96
102
|
}
|
|
97
103
|
/**
|
|
98
104
|
*
|
|
@@ -107,7 +113,7 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
|
|
|
107
113
|
* Return attributes of a character
|
|
108
114
|
* Get character attributes
|
|
109
115
|
*/
|
|
110
|
-
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
116
|
+
getCharactersCharacterIdAttributes(requestParameters: GetCharactersCharacterIdAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
111
117
|
/**
|
|
112
118
|
* List the configured skill queue for the given character
|
|
113
119
|
* Get character\'s skill queue
|
|
@@ -117,7 +123,7 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
|
|
|
117
123
|
* List the configured skill queue for the given character
|
|
118
124
|
* Get character\'s skill queue
|
|
119
125
|
*/
|
|
120
|
-
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
126
|
+
getCharactersCharacterIdSkillqueue(requestParameters: GetCharactersCharacterIdSkillqueueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
121
127
|
/**
|
|
122
128
|
* List all trained skills for the given character
|
|
123
129
|
* Get character skills
|
|
@@ -127,14 +133,14 @@ export declare class SkillsApi extends runtime.BaseAPI implements SkillsApiInter
|
|
|
127
133
|
* List all trained skills for the given character
|
|
128
134
|
* Get character skills
|
|
129
135
|
*/
|
|
130
|
-
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
136
|
+
getCharactersCharacterIdSkills(requestParameters: GetCharactersCharacterIdSkillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
131
137
|
}
|
|
132
138
|
/**
|
|
133
139
|
* @export
|
|
134
140
|
* @enum {string}
|
|
135
141
|
*/
|
|
136
142
|
export declare enum GetCharactersCharacterIdAttributesXCompatibilityDateEnum {
|
|
137
|
-
|
|
143
|
+
_20251216 = "2025-12-16"
|
|
138
144
|
}
|
|
139
145
|
/**
|
|
140
146
|
* @export
|
|
@@ -155,7 +161,7 @@ export declare enum GetCharactersCharacterIdAttributesAcceptLanguageEnum {
|
|
|
155
161
|
* @enum {string}
|
|
156
162
|
*/
|
|
157
163
|
export declare enum GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum {
|
|
158
|
-
|
|
164
|
+
_20251216 = "2025-12-16"
|
|
159
165
|
}
|
|
160
166
|
/**
|
|
161
167
|
* @export
|
|
@@ -176,7 +182,7 @@ export declare enum GetCharactersCharacterIdSkillqueueAcceptLanguageEnum {
|
|
|
176
182
|
* @enum {string}
|
|
177
183
|
*/
|
|
178
184
|
export declare enum GetCharactersCharacterIdSkillsXCompatibilityDateEnum {
|
|
179
|
-
|
|
185
|
+
_20251216 = "2025-12-16"
|
|
180
186
|
}
|
|
181
187
|
/**
|
|
182
188
|
* @export
|