esisl_genoa_client 0.1.0
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 +306 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +623 -0
- package/dist/apis/AllianceApi.d.ts +248 -0
- package/dist/apis/AllianceApi.js +420 -0
- package/dist/apis/AssetsApi.d.ts +374 -0
- package/dist/apis/AssetsApi.js +622 -0
- package/dist/apis/CalendarApi.d.ts +260 -0
- package/dist/apis/CalendarApi.js +442 -0
- package/dist/apis/CharacterApi.d.ts +814 -0
- package/dist/apis/CharacterApi.js +1299 -0
- package/dist/apis/ClonesApi.d.ts +138 -0
- package/dist/apis/ClonesApi.js +252 -0
- package/dist/apis/ContactsApi.d.ts +554 -0
- package/dist/apis/ContactsApi.js +899 -0
- package/dist/apis/ContractsApi.d.ts +550 -0
- package/dist/apis/ContractsApi.js +888 -0
- package/dist/apis/CorporationApi.d.ts +1278 -0
- package/dist/apis/CorporationApi.js +2011 -0
- package/dist/apis/DogmaApi.d.ts +304 -0
- package/dist/apis/DogmaApi.js +506 -0
- package/dist/apis/FactionWarfareApi.d.ts +462 -0
- package/dist/apis/FactionWarfareApi.js +744 -0
- package/dist/apis/FittingsApi.d.ts +198 -0
- package/dist/apis/FittingsApi.js +345 -0
- package/dist/apis/FleetsApi.d.ts +834 -0
- package/dist/apis/FleetsApi.js +1321 -0
- package/dist/apis/IncursionsApi.d.ts +80 -0
- package/dist/apis/IncursionsApi.js +162 -0
- package/dist/apis/IndustryApi.d.ts +486 -0
- package/dist/apis/IndustryApi.js +785 -0
- package/dist/apis/InsuranceApi.d.ts +80 -0
- package/dist/apis/InsuranceApi.js +162 -0
- package/dist/apis/KillmailsApi.d.ts +200 -0
- package/dist/apis/KillmailsApi.js +348 -0
- package/dist/apis/LocationApi.d.ts +194 -0
- package/dist/apis/LocationApi.js +338 -0
- package/dist/apis/LoyaltyApi.d.ts +138 -0
- package/dist/apis/LoyaltyApi.js +252 -0
- package/dist/apis/MailApi.d.ts +548 -0
- package/dist/apis/MailApi.js +897 -0
- package/dist/apis/MarketApi.d.ts +665 -0
- package/dist/apis/MarketApi.js +1061 -0
- package/dist/apis/MetaApi.d.ts +134 -0
- package/dist/apis/MetaApi.js +244 -0
- package/dist/apis/PlanetaryInteractionApi.d.ts +254 -0
- package/dist/apis/PlanetaryInteractionApi.js +431 -0
- package/dist/apis/RoutesApi.d.ts +98 -0
- package/dist/apis/RoutesApi.js +189 -0
- package/dist/apis/SearchApi.d.ts +105 -0
- package/dist/apis/SearchApi.js +199 -0
- package/dist/apis/SkillsApi.d.ts +194 -0
- package/dist/apis/SkillsApi.js +338 -0
- package/dist/apis/SovereigntyApi.d.ts +188 -0
- package/dist/apis/SovereigntyApi.js +326 -0
- package/dist/apis/StatusApi.d.ts +80 -0
- package/dist/apis/StatusApi.js +162 -0
- package/dist/apis/UniverseApi.d.ts +1692 -0
- package/dist/apis/UniverseApi.js +2625 -0
- package/dist/apis/UserInterfaceApi.d.ts +310 -0
- package/dist/apis/UserInterfaceApi.js +521 -0
- package/dist/apis/WalletApi.d.ts +374 -0
- package/dist/apis/WalletApi.js +622 -0
- package/dist/apis/WarsApi.d.ts +196 -0
- package/dist/apis/WarsApi.js +340 -0
- package/dist/apis/index.d.ts +31 -0
- package/dist/apis/index.js +49 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/index.d.ts +12463 -0
- package/dist/models/index.js +3557 -0
- package/dist/runtime.d.ts +181 -0
- package/dist/runtime.js +555 -0
- package/dist/serviceFacade.d.ts +6 -0
- package/dist/serviceFacade.js +46 -0
- package/docs/AllianceApi.md +329 -0
- package/docs/AlliancesAllianceIdContactsGetInner.md +17 -0
- package/docs/AlliancesAllianceIdContactsLabelsGetInner.md +15 -0
- package/docs/AlliancesAllianceIdGet.md +20 -0
- package/docs/AlliancesAllianceIdIconsGet.md +15 -0
- package/docs/AssetsApi.md +536 -0
- package/docs/CalendarApi.md +363 -0
- package/docs/CharacterApi.md +1188 -0
- package/docs/CharactersAffiliationPostInner.md +17 -0
- package/docs/CharactersCharacterIdAgentsResearchGetInner.md +18 -0
- package/docs/CharactersCharacterIdAssetsGetInner.md +21 -0
- package/docs/CharactersCharacterIdAssetsLocationsPostInner.md +15 -0
- package/docs/CharactersCharacterIdAssetsLocationsPostInnerPosition.md +16 -0
- package/docs/CharactersCharacterIdAssetsNamesPostInner.md +15 -0
- package/docs/CharactersCharacterIdAttributesGet.md +21 -0
- package/docs/CharactersCharacterIdBlueprintsGetInner.md +21 -0
- package/docs/CharactersCharacterIdCalendarEventIdAttendeesGetInner.md +16 -0
- package/docs/CharactersCharacterIdCalendarEventIdGet.md +24 -0
- package/docs/CharactersCharacterIdCalendarGetInner.md +19 -0
- package/docs/CharactersCharacterIdClonesGet.md +17 -0
- package/docs/CharactersCharacterIdClonesGetHomeLocation.md +15 -0
- package/docs/CharactersCharacterIdClonesGetJumpClonesInner.md +19 -0
- package/docs/CharactersCharacterIdContactsGetInner.md +19 -0
- package/docs/CharactersCharacterIdContractsContractIdBidsGetInner.md +17 -0
- package/docs/CharactersCharacterIdContractsContractIdItemsGetInner.md +19 -0
- package/docs/CharactersCharacterIdContractsGetInner.md +35 -0
- package/docs/CharactersCharacterIdCorporationhistoryGetInner.md +17 -0
- package/docs/CharactersCharacterIdFatigueGet.md +16 -0
- package/docs/CharactersCharacterIdFittingsGetInner.md +18 -0
- package/docs/CharactersCharacterIdFittingsGetInnerItemsInner.md +17 -0
- package/docs/CharactersCharacterIdFittingsPost.md +15 -0
- package/docs/CharactersCharacterIdFleetGet.md +18 -0
- package/docs/CharactersCharacterIdFwStatsGet.md +19 -0
- package/docs/CharactersCharacterIdFwStatsGetKills.md +17 -0
- package/docs/CharactersCharacterIdFwStatsGetVictoryPoints.md +17 -0
- package/docs/CharactersCharacterIdGet.md +24 -0
- package/docs/CharactersCharacterIdIndustryJobsGetInner.md +35 -0
- package/docs/CharactersCharacterIdKillmailsRecentGetInner.md +15 -0
- package/docs/CharactersCharacterIdLocationGet.md +16 -0
- package/docs/CharactersCharacterIdLoyaltyPointsGetInner.md +15 -0
- package/docs/CharactersCharacterIdMailGetInner.md +20 -0
- package/docs/CharactersCharacterIdMailLabelsGet.md +15 -0
- package/docs/CharactersCharacterIdMailLabelsGetLabelsInner.md +18 -0
- package/docs/CharactersCharacterIdMailListsGetInner.md +15 -0
- package/docs/CharactersCharacterIdMailMailIdGet.md +20 -0
- package/docs/CharactersCharacterIdMedalsGetInner.md +22 -0
- package/docs/CharactersCharacterIdMedalsGetInnerGraphicsInner.md +18 -0
- package/docs/CharactersCharacterIdMiningGetInner.md +17 -0
- package/docs/CharactersCharacterIdNotificationsContactsGetInner.md +18 -0
- package/docs/CharactersCharacterIdNotificationsGetInner.md +20 -0
- package/docs/CharactersCharacterIdOnlineGet.md +17 -0
- package/docs/CharactersCharacterIdOrdersGetInner.md +27 -0
- package/docs/CharactersCharacterIdOrdersHistoryGetInner.md +28 -0
- package/docs/CharactersCharacterIdPlanetsGetInner.md +20 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGet.md +16 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetLinksInner.md +17 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInner.md +25 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerContentsInner.md +16 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerExtractorDetails.md +18 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerExtractorDetailsHeadsInner.md +17 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerFactoryDetails.md +14 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetRoutesInner.md +20 -0
- package/docs/CharactersCharacterIdPortraitGet.md +17 -0
- package/docs/CharactersCharacterIdRolesGet.md +17 -0
- package/docs/CharactersCharacterIdSearchGet.md +24 -0
- package/docs/CharactersCharacterIdShipGet.md +16 -0
- package/docs/CharactersCharacterIdSkillqueueGetInner.md +21 -0
- package/docs/CharactersCharacterIdSkillsGet.md +16 -0
- package/docs/CharactersCharacterIdSkillsGetSkillsInner.md +18 -0
- package/docs/CharactersCharacterIdStandingsGetInner.md +16 -0
- package/docs/CharactersCharacterIdTitlesGetInner.md +15 -0
- package/docs/CharactersCharacterIdWalletJournalGetInner.md +26 -0
- package/docs/CharactersCharacterIdWalletTransactionsGetInner.md +24 -0
- package/docs/ClonesApi.md +178 -0
- package/docs/ContactsApi.md +809 -0
- package/docs/ContractsApi.md +791 -0
- package/docs/ContractsPublicBidsContractIdGetInner.md +16 -0
- package/docs/ContractsPublicItemsContractIdGetInner.md +22 -0
- package/docs/ContractsPublicRegionIdGetInner.md +29 -0
- package/docs/CorporationApi.md +1892 -0
- package/docs/CorporationCorporationIdMiningExtractionsGetInner.md +18 -0
- package/docs/CorporationCorporationIdMiningObserversGetInner.md +16 -0
- package/docs/CorporationCorporationIdMiningObserversObserverIdGetInner.md +18 -0
- package/docs/CorporationsCorporationIdAlliancehistoryGetInner.md +17 -0
- package/docs/CorporationsCorporationIdAssetsGetInner.md +21 -0
- package/docs/CorporationsCorporationIdBlueprintsGetInner.md +21 -0
- package/docs/CorporationsCorporationIdContactsGetInner.md +18 -0
- package/docs/CorporationsCorporationIdContainersLogsGetInner.md +25 -0
- package/docs/CorporationsCorporationIdContractsGetInner.md +35 -0
- package/docs/CorporationsCorporationIdCustomsOfficesGetInner.md +27 -0
- package/docs/CorporationsCorporationIdDivisionsGet.md +15 -0
- package/docs/CorporationsCorporationIdDivisionsGetHangarInner.md +16 -0
- package/docs/CorporationsCorporationIdDivisionsGetWalletInner.md +16 -0
- package/docs/CorporationsCorporationIdFacilitiesGetInner.md +16 -0
- package/docs/CorporationsCorporationIdFwStatsGet.md +18 -0
- package/docs/CorporationsCorporationIdFwStatsGetKills.md +17 -0
- package/docs/CorporationsCorporationIdFwStatsGetVictoryPoints.md +17 -0
- package/docs/CorporationsCorporationIdGet.md +27 -0
- package/docs/CorporationsCorporationIdIconsGet.md +16 -0
- package/docs/CorporationsCorporationIdIndustryJobsGetInner.md +35 -0
- package/docs/CorporationsCorporationIdMedalsGetInner.md +18 -0
- package/docs/CorporationsCorporationIdMedalsIssuedGetInner.md +19 -0
- package/docs/CorporationsCorporationIdMembersTitlesGetInner.md +15 -0
- package/docs/CorporationsCorporationIdMembertrackingGetInner.md +20 -0
- package/docs/CorporationsCorporationIdOrdersGetInner.md +28 -0
- package/docs/CorporationsCorporationIdOrdersHistoryGetInner.md +29 -0
- package/docs/CorporationsCorporationIdRolesGetInner.md +22 -0
- package/docs/CorporationsCorporationIdRolesHistoryGetInner.md +19 -0
- package/docs/CorporationsCorporationIdShareholdersGetInner.md +16 -0
- package/docs/CorporationsCorporationIdStarbasesGetInner.md +21 -0
- package/docs/CorporationsCorporationIdStarbasesStarbaseIdGet.md +27 -0
- package/docs/CorporationsCorporationIdStarbasesStarbaseIdGetFuelsInner.md +16 -0
- package/docs/CorporationsCorporationIdStructuresGetInner.md +28 -0
- package/docs/CorporationsCorporationIdStructuresGetInnerServicesInner.md +16 -0
- package/docs/CorporationsCorporationIdTitlesGetInner.md +23 -0
- package/docs/CorporationsCorporationIdWalletsDivisionJournalGetInner.md +26 -0
- package/docs/CorporationsCorporationIdWalletsDivisionTransactionsGetInner.md +23 -0
- package/docs/CorporationsCorporationIdWalletsGetInner.md +15 -0
- package/docs/DogmaApi.md +410 -0
- package/docs/DogmaAttributesAttributeIdGet.md +23 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGet.md +18 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner.md +16 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner.md +16 -0
- package/docs/DogmaEffectsEffectIdGet.md +34 -0
- package/docs/DogmaEffectsEffectIdGetModifiersInner.md +20 -0
- package/docs/ErrorDetail.md +16 -0
- package/docs/FactionWarfareApi.md +646 -0
- package/docs/FittingsApi.md +269 -0
- package/docs/FleetsApi.md +1234 -0
- package/docs/FleetsFleetIdGet.md +17 -0
- package/docs/FleetsFleetIdMembersGetInner.md +23 -0
- package/docs/FleetsFleetIdWingsGetInner.md +16 -0
- package/docs/FleetsFleetIdWingsGetInnerSquadsInner.md +16 -0
- package/docs/FleetsFleetIdWingsPost.md +15 -0
- package/docs/FleetsFleetIdWingsWingIdSquadsPost.md +15 -0
- package/docs/FwLeaderboardsCharactersGet.md +15 -0
- package/docs/FwLeaderboardsCharactersGetKills.md +17 -0
- package/docs/FwLeaderboardsCharactersGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGet.md +15 -0
- package/docs/FwLeaderboardsCorporationsGetKills.md +17 -0
- package/docs/FwLeaderboardsCorporationsGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsGet.md +15 -0
- package/docs/FwLeaderboardsGetKills.md +17 -0
- package/docs/FwLeaderboardsGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwStatsGetInner.md +18 -0
- package/docs/FwStatsGetInnerKills.md +17 -0
- package/docs/FwStatsGetInnerVictoryPoints.md +17 -0
- package/docs/FwSystemsGetInner.md +19 -0
- package/docs/FwWarsGetInner.md +15 -0
- package/docs/IncursionsApi.md +86 -0
- package/docs/IncursionsGetInner.md +21 -0
- package/docs/IndustryApi.md +698 -0
- package/docs/IndustryFacilitiesGetInner.md +19 -0
- package/docs/IndustrySystemsGetInner.md +15 -0
- package/docs/IndustrySystemsGetInnerCostIndicesInner.md +16 -0
- package/docs/InsuranceApi.md +86 -0
- package/docs/InsurancePricesGetInner.md +15 -0
- package/docs/InsurancePricesGetInnerLevelsInner.md +17 -0
- package/docs/KillmailsApi.md +268 -0
- package/docs/KillmailsKillmailIdKillmailHashGet.md +20 -0
- package/docs/KillmailsKillmailIdKillmailHashGetAttackersInner.md +23 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictim.md +21 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimItemsInner.md +20 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimItemsInnerItemsInner.md +19 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimPosition.md +17 -0
- package/docs/LocationApi.md +263 -0
- package/docs/LoyaltyApi.md +174 -0
- package/docs/LoyaltyStoresCorporationIdOffersGetInner.md +20 -0
- package/docs/LoyaltyStoresCorporationIdOffersGetInnerRequiredItemsInner.md +16 -0
- package/docs/MailApi.md +800 -0
- package/docs/MarketApi.md +940 -0
- package/docs/MarketsGroupsMarketGroupIdGet.md +18 -0
- package/docs/MarketsPricesGetInner.md +16 -0
- package/docs/MarketsRegionIdHistoryGetInner.md +19 -0
- package/docs/MarketsRegionIdOrdersGetInner.md +25 -0
- package/docs/MarketsStructuresStructureIdGetInner.md +24 -0
- package/docs/MetaApi.md +164 -0
- package/docs/MetaChangelog.md +14 -0
- package/docs/MetaChangelogEntry.md +18 -0
- package/docs/MetaCompatibilityDates.md +14 -0
- package/docs/ModelError.md +15 -0
- package/docs/PlanetaryInteractionApi.md +350 -0
- package/docs/PostCharactersCharacterIdFittingsRequest.md +17 -0
- package/docs/PostCharactersCharacterIdFittingsRequestItemsInner.md +17 -0
- package/docs/PostCharactersCharacterIdMailLabelsRequest.md +15 -0
- package/docs/PostCharactersCharacterIdMailRequest.md +17 -0
- package/docs/PostCharactersCharacterIdMailRequestRecipientsInner.md +16 -0
- package/docs/PostFleetsFleetIdMembersRequest.md +17 -0
- package/docs/PostUiOpenwindowNewmailRequest.md +18 -0
- package/docs/PutCharactersCharacterIdCalendarEventIdRequest.md +14 -0
- package/docs/PutCharactersCharacterIdMailMailIdRequest.md +15 -0
- package/docs/PutFleetsFleetIdMembersMemberIdRequest.md +16 -0
- package/docs/PutFleetsFleetIdRequest.md +15 -0
- package/docs/PutFleetsFleetIdSquadsSquadIdRequest.md +14 -0
- package/docs/RoutesApi.md +101 -0
- package/docs/SearchApi.md +102 -0
- package/docs/SkillsApi.md +263 -0
- package/docs/SovereigntyApi.md +242 -0
- package/docs/SovereigntyCampaignsGetInner.md +23 -0
- package/docs/SovereigntyCampaignsGetInnerParticipantsInner.md +16 -0
- package/docs/SovereigntyMapGetInner.md +17 -0
- package/docs/SovereigntyStructuresGetInner.md +20 -0
- package/docs/StatusApi.md +86 -0
- package/docs/StatusGet.md +17 -0
- package/docs/UniverseAncestriesGetInner.md +19 -0
- package/docs/UniverseApi.md +2409 -0
- package/docs/UniverseAsteroidBeltsAsteroidBeltIdGet.md +16 -0
- package/docs/UniverseBloodlinesGetInner.md +24 -0
- package/docs/UniverseCategoriesCategoryIdGet.md +17 -0
- package/docs/UniverseConstellationsConstellationIdGet.md +18 -0
- package/docs/UniverseFactionsGetInner.md +23 -0
- package/docs/UniverseGraphicsGraphicIdGet.md +21 -0
- package/docs/UniverseGroupsGroupIdGet.md +18 -0
- package/docs/UniverseIdsPost.md +23 -0
- package/docs/UniverseIdsPostAgentsInner.md +16 -0
- package/docs/UniverseIdsPostAlliancesInner.md +16 -0
- package/docs/UniverseIdsPostCharactersInner.md +16 -0
- package/docs/UniverseIdsPostConstellationsInner.md +16 -0
- package/docs/UniverseIdsPostCorporationsInner.md +16 -0
- package/docs/UniverseIdsPostFactionsInner.md +16 -0
- package/docs/UniverseIdsPostInventoryTypesInner.md +16 -0
- package/docs/UniverseIdsPostRegionsInner.md +16 -0
- package/docs/UniverseIdsPostStationsInner.md +16 -0
- package/docs/UniverseIdsPostSystemsInner.md +16 -0
- package/docs/UniverseMoonsMoonIdGet.md +17 -0
- package/docs/UniverseNamesPostInner.md +16 -0
- package/docs/UniversePlanetsPlanetIdGet.md +18 -0
- package/docs/UniverseRacesGetInner.md +17 -0
- package/docs/UniverseRegionsRegionIdGet.md +17 -0
- package/docs/UniverseSchematicsSchematicIdGet.md +15 -0
- package/docs/UniverseStargatesStargateIdGet.md +19 -0
- package/docs/UniverseStargatesStargateIdGetDestination.md +15 -0
- package/docs/UniverseStarsStarIdGet.md +21 -0
- package/docs/UniverseStationsStationIdGet.md +25 -0
- package/docs/UniverseStructuresStructureIdGet.md +18 -0
- package/docs/UniverseStructuresStructureIdGetPosition.md +17 -0
- package/docs/UniverseSystemJumpsGetInner.md +15 -0
- package/docs/UniverseSystemKillsGetInner.md +17 -0
- package/docs/UniverseSystemsSystemIdGet.md +23 -0
- package/docs/UniverseSystemsSystemIdGetPlanetsInner.md +17 -0
- package/docs/UniverseTypesTypeIdGet.md +29 -0
- package/docs/UserInterfaceApi.md +439 -0
- package/docs/WalletApi.md +536 -0
- package/docs/WarsApi.md +254 -0
- package/docs/WarsWarIdGet.md +23 -0
- package/docs/WarsWarIdGetAggressor.md +18 -0
- package/docs/WarsWarIdGetAlliesInner.md +16 -0
- package/docs/WarsWarIdGetDefender.md +18 -0
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/package.json +19 -0
- package/src/apis/AllianceApi.ts +480 -0
- package/src/apis/AssetsApi.ts +808 -0
- package/src/apis/CalendarApi.ts +559 -0
- package/src/apis/CharacterApi.ts +1705 -0
- package/src/apis/ClonesApi.ts +273 -0
- package/src/apis/ContactsApi.ts +1205 -0
- package/src/apis/ContractsApi.ts +1166 -0
- package/src/apis/CorporationApi.ts +2702 -0
- package/src/apis/DogmaApi.ts +594 -0
- package/src/apis/FactionWarfareApi.ts +898 -0
- package/src/apis/FittingsApi.ts +414 -0
- package/src/apis/FleetsApi.ts +1820 -0
- package/src/apis/IncursionsApi.ts +140 -0
- package/src/apis/IndustryApi.ts +1010 -0
- package/src/apis/InsuranceApi.ts +140 -0
- package/src/apis/KillmailsApi.ts +409 -0
- package/src/apis/LocationApi.ts +393 -0
- package/src/apis/LoyaltyApi.ts +269 -0
- package/src/apis/MailApi.ts +1198 -0
- package/src/apis/MarketApi.ts +1370 -0
- package/src/apis/MetaApi.ts +244 -0
- package/src/apis/PlanetaryInteractionApi.ts +523 -0
- package/src/apis/RoutesApi.ts +184 -0
- package/src/apis/SearchApi.ts +204 -0
- package/src/apis/SkillsApi.ts +393 -0
- package/src/apis/SovereigntyApi.ts +348 -0
- package/src/apis/StatusApi.ts +140 -0
- package/src/apis/UniverseApi.ts +3343 -0
- package/src/apis/UserInterfaceApi.ts +662 -0
- package/src/apis/WalletApi.ts +797 -0
- package/src/apis/WarsApi.ts +379 -0
- package/src/apis/index.ts +33 -0
- package/src/index.ts +5 -0
- package/src/models/index.ts +12585 -0
- package/src/runtime.ts +425 -0
- package/src/serviceFacade.ts +7 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,3343 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
8
|
+
* Contact: arcyfa_github@pm.me
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import * as runtime from '../runtime';
|
|
17
|
+
import api from '../serviceFacade'
|
|
18
|
+
import type {
|
|
19
|
+
UniverseAncestriesGetInner,
|
|
20
|
+
UniverseAsteroidBeltsAsteroidBeltIdGet,
|
|
21
|
+
UniverseBloodlinesGetInner,
|
|
22
|
+
UniverseCategoriesCategoryIdGet,
|
|
23
|
+
UniverseConstellationsConstellationIdGet,
|
|
24
|
+
UniverseFactionsGetInner,
|
|
25
|
+
UniverseGraphicsGraphicIdGet,
|
|
26
|
+
UniverseGroupsGroupIdGet,
|
|
27
|
+
UniverseIdsPost,
|
|
28
|
+
UniverseMoonsMoonIdGet,
|
|
29
|
+
UniverseNamesPostInner,
|
|
30
|
+
UniversePlanetsPlanetIdGet,
|
|
31
|
+
UniverseRacesGetInner,
|
|
32
|
+
UniverseRegionsRegionIdGet,
|
|
33
|
+
UniverseStargatesStargateIdGet,
|
|
34
|
+
UniverseStarsStarIdGet,
|
|
35
|
+
UniverseStationsStationIdGet,
|
|
36
|
+
UniverseStructuresStructureIdGet,
|
|
37
|
+
UniverseSystemJumpsGetInner,
|
|
38
|
+
UniverseSystemKillsGetInner,
|
|
39
|
+
UniverseSystemsSystemIdGet,
|
|
40
|
+
UniverseTypesTypeIdGet,
|
|
41
|
+
} from '../models/index';
|
|
42
|
+
|
|
43
|
+
export interface GetUniverseAncestriesRequest {
|
|
44
|
+
xCompatibilityDate: GetUniverseAncestriesXCompatibilityDateEnum;
|
|
45
|
+
acceptLanguage?: GetUniverseAncestriesAcceptLanguageEnum;
|
|
46
|
+
ifNoneMatch?: string;
|
|
47
|
+
xTenant?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
|
|
51
|
+
asteroidBeltId: number;
|
|
52
|
+
xCompatibilityDate: GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum;
|
|
53
|
+
acceptLanguage?: GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum;
|
|
54
|
+
ifNoneMatch?: string;
|
|
55
|
+
xTenant?: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface GetUniverseBloodlinesRequest {
|
|
59
|
+
xCompatibilityDate: GetUniverseBloodlinesXCompatibilityDateEnum;
|
|
60
|
+
acceptLanguage?: GetUniverseBloodlinesAcceptLanguageEnum;
|
|
61
|
+
ifNoneMatch?: string;
|
|
62
|
+
xTenant?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface GetUniverseCategoriesRequest {
|
|
66
|
+
xCompatibilityDate: GetUniverseCategoriesXCompatibilityDateEnum;
|
|
67
|
+
acceptLanguage?: GetUniverseCategoriesAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface GetUniverseCategoriesCategoryIdRequest {
|
|
73
|
+
categoryId: number;
|
|
74
|
+
xCompatibilityDate: GetUniverseCategoriesCategoryIdXCompatibilityDateEnum;
|
|
75
|
+
acceptLanguage?: GetUniverseCategoriesCategoryIdAcceptLanguageEnum;
|
|
76
|
+
ifNoneMatch?: string;
|
|
77
|
+
xTenant?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface GetUniverseConstellationsRequest {
|
|
81
|
+
xCompatibilityDate: GetUniverseConstellationsXCompatibilityDateEnum;
|
|
82
|
+
acceptLanguage?: GetUniverseConstellationsAcceptLanguageEnum;
|
|
83
|
+
ifNoneMatch?: string;
|
|
84
|
+
xTenant?: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface GetUniverseConstellationsConstellationIdRequest {
|
|
88
|
+
constellationId: number;
|
|
89
|
+
xCompatibilityDate: GetUniverseConstellationsConstellationIdXCompatibilityDateEnum;
|
|
90
|
+
acceptLanguage?: GetUniverseConstellationsConstellationIdAcceptLanguageEnum;
|
|
91
|
+
ifNoneMatch?: string;
|
|
92
|
+
xTenant?: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface GetUniverseFactionsRequest {
|
|
96
|
+
xCompatibilityDate: GetUniverseFactionsXCompatibilityDateEnum;
|
|
97
|
+
acceptLanguage?: GetUniverseFactionsAcceptLanguageEnum;
|
|
98
|
+
ifNoneMatch?: string;
|
|
99
|
+
xTenant?: string;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface GetUniverseGraphicsRequest {
|
|
103
|
+
xCompatibilityDate: GetUniverseGraphicsXCompatibilityDateEnum;
|
|
104
|
+
acceptLanguage?: GetUniverseGraphicsAcceptLanguageEnum;
|
|
105
|
+
ifNoneMatch?: string;
|
|
106
|
+
xTenant?: string;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface GetUniverseGraphicsGraphicIdRequest {
|
|
110
|
+
graphicId: number;
|
|
111
|
+
xCompatibilityDate: GetUniverseGraphicsGraphicIdXCompatibilityDateEnum;
|
|
112
|
+
acceptLanguage?: GetUniverseGraphicsGraphicIdAcceptLanguageEnum;
|
|
113
|
+
ifNoneMatch?: string;
|
|
114
|
+
xTenant?: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface GetUniverseGroupsRequest {
|
|
118
|
+
xCompatibilityDate: GetUniverseGroupsXCompatibilityDateEnum;
|
|
119
|
+
page?: number;
|
|
120
|
+
acceptLanguage?: GetUniverseGroupsAcceptLanguageEnum;
|
|
121
|
+
ifNoneMatch?: string;
|
|
122
|
+
xTenant?: string;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface GetUniverseGroupsGroupIdRequest {
|
|
126
|
+
groupId: number;
|
|
127
|
+
xCompatibilityDate: GetUniverseGroupsGroupIdXCompatibilityDateEnum;
|
|
128
|
+
acceptLanguage?: GetUniverseGroupsGroupIdAcceptLanguageEnum;
|
|
129
|
+
ifNoneMatch?: string;
|
|
130
|
+
xTenant?: string;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface GetUniverseMoonsMoonIdRequest {
|
|
134
|
+
moonId: number;
|
|
135
|
+
xCompatibilityDate: GetUniverseMoonsMoonIdXCompatibilityDateEnum;
|
|
136
|
+
acceptLanguage?: GetUniverseMoonsMoonIdAcceptLanguageEnum;
|
|
137
|
+
ifNoneMatch?: string;
|
|
138
|
+
xTenant?: string;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface GetUniversePlanetsPlanetIdRequest {
|
|
142
|
+
planetId: number;
|
|
143
|
+
xCompatibilityDate: GetUniversePlanetsPlanetIdXCompatibilityDateEnum;
|
|
144
|
+
acceptLanguage?: GetUniversePlanetsPlanetIdAcceptLanguageEnum;
|
|
145
|
+
ifNoneMatch?: string;
|
|
146
|
+
xTenant?: string;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export interface GetUniverseRacesRequest {
|
|
150
|
+
xCompatibilityDate: GetUniverseRacesXCompatibilityDateEnum;
|
|
151
|
+
acceptLanguage?: GetUniverseRacesAcceptLanguageEnum;
|
|
152
|
+
ifNoneMatch?: string;
|
|
153
|
+
xTenant?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface GetUniverseRegionsRequest {
|
|
157
|
+
xCompatibilityDate: GetUniverseRegionsXCompatibilityDateEnum;
|
|
158
|
+
acceptLanguage?: GetUniverseRegionsAcceptLanguageEnum;
|
|
159
|
+
ifNoneMatch?: string;
|
|
160
|
+
xTenant?: string;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export interface GetUniverseRegionsRegionIdRequest {
|
|
164
|
+
regionId: number;
|
|
165
|
+
xCompatibilityDate: GetUniverseRegionsRegionIdXCompatibilityDateEnum;
|
|
166
|
+
acceptLanguage?: GetUniverseRegionsRegionIdAcceptLanguageEnum;
|
|
167
|
+
ifNoneMatch?: string;
|
|
168
|
+
xTenant?: string;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface GetUniverseStargatesStargateIdRequest {
|
|
172
|
+
stargateId: number;
|
|
173
|
+
xCompatibilityDate: GetUniverseStargatesStargateIdXCompatibilityDateEnum;
|
|
174
|
+
acceptLanguage?: GetUniverseStargatesStargateIdAcceptLanguageEnum;
|
|
175
|
+
ifNoneMatch?: string;
|
|
176
|
+
xTenant?: string;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface GetUniverseStarsStarIdRequest {
|
|
180
|
+
starId: number;
|
|
181
|
+
xCompatibilityDate: GetUniverseStarsStarIdXCompatibilityDateEnum;
|
|
182
|
+
acceptLanguage?: GetUniverseStarsStarIdAcceptLanguageEnum;
|
|
183
|
+
ifNoneMatch?: string;
|
|
184
|
+
xTenant?: string;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface GetUniverseStationsStationIdRequest {
|
|
188
|
+
stationId: number;
|
|
189
|
+
xCompatibilityDate: GetUniverseStationsStationIdXCompatibilityDateEnum;
|
|
190
|
+
acceptLanguage?: GetUniverseStationsStationIdAcceptLanguageEnum;
|
|
191
|
+
ifNoneMatch?: string;
|
|
192
|
+
xTenant?: string;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface GetUniverseStructuresRequest {
|
|
196
|
+
xCompatibilityDate: GetUniverseStructuresXCompatibilityDateEnum;
|
|
197
|
+
filter?: GetUniverseStructuresFilterEnum;
|
|
198
|
+
acceptLanguage?: GetUniverseStructuresAcceptLanguageEnum;
|
|
199
|
+
ifNoneMatch?: string;
|
|
200
|
+
xTenant?: string;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface GetUniverseStructuresStructureIdRequest {
|
|
204
|
+
structureId: number;
|
|
205
|
+
xCompatibilityDate: GetUniverseStructuresStructureIdXCompatibilityDateEnum;
|
|
206
|
+
acceptLanguage?: GetUniverseStructuresStructureIdAcceptLanguageEnum;
|
|
207
|
+
ifNoneMatch?: string;
|
|
208
|
+
xTenant?: string;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export interface GetUniverseSystemJumpsRequest {
|
|
212
|
+
xCompatibilityDate: GetUniverseSystemJumpsXCompatibilityDateEnum;
|
|
213
|
+
acceptLanguage?: GetUniverseSystemJumpsAcceptLanguageEnum;
|
|
214
|
+
ifNoneMatch?: string;
|
|
215
|
+
xTenant?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface GetUniverseSystemKillsRequest {
|
|
219
|
+
xCompatibilityDate: GetUniverseSystemKillsXCompatibilityDateEnum;
|
|
220
|
+
acceptLanguage?: GetUniverseSystemKillsAcceptLanguageEnum;
|
|
221
|
+
ifNoneMatch?: string;
|
|
222
|
+
xTenant?: string;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export interface GetUniverseSystemsRequest {
|
|
226
|
+
xCompatibilityDate: GetUniverseSystemsXCompatibilityDateEnum;
|
|
227
|
+
acceptLanguage?: GetUniverseSystemsAcceptLanguageEnum;
|
|
228
|
+
ifNoneMatch?: string;
|
|
229
|
+
xTenant?: string;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface GetUniverseSystemsSystemIdRequest {
|
|
233
|
+
systemId: number;
|
|
234
|
+
xCompatibilityDate: GetUniverseSystemsSystemIdXCompatibilityDateEnum;
|
|
235
|
+
acceptLanguage?: GetUniverseSystemsSystemIdAcceptLanguageEnum;
|
|
236
|
+
ifNoneMatch?: string;
|
|
237
|
+
xTenant?: string;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export interface GetUniverseTypesRequest {
|
|
241
|
+
xCompatibilityDate: GetUniverseTypesXCompatibilityDateEnum;
|
|
242
|
+
page?: number;
|
|
243
|
+
acceptLanguage?: GetUniverseTypesAcceptLanguageEnum;
|
|
244
|
+
ifNoneMatch?: string;
|
|
245
|
+
xTenant?: string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface GetUniverseTypesTypeIdRequest {
|
|
249
|
+
typeId: number;
|
|
250
|
+
xCompatibilityDate: GetUniverseTypesTypeIdXCompatibilityDateEnum;
|
|
251
|
+
acceptLanguage?: GetUniverseTypesTypeIdAcceptLanguageEnum;
|
|
252
|
+
ifNoneMatch?: string;
|
|
253
|
+
xTenant?: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export interface PostUniverseIdsRequest {
|
|
257
|
+
xCompatibilityDate: PostUniverseIdsXCompatibilityDateEnum;
|
|
258
|
+
requestBody: Set<string>;
|
|
259
|
+
acceptLanguage?: PostUniverseIdsAcceptLanguageEnum;
|
|
260
|
+
ifNoneMatch?: string;
|
|
261
|
+
xTenant?: string;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface PostUniverseNamesRequest {
|
|
265
|
+
xCompatibilityDate: PostUniverseNamesXCompatibilityDateEnum;
|
|
266
|
+
requestBody: Set<number>;
|
|
267
|
+
acceptLanguage?: PostUniverseNamesAcceptLanguageEnum;
|
|
268
|
+
ifNoneMatch?: string;
|
|
269
|
+
xTenant?: string;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* UniverseApi - interface
|
|
274
|
+
*
|
|
275
|
+
* @export
|
|
276
|
+
* @interface UniverseApiInterface
|
|
277
|
+
*/
|
|
278
|
+
export interface UniverseApiInterface {
|
|
279
|
+
/**
|
|
280
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
281
|
+
* @summary Get ancestries
|
|
282
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
283
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
284
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
285
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
286
|
+
* @param {*} [options] Override http request option.
|
|
287
|
+
* @throws {RequiredError}
|
|
288
|
+
* @memberof UniverseApiInterface
|
|
289
|
+
*/
|
|
290
|
+
getUniverseAncestriesRaw(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseAncestriesGetInner>>>;
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
294
|
+
* Get ancestries
|
|
295
|
+
*/
|
|
296
|
+
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseAncestriesGetInner>>;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
300
|
+
* @summary Get asteroid belt information
|
|
301
|
+
* @param {number} asteroidBeltId
|
|
302
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
303
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
304
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
305
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
306
|
+
* @param {*} [options] Override http request option.
|
|
307
|
+
* @throws {RequiredError}
|
|
308
|
+
* @memberof UniverseApiInterface
|
|
309
|
+
*/
|
|
310
|
+
getUniverseAsteroidBeltsAsteroidBeltIdRaw(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseAsteroidBeltsAsteroidBeltIdGet>>;
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
314
|
+
* Get asteroid belt information
|
|
315
|
+
*/
|
|
316
|
+
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseAsteroidBeltsAsteroidBeltIdGet>;
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
320
|
+
* @summary Get bloodlines
|
|
321
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
322
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
323
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
324
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
325
|
+
* @param {*} [options] Override http request option.
|
|
326
|
+
* @throws {RequiredError}
|
|
327
|
+
* @memberof UniverseApiInterface
|
|
328
|
+
*/
|
|
329
|
+
getUniverseBloodlinesRaw(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseBloodlinesGetInner>>>;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
333
|
+
* Get bloodlines
|
|
334
|
+
*/
|
|
335
|
+
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseBloodlinesGetInner>>;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
339
|
+
* @summary Get item categories
|
|
340
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
341
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
342
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
343
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
344
|
+
* @param {*} [options] Override http request option.
|
|
345
|
+
* @throws {RequiredError}
|
|
346
|
+
* @memberof UniverseApiInterface
|
|
347
|
+
*/
|
|
348
|
+
getUniverseCategoriesRaw(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
352
|
+
* Get item categories
|
|
353
|
+
*/
|
|
354
|
+
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Get information of an item category This route expires daily at 11:05
|
|
358
|
+
* @summary Get item category information
|
|
359
|
+
* @param {number} categoryId
|
|
360
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
361
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
362
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
363
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
* @memberof UniverseApiInterface
|
|
367
|
+
*/
|
|
368
|
+
getUniverseCategoriesCategoryIdRaw(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseCategoriesCategoryIdGet>>;
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* Get information of an item category This route expires daily at 11:05
|
|
372
|
+
* Get item category information
|
|
373
|
+
*/
|
|
374
|
+
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseCategoriesCategoryIdGet>;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
378
|
+
* @summary Get constellations
|
|
379
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
380
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
381
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
382
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
383
|
+
* @param {*} [options] Override http request option.
|
|
384
|
+
* @throws {RequiredError}
|
|
385
|
+
* @memberof UniverseApiInterface
|
|
386
|
+
*/
|
|
387
|
+
getUniverseConstellationsRaw(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
391
|
+
* Get constellations
|
|
392
|
+
*/
|
|
393
|
+
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
397
|
+
* @summary Get constellation information
|
|
398
|
+
* @param {number} constellationId
|
|
399
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
400
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
401
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
402
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
* @memberof UniverseApiInterface
|
|
406
|
+
*/
|
|
407
|
+
getUniverseConstellationsConstellationIdRaw(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseConstellationsConstellationIdGet>>;
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
411
|
+
* Get constellation information
|
|
412
|
+
*/
|
|
413
|
+
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseConstellationsConstellationIdGet>;
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* Get a list of factions This route expires daily at 11:05
|
|
417
|
+
* @summary Get factions
|
|
418
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
419
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
420
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
421
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
422
|
+
* @param {*} [options] Override http request option.
|
|
423
|
+
* @throws {RequiredError}
|
|
424
|
+
* @memberof UniverseApiInterface
|
|
425
|
+
*/
|
|
426
|
+
getUniverseFactionsRaw(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseFactionsGetInner>>>;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* Get a list of factions This route expires daily at 11:05
|
|
430
|
+
* Get factions
|
|
431
|
+
*/
|
|
432
|
+
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseFactionsGetInner>>;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
436
|
+
* @summary Get graphics
|
|
437
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
438
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
439
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
440
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
441
|
+
* @param {*} [options] Override http request option.
|
|
442
|
+
* @throws {RequiredError}
|
|
443
|
+
* @memberof UniverseApiInterface
|
|
444
|
+
*/
|
|
445
|
+
getUniverseGraphicsRaw(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
449
|
+
* Get graphics
|
|
450
|
+
*/
|
|
451
|
+
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
455
|
+
* @summary Get graphic information
|
|
456
|
+
* @param {number} graphicId
|
|
457
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
458
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
459
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
460
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
461
|
+
* @param {*} [options] Override http request option.
|
|
462
|
+
* @throws {RequiredError}
|
|
463
|
+
* @memberof UniverseApiInterface
|
|
464
|
+
*/
|
|
465
|
+
getUniverseGraphicsGraphicIdRaw(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGraphicsGraphicIdGet>>;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
469
|
+
* Get graphic information
|
|
470
|
+
*/
|
|
471
|
+
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGraphicsGraphicIdGet>;
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
475
|
+
* @summary Get item groups
|
|
476
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
477
|
+
* @param {number} [page]
|
|
478
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
479
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
480
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
481
|
+
* @param {*} [options] Override http request option.
|
|
482
|
+
* @throws {RequiredError}
|
|
483
|
+
* @memberof UniverseApiInterface
|
|
484
|
+
*/
|
|
485
|
+
getUniverseGroupsRaw(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
489
|
+
* Get item groups
|
|
490
|
+
*/
|
|
491
|
+
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Get information on an item group This route expires daily at 11:05
|
|
495
|
+
* @summary Get item group information
|
|
496
|
+
* @param {number} groupId
|
|
497
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
498
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
499
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
500
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
501
|
+
* @param {*} [options] Override http request option.
|
|
502
|
+
* @throws {RequiredError}
|
|
503
|
+
* @memberof UniverseApiInterface
|
|
504
|
+
*/
|
|
505
|
+
getUniverseGroupsGroupIdRaw(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGroupsGroupIdGet>>;
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Get information on an item group This route expires daily at 11:05
|
|
509
|
+
* Get item group information
|
|
510
|
+
*/
|
|
511
|
+
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGroupsGroupIdGet>;
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* Get information on a moon This route expires daily at 11:05
|
|
515
|
+
* @summary Get moon information
|
|
516
|
+
* @param {number} moonId
|
|
517
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
518
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
519
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
520
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
521
|
+
* @param {*} [options] Override http request option.
|
|
522
|
+
* @throws {RequiredError}
|
|
523
|
+
* @memberof UniverseApiInterface
|
|
524
|
+
*/
|
|
525
|
+
getUniverseMoonsMoonIdRaw(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseMoonsMoonIdGet>>;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* Get information on a moon This route expires daily at 11:05
|
|
529
|
+
* Get moon information
|
|
530
|
+
*/
|
|
531
|
+
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseMoonsMoonIdGet>;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* Get information on a planet This route expires daily at 11:05
|
|
535
|
+
* @summary Get planet information
|
|
536
|
+
* @param {number} planetId
|
|
537
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
538
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
539
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
540
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
541
|
+
* @param {*} [options] Override http request option.
|
|
542
|
+
* @throws {RequiredError}
|
|
543
|
+
* @memberof UniverseApiInterface
|
|
544
|
+
*/
|
|
545
|
+
getUniversePlanetsPlanetIdRaw(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniversePlanetsPlanetIdGet>>;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* Get information on a planet This route expires daily at 11:05
|
|
549
|
+
* Get planet information
|
|
550
|
+
*/
|
|
551
|
+
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniversePlanetsPlanetIdGet>;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Get a list of character races This route expires daily at 11:05
|
|
555
|
+
* @summary Get character races
|
|
556
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
557
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
558
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
559
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
560
|
+
* @param {*} [options] Override http request option.
|
|
561
|
+
* @throws {RequiredError}
|
|
562
|
+
* @memberof UniverseApiInterface
|
|
563
|
+
*/
|
|
564
|
+
getUniverseRacesRaw(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseRacesGetInner>>>;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* Get a list of character races This route expires daily at 11:05
|
|
568
|
+
* Get character races
|
|
569
|
+
*/
|
|
570
|
+
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseRacesGetInner>>;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* Get a list of regions This route expires daily at 11:05
|
|
574
|
+
* @summary Get regions
|
|
575
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
576
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
577
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
578
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
579
|
+
* @param {*} [options] Override http request option.
|
|
580
|
+
* @throws {RequiredError}
|
|
581
|
+
* @memberof UniverseApiInterface
|
|
582
|
+
*/
|
|
583
|
+
getUniverseRegionsRaw(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* Get a list of regions This route expires daily at 11:05
|
|
587
|
+
* Get regions
|
|
588
|
+
*/
|
|
589
|
+
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* Get information on a region This route expires daily at 11:05
|
|
593
|
+
* @summary Get region information
|
|
594
|
+
* @param {number} regionId
|
|
595
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
596
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
597
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
598
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
599
|
+
* @param {*} [options] Override http request option.
|
|
600
|
+
* @throws {RequiredError}
|
|
601
|
+
* @memberof UniverseApiInterface
|
|
602
|
+
*/
|
|
603
|
+
getUniverseRegionsRegionIdRaw(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseRegionsRegionIdGet>>;
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* Get information on a region This route expires daily at 11:05
|
|
607
|
+
* Get region information
|
|
608
|
+
*/
|
|
609
|
+
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseRegionsRegionIdGet>;
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
613
|
+
* @summary Get stargate information
|
|
614
|
+
* @param {number} stargateId
|
|
615
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
616
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
617
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
618
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
619
|
+
* @param {*} [options] Override http request option.
|
|
620
|
+
* @throws {RequiredError}
|
|
621
|
+
* @memberof UniverseApiInterface
|
|
622
|
+
*/
|
|
623
|
+
getUniverseStargatesStargateIdRaw(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStargatesStargateIdGet>>;
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
627
|
+
* Get stargate information
|
|
628
|
+
*/
|
|
629
|
+
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStargatesStargateIdGet>;
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Get information on a star This route expires daily at 11:05
|
|
633
|
+
* @summary Get star information
|
|
634
|
+
* @param {number} starId
|
|
635
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
636
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
637
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
638
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
639
|
+
* @param {*} [options] Override http request option.
|
|
640
|
+
* @throws {RequiredError}
|
|
641
|
+
* @memberof UniverseApiInterface
|
|
642
|
+
*/
|
|
643
|
+
getUniverseStarsStarIdRaw(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStarsStarIdGet>>;
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* Get information on a star This route expires daily at 11:05
|
|
647
|
+
* Get star information
|
|
648
|
+
*/
|
|
649
|
+
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStarsStarIdGet>;
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* Get information on a station This route expires daily at 11:05
|
|
653
|
+
* @summary Get station information
|
|
654
|
+
* @param {number} stationId
|
|
655
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
656
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
657
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
658
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
659
|
+
* @param {*} [options] Override http request option.
|
|
660
|
+
* @throws {RequiredError}
|
|
661
|
+
* @memberof UniverseApiInterface
|
|
662
|
+
*/
|
|
663
|
+
getUniverseStationsStationIdRaw(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStationsStationIdGet>>;
|
|
664
|
+
|
|
665
|
+
/**
|
|
666
|
+
* Get information on a station This route expires daily at 11:05
|
|
667
|
+
* Get station information
|
|
668
|
+
*/
|
|
669
|
+
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStationsStationIdGet>;
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* List all public structures
|
|
673
|
+
* @summary List all public structures
|
|
674
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
675
|
+
* @param {'market' | 'manufacturing_basic'} [filter]
|
|
676
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
677
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
678
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
679
|
+
* @param {*} [options] Override http request option.
|
|
680
|
+
* @throws {RequiredError}
|
|
681
|
+
* @memberof UniverseApiInterface
|
|
682
|
+
*/
|
|
683
|
+
getUniverseStructuresRaw(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Set<number>>>;
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* List all public structures
|
|
687
|
+
* List all public structures
|
|
688
|
+
*/
|
|
689
|
+
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Set<number>>;
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
693
|
+
* @summary Get structure information
|
|
694
|
+
* @param {number} structureId
|
|
695
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
696
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
697
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
698
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
699
|
+
* @param {*} [options] Override http request option.
|
|
700
|
+
* @throws {RequiredError}
|
|
701
|
+
* @memberof UniverseApiInterface
|
|
702
|
+
*/
|
|
703
|
+
getUniverseStructuresStructureIdRaw(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStructuresStructureIdGet>>;
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
707
|
+
* Get structure information
|
|
708
|
+
*/
|
|
709
|
+
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStructuresStructureIdGet>;
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
713
|
+
* @summary Get system jumps
|
|
714
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
715
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
716
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
717
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
718
|
+
* @param {*} [options] Override http request option.
|
|
719
|
+
* @throws {RequiredError}
|
|
720
|
+
* @memberof UniverseApiInterface
|
|
721
|
+
*/
|
|
722
|
+
getUniverseSystemJumpsRaw(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemJumpsGetInner>>>;
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
726
|
+
* Get system jumps
|
|
727
|
+
*/
|
|
728
|
+
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemJumpsGetInner>>;
|
|
729
|
+
|
|
730
|
+
/**
|
|
731
|
+
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
732
|
+
* @summary Get system kills
|
|
733
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
734
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
735
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
736
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
* @memberof UniverseApiInterface
|
|
740
|
+
*/
|
|
741
|
+
getUniverseSystemKillsRaw(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemKillsGetInner>>>;
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
745
|
+
* Get system kills
|
|
746
|
+
*/
|
|
747
|
+
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemKillsGetInner>>;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
751
|
+
* @summary Get solar systems
|
|
752
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
753
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
754
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
755
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
756
|
+
* @param {*} [options] Override http request option.
|
|
757
|
+
* @throws {RequiredError}
|
|
758
|
+
* @memberof UniverseApiInterface
|
|
759
|
+
*/
|
|
760
|
+
getUniverseSystemsRaw(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
764
|
+
* Get solar systems
|
|
765
|
+
*/
|
|
766
|
+
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
767
|
+
|
|
768
|
+
/**
|
|
769
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
770
|
+
* @summary Get solar system information
|
|
771
|
+
* @param {number} systemId
|
|
772
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
773
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
774
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
775
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
776
|
+
* @param {*} [options] Override http request option.
|
|
777
|
+
* @throws {RequiredError}
|
|
778
|
+
* @memberof UniverseApiInterface
|
|
779
|
+
*/
|
|
780
|
+
getUniverseSystemsSystemIdRaw(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseSystemsSystemIdGet>>;
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
784
|
+
* Get solar system information
|
|
785
|
+
*/
|
|
786
|
+
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSystemsSystemIdGet>;
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
790
|
+
* @summary Get types
|
|
791
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
792
|
+
* @param {number} [page]
|
|
793
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
794
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
795
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
796
|
+
* @param {*} [options] Override http request option.
|
|
797
|
+
* @throws {RequiredError}
|
|
798
|
+
* @memberof UniverseApiInterface
|
|
799
|
+
*/
|
|
800
|
+
getUniverseTypesRaw(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
801
|
+
|
|
802
|
+
/**
|
|
803
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
804
|
+
* Get types
|
|
805
|
+
*/
|
|
806
|
+
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* Get information on a type This route expires daily at 11:05
|
|
810
|
+
* @summary Get type information
|
|
811
|
+
* @param {number} typeId
|
|
812
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
813
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
814
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
815
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
816
|
+
* @param {*} [options] Override http request option.
|
|
817
|
+
* @throws {RequiredError}
|
|
818
|
+
* @memberof UniverseApiInterface
|
|
819
|
+
*/
|
|
820
|
+
getUniverseTypesTypeIdRaw(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseTypesTypeIdGet>>;
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* Get information on a type This route expires daily at 11:05
|
|
824
|
+
* Get type information
|
|
825
|
+
*/
|
|
826
|
+
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseTypesTypeIdGet>;
|
|
827
|
+
|
|
828
|
+
/**
|
|
829
|
+
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
830
|
+
* @summary Bulk names to IDs
|
|
831
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
832
|
+
* @param {Set<string>} requestBody
|
|
833
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
834
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
835
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
836
|
+
* @param {*} [options] Override http request option.
|
|
837
|
+
* @throws {RequiredError}
|
|
838
|
+
* @memberof UniverseApiInterface
|
|
839
|
+
*/
|
|
840
|
+
postUniverseIdsRaw(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseIdsPost>>;
|
|
841
|
+
|
|
842
|
+
/**
|
|
843
|
+
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
844
|
+
* Bulk names to IDs
|
|
845
|
+
*/
|
|
846
|
+
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseIdsPost>;
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
850
|
+
* @summary Get names and categories for a set of IDs
|
|
851
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
852
|
+
* @param {Set<number>} requestBody
|
|
853
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
854
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
855
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
856
|
+
* @param {*} [options] Override http request option.
|
|
857
|
+
* @throws {RequiredError}
|
|
858
|
+
* @memberof UniverseApiInterface
|
|
859
|
+
*/
|
|
860
|
+
postUniverseNamesRaw(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseNamesPostInner>>>;
|
|
861
|
+
|
|
862
|
+
/**
|
|
863
|
+
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
864
|
+
* Get names and categories for a set of IDs
|
|
865
|
+
*/
|
|
866
|
+
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseNamesPostInner>>;
|
|
867
|
+
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
*
|
|
872
|
+
*/
|
|
873
|
+
export class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface {
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
877
|
+
* Get ancestries
|
|
878
|
+
*/
|
|
879
|
+
async getUniverseAncestriesRaw(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseAncestriesGetInner>>> {
|
|
880
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
881
|
+
throw new runtime.RequiredError(
|
|
882
|
+
'xCompatibilityDate',
|
|
883
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseAncestries().'
|
|
884
|
+
);
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
const queryParameters: any = {};
|
|
888
|
+
|
|
889
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
890
|
+
|
|
891
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
892
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
896
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
900
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
if (requestParameters['xTenant'] != null) {
|
|
904
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/*
|
|
908
|
+
*/
|
|
909
|
+
|
|
910
|
+
let urlPath = `/universe/ancestries`;
|
|
911
|
+
|
|
912
|
+
const response = await api.esi.proxy({
|
|
913
|
+
path: urlPath,
|
|
914
|
+
method: 'GET',
|
|
915
|
+
headers: headerParameters,
|
|
916
|
+
query: queryParameters,
|
|
917
|
+
}, initOverrides);
|
|
918
|
+
|
|
919
|
+
return new runtime.JSONApiResponse(response);
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
924
|
+
* Get ancestries
|
|
925
|
+
*/
|
|
926
|
+
async getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseAncestriesGetInner>> {
|
|
927
|
+
const response = await this.getUniverseAncestriesRaw(requestParameters, initOverrides);
|
|
928
|
+
return await response.value();
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
933
|
+
* Get asteroid belt information
|
|
934
|
+
*/
|
|
935
|
+
async getUniverseAsteroidBeltsAsteroidBeltIdRaw(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseAsteroidBeltsAsteroidBeltIdGet>> {
|
|
936
|
+
if (requestParameters['asteroidBeltId'] == null) {
|
|
937
|
+
throw new runtime.RequiredError(
|
|
938
|
+
'asteroidBeltId',
|
|
939
|
+
'Required parameter "asteroidBeltId" was null or undefined when calling getUniverseAsteroidBeltsAsteroidBeltId().'
|
|
940
|
+
);
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
944
|
+
throw new runtime.RequiredError(
|
|
945
|
+
'xCompatibilityDate',
|
|
946
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseAsteroidBeltsAsteroidBeltId().'
|
|
947
|
+
);
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
const queryParameters: any = {};
|
|
951
|
+
|
|
952
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
953
|
+
|
|
954
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
955
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
959
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
963
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
if (requestParameters['xTenant'] != null) {
|
|
967
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
/*
|
|
971
|
+
*/
|
|
972
|
+
|
|
973
|
+
let urlPath = `/universe/asteroid_belts/{asteroid_belt_id}`;
|
|
974
|
+
urlPath = urlPath.replace(`{${"asteroid_belt_id"}}`, encodeURIComponent(String(requestParameters['asteroidBeltId'])));
|
|
975
|
+
|
|
976
|
+
const response = await api.esi.proxy({
|
|
977
|
+
path: urlPath,
|
|
978
|
+
method: 'GET',
|
|
979
|
+
headers: headerParameters,
|
|
980
|
+
query: queryParameters,
|
|
981
|
+
}, initOverrides);
|
|
982
|
+
|
|
983
|
+
return new runtime.JSONApiResponse(response);
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
/**
|
|
987
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
988
|
+
* Get asteroid belt information
|
|
989
|
+
*/
|
|
990
|
+
async getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseAsteroidBeltsAsteroidBeltIdGet> {
|
|
991
|
+
const response = await this.getUniverseAsteroidBeltsAsteroidBeltIdRaw(requestParameters, initOverrides);
|
|
992
|
+
return await response.value();
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
/**
|
|
996
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
997
|
+
* Get bloodlines
|
|
998
|
+
*/
|
|
999
|
+
async getUniverseBloodlinesRaw(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseBloodlinesGetInner>>> {
|
|
1000
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1001
|
+
throw new runtime.RequiredError(
|
|
1002
|
+
'xCompatibilityDate',
|
|
1003
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseBloodlines().'
|
|
1004
|
+
);
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
const queryParameters: any = {};
|
|
1008
|
+
|
|
1009
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1010
|
+
|
|
1011
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1012
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1016
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1020
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
if (requestParameters['xTenant'] != null) {
|
|
1024
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/*
|
|
1028
|
+
*/
|
|
1029
|
+
|
|
1030
|
+
let urlPath = `/universe/bloodlines`;
|
|
1031
|
+
|
|
1032
|
+
const response = await api.esi.proxy({
|
|
1033
|
+
path: urlPath,
|
|
1034
|
+
method: 'GET',
|
|
1035
|
+
headers: headerParameters,
|
|
1036
|
+
query: queryParameters,
|
|
1037
|
+
}, initOverrides);
|
|
1038
|
+
|
|
1039
|
+
return new runtime.JSONApiResponse(response);
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
/**
|
|
1043
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
1044
|
+
* Get bloodlines
|
|
1045
|
+
*/
|
|
1046
|
+
async getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseBloodlinesGetInner>> {
|
|
1047
|
+
const response = await this.getUniverseBloodlinesRaw(requestParameters, initOverrides);
|
|
1048
|
+
return await response.value();
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
/**
|
|
1052
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
1053
|
+
* Get item categories
|
|
1054
|
+
*/
|
|
1055
|
+
async getUniverseCategoriesRaw(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1056
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1057
|
+
throw new runtime.RequiredError(
|
|
1058
|
+
'xCompatibilityDate',
|
|
1059
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseCategories().'
|
|
1060
|
+
);
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
const queryParameters: any = {};
|
|
1064
|
+
|
|
1065
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1066
|
+
|
|
1067
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1068
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1072
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1076
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
if (requestParameters['xTenant'] != null) {
|
|
1080
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
/*
|
|
1084
|
+
*/
|
|
1085
|
+
|
|
1086
|
+
let urlPath = `/universe/categories`;
|
|
1087
|
+
|
|
1088
|
+
const response = await api.esi.proxy({
|
|
1089
|
+
path: urlPath,
|
|
1090
|
+
method: 'GET',
|
|
1091
|
+
headers: headerParameters,
|
|
1092
|
+
query: queryParameters,
|
|
1093
|
+
}, initOverrides);
|
|
1094
|
+
|
|
1095
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
1100
|
+
* Get item categories
|
|
1101
|
+
*/
|
|
1102
|
+
async getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1103
|
+
const response = await this.getUniverseCategoriesRaw(requestParameters, initOverrides);
|
|
1104
|
+
return await response.value();
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
/**
|
|
1108
|
+
* Get information of an item category This route expires daily at 11:05
|
|
1109
|
+
* Get item category information
|
|
1110
|
+
*/
|
|
1111
|
+
async getUniverseCategoriesCategoryIdRaw(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseCategoriesCategoryIdGet>> {
|
|
1112
|
+
if (requestParameters['categoryId'] == null) {
|
|
1113
|
+
throw new runtime.RequiredError(
|
|
1114
|
+
'categoryId',
|
|
1115
|
+
'Required parameter "categoryId" was null or undefined when calling getUniverseCategoriesCategoryId().'
|
|
1116
|
+
);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1120
|
+
throw new runtime.RequiredError(
|
|
1121
|
+
'xCompatibilityDate',
|
|
1122
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseCategoriesCategoryId().'
|
|
1123
|
+
);
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
const queryParameters: any = {};
|
|
1127
|
+
|
|
1128
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1129
|
+
|
|
1130
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1131
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1135
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1139
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
if (requestParameters['xTenant'] != null) {
|
|
1143
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
/*
|
|
1147
|
+
*/
|
|
1148
|
+
|
|
1149
|
+
let urlPath = `/universe/categories/{category_id}`;
|
|
1150
|
+
urlPath = urlPath.replace(`{${"category_id"}}`, encodeURIComponent(String(requestParameters['categoryId'])));
|
|
1151
|
+
|
|
1152
|
+
const response = await api.esi.proxy({
|
|
1153
|
+
path: urlPath,
|
|
1154
|
+
method: 'GET',
|
|
1155
|
+
headers: headerParameters,
|
|
1156
|
+
query: queryParameters,
|
|
1157
|
+
}, initOverrides);
|
|
1158
|
+
|
|
1159
|
+
return new runtime.JSONApiResponse(response);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Get information of an item category This route expires daily at 11:05
|
|
1164
|
+
* Get item category information
|
|
1165
|
+
*/
|
|
1166
|
+
async getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseCategoriesCategoryIdGet> {
|
|
1167
|
+
const response = await this.getUniverseCategoriesCategoryIdRaw(requestParameters, initOverrides);
|
|
1168
|
+
return await response.value();
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
1173
|
+
* Get constellations
|
|
1174
|
+
*/
|
|
1175
|
+
async getUniverseConstellationsRaw(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1176
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1177
|
+
throw new runtime.RequiredError(
|
|
1178
|
+
'xCompatibilityDate',
|
|
1179
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseConstellations().'
|
|
1180
|
+
);
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
const queryParameters: any = {};
|
|
1184
|
+
|
|
1185
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1186
|
+
|
|
1187
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1188
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1192
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1196
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
if (requestParameters['xTenant'] != null) {
|
|
1200
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/*
|
|
1204
|
+
*/
|
|
1205
|
+
|
|
1206
|
+
let urlPath = `/universe/constellations`;
|
|
1207
|
+
|
|
1208
|
+
const response = await api.esi.proxy({
|
|
1209
|
+
path: urlPath,
|
|
1210
|
+
method: 'GET',
|
|
1211
|
+
headers: headerParameters,
|
|
1212
|
+
query: queryParameters,
|
|
1213
|
+
}, initOverrides);
|
|
1214
|
+
|
|
1215
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
1220
|
+
* Get constellations
|
|
1221
|
+
*/
|
|
1222
|
+
async getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1223
|
+
const response = await this.getUniverseConstellationsRaw(requestParameters, initOverrides);
|
|
1224
|
+
return await response.value();
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
1229
|
+
* Get constellation information
|
|
1230
|
+
*/
|
|
1231
|
+
async getUniverseConstellationsConstellationIdRaw(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseConstellationsConstellationIdGet>> {
|
|
1232
|
+
if (requestParameters['constellationId'] == null) {
|
|
1233
|
+
throw new runtime.RequiredError(
|
|
1234
|
+
'constellationId',
|
|
1235
|
+
'Required parameter "constellationId" was null or undefined when calling getUniverseConstellationsConstellationId().'
|
|
1236
|
+
);
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1240
|
+
throw new runtime.RequiredError(
|
|
1241
|
+
'xCompatibilityDate',
|
|
1242
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseConstellationsConstellationId().'
|
|
1243
|
+
);
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
const queryParameters: any = {};
|
|
1247
|
+
|
|
1248
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1249
|
+
|
|
1250
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1251
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1255
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1259
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
if (requestParameters['xTenant'] != null) {
|
|
1263
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/*
|
|
1267
|
+
*/
|
|
1268
|
+
|
|
1269
|
+
let urlPath = `/universe/constellations/{constellation_id}`;
|
|
1270
|
+
urlPath = urlPath.replace(`{${"constellation_id"}}`, encodeURIComponent(String(requestParameters['constellationId'])));
|
|
1271
|
+
|
|
1272
|
+
const response = await api.esi.proxy({
|
|
1273
|
+
path: urlPath,
|
|
1274
|
+
method: 'GET',
|
|
1275
|
+
headers: headerParameters,
|
|
1276
|
+
query: queryParameters,
|
|
1277
|
+
}, initOverrides);
|
|
1278
|
+
|
|
1279
|
+
return new runtime.JSONApiResponse(response);
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
/**
|
|
1283
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
1284
|
+
* Get constellation information
|
|
1285
|
+
*/
|
|
1286
|
+
async getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseConstellationsConstellationIdGet> {
|
|
1287
|
+
const response = await this.getUniverseConstellationsConstellationIdRaw(requestParameters, initOverrides);
|
|
1288
|
+
return await response.value();
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Get a list of factions This route expires daily at 11:05
|
|
1293
|
+
* Get factions
|
|
1294
|
+
*/
|
|
1295
|
+
async getUniverseFactionsRaw(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseFactionsGetInner>>> {
|
|
1296
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1297
|
+
throw new runtime.RequiredError(
|
|
1298
|
+
'xCompatibilityDate',
|
|
1299
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseFactions().'
|
|
1300
|
+
);
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
const queryParameters: any = {};
|
|
1304
|
+
|
|
1305
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1306
|
+
|
|
1307
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1308
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1312
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1316
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
if (requestParameters['xTenant'] != null) {
|
|
1320
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/*
|
|
1324
|
+
*/
|
|
1325
|
+
|
|
1326
|
+
let urlPath = `/universe/factions`;
|
|
1327
|
+
|
|
1328
|
+
const response = await api.esi.proxy({
|
|
1329
|
+
path: urlPath,
|
|
1330
|
+
method: 'GET',
|
|
1331
|
+
headers: headerParameters,
|
|
1332
|
+
query: queryParameters,
|
|
1333
|
+
}, initOverrides);
|
|
1334
|
+
|
|
1335
|
+
return new runtime.JSONApiResponse(response);
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* Get a list of factions This route expires daily at 11:05
|
|
1340
|
+
* Get factions
|
|
1341
|
+
*/
|
|
1342
|
+
async getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseFactionsGetInner>> {
|
|
1343
|
+
const response = await this.getUniverseFactionsRaw(requestParameters, initOverrides);
|
|
1344
|
+
return await response.value();
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
1349
|
+
* Get graphics
|
|
1350
|
+
*/
|
|
1351
|
+
async getUniverseGraphicsRaw(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1352
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1353
|
+
throw new runtime.RequiredError(
|
|
1354
|
+
'xCompatibilityDate',
|
|
1355
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseGraphics().'
|
|
1356
|
+
);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
const queryParameters: any = {};
|
|
1360
|
+
|
|
1361
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1362
|
+
|
|
1363
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1364
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1368
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1372
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
if (requestParameters['xTenant'] != null) {
|
|
1376
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
/*
|
|
1380
|
+
*/
|
|
1381
|
+
|
|
1382
|
+
let urlPath = `/universe/graphics`;
|
|
1383
|
+
|
|
1384
|
+
const response = await api.esi.proxy({
|
|
1385
|
+
path: urlPath,
|
|
1386
|
+
method: 'GET',
|
|
1387
|
+
headers: headerParameters,
|
|
1388
|
+
query: queryParameters,
|
|
1389
|
+
}, initOverrides);
|
|
1390
|
+
|
|
1391
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
1396
|
+
* Get graphics
|
|
1397
|
+
*/
|
|
1398
|
+
async getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1399
|
+
const response = await this.getUniverseGraphicsRaw(requestParameters, initOverrides);
|
|
1400
|
+
return await response.value();
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
1405
|
+
* Get graphic information
|
|
1406
|
+
*/
|
|
1407
|
+
async getUniverseGraphicsGraphicIdRaw(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGraphicsGraphicIdGet>> {
|
|
1408
|
+
if (requestParameters['graphicId'] == null) {
|
|
1409
|
+
throw new runtime.RequiredError(
|
|
1410
|
+
'graphicId',
|
|
1411
|
+
'Required parameter "graphicId" was null or undefined when calling getUniverseGraphicsGraphicId().'
|
|
1412
|
+
);
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1416
|
+
throw new runtime.RequiredError(
|
|
1417
|
+
'xCompatibilityDate',
|
|
1418
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseGraphicsGraphicId().'
|
|
1419
|
+
);
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
const queryParameters: any = {};
|
|
1423
|
+
|
|
1424
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1425
|
+
|
|
1426
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1427
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1431
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1435
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
if (requestParameters['xTenant'] != null) {
|
|
1439
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
/*
|
|
1443
|
+
*/
|
|
1444
|
+
|
|
1445
|
+
let urlPath = `/universe/graphics/{graphic_id}`;
|
|
1446
|
+
urlPath = urlPath.replace(`{${"graphic_id"}}`, encodeURIComponent(String(requestParameters['graphicId'])));
|
|
1447
|
+
|
|
1448
|
+
const response = await api.esi.proxy({
|
|
1449
|
+
path: urlPath,
|
|
1450
|
+
method: 'GET',
|
|
1451
|
+
headers: headerParameters,
|
|
1452
|
+
query: queryParameters,
|
|
1453
|
+
}, initOverrides);
|
|
1454
|
+
|
|
1455
|
+
return new runtime.JSONApiResponse(response);
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
/**
|
|
1459
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
1460
|
+
* Get graphic information
|
|
1461
|
+
*/
|
|
1462
|
+
async getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGraphicsGraphicIdGet> {
|
|
1463
|
+
const response = await this.getUniverseGraphicsGraphicIdRaw(requestParameters, initOverrides);
|
|
1464
|
+
return await response.value();
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
1469
|
+
* Get item groups
|
|
1470
|
+
*/
|
|
1471
|
+
async getUniverseGroupsRaw(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1472
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1473
|
+
throw new runtime.RequiredError(
|
|
1474
|
+
'xCompatibilityDate',
|
|
1475
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseGroups().'
|
|
1476
|
+
);
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
const queryParameters: any = {};
|
|
1480
|
+
|
|
1481
|
+
if (requestParameters['page'] != null) {
|
|
1482
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1486
|
+
|
|
1487
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1488
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1492
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1496
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
if (requestParameters['xTenant'] != null) {
|
|
1500
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
/*
|
|
1504
|
+
*/
|
|
1505
|
+
|
|
1506
|
+
let urlPath = `/universe/groups`;
|
|
1507
|
+
|
|
1508
|
+
const response = await api.esi.proxy({
|
|
1509
|
+
path: urlPath,
|
|
1510
|
+
method: 'GET',
|
|
1511
|
+
headers: headerParameters,
|
|
1512
|
+
query: queryParameters,
|
|
1513
|
+
}, initOverrides);
|
|
1514
|
+
|
|
1515
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
/**
|
|
1519
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
1520
|
+
* Get item groups
|
|
1521
|
+
*/
|
|
1522
|
+
async getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1523
|
+
const response = await this.getUniverseGroupsRaw(requestParameters, initOverrides);
|
|
1524
|
+
return await response.value();
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* Get information on an item group This route expires daily at 11:05
|
|
1529
|
+
* Get item group information
|
|
1530
|
+
*/
|
|
1531
|
+
async getUniverseGroupsGroupIdRaw(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGroupsGroupIdGet>> {
|
|
1532
|
+
if (requestParameters['groupId'] == null) {
|
|
1533
|
+
throw new runtime.RequiredError(
|
|
1534
|
+
'groupId',
|
|
1535
|
+
'Required parameter "groupId" was null or undefined when calling getUniverseGroupsGroupId().'
|
|
1536
|
+
);
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1540
|
+
throw new runtime.RequiredError(
|
|
1541
|
+
'xCompatibilityDate',
|
|
1542
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseGroupsGroupId().'
|
|
1543
|
+
);
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
const queryParameters: any = {};
|
|
1547
|
+
|
|
1548
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1549
|
+
|
|
1550
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1551
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1555
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1559
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
if (requestParameters['xTenant'] != null) {
|
|
1563
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
/*
|
|
1567
|
+
*/
|
|
1568
|
+
|
|
1569
|
+
let urlPath = `/universe/groups/{group_id}`;
|
|
1570
|
+
urlPath = urlPath.replace(`{${"group_id"}}`, encodeURIComponent(String(requestParameters['groupId'])));
|
|
1571
|
+
|
|
1572
|
+
const response = await api.esi.proxy({
|
|
1573
|
+
path: urlPath,
|
|
1574
|
+
method: 'GET',
|
|
1575
|
+
headers: headerParameters,
|
|
1576
|
+
query: queryParameters,
|
|
1577
|
+
}, initOverrides);
|
|
1578
|
+
|
|
1579
|
+
return new runtime.JSONApiResponse(response);
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
/**
|
|
1583
|
+
* Get information on an item group This route expires daily at 11:05
|
|
1584
|
+
* Get item group information
|
|
1585
|
+
*/
|
|
1586
|
+
async getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGroupsGroupIdGet> {
|
|
1587
|
+
const response = await this.getUniverseGroupsGroupIdRaw(requestParameters, initOverrides);
|
|
1588
|
+
return await response.value();
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
/**
|
|
1592
|
+
* Get information on a moon This route expires daily at 11:05
|
|
1593
|
+
* Get moon information
|
|
1594
|
+
*/
|
|
1595
|
+
async getUniverseMoonsMoonIdRaw(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseMoonsMoonIdGet>> {
|
|
1596
|
+
if (requestParameters['moonId'] == null) {
|
|
1597
|
+
throw new runtime.RequiredError(
|
|
1598
|
+
'moonId',
|
|
1599
|
+
'Required parameter "moonId" was null or undefined when calling getUniverseMoonsMoonId().'
|
|
1600
|
+
);
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1604
|
+
throw new runtime.RequiredError(
|
|
1605
|
+
'xCompatibilityDate',
|
|
1606
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseMoonsMoonId().'
|
|
1607
|
+
);
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
const queryParameters: any = {};
|
|
1611
|
+
|
|
1612
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1613
|
+
|
|
1614
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1615
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1619
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1623
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
if (requestParameters['xTenant'] != null) {
|
|
1627
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
/*
|
|
1631
|
+
*/
|
|
1632
|
+
|
|
1633
|
+
let urlPath = `/universe/moons/{moon_id}`;
|
|
1634
|
+
urlPath = urlPath.replace(`{${"moon_id"}}`, encodeURIComponent(String(requestParameters['moonId'])));
|
|
1635
|
+
|
|
1636
|
+
const response = await api.esi.proxy({
|
|
1637
|
+
path: urlPath,
|
|
1638
|
+
method: 'GET',
|
|
1639
|
+
headers: headerParameters,
|
|
1640
|
+
query: queryParameters,
|
|
1641
|
+
}, initOverrides);
|
|
1642
|
+
|
|
1643
|
+
return new runtime.JSONApiResponse(response);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* Get information on a moon This route expires daily at 11:05
|
|
1648
|
+
* Get moon information
|
|
1649
|
+
*/
|
|
1650
|
+
async getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseMoonsMoonIdGet> {
|
|
1651
|
+
const response = await this.getUniverseMoonsMoonIdRaw(requestParameters, initOverrides);
|
|
1652
|
+
return await response.value();
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
/**
|
|
1656
|
+
* Get information on a planet This route expires daily at 11:05
|
|
1657
|
+
* Get planet information
|
|
1658
|
+
*/
|
|
1659
|
+
async getUniversePlanetsPlanetIdRaw(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniversePlanetsPlanetIdGet>> {
|
|
1660
|
+
if (requestParameters['planetId'] == null) {
|
|
1661
|
+
throw new runtime.RequiredError(
|
|
1662
|
+
'planetId',
|
|
1663
|
+
'Required parameter "planetId" was null or undefined when calling getUniversePlanetsPlanetId().'
|
|
1664
|
+
);
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1668
|
+
throw new runtime.RequiredError(
|
|
1669
|
+
'xCompatibilityDate',
|
|
1670
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniversePlanetsPlanetId().'
|
|
1671
|
+
);
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
const queryParameters: any = {};
|
|
1675
|
+
|
|
1676
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1677
|
+
|
|
1678
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1679
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1683
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1687
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
if (requestParameters['xTenant'] != null) {
|
|
1691
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/*
|
|
1695
|
+
*/
|
|
1696
|
+
|
|
1697
|
+
let urlPath = `/universe/planets/{planet_id}`;
|
|
1698
|
+
urlPath = urlPath.replace(`{${"planet_id"}}`, encodeURIComponent(String(requestParameters['planetId'])));
|
|
1699
|
+
|
|
1700
|
+
const response = await api.esi.proxy({
|
|
1701
|
+
path: urlPath,
|
|
1702
|
+
method: 'GET',
|
|
1703
|
+
headers: headerParameters,
|
|
1704
|
+
query: queryParameters,
|
|
1705
|
+
}, initOverrides);
|
|
1706
|
+
|
|
1707
|
+
return new runtime.JSONApiResponse(response);
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* Get information on a planet This route expires daily at 11:05
|
|
1712
|
+
* Get planet information
|
|
1713
|
+
*/
|
|
1714
|
+
async getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniversePlanetsPlanetIdGet> {
|
|
1715
|
+
const response = await this.getUniversePlanetsPlanetIdRaw(requestParameters, initOverrides);
|
|
1716
|
+
return await response.value();
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
/**
|
|
1720
|
+
* Get a list of character races This route expires daily at 11:05
|
|
1721
|
+
* Get character races
|
|
1722
|
+
*/
|
|
1723
|
+
async getUniverseRacesRaw(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseRacesGetInner>>> {
|
|
1724
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1725
|
+
throw new runtime.RequiredError(
|
|
1726
|
+
'xCompatibilityDate',
|
|
1727
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseRaces().'
|
|
1728
|
+
);
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
const queryParameters: any = {};
|
|
1732
|
+
|
|
1733
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1734
|
+
|
|
1735
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1736
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1740
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1744
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
if (requestParameters['xTenant'] != null) {
|
|
1748
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
/*
|
|
1752
|
+
*/
|
|
1753
|
+
|
|
1754
|
+
let urlPath = `/universe/races`;
|
|
1755
|
+
|
|
1756
|
+
const response = await api.esi.proxy({
|
|
1757
|
+
path: urlPath,
|
|
1758
|
+
method: 'GET',
|
|
1759
|
+
headers: headerParameters,
|
|
1760
|
+
query: queryParameters,
|
|
1761
|
+
}, initOverrides);
|
|
1762
|
+
|
|
1763
|
+
return new runtime.JSONApiResponse(response);
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* Get a list of character races This route expires daily at 11:05
|
|
1768
|
+
* Get character races
|
|
1769
|
+
*/
|
|
1770
|
+
async getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseRacesGetInner>> {
|
|
1771
|
+
const response = await this.getUniverseRacesRaw(requestParameters, initOverrides);
|
|
1772
|
+
return await response.value();
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* Get a list of regions This route expires daily at 11:05
|
|
1777
|
+
* Get regions
|
|
1778
|
+
*/
|
|
1779
|
+
async getUniverseRegionsRaw(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1780
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1781
|
+
throw new runtime.RequiredError(
|
|
1782
|
+
'xCompatibilityDate',
|
|
1783
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseRegions().'
|
|
1784
|
+
);
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
const queryParameters: any = {};
|
|
1788
|
+
|
|
1789
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1790
|
+
|
|
1791
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1792
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1796
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1800
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
if (requestParameters['xTenant'] != null) {
|
|
1804
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
/*
|
|
1808
|
+
*/
|
|
1809
|
+
|
|
1810
|
+
let urlPath = `/universe/regions`;
|
|
1811
|
+
|
|
1812
|
+
const response = await api.esi.proxy({
|
|
1813
|
+
path: urlPath,
|
|
1814
|
+
method: 'GET',
|
|
1815
|
+
headers: headerParameters,
|
|
1816
|
+
query: queryParameters,
|
|
1817
|
+
}, initOverrides);
|
|
1818
|
+
|
|
1819
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
/**
|
|
1823
|
+
* Get a list of regions This route expires daily at 11:05
|
|
1824
|
+
* Get regions
|
|
1825
|
+
*/
|
|
1826
|
+
async getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1827
|
+
const response = await this.getUniverseRegionsRaw(requestParameters, initOverrides);
|
|
1828
|
+
return await response.value();
|
|
1829
|
+
}
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* Get information on a region This route expires daily at 11:05
|
|
1833
|
+
* Get region information
|
|
1834
|
+
*/
|
|
1835
|
+
async getUniverseRegionsRegionIdRaw(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseRegionsRegionIdGet>> {
|
|
1836
|
+
if (requestParameters['regionId'] == null) {
|
|
1837
|
+
throw new runtime.RequiredError(
|
|
1838
|
+
'regionId',
|
|
1839
|
+
'Required parameter "regionId" was null or undefined when calling getUniverseRegionsRegionId().'
|
|
1840
|
+
);
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1844
|
+
throw new runtime.RequiredError(
|
|
1845
|
+
'xCompatibilityDate',
|
|
1846
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseRegionsRegionId().'
|
|
1847
|
+
);
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
const queryParameters: any = {};
|
|
1851
|
+
|
|
1852
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1853
|
+
|
|
1854
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1855
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1859
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1863
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
if (requestParameters['xTenant'] != null) {
|
|
1867
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
/*
|
|
1871
|
+
*/
|
|
1872
|
+
|
|
1873
|
+
let urlPath = `/universe/regions/{region_id}`;
|
|
1874
|
+
urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
|
|
1875
|
+
|
|
1876
|
+
const response = await api.esi.proxy({
|
|
1877
|
+
path: urlPath,
|
|
1878
|
+
method: 'GET',
|
|
1879
|
+
headers: headerParameters,
|
|
1880
|
+
query: queryParameters,
|
|
1881
|
+
}, initOverrides);
|
|
1882
|
+
|
|
1883
|
+
return new runtime.JSONApiResponse(response);
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
/**
|
|
1887
|
+
* Get information on a region This route expires daily at 11:05
|
|
1888
|
+
* Get region information
|
|
1889
|
+
*/
|
|
1890
|
+
async getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseRegionsRegionIdGet> {
|
|
1891
|
+
const response = await this.getUniverseRegionsRegionIdRaw(requestParameters, initOverrides);
|
|
1892
|
+
return await response.value();
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
1897
|
+
* Get stargate information
|
|
1898
|
+
*/
|
|
1899
|
+
async getUniverseStargatesStargateIdRaw(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStargatesStargateIdGet>> {
|
|
1900
|
+
if (requestParameters['stargateId'] == null) {
|
|
1901
|
+
throw new runtime.RequiredError(
|
|
1902
|
+
'stargateId',
|
|
1903
|
+
'Required parameter "stargateId" was null or undefined when calling getUniverseStargatesStargateId().'
|
|
1904
|
+
);
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1908
|
+
throw new runtime.RequiredError(
|
|
1909
|
+
'xCompatibilityDate',
|
|
1910
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseStargatesStargateId().'
|
|
1911
|
+
);
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
const queryParameters: any = {};
|
|
1915
|
+
|
|
1916
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1917
|
+
|
|
1918
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1919
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1923
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1927
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
if (requestParameters['xTenant'] != null) {
|
|
1931
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
/*
|
|
1935
|
+
*/
|
|
1936
|
+
|
|
1937
|
+
let urlPath = `/universe/stargates/{stargate_id}`;
|
|
1938
|
+
urlPath = urlPath.replace(`{${"stargate_id"}}`, encodeURIComponent(String(requestParameters['stargateId'])));
|
|
1939
|
+
|
|
1940
|
+
const response = await api.esi.proxy({
|
|
1941
|
+
path: urlPath,
|
|
1942
|
+
method: 'GET',
|
|
1943
|
+
headers: headerParameters,
|
|
1944
|
+
query: queryParameters,
|
|
1945
|
+
}, initOverrides);
|
|
1946
|
+
|
|
1947
|
+
return new runtime.JSONApiResponse(response);
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
1952
|
+
* Get stargate information
|
|
1953
|
+
*/
|
|
1954
|
+
async getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStargatesStargateIdGet> {
|
|
1955
|
+
const response = await this.getUniverseStargatesStargateIdRaw(requestParameters, initOverrides);
|
|
1956
|
+
return await response.value();
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* Get information on a star This route expires daily at 11:05
|
|
1961
|
+
* Get star information
|
|
1962
|
+
*/
|
|
1963
|
+
async getUniverseStarsStarIdRaw(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStarsStarIdGet>> {
|
|
1964
|
+
if (requestParameters['starId'] == null) {
|
|
1965
|
+
throw new runtime.RequiredError(
|
|
1966
|
+
'starId',
|
|
1967
|
+
'Required parameter "starId" was null or undefined when calling getUniverseStarsStarId().'
|
|
1968
|
+
);
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1972
|
+
throw new runtime.RequiredError(
|
|
1973
|
+
'xCompatibilityDate',
|
|
1974
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseStarsStarId().'
|
|
1975
|
+
);
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
const queryParameters: any = {};
|
|
1979
|
+
|
|
1980
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1981
|
+
|
|
1982
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1983
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1987
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1991
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
if (requestParameters['xTenant'] != null) {
|
|
1995
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
/*
|
|
1999
|
+
*/
|
|
2000
|
+
|
|
2001
|
+
let urlPath = `/universe/stars/{star_id}`;
|
|
2002
|
+
urlPath = urlPath.replace(`{${"star_id"}}`, encodeURIComponent(String(requestParameters['starId'])));
|
|
2003
|
+
|
|
2004
|
+
const response = await api.esi.proxy({
|
|
2005
|
+
path: urlPath,
|
|
2006
|
+
method: 'GET',
|
|
2007
|
+
headers: headerParameters,
|
|
2008
|
+
query: queryParameters,
|
|
2009
|
+
}, initOverrides);
|
|
2010
|
+
|
|
2011
|
+
return new runtime.JSONApiResponse(response);
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
/**
|
|
2015
|
+
* Get information on a star This route expires daily at 11:05
|
|
2016
|
+
* Get star information
|
|
2017
|
+
*/
|
|
2018
|
+
async getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStarsStarIdGet> {
|
|
2019
|
+
const response = await this.getUniverseStarsStarIdRaw(requestParameters, initOverrides);
|
|
2020
|
+
return await response.value();
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
/**
|
|
2024
|
+
* Get information on a station This route expires daily at 11:05
|
|
2025
|
+
* Get station information
|
|
2026
|
+
*/
|
|
2027
|
+
async getUniverseStationsStationIdRaw(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStationsStationIdGet>> {
|
|
2028
|
+
if (requestParameters['stationId'] == null) {
|
|
2029
|
+
throw new runtime.RequiredError(
|
|
2030
|
+
'stationId',
|
|
2031
|
+
'Required parameter "stationId" was null or undefined when calling getUniverseStationsStationId().'
|
|
2032
|
+
);
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2036
|
+
throw new runtime.RequiredError(
|
|
2037
|
+
'xCompatibilityDate',
|
|
2038
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseStationsStationId().'
|
|
2039
|
+
);
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
const queryParameters: any = {};
|
|
2043
|
+
|
|
2044
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2045
|
+
|
|
2046
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2047
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2051
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2055
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
if (requestParameters['xTenant'] != null) {
|
|
2059
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
/*
|
|
2063
|
+
*/
|
|
2064
|
+
|
|
2065
|
+
let urlPath = `/universe/stations/{station_id}`;
|
|
2066
|
+
urlPath = urlPath.replace(`{${"station_id"}}`, encodeURIComponent(String(requestParameters['stationId'])));
|
|
2067
|
+
|
|
2068
|
+
const response = await api.esi.proxy({
|
|
2069
|
+
path: urlPath,
|
|
2070
|
+
method: 'GET',
|
|
2071
|
+
headers: headerParameters,
|
|
2072
|
+
query: queryParameters,
|
|
2073
|
+
}, initOverrides);
|
|
2074
|
+
|
|
2075
|
+
return new runtime.JSONApiResponse(response);
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
/**
|
|
2079
|
+
* Get information on a station This route expires daily at 11:05
|
|
2080
|
+
* Get station information
|
|
2081
|
+
*/
|
|
2082
|
+
async getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStationsStationIdGet> {
|
|
2083
|
+
const response = await this.getUniverseStationsStationIdRaw(requestParameters, initOverrides);
|
|
2084
|
+
return await response.value();
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
/**
|
|
2088
|
+
* List all public structures
|
|
2089
|
+
* List all public structures
|
|
2090
|
+
*/
|
|
2091
|
+
async getUniverseStructuresRaw(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Set<number>>> {
|
|
2092
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2093
|
+
throw new runtime.RequiredError(
|
|
2094
|
+
'xCompatibilityDate',
|
|
2095
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseStructures().'
|
|
2096
|
+
);
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
const queryParameters: any = {};
|
|
2100
|
+
|
|
2101
|
+
if (requestParameters['filter'] != null) {
|
|
2102
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2106
|
+
|
|
2107
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2108
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2112
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2116
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
if (requestParameters['xTenant'] != null) {
|
|
2120
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
/*
|
|
2124
|
+
*/
|
|
2125
|
+
|
|
2126
|
+
let urlPath = `/universe/structures`;
|
|
2127
|
+
|
|
2128
|
+
const response = await api.esi.proxy({
|
|
2129
|
+
path: urlPath,
|
|
2130
|
+
method: 'GET',
|
|
2131
|
+
headers: headerParameters,
|
|
2132
|
+
query: queryParameters,
|
|
2133
|
+
}, initOverrides);
|
|
2134
|
+
|
|
2135
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
/**
|
|
2139
|
+
* List all public structures
|
|
2140
|
+
* List all public structures
|
|
2141
|
+
*/
|
|
2142
|
+
async getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Set<number>> {
|
|
2143
|
+
const response = await this.getUniverseStructuresRaw(requestParameters, initOverrides);
|
|
2144
|
+
return await response.value();
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
/**
|
|
2148
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
2149
|
+
* Get structure information
|
|
2150
|
+
*/
|
|
2151
|
+
async getUniverseStructuresStructureIdRaw(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStructuresStructureIdGet>> {
|
|
2152
|
+
if (requestParameters['structureId'] == null) {
|
|
2153
|
+
throw new runtime.RequiredError(
|
|
2154
|
+
'structureId',
|
|
2155
|
+
'Required parameter "structureId" was null or undefined when calling getUniverseStructuresStructureId().'
|
|
2156
|
+
);
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2160
|
+
throw new runtime.RequiredError(
|
|
2161
|
+
'xCompatibilityDate',
|
|
2162
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseStructuresStructureId().'
|
|
2163
|
+
);
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
const queryParameters: any = {};
|
|
2167
|
+
|
|
2168
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2169
|
+
|
|
2170
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2171
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2175
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2179
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
if (requestParameters['xTenant'] != null) {
|
|
2183
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
/*
|
|
2187
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2188
|
+
// oauth required
|
|
2189
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-universe.read_structures.v1"]);
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
*/
|
|
2193
|
+
|
|
2194
|
+
let urlPath = `/universe/structures/{structure_id}`;
|
|
2195
|
+
urlPath = urlPath.replace(`{${"structure_id"}}`, encodeURIComponent(String(requestParameters['structureId'])));
|
|
2196
|
+
|
|
2197
|
+
const response = await api.esi.proxy({
|
|
2198
|
+
path: urlPath,
|
|
2199
|
+
method: 'GET',
|
|
2200
|
+
headers: headerParameters,
|
|
2201
|
+
query: queryParameters,
|
|
2202
|
+
}, initOverrides);
|
|
2203
|
+
|
|
2204
|
+
return new runtime.JSONApiResponse(response);
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
/**
|
|
2208
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
2209
|
+
* Get structure information
|
|
2210
|
+
*/
|
|
2211
|
+
async getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStructuresStructureIdGet> {
|
|
2212
|
+
const response = await this.getUniverseStructuresStructureIdRaw(requestParameters, initOverrides);
|
|
2213
|
+
return await response.value();
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
/**
|
|
2217
|
+
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
2218
|
+
* Get system jumps
|
|
2219
|
+
*/
|
|
2220
|
+
async getUniverseSystemJumpsRaw(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemJumpsGetInner>>> {
|
|
2221
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2222
|
+
throw new runtime.RequiredError(
|
|
2223
|
+
'xCompatibilityDate',
|
|
2224
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseSystemJumps().'
|
|
2225
|
+
);
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
const queryParameters: any = {};
|
|
2229
|
+
|
|
2230
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2231
|
+
|
|
2232
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2233
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2237
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2241
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
if (requestParameters['xTenant'] != null) {
|
|
2245
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
/*
|
|
2249
|
+
*/
|
|
2250
|
+
|
|
2251
|
+
let urlPath = `/universe/system_jumps`;
|
|
2252
|
+
|
|
2253
|
+
const response = await api.esi.proxy({
|
|
2254
|
+
path: urlPath,
|
|
2255
|
+
method: 'GET',
|
|
2256
|
+
headers: headerParameters,
|
|
2257
|
+
query: queryParameters,
|
|
2258
|
+
}, initOverrides);
|
|
2259
|
+
|
|
2260
|
+
return new runtime.JSONApiResponse(response);
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
/**
|
|
2264
|
+
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
2265
|
+
* Get system jumps
|
|
2266
|
+
*/
|
|
2267
|
+
async getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemJumpsGetInner>> {
|
|
2268
|
+
const response = await this.getUniverseSystemJumpsRaw(requestParameters, initOverrides);
|
|
2269
|
+
return await response.value();
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
/**
|
|
2273
|
+
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
2274
|
+
* Get system kills
|
|
2275
|
+
*/
|
|
2276
|
+
async getUniverseSystemKillsRaw(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemKillsGetInner>>> {
|
|
2277
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2278
|
+
throw new runtime.RequiredError(
|
|
2279
|
+
'xCompatibilityDate',
|
|
2280
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseSystemKills().'
|
|
2281
|
+
);
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
const queryParameters: any = {};
|
|
2285
|
+
|
|
2286
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2287
|
+
|
|
2288
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2289
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2293
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2297
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
if (requestParameters['xTenant'] != null) {
|
|
2301
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
/*
|
|
2305
|
+
*/
|
|
2306
|
+
|
|
2307
|
+
let urlPath = `/universe/system_kills`;
|
|
2308
|
+
|
|
2309
|
+
const response = await api.esi.proxy({
|
|
2310
|
+
path: urlPath,
|
|
2311
|
+
method: 'GET',
|
|
2312
|
+
headers: headerParameters,
|
|
2313
|
+
query: queryParameters,
|
|
2314
|
+
}, initOverrides);
|
|
2315
|
+
|
|
2316
|
+
return new runtime.JSONApiResponse(response);
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
/**
|
|
2320
|
+
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
2321
|
+
* Get system kills
|
|
2322
|
+
*/
|
|
2323
|
+
async getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemKillsGetInner>> {
|
|
2324
|
+
const response = await this.getUniverseSystemKillsRaw(requestParameters, initOverrides);
|
|
2325
|
+
return await response.value();
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
/**
|
|
2329
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
2330
|
+
* Get solar systems
|
|
2331
|
+
*/
|
|
2332
|
+
async getUniverseSystemsRaw(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
2333
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2334
|
+
throw new runtime.RequiredError(
|
|
2335
|
+
'xCompatibilityDate',
|
|
2336
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseSystems().'
|
|
2337
|
+
);
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
const queryParameters: any = {};
|
|
2341
|
+
|
|
2342
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2343
|
+
|
|
2344
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2345
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2349
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2353
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
if (requestParameters['xTenant'] != null) {
|
|
2357
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
/*
|
|
2361
|
+
*/
|
|
2362
|
+
|
|
2363
|
+
let urlPath = `/universe/systems`;
|
|
2364
|
+
|
|
2365
|
+
const response = await api.esi.proxy({
|
|
2366
|
+
path: urlPath,
|
|
2367
|
+
method: 'GET',
|
|
2368
|
+
headers: headerParameters,
|
|
2369
|
+
query: queryParameters,
|
|
2370
|
+
}, initOverrides);
|
|
2371
|
+
|
|
2372
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
/**
|
|
2376
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
2377
|
+
* Get solar systems
|
|
2378
|
+
*/
|
|
2379
|
+
async getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
2380
|
+
const response = await this.getUniverseSystemsRaw(requestParameters, initOverrides);
|
|
2381
|
+
return await response.value();
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
/**
|
|
2385
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
2386
|
+
* Get solar system information
|
|
2387
|
+
*/
|
|
2388
|
+
async getUniverseSystemsSystemIdRaw(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseSystemsSystemIdGet>> {
|
|
2389
|
+
if (requestParameters['systemId'] == null) {
|
|
2390
|
+
throw new runtime.RequiredError(
|
|
2391
|
+
'systemId',
|
|
2392
|
+
'Required parameter "systemId" was null or undefined when calling getUniverseSystemsSystemId().'
|
|
2393
|
+
);
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2397
|
+
throw new runtime.RequiredError(
|
|
2398
|
+
'xCompatibilityDate',
|
|
2399
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseSystemsSystemId().'
|
|
2400
|
+
);
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
const queryParameters: any = {};
|
|
2404
|
+
|
|
2405
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2406
|
+
|
|
2407
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2408
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2412
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2416
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
if (requestParameters['xTenant'] != null) {
|
|
2420
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
/*
|
|
2424
|
+
*/
|
|
2425
|
+
|
|
2426
|
+
let urlPath = `/universe/systems/{system_id}`;
|
|
2427
|
+
urlPath = urlPath.replace(`{${"system_id"}}`, encodeURIComponent(String(requestParameters['systemId'])));
|
|
2428
|
+
|
|
2429
|
+
const response = await api.esi.proxy({
|
|
2430
|
+
path: urlPath,
|
|
2431
|
+
method: 'GET',
|
|
2432
|
+
headers: headerParameters,
|
|
2433
|
+
query: queryParameters,
|
|
2434
|
+
}, initOverrides);
|
|
2435
|
+
|
|
2436
|
+
return new runtime.JSONApiResponse(response);
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
/**
|
|
2440
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
2441
|
+
* Get solar system information
|
|
2442
|
+
*/
|
|
2443
|
+
async getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSystemsSystemIdGet> {
|
|
2444
|
+
const response = await this.getUniverseSystemsSystemIdRaw(requestParameters, initOverrides);
|
|
2445
|
+
return await response.value();
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
/**
|
|
2449
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
2450
|
+
* Get types
|
|
2451
|
+
*/
|
|
2452
|
+
async getUniverseTypesRaw(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
2453
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2454
|
+
throw new runtime.RequiredError(
|
|
2455
|
+
'xCompatibilityDate',
|
|
2456
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseTypes().'
|
|
2457
|
+
);
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
const queryParameters: any = {};
|
|
2461
|
+
|
|
2462
|
+
if (requestParameters['page'] != null) {
|
|
2463
|
+
queryParameters['page'] = requestParameters['page'];
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2467
|
+
|
|
2468
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2469
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2473
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2477
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
if (requestParameters['xTenant'] != null) {
|
|
2481
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
/*
|
|
2485
|
+
*/
|
|
2486
|
+
|
|
2487
|
+
let urlPath = `/universe/types`;
|
|
2488
|
+
|
|
2489
|
+
const response = await api.esi.proxy({
|
|
2490
|
+
path: urlPath,
|
|
2491
|
+
method: 'GET',
|
|
2492
|
+
headers: headerParameters,
|
|
2493
|
+
query: queryParameters,
|
|
2494
|
+
}, initOverrides);
|
|
2495
|
+
|
|
2496
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
/**
|
|
2500
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
2501
|
+
* Get types
|
|
2502
|
+
*/
|
|
2503
|
+
async getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
2504
|
+
const response = await this.getUniverseTypesRaw(requestParameters, initOverrides);
|
|
2505
|
+
return await response.value();
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
/**
|
|
2509
|
+
* Get information on a type This route expires daily at 11:05
|
|
2510
|
+
* Get type information
|
|
2511
|
+
*/
|
|
2512
|
+
async getUniverseTypesTypeIdRaw(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseTypesTypeIdGet>> {
|
|
2513
|
+
if (requestParameters['typeId'] == null) {
|
|
2514
|
+
throw new runtime.RequiredError(
|
|
2515
|
+
'typeId',
|
|
2516
|
+
'Required parameter "typeId" was null or undefined when calling getUniverseTypesTypeId().'
|
|
2517
|
+
);
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2521
|
+
throw new runtime.RequiredError(
|
|
2522
|
+
'xCompatibilityDate',
|
|
2523
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getUniverseTypesTypeId().'
|
|
2524
|
+
);
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
const queryParameters: any = {};
|
|
2528
|
+
|
|
2529
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2530
|
+
|
|
2531
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2532
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2536
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2540
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
if (requestParameters['xTenant'] != null) {
|
|
2544
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
/*
|
|
2548
|
+
*/
|
|
2549
|
+
|
|
2550
|
+
let urlPath = `/universe/types/{type_id}`;
|
|
2551
|
+
urlPath = urlPath.replace(`{${"type_id"}}`, encodeURIComponent(String(requestParameters['typeId'])));
|
|
2552
|
+
|
|
2553
|
+
const response = await api.esi.proxy({
|
|
2554
|
+
path: urlPath,
|
|
2555
|
+
method: 'GET',
|
|
2556
|
+
headers: headerParameters,
|
|
2557
|
+
query: queryParameters,
|
|
2558
|
+
}, initOverrides);
|
|
2559
|
+
|
|
2560
|
+
return new runtime.JSONApiResponse(response);
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
/**
|
|
2564
|
+
* Get information on a type This route expires daily at 11:05
|
|
2565
|
+
* Get type information
|
|
2566
|
+
*/
|
|
2567
|
+
async getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseTypesTypeIdGet> {
|
|
2568
|
+
const response = await this.getUniverseTypesTypeIdRaw(requestParameters, initOverrides);
|
|
2569
|
+
return await response.value();
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/**
|
|
2573
|
+
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
2574
|
+
* Bulk names to IDs
|
|
2575
|
+
*/
|
|
2576
|
+
async postUniverseIdsRaw(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseIdsPost>> {
|
|
2577
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2578
|
+
throw new runtime.RequiredError(
|
|
2579
|
+
'xCompatibilityDate',
|
|
2580
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postUniverseIds().'
|
|
2581
|
+
);
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
if (requestParameters['requestBody'] == null) {
|
|
2585
|
+
throw new runtime.RequiredError(
|
|
2586
|
+
'requestBody',
|
|
2587
|
+
'Required parameter "requestBody" was null or undefined when calling postUniverseIds().'
|
|
2588
|
+
);
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
const queryParameters: any = {};
|
|
2592
|
+
|
|
2593
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2594
|
+
|
|
2595
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2596
|
+
|
|
2597
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2598
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2602
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2606
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
if (requestParameters['xTenant'] != null) {
|
|
2610
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
/*
|
|
2614
|
+
*/
|
|
2615
|
+
|
|
2616
|
+
let urlPath = `/universe/ids`;
|
|
2617
|
+
|
|
2618
|
+
const response = await api.esi.proxy({
|
|
2619
|
+
path: urlPath,
|
|
2620
|
+
method: 'POST',
|
|
2621
|
+
headers: headerParameters,
|
|
2622
|
+
query: queryParameters,
|
|
2623
|
+
body: requestParameters['requestBody'],
|
|
2624
|
+
}, initOverrides);
|
|
2625
|
+
|
|
2626
|
+
return new runtime.JSONApiResponse(response);
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
/**
|
|
2630
|
+
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
2631
|
+
* Bulk names to IDs
|
|
2632
|
+
*/
|
|
2633
|
+
async postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseIdsPost> {
|
|
2634
|
+
const response = await this.postUniverseIdsRaw(requestParameters, initOverrides);
|
|
2635
|
+
return await response.value();
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
2640
|
+
* Get names and categories for a set of IDs
|
|
2641
|
+
*/
|
|
2642
|
+
async postUniverseNamesRaw(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseNamesPostInner>>> {
|
|
2643
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2644
|
+
throw new runtime.RequiredError(
|
|
2645
|
+
'xCompatibilityDate',
|
|
2646
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postUniverseNames().'
|
|
2647
|
+
);
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
if (requestParameters['requestBody'] == null) {
|
|
2651
|
+
throw new runtime.RequiredError(
|
|
2652
|
+
'requestBody',
|
|
2653
|
+
'Required parameter "requestBody" was null or undefined when calling postUniverseNames().'
|
|
2654
|
+
);
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
const queryParameters: any = {};
|
|
2658
|
+
|
|
2659
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2660
|
+
|
|
2661
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
2662
|
+
|
|
2663
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2664
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2668
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2672
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
if (requestParameters['xTenant'] != null) {
|
|
2676
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
/*
|
|
2680
|
+
*/
|
|
2681
|
+
|
|
2682
|
+
let urlPath = `/universe/names`;
|
|
2683
|
+
|
|
2684
|
+
const response = await api.esi.proxy({
|
|
2685
|
+
path: urlPath,
|
|
2686
|
+
method: 'POST',
|
|
2687
|
+
headers: headerParameters,
|
|
2688
|
+
query: queryParameters,
|
|
2689
|
+
body: requestParameters['requestBody'],
|
|
2690
|
+
}, initOverrides);
|
|
2691
|
+
|
|
2692
|
+
return new runtime.JSONApiResponse(response);
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
/**
|
|
2696
|
+
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
2697
|
+
* Get names and categories for a set of IDs
|
|
2698
|
+
*/
|
|
2699
|
+
async postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseNamesPostInner>> {
|
|
2700
|
+
const response = await this.postUniverseNamesRaw(requestParameters, initOverrides);
|
|
2701
|
+
return await response.value();
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
/**
|
|
2707
|
+
* @export
|
|
2708
|
+
* @enum {string}
|
|
2709
|
+
*/
|
|
2710
|
+
export enum GetUniverseAncestriesXCompatibilityDateEnum {
|
|
2711
|
+
_20200101 = '2020-01-01'
|
|
2712
|
+
}
|
|
2713
|
+
/**
|
|
2714
|
+
* @export
|
|
2715
|
+
* @enum {string}
|
|
2716
|
+
*/
|
|
2717
|
+
export enum GetUniverseAncestriesAcceptLanguageEnum {
|
|
2718
|
+
En = 'en',
|
|
2719
|
+
De = 'de',
|
|
2720
|
+
Fr = 'fr',
|
|
2721
|
+
Ja = 'ja',
|
|
2722
|
+
Ru = 'ru',
|
|
2723
|
+
Zh = 'zh',
|
|
2724
|
+
Ko = 'ko',
|
|
2725
|
+
Es = 'es'
|
|
2726
|
+
}
|
|
2727
|
+
/**
|
|
2728
|
+
* @export
|
|
2729
|
+
* @enum {string}
|
|
2730
|
+
*/
|
|
2731
|
+
export enum GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum {
|
|
2732
|
+
_20200101 = '2020-01-01'
|
|
2733
|
+
}
|
|
2734
|
+
/**
|
|
2735
|
+
* @export
|
|
2736
|
+
* @enum {string}
|
|
2737
|
+
*/
|
|
2738
|
+
export enum GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum {
|
|
2739
|
+
En = 'en',
|
|
2740
|
+
De = 'de',
|
|
2741
|
+
Fr = 'fr',
|
|
2742
|
+
Ja = 'ja',
|
|
2743
|
+
Ru = 'ru',
|
|
2744
|
+
Zh = 'zh',
|
|
2745
|
+
Ko = 'ko',
|
|
2746
|
+
Es = 'es'
|
|
2747
|
+
}
|
|
2748
|
+
/**
|
|
2749
|
+
* @export
|
|
2750
|
+
* @enum {string}
|
|
2751
|
+
*/
|
|
2752
|
+
export enum GetUniverseBloodlinesXCompatibilityDateEnum {
|
|
2753
|
+
_20200101 = '2020-01-01'
|
|
2754
|
+
}
|
|
2755
|
+
/**
|
|
2756
|
+
* @export
|
|
2757
|
+
* @enum {string}
|
|
2758
|
+
*/
|
|
2759
|
+
export enum GetUniverseBloodlinesAcceptLanguageEnum {
|
|
2760
|
+
En = 'en',
|
|
2761
|
+
De = 'de',
|
|
2762
|
+
Fr = 'fr',
|
|
2763
|
+
Ja = 'ja',
|
|
2764
|
+
Ru = 'ru',
|
|
2765
|
+
Zh = 'zh',
|
|
2766
|
+
Ko = 'ko',
|
|
2767
|
+
Es = 'es'
|
|
2768
|
+
}
|
|
2769
|
+
/**
|
|
2770
|
+
* @export
|
|
2771
|
+
* @enum {string}
|
|
2772
|
+
*/
|
|
2773
|
+
export enum GetUniverseCategoriesXCompatibilityDateEnum {
|
|
2774
|
+
_20200101 = '2020-01-01'
|
|
2775
|
+
}
|
|
2776
|
+
/**
|
|
2777
|
+
* @export
|
|
2778
|
+
* @enum {string}
|
|
2779
|
+
*/
|
|
2780
|
+
export enum GetUniverseCategoriesAcceptLanguageEnum {
|
|
2781
|
+
En = 'en',
|
|
2782
|
+
De = 'de',
|
|
2783
|
+
Fr = 'fr',
|
|
2784
|
+
Ja = 'ja',
|
|
2785
|
+
Ru = 'ru',
|
|
2786
|
+
Zh = 'zh',
|
|
2787
|
+
Ko = 'ko',
|
|
2788
|
+
Es = 'es'
|
|
2789
|
+
}
|
|
2790
|
+
/**
|
|
2791
|
+
* @export
|
|
2792
|
+
* @enum {string}
|
|
2793
|
+
*/
|
|
2794
|
+
export enum GetUniverseCategoriesCategoryIdXCompatibilityDateEnum {
|
|
2795
|
+
_20200101 = '2020-01-01'
|
|
2796
|
+
}
|
|
2797
|
+
/**
|
|
2798
|
+
* @export
|
|
2799
|
+
* @enum {string}
|
|
2800
|
+
*/
|
|
2801
|
+
export enum GetUniverseCategoriesCategoryIdAcceptLanguageEnum {
|
|
2802
|
+
En = 'en',
|
|
2803
|
+
De = 'de',
|
|
2804
|
+
Fr = 'fr',
|
|
2805
|
+
Ja = 'ja',
|
|
2806
|
+
Ru = 'ru',
|
|
2807
|
+
Zh = 'zh',
|
|
2808
|
+
Ko = 'ko',
|
|
2809
|
+
Es = 'es'
|
|
2810
|
+
}
|
|
2811
|
+
/**
|
|
2812
|
+
* @export
|
|
2813
|
+
* @enum {string}
|
|
2814
|
+
*/
|
|
2815
|
+
export enum GetUniverseConstellationsXCompatibilityDateEnum {
|
|
2816
|
+
_20200101 = '2020-01-01'
|
|
2817
|
+
}
|
|
2818
|
+
/**
|
|
2819
|
+
* @export
|
|
2820
|
+
* @enum {string}
|
|
2821
|
+
*/
|
|
2822
|
+
export enum GetUniverseConstellationsAcceptLanguageEnum {
|
|
2823
|
+
En = 'en',
|
|
2824
|
+
De = 'de',
|
|
2825
|
+
Fr = 'fr',
|
|
2826
|
+
Ja = 'ja',
|
|
2827
|
+
Ru = 'ru',
|
|
2828
|
+
Zh = 'zh',
|
|
2829
|
+
Ko = 'ko',
|
|
2830
|
+
Es = 'es'
|
|
2831
|
+
}
|
|
2832
|
+
/**
|
|
2833
|
+
* @export
|
|
2834
|
+
* @enum {string}
|
|
2835
|
+
*/
|
|
2836
|
+
export enum GetUniverseConstellationsConstellationIdXCompatibilityDateEnum {
|
|
2837
|
+
_20200101 = '2020-01-01'
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
* @export
|
|
2841
|
+
* @enum {string}
|
|
2842
|
+
*/
|
|
2843
|
+
export enum GetUniverseConstellationsConstellationIdAcceptLanguageEnum {
|
|
2844
|
+
En = 'en',
|
|
2845
|
+
De = 'de',
|
|
2846
|
+
Fr = 'fr',
|
|
2847
|
+
Ja = 'ja',
|
|
2848
|
+
Ru = 'ru',
|
|
2849
|
+
Zh = 'zh',
|
|
2850
|
+
Ko = 'ko',
|
|
2851
|
+
Es = 'es'
|
|
2852
|
+
}
|
|
2853
|
+
/**
|
|
2854
|
+
* @export
|
|
2855
|
+
* @enum {string}
|
|
2856
|
+
*/
|
|
2857
|
+
export enum GetUniverseFactionsXCompatibilityDateEnum {
|
|
2858
|
+
_20200101 = '2020-01-01'
|
|
2859
|
+
}
|
|
2860
|
+
/**
|
|
2861
|
+
* @export
|
|
2862
|
+
* @enum {string}
|
|
2863
|
+
*/
|
|
2864
|
+
export enum GetUniverseFactionsAcceptLanguageEnum {
|
|
2865
|
+
En = 'en',
|
|
2866
|
+
De = 'de',
|
|
2867
|
+
Fr = 'fr',
|
|
2868
|
+
Ja = 'ja',
|
|
2869
|
+
Ru = 'ru',
|
|
2870
|
+
Zh = 'zh',
|
|
2871
|
+
Ko = 'ko',
|
|
2872
|
+
Es = 'es'
|
|
2873
|
+
}
|
|
2874
|
+
/**
|
|
2875
|
+
* @export
|
|
2876
|
+
* @enum {string}
|
|
2877
|
+
*/
|
|
2878
|
+
export enum GetUniverseGraphicsXCompatibilityDateEnum {
|
|
2879
|
+
_20200101 = '2020-01-01'
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
* @export
|
|
2883
|
+
* @enum {string}
|
|
2884
|
+
*/
|
|
2885
|
+
export enum GetUniverseGraphicsAcceptLanguageEnum {
|
|
2886
|
+
En = 'en',
|
|
2887
|
+
De = 'de',
|
|
2888
|
+
Fr = 'fr',
|
|
2889
|
+
Ja = 'ja',
|
|
2890
|
+
Ru = 'ru',
|
|
2891
|
+
Zh = 'zh',
|
|
2892
|
+
Ko = 'ko',
|
|
2893
|
+
Es = 'es'
|
|
2894
|
+
}
|
|
2895
|
+
/**
|
|
2896
|
+
* @export
|
|
2897
|
+
* @enum {string}
|
|
2898
|
+
*/
|
|
2899
|
+
export enum GetUniverseGraphicsGraphicIdXCompatibilityDateEnum {
|
|
2900
|
+
_20200101 = '2020-01-01'
|
|
2901
|
+
}
|
|
2902
|
+
/**
|
|
2903
|
+
* @export
|
|
2904
|
+
* @enum {string}
|
|
2905
|
+
*/
|
|
2906
|
+
export enum GetUniverseGraphicsGraphicIdAcceptLanguageEnum {
|
|
2907
|
+
En = 'en',
|
|
2908
|
+
De = 'de',
|
|
2909
|
+
Fr = 'fr',
|
|
2910
|
+
Ja = 'ja',
|
|
2911
|
+
Ru = 'ru',
|
|
2912
|
+
Zh = 'zh',
|
|
2913
|
+
Ko = 'ko',
|
|
2914
|
+
Es = 'es'
|
|
2915
|
+
}
|
|
2916
|
+
/**
|
|
2917
|
+
* @export
|
|
2918
|
+
* @enum {string}
|
|
2919
|
+
*/
|
|
2920
|
+
export enum GetUniverseGroupsXCompatibilityDateEnum {
|
|
2921
|
+
_20200101 = '2020-01-01'
|
|
2922
|
+
}
|
|
2923
|
+
/**
|
|
2924
|
+
* @export
|
|
2925
|
+
* @enum {string}
|
|
2926
|
+
*/
|
|
2927
|
+
export enum GetUniverseGroupsAcceptLanguageEnum {
|
|
2928
|
+
En = 'en',
|
|
2929
|
+
De = 'de',
|
|
2930
|
+
Fr = 'fr',
|
|
2931
|
+
Ja = 'ja',
|
|
2932
|
+
Ru = 'ru',
|
|
2933
|
+
Zh = 'zh',
|
|
2934
|
+
Ko = 'ko',
|
|
2935
|
+
Es = 'es'
|
|
2936
|
+
}
|
|
2937
|
+
/**
|
|
2938
|
+
* @export
|
|
2939
|
+
* @enum {string}
|
|
2940
|
+
*/
|
|
2941
|
+
export enum GetUniverseGroupsGroupIdXCompatibilityDateEnum {
|
|
2942
|
+
_20200101 = '2020-01-01'
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
* @export
|
|
2946
|
+
* @enum {string}
|
|
2947
|
+
*/
|
|
2948
|
+
export enum GetUniverseGroupsGroupIdAcceptLanguageEnum {
|
|
2949
|
+
En = 'en',
|
|
2950
|
+
De = 'de',
|
|
2951
|
+
Fr = 'fr',
|
|
2952
|
+
Ja = 'ja',
|
|
2953
|
+
Ru = 'ru',
|
|
2954
|
+
Zh = 'zh',
|
|
2955
|
+
Ko = 'ko',
|
|
2956
|
+
Es = 'es'
|
|
2957
|
+
}
|
|
2958
|
+
/**
|
|
2959
|
+
* @export
|
|
2960
|
+
* @enum {string}
|
|
2961
|
+
*/
|
|
2962
|
+
export enum GetUniverseMoonsMoonIdXCompatibilityDateEnum {
|
|
2963
|
+
_20200101 = '2020-01-01'
|
|
2964
|
+
}
|
|
2965
|
+
/**
|
|
2966
|
+
* @export
|
|
2967
|
+
* @enum {string}
|
|
2968
|
+
*/
|
|
2969
|
+
export enum GetUniverseMoonsMoonIdAcceptLanguageEnum {
|
|
2970
|
+
En = 'en',
|
|
2971
|
+
De = 'de',
|
|
2972
|
+
Fr = 'fr',
|
|
2973
|
+
Ja = 'ja',
|
|
2974
|
+
Ru = 'ru',
|
|
2975
|
+
Zh = 'zh',
|
|
2976
|
+
Ko = 'ko',
|
|
2977
|
+
Es = 'es'
|
|
2978
|
+
}
|
|
2979
|
+
/**
|
|
2980
|
+
* @export
|
|
2981
|
+
* @enum {string}
|
|
2982
|
+
*/
|
|
2983
|
+
export enum GetUniversePlanetsPlanetIdXCompatibilityDateEnum {
|
|
2984
|
+
_20200101 = '2020-01-01'
|
|
2985
|
+
}
|
|
2986
|
+
/**
|
|
2987
|
+
* @export
|
|
2988
|
+
* @enum {string}
|
|
2989
|
+
*/
|
|
2990
|
+
export enum GetUniversePlanetsPlanetIdAcceptLanguageEnum {
|
|
2991
|
+
En = 'en',
|
|
2992
|
+
De = 'de',
|
|
2993
|
+
Fr = 'fr',
|
|
2994
|
+
Ja = 'ja',
|
|
2995
|
+
Ru = 'ru',
|
|
2996
|
+
Zh = 'zh',
|
|
2997
|
+
Ko = 'ko',
|
|
2998
|
+
Es = 'es'
|
|
2999
|
+
}
|
|
3000
|
+
/**
|
|
3001
|
+
* @export
|
|
3002
|
+
* @enum {string}
|
|
3003
|
+
*/
|
|
3004
|
+
export enum GetUniverseRacesXCompatibilityDateEnum {
|
|
3005
|
+
_20200101 = '2020-01-01'
|
|
3006
|
+
}
|
|
3007
|
+
/**
|
|
3008
|
+
* @export
|
|
3009
|
+
* @enum {string}
|
|
3010
|
+
*/
|
|
3011
|
+
export enum GetUniverseRacesAcceptLanguageEnum {
|
|
3012
|
+
En = 'en',
|
|
3013
|
+
De = 'de',
|
|
3014
|
+
Fr = 'fr',
|
|
3015
|
+
Ja = 'ja',
|
|
3016
|
+
Ru = 'ru',
|
|
3017
|
+
Zh = 'zh',
|
|
3018
|
+
Ko = 'ko',
|
|
3019
|
+
Es = 'es'
|
|
3020
|
+
}
|
|
3021
|
+
/**
|
|
3022
|
+
* @export
|
|
3023
|
+
* @enum {string}
|
|
3024
|
+
*/
|
|
3025
|
+
export enum GetUniverseRegionsXCompatibilityDateEnum {
|
|
3026
|
+
_20200101 = '2020-01-01'
|
|
3027
|
+
}
|
|
3028
|
+
/**
|
|
3029
|
+
* @export
|
|
3030
|
+
* @enum {string}
|
|
3031
|
+
*/
|
|
3032
|
+
export enum GetUniverseRegionsAcceptLanguageEnum {
|
|
3033
|
+
En = 'en',
|
|
3034
|
+
De = 'de',
|
|
3035
|
+
Fr = 'fr',
|
|
3036
|
+
Ja = 'ja',
|
|
3037
|
+
Ru = 'ru',
|
|
3038
|
+
Zh = 'zh',
|
|
3039
|
+
Ko = 'ko',
|
|
3040
|
+
Es = 'es'
|
|
3041
|
+
}
|
|
3042
|
+
/**
|
|
3043
|
+
* @export
|
|
3044
|
+
* @enum {string}
|
|
3045
|
+
*/
|
|
3046
|
+
export enum GetUniverseRegionsRegionIdXCompatibilityDateEnum {
|
|
3047
|
+
_20200101 = '2020-01-01'
|
|
3048
|
+
}
|
|
3049
|
+
/**
|
|
3050
|
+
* @export
|
|
3051
|
+
* @enum {string}
|
|
3052
|
+
*/
|
|
3053
|
+
export enum GetUniverseRegionsRegionIdAcceptLanguageEnum {
|
|
3054
|
+
En = 'en',
|
|
3055
|
+
De = 'de',
|
|
3056
|
+
Fr = 'fr',
|
|
3057
|
+
Ja = 'ja',
|
|
3058
|
+
Ru = 'ru',
|
|
3059
|
+
Zh = 'zh',
|
|
3060
|
+
Ko = 'ko',
|
|
3061
|
+
Es = 'es'
|
|
3062
|
+
}
|
|
3063
|
+
/**
|
|
3064
|
+
* @export
|
|
3065
|
+
* @enum {string}
|
|
3066
|
+
*/
|
|
3067
|
+
export enum GetUniverseStargatesStargateIdXCompatibilityDateEnum {
|
|
3068
|
+
_20200101 = '2020-01-01'
|
|
3069
|
+
}
|
|
3070
|
+
/**
|
|
3071
|
+
* @export
|
|
3072
|
+
* @enum {string}
|
|
3073
|
+
*/
|
|
3074
|
+
export enum GetUniverseStargatesStargateIdAcceptLanguageEnum {
|
|
3075
|
+
En = 'en',
|
|
3076
|
+
De = 'de',
|
|
3077
|
+
Fr = 'fr',
|
|
3078
|
+
Ja = 'ja',
|
|
3079
|
+
Ru = 'ru',
|
|
3080
|
+
Zh = 'zh',
|
|
3081
|
+
Ko = 'ko',
|
|
3082
|
+
Es = 'es'
|
|
3083
|
+
}
|
|
3084
|
+
/**
|
|
3085
|
+
* @export
|
|
3086
|
+
* @enum {string}
|
|
3087
|
+
*/
|
|
3088
|
+
export enum GetUniverseStarsStarIdXCompatibilityDateEnum {
|
|
3089
|
+
_20200101 = '2020-01-01'
|
|
3090
|
+
}
|
|
3091
|
+
/**
|
|
3092
|
+
* @export
|
|
3093
|
+
* @enum {string}
|
|
3094
|
+
*/
|
|
3095
|
+
export enum GetUniverseStarsStarIdAcceptLanguageEnum {
|
|
3096
|
+
En = 'en',
|
|
3097
|
+
De = 'de',
|
|
3098
|
+
Fr = 'fr',
|
|
3099
|
+
Ja = 'ja',
|
|
3100
|
+
Ru = 'ru',
|
|
3101
|
+
Zh = 'zh',
|
|
3102
|
+
Ko = 'ko',
|
|
3103
|
+
Es = 'es'
|
|
3104
|
+
}
|
|
3105
|
+
/**
|
|
3106
|
+
* @export
|
|
3107
|
+
* @enum {string}
|
|
3108
|
+
*/
|
|
3109
|
+
export enum GetUniverseStationsStationIdXCompatibilityDateEnum {
|
|
3110
|
+
_20200101 = '2020-01-01'
|
|
3111
|
+
}
|
|
3112
|
+
/**
|
|
3113
|
+
* @export
|
|
3114
|
+
* @enum {string}
|
|
3115
|
+
*/
|
|
3116
|
+
export enum GetUniverseStationsStationIdAcceptLanguageEnum {
|
|
3117
|
+
En = 'en',
|
|
3118
|
+
De = 'de',
|
|
3119
|
+
Fr = 'fr',
|
|
3120
|
+
Ja = 'ja',
|
|
3121
|
+
Ru = 'ru',
|
|
3122
|
+
Zh = 'zh',
|
|
3123
|
+
Ko = 'ko',
|
|
3124
|
+
Es = 'es'
|
|
3125
|
+
}
|
|
3126
|
+
/**
|
|
3127
|
+
* @export
|
|
3128
|
+
* @enum {string}
|
|
3129
|
+
*/
|
|
3130
|
+
export enum GetUniverseStructuresXCompatibilityDateEnum {
|
|
3131
|
+
_20200101 = '2020-01-01'
|
|
3132
|
+
}
|
|
3133
|
+
/**
|
|
3134
|
+
* @export
|
|
3135
|
+
* @enum {string}
|
|
3136
|
+
*/
|
|
3137
|
+
export enum GetUniverseStructuresFilterEnum {
|
|
3138
|
+
Market = 'market',
|
|
3139
|
+
ManufacturingBasic = 'manufacturing_basic'
|
|
3140
|
+
}
|
|
3141
|
+
/**
|
|
3142
|
+
* @export
|
|
3143
|
+
* @enum {string}
|
|
3144
|
+
*/
|
|
3145
|
+
export enum GetUniverseStructuresAcceptLanguageEnum {
|
|
3146
|
+
En = 'en',
|
|
3147
|
+
De = 'de',
|
|
3148
|
+
Fr = 'fr',
|
|
3149
|
+
Ja = 'ja',
|
|
3150
|
+
Ru = 'ru',
|
|
3151
|
+
Zh = 'zh',
|
|
3152
|
+
Ko = 'ko',
|
|
3153
|
+
Es = 'es'
|
|
3154
|
+
}
|
|
3155
|
+
/**
|
|
3156
|
+
* @export
|
|
3157
|
+
* @enum {string}
|
|
3158
|
+
*/
|
|
3159
|
+
export enum GetUniverseStructuresStructureIdXCompatibilityDateEnum {
|
|
3160
|
+
_20200101 = '2020-01-01'
|
|
3161
|
+
}
|
|
3162
|
+
/**
|
|
3163
|
+
* @export
|
|
3164
|
+
* @enum {string}
|
|
3165
|
+
*/
|
|
3166
|
+
export enum GetUniverseStructuresStructureIdAcceptLanguageEnum {
|
|
3167
|
+
En = 'en',
|
|
3168
|
+
De = 'de',
|
|
3169
|
+
Fr = 'fr',
|
|
3170
|
+
Ja = 'ja',
|
|
3171
|
+
Ru = 'ru',
|
|
3172
|
+
Zh = 'zh',
|
|
3173
|
+
Ko = 'ko',
|
|
3174
|
+
Es = 'es'
|
|
3175
|
+
}
|
|
3176
|
+
/**
|
|
3177
|
+
* @export
|
|
3178
|
+
* @enum {string}
|
|
3179
|
+
*/
|
|
3180
|
+
export enum GetUniverseSystemJumpsXCompatibilityDateEnum {
|
|
3181
|
+
_20200101 = '2020-01-01'
|
|
3182
|
+
}
|
|
3183
|
+
/**
|
|
3184
|
+
* @export
|
|
3185
|
+
* @enum {string}
|
|
3186
|
+
*/
|
|
3187
|
+
export enum GetUniverseSystemJumpsAcceptLanguageEnum {
|
|
3188
|
+
En = 'en',
|
|
3189
|
+
De = 'de',
|
|
3190
|
+
Fr = 'fr',
|
|
3191
|
+
Ja = 'ja',
|
|
3192
|
+
Ru = 'ru',
|
|
3193
|
+
Zh = 'zh',
|
|
3194
|
+
Ko = 'ko',
|
|
3195
|
+
Es = 'es'
|
|
3196
|
+
}
|
|
3197
|
+
/**
|
|
3198
|
+
* @export
|
|
3199
|
+
* @enum {string}
|
|
3200
|
+
*/
|
|
3201
|
+
export enum GetUniverseSystemKillsXCompatibilityDateEnum {
|
|
3202
|
+
_20200101 = '2020-01-01'
|
|
3203
|
+
}
|
|
3204
|
+
/**
|
|
3205
|
+
* @export
|
|
3206
|
+
* @enum {string}
|
|
3207
|
+
*/
|
|
3208
|
+
export enum GetUniverseSystemKillsAcceptLanguageEnum {
|
|
3209
|
+
En = 'en',
|
|
3210
|
+
De = 'de',
|
|
3211
|
+
Fr = 'fr',
|
|
3212
|
+
Ja = 'ja',
|
|
3213
|
+
Ru = 'ru',
|
|
3214
|
+
Zh = 'zh',
|
|
3215
|
+
Ko = 'ko',
|
|
3216
|
+
Es = 'es'
|
|
3217
|
+
}
|
|
3218
|
+
/**
|
|
3219
|
+
* @export
|
|
3220
|
+
* @enum {string}
|
|
3221
|
+
*/
|
|
3222
|
+
export enum GetUniverseSystemsXCompatibilityDateEnum {
|
|
3223
|
+
_20200101 = '2020-01-01'
|
|
3224
|
+
}
|
|
3225
|
+
/**
|
|
3226
|
+
* @export
|
|
3227
|
+
* @enum {string}
|
|
3228
|
+
*/
|
|
3229
|
+
export enum GetUniverseSystemsAcceptLanguageEnum {
|
|
3230
|
+
En = 'en',
|
|
3231
|
+
De = 'de',
|
|
3232
|
+
Fr = 'fr',
|
|
3233
|
+
Ja = 'ja',
|
|
3234
|
+
Ru = 'ru',
|
|
3235
|
+
Zh = 'zh',
|
|
3236
|
+
Ko = 'ko',
|
|
3237
|
+
Es = 'es'
|
|
3238
|
+
}
|
|
3239
|
+
/**
|
|
3240
|
+
* @export
|
|
3241
|
+
* @enum {string}
|
|
3242
|
+
*/
|
|
3243
|
+
export enum GetUniverseSystemsSystemIdXCompatibilityDateEnum {
|
|
3244
|
+
_20200101 = '2020-01-01'
|
|
3245
|
+
}
|
|
3246
|
+
/**
|
|
3247
|
+
* @export
|
|
3248
|
+
* @enum {string}
|
|
3249
|
+
*/
|
|
3250
|
+
export enum GetUniverseSystemsSystemIdAcceptLanguageEnum {
|
|
3251
|
+
En = 'en',
|
|
3252
|
+
De = 'de',
|
|
3253
|
+
Fr = 'fr',
|
|
3254
|
+
Ja = 'ja',
|
|
3255
|
+
Ru = 'ru',
|
|
3256
|
+
Zh = 'zh',
|
|
3257
|
+
Ko = 'ko',
|
|
3258
|
+
Es = 'es'
|
|
3259
|
+
}
|
|
3260
|
+
/**
|
|
3261
|
+
* @export
|
|
3262
|
+
* @enum {string}
|
|
3263
|
+
*/
|
|
3264
|
+
export enum GetUniverseTypesXCompatibilityDateEnum {
|
|
3265
|
+
_20200101 = '2020-01-01'
|
|
3266
|
+
}
|
|
3267
|
+
/**
|
|
3268
|
+
* @export
|
|
3269
|
+
* @enum {string}
|
|
3270
|
+
*/
|
|
3271
|
+
export enum GetUniverseTypesAcceptLanguageEnum {
|
|
3272
|
+
En = 'en',
|
|
3273
|
+
De = 'de',
|
|
3274
|
+
Fr = 'fr',
|
|
3275
|
+
Ja = 'ja',
|
|
3276
|
+
Ru = 'ru',
|
|
3277
|
+
Zh = 'zh',
|
|
3278
|
+
Ko = 'ko',
|
|
3279
|
+
Es = 'es'
|
|
3280
|
+
}
|
|
3281
|
+
/**
|
|
3282
|
+
* @export
|
|
3283
|
+
* @enum {string}
|
|
3284
|
+
*/
|
|
3285
|
+
export enum GetUniverseTypesTypeIdXCompatibilityDateEnum {
|
|
3286
|
+
_20200101 = '2020-01-01'
|
|
3287
|
+
}
|
|
3288
|
+
/**
|
|
3289
|
+
* @export
|
|
3290
|
+
* @enum {string}
|
|
3291
|
+
*/
|
|
3292
|
+
export enum GetUniverseTypesTypeIdAcceptLanguageEnum {
|
|
3293
|
+
En = 'en',
|
|
3294
|
+
De = 'de',
|
|
3295
|
+
Fr = 'fr',
|
|
3296
|
+
Ja = 'ja',
|
|
3297
|
+
Ru = 'ru',
|
|
3298
|
+
Zh = 'zh',
|
|
3299
|
+
Ko = 'ko',
|
|
3300
|
+
Es = 'es'
|
|
3301
|
+
}
|
|
3302
|
+
/**
|
|
3303
|
+
* @export
|
|
3304
|
+
* @enum {string}
|
|
3305
|
+
*/
|
|
3306
|
+
export enum PostUniverseIdsXCompatibilityDateEnum {
|
|
3307
|
+
_20200101 = '2020-01-01'
|
|
3308
|
+
}
|
|
3309
|
+
/**
|
|
3310
|
+
* @export
|
|
3311
|
+
* @enum {string}
|
|
3312
|
+
*/
|
|
3313
|
+
export enum PostUniverseIdsAcceptLanguageEnum {
|
|
3314
|
+
En = 'en',
|
|
3315
|
+
De = 'de',
|
|
3316
|
+
Fr = 'fr',
|
|
3317
|
+
Ja = 'ja',
|
|
3318
|
+
Ru = 'ru',
|
|
3319
|
+
Zh = 'zh',
|
|
3320
|
+
Ko = 'ko',
|
|
3321
|
+
Es = 'es'
|
|
3322
|
+
}
|
|
3323
|
+
/**
|
|
3324
|
+
* @export
|
|
3325
|
+
* @enum {string}
|
|
3326
|
+
*/
|
|
3327
|
+
export enum PostUniverseNamesXCompatibilityDateEnum {
|
|
3328
|
+
_20200101 = '2020-01-01'
|
|
3329
|
+
}
|
|
3330
|
+
/**
|
|
3331
|
+
* @export
|
|
3332
|
+
* @enum {string}
|
|
3333
|
+
*/
|
|
3334
|
+
export enum PostUniverseNamesAcceptLanguageEnum {
|
|
3335
|
+
En = 'en',
|
|
3336
|
+
De = 'de',
|
|
3337
|
+
Fr = 'fr',
|
|
3338
|
+
Ja = 'ja',
|
|
3339
|
+
Ru = 'ru',
|
|
3340
|
+
Zh = 'zh',
|
|
3341
|
+
Ko = 'ko',
|
|
3342
|
+
Es = 'es'
|
|
3343
|
+
}
|