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
|
@@ -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
|
PostUiOpenwindowNewmailRequest,
|
|
@@ -27,6 +28,7 @@ export interface PostUiAutopilotWaypointRequest {
|
|
|
27
28
|
acceptLanguage?: PostUiAutopilotWaypointAcceptLanguageEnum;
|
|
28
29
|
ifNoneMatch?: string;
|
|
29
30
|
xTenant?: string;
|
|
31
|
+
ifModifiedSince?: string;
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
export interface PostUiOpenwindowContractRequest {
|
|
@@ -35,6 +37,7 @@ export interface PostUiOpenwindowContractRequest {
|
|
|
35
37
|
acceptLanguage?: PostUiOpenwindowContractAcceptLanguageEnum;
|
|
36
38
|
ifNoneMatch?: string;
|
|
37
39
|
xTenant?: string;
|
|
40
|
+
ifModifiedSince?: string;
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
export interface PostUiOpenwindowInformationRequest {
|
|
@@ -43,6 +46,7 @@ export interface PostUiOpenwindowInformationRequest {
|
|
|
43
46
|
acceptLanguage?: PostUiOpenwindowInformationAcceptLanguageEnum;
|
|
44
47
|
ifNoneMatch?: string;
|
|
45
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
export interface PostUiOpenwindowMarketdetailsRequest {
|
|
@@ -51,6 +55,7 @@ export interface PostUiOpenwindowMarketdetailsRequest {
|
|
|
51
55
|
acceptLanguage?: PostUiOpenwindowMarketdetailsAcceptLanguageEnum;
|
|
52
56
|
ifNoneMatch?: string;
|
|
53
57
|
xTenant?: string;
|
|
58
|
+
ifModifiedSince?: string;
|
|
54
59
|
}
|
|
55
60
|
|
|
56
61
|
export interface PostUiOpenwindowNewmailOperationRequest {
|
|
@@ -59,6 +64,7 @@ export interface PostUiOpenwindowNewmailOperationRequest {
|
|
|
59
64
|
acceptLanguage?: PostUiOpenwindowNewmailOperationAcceptLanguageEnum;
|
|
60
65
|
ifNoneMatch?: string;
|
|
61
66
|
xTenant?: string;
|
|
67
|
+
ifModifiedSince?: string;
|
|
62
68
|
}
|
|
63
69
|
|
|
64
70
|
/**
|
|
@@ -74,10 +80,11 @@ export interface UserInterfaceApiInterface {
|
|
|
74
80
|
* @param {boolean} addToBeginning
|
|
75
81
|
* @param {boolean} clearOtherWaypoints
|
|
76
82
|
* @param {number} destinationId
|
|
77
|
-
* @param {'
|
|
83
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
78
84
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
79
85
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
80
86
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
87
|
+
* @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.
|
|
81
88
|
* @param {*} [options] Override http request option.
|
|
82
89
|
* @throws {RequiredError}
|
|
83
90
|
* @memberof UserInterfaceApiInterface
|
|
@@ -88,16 +95,17 @@ export interface UserInterfaceApiInterface {
|
|
|
88
95
|
* Set a solar system as autopilot waypoint
|
|
89
96
|
* Set Autopilot Waypoint
|
|
90
97
|
*/
|
|
91
|
-
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
98
|
+
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
92
99
|
|
|
93
100
|
/**
|
|
94
101
|
* Open the contract window inside the client
|
|
95
102
|
* @summary Open Contract Window
|
|
96
103
|
* @param {number} contractId
|
|
97
|
-
* @param {'
|
|
104
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
98
105
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
99
106
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
100
107
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
108
|
+
* @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.
|
|
101
109
|
* @param {*} [options] Override http request option.
|
|
102
110
|
* @throws {RequiredError}
|
|
103
111
|
* @memberof UserInterfaceApiInterface
|
|
@@ -108,16 +116,17 @@ export interface UserInterfaceApiInterface {
|
|
|
108
116
|
* Open the contract window inside the client
|
|
109
117
|
* Open Contract Window
|
|
110
118
|
*/
|
|
111
|
-
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
119
|
+
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
112
120
|
|
|
113
121
|
/**
|
|
114
122
|
* Open the information window for a character, corporation or alliance inside the client
|
|
115
123
|
* @summary Open Information Window
|
|
116
124
|
* @param {number} targetId
|
|
117
|
-
* @param {'
|
|
125
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
118
126
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
119
127
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
120
128
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
129
|
+
* @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.
|
|
121
130
|
* @param {*} [options] Override http request option.
|
|
122
131
|
* @throws {RequiredError}
|
|
123
132
|
* @memberof UserInterfaceApiInterface
|
|
@@ -128,16 +137,17 @@ export interface UserInterfaceApiInterface {
|
|
|
128
137
|
* Open the information window for a character, corporation or alliance inside the client
|
|
129
138
|
* Open Information Window
|
|
130
139
|
*/
|
|
131
|
-
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
140
|
+
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
132
141
|
|
|
133
142
|
/**
|
|
134
143
|
* Open the market details window for a specific typeID inside the client
|
|
135
144
|
* @summary Open Market Details
|
|
136
145
|
* @param {number} typeId
|
|
137
|
-
* @param {'
|
|
146
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
138
147
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
139
148
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
140
149
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
150
|
+
* @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.
|
|
141
151
|
* @param {*} [options] Override http request option.
|
|
142
152
|
* @throws {RequiredError}
|
|
143
153
|
* @memberof UserInterfaceApiInterface
|
|
@@ -148,16 +158,17 @@ export interface UserInterfaceApiInterface {
|
|
|
148
158
|
* Open the market details window for a specific typeID inside the client
|
|
149
159
|
* Open Market Details
|
|
150
160
|
*/
|
|
151
|
-
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
161
|
+
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
152
162
|
|
|
153
163
|
/**
|
|
154
164
|
* Open the New Mail window, according to settings from the request if applicable
|
|
155
165
|
* @summary Open New Mail Window
|
|
156
|
-
* @param {'
|
|
166
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
157
167
|
* @param {PostUiOpenwindowNewmailRequest} postUiOpenwindowNewmailRequest
|
|
158
168
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
159
169
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
160
170
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
171
|
+
* @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.
|
|
161
172
|
* @param {*} [options] Override http request option.
|
|
162
173
|
* @throws {RequiredError}
|
|
163
174
|
* @memberof UserInterfaceApiInterface
|
|
@@ -168,7 +179,7 @@ export interface UserInterfaceApiInterface {
|
|
|
168
179
|
* Open the New Mail window, according to settings from the request if applicable
|
|
169
180
|
* Open New Mail Window
|
|
170
181
|
*/
|
|
171
|
-
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
182
|
+
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
172
183
|
|
|
173
184
|
}
|
|
174
185
|
|
|
@@ -242,6 +253,10 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
242
253
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
243
254
|
}
|
|
244
255
|
|
|
256
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
257
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
258
|
+
}
|
|
259
|
+
|
|
245
260
|
/*
|
|
246
261
|
if (this.configuration && this.configuration.accessToken) {
|
|
247
262
|
// oauth required
|
|
@@ -252,6 +267,11 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
252
267
|
|
|
253
268
|
let urlPath = `/ui/autopilot/waypoint`;
|
|
254
269
|
|
|
270
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
271
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
272
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
273
|
+
}
|
|
274
|
+
|
|
255
275
|
const facade = this.configuration?.apiFacade;
|
|
256
276
|
if (!facade) {
|
|
257
277
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -264,15 +284,15 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
264
284
|
query: queryParameters,
|
|
265
285
|
}, initOverrides);
|
|
266
286
|
|
|
267
|
-
return
|
|
287
|
+
return response;
|
|
268
288
|
}
|
|
269
289
|
|
|
270
290
|
/**
|
|
271
291
|
* Set a solar system as autopilot waypoint
|
|
272
292
|
* Set Autopilot Waypoint
|
|
273
293
|
*/
|
|
274
|
-
async postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
275
|
-
await this.postUiAutopilotWaypointRaw(requestParameters, initOverrides);
|
|
294
|
+
async postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
295
|
+
return await this.postUiAutopilotWaypointRaw(requestParameters, initOverrides);
|
|
276
296
|
}
|
|
277
297
|
|
|
278
298
|
/**
|
|
@@ -318,6 +338,10 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
318
338
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
319
339
|
}
|
|
320
340
|
|
|
341
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
342
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
343
|
+
}
|
|
344
|
+
|
|
321
345
|
/*
|
|
322
346
|
if (this.configuration && this.configuration.accessToken) {
|
|
323
347
|
// oauth required
|
|
@@ -328,6 +352,11 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
328
352
|
|
|
329
353
|
let urlPath = `/ui/openwindow/contract`;
|
|
330
354
|
|
|
355
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
356
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
357
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
358
|
+
}
|
|
359
|
+
|
|
331
360
|
const facade = this.configuration?.apiFacade;
|
|
332
361
|
if (!facade) {
|
|
333
362
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -340,15 +369,15 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
340
369
|
query: queryParameters,
|
|
341
370
|
}, initOverrides);
|
|
342
371
|
|
|
343
|
-
return
|
|
372
|
+
return response;
|
|
344
373
|
}
|
|
345
374
|
|
|
346
375
|
/**
|
|
347
376
|
* Open the contract window inside the client
|
|
348
377
|
* Open Contract Window
|
|
349
378
|
*/
|
|
350
|
-
async postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
351
|
-
await this.postUiOpenwindowContractRaw(requestParameters, initOverrides);
|
|
379
|
+
async postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
380
|
+
return await this.postUiOpenwindowContractRaw(requestParameters, initOverrides);
|
|
352
381
|
}
|
|
353
382
|
|
|
354
383
|
/**
|
|
@@ -394,6 +423,10 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
394
423
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
395
424
|
}
|
|
396
425
|
|
|
426
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
427
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
428
|
+
}
|
|
429
|
+
|
|
397
430
|
/*
|
|
398
431
|
if (this.configuration && this.configuration.accessToken) {
|
|
399
432
|
// oauth required
|
|
@@ -404,6 +437,11 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
404
437
|
|
|
405
438
|
let urlPath = `/ui/openwindow/information`;
|
|
406
439
|
|
|
440
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
441
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
442
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
443
|
+
}
|
|
444
|
+
|
|
407
445
|
const facade = this.configuration?.apiFacade;
|
|
408
446
|
if (!facade) {
|
|
409
447
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -416,15 +454,15 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
416
454
|
query: queryParameters,
|
|
417
455
|
}, initOverrides);
|
|
418
456
|
|
|
419
|
-
return
|
|
457
|
+
return response;
|
|
420
458
|
}
|
|
421
459
|
|
|
422
460
|
/**
|
|
423
461
|
* Open the information window for a character, corporation or alliance inside the client
|
|
424
462
|
* Open Information Window
|
|
425
463
|
*/
|
|
426
|
-
async postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
427
|
-
await this.postUiOpenwindowInformationRaw(requestParameters, initOverrides);
|
|
464
|
+
async postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
465
|
+
return await this.postUiOpenwindowInformationRaw(requestParameters, initOverrides);
|
|
428
466
|
}
|
|
429
467
|
|
|
430
468
|
/**
|
|
@@ -470,6 +508,10 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
470
508
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
471
509
|
}
|
|
472
510
|
|
|
511
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
512
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
513
|
+
}
|
|
514
|
+
|
|
473
515
|
/*
|
|
474
516
|
if (this.configuration && this.configuration.accessToken) {
|
|
475
517
|
// oauth required
|
|
@@ -480,6 +522,11 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
480
522
|
|
|
481
523
|
let urlPath = `/ui/openwindow/marketdetails`;
|
|
482
524
|
|
|
525
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
526
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
527
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
528
|
+
}
|
|
529
|
+
|
|
483
530
|
const facade = this.configuration?.apiFacade;
|
|
484
531
|
if (!facade) {
|
|
485
532
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -492,15 +539,15 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
492
539
|
query: queryParameters,
|
|
493
540
|
}, initOverrides);
|
|
494
541
|
|
|
495
|
-
return
|
|
542
|
+
return response;
|
|
496
543
|
}
|
|
497
544
|
|
|
498
545
|
/**
|
|
499
546
|
* Open the market details window for a specific typeID inside the client
|
|
500
547
|
* Open Market Details
|
|
501
548
|
*/
|
|
502
|
-
async postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
503
|
-
await this.postUiOpenwindowMarketdetailsRaw(requestParameters, initOverrides);
|
|
549
|
+
async postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
550
|
+
return await this.postUiOpenwindowMarketdetailsRaw(requestParameters, initOverrides);
|
|
504
551
|
}
|
|
505
552
|
|
|
506
553
|
/**
|
|
@@ -544,6 +591,10 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
544
591
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
545
592
|
}
|
|
546
593
|
|
|
594
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
595
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
596
|
+
}
|
|
597
|
+
|
|
547
598
|
/*
|
|
548
599
|
if (this.configuration && this.configuration.accessToken) {
|
|
549
600
|
// oauth required
|
|
@@ -554,6 +605,11 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
554
605
|
|
|
555
606
|
let urlPath = `/ui/openwindow/newmail`;
|
|
556
607
|
|
|
608
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
609
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
610
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
611
|
+
}
|
|
612
|
+
|
|
557
613
|
const facade = this.configuration?.apiFacade;
|
|
558
614
|
if (!facade) {
|
|
559
615
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -567,15 +623,15 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
567
623
|
body: requestParameters['postUiOpenwindowNewmailRequest'],
|
|
568
624
|
}, initOverrides);
|
|
569
625
|
|
|
570
|
-
return
|
|
626
|
+
return response;
|
|
571
627
|
}
|
|
572
628
|
|
|
573
629
|
/**
|
|
574
630
|
* Open the New Mail window, according to settings from the request if applicable
|
|
575
631
|
* Open New Mail Window
|
|
576
632
|
*/
|
|
577
|
-
async postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
578
|
-
await this.postUiOpenwindowNewmailRaw(requestParameters, initOverrides);
|
|
633
|
+
async postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
634
|
+
return await this.postUiOpenwindowNewmailRaw(requestParameters, initOverrides);
|
|
579
635
|
}
|
|
580
636
|
|
|
581
637
|
}
|
|
@@ -585,7 +641,7 @@ export class UserInterfaceApi extends runtime.BaseAPI implements UserInterfaceAp
|
|
|
585
641
|
* @enum {string}
|
|
586
642
|
*/
|
|
587
643
|
export enum PostUiAutopilotWaypointXCompatibilityDateEnum {
|
|
588
|
-
|
|
644
|
+
_20251216 = '2025-12-16'
|
|
589
645
|
}
|
|
590
646
|
/**
|
|
591
647
|
* @export
|
|
@@ -606,7 +662,7 @@ export enum PostUiAutopilotWaypointAcceptLanguageEnum {
|
|
|
606
662
|
* @enum {string}
|
|
607
663
|
*/
|
|
608
664
|
export enum PostUiOpenwindowContractXCompatibilityDateEnum {
|
|
609
|
-
|
|
665
|
+
_20251216 = '2025-12-16'
|
|
610
666
|
}
|
|
611
667
|
/**
|
|
612
668
|
* @export
|
|
@@ -627,7 +683,7 @@ export enum PostUiOpenwindowContractAcceptLanguageEnum {
|
|
|
627
683
|
* @enum {string}
|
|
628
684
|
*/
|
|
629
685
|
export enum PostUiOpenwindowInformationXCompatibilityDateEnum {
|
|
630
|
-
|
|
686
|
+
_20251216 = '2025-12-16'
|
|
631
687
|
}
|
|
632
688
|
/**
|
|
633
689
|
* @export
|
|
@@ -648,7 +704,7 @@ export enum PostUiOpenwindowInformationAcceptLanguageEnum {
|
|
|
648
704
|
* @enum {string}
|
|
649
705
|
*/
|
|
650
706
|
export enum PostUiOpenwindowMarketdetailsXCompatibilityDateEnum {
|
|
651
|
-
|
|
707
|
+
_20251216 = '2025-12-16'
|
|
652
708
|
}
|
|
653
709
|
/**
|
|
654
710
|
* @export
|
|
@@ -669,7 +725,7 @@ export enum PostUiOpenwindowMarketdetailsAcceptLanguageEnum {
|
|
|
669
725
|
* @enum {string}
|
|
670
726
|
*/
|
|
671
727
|
export enum PostUiOpenwindowNewmailOperationXCompatibilityDateEnum {
|
|
672
|
-
|
|
728
|
+
_20251216 = '2025-12-16'
|
|
673
729
|
}
|
|
674
730
|
/**
|
|
675
731
|
* @export
|