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,1692 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
6
|
+
* Contact: arcyfa_github@pm.me
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { UniverseAncestriesGetInner, UniverseAsteroidBeltsAsteroidBeltIdGet, UniverseBloodlinesGetInner, UniverseCategoriesCategoryIdGet, UniverseConstellationsConstellationIdGet, UniverseFactionsGetInner, UniverseGraphicsGraphicIdGet, UniverseGroupsGroupIdGet, UniverseIdsPost, UniverseMoonsMoonIdGet, UniverseNamesPostInner, UniversePlanetsPlanetIdGet, UniverseRacesGetInner, UniverseRegionsRegionIdGet, UniverseStargatesStargateIdGet, UniverseStarsStarIdGet, UniverseStationsStationIdGet, UniverseStructuresStructureIdGet, UniverseSystemJumpsGetInner, UniverseSystemKillsGetInner, UniverseSystemsSystemIdGet, UniverseTypesTypeIdGet } from '../models/index';
|
|
14
|
+
export interface GetUniverseAncestriesRequest {
|
|
15
|
+
xCompatibilityDate: GetUniverseAncestriesXCompatibilityDateEnum;
|
|
16
|
+
acceptLanguage?: GetUniverseAncestriesAcceptLanguageEnum;
|
|
17
|
+
ifNoneMatch?: string;
|
|
18
|
+
xTenant?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
|
|
21
|
+
asteroidBeltId: number;
|
|
22
|
+
xCompatibilityDate: GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum;
|
|
23
|
+
acceptLanguage?: GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum;
|
|
24
|
+
ifNoneMatch?: string;
|
|
25
|
+
xTenant?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface GetUniverseBloodlinesRequest {
|
|
28
|
+
xCompatibilityDate: GetUniverseBloodlinesXCompatibilityDateEnum;
|
|
29
|
+
acceptLanguage?: GetUniverseBloodlinesAcceptLanguageEnum;
|
|
30
|
+
ifNoneMatch?: string;
|
|
31
|
+
xTenant?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface GetUniverseCategoriesRequest {
|
|
34
|
+
xCompatibilityDate: GetUniverseCategoriesXCompatibilityDateEnum;
|
|
35
|
+
acceptLanguage?: GetUniverseCategoriesAcceptLanguageEnum;
|
|
36
|
+
ifNoneMatch?: string;
|
|
37
|
+
xTenant?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface GetUniverseCategoriesCategoryIdRequest {
|
|
40
|
+
categoryId: number;
|
|
41
|
+
xCompatibilityDate: GetUniverseCategoriesCategoryIdXCompatibilityDateEnum;
|
|
42
|
+
acceptLanguage?: GetUniverseCategoriesCategoryIdAcceptLanguageEnum;
|
|
43
|
+
ifNoneMatch?: string;
|
|
44
|
+
xTenant?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface GetUniverseConstellationsRequest {
|
|
47
|
+
xCompatibilityDate: GetUniverseConstellationsXCompatibilityDateEnum;
|
|
48
|
+
acceptLanguage?: GetUniverseConstellationsAcceptLanguageEnum;
|
|
49
|
+
ifNoneMatch?: string;
|
|
50
|
+
xTenant?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface GetUniverseConstellationsConstellationIdRequest {
|
|
53
|
+
constellationId: number;
|
|
54
|
+
xCompatibilityDate: GetUniverseConstellationsConstellationIdXCompatibilityDateEnum;
|
|
55
|
+
acceptLanguage?: GetUniverseConstellationsConstellationIdAcceptLanguageEnum;
|
|
56
|
+
ifNoneMatch?: string;
|
|
57
|
+
xTenant?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface GetUniverseFactionsRequest {
|
|
60
|
+
xCompatibilityDate: GetUniverseFactionsXCompatibilityDateEnum;
|
|
61
|
+
acceptLanguage?: GetUniverseFactionsAcceptLanguageEnum;
|
|
62
|
+
ifNoneMatch?: string;
|
|
63
|
+
xTenant?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface GetUniverseGraphicsRequest {
|
|
66
|
+
xCompatibilityDate: GetUniverseGraphicsXCompatibilityDateEnum;
|
|
67
|
+
acceptLanguage?: GetUniverseGraphicsAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
}
|
|
71
|
+
export interface GetUniverseGraphicsGraphicIdRequest {
|
|
72
|
+
graphicId: number;
|
|
73
|
+
xCompatibilityDate: GetUniverseGraphicsGraphicIdXCompatibilityDateEnum;
|
|
74
|
+
acceptLanguage?: GetUniverseGraphicsGraphicIdAcceptLanguageEnum;
|
|
75
|
+
ifNoneMatch?: string;
|
|
76
|
+
xTenant?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface GetUniverseGroupsRequest {
|
|
79
|
+
xCompatibilityDate: GetUniverseGroupsXCompatibilityDateEnum;
|
|
80
|
+
page?: number;
|
|
81
|
+
acceptLanguage?: GetUniverseGroupsAcceptLanguageEnum;
|
|
82
|
+
ifNoneMatch?: string;
|
|
83
|
+
xTenant?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface GetUniverseGroupsGroupIdRequest {
|
|
86
|
+
groupId: number;
|
|
87
|
+
xCompatibilityDate: GetUniverseGroupsGroupIdXCompatibilityDateEnum;
|
|
88
|
+
acceptLanguage?: GetUniverseGroupsGroupIdAcceptLanguageEnum;
|
|
89
|
+
ifNoneMatch?: string;
|
|
90
|
+
xTenant?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface GetUniverseMoonsMoonIdRequest {
|
|
93
|
+
moonId: number;
|
|
94
|
+
xCompatibilityDate: GetUniverseMoonsMoonIdXCompatibilityDateEnum;
|
|
95
|
+
acceptLanguage?: GetUniverseMoonsMoonIdAcceptLanguageEnum;
|
|
96
|
+
ifNoneMatch?: string;
|
|
97
|
+
xTenant?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface GetUniversePlanetsPlanetIdRequest {
|
|
100
|
+
planetId: number;
|
|
101
|
+
xCompatibilityDate: GetUniversePlanetsPlanetIdXCompatibilityDateEnum;
|
|
102
|
+
acceptLanguage?: GetUniversePlanetsPlanetIdAcceptLanguageEnum;
|
|
103
|
+
ifNoneMatch?: string;
|
|
104
|
+
xTenant?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface GetUniverseRacesRequest {
|
|
107
|
+
xCompatibilityDate: GetUniverseRacesXCompatibilityDateEnum;
|
|
108
|
+
acceptLanguage?: GetUniverseRacesAcceptLanguageEnum;
|
|
109
|
+
ifNoneMatch?: string;
|
|
110
|
+
xTenant?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface GetUniverseRegionsRequest {
|
|
113
|
+
xCompatibilityDate: GetUniverseRegionsXCompatibilityDateEnum;
|
|
114
|
+
acceptLanguage?: GetUniverseRegionsAcceptLanguageEnum;
|
|
115
|
+
ifNoneMatch?: string;
|
|
116
|
+
xTenant?: string;
|
|
117
|
+
}
|
|
118
|
+
export interface GetUniverseRegionsRegionIdRequest {
|
|
119
|
+
regionId: number;
|
|
120
|
+
xCompatibilityDate: GetUniverseRegionsRegionIdXCompatibilityDateEnum;
|
|
121
|
+
acceptLanguage?: GetUniverseRegionsRegionIdAcceptLanguageEnum;
|
|
122
|
+
ifNoneMatch?: string;
|
|
123
|
+
xTenant?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface GetUniverseStargatesStargateIdRequest {
|
|
126
|
+
stargateId: number;
|
|
127
|
+
xCompatibilityDate: GetUniverseStargatesStargateIdXCompatibilityDateEnum;
|
|
128
|
+
acceptLanguage?: GetUniverseStargatesStargateIdAcceptLanguageEnum;
|
|
129
|
+
ifNoneMatch?: string;
|
|
130
|
+
xTenant?: string;
|
|
131
|
+
}
|
|
132
|
+
export interface GetUniverseStarsStarIdRequest {
|
|
133
|
+
starId: number;
|
|
134
|
+
xCompatibilityDate: GetUniverseStarsStarIdXCompatibilityDateEnum;
|
|
135
|
+
acceptLanguage?: GetUniverseStarsStarIdAcceptLanguageEnum;
|
|
136
|
+
ifNoneMatch?: string;
|
|
137
|
+
xTenant?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface GetUniverseStationsStationIdRequest {
|
|
140
|
+
stationId: number;
|
|
141
|
+
xCompatibilityDate: GetUniverseStationsStationIdXCompatibilityDateEnum;
|
|
142
|
+
acceptLanguage?: GetUniverseStationsStationIdAcceptLanguageEnum;
|
|
143
|
+
ifNoneMatch?: string;
|
|
144
|
+
xTenant?: string;
|
|
145
|
+
}
|
|
146
|
+
export interface GetUniverseStructuresRequest {
|
|
147
|
+
xCompatibilityDate: GetUniverseStructuresXCompatibilityDateEnum;
|
|
148
|
+
filter?: GetUniverseStructuresFilterEnum;
|
|
149
|
+
acceptLanguage?: GetUniverseStructuresAcceptLanguageEnum;
|
|
150
|
+
ifNoneMatch?: string;
|
|
151
|
+
xTenant?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface GetUniverseStructuresStructureIdRequest {
|
|
154
|
+
structureId: number;
|
|
155
|
+
xCompatibilityDate: GetUniverseStructuresStructureIdXCompatibilityDateEnum;
|
|
156
|
+
acceptLanguage?: GetUniverseStructuresStructureIdAcceptLanguageEnum;
|
|
157
|
+
ifNoneMatch?: string;
|
|
158
|
+
xTenant?: string;
|
|
159
|
+
}
|
|
160
|
+
export interface GetUniverseSystemJumpsRequest {
|
|
161
|
+
xCompatibilityDate: GetUniverseSystemJumpsXCompatibilityDateEnum;
|
|
162
|
+
acceptLanguage?: GetUniverseSystemJumpsAcceptLanguageEnum;
|
|
163
|
+
ifNoneMatch?: string;
|
|
164
|
+
xTenant?: string;
|
|
165
|
+
}
|
|
166
|
+
export interface GetUniverseSystemKillsRequest {
|
|
167
|
+
xCompatibilityDate: GetUniverseSystemKillsXCompatibilityDateEnum;
|
|
168
|
+
acceptLanguage?: GetUniverseSystemKillsAcceptLanguageEnum;
|
|
169
|
+
ifNoneMatch?: string;
|
|
170
|
+
xTenant?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface GetUniverseSystemsRequest {
|
|
173
|
+
xCompatibilityDate: GetUniverseSystemsXCompatibilityDateEnum;
|
|
174
|
+
acceptLanguage?: GetUniverseSystemsAcceptLanguageEnum;
|
|
175
|
+
ifNoneMatch?: string;
|
|
176
|
+
xTenant?: string;
|
|
177
|
+
}
|
|
178
|
+
export interface GetUniverseSystemsSystemIdRequest {
|
|
179
|
+
systemId: number;
|
|
180
|
+
xCompatibilityDate: GetUniverseSystemsSystemIdXCompatibilityDateEnum;
|
|
181
|
+
acceptLanguage?: GetUniverseSystemsSystemIdAcceptLanguageEnum;
|
|
182
|
+
ifNoneMatch?: string;
|
|
183
|
+
xTenant?: string;
|
|
184
|
+
}
|
|
185
|
+
export interface GetUniverseTypesRequest {
|
|
186
|
+
xCompatibilityDate: GetUniverseTypesXCompatibilityDateEnum;
|
|
187
|
+
page?: number;
|
|
188
|
+
acceptLanguage?: GetUniverseTypesAcceptLanguageEnum;
|
|
189
|
+
ifNoneMatch?: string;
|
|
190
|
+
xTenant?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface GetUniverseTypesTypeIdRequest {
|
|
193
|
+
typeId: number;
|
|
194
|
+
xCompatibilityDate: GetUniverseTypesTypeIdXCompatibilityDateEnum;
|
|
195
|
+
acceptLanguage?: GetUniverseTypesTypeIdAcceptLanguageEnum;
|
|
196
|
+
ifNoneMatch?: string;
|
|
197
|
+
xTenant?: string;
|
|
198
|
+
}
|
|
199
|
+
export interface PostUniverseIdsRequest {
|
|
200
|
+
xCompatibilityDate: PostUniverseIdsXCompatibilityDateEnum;
|
|
201
|
+
requestBody: Set<string>;
|
|
202
|
+
acceptLanguage?: PostUniverseIdsAcceptLanguageEnum;
|
|
203
|
+
ifNoneMatch?: string;
|
|
204
|
+
xTenant?: string;
|
|
205
|
+
}
|
|
206
|
+
export interface PostUniverseNamesRequest {
|
|
207
|
+
xCompatibilityDate: PostUniverseNamesXCompatibilityDateEnum;
|
|
208
|
+
requestBody: Set<number>;
|
|
209
|
+
acceptLanguage?: PostUniverseNamesAcceptLanguageEnum;
|
|
210
|
+
ifNoneMatch?: string;
|
|
211
|
+
xTenant?: string;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* UniverseApi - interface
|
|
215
|
+
*
|
|
216
|
+
* @export
|
|
217
|
+
* @interface UniverseApiInterface
|
|
218
|
+
*/
|
|
219
|
+
export interface UniverseApiInterface {
|
|
220
|
+
/**
|
|
221
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
222
|
+
* @summary Get ancestries
|
|
223
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
224
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
225
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
226
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
227
|
+
* @param {*} [options] Override http request option.
|
|
228
|
+
* @throws {RequiredError}
|
|
229
|
+
* @memberof UniverseApiInterface
|
|
230
|
+
*/
|
|
231
|
+
getUniverseAncestriesRaw(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseAncestriesGetInner>>>;
|
|
232
|
+
/**
|
|
233
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
234
|
+
* Get ancestries
|
|
235
|
+
*/
|
|
236
|
+
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseAncestriesGetInner>>;
|
|
237
|
+
/**
|
|
238
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
239
|
+
* @summary Get asteroid belt information
|
|
240
|
+
* @param {number} asteroidBeltId
|
|
241
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
242
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
243
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
244
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
245
|
+
* @param {*} [options] Override http request option.
|
|
246
|
+
* @throws {RequiredError}
|
|
247
|
+
* @memberof UniverseApiInterface
|
|
248
|
+
*/
|
|
249
|
+
getUniverseAsteroidBeltsAsteroidBeltIdRaw(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseAsteroidBeltsAsteroidBeltIdGet>>;
|
|
250
|
+
/**
|
|
251
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
252
|
+
* Get asteroid belt information
|
|
253
|
+
*/
|
|
254
|
+
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseAsteroidBeltsAsteroidBeltIdGet>;
|
|
255
|
+
/**
|
|
256
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
257
|
+
* @summary Get bloodlines
|
|
258
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
259
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
260
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
261
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
262
|
+
* @param {*} [options] Override http request option.
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
* @memberof UniverseApiInterface
|
|
265
|
+
*/
|
|
266
|
+
getUniverseBloodlinesRaw(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseBloodlinesGetInner>>>;
|
|
267
|
+
/**
|
|
268
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
269
|
+
* Get bloodlines
|
|
270
|
+
*/
|
|
271
|
+
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseBloodlinesGetInner>>;
|
|
272
|
+
/**
|
|
273
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
274
|
+
* @summary Get item categories
|
|
275
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
276
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
277
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
278
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
* @memberof UniverseApiInterface
|
|
282
|
+
*/
|
|
283
|
+
getUniverseCategoriesRaw(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
284
|
+
/**
|
|
285
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
286
|
+
* Get item categories
|
|
287
|
+
*/
|
|
288
|
+
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
289
|
+
/**
|
|
290
|
+
* Get information of an item category This route expires daily at 11:05
|
|
291
|
+
* @summary Get item category information
|
|
292
|
+
* @param {number} categoryId
|
|
293
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
294
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
295
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
296
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
297
|
+
* @param {*} [options] Override http request option.
|
|
298
|
+
* @throws {RequiredError}
|
|
299
|
+
* @memberof UniverseApiInterface
|
|
300
|
+
*/
|
|
301
|
+
getUniverseCategoriesCategoryIdRaw(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseCategoriesCategoryIdGet>>;
|
|
302
|
+
/**
|
|
303
|
+
* Get information of an item category This route expires daily at 11:05
|
|
304
|
+
* Get item category information
|
|
305
|
+
*/
|
|
306
|
+
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseCategoriesCategoryIdGet>;
|
|
307
|
+
/**
|
|
308
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
309
|
+
* @summary Get constellations
|
|
310
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
311
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
312
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
313
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
314
|
+
* @param {*} [options] Override http request option.
|
|
315
|
+
* @throws {RequiredError}
|
|
316
|
+
* @memberof UniverseApiInterface
|
|
317
|
+
*/
|
|
318
|
+
getUniverseConstellationsRaw(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
319
|
+
/**
|
|
320
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
321
|
+
* Get constellations
|
|
322
|
+
*/
|
|
323
|
+
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
324
|
+
/**
|
|
325
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
326
|
+
* @summary Get constellation information
|
|
327
|
+
* @param {number} constellationId
|
|
328
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
329
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
330
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
331
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
332
|
+
* @param {*} [options] Override http request option.
|
|
333
|
+
* @throws {RequiredError}
|
|
334
|
+
* @memberof UniverseApiInterface
|
|
335
|
+
*/
|
|
336
|
+
getUniverseConstellationsConstellationIdRaw(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseConstellationsConstellationIdGet>>;
|
|
337
|
+
/**
|
|
338
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
339
|
+
* Get constellation information
|
|
340
|
+
*/
|
|
341
|
+
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseConstellationsConstellationIdGet>;
|
|
342
|
+
/**
|
|
343
|
+
* Get a list of factions This route expires daily at 11:05
|
|
344
|
+
* @summary Get factions
|
|
345
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
346
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
347
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
348
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
349
|
+
* @param {*} [options] Override http request option.
|
|
350
|
+
* @throws {RequiredError}
|
|
351
|
+
* @memberof UniverseApiInterface
|
|
352
|
+
*/
|
|
353
|
+
getUniverseFactionsRaw(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseFactionsGetInner>>>;
|
|
354
|
+
/**
|
|
355
|
+
* Get a list of factions This route expires daily at 11:05
|
|
356
|
+
* Get factions
|
|
357
|
+
*/
|
|
358
|
+
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseFactionsGetInner>>;
|
|
359
|
+
/**
|
|
360
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
361
|
+
* @summary Get graphics
|
|
362
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
363
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
364
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
365
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
366
|
+
* @param {*} [options] Override http request option.
|
|
367
|
+
* @throws {RequiredError}
|
|
368
|
+
* @memberof UniverseApiInterface
|
|
369
|
+
*/
|
|
370
|
+
getUniverseGraphicsRaw(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
371
|
+
/**
|
|
372
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
373
|
+
* Get graphics
|
|
374
|
+
*/
|
|
375
|
+
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
376
|
+
/**
|
|
377
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
378
|
+
* @summary Get graphic information
|
|
379
|
+
* @param {number} graphicId
|
|
380
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
381
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
382
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
383
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
* @memberof UniverseApiInterface
|
|
387
|
+
*/
|
|
388
|
+
getUniverseGraphicsGraphicIdRaw(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGraphicsGraphicIdGet>>;
|
|
389
|
+
/**
|
|
390
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
391
|
+
* Get graphic information
|
|
392
|
+
*/
|
|
393
|
+
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGraphicsGraphicIdGet>;
|
|
394
|
+
/**
|
|
395
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
396
|
+
* @summary Get item groups
|
|
397
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
398
|
+
* @param {number} [page]
|
|
399
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
400
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
401
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
402
|
+
* @param {*} [options] Override http request option.
|
|
403
|
+
* @throws {RequiredError}
|
|
404
|
+
* @memberof UniverseApiInterface
|
|
405
|
+
*/
|
|
406
|
+
getUniverseGroupsRaw(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
407
|
+
/**
|
|
408
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
409
|
+
* Get item groups
|
|
410
|
+
*/
|
|
411
|
+
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
412
|
+
/**
|
|
413
|
+
* Get information on an item group This route expires daily at 11:05
|
|
414
|
+
* @summary Get item group information
|
|
415
|
+
* @param {number} groupId
|
|
416
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
417
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
418
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
419
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
420
|
+
* @param {*} [options] Override http request option.
|
|
421
|
+
* @throws {RequiredError}
|
|
422
|
+
* @memberof UniverseApiInterface
|
|
423
|
+
*/
|
|
424
|
+
getUniverseGroupsGroupIdRaw(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGroupsGroupIdGet>>;
|
|
425
|
+
/**
|
|
426
|
+
* Get information on an item group This route expires daily at 11:05
|
|
427
|
+
* Get item group information
|
|
428
|
+
*/
|
|
429
|
+
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGroupsGroupIdGet>;
|
|
430
|
+
/**
|
|
431
|
+
* Get information on a moon This route expires daily at 11:05
|
|
432
|
+
* @summary Get moon information
|
|
433
|
+
* @param {number} moonId
|
|
434
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
435
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
436
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
437
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
438
|
+
* @param {*} [options] Override http request option.
|
|
439
|
+
* @throws {RequiredError}
|
|
440
|
+
* @memberof UniverseApiInterface
|
|
441
|
+
*/
|
|
442
|
+
getUniverseMoonsMoonIdRaw(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseMoonsMoonIdGet>>;
|
|
443
|
+
/**
|
|
444
|
+
* Get information on a moon This route expires daily at 11:05
|
|
445
|
+
* Get moon information
|
|
446
|
+
*/
|
|
447
|
+
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseMoonsMoonIdGet>;
|
|
448
|
+
/**
|
|
449
|
+
* Get information on a planet This route expires daily at 11:05
|
|
450
|
+
* @summary Get planet information
|
|
451
|
+
* @param {number} planetId
|
|
452
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
453
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
454
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
455
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
* @memberof UniverseApiInterface
|
|
459
|
+
*/
|
|
460
|
+
getUniversePlanetsPlanetIdRaw(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniversePlanetsPlanetIdGet>>;
|
|
461
|
+
/**
|
|
462
|
+
* Get information on a planet This route expires daily at 11:05
|
|
463
|
+
* Get planet information
|
|
464
|
+
*/
|
|
465
|
+
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniversePlanetsPlanetIdGet>;
|
|
466
|
+
/**
|
|
467
|
+
* Get a list of character races This route expires daily at 11:05
|
|
468
|
+
* @summary Get character races
|
|
469
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
470
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
471
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
472
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
473
|
+
* @param {*} [options] Override http request option.
|
|
474
|
+
* @throws {RequiredError}
|
|
475
|
+
* @memberof UniverseApiInterface
|
|
476
|
+
*/
|
|
477
|
+
getUniverseRacesRaw(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseRacesGetInner>>>;
|
|
478
|
+
/**
|
|
479
|
+
* Get a list of character races This route expires daily at 11:05
|
|
480
|
+
* Get character races
|
|
481
|
+
*/
|
|
482
|
+
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseRacesGetInner>>;
|
|
483
|
+
/**
|
|
484
|
+
* Get a list of regions This route expires daily at 11:05
|
|
485
|
+
* @summary Get regions
|
|
486
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
487
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
488
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
489
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
* @memberof UniverseApiInterface
|
|
493
|
+
*/
|
|
494
|
+
getUniverseRegionsRaw(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
495
|
+
/**
|
|
496
|
+
* Get a list of regions This route expires daily at 11:05
|
|
497
|
+
* Get regions
|
|
498
|
+
*/
|
|
499
|
+
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
500
|
+
/**
|
|
501
|
+
* Get information on a region This route expires daily at 11:05
|
|
502
|
+
* @summary Get region information
|
|
503
|
+
* @param {number} regionId
|
|
504
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
505
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
506
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
507
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
508
|
+
* @param {*} [options] Override http request option.
|
|
509
|
+
* @throws {RequiredError}
|
|
510
|
+
* @memberof UniverseApiInterface
|
|
511
|
+
*/
|
|
512
|
+
getUniverseRegionsRegionIdRaw(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseRegionsRegionIdGet>>;
|
|
513
|
+
/**
|
|
514
|
+
* Get information on a region This route expires daily at 11:05
|
|
515
|
+
* Get region information
|
|
516
|
+
*/
|
|
517
|
+
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseRegionsRegionIdGet>;
|
|
518
|
+
/**
|
|
519
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
520
|
+
* @summary Get stargate information
|
|
521
|
+
* @param {number} stargateId
|
|
522
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
523
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
524
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
525
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
526
|
+
* @param {*} [options] Override http request option.
|
|
527
|
+
* @throws {RequiredError}
|
|
528
|
+
* @memberof UniverseApiInterface
|
|
529
|
+
*/
|
|
530
|
+
getUniverseStargatesStargateIdRaw(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStargatesStargateIdGet>>;
|
|
531
|
+
/**
|
|
532
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
533
|
+
* Get stargate information
|
|
534
|
+
*/
|
|
535
|
+
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStargatesStargateIdGet>;
|
|
536
|
+
/**
|
|
537
|
+
* Get information on a star This route expires daily at 11:05
|
|
538
|
+
* @summary Get star information
|
|
539
|
+
* @param {number} starId
|
|
540
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
541
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
542
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
543
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
544
|
+
* @param {*} [options] Override http request option.
|
|
545
|
+
* @throws {RequiredError}
|
|
546
|
+
* @memberof UniverseApiInterface
|
|
547
|
+
*/
|
|
548
|
+
getUniverseStarsStarIdRaw(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStarsStarIdGet>>;
|
|
549
|
+
/**
|
|
550
|
+
* Get information on a star This route expires daily at 11:05
|
|
551
|
+
* Get star information
|
|
552
|
+
*/
|
|
553
|
+
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStarsStarIdGet>;
|
|
554
|
+
/**
|
|
555
|
+
* Get information on a station This route expires daily at 11:05
|
|
556
|
+
* @summary Get station information
|
|
557
|
+
* @param {number} stationId
|
|
558
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
559
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
560
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
561
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
562
|
+
* @param {*} [options] Override http request option.
|
|
563
|
+
* @throws {RequiredError}
|
|
564
|
+
* @memberof UniverseApiInterface
|
|
565
|
+
*/
|
|
566
|
+
getUniverseStationsStationIdRaw(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStationsStationIdGet>>;
|
|
567
|
+
/**
|
|
568
|
+
* Get information on a station This route expires daily at 11:05
|
|
569
|
+
* Get station information
|
|
570
|
+
*/
|
|
571
|
+
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStationsStationIdGet>;
|
|
572
|
+
/**
|
|
573
|
+
* List all public structures
|
|
574
|
+
* @summary List all public structures
|
|
575
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
576
|
+
* @param {'market' | 'manufacturing_basic'} [filter]
|
|
577
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
578
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
579
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
580
|
+
* @param {*} [options] Override http request option.
|
|
581
|
+
* @throws {RequiredError}
|
|
582
|
+
* @memberof UniverseApiInterface
|
|
583
|
+
*/
|
|
584
|
+
getUniverseStructuresRaw(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Set<number>>>;
|
|
585
|
+
/**
|
|
586
|
+
* List all public structures
|
|
587
|
+
* List all public structures
|
|
588
|
+
*/
|
|
589
|
+
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Set<number>>;
|
|
590
|
+
/**
|
|
591
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
592
|
+
* @summary Get structure information
|
|
593
|
+
* @param {number} structureId
|
|
594
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
595
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
596
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
597
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
598
|
+
* @param {*} [options] Override http request option.
|
|
599
|
+
* @throws {RequiredError}
|
|
600
|
+
* @memberof UniverseApiInterface
|
|
601
|
+
*/
|
|
602
|
+
getUniverseStructuresStructureIdRaw(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStructuresStructureIdGet>>;
|
|
603
|
+
/**
|
|
604
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
605
|
+
* Get structure information
|
|
606
|
+
*/
|
|
607
|
+
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStructuresStructureIdGet>;
|
|
608
|
+
/**
|
|
609
|
+
* 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
|
|
610
|
+
* @summary Get system jumps
|
|
611
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
612
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
613
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
614
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
615
|
+
* @param {*} [options] Override http request option.
|
|
616
|
+
* @throws {RequiredError}
|
|
617
|
+
* @memberof UniverseApiInterface
|
|
618
|
+
*/
|
|
619
|
+
getUniverseSystemJumpsRaw(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemJumpsGetInner>>>;
|
|
620
|
+
/**
|
|
621
|
+
* 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
|
|
622
|
+
* Get system jumps
|
|
623
|
+
*/
|
|
624
|
+
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemJumpsGetInner>>;
|
|
625
|
+
/**
|
|
626
|
+
* 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
|
|
627
|
+
* @summary Get system kills
|
|
628
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
629
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
630
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
631
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
* @memberof UniverseApiInterface
|
|
635
|
+
*/
|
|
636
|
+
getUniverseSystemKillsRaw(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemKillsGetInner>>>;
|
|
637
|
+
/**
|
|
638
|
+
* 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
|
|
639
|
+
* Get system kills
|
|
640
|
+
*/
|
|
641
|
+
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemKillsGetInner>>;
|
|
642
|
+
/**
|
|
643
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
644
|
+
* @summary Get solar systems
|
|
645
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
646
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
647
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
648
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
649
|
+
* @param {*} [options] Override http request option.
|
|
650
|
+
* @throws {RequiredError}
|
|
651
|
+
* @memberof UniverseApiInterface
|
|
652
|
+
*/
|
|
653
|
+
getUniverseSystemsRaw(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
654
|
+
/**
|
|
655
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
656
|
+
* Get solar systems
|
|
657
|
+
*/
|
|
658
|
+
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
659
|
+
/**
|
|
660
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
661
|
+
* @summary Get solar system information
|
|
662
|
+
* @param {number} systemId
|
|
663
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
664
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
665
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
666
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
* @memberof UniverseApiInterface
|
|
670
|
+
*/
|
|
671
|
+
getUniverseSystemsSystemIdRaw(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseSystemsSystemIdGet>>;
|
|
672
|
+
/**
|
|
673
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
674
|
+
* Get solar system information
|
|
675
|
+
*/
|
|
676
|
+
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSystemsSystemIdGet>;
|
|
677
|
+
/**
|
|
678
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
679
|
+
* @summary Get types
|
|
680
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
681
|
+
* @param {number} [page]
|
|
682
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
683
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
684
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
685
|
+
* @param {*} [options] Override http request option.
|
|
686
|
+
* @throws {RequiredError}
|
|
687
|
+
* @memberof UniverseApiInterface
|
|
688
|
+
*/
|
|
689
|
+
getUniverseTypesRaw(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
690
|
+
/**
|
|
691
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
692
|
+
* Get types
|
|
693
|
+
*/
|
|
694
|
+
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
695
|
+
/**
|
|
696
|
+
* Get information on a type This route expires daily at 11:05
|
|
697
|
+
* @summary Get type information
|
|
698
|
+
* @param {number} typeId
|
|
699
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
700
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
701
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
702
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
703
|
+
* @param {*} [options] Override http request option.
|
|
704
|
+
* @throws {RequiredError}
|
|
705
|
+
* @memberof UniverseApiInterface
|
|
706
|
+
*/
|
|
707
|
+
getUniverseTypesTypeIdRaw(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseTypesTypeIdGet>>;
|
|
708
|
+
/**
|
|
709
|
+
* Get information on a type This route expires daily at 11:05
|
|
710
|
+
* Get type information
|
|
711
|
+
*/
|
|
712
|
+
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseTypesTypeIdGet>;
|
|
713
|
+
/**
|
|
714
|
+
* 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
|
|
715
|
+
* @summary Bulk names to IDs
|
|
716
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
717
|
+
* @param {Set<string>} requestBody
|
|
718
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
719
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
720
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
* @memberof UniverseApiInterface
|
|
724
|
+
*/
|
|
725
|
+
postUniverseIdsRaw(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseIdsPost>>;
|
|
726
|
+
/**
|
|
727
|
+
* 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
|
|
728
|
+
* Bulk names to IDs
|
|
729
|
+
*/
|
|
730
|
+
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseIdsPost>;
|
|
731
|
+
/**
|
|
732
|
+
* 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
|
|
733
|
+
* @summary Get names and categories for a set of IDs
|
|
734
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
735
|
+
* @param {Set<number>} requestBody
|
|
736
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
737
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
738
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
739
|
+
* @param {*} [options] Override http request option.
|
|
740
|
+
* @throws {RequiredError}
|
|
741
|
+
* @memberof UniverseApiInterface
|
|
742
|
+
*/
|
|
743
|
+
postUniverseNamesRaw(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseNamesPostInner>>>;
|
|
744
|
+
/**
|
|
745
|
+
* 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
|
|
746
|
+
* Get names and categories for a set of IDs
|
|
747
|
+
*/
|
|
748
|
+
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseNamesPostInner>>;
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
*
|
|
752
|
+
*/
|
|
753
|
+
export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiInterface {
|
|
754
|
+
/**
|
|
755
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
756
|
+
* Get ancestries
|
|
757
|
+
*/
|
|
758
|
+
getUniverseAncestriesRaw(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseAncestriesGetInner>>>;
|
|
759
|
+
/**
|
|
760
|
+
* Get all character ancestries This route expires daily at 11:05
|
|
761
|
+
* Get ancestries
|
|
762
|
+
*/
|
|
763
|
+
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseAncestriesGetInner>>;
|
|
764
|
+
/**
|
|
765
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
766
|
+
* Get asteroid belt information
|
|
767
|
+
*/
|
|
768
|
+
getUniverseAsteroidBeltsAsteroidBeltIdRaw(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseAsteroidBeltsAsteroidBeltIdGet>>;
|
|
769
|
+
/**
|
|
770
|
+
* Get information on an asteroid belt This route expires daily at 11:05
|
|
771
|
+
* Get asteroid belt information
|
|
772
|
+
*/
|
|
773
|
+
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseAsteroidBeltsAsteroidBeltIdGet>;
|
|
774
|
+
/**
|
|
775
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
776
|
+
* Get bloodlines
|
|
777
|
+
*/
|
|
778
|
+
getUniverseBloodlinesRaw(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseBloodlinesGetInner>>>;
|
|
779
|
+
/**
|
|
780
|
+
* Get a list of bloodlines This route expires daily at 11:05
|
|
781
|
+
* Get bloodlines
|
|
782
|
+
*/
|
|
783
|
+
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseBloodlinesGetInner>>;
|
|
784
|
+
/**
|
|
785
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
786
|
+
* Get item categories
|
|
787
|
+
*/
|
|
788
|
+
getUniverseCategoriesRaw(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
789
|
+
/**
|
|
790
|
+
* Get a list of item categories This route expires daily at 11:05
|
|
791
|
+
* Get item categories
|
|
792
|
+
*/
|
|
793
|
+
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
794
|
+
/**
|
|
795
|
+
* Get information of an item category This route expires daily at 11:05
|
|
796
|
+
* Get item category information
|
|
797
|
+
*/
|
|
798
|
+
getUniverseCategoriesCategoryIdRaw(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseCategoriesCategoryIdGet>>;
|
|
799
|
+
/**
|
|
800
|
+
* Get information of an item category This route expires daily at 11:05
|
|
801
|
+
* Get item category information
|
|
802
|
+
*/
|
|
803
|
+
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseCategoriesCategoryIdGet>;
|
|
804
|
+
/**
|
|
805
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
806
|
+
* Get constellations
|
|
807
|
+
*/
|
|
808
|
+
getUniverseConstellationsRaw(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
809
|
+
/**
|
|
810
|
+
* Get a list of constellations This route expires daily at 11:05
|
|
811
|
+
* Get constellations
|
|
812
|
+
*/
|
|
813
|
+
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
814
|
+
/**
|
|
815
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
816
|
+
* Get constellation information
|
|
817
|
+
*/
|
|
818
|
+
getUniverseConstellationsConstellationIdRaw(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseConstellationsConstellationIdGet>>;
|
|
819
|
+
/**
|
|
820
|
+
* Get information on a constellation This route expires daily at 11:05
|
|
821
|
+
* Get constellation information
|
|
822
|
+
*/
|
|
823
|
+
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseConstellationsConstellationIdGet>;
|
|
824
|
+
/**
|
|
825
|
+
* Get a list of factions This route expires daily at 11:05
|
|
826
|
+
* Get factions
|
|
827
|
+
*/
|
|
828
|
+
getUniverseFactionsRaw(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseFactionsGetInner>>>;
|
|
829
|
+
/**
|
|
830
|
+
* Get a list of factions This route expires daily at 11:05
|
|
831
|
+
* Get factions
|
|
832
|
+
*/
|
|
833
|
+
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseFactionsGetInner>>;
|
|
834
|
+
/**
|
|
835
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
836
|
+
* Get graphics
|
|
837
|
+
*/
|
|
838
|
+
getUniverseGraphicsRaw(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
839
|
+
/**
|
|
840
|
+
* Get a list of graphics This route expires daily at 11:05
|
|
841
|
+
* Get graphics
|
|
842
|
+
*/
|
|
843
|
+
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
844
|
+
/**
|
|
845
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
846
|
+
* Get graphic information
|
|
847
|
+
*/
|
|
848
|
+
getUniverseGraphicsGraphicIdRaw(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGraphicsGraphicIdGet>>;
|
|
849
|
+
/**
|
|
850
|
+
* Get information on a graphic This route expires daily at 11:05
|
|
851
|
+
* Get graphic information
|
|
852
|
+
*/
|
|
853
|
+
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGraphicsGraphicIdGet>;
|
|
854
|
+
/**
|
|
855
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
856
|
+
* Get item groups
|
|
857
|
+
*/
|
|
858
|
+
getUniverseGroupsRaw(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
859
|
+
/**
|
|
860
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
861
|
+
* Get item groups
|
|
862
|
+
*/
|
|
863
|
+
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
864
|
+
/**
|
|
865
|
+
* Get information on an item group This route expires daily at 11:05
|
|
866
|
+
* Get item group information
|
|
867
|
+
*/
|
|
868
|
+
getUniverseGroupsGroupIdRaw(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseGroupsGroupIdGet>>;
|
|
869
|
+
/**
|
|
870
|
+
* Get information on an item group This route expires daily at 11:05
|
|
871
|
+
* Get item group information
|
|
872
|
+
*/
|
|
873
|
+
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseGroupsGroupIdGet>;
|
|
874
|
+
/**
|
|
875
|
+
* Get information on a moon This route expires daily at 11:05
|
|
876
|
+
* Get moon information
|
|
877
|
+
*/
|
|
878
|
+
getUniverseMoonsMoonIdRaw(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseMoonsMoonIdGet>>;
|
|
879
|
+
/**
|
|
880
|
+
* Get information on a moon This route expires daily at 11:05
|
|
881
|
+
* Get moon information
|
|
882
|
+
*/
|
|
883
|
+
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseMoonsMoonIdGet>;
|
|
884
|
+
/**
|
|
885
|
+
* Get information on a planet This route expires daily at 11:05
|
|
886
|
+
* Get planet information
|
|
887
|
+
*/
|
|
888
|
+
getUniversePlanetsPlanetIdRaw(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniversePlanetsPlanetIdGet>>;
|
|
889
|
+
/**
|
|
890
|
+
* Get information on a planet This route expires daily at 11:05
|
|
891
|
+
* Get planet information
|
|
892
|
+
*/
|
|
893
|
+
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniversePlanetsPlanetIdGet>;
|
|
894
|
+
/**
|
|
895
|
+
* Get a list of character races This route expires daily at 11:05
|
|
896
|
+
* Get character races
|
|
897
|
+
*/
|
|
898
|
+
getUniverseRacesRaw(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseRacesGetInner>>>;
|
|
899
|
+
/**
|
|
900
|
+
* Get a list of character races This route expires daily at 11:05
|
|
901
|
+
* Get character races
|
|
902
|
+
*/
|
|
903
|
+
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseRacesGetInner>>;
|
|
904
|
+
/**
|
|
905
|
+
* Get a list of regions This route expires daily at 11:05
|
|
906
|
+
* Get regions
|
|
907
|
+
*/
|
|
908
|
+
getUniverseRegionsRaw(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
909
|
+
/**
|
|
910
|
+
* Get a list of regions This route expires daily at 11:05
|
|
911
|
+
* Get regions
|
|
912
|
+
*/
|
|
913
|
+
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
914
|
+
/**
|
|
915
|
+
* Get information on a region This route expires daily at 11:05
|
|
916
|
+
* Get region information
|
|
917
|
+
*/
|
|
918
|
+
getUniverseRegionsRegionIdRaw(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseRegionsRegionIdGet>>;
|
|
919
|
+
/**
|
|
920
|
+
* Get information on a region This route expires daily at 11:05
|
|
921
|
+
* Get region information
|
|
922
|
+
*/
|
|
923
|
+
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseRegionsRegionIdGet>;
|
|
924
|
+
/**
|
|
925
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
926
|
+
* Get stargate information
|
|
927
|
+
*/
|
|
928
|
+
getUniverseStargatesStargateIdRaw(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStargatesStargateIdGet>>;
|
|
929
|
+
/**
|
|
930
|
+
* Get information on a stargate This route expires daily at 11:05
|
|
931
|
+
* Get stargate information
|
|
932
|
+
*/
|
|
933
|
+
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStargatesStargateIdGet>;
|
|
934
|
+
/**
|
|
935
|
+
* Get information on a star This route expires daily at 11:05
|
|
936
|
+
* Get star information
|
|
937
|
+
*/
|
|
938
|
+
getUniverseStarsStarIdRaw(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStarsStarIdGet>>;
|
|
939
|
+
/**
|
|
940
|
+
* Get information on a star This route expires daily at 11:05
|
|
941
|
+
* Get star information
|
|
942
|
+
*/
|
|
943
|
+
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStarsStarIdGet>;
|
|
944
|
+
/**
|
|
945
|
+
* Get information on a station This route expires daily at 11:05
|
|
946
|
+
* Get station information
|
|
947
|
+
*/
|
|
948
|
+
getUniverseStationsStationIdRaw(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStationsStationIdGet>>;
|
|
949
|
+
/**
|
|
950
|
+
* Get information on a station This route expires daily at 11:05
|
|
951
|
+
* Get station information
|
|
952
|
+
*/
|
|
953
|
+
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStationsStationIdGet>;
|
|
954
|
+
/**
|
|
955
|
+
* List all public structures
|
|
956
|
+
* List all public structures
|
|
957
|
+
*/
|
|
958
|
+
getUniverseStructuresRaw(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Set<number>>>;
|
|
959
|
+
/**
|
|
960
|
+
* List all public structures
|
|
961
|
+
* List all public structures
|
|
962
|
+
*/
|
|
963
|
+
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Set<number>>;
|
|
964
|
+
/**
|
|
965
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
966
|
+
* Get structure information
|
|
967
|
+
*/
|
|
968
|
+
getUniverseStructuresStructureIdRaw(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseStructuresStructureIdGet>>;
|
|
969
|
+
/**
|
|
970
|
+
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
971
|
+
* Get structure information
|
|
972
|
+
*/
|
|
973
|
+
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseStructuresStructureIdGet>;
|
|
974
|
+
/**
|
|
975
|
+
* 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
|
|
976
|
+
* Get system jumps
|
|
977
|
+
*/
|
|
978
|
+
getUniverseSystemJumpsRaw(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemJumpsGetInner>>>;
|
|
979
|
+
/**
|
|
980
|
+
* 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
|
|
981
|
+
* Get system jumps
|
|
982
|
+
*/
|
|
983
|
+
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemJumpsGetInner>>;
|
|
984
|
+
/**
|
|
985
|
+
* 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
|
|
986
|
+
* Get system kills
|
|
987
|
+
*/
|
|
988
|
+
getUniverseSystemKillsRaw(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseSystemKillsGetInner>>>;
|
|
989
|
+
/**
|
|
990
|
+
* 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
|
|
991
|
+
* Get system kills
|
|
992
|
+
*/
|
|
993
|
+
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseSystemKillsGetInner>>;
|
|
994
|
+
/**
|
|
995
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
996
|
+
* Get solar systems
|
|
997
|
+
*/
|
|
998
|
+
getUniverseSystemsRaw(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
999
|
+
/**
|
|
1000
|
+
* Get a list of solar systems This route expires daily at 11:05
|
|
1001
|
+
* Get solar systems
|
|
1002
|
+
*/
|
|
1003
|
+
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
1004
|
+
/**
|
|
1005
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
1006
|
+
* Get solar system information
|
|
1007
|
+
*/
|
|
1008
|
+
getUniverseSystemsSystemIdRaw(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseSystemsSystemIdGet>>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Get information on a solar system. This route expires daily at 11:05
|
|
1011
|
+
* Get solar system information
|
|
1012
|
+
*/
|
|
1013
|
+
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseSystemsSystemIdGet>;
|
|
1014
|
+
/**
|
|
1015
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
1016
|
+
* Get types
|
|
1017
|
+
*/
|
|
1018
|
+
getUniverseTypesRaw(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
1019
|
+
/**
|
|
1020
|
+
* Get a list of type ids This route expires daily at 11:05
|
|
1021
|
+
* Get types
|
|
1022
|
+
*/
|
|
1023
|
+
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
1024
|
+
/**
|
|
1025
|
+
* Get information on a type This route expires daily at 11:05
|
|
1026
|
+
* Get type information
|
|
1027
|
+
*/
|
|
1028
|
+
getUniverseTypesTypeIdRaw(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseTypesTypeIdGet>>;
|
|
1029
|
+
/**
|
|
1030
|
+
* Get information on a type This route expires daily at 11:05
|
|
1031
|
+
* Get type information
|
|
1032
|
+
*/
|
|
1033
|
+
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseTypesTypeIdGet>;
|
|
1034
|
+
/**
|
|
1035
|
+
* 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
|
|
1036
|
+
* Bulk names to IDs
|
|
1037
|
+
*/
|
|
1038
|
+
postUniverseIdsRaw(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UniverseIdsPost>>;
|
|
1039
|
+
/**
|
|
1040
|
+
* 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
|
|
1041
|
+
* Bulk names to IDs
|
|
1042
|
+
*/
|
|
1043
|
+
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UniverseIdsPost>;
|
|
1044
|
+
/**
|
|
1045
|
+
* 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
|
|
1046
|
+
* Get names and categories for a set of IDs
|
|
1047
|
+
*/
|
|
1048
|
+
postUniverseNamesRaw(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<UniverseNamesPostInner>>>;
|
|
1049
|
+
/**
|
|
1050
|
+
* 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
|
|
1051
|
+
* Get names and categories for a set of IDs
|
|
1052
|
+
*/
|
|
1053
|
+
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<UniverseNamesPostInner>>;
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @export
|
|
1057
|
+
* @enum {string}
|
|
1058
|
+
*/
|
|
1059
|
+
export declare enum GetUniverseAncestriesXCompatibilityDateEnum {
|
|
1060
|
+
_20200101 = "2020-01-01"
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* @export
|
|
1064
|
+
* @enum {string}
|
|
1065
|
+
*/
|
|
1066
|
+
export declare enum GetUniverseAncestriesAcceptLanguageEnum {
|
|
1067
|
+
En = "en",
|
|
1068
|
+
De = "de",
|
|
1069
|
+
Fr = "fr",
|
|
1070
|
+
Ja = "ja",
|
|
1071
|
+
Ru = "ru",
|
|
1072
|
+
Zh = "zh",
|
|
1073
|
+
Ko = "ko",
|
|
1074
|
+
Es = "es"
|
|
1075
|
+
}
|
|
1076
|
+
/**
|
|
1077
|
+
* @export
|
|
1078
|
+
* @enum {string}
|
|
1079
|
+
*/
|
|
1080
|
+
export declare enum GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum {
|
|
1081
|
+
_20200101 = "2020-01-01"
|
|
1082
|
+
}
|
|
1083
|
+
/**
|
|
1084
|
+
* @export
|
|
1085
|
+
* @enum {string}
|
|
1086
|
+
*/
|
|
1087
|
+
export declare enum GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum {
|
|
1088
|
+
En = "en",
|
|
1089
|
+
De = "de",
|
|
1090
|
+
Fr = "fr",
|
|
1091
|
+
Ja = "ja",
|
|
1092
|
+
Ru = "ru",
|
|
1093
|
+
Zh = "zh",
|
|
1094
|
+
Ko = "ko",
|
|
1095
|
+
Es = "es"
|
|
1096
|
+
}
|
|
1097
|
+
/**
|
|
1098
|
+
* @export
|
|
1099
|
+
* @enum {string}
|
|
1100
|
+
*/
|
|
1101
|
+
export declare enum GetUniverseBloodlinesXCompatibilityDateEnum {
|
|
1102
|
+
_20200101 = "2020-01-01"
|
|
1103
|
+
}
|
|
1104
|
+
/**
|
|
1105
|
+
* @export
|
|
1106
|
+
* @enum {string}
|
|
1107
|
+
*/
|
|
1108
|
+
export declare enum GetUniverseBloodlinesAcceptLanguageEnum {
|
|
1109
|
+
En = "en",
|
|
1110
|
+
De = "de",
|
|
1111
|
+
Fr = "fr",
|
|
1112
|
+
Ja = "ja",
|
|
1113
|
+
Ru = "ru",
|
|
1114
|
+
Zh = "zh",
|
|
1115
|
+
Ko = "ko",
|
|
1116
|
+
Es = "es"
|
|
1117
|
+
}
|
|
1118
|
+
/**
|
|
1119
|
+
* @export
|
|
1120
|
+
* @enum {string}
|
|
1121
|
+
*/
|
|
1122
|
+
export declare enum GetUniverseCategoriesXCompatibilityDateEnum {
|
|
1123
|
+
_20200101 = "2020-01-01"
|
|
1124
|
+
}
|
|
1125
|
+
/**
|
|
1126
|
+
* @export
|
|
1127
|
+
* @enum {string}
|
|
1128
|
+
*/
|
|
1129
|
+
export declare enum GetUniverseCategoriesAcceptLanguageEnum {
|
|
1130
|
+
En = "en",
|
|
1131
|
+
De = "de",
|
|
1132
|
+
Fr = "fr",
|
|
1133
|
+
Ja = "ja",
|
|
1134
|
+
Ru = "ru",
|
|
1135
|
+
Zh = "zh",
|
|
1136
|
+
Ko = "ko",
|
|
1137
|
+
Es = "es"
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* @export
|
|
1141
|
+
* @enum {string}
|
|
1142
|
+
*/
|
|
1143
|
+
export declare enum GetUniverseCategoriesCategoryIdXCompatibilityDateEnum {
|
|
1144
|
+
_20200101 = "2020-01-01"
|
|
1145
|
+
}
|
|
1146
|
+
/**
|
|
1147
|
+
* @export
|
|
1148
|
+
* @enum {string}
|
|
1149
|
+
*/
|
|
1150
|
+
export declare enum GetUniverseCategoriesCategoryIdAcceptLanguageEnum {
|
|
1151
|
+
En = "en",
|
|
1152
|
+
De = "de",
|
|
1153
|
+
Fr = "fr",
|
|
1154
|
+
Ja = "ja",
|
|
1155
|
+
Ru = "ru",
|
|
1156
|
+
Zh = "zh",
|
|
1157
|
+
Ko = "ko",
|
|
1158
|
+
Es = "es"
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* @export
|
|
1162
|
+
* @enum {string}
|
|
1163
|
+
*/
|
|
1164
|
+
export declare enum GetUniverseConstellationsXCompatibilityDateEnum {
|
|
1165
|
+
_20200101 = "2020-01-01"
|
|
1166
|
+
}
|
|
1167
|
+
/**
|
|
1168
|
+
* @export
|
|
1169
|
+
* @enum {string}
|
|
1170
|
+
*/
|
|
1171
|
+
export declare enum GetUniverseConstellationsAcceptLanguageEnum {
|
|
1172
|
+
En = "en",
|
|
1173
|
+
De = "de",
|
|
1174
|
+
Fr = "fr",
|
|
1175
|
+
Ja = "ja",
|
|
1176
|
+
Ru = "ru",
|
|
1177
|
+
Zh = "zh",
|
|
1178
|
+
Ko = "ko",
|
|
1179
|
+
Es = "es"
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* @export
|
|
1183
|
+
* @enum {string}
|
|
1184
|
+
*/
|
|
1185
|
+
export declare enum GetUniverseConstellationsConstellationIdXCompatibilityDateEnum {
|
|
1186
|
+
_20200101 = "2020-01-01"
|
|
1187
|
+
}
|
|
1188
|
+
/**
|
|
1189
|
+
* @export
|
|
1190
|
+
* @enum {string}
|
|
1191
|
+
*/
|
|
1192
|
+
export declare enum GetUniverseConstellationsConstellationIdAcceptLanguageEnum {
|
|
1193
|
+
En = "en",
|
|
1194
|
+
De = "de",
|
|
1195
|
+
Fr = "fr",
|
|
1196
|
+
Ja = "ja",
|
|
1197
|
+
Ru = "ru",
|
|
1198
|
+
Zh = "zh",
|
|
1199
|
+
Ko = "ko",
|
|
1200
|
+
Es = "es"
|
|
1201
|
+
}
|
|
1202
|
+
/**
|
|
1203
|
+
* @export
|
|
1204
|
+
* @enum {string}
|
|
1205
|
+
*/
|
|
1206
|
+
export declare enum GetUniverseFactionsXCompatibilityDateEnum {
|
|
1207
|
+
_20200101 = "2020-01-01"
|
|
1208
|
+
}
|
|
1209
|
+
/**
|
|
1210
|
+
* @export
|
|
1211
|
+
* @enum {string}
|
|
1212
|
+
*/
|
|
1213
|
+
export declare enum GetUniverseFactionsAcceptLanguageEnum {
|
|
1214
|
+
En = "en",
|
|
1215
|
+
De = "de",
|
|
1216
|
+
Fr = "fr",
|
|
1217
|
+
Ja = "ja",
|
|
1218
|
+
Ru = "ru",
|
|
1219
|
+
Zh = "zh",
|
|
1220
|
+
Ko = "ko",
|
|
1221
|
+
Es = "es"
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* @export
|
|
1225
|
+
* @enum {string}
|
|
1226
|
+
*/
|
|
1227
|
+
export declare enum GetUniverseGraphicsXCompatibilityDateEnum {
|
|
1228
|
+
_20200101 = "2020-01-01"
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
* @export
|
|
1232
|
+
* @enum {string}
|
|
1233
|
+
*/
|
|
1234
|
+
export declare enum GetUniverseGraphicsAcceptLanguageEnum {
|
|
1235
|
+
En = "en",
|
|
1236
|
+
De = "de",
|
|
1237
|
+
Fr = "fr",
|
|
1238
|
+
Ja = "ja",
|
|
1239
|
+
Ru = "ru",
|
|
1240
|
+
Zh = "zh",
|
|
1241
|
+
Ko = "ko",
|
|
1242
|
+
Es = "es"
|
|
1243
|
+
}
|
|
1244
|
+
/**
|
|
1245
|
+
* @export
|
|
1246
|
+
* @enum {string}
|
|
1247
|
+
*/
|
|
1248
|
+
export declare enum GetUniverseGraphicsGraphicIdXCompatibilityDateEnum {
|
|
1249
|
+
_20200101 = "2020-01-01"
|
|
1250
|
+
}
|
|
1251
|
+
/**
|
|
1252
|
+
* @export
|
|
1253
|
+
* @enum {string}
|
|
1254
|
+
*/
|
|
1255
|
+
export declare enum GetUniverseGraphicsGraphicIdAcceptLanguageEnum {
|
|
1256
|
+
En = "en",
|
|
1257
|
+
De = "de",
|
|
1258
|
+
Fr = "fr",
|
|
1259
|
+
Ja = "ja",
|
|
1260
|
+
Ru = "ru",
|
|
1261
|
+
Zh = "zh",
|
|
1262
|
+
Ko = "ko",
|
|
1263
|
+
Es = "es"
|
|
1264
|
+
}
|
|
1265
|
+
/**
|
|
1266
|
+
* @export
|
|
1267
|
+
* @enum {string}
|
|
1268
|
+
*/
|
|
1269
|
+
export declare enum GetUniverseGroupsXCompatibilityDateEnum {
|
|
1270
|
+
_20200101 = "2020-01-01"
|
|
1271
|
+
}
|
|
1272
|
+
/**
|
|
1273
|
+
* @export
|
|
1274
|
+
* @enum {string}
|
|
1275
|
+
*/
|
|
1276
|
+
export declare enum GetUniverseGroupsAcceptLanguageEnum {
|
|
1277
|
+
En = "en",
|
|
1278
|
+
De = "de",
|
|
1279
|
+
Fr = "fr",
|
|
1280
|
+
Ja = "ja",
|
|
1281
|
+
Ru = "ru",
|
|
1282
|
+
Zh = "zh",
|
|
1283
|
+
Ko = "ko",
|
|
1284
|
+
Es = "es"
|
|
1285
|
+
}
|
|
1286
|
+
/**
|
|
1287
|
+
* @export
|
|
1288
|
+
* @enum {string}
|
|
1289
|
+
*/
|
|
1290
|
+
export declare enum GetUniverseGroupsGroupIdXCompatibilityDateEnum {
|
|
1291
|
+
_20200101 = "2020-01-01"
|
|
1292
|
+
}
|
|
1293
|
+
/**
|
|
1294
|
+
* @export
|
|
1295
|
+
* @enum {string}
|
|
1296
|
+
*/
|
|
1297
|
+
export declare enum GetUniverseGroupsGroupIdAcceptLanguageEnum {
|
|
1298
|
+
En = "en",
|
|
1299
|
+
De = "de",
|
|
1300
|
+
Fr = "fr",
|
|
1301
|
+
Ja = "ja",
|
|
1302
|
+
Ru = "ru",
|
|
1303
|
+
Zh = "zh",
|
|
1304
|
+
Ko = "ko",
|
|
1305
|
+
Es = "es"
|
|
1306
|
+
}
|
|
1307
|
+
/**
|
|
1308
|
+
* @export
|
|
1309
|
+
* @enum {string}
|
|
1310
|
+
*/
|
|
1311
|
+
export declare enum GetUniverseMoonsMoonIdXCompatibilityDateEnum {
|
|
1312
|
+
_20200101 = "2020-01-01"
|
|
1313
|
+
}
|
|
1314
|
+
/**
|
|
1315
|
+
* @export
|
|
1316
|
+
* @enum {string}
|
|
1317
|
+
*/
|
|
1318
|
+
export declare enum GetUniverseMoonsMoonIdAcceptLanguageEnum {
|
|
1319
|
+
En = "en",
|
|
1320
|
+
De = "de",
|
|
1321
|
+
Fr = "fr",
|
|
1322
|
+
Ja = "ja",
|
|
1323
|
+
Ru = "ru",
|
|
1324
|
+
Zh = "zh",
|
|
1325
|
+
Ko = "ko",
|
|
1326
|
+
Es = "es"
|
|
1327
|
+
}
|
|
1328
|
+
/**
|
|
1329
|
+
* @export
|
|
1330
|
+
* @enum {string}
|
|
1331
|
+
*/
|
|
1332
|
+
export declare enum GetUniversePlanetsPlanetIdXCompatibilityDateEnum {
|
|
1333
|
+
_20200101 = "2020-01-01"
|
|
1334
|
+
}
|
|
1335
|
+
/**
|
|
1336
|
+
* @export
|
|
1337
|
+
* @enum {string}
|
|
1338
|
+
*/
|
|
1339
|
+
export declare enum GetUniversePlanetsPlanetIdAcceptLanguageEnum {
|
|
1340
|
+
En = "en",
|
|
1341
|
+
De = "de",
|
|
1342
|
+
Fr = "fr",
|
|
1343
|
+
Ja = "ja",
|
|
1344
|
+
Ru = "ru",
|
|
1345
|
+
Zh = "zh",
|
|
1346
|
+
Ko = "ko",
|
|
1347
|
+
Es = "es"
|
|
1348
|
+
}
|
|
1349
|
+
/**
|
|
1350
|
+
* @export
|
|
1351
|
+
* @enum {string}
|
|
1352
|
+
*/
|
|
1353
|
+
export declare enum GetUniverseRacesXCompatibilityDateEnum {
|
|
1354
|
+
_20200101 = "2020-01-01"
|
|
1355
|
+
}
|
|
1356
|
+
/**
|
|
1357
|
+
* @export
|
|
1358
|
+
* @enum {string}
|
|
1359
|
+
*/
|
|
1360
|
+
export declare enum GetUniverseRacesAcceptLanguageEnum {
|
|
1361
|
+
En = "en",
|
|
1362
|
+
De = "de",
|
|
1363
|
+
Fr = "fr",
|
|
1364
|
+
Ja = "ja",
|
|
1365
|
+
Ru = "ru",
|
|
1366
|
+
Zh = "zh",
|
|
1367
|
+
Ko = "ko",
|
|
1368
|
+
Es = "es"
|
|
1369
|
+
}
|
|
1370
|
+
/**
|
|
1371
|
+
* @export
|
|
1372
|
+
* @enum {string}
|
|
1373
|
+
*/
|
|
1374
|
+
export declare enum GetUniverseRegionsXCompatibilityDateEnum {
|
|
1375
|
+
_20200101 = "2020-01-01"
|
|
1376
|
+
}
|
|
1377
|
+
/**
|
|
1378
|
+
* @export
|
|
1379
|
+
* @enum {string}
|
|
1380
|
+
*/
|
|
1381
|
+
export declare enum GetUniverseRegionsAcceptLanguageEnum {
|
|
1382
|
+
En = "en",
|
|
1383
|
+
De = "de",
|
|
1384
|
+
Fr = "fr",
|
|
1385
|
+
Ja = "ja",
|
|
1386
|
+
Ru = "ru",
|
|
1387
|
+
Zh = "zh",
|
|
1388
|
+
Ko = "ko",
|
|
1389
|
+
Es = "es"
|
|
1390
|
+
}
|
|
1391
|
+
/**
|
|
1392
|
+
* @export
|
|
1393
|
+
* @enum {string}
|
|
1394
|
+
*/
|
|
1395
|
+
export declare enum GetUniverseRegionsRegionIdXCompatibilityDateEnum {
|
|
1396
|
+
_20200101 = "2020-01-01"
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* @export
|
|
1400
|
+
* @enum {string}
|
|
1401
|
+
*/
|
|
1402
|
+
export declare enum GetUniverseRegionsRegionIdAcceptLanguageEnum {
|
|
1403
|
+
En = "en",
|
|
1404
|
+
De = "de",
|
|
1405
|
+
Fr = "fr",
|
|
1406
|
+
Ja = "ja",
|
|
1407
|
+
Ru = "ru",
|
|
1408
|
+
Zh = "zh",
|
|
1409
|
+
Ko = "ko",
|
|
1410
|
+
Es = "es"
|
|
1411
|
+
}
|
|
1412
|
+
/**
|
|
1413
|
+
* @export
|
|
1414
|
+
* @enum {string}
|
|
1415
|
+
*/
|
|
1416
|
+
export declare enum GetUniverseStargatesStargateIdXCompatibilityDateEnum {
|
|
1417
|
+
_20200101 = "2020-01-01"
|
|
1418
|
+
}
|
|
1419
|
+
/**
|
|
1420
|
+
* @export
|
|
1421
|
+
* @enum {string}
|
|
1422
|
+
*/
|
|
1423
|
+
export declare enum GetUniverseStargatesStargateIdAcceptLanguageEnum {
|
|
1424
|
+
En = "en",
|
|
1425
|
+
De = "de",
|
|
1426
|
+
Fr = "fr",
|
|
1427
|
+
Ja = "ja",
|
|
1428
|
+
Ru = "ru",
|
|
1429
|
+
Zh = "zh",
|
|
1430
|
+
Ko = "ko",
|
|
1431
|
+
Es = "es"
|
|
1432
|
+
}
|
|
1433
|
+
/**
|
|
1434
|
+
* @export
|
|
1435
|
+
* @enum {string}
|
|
1436
|
+
*/
|
|
1437
|
+
export declare enum GetUniverseStarsStarIdXCompatibilityDateEnum {
|
|
1438
|
+
_20200101 = "2020-01-01"
|
|
1439
|
+
}
|
|
1440
|
+
/**
|
|
1441
|
+
* @export
|
|
1442
|
+
* @enum {string}
|
|
1443
|
+
*/
|
|
1444
|
+
export declare enum GetUniverseStarsStarIdAcceptLanguageEnum {
|
|
1445
|
+
En = "en",
|
|
1446
|
+
De = "de",
|
|
1447
|
+
Fr = "fr",
|
|
1448
|
+
Ja = "ja",
|
|
1449
|
+
Ru = "ru",
|
|
1450
|
+
Zh = "zh",
|
|
1451
|
+
Ko = "ko",
|
|
1452
|
+
Es = "es"
|
|
1453
|
+
}
|
|
1454
|
+
/**
|
|
1455
|
+
* @export
|
|
1456
|
+
* @enum {string}
|
|
1457
|
+
*/
|
|
1458
|
+
export declare enum GetUniverseStationsStationIdXCompatibilityDateEnum {
|
|
1459
|
+
_20200101 = "2020-01-01"
|
|
1460
|
+
}
|
|
1461
|
+
/**
|
|
1462
|
+
* @export
|
|
1463
|
+
* @enum {string}
|
|
1464
|
+
*/
|
|
1465
|
+
export declare enum GetUniverseStationsStationIdAcceptLanguageEnum {
|
|
1466
|
+
En = "en",
|
|
1467
|
+
De = "de",
|
|
1468
|
+
Fr = "fr",
|
|
1469
|
+
Ja = "ja",
|
|
1470
|
+
Ru = "ru",
|
|
1471
|
+
Zh = "zh",
|
|
1472
|
+
Ko = "ko",
|
|
1473
|
+
Es = "es"
|
|
1474
|
+
}
|
|
1475
|
+
/**
|
|
1476
|
+
* @export
|
|
1477
|
+
* @enum {string}
|
|
1478
|
+
*/
|
|
1479
|
+
export declare enum GetUniverseStructuresXCompatibilityDateEnum {
|
|
1480
|
+
_20200101 = "2020-01-01"
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* @export
|
|
1484
|
+
* @enum {string}
|
|
1485
|
+
*/
|
|
1486
|
+
export declare enum GetUniverseStructuresFilterEnum {
|
|
1487
|
+
Market = "market",
|
|
1488
|
+
ManufacturingBasic = "manufacturing_basic"
|
|
1489
|
+
}
|
|
1490
|
+
/**
|
|
1491
|
+
* @export
|
|
1492
|
+
* @enum {string}
|
|
1493
|
+
*/
|
|
1494
|
+
export declare enum GetUniverseStructuresAcceptLanguageEnum {
|
|
1495
|
+
En = "en",
|
|
1496
|
+
De = "de",
|
|
1497
|
+
Fr = "fr",
|
|
1498
|
+
Ja = "ja",
|
|
1499
|
+
Ru = "ru",
|
|
1500
|
+
Zh = "zh",
|
|
1501
|
+
Ko = "ko",
|
|
1502
|
+
Es = "es"
|
|
1503
|
+
}
|
|
1504
|
+
/**
|
|
1505
|
+
* @export
|
|
1506
|
+
* @enum {string}
|
|
1507
|
+
*/
|
|
1508
|
+
export declare enum GetUniverseStructuresStructureIdXCompatibilityDateEnum {
|
|
1509
|
+
_20200101 = "2020-01-01"
|
|
1510
|
+
}
|
|
1511
|
+
/**
|
|
1512
|
+
* @export
|
|
1513
|
+
* @enum {string}
|
|
1514
|
+
*/
|
|
1515
|
+
export declare enum GetUniverseStructuresStructureIdAcceptLanguageEnum {
|
|
1516
|
+
En = "en",
|
|
1517
|
+
De = "de",
|
|
1518
|
+
Fr = "fr",
|
|
1519
|
+
Ja = "ja",
|
|
1520
|
+
Ru = "ru",
|
|
1521
|
+
Zh = "zh",
|
|
1522
|
+
Ko = "ko",
|
|
1523
|
+
Es = "es"
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* @export
|
|
1527
|
+
* @enum {string}
|
|
1528
|
+
*/
|
|
1529
|
+
export declare enum GetUniverseSystemJumpsXCompatibilityDateEnum {
|
|
1530
|
+
_20200101 = "2020-01-01"
|
|
1531
|
+
}
|
|
1532
|
+
/**
|
|
1533
|
+
* @export
|
|
1534
|
+
* @enum {string}
|
|
1535
|
+
*/
|
|
1536
|
+
export declare enum GetUniverseSystemJumpsAcceptLanguageEnum {
|
|
1537
|
+
En = "en",
|
|
1538
|
+
De = "de",
|
|
1539
|
+
Fr = "fr",
|
|
1540
|
+
Ja = "ja",
|
|
1541
|
+
Ru = "ru",
|
|
1542
|
+
Zh = "zh",
|
|
1543
|
+
Ko = "ko",
|
|
1544
|
+
Es = "es"
|
|
1545
|
+
}
|
|
1546
|
+
/**
|
|
1547
|
+
* @export
|
|
1548
|
+
* @enum {string}
|
|
1549
|
+
*/
|
|
1550
|
+
export declare enum GetUniverseSystemKillsXCompatibilityDateEnum {
|
|
1551
|
+
_20200101 = "2020-01-01"
|
|
1552
|
+
}
|
|
1553
|
+
/**
|
|
1554
|
+
* @export
|
|
1555
|
+
* @enum {string}
|
|
1556
|
+
*/
|
|
1557
|
+
export declare enum GetUniverseSystemKillsAcceptLanguageEnum {
|
|
1558
|
+
En = "en",
|
|
1559
|
+
De = "de",
|
|
1560
|
+
Fr = "fr",
|
|
1561
|
+
Ja = "ja",
|
|
1562
|
+
Ru = "ru",
|
|
1563
|
+
Zh = "zh",
|
|
1564
|
+
Ko = "ko",
|
|
1565
|
+
Es = "es"
|
|
1566
|
+
}
|
|
1567
|
+
/**
|
|
1568
|
+
* @export
|
|
1569
|
+
* @enum {string}
|
|
1570
|
+
*/
|
|
1571
|
+
export declare enum GetUniverseSystemsXCompatibilityDateEnum {
|
|
1572
|
+
_20200101 = "2020-01-01"
|
|
1573
|
+
}
|
|
1574
|
+
/**
|
|
1575
|
+
* @export
|
|
1576
|
+
* @enum {string}
|
|
1577
|
+
*/
|
|
1578
|
+
export declare enum GetUniverseSystemsAcceptLanguageEnum {
|
|
1579
|
+
En = "en",
|
|
1580
|
+
De = "de",
|
|
1581
|
+
Fr = "fr",
|
|
1582
|
+
Ja = "ja",
|
|
1583
|
+
Ru = "ru",
|
|
1584
|
+
Zh = "zh",
|
|
1585
|
+
Ko = "ko",
|
|
1586
|
+
Es = "es"
|
|
1587
|
+
}
|
|
1588
|
+
/**
|
|
1589
|
+
* @export
|
|
1590
|
+
* @enum {string}
|
|
1591
|
+
*/
|
|
1592
|
+
export declare enum GetUniverseSystemsSystemIdXCompatibilityDateEnum {
|
|
1593
|
+
_20200101 = "2020-01-01"
|
|
1594
|
+
}
|
|
1595
|
+
/**
|
|
1596
|
+
* @export
|
|
1597
|
+
* @enum {string}
|
|
1598
|
+
*/
|
|
1599
|
+
export declare enum GetUniverseSystemsSystemIdAcceptLanguageEnum {
|
|
1600
|
+
En = "en",
|
|
1601
|
+
De = "de",
|
|
1602
|
+
Fr = "fr",
|
|
1603
|
+
Ja = "ja",
|
|
1604
|
+
Ru = "ru",
|
|
1605
|
+
Zh = "zh",
|
|
1606
|
+
Ko = "ko",
|
|
1607
|
+
Es = "es"
|
|
1608
|
+
}
|
|
1609
|
+
/**
|
|
1610
|
+
* @export
|
|
1611
|
+
* @enum {string}
|
|
1612
|
+
*/
|
|
1613
|
+
export declare enum GetUniverseTypesXCompatibilityDateEnum {
|
|
1614
|
+
_20200101 = "2020-01-01"
|
|
1615
|
+
}
|
|
1616
|
+
/**
|
|
1617
|
+
* @export
|
|
1618
|
+
* @enum {string}
|
|
1619
|
+
*/
|
|
1620
|
+
export declare enum GetUniverseTypesAcceptLanguageEnum {
|
|
1621
|
+
En = "en",
|
|
1622
|
+
De = "de",
|
|
1623
|
+
Fr = "fr",
|
|
1624
|
+
Ja = "ja",
|
|
1625
|
+
Ru = "ru",
|
|
1626
|
+
Zh = "zh",
|
|
1627
|
+
Ko = "ko",
|
|
1628
|
+
Es = "es"
|
|
1629
|
+
}
|
|
1630
|
+
/**
|
|
1631
|
+
* @export
|
|
1632
|
+
* @enum {string}
|
|
1633
|
+
*/
|
|
1634
|
+
export declare enum GetUniverseTypesTypeIdXCompatibilityDateEnum {
|
|
1635
|
+
_20200101 = "2020-01-01"
|
|
1636
|
+
}
|
|
1637
|
+
/**
|
|
1638
|
+
* @export
|
|
1639
|
+
* @enum {string}
|
|
1640
|
+
*/
|
|
1641
|
+
export declare enum GetUniverseTypesTypeIdAcceptLanguageEnum {
|
|
1642
|
+
En = "en",
|
|
1643
|
+
De = "de",
|
|
1644
|
+
Fr = "fr",
|
|
1645
|
+
Ja = "ja",
|
|
1646
|
+
Ru = "ru",
|
|
1647
|
+
Zh = "zh",
|
|
1648
|
+
Ko = "ko",
|
|
1649
|
+
Es = "es"
|
|
1650
|
+
}
|
|
1651
|
+
/**
|
|
1652
|
+
* @export
|
|
1653
|
+
* @enum {string}
|
|
1654
|
+
*/
|
|
1655
|
+
export declare enum PostUniverseIdsXCompatibilityDateEnum {
|
|
1656
|
+
_20200101 = "2020-01-01"
|
|
1657
|
+
}
|
|
1658
|
+
/**
|
|
1659
|
+
* @export
|
|
1660
|
+
* @enum {string}
|
|
1661
|
+
*/
|
|
1662
|
+
export declare enum PostUniverseIdsAcceptLanguageEnum {
|
|
1663
|
+
En = "en",
|
|
1664
|
+
De = "de",
|
|
1665
|
+
Fr = "fr",
|
|
1666
|
+
Ja = "ja",
|
|
1667
|
+
Ru = "ru",
|
|
1668
|
+
Zh = "zh",
|
|
1669
|
+
Ko = "ko",
|
|
1670
|
+
Es = "es"
|
|
1671
|
+
}
|
|
1672
|
+
/**
|
|
1673
|
+
* @export
|
|
1674
|
+
* @enum {string}
|
|
1675
|
+
*/
|
|
1676
|
+
export declare enum PostUniverseNamesXCompatibilityDateEnum {
|
|
1677
|
+
_20200101 = "2020-01-01"
|
|
1678
|
+
}
|
|
1679
|
+
/**
|
|
1680
|
+
* @export
|
|
1681
|
+
* @enum {string}
|
|
1682
|
+
*/
|
|
1683
|
+
export declare enum PostUniverseNamesAcceptLanguageEnum {
|
|
1684
|
+
En = "en",
|
|
1685
|
+
De = "de",
|
|
1686
|
+
Fr = "fr",
|
|
1687
|
+
Ja = "ja",
|
|
1688
|
+
Ru = "ru",
|
|
1689
|
+
Zh = "zh",
|
|
1690
|
+
Ko = "ko",
|
|
1691
|
+
Es = "es"
|
|
1692
|
+
}
|