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
|
@@ -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.GetKillmailsKillmailIdKillmailHashAcceptLanguageEnum = exports.GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = exports.GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum = exports.GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = exports.GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum = exports.GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = exports.KillmailsApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -108,8 +109,15 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
108
109
|
if (requestParameters['xTenant'] != null) {
|
|
109
110
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
110
111
|
}
|
|
112
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
113
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
114
|
+
}
|
|
111
115
|
urlPath = "/characters/{character_id}/killmails/recent";
|
|
112
116
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
117
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
118
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
119
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
120
|
+
}
|
|
113
121
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
114
122
|
if (!facade) {
|
|
115
123
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -122,7 +130,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
122
130
|
}, initOverrides)];
|
|
123
131
|
case 1:
|
|
124
132
|
response = _b.sent();
|
|
125
|
-
return [2 /*return*/,
|
|
133
|
+
return [2 /*return*/, response];
|
|
126
134
|
}
|
|
127
135
|
});
|
|
128
136
|
});
|
|
@@ -139,8 +147,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
139
147
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdKillmailsRecentRaw(requestParameters, initOverrides)];
|
|
140
148
|
case 1:
|
|
141
149
|
response = _a.sent();
|
|
142
|
-
return [
|
|
143
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
150
|
+
return [2 /*return*/, response];
|
|
144
151
|
}
|
|
145
152
|
});
|
|
146
153
|
});
|
|
@@ -179,8 +186,15 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
179
186
|
if (requestParameters['xTenant'] != null) {
|
|
180
187
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
181
188
|
}
|
|
189
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
190
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
191
|
+
}
|
|
182
192
|
urlPath = "/corporations/{corporation_id}/killmails/recent";
|
|
183
193
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
194
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
195
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
196
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
197
|
+
}
|
|
184
198
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
185
199
|
if (!facade) {
|
|
186
200
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -193,7 +207,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
193
207
|
}, initOverrides)];
|
|
194
208
|
case 1:
|
|
195
209
|
response = _b.sent();
|
|
196
|
-
return [2 /*return*/,
|
|
210
|
+
return [2 /*return*/, response];
|
|
197
211
|
}
|
|
198
212
|
});
|
|
199
213
|
});
|
|
@@ -210,8 +224,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
210
224
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdKillmailsRecentRaw(requestParameters, initOverrides)];
|
|
211
225
|
case 1:
|
|
212
226
|
response = _a.sent();
|
|
213
|
-
return [
|
|
214
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
227
|
+
return [2 /*return*/, response];
|
|
215
228
|
}
|
|
216
229
|
});
|
|
217
230
|
});
|
|
@@ -250,9 +263,16 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
250
263
|
if (requestParameters['xTenant'] != null) {
|
|
251
264
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
252
265
|
}
|
|
266
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
267
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
268
|
+
}
|
|
253
269
|
urlPath = "/killmails/{killmail_id}/{killmail_hash}";
|
|
254
270
|
urlPath = urlPath.replace("{".concat("killmail_hash", "}"), encodeURIComponent(String(requestParameters['killmailHash'])));
|
|
255
271
|
urlPath = urlPath.replace("{".concat("killmail_id", "}"), encodeURIComponent(String(requestParameters['killmailId'])));
|
|
272
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
273
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
274
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
275
|
+
}
|
|
256
276
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
257
277
|
if (!facade) {
|
|
258
278
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -265,7 +285,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
265
285
|
}, initOverrides)];
|
|
266
286
|
case 1:
|
|
267
287
|
response = _b.sent();
|
|
268
|
-
return [2 /*return*/,
|
|
288
|
+
return [2 /*return*/, response];
|
|
269
289
|
}
|
|
270
290
|
});
|
|
271
291
|
});
|
|
@@ -282,8 +302,7 @@ var KillmailsApi = /** @class */ (function (_super) {
|
|
|
282
302
|
case 0: return [4 /*yield*/, this.getKillmailsKillmailIdKillmailHashRaw(requestParameters, initOverrides)];
|
|
283
303
|
case 1:
|
|
284
304
|
response = _a.sent();
|
|
285
|
-
return [
|
|
286
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
305
|
+
return [2 /*return*/, response];
|
|
287
306
|
}
|
|
288
307
|
});
|
|
289
308
|
});
|
|
@@ -297,7 +316,7 @@ exports.KillmailsApi = KillmailsApi;
|
|
|
297
316
|
*/
|
|
298
317
|
var GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum;
|
|
299
318
|
(function (GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum) {
|
|
300
|
-
GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum["
|
|
319
|
+
GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
301
320
|
})(GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum || (exports.GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = {}));
|
|
302
321
|
/**
|
|
303
322
|
* @export
|
|
@@ -320,7 +339,7 @@ var GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum;
|
|
|
320
339
|
*/
|
|
321
340
|
var GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum;
|
|
322
341
|
(function (GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum) {
|
|
323
|
-
GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum["
|
|
342
|
+
GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
324
343
|
})(GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = {}));
|
|
325
344
|
/**
|
|
326
345
|
* @export
|
|
@@ -343,7 +362,7 @@ var GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum;
|
|
|
343
362
|
*/
|
|
344
363
|
var GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum;
|
|
345
364
|
(function (GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum) {
|
|
346
|
-
GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum["
|
|
365
|
+
GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
347
366
|
})(GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum || (exports.GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = {}));
|
|
348
367
|
/**
|
|
349
368
|
* @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).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdLocationRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdLocationAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetCharactersCharacterIdOnlineRequest {
|
|
22
23
|
characterId: number;
|
|
@@ -24,6 +25,7 @@ export interface GetCharactersCharacterIdOnlineRequest {
|
|
|
24
25
|
acceptLanguage?: GetCharactersCharacterIdOnlineAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface GetCharactersCharacterIdShipRequest {
|
|
29
31
|
characterId: number;
|
|
@@ -31,6 +33,7 @@ export interface GetCharactersCharacterIdShipRequest {
|
|
|
31
33
|
acceptLanguage?: GetCharactersCharacterIdShipAcceptLanguageEnum;
|
|
32
34
|
ifNoneMatch?: string;
|
|
33
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
34
37
|
}
|
|
35
38
|
/**
|
|
36
39
|
* LocationApi - interface
|
|
@@ -43,10 +46,11 @@ export interface LocationApiInterface {
|
|
|
43
46
|
* Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable
|
|
44
47
|
* @summary Get character location
|
|
45
48
|
* @param {number} characterId The ID of the character
|
|
46
|
-
* @param {'
|
|
49
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
47
50
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
48
51
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
49
52
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
53
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
50
54
|
* @param {*} [options] Override http request option.
|
|
51
55
|
* @throws {RequiredError}
|
|
52
56
|
* @memberof LocationApiInterface
|
|
@@ -56,15 +60,16 @@ export interface LocationApiInterface {
|
|
|
56
60
|
* Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable
|
|
57
61
|
* Get character location
|
|
58
62
|
*/
|
|
59
|
-
getCharactersCharacterIdLocation(requestParameters: GetCharactersCharacterIdLocationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
63
|
+
getCharactersCharacterIdLocation(requestParameters: GetCharactersCharacterIdLocationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
60
64
|
/**
|
|
61
65
|
* Checks if the character is currently online
|
|
62
66
|
* @summary Get character online
|
|
63
67
|
* @param {number} characterId The ID of the character
|
|
64
|
-
* @param {'
|
|
68
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
65
69
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
66
70
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
67
71
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
72
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
68
73
|
* @param {*} [options] Override http request option.
|
|
69
74
|
* @throws {RequiredError}
|
|
70
75
|
* @memberof LocationApiInterface
|
|
@@ -74,15 +79,16 @@ export interface LocationApiInterface {
|
|
|
74
79
|
* Checks if the character is currently online
|
|
75
80
|
* Get character online
|
|
76
81
|
*/
|
|
77
|
-
getCharactersCharacterIdOnline(requestParameters: GetCharactersCharacterIdOnlineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
82
|
+
getCharactersCharacterIdOnline(requestParameters: GetCharactersCharacterIdOnlineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
78
83
|
/**
|
|
79
84
|
* Get the current ship type, name and id
|
|
80
85
|
* @summary Get current ship
|
|
81
86
|
* @param {number} characterId The ID of the character
|
|
82
|
-
* @param {'
|
|
87
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
83
88
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
84
89
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
85
90
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
91
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
86
92
|
* @param {*} [options] Override http request option.
|
|
87
93
|
* @throws {RequiredError}
|
|
88
94
|
* @memberof LocationApiInterface
|
|
@@ -92,7 +98,7 @@ export interface LocationApiInterface {
|
|
|
92
98
|
* Get the current ship type, name and id
|
|
93
99
|
* Get current ship
|
|
94
100
|
*/
|
|
95
|
-
getCharactersCharacterIdShip(requestParameters: GetCharactersCharacterIdShipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
101
|
+
getCharactersCharacterIdShip(requestParameters: GetCharactersCharacterIdShipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
96
102
|
}
|
|
97
103
|
/**
|
|
98
104
|
*
|
|
@@ -107,7 +113,7 @@ export declare class LocationApi extends runtime.BaseAPI implements LocationApiI
|
|
|
107
113
|
* Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable
|
|
108
114
|
* Get character location
|
|
109
115
|
*/
|
|
110
|
-
getCharactersCharacterIdLocation(requestParameters: GetCharactersCharacterIdLocationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
116
|
+
getCharactersCharacterIdLocation(requestParameters: GetCharactersCharacterIdLocationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
111
117
|
/**
|
|
112
118
|
* Checks if the character is currently online
|
|
113
119
|
* Get character online
|
|
@@ -117,7 +123,7 @@ export declare class LocationApi extends runtime.BaseAPI implements LocationApiI
|
|
|
117
123
|
* Checks if the character is currently online
|
|
118
124
|
* Get character online
|
|
119
125
|
*/
|
|
120
|
-
getCharactersCharacterIdOnline(requestParameters: GetCharactersCharacterIdOnlineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
126
|
+
getCharactersCharacterIdOnline(requestParameters: GetCharactersCharacterIdOnlineRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
121
127
|
/**
|
|
122
128
|
* Get the current ship type, name and id
|
|
123
129
|
* Get current ship
|
|
@@ -127,14 +133,14 @@ export declare class LocationApi extends runtime.BaseAPI implements LocationApiI
|
|
|
127
133
|
* Get the current ship type, name and id
|
|
128
134
|
* Get current ship
|
|
129
135
|
*/
|
|
130
|
-
getCharactersCharacterIdShip(requestParameters: GetCharactersCharacterIdShipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
136
|
+
getCharactersCharacterIdShip(requestParameters: GetCharactersCharacterIdShipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
131
137
|
}
|
|
132
138
|
/**
|
|
133
139
|
* @export
|
|
134
140
|
* @enum {string}
|
|
135
141
|
*/
|
|
136
142
|
export declare enum GetCharactersCharacterIdLocationXCompatibilityDateEnum {
|
|
137
|
-
|
|
143
|
+
_20251216 = "2025-12-16"
|
|
138
144
|
}
|
|
139
145
|
/**
|
|
140
146
|
* @export
|
|
@@ -155,7 +161,7 @@ export declare enum GetCharactersCharacterIdLocationAcceptLanguageEnum {
|
|
|
155
161
|
* @enum {string}
|
|
156
162
|
*/
|
|
157
163
|
export declare enum GetCharactersCharacterIdOnlineXCompatibilityDateEnum {
|
|
158
|
-
|
|
164
|
+
_20251216 = "2025-12-16"
|
|
159
165
|
}
|
|
160
166
|
/**
|
|
161
167
|
* @export
|
|
@@ -176,7 +182,7 @@ export declare enum GetCharactersCharacterIdOnlineAcceptLanguageEnum {
|
|
|
176
182
|
* @enum {string}
|
|
177
183
|
*/
|
|
178
184
|
export declare enum GetCharactersCharacterIdShipXCompatibilityDateEnum {
|
|
179
|
-
|
|
185
|
+
_20251216 = "2025-12-16"
|
|
180
186
|
}
|
|
181
187
|
/**
|
|
182
188
|
* @export
|
package/dist/apis/LocationApi.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.GetCharactersCharacterIdShipAcceptLanguageEnum = exports.GetCharactersCharacterIdShipXCompatibilityDateEnum = exports.GetCharactersCharacterIdOnlineAcceptLanguageEnum = exports.GetCharactersCharacterIdOnlineXCompatibilityDateEnum = exports.GetCharactersCharacterIdLocationAcceptLanguageEnum = exports.GetCharactersCharacterIdLocationXCompatibilityDateEnum = exports.LocationApi = 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 LocationApi = /** @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}/location";
|
|
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 LocationApi = /** @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 LocationApi = /** @class */ (function (_super) {
|
|
|
136
144
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdLocationRaw(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 LocationApi = /** @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}/online";
|
|
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 LocationApi = /** @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 LocationApi = /** @class */ (function (_super) {
|
|
|
204
218
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdOnlineRaw(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 LocationApi = /** @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}/ship";
|
|
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 LocationApi = /** @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 LocationApi = /** @class */ (function (_super) {
|
|
|
272
292
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdShipRaw(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.LocationApi = LocationApi;
|
|
|
287
306
|
*/
|
|
288
307
|
var GetCharactersCharacterIdLocationXCompatibilityDateEnum;
|
|
289
308
|
(function (GetCharactersCharacterIdLocationXCompatibilityDateEnum) {
|
|
290
|
-
GetCharactersCharacterIdLocationXCompatibilityDateEnum["
|
|
309
|
+
GetCharactersCharacterIdLocationXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
291
310
|
})(GetCharactersCharacterIdLocationXCompatibilityDateEnum || (exports.GetCharactersCharacterIdLocationXCompatibilityDateEnum = GetCharactersCharacterIdLocationXCompatibilityDateEnum = {}));
|
|
292
311
|
/**
|
|
293
312
|
* @export
|
|
@@ -310,7 +329,7 @@ var GetCharactersCharacterIdLocationAcceptLanguageEnum;
|
|
|
310
329
|
*/
|
|
311
330
|
var GetCharactersCharacterIdOnlineXCompatibilityDateEnum;
|
|
312
331
|
(function (GetCharactersCharacterIdOnlineXCompatibilityDateEnum) {
|
|
313
|
-
GetCharactersCharacterIdOnlineXCompatibilityDateEnum["
|
|
332
|
+
GetCharactersCharacterIdOnlineXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
314
333
|
})(GetCharactersCharacterIdOnlineXCompatibilityDateEnum || (exports.GetCharactersCharacterIdOnlineXCompatibilityDateEnum = GetCharactersCharacterIdOnlineXCompatibilityDateEnum = {}));
|
|
315
334
|
/**
|
|
316
335
|
* @export
|
|
@@ -333,7 +352,7 @@ var GetCharactersCharacterIdOnlineAcceptLanguageEnum;
|
|
|
333
352
|
*/
|
|
334
353
|
var GetCharactersCharacterIdShipXCompatibilityDateEnum;
|
|
335
354
|
(function (GetCharactersCharacterIdShipXCompatibilityDateEnum) {
|
|
336
|
-
GetCharactersCharacterIdShipXCompatibilityDateEnum["
|
|
355
|
+
GetCharactersCharacterIdShipXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
337
356
|
})(GetCharactersCharacterIdShipXCompatibilityDateEnum || (exports.GetCharactersCharacterIdShipXCompatibilityDateEnum = GetCharactersCharacterIdShipXCompatibilityDateEnum = {}));
|
|
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).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdLoyaltyPointsRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetLoyaltyStoresCorporationIdOffersRequest {
|
|
22
23
|
corporationId: number;
|
|
@@ -24,6 +25,7 @@ export interface GetLoyaltyStoresCorporationIdOffersRequest {
|
|
|
24
25
|
acceptLanguage?: GetLoyaltyStoresCorporationIdOffersAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* LoyaltyApi - interface
|
|
@@ -36,10 +38,11 @@ export interface LoyaltyApiInterface {
|
|
|
36
38
|
* Return a list of loyalty points for all corporations the character has worked for
|
|
37
39
|
* @summary Get loyalty points
|
|
38
40
|
* @param {number} characterId The ID of the character
|
|
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 LoyaltyApiInterface
|
|
@@ -49,15 +52,16 @@ export interface LoyaltyApiInterface {
|
|
|
49
52
|
* Return a list of loyalty points for all corporations the character has worked for
|
|
50
53
|
* Get loyalty points
|
|
51
54
|
*/
|
|
52
|
-
getCharactersCharacterIdLoyaltyPoints(requestParameters: GetCharactersCharacterIdLoyaltyPointsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
55
|
+
getCharactersCharacterIdLoyaltyPoints(requestParameters: GetCharactersCharacterIdLoyaltyPointsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
53
56
|
/**
|
|
54
57
|
* Return a list of offers from a specific corporation\'s loyalty store This route expires daily at 11:05
|
|
55
58
|
* @summary List loyalty store offers
|
|
56
59
|
* @param {number} corporationId The ID of the corporation
|
|
57
|
-
* @param {'
|
|
60
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
58
61
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
59
62
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
60
63
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
64
|
+
* @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.
|
|
61
65
|
* @param {*} [options] Override http request option.
|
|
62
66
|
* @throws {RequiredError}
|
|
63
67
|
* @memberof LoyaltyApiInterface
|
|
@@ -67,7 +71,7 @@ export interface LoyaltyApiInterface {
|
|
|
67
71
|
* Return a list of offers from a specific corporation\'s loyalty store This route expires daily at 11:05
|
|
68
72
|
* List loyalty store offers
|
|
69
73
|
*/
|
|
70
|
-
getLoyaltyStoresCorporationIdOffers(requestParameters: GetLoyaltyStoresCorporationIdOffersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
74
|
+
getLoyaltyStoresCorporationIdOffers(requestParameters: GetLoyaltyStoresCorporationIdOffersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
71
75
|
}
|
|
72
76
|
/**
|
|
73
77
|
*
|
|
@@ -82,7 +86,7 @@ export declare class LoyaltyApi extends runtime.BaseAPI implements LoyaltyApiInt
|
|
|
82
86
|
* Return a list of loyalty points for all corporations the character has worked for
|
|
83
87
|
* Get loyalty points
|
|
84
88
|
*/
|
|
85
|
-
getCharactersCharacterIdLoyaltyPoints(requestParameters: GetCharactersCharacterIdLoyaltyPointsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
89
|
+
getCharactersCharacterIdLoyaltyPoints(requestParameters: GetCharactersCharacterIdLoyaltyPointsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
86
90
|
/**
|
|
87
91
|
* Return a list of offers from a specific corporation\'s loyalty store This route expires daily at 11:05
|
|
88
92
|
* List loyalty store offers
|
|
@@ -92,14 +96,14 @@ export declare class LoyaltyApi extends runtime.BaseAPI implements LoyaltyApiInt
|
|
|
92
96
|
* Return a list of offers from a specific corporation\'s loyalty store This route expires daily at 11:05
|
|
93
97
|
* List loyalty store offers
|
|
94
98
|
*/
|
|
95
|
-
getLoyaltyStoresCorporationIdOffers(requestParameters: GetLoyaltyStoresCorporationIdOffersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
99
|
+
getLoyaltyStoresCorporationIdOffers(requestParameters: GetLoyaltyStoresCorporationIdOffersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
96
100
|
}
|
|
97
101
|
/**
|
|
98
102
|
* @export
|
|
99
103
|
* @enum {string}
|
|
100
104
|
*/
|
|
101
105
|
export declare enum GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum {
|
|
102
|
-
|
|
106
|
+
_20251216 = "2025-12-16"
|
|
103
107
|
}
|
|
104
108
|
/**
|
|
105
109
|
* @export
|
|
@@ -120,7 +124,7 @@ export declare enum GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum {
|
|
|
120
124
|
* @enum {string}
|
|
121
125
|
*/
|
|
122
126
|
export declare enum GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum {
|
|
123
|
-
|
|
127
|
+
_20251216 = "2025-12-16"
|
|
124
128
|
}
|
|
125
129
|
/**
|
|
126
130
|
* @export
|
package/dist/apis/LoyaltyApi.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.GetLoyaltyStoresCorporationIdOffersAcceptLanguageEnum = exports.GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = exports.GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum = exports.GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = exports.LoyaltyApi = 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 LoyaltyApi = /** @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}/loyalty/points";
|
|
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 LoyaltyApi = /** @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 LoyaltyApi = /** @class */ (function (_super) {
|
|
|
136
144
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdLoyaltyPointsRaw(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 LoyaltyApi = /** @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 = "/loyalty/stores/{corporation_id}/offers";
|
|
177
187
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
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 LoyaltyApi = /** @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 LoyaltyApi = /** @class */ (function (_super) {
|
|
|
204
218
|
case 0: return [4 /*yield*/, this.getLoyaltyStoresCorporationIdOffersRaw(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
|
});
|
|
@@ -219,7 +232,7 @@ exports.LoyaltyApi = LoyaltyApi;
|
|
|
219
232
|
*/
|
|
220
233
|
var GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum;
|
|
221
234
|
(function (GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum) {
|
|
222
|
-
GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum["
|
|
235
|
+
GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
223
236
|
})(GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum || (exports.GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = {}));
|
|
224
237
|
/**
|
|
225
238
|
* @export
|
|
@@ -242,7 +255,7 @@ var GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum;
|
|
|
242
255
|
*/
|
|
243
256
|
var GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum;
|
|
244
257
|
(function (GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum) {
|
|
245
|
-
GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum["
|
|
258
|
+
GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
246
259
|
})(GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum || (exports.GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = {}));
|
|
247
260
|
/**
|
|
248
261
|
* @export
|