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/SkillsApi.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.GetCharactersCharacterIdSkillsAcceptLanguageEnum = exports.GetCharactersCharacterIdSkillsXCompatibilityDateEnum = exports.GetCharactersCharacterIdSkillqueueAcceptLanguageEnum = exports.GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = exports.GetCharactersCharacterIdAttributesAcceptLanguageEnum = exports.GetCharactersCharacterIdAttributesXCompatibilityDateEnum = exports.SkillsApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -105,8 +106,15 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
105
106
|
if (requestParameters['xTenant'] != null) {
|
|
106
107
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
107
108
|
}
|
|
109
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
110
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
111
|
+
}
|
|
108
112
|
urlPath = "/characters/{character_id}/attributes";
|
|
109
113
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
114
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
115
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
116
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
117
|
+
}
|
|
110
118
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
111
119
|
if (!facade) {
|
|
112
120
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -119,7 +127,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
119
127
|
}, initOverrides)];
|
|
120
128
|
case 1:
|
|
121
129
|
response = _b.sent();
|
|
122
|
-
return [2 /*return*/,
|
|
130
|
+
return [2 /*return*/, response];
|
|
123
131
|
}
|
|
124
132
|
});
|
|
125
133
|
});
|
|
@@ -136,8 +144,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
136
144
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdAttributesRaw(requestParameters, initOverrides)];
|
|
137
145
|
case 1:
|
|
138
146
|
response = _a.sent();
|
|
139
|
-
return [
|
|
140
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
147
|
+
return [2 /*return*/, response];
|
|
141
148
|
}
|
|
142
149
|
});
|
|
143
150
|
});
|
|
@@ -173,8 +180,15 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
173
180
|
if (requestParameters['xTenant'] != null) {
|
|
174
181
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
175
182
|
}
|
|
183
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
184
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
185
|
+
}
|
|
176
186
|
urlPath = "/characters/{character_id}/skillqueue";
|
|
177
187
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
188
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
189
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
190
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
191
|
+
}
|
|
178
192
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
179
193
|
if (!facade) {
|
|
180
194
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -187,7 +201,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
187
201
|
}, initOverrides)];
|
|
188
202
|
case 1:
|
|
189
203
|
response = _b.sent();
|
|
190
|
-
return [2 /*return*/,
|
|
204
|
+
return [2 /*return*/, response];
|
|
191
205
|
}
|
|
192
206
|
});
|
|
193
207
|
});
|
|
@@ -204,8 +218,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
204
218
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdSkillqueueRaw(requestParameters, initOverrides)];
|
|
205
219
|
case 1:
|
|
206
220
|
response = _a.sent();
|
|
207
|
-
return [
|
|
208
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
221
|
+
return [2 /*return*/, response];
|
|
209
222
|
}
|
|
210
223
|
});
|
|
211
224
|
});
|
|
@@ -241,8 +254,15 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
241
254
|
if (requestParameters['xTenant'] != null) {
|
|
242
255
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
243
256
|
}
|
|
257
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
258
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
259
|
+
}
|
|
244
260
|
urlPath = "/characters/{character_id}/skills";
|
|
245
261
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
262
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
263
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
264
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
265
|
+
}
|
|
246
266
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
247
267
|
if (!facade) {
|
|
248
268
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -255,7 +275,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
255
275
|
}, initOverrides)];
|
|
256
276
|
case 1:
|
|
257
277
|
response = _b.sent();
|
|
258
|
-
return [2 /*return*/,
|
|
278
|
+
return [2 /*return*/, response];
|
|
259
279
|
}
|
|
260
280
|
});
|
|
261
281
|
});
|
|
@@ -272,8 +292,7 @@ var SkillsApi = /** @class */ (function (_super) {
|
|
|
272
292
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdSkillsRaw(requestParameters, initOverrides)];
|
|
273
293
|
case 1:
|
|
274
294
|
response = _a.sent();
|
|
275
|
-
return [
|
|
276
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
295
|
+
return [2 /*return*/, response];
|
|
277
296
|
}
|
|
278
297
|
});
|
|
279
298
|
});
|
|
@@ -287,7 +306,7 @@ exports.SkillsApi = SkillsApi;
|
|
|
287
306
|
*/
|
|
288
307
|
var GetCharactersCharacterIdAttributesXCompatibilityDateEnum;
|
|
289
308
|
(function (GetCharactersCharacterIdAttributesXCompatibilityDateEnum) {
|
|
290
|
-
GetCharactersCharacterIdAttributesXCompatibilityDateEnum["
|
|
309
|
+
GetCharactersCharacterIdAttributesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
291
310
|
})(GetCharactersCharacterIdAttributesXCompatibilityDateEnum || (exports.GetCharactersCharacterIdAttributesXCompatibilityDateEnum = GetCharactersCharacterIdAttributesXCompatibilityDateEnum = {}));
|
|
292
311
|
/**
|
|
293
312
|
* @export
|
|
@@ -310,7 +329,7 @@ var GetCharactersCharacterIdAttributesAcceptLanguageEnum;
|
|
|
310
329
|
*/
|
|
311
330
|
var GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum;
|
|
312
331
|
(function (GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum) {
|
|
313
|
-
GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum["
|
|
332
|
+
GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
314
333
|
})(GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum || (exports.GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = {}));
|
|
315
334
|
/**
|
|
316
335
|
* @export
|
|
@@ -333,7 +352,7 @@ var GetCharactersCharacterIdSkillqueueAcceptLanguageEnum;
|
|
|
333
352
|
*/
|
|
334
353
|
var GetCharactersCharacterIdSkillsXCompatibilityDateEnum;
|
|
335
354
|
(function (GetCharactersCharacterIdSkillsXCompatibilityDateEnum) {
|
|
336
|
-
GetCharactersCharacterIdSkillsXCompatibilityDateEnum["
|
|
355
|
+
GetCharactersCharacterIdSkillsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
337
356
|
})(GetCharactersCharacterIdSkillsXCompatibilityDateEnum || (exports.GetCharactersCharacterIdSkillsXCompatibilityDateEnum = GetCharactersCharacterIdSkillsXCompatibilityDateEnum = {}));
|
|
338
357
|
/**
|
|
339
358
|
* @export
|
|
@@ -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).
|
|
@@ -16,18 +16,21 @@ export interface GetSovereigntyCampaignsRequest {
|
|
|
16
16
|
acceptLanguage?: GetSovereigntyCampaignsAcceptLanguageEnum;
|
|
17
17
|
ifNoneMatch?: string;
|
|
18
18
|
xTenant?: string;
|
|
19
|
+
ifModifiedSince?: string;
|
|
19
20
|
}
|
|
20
21
|
export interface GetSovereigntyMapRequest {
|
|
21
22
|
xCompatibilityDate: GetSovereigntyMapXCompatibilityDateEnum;
|
|
22
23
|
acceptLanguage?: GetSovereigntyMapAcceptLanguageEnum;
|
|
23
24
|
ifNoneMatch?: string;
|
|
24
25
|
xTenant?: string;
|
|
26
|
+
ifModifiedSince?: string;
|
|
25
27
|
}
|
|
26
28
|
export interface GetSovereigntyStructuresRequest {
|
|
27
29
|
xCompatibilityDate: GetSovereigntyStructuresXCompatibilityDateEnum;
|
|
28
30
|
acceptLanguage?: GetSovereigntyStructuresAcceptLanguageEnum;
|
|
29
31
|
ifNoneMatch?: string;
|
|
30
32
|
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
31
34
|
}
|
|
32
35
|
/**
|
|
33
36
|
* SovereigntyApi - interface
|
|
@@ -39,10 +42,11 @@ export interface SovereigntyApiInterface {
|
|
|
39
42
|
/**
|
|
40
43
|
* Shows sovereignty data for campaigns.
|
|
41
44
|
* @summary List sovereignty campaigns
|
|
42
|
-
* @param {'
|
|
45
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
43
46
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
44
47
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
45
48
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
49
|
+
* @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.
|
|
46
50
|
* @param {*} [options] Override http request option.
|
|
47
51
|
* @throws {RequiredError}
|
|
48
52
|
* @memberof SovereigntyApiInterface
|
|
@@ -52,14 +56,15 @@ export interface SovereigntyApiInterface {
|
|
|
52
56
|
* Shows sovereignty data for campaigns.
|
|
53
57
|
* List sovereignty campaigns
|
|
54
58
|
*/
|
|
55
|
-
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
59
|
+
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
56
60
|
/**
|
|
57
61
|
* Shows sovereignty information for solar systems
|
|
58
62
|
* @summary List sovereignty of systems
|
|
59
|
-
* @param {'
|
|
63
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
60
64
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
61
65
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
62
66
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
67
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
63
68
|
* @param {*} [options] Override http request option.
|
|
64
69
|
* @throws {RequiredError}
|
|
65
70
|
* @memberof SovereigntyApiInterface
|
|
@@ -69,14 +74,15 @@ export interface SovereigntyApiInterface {
|
|
|
69
74
|
* Shows sovereignty information for solar systems
|
|
70
75
|
* List sovereignty of systems
|
|
71
76
|
*/
|
|
72
|
-
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
77
|
+
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
73
78
|
/**
|
|
74
79
|
* Shows sovereignty data for structures.
|
|
75
80
|
* @summary List sovereignty structures
|
|
76
|
-
* @param {'
|
|
81
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
77
82
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
78
83
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
79
84
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
85
|
+
* @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.
|
|
80
86
|
* @param {*} [options] Override http request option.
|
|
81
87
|
* @throws {RequiredError}
|
|
82
88
|
* @memberof SovereigntyApiInterface
|
|
@@ -86,7 +92,7 @@ export interface SovereigntyApiInterface {
|
|
|
86
92
|
* Shows sovereignty data for structures.
|
|
87
93
|
* List sovereignty structures
|
|
88
94
|
*/
|
|
89
|
-
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
95
|
+
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
90
96
|
}
|
|
91
97
|
/**
|
|
92
98
|
*
|
|
@@ -101,7 +107,7 @@ export declare class SovereigntyApi extends runtime.BaseAPI implements Sovereign
|
|
|
101
107
|
* Shows sovereignty data for campaigns.
|
|
102
108
|
* List sovereignty campaigns
|
|
103
109
|
*/
|
|
104
|
-
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
110
|
+
getSovereigntyCampaigns(requestParameters: GetSovereigntyCampaignsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
105
111
|
/**
|
|
106
112
|
* Shows sovereignty information for solar systems
|
|
107
113
|
* List sovereignty of systems
|
|
@@ -111,7 +117,7 @@ export declare class SovereigntyApi extends runtime.BaseAPI implements Sovereign
|
|
|
111
117
|
* Shows sovereignty information for solar systems
|
|
112
118
|
* List sovereignty of systems
|
|
113
119
|
*/
|
|
114
|
-
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
120
|
+
getSovereigntyMap(requestParameters: GetSovereigntyMapRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
115
121
|
/**
|
|
116
122
|
* Shows sovereignty data for structures.
|
|
117
123
|
* List sovereignty structures
|
|
@@ -121,14 +127,14 @@ export declare class SovereigntyApi extends runtime.BaseAPI implements Sovereign
|
|
|
121
127
|
* Shows sovereignty data for structures.
|
|
122
128
|
* List sovereignty structures
|
|
123
129
|
*/
|
|
124
|
-
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
130
|
+
getSovereigntyStructures(requestParameters: GetSovereigntyStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
125
131
|
}
|
|
126
132
|
/**
|
|
127
133
|
* @export
|
|
128
134
|
* @enum {string}
|
|
129
135
|
*/
|
|
130
136
|
export declare enum GetSovereigntyCampaignsXCompatibilityDateEnum {
|
|
131
|
-
|
|
137
|
+
_20251216 = "2025-12-16"
|
|
132
138
|
}
|
|
133
139
|
/**
|
|
134
140
|
* @export
|
|
@@ -149,7 +155,7 @@ export declare enum GetSovereigntyCampaignsAcceptLanguageEnum {
|
|
|
149
155
|
* @enum {string}
|
|
150
156
|
*/
|
|
151
157
|
export declare enum GetSovereigntyMapXCompatibilityDateEnum {
|
|
152
|
-
|
|
158
|
+
_20251216 = "2025-12-16"
|
|
153
159
|
}
|
|
154
160
|
/**
|
|
155
161
|
* @export
|
|
@@ -170,7 +176,7 @@ export declare enum GetSovereigntyMapAcceptLanguageEnum {
|
|
|
170
176
|
* @enum {string}
|
|
171
177
|
*/
|
|
172
178
|
export declare enum GetSovereigntyStructuresXCompatibilityDateEnum {
|
|
173
|
-
|
|
179
|
+
_20251216 = "2025-12-16"
|
|
174
180
|
}
|
|
175
181
|
/**
|
|
176
182
|
* @export
|
|
@@ -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.GetSovereigntyStructuresAcceptLanguageEnum = exports.GetSovereigntyStructuresXCompatibilityDateEnum = exports.GetSovereigntyMapAcceptLanguageEnum = exports.GetSovereigntyMapXCompatibilityDateEnum = exports.GetSovereigntyCampaignsAcceptLanguageEnum = exports.GetSovereigntyCampaignsXCompatibilityDateEnum = exports.SovereigntyApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -102,7 +103,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
102
103
|
if (requestParameters['xTenant'] != null) {
|
|
103
104
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
104
105
|
}
|
|
106
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
107
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
108
|
+
}
|
|
105
109
|
urlPath = "/sovereignty/campaigns";
|
|
110
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
111
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
112
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
113
|
+
}
|
|
106
114
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
107
115
|
if (!facade) {
|
|
108
116
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -115,7 +123,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
115
123
|
}, initOverrides)];
|
|
116
124
|
case 1:
|
|
117
125
|
response = _b.sent();
|
|
118
|
-
return [2 /*return*/,
|
|
126
|
+
return [2 /*return*/, response];
|
|
119
127
|
}
|
|
120
128
|
});
|
|
121
129
|
});
|
|
@@ -132,8 +140,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
132
140
|
case 0: return [4 /*yield*/, this.getSovereigntyCampaignsRaw(requestParameters, initOverrides)];
|
|
133
141
|
case 1:
|
|
134
142
|
response = _a.sent();
|
|
135
|
-
return [
|
|
136
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
143
|
+
return [2 /*return*/, response];
|
|
137
144
|
}
|
|
138
145
|
});
|
|
139
146
|
});
|
|
@@ -166,7 +173,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
166
173
|
if (requestParameters['xTenant'] != null) {
|
|
167
174
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
168
175
|
}
|
|
176
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
177
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
178
|
+
}
|
|
169
179
|
urlPath = "/sovereignty/map";
|
|
180
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
181
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
182
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
183
|
+
}
|
|
170
184
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
171
185
|
if (!facade) {
|
|
172
186
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -179,7 +193,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
179
193
|
}, initOverrides)];
|
|
180
194
|
case 1:
|
|
181
195
|
response = _b.sent();
|
|
182
|
-
return [2 /*return*/,
|
|
196
|
+
return [2 /*return*/, response];
|
|
183
197
|
}
|
|
184
198
|
});
|
|
185
199
|
});
|
|
@@ -196,8 +210,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
196
210
|
case 0: return [4 /*yield*/, this.getSovereigntyMapRaw(requestParameters, initOverrides)];
|
|
197
211
|
case 1:
|
|
198
212
|
response = _a.sent();
|
|
199
|
-
return [
|
|
200
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
213
|
+
return [2 /*return*/, response];
|
|
201
214
|
}
|
|
202
215
|
});
|
|
203
216
|
});
|
|
@@ -230,7 +243,14 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
230
243
|
if (requestParameters['xTenant'] != null) {
|
|
231
244
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
232
245
|
}
|
|
246
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
247
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
248
|
+
}
|
|
233
249
|
urlPath = "/sovereignty/structures";
|
|
250
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
251
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
252
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
253
|
+
}
|
|
234
254
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
235
255
|
if (!facade) {
|
|
236
256
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -243,7 +263,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
243
263
|
}, initOverrides)];
|
|
244
264
|
case 1:
|
|
245
265
|
response = _b.sent();
|
|
246
|
-
return [2 /*return*/,
|
|
266
|
+
return [2 /*return*/, response];
|
|
247
267
|
}
|
|
248
268
|
});
|
|
249
269
|
});
|
|
@@ -260,8 +280,7 @@ var SovereigntyApi = /** @class */ (function (_super) {
|
|
|
260
280
|
case 0: return [4 /*yield*/, this.getSovereigntyStructuresRaw(requestParameters, initOverrides)];
|
|
261
281
|
case 1:
|
|
262
282
|
response = _a.sent();
|
|
263
|
-
return [
|
|
264
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
283
|
+
return [2 /*return*/, response];
|
|
265
284
|
}
|
|
266
285
|
});
|
|
267
286
|
});
|
|
@@ -275,7 +294,7 @@ exports.SovereigntyApi = SovereigntyApi;
|
|
|
275
294
|
*/
|
|
276
295
|
var GetSovereigntyCampaignsXCompatibilityDateEnum;
|
|
277
296
|
(function (GetSovereigntyCampaignsXCompatibilityDateEnum) {
|
|
278
|
-
GetSovereigntyCampaignsXCompatibilityDateEnum["
|
|
297
|
+
GetSovereigntyCampaignsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
279
298
|
})(GetSovereigntyCampaignsXCompatibilityDateEnum || (exports.GetSovereigntyCampaignsXCompatibilityDateEnum = GetSovereigntyCampaignsXCompatibilityDateEnum = {}));
|
|
280
299
|
/**
|
|
281
300
|
* @export
|
|
@@ -298,7 +317,7 @@ var GetSovereigntyCampaignsAcceptLanguageEnum;
|
|
|
298
317
|
*/
|
|
299
318
|
var GetSovereigntyMapXCompatibilityDateEnum;
|
|
300
319
|
(function (GetSovereigntyMapXCompatibilityDateEnum) {
|
|
301
|
-
GetSovereigntyMapXCompatibilityDateEnum["
|
|
320
|
+
GetSovereigntyMapXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
302
321
|
})(GetSovereigntyMapXCompatibilityDateEnum || (exports.GetSovereigntyMapXCompatibilityDateEnum = GetSovereigntyMapXCompatibilityDateEnum = {}));
|
|
303
322
|
/**
|
|
304
323
|
* @export
|
|
@@ -321,7 +340,7 @@ var GetSovereigntyMapAcceptLanguageEnum;
|
|
|
321
340
|
*/
|
|
322
341
|
var GetSovereigntyStructuresXCompatibilityDateEnum;
|
|
323
342
|
(function (GetSovereigntyStructuresXCompatibilityDateEnum) {
|
|
324
|
-
GetSovereigntyStructuresXCompatibilityDateEnum["
|
|
343
|
+
GetSovereigntyStructuresXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
325
344
|
})(GetSovereigntyStructuresXCompatibilityDateEnum || (exports.GetSovereigntyStructuresXCompatibilityDateEnum = GetSovereigntyStructuresXCompatibilityDateEnum = {}));
|
|
326
345
|
/**
|
|
327
346
|
* @export
|
package/dist/apis/StatusApi.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).
|
|
@@ -16,6 +16,7 @@ export interface GetStatusRequest {
|
|
|
16
16
|
acceptLanguage?: GetStatusAcceptLanguageEnum;
|
|
17
17
|
ifNoneMatch?: string;
|
|
18
18
|
xTenant?: string;
|
|
19
|
+
ifModifiedSince?: string;
|
|
19
20
|
}
|
|
20
21
|
/**
|
|
21
22
|
* StatusApi - interface
|
|
@@ -27,10 +28,11 @@ export interface StatusApiInterface {
|
|
|
27
28
|
/**
|
|
28
29
|
* EVE Server status
|
|
29
30
|
* @summary Retrieve the uptime and player counts
|
|
30
|
-
* @param {'
|
|
31
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
31
32
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
32
33
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
33
34
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
35
|
+
* @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.
|
|
34
36
|
* @param {*} [options] Override http request option.
|
|
35
37
|
* @throws {RequiredError}
|
|
36
38
|
* @memberof StatusApiInterface
|
|
@@ -40,7 +42,7 @@ export interface StatusApiInterface {
|
|
|
40
42
|
* EVE Server status
|
|
41
43
|
* Retrieve the uptime and player counts
|
|
42
44
|
*/
|
|
43
|
-
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
45
|
+
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
44
46
|
}
|
|
45
47
|
/**
|
|
46
48
|
*
|
|
@@ -55,14 +57,14 @@ export declare class StatusApi extends runtime.BaseAPI implements StatusApiInter
|
|
|
55
57
|
* EVE Server status
|
|
56
58
|
* Retrieve the uptime and player counts
|
|
57
59
|
*/
|
|
58
|
-
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
60
|
+
getStatus(requestParameters: GetStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
59
61
|
}
|
|
60
62
|
/**
|
|
61
63
|
* @export
|
|
62
64
|
* @enum {string}
|
|
63
65
|
*/
|
|
64
66
|
export declare enum GetStatusXCompatibilityDateEnum {
|
|
65
|
-
|
|
67
|
+
_20251216 = "2025-12-16"
|
|
66
68
|
}
|
|
67
69
|
/**
|
|
68
70
|
* @export
|
package/dist/apis/StatusApi.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.GetStatusAcceptLanguageEnum = exports.GetStatusXCompatibilityDateEnum = exports.StatusApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -102,7 +103,14 @@ var StatusApi = /** @class */ (function (_super) {
|
|
|
102
103
|
if (requestParameters['xTenant'] != null) {
|
|
103
104
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
104
105
|
}
|
|
106
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
107
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
108
|
+
}
|
|
105
109
|
urlPath = "/status";
|
|
110
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
111
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
112
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
113
|
+
}
|
|
106
114
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
107
115
|
if (!facade) {
|
|
108
116
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -115,7 +123,7 @@ var StatusApi = /** @class */ (function (_super) {
|
|
|
115
123
|
}, initOverrides)];
|
|
116
124
|
case 1:
|
|
117
125
|
response = _b.sent();
|
|
118
|
-
return [2 /*return*/,
|
|
126
|
+
return [2 /*return*/, response];
|
|
119
127
|
}
|
|
120
128
|
});
|
|
121
129
|
});
|
|
@@ -132,8 +140,7 @@ var StatusApi = /** @class */ (function (_super) {
|
|
|
132
140
|
case 0: return [4 /*yield*/, this.getStatusRaw(requestParameters, initOverrides)];
|
|
133
141
|
case 1:
|
|
134
142
|
response = _a.sent();
|
|
135
|
-
return [
|
|
136
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
143
|
+
return [2 /*return*/, response];
|
|
137
144
|
}
|
|
138
145
|
});
|
|
139
146
|
});
|
|
@@ -147,7 +154,7 @@ exports.StatusApi = StatusApi;
|
|
|
147
154
|
*/
|
|
148
155
|
var GetStatusXCompatibilityDateEnum;
|
|
149
156
|
(function (GetStatusXCompatibilityDateEnum) {
|
|
150
|
-
GetStatusXCompatibilityDateEnum["
|
|
157
|
+
GetStatusXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
151
158
|
})(GetStatusXCompatibilityDateEnum || (exports.GetStatusXCompatibilityDateEnum = GetStatusXCompatibilityDateEnum = {}));
|
|
152
159
|
/**
|
|
153
160
|
* @export
|