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/MarketApi.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.GetMarketsStructuresStructureIdAcceptLanguageEnum = exports.GetMarketsStructuresStructureIdXCompatibilityDateEnum = exports.GetMarketsRegionIdTypesAcceptLanguageEnum = exports.GetMarketsRegionIdTypesXCompatibilityDateEnum = exports.GetMarketsRegionIdOrdersAcceptLanguageEnum = exports.GetMarketsRegionIdOrdersXCompatibilityDateEnum = exports.GetMarketsRegionIdOrdersOrderTypeEnum = exports.GetMarketsRegionIdHistoryAcceptLanguageEnum = exports.GetMarketsRegionIdHistoryXCompatibilityDateEnum = exports.GetMarketsPricesAcceptLanguageEnum = exports.GetMarketsPricesXCompatibilityDateEnum = exports.GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = exports.GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = exports.GetMarketsGroupsAcceptLanguageEnum = exports.GetMarketsGroupsXCompatibilityDateEnum = exports.GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = exports.GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = exports.GetCorporationsCorporationIdOrdersAcceptLanguageEnum = exports.GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = exports.GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = exports.GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = exports.GetCharactersCharacterIdOrdersAcceptLanguageEnum = exports.GetCharactersCharacterIdOrdersXCompatibilityDateEnum = exports.MarketApi = 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 MarketApi = /** @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}/orders";
|
|
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 MarketApi = /** @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 MarketApi = /** @class */ (function (_super) {
|
|
|
136
144
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdOrdersRaw(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
|
});
|
|
@@ -176,8 +183,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
176
183
|
if (requestParameters['xTenant'] != null) {
|
|
177
184
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
178
185
|
}
|
|
186
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
187
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
188
|
+
}
|
|
179
189
|
urlPath = "/characters/{character_id}/orders/history";
|
|
180
190
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
191
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
192
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
193
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
194
|
+
}
|
|
181
195
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
182
196
|
if (!facade) {
|
|
183
197
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -190,7 +204,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
190
204
|
}, initOverrides)];
|
|
191
205
|
case 1:
|
|
192
206
|
response = _b.sent();
|
|
193
|
-
return [2 /*return*/,
|
|
207
|
+
return [2 /*return*/, response];
|
|
194
208
|
}
|
|
195
209
|
});
|
|
196
210
|
});
|
|
@@ -207,8 +221,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
207
221
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdOrdersHistoryRaw(requestParameters, initOverrides)];
|
|
208
222
|
case 1:
|
|
209
223
|
response = _a.sent();
|
|
210
|
-
return [
|
|
211
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
224
|
+
return [2 /*return*/, response];
|
|
212
225
|
}
|
|
213
226
|
});
|
|
214
227
|
});
|
|
@@ -247,8 +260,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
247
260
|
if (requestParameters['xTenant'] != null) {
|
|
248
261
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
249
262
|
}
|
|
263
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
264
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
265
|
+
}
|
|
250
266
|
urlPath = "/corporations/{corporation_id}/orders";
|
|
251
267
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
268
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
269
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
270
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
271
|
+
}
|
|
252
272
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
253
273
|
if (!facade) {
|
|
254
274
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -261,7 +281,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
261
281
|
}, initOverrides)];
|
|
262
282
|
case 1:
|
|
263
283
|
response = _b.sent();
|
|
264
|
-
return [2 /*return*/,
|
|
284
|
+
return [2 /*return*/, response];
|
|
265
285
|
}
|
|
266
286
|
});
|
|
267
287
|
});
|
|
@@ -278,8 +298,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
278
298
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdOrdersRaw(requestParameters, initOverrides)];
|
|
279
299
|
case 1:
|
|
280
300
|
response = _a.sent();
|
|
281
|
-
return [
|
|
282
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
301
|
+
return [2 /*return*/, response];
|
|
283
302
|
}
|
|
284
303
|
});
|
|
285
304
|
});
|
|
@@ -318,8 +337,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
318
337
|
if (requestParameters['xTenant'] != null) {
|
|
319
338
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
320
339
|
}
|
|
340
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
341
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
342
|
+
}
|
|
321
343
|
urlPath = "/corporations/{corporation_id}/orders/history";
|
|
322
344
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
345
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
346
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
347
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
348
|
+
}
|
|
323
349
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
324
350
|
if (!facade) {
|
|
325
351
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -332,7 +358,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
332
358
|
}, initOverrides)];
|
|
333
359
|
case 1:
|
|
334
360
|
response = _b.sent();
|
|
335
|
-
return [2 /*return*/,
|
|
361
|
+
return [2 /*return*/, response];
|
|
336
362
|
}
|
|
337
363
|
});
|
|
338
364
|
});
|
|
@@ -349,8 +375,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
349
375
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdOrdersHistoryRaw(requestParameters, initOverrides)];
|
|
350
376
|
case 1:
|
|
351
377
|
response = _a.sent();
|
|
352
|
-
return [
|
|
353
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
378
|
+
return [2 /*return*/, response];
|
|
354
379
|
}
|
|
355
380
|
});
|
|
356
381
|
});
|
|
@@ -383,7 +408,14 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
383
408
|
if (requestParameters['xTenant'] != null) {
|
|
384
409
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
385
410
|
}
|
|
411
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
412
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
413
|
+
}
|
|
386
414
|
urlPath = "/markets/groups";
|
|
415
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
416
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
417
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
418
|
+
}
|
|
387
419
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
388
420
|
if (!facade) {
|
|
389
421
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -396,7 +428,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
396
428
|
}, initOverrides)];
|
|
397
429
|
case 1:
|
|
398
430
|
response = _b.sent();
|
|
399
|
-
return [2 /*return*/,
|
|
431
|
+
return [2 /*return*/, response];
|
|
400
432
|
}
|
|
401
433
|
});
|
|
402
434
|
});
|
|
@@ -413,8 +445,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
413
445
|
case 0: return [4 /*yield*/, this.getMarketsGroupsRaw(requestParameters, initOverrides)];
|
|
414
446
|
case 1:
|
|
415
447
|
response = _a.sent();
|
|
416
|
-
return [
|
|
417
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
448
|
+
return [2 /*return*/, response];
|
|
418
449
|
}
|
|
419
450
|
});
|
|
420
451
|
});
|
|
@@ -450,8 +481,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
450
481
|
if (requestParameters['xTenant'] != null) {
|
|
451
482
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
452
483
|
}
|
|
484
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
485
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
486
|
+
}
|
|
453
487
|
urlPath = "/markets/groups/{market_group_id}";
|
|
454
488
|
urlPath = urlPath.replace("{".concat("market_group_id", "}"), encodeURIComponent(String(requestParameters['marketGroupId'])));
|
|
489
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
490
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
491
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
492
|
+
}
|
|
455
493
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
456
494
|
if (!facade) {
|
|
457
495
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -464,7 +502,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
464
502
|
}, initOverrides)];
|
|
465
503
|
case 1:
|
|
466
504
|
response = _b.sent();
|
|
467
|
-
return [2 /*return*/,
|
|
505
|
+
return [2 /*return*/, response];
|
|
468
506
|
}
|
|
469
507
|
});
|
|
470
508
|
});
|
|
@@ -481,8 +519,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
481
519
|
case 0: return [4 /*yield*/, this.getMarketsGroupsMarketGroupIdRaw(requestParameters, initOverrides)];
|
|
482
520
|
case 1:
|
|
483
521
|
response = _a.sent();
|
|
484
|
-
return [
|
|
485
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
522
|
+
return [2 /*return*/, response];
|
|
486
523
|
}
|
|
487
524
|
});
|
|
488
525
|
});
|
|
@@ -515,7 +552,14 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
515
552
|
if (requestParameters['xTenant'] != null) {
|
|
516
553
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
517
554
|
}
|
|
555
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
556
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
557
|
+
}
|
|
518
558
|
urlPath = "/markets/prices";
|
|
559
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
560
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
561
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
562
|
+
}
|
|
519
563
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
520
564
|
if (!facade) {
|
|
521
565
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -528,7 +572,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
528
572
|
}, initOverrides)];
|
|
529
573
|
case 1:
|
|
530
574
|
response = _b.sent();
|
|
531
|
-
return [2 /*return*/,
|
|
575
|
+
return [2 /*return*/, response];
|
|
532
576
|
}
|
|
533
577
|
});
|
|
534
578
|
});
|
|
@@ -545,8 +589,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
545
589
|
case 0: return [4 /*yield*/, this.getMarketsPricesRaw(requestParameters, initOverrides)];
|
|
546
590
|
case 1:
|
|
547
591
|
response = _a.sent();
|
|
548
|
-
return [
|
|
549
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
592
|
+
return [2 /*return*/, response];
|
|
550
593
|
}
|
|
551
594
|
});
|
|
552
595
|
});
|
|
@@ -588,8 +631,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
588
631
|
if (requestParameters['xTenant'] != null) {
|
|
589
632
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
590
633
|
}
|
|
634
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
635
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
636
|
+
}
|
|
591
637
|
urlPath = "/markets/{region_id}/history";
|
|
592
638
|
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
639
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
640
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
641
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
642
|
+
}
|
|
593
643
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
594
644
|
if (!facade) {
|
|
595
645
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -602,7 +652,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
602
652
|
}, initOverrides)];
|
|
603
653
|
case 1:
|
|
604
654
|
response = _b.sent();
|
|
605
|
-
return [2 /*return*/,
|
|
655
|
+
return [2 /*return*/, response];
|
|
606
656
|
}
|
|
607
657
|
});
|
|
608
658
|
});
|
|
@@ -619,8 +669,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
619
669
|
case 0: return [4 /*yield*/, this.getMarketsRegionIdHistoryRaw(requestParameters, initOverrides)];
|
|
620
670
|
case 1:
|
|
621
671
|
response = _a.sent();
|
|
622
|
-
return [
|
|
623
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
672
|
+
return [2 /*return*/, response];
|
|
624
673
|
}
|
|
625
674
|
});
|
|
626
675
|
});
|
|
@@ -668,8 +717,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
668
717
|
if (requestParameters['xTenant'] != null) {
|
|
669
718
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
670
719
|
}
|
|
720
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
721
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
722
|
+
}
|
|
671
723
|
urlPath = "/markets/{region_id}/orders";
|
|
672
724
|
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
725
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
726
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
727
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
728
|
+
}
|
|
673
729
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
674
730
|
if (!facade) {
|
|
675
731
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -682,7 +738,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
682
738
|
}, initOverrides)];
|
|
683
739
|
case 1:
|
|
684
740
|
response = _b.sent();
|
|
685
|
-
return [2 /*return*/,
|
|
741
|
+
return [2 /*return*/, response];
|
|
686
742
|
}
|
|
687
743
|
});
|
|
688
744
|
});
|
|
@@ -699,8 +755,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
699
755
|
case 0: return [4 /*yield*/, this.getMarketsRegionIdOrdersRaw(requestParameters, initOverrides)];
|
|
700
756
|
case 1:
|
|
701
757
|
response = _a.sent();
|
|
702
|
-
return [
|
|
703
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
758
|
+
return [2 /*return*/, response];
|
|
704
759
|
}
|
|
705
760
|
});
|
|
706
761
|
});
|
|
@@ -739,8 +794,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
739
794
|
if (requestParameters['xTenant'] != null) {
|
|
740
795
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
741
796
|
}
|
|
797
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
798
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
799
|
+
}
|
|
742
800
|
urlPath = "/markets/{region_id}/types";
|
|
743
801
|
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
802
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
803
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
804
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
805
|
+
}
|
|
744
806
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
745
807
|
if (!facade) {
|
|
746
808
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -753,7 +815,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
753
815
|
}, initOverrides)];
|
|
754
816
|
case 1:
|
|
755
817
|
response = _b.sent();
|
|
756
|
-
return [2 /*return*/,
|
|
818
|
+
return [2 /*return*/, response];
|
|
757
819
|
}
|
|
758
820
|
});
|
|
759
821
|
});
|
|
@@ -770,8 +832,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
770
832
|
case 0: return [4 /*yield*/, this.getMarketsRegionIdTypesRaw(requestParameters, initOverrides)];
|
|
771
833
|
case 1:
|
|
772
834
|
response = _a.sent();
|
|
773
|
-
return [
|
|
774
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
835
|
+
return [2 /*return*/, response];
|
|
775
836
|
}
|
|
776
837
|
});
|
|
777
838
|
});
|
|
@@ -810,8 +871,15 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
810
871
|
if (requestParameters['xTenant'] != null) {
|
|
811
872
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
812
873
|
}
|
|
874
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
875
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
876
|
+
}
|
|
813
877
|
urlPath = "/markets/structures/{structure_id}";
|
|
814
878
|
urlPath = urlPath.replace("{".concat("structure_id", "}"), encodeURIComponent(String(requestParameters['structureId'])));
|
|
879
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
880
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
881
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
882
|
+
}
|
|
815
883
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
816
884
|
if (!facade) {
|
|
817
885
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -824,7 +892,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
824
892
|
}, initOverrides)];
|
|
825
893
|
case 1:
|
|
826
894
|
response = _b.sent();
|
|
827
|
-
return [2 /*return*/,
|
|
895
|
+
return [2 /*return*/, response];
|
|
828
896
|
}
|
|
829
897
|
});
|
|
830
898
|
});
|
|
@@ -841,8 +909,7 @@ var MarketApi = /** @class */ (function (_super) {
|
|
|
841
909
|
case 0: return [4 /*yield*/, this.getMarketsStructuresStructureIdRaw(requestParameters, initOverrides)];
|
|
842
910
|
case 1:
|
|
843
911
|
response = _a.sent();
|
|
844
|
-
return [
|
|
845
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
912
|
+
return [2 /*return*/, response];
|
|
846
913
|
}
|
|
847
914
|
});
|
|
848
915
|
});
|
|
@@ -856,7 +923,7 @@ exports.MarketApi = MarketApi;
|
|
|
856
923
|
*/
|
|
857
924
|
var GetCharactersCharacterIdOrdersXCompatibilityDateEnum;
|
|
858
925
|
(function (GetCharactersCharacterIdOrdersXCompatibilityDateEnum) {
|
|
859
|
-
GetCharactersCharacterIdOrdersXCompatibilityDateEnum["
|
|
926
|
+
GetCharactersCharacterIdOrdersXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
860
927
|
})(GetCharactersCharacterIdOrdersXCompatibilityDateEnum || (exports.GetCharactersCharacterIdOrdersXCompatibilityDateEnum = GetCharactersCharacterIdOrdersXCompatibilityDateEnum = {}));
|
|
861
928
|
/**
|
|
862
929
|
* @export
|
|
@@ -879,7 +946,7 @@ var GetCharactersCharacterIdOrdersAcceptLanguageEnum;
|
|
|
879
946
|
*/
|
|
880
947
|
var GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum;
|
|
881
948
|
(function (GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum) {
|
|
882
|
-
GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum["
|
|
949
|
+
GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
883
950
|
})(GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum || (exports.GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = {}));
|
|
884
951
|
/**
|
|
885
952
|
* @export
|
|
@@ -902,7 +969,7 @@ var GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum;
|
|
|
902
969
|
*/
|
|
903
970
|
var GetCorporationsCorporationIdOrdersXCompatibilityDateEnum;
|
|
904
971
|
(function (GetCorporationsCorporationIdOrdersXCompatibilityDateEnum) {
|
|
905
|
-
GetCorporationsCorporationIdOrdersXCompatibilityDateEnum["
|
|
972
|
+
GetCorporationsCorporationIdOrdersXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
906
973
|
})(GetCorporationsCorporationIdOrdersXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = {}));
|
|
907
974
|
/**
|
|
908
975
|
* @export
|
|
@@ -925,7 +992,7 @@ var GetCorporationsCorporationIdOrdersAcceptLanguageEnum;
|
|
|
925
992
|
*/
|
|
926
993
|
var GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum;
|
|
927
994
|
(function (GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum) {
|
|
928
|
-
GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum["
|
|
995
|
+
GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
929
996
|
})(GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = {}));
|
|
930
997
|
/**
|
|
931
998
|
* @export
|
|
@@ -948,7 +1015,7 @@ var GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum;
|
|
|
948
1015
|
*/
|
|
949
1016
|
var GetMarketsGroupsXCompatibilityDateEnum;
|
|
950
1017
|
(function (GetMarketsGroupsXCompatibilityDateEnum) {
|
|
951
|
-
GetMarketsGroupsXCompatibilityDateEnum["
|
|
1018
|
+
GetMarketsGroupsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
952
1019
|
})(GetMarketsGroupsXCompatibilityDateEnum || (exports.GetMarketsGroupsXCompatibilityDateEnum = GetMarketsGroupsXCompatibilityDateEnum = {}));
|
|
953
1020
|
/**
|
|
954
1021
|
* @export
|
|
@@ -971,7 +1038,7 @@ var GetMarketsGroupsAcceptLanguageEnum;
|
|
|
971
1038
|
*/
|
|
972
1039
|
var GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum;
|
|
973
1040
|
(function (GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum) {
|
|
974
|
-
GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum["
|
|
1041
|
+
GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
975
1042
|
})(GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum || (exports.GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = {}));
|
|
976
1043
|
/**
|
|
977
1044
|
* @export
|
|
@@ -994,7 +1061,7 @@ var GetMarketsGroupsMarketGroupIdAcceptLanguageEnum;
|
|
|
994
1061
|
*/
|
|
995
1062
|
var GetMarketsPricesXCompatibilityDateEnum;
|
|
996
1063
|
(function (GetMarketsPricesXCompatibilityDateEnum) {
|
|
997
|
-
GetMarketsPricesXCompatibilityDateEnum["
|
|
1064
|
+
GetMarketsPricesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
998
1065
|
})(GetMarketsPricesXCompatibilityDateEnum || (exports.GetMarketsPricesXCompatibilityDateEnum = GetMarketsPricesXCompatibilityDateEnum = {}));
|
|
999
1066
|
/**
|
|
1000
1067
|
* @export
|
|
@@ -1017,7 +1084,7 @@ var GetMarketsPricesAcceptLanguageEnum;
|
|
|
1017
1084
|
*/
|
|
1018
1085
|
var GetMarketsRegionIdHistoryXCompatibilityDateEnum;
|
|
1019
1086
|
(function (GetMarketsRegionIdHistoryXCompatibilityDateEnum) {
|
|
1020
|
-
GetMarketsRegionIdHistoryXCompatibilityDateEnum["
|
|
1087
|
+
GetMarketsRegionIdHistoryXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
1021
1088
|
})(GetMarketsRegionIdHistoryXCompatibilityDateEnum || (exports.GetMarketsRegionIdHistoryXCompatibilityDateEnum = GetMarketsRegionIdHistoryXCompatibilityDateEnum = {}));
|
|
1022
1089
|
/**
|
|
1023
1090
|
* @export
|
|
@@ -1050,7 +1117,7 @@ var GetMarketsRegionIdOrdersOrderTypeEnum;
|
|
|
1050
1117
|
*/
|
|
1051
1118
|
var GetMarketsRegionIdOrdersXCompatibilityDateEnum;
|
|
1052
1119
|
(function (GetMarketsRegionIdOrdersXCompatibilityDateEnum) {
|
|
1053
|
-
GetMarketsRegionIdOrdersXCompatibilityDateEnum["
|
|
1120
|
+
GetMarketsRegionIdOrdersXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
1054
1121
|
})(GetMarketsRegionIdOrdersXCompatibilityDateEnum || (exports.GetMarketsRegionIdOrdersXCompatibilityDateEnum = GetMarketsRegionIdOrdersXCompatibilityDateEnum = {}));
|
|
1055
1122
|
/**
|
|
1056
1123
|
* @export
|
|
@@ -1073,7 +1140,7 @@ var GetMarketsRegionIdOrdersAcceptLanguageEnum;
|
|
|
1073
1140
|
*/
|
|
1074
1141
|
var GetMarketsRegionIdTypesXCompatibilityDateEnum;
|
|
1075
1142
|
(function (GetMarketsRegionIdTypesXCompatibilityDateEnum) {
|
|
1076
|
-
GetMarketsRegionIdTypesXCompatibilityDateEnum["
|
|
1143
|
+
GetMarketsRegionIdTypesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
1077
1144
|
})(GetMarketsRegionIdTypesXCompatibilityDateEnum || (exports.GetMarketsRegionIdTypesXCompatibilityDateEnum = GetMarketsRegionIdTypesXCompatibilityDateEnum = {}));
|
|
1078
1145
|
/**
|
|
1079
1146
|
* @export
|
|
@@ -1096,7 +1163,7 @@ var GetMarketsRegionIdTypesAcceptLanguageEnum;
|
|
|
1096
1163
|
*/
|
|
1097
1164
|
var GetMarketsStructuresStructureIdXCompatibilityDateEnum;
|
|
1098
1165
|
(function (GetMarketsStructuresStructureIdXCompatibilityDateEnum) {
|
|
1099
|
-
GetMarketsStructuresStructureIdXCompatibilityDateEnum["
|
|
1166
|
+
GetMarketsStructuresStructureIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
1100
1167
|
})(GetMarketsStructuresStructureIdXCompatibilityDateEnum || (exports.GetMarketsStructuresStructureIdXCompatibilityDateEnum = GetMarketsStructuresStructureIdXCompatibilityDateEnum = {}));
|
|
1101
1168
|
/**
|
|
1102
1169
|
* @export
|
package/dist/apis/MetaApi.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,18 +10,27 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { MetaChangelog, MetaCompatibilityDates } from '../models/index';
|
|
13
|
+
import type { MetaChangelog, MetaCompatibilityDates, MetaStatus } from '../models/index';
|
|
14
14
|
export interface GetMetaChangelogRequest {
|
|
15
15
|
xCompatibilityDate: GetMetaChangelogXCompatibilityDateEnum;
|
|
16
16
|
acceptLanguage?: GetMetaChangelogAcceptLanguageEnum;
|
|
17
17
|
ifNoneMatch?: string;
|
|
18
18
|
xTenant?: string;
|
|
19
|
+
ifModifiedSince?: string;
|
|
19
20
|
}
|
|
20
21
|
export interface GetMetaCompatibilityDatesRequest {
|
|
21
22
|
xCompatibilityDate: GetMetaCompatibilityDatesXCompatibilityDateEnum;
|
|
22
23
|
acceptLanguage?: GetMetaCompatibilityDatesAcceptLanguageEnum;
|
|
23
24
|
ifNoneMatch?: string;
|
|
24
25
|
xTenant?: string;
|
|
26
|
+
ifModifiedSince?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface GetMetaStatusRequest {
|
|
29
|
+
xCompatibilityDate: GetMetaStatusXCompatibilityDateEnum;
|
|
30
|
+
acceptLanguage?: GetMetaStatusAcceptLanguageEnum;
|
|
31
|
+
ifNoneMatch?: string;
|
|
32
|
+
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
25
34
|
}
|
|
26
35
|
/**
|
|
27
36
|
* MetaApi - interface
|
|
@@ -33,10 +42,11 @@ export interface MetaApiInterface {
|
|
|
33
42
|
/**
|
|
34
43
|
* Get the changelog of this API.
|
|
35
44
|
* @summary Get changelog
|
|
36
|
-
* @param {'
|
|
45
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
37
46
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
38
47
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
39
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.
|
|
40
50
|
* @param {*} [options] Override http request option.
|
|
41
51
|
* @throws {RequiredError}
|
|
42
52
|
* @memberof MetaApiInterface
|
|
@@ -46,14 +56,15 @@ export interface MetaApiInterface {
|
|
|
46
56
|
* Get the changelog of this API.
|
|
47
57
|
* Get changelog
|
|
48
58
|
*/
|
|
49
|
-
getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
59
|
+
getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
50
60
|
/**
|
|
51
61
|
* Get a list of compatibility dates.
|
|
52
62
|
* @summary Get compatibility dates
|
|
53
|
-
* @param {'
|
|
63
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
54
64
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
55
65
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
56
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.
|
|
57
68
|
* @param {*} [options] Override http request option.
|
|
58
69
|
* @throws {RequiredError}
|
|
59
70
|
* @memberof MetaApiInterface
|
|
@@ -63,7 +74,25 @@ export interface MetaApiInterface {
|
|
|
63
74
|
* Get a list of compatibility dates.
|
|
64
75
|
* Get compatibility dates
|
|
65
76
|
*/
|
|
66
|
-
getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
77
|
+
getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
78
|
+
/**
|
|
79
|
+
* Get the health status of each API route.
|
|
80
|
+
* @summary Get health status
|
|
81
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
82
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
83
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
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.
|
|
86
|
+
* @param {*} [options] Override http request option.
|
|
87
|
+
* @throws {RequiredError}
|
|
88
|
+
* @memberof MetaApiInterface
|
|
89
|
+
*/
|
|
90
|
+
getMetaStatusRaw(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MetaStatus>>;
|
|
91
|
+
/**
|
|
92
|
+
* Get the health status of each API route.
|
|
93
|
+
* Get health status
|
|
94
|
+
*/
|
|
95
|
+
getMetaStatus(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
67
96
|
}
|
|
68
97
|
/**
|
|
69
98
|
*
|
|
@@ -78,7 +107,7 @@ export declare class MetaApi extends runtime.BaseAPI implements MetaApiInterface
|
|
|
78
107
|
* Get the changelog of this API.
|
|
79
108
|
* Get changelog
|
|
80
109
|
*/
|
|
81
|
-
getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
110
|
+
getMetaChangelog(requestParameters: GetMetaChangelogRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
82
111
|
/**
|
|
83
112
|
* Get a list of compatibility dates.
|
|
84
113
|
* Get compatibility dates
|
|
@@ -88,14 +117,24 @@ export declare class MetaApi extends runtime.BaseAPI implements MetaApiInterface
|
|
|
88
117
|
* Get a list of compatibility dates.
|
|
89
118
|
* Get compatibility dates
|
|
90
119
|
*/
|
|
91
|
-
getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
120
|
+
getMetaCompatibilityDates(requestParameters: GetMetaCompatibilityDatesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
121
|
+
/**
|
|
122
|
+
* Get the health status of each API route.
|
|
123
|
+
* Get health status
|
|
124
|
+
*/
|
|
125
|
+
getMetaStatusRaw(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MetaStatus>>;
|
|
126
|
+
/**
|
|
127
|
+
* Get the health status of each API route.
|
|
128
|
+
* Get health status
|
|
129
|
+
*/
|
|
130
|
+
getMetaStatus(requestParameters: GetMetaStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
92
131
|
}
|
|
93
132
|
/**
|
|
94
133
|
* @export
|
|
95
134
|
* @enum {string}
|
|
96
135
|
*/
|
|
97
136
|
export declare enum GetMetaChangelogXCompatibilityDateEnum {
|
|
98
|
-
|
|
137
|
+
_20251216 = "2025-12-16"
|
|
99
138
|
}
|
|
100
139
|
/**
|
|
101
140
|
* @export
|
|
@@ -116,7 +155,7 @@ export declare enum GetMetaChangelogAcceptLanguageEnum {
|
|
|
116
155
|
* @enum {string}
|
|
117
156
|
*/
|
|
118
157
|
export declare enum GetMetaCompatibilityDatesXCompatibilityDateEnum {
|
|
119
|
-
|
|
158
|
+
_20251216 = "2025-12-16"
|
|
120
159
|
}
|
|
121
160
|
/**
|
|
122
161
|
* @export
|
|
@@ -132,3 +171,24 @@ export declare enum GetMetaCompatibilityDatesAcceptLanguageEnum {
|
|
|
132
171
|
Ko = "ko",
|
|
133
172
|
Es = "es"
|
|
134
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* @export
|
|
176
|
+
* @enum {string}
|
|
177
|
+
*/
|
|
178
|
+
export declare enum GetMetaStatusXCompatibilityDateEnum {
|
|
179
|
+
_20251216 = "2025-12-16"
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @export
|
|
183
|
+
* @enum {string}
|
|
184
|
+
*/
|
|
185
|
+
export declare enum GetMetaStatusAcceptLanguageEnum {
|
|
186
|
+
En = "en",
|
|
187
|
+
De = "de",
|
|
188
|
+
Fr = "fr",
|
|
189
|
+
Ja = "ja",
|
|
190
|
+
Ru = "ru",
|
|
191
|
+
Zh = "zh",
|
|
192
|
+
Ko = "ko",
|
|
193
|
+
Es = "es"
|
|
194
|
+
}
|