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
|
SovereigntyCampaignsGetInner,
|
|
@@ -26,6 +27,7 @@ export interface GetSovereigntyCampaignsRequest {
|
|
|
26
27
|
acceptLanguage?: GetSovereigntyCampaignsAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
33
|
export interface GetSovereigntyMapRequest {
|
|
@@ -33,6 +35,7 @@ export interface GetSovereigntyMapRequest {
|
|
|
33
35
|
acceptLanguage?: GetSovereigntyMapAcceptLanguageEnum;
|
|
34
36
|
ifNoneMatch?: string;
|
|
35
37
|
xTenant?: string;
|
|
38
|
+
ifModifiedSince?: string;
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
export interface GetSovereigntyStructuresRequest {
|
|
@@ -40,6 +43,7 @@ export interface GetSovereigntyStructuresRequest {
|
|
|
40
43
|
acceptLanguage?: GetSovereigntyStructuresAcceptLanguageEnum;
|
|
41
44
|
ifNoneMatch?: string;
|
|
42
45
|
xTenant?: string;
|
|
46
|
+
ifModifiedSince?: string;
|
|
43
47
|
}
|
|
44
48
|
|
|
45
49
|
/**
|
|
@@ -52,10 +56,11 @@ export interface SovereigntyApiInterface {
|
|
|
52
56
|
/**
|
|
53
57
|
* Shows sovereignty data for campaigns.
|
|
54
58
|
* @summary List sovereignty campaigns
|
|
55
|
-
* @param {'
|
|
59
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
56
60
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
57
61
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
58
62
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
63
|
+
* @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.
|
|
59
64
|
* @param {*} [options] Override http request option.
|
|
60
65
|
* @throws {RequiredError}
|
|
61
66
|
* @memberof SovereigntyApiInterface
|
|
@@ -66,15 +71,16 @@ export interface SovereigntyApiInterface {
|
|
|
66
71
|
* Shows sovereignty data for campaigns.
|
|
67
72
|
* List sovereignty campaigns
|
|
68
73
|
*/
|
|
69
|
-
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
74
|
+
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
70
75
|
|
|
71
76
|
/**
|
|
72
77
|
* Shows sovereignty information for solar systems
|
|
73
78
|
* @summary List sovereignty of systems
|
|
74
|
-
* @param {'
|
|
79
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
75
80
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
76
81
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
77
82
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
83
|
+
* @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.
|
|
78
84
|
* @param {*} [options] Override http request option.
|
|
79
85
|
* @throws {RequiredError}
|
|
80
86
|
* @memberof SovereigntyApiInterface
|
|
@@ -85,15 +91,16 @@ export interface SovereigntyApiInterface {
|
|
|
85
91
|
* Shows sovereignty information for solar systems
|
|
86
92
|
* List sovereignty of systems
|
|
87
93
|
*/
|
|
88
|
-
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
94
|
+
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
89
95
|
|
|
90
96
|
/**
|
|
91
97
|
* Shows sovereignty data for structures.
|
|
92
98
|
* @summary List sovereignty structures
|
|
93
|
-
* @param {'
|
|
99
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
94
100
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
95
101
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
96
102
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
103
|
+
* @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.
|
|
97
104
|
* @param {*} [options] Override http request option.
|
|
98
105
|
* @throws {RequiredError}
|
|
99
106
|
* @memberof SovereigntyApiInterface
|
|
@@ -104,7 +111,7 @@ export interface SovereigntyApiInterface {
|
|
|
104
111
|
* Shows sovereignty data for structures.
|
|
105
112
|
* List sovereignty structures
|
|
106
113
|
*/
|
|
107
|
-
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
114
|
+
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
108
115
|
|
|
109
116
|
}
|
|
110
117
|
|
|
@@ -145,11 +152,20 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
145
152
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
146
153
|
}
|
|
147
154
|
|
|
155
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
156
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
157
|
+
}
|
|
158
|
+
|
|
148
159
|
/*
|
|
149
160
|
*/
|
|
150
161
|
|
|
151
162
|
let urlPath = `/sovereignty/campaigns`;
|
|
152
163
|
|
|
164
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
165
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
166
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
167
|
+
}
|
|
168
|
+
|
|
153
169
|
const facade = this.configuration?.apiFacade;
|
|
154
170
|
if (!facade) {
|
|
155
171
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -162,16 +178,16 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
162
178
|
query: queryParameters,
|
|
163
179
|
}, initOverrides);
|
|
164
180
|
|
|
165
|
-
return
|
|
181
|
+
return response;
|
|
166
182
|
}
|
|
167
183
|
|
|
168
184
|
/**
|
|
169
185
|
* Shows sovereignty data for campaigns.
|
|
170
186
|
* List sovereignty campaigns
|
|
171
187
|
*/
|
|
172
|
-
async getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
188
|
+
async getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
173
189
|
const response = await this.getSovereigntyCampaignsRaw(requestParameters, initOverrides);
|
|
174
|
-
return
|
|
190
|
+
return response;
|
|
175
191
|
}
|
|
176
192
|
|
|
177
193
|
/**
|
|
@@ -206,11 +222,20 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
206
222
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
207
223
|
}
|
|
208
224
|
|
|
225
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
226
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
227
|
+
}
|
|
228
|
+
|
|
209
229
|
/*
|
|
210
230
|
*/
|
|
211
231
|
|
|
212
232
|
let urlPath = `/sovereignty/map`;
|
|
213
233
|
|
|
234
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
235
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
236
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
237
|
+
}
|
|
238
|
+
|
|
214
239
|
const facade = this.configuration?.apiFacade;
|
|
215
240
|
if (!facade) {
|
|
216
241
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -223,16 +248,16 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
223
248
|
query: queryParameters,
|
|
224
249
|
}, initOverrides);
|
|
225
250
|
|
|
226
|
-
return
|
|
251
|
+
return response;
|
|
227
252
|
}
|
|
228
253
|
|
|
229
254
|
/**
|
|
230
255
|
* Shows sovereignty information for solar systems
|
|
231
256
|
* List sovereignty of systems
|
|
232
257
|
*/
|
|
233
|
-
async getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
258
|
+
async getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
234
259
|
const response = await this.getSovereigntyMapRaw(requestParameters, initOverrides);
|
|
235
|
-
return
|
|
260
|
+
return response;
|
|
236
261
|
}
|
|
237
262
|
|
|
238
263
|
/**
|
|
@@ -267,11 +292,20 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
267
292
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
268
293
|
}
|
|
269
294
|
|
|
295
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
296
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
297
|
+
}
|
|
298
|
+
|
|
270
299
|
/*
|
|
271
300
|
*/
|
|
272
301
|
|
|
273
302
|
let urlPath = `/sovereignty/structures`;
|
|
274
303
|
|
|
304
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
305
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
306
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
307
|
+
}
|
|
308
|
+
|
|
275
309
|
const facade = this.configuration?.apiFacade;
|
|
276
310
|
if (!facade) {
|
|
277
311
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -284,16 +318,16 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
284
318
|
query: queryParameters,
|
|
285
319
|
}, initOverrides);
|
|
286
320
|
|
|
287
|
-
return
|
|
321
|
+
return response;
|
|
288
322
|
}
|
|
289
323
|
|
|
290
324
|
/**
|
|
291
325
|
* Shows sovereignty data for structures.
|
|
292
326
|
* List sovereignty structures
|
|
293
327
|
*/
|
|
294
|
-
async getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
328
|
+
async getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
295
329
|
const response = await this.getSovereigntyStructuresRaw(requestParameters, initOverrides);
|
|
296
|
-
return
|
|
330
|
+
return response;
|
|
297
331
|
}
|
|
298
332
|
|
|
299
333
|
}
|
|
@@ -303,7 +337,7 @@ export class SovereigntyApi extends runtime.BaseAPI implements SovereigntyApiInt
|
|
|
303
337
|
* @enum {string}
|
|
304
338
|
*/
|
|
305
339
|
export enum GetSovereigntyCampaignsXCompatibilityDateEnum {
|
|
306
|
-
|
|
340
|
+
_20251216 = '2025-12-16'
|
|
307
341
|
}
|
|
308
342
|
/**
|
|
309
343
|
* @export
|
|
@@ -324,7 +358,7 @@ export enum GetSovereigntyCampaignsAcceptLanguageEnum {
|
|
|
324
358
|
* @enum {string}
|
|
325
359
|
*/
|
|
326
360
|
export enum GetSovereigntyMapXCompatibilityDateEnum {
|
|
327
|
-
|
|
361
|
+
_20251216 = '2025-12-16'
|
|
328
362
|
}
|
|
329
363
|
/**
|
|
330
364
|
* @export
|
|
@@ -345,7 +379,7 @@ export enum GetSovereigntyMapAcceptLanguageEnum {
|
|
|
345
379
|
* @enum {string}
|
|
346
380
|
*/
|
|
347
381
|
export enum GetSovereigntyStructuresXCompatibilityDateEnum {
|
|
348
|
-
|
|
382
|
+
_20251216 = '2025-12-16'
|
|
349
383
|
}
|
|
350
384
|
/**
|
|
351
385
|
* @export
|
package/src/apis/StatusApi.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
|
StatusGet,
|
|
@@ -24,6 +25,7 @@ export interface GetStatusRequest {
|
|
|
24
25
|
acceptLanguage?: GetStatusAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
/**
|
|
@@ -36,10 +38,11 @@ export interface StatusApiInterface {
|
|
|
36
38
|
/**
|
|
37
39
|
* EVE Server status
|
|
38
40
|
* @summary Retrieve the uptime and player counts
|
|
39
|
-
* @param {'
|
|
41
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
40
42
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
41
43
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
42
44
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
45
|
+
* @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
46
|
* @param {*} [options] Override http request option.
|
|
44
47
|
* @throws {RequiredError}
|
|
45
48
|
* @memberof StatusApiInterface
|
|
@@ -50,7 +53,7 @@ export interface StatusApiInterface {
|
|
|
50
53
|
* EVE Server status
|
|
51
54
|
* Retrieve the uptime and player counts
|
|
52
55
|
*/
|
|
53
|
-
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
56
|
+
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
54
57
|
|
|
55
58
|
}
|
|
56
59
|
|
|
@@ -91,11 +94,20 @@ export class StatusApi extends runtime.BaseAPI implements StatusApiInterface {
|
|
|
91
94
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
92
95
|
}
|
|
93
96
|
|
|
97
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
98
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
99
|
+
}
|
|
100
|
+
|
|
94
101
|
/*
|
|
95
102
|
*/
|
|
96
103
|
|
|
97
104
|
let urlPath = `/status`;
|
|
98
105
|
|
|
106
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
107
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
108
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
109
|
+
}
|
|
110
|
+
|
|
99
111
|
const facade = this.configuration?.apiFacade;
|
|
100
112
|
if (!facade) {
|
|
101
113
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -108,16 +120,16 @@ export class StatusApi extends runtime.BaseAPI implements StatusApiInterface {
|
|
|
108
120
|
query: queryParameters,
|
|
109
121
|
}, initOverrides);
|
|
110
122
|
|
|
111
|
-
return
|
|
123
|
+
return response;
|
|
112
124
|
}
|
|
113
125
|
|
|
114
126
|
/**
|
|
115
127
|
* EVE Server status
|
|
116
128
|
* Retrieve the uptime and player counts
|
|
117
129
|
*/
|
|
118
|
-
async getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
130
|
+
async getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
119
131
|
const response = await this.getStatusRaw(requestParameters, initOverrides);
|
|
120
|
-
return
|
|
132
|
+
return response;
|
|
121
133
|
}
|
|
122
134
|
|
|
123
135
|
}
|
|
@@ -127,7 +139,7 @@ export class StatusApi extends runtime.BaseAPI implements StatusApiInterface {
|
|
|
127
139
|
* @enum {string}
|
|
128
140
|
*/
|
|
129
141
|
export enum GetStatusXCompatibilityDateEnum {
|
|
130
|
-
|
|
142
|
+
_20251216 = '2025-12-16'
|
|
131
143
|
}
|
|
132
144
|
/**
|
|
133
145
|
* @export
|