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,1278 @@
|
|
|
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 { CharactersCharacterIdStandingsGetInner, CorporationsCorporationIdAlliancehistoryGetInner, CorporationsCorporationIdBlueprintsGetInner, CorporationsCorporationIdContainersLogsGetInner, CorporationsCorporationIdDivisionsGet, CorporationsCorporationIdFacilitiesGetInner, CorporationsCorporationIdGet, CorporationsCorporationIdIconsGet, CorporationsCorporationIdMedalsGetInner, CorporationsCorporationIdMedalsIssuedGetInner, CorporationsCorporationIdMembersTitlesGetInner, CorporationsCorporationIdMembertrackingGetInner, CorporationsCorporationIdRolesGetInner, CorporationsCorporationIdRolesHistoryGetInner, CorporationsCorporationIdShareholdersGetInner, CorporationsCorporationIdStarbasesGetInner, CorporationsCorporationIdStarbasesStarbaseIdGet, CorporationsCorporationIdStructuresGetInner, CorporationsCorporationIdTitlesGetInner } from '../models/index';
|
|
14
|
+
export interface GetCorporationsCorporationIdRequest {
|
|
15
|
+
corporationId: number;
|
|
16
|
+
xCompatibilityDate: GetCorporationsCorporationIdXCompatibilityDateEnum;
|
|
17
|
+
acceptLanguage?: GetCorporationsCorporationIdAcceptLanguageEnum;
|
|
18
|
+
ifNoneMatch?: string;
|
|
19
|
+
xTenant?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface GetCorporationsCorporationIdAlliancehistoryRequest {
|
|
22
|
+
corporationId: number;
|
|
23
|
+
xCompatibilityDate: GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum;
|
|
24
|
+
acceptLanguage?: GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum;
|
|
25
|
+
ifNoneMatch?: string;
|
|
26
|
+
xTenant?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface GetCorporationsCorporationIdBlueprintsRequest {
|
|
29
|
+
corporationId: number;
|
|
30
|
+
xCompatibilityDate: GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum;
|
|
31
|
+
page?: number;
|
|
32
|
+
acceptLanguage?: GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum;
|
|
33
|
+
ifNoneMatch?: string;
|
|
34
|
+
xTenant?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface GetCorporationsCorporationIdContainersLogsRequest {
|
|
37
|
+
corporationId: number;
|
|
38
|
+
xCompatibilityDate: GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum;
|
|
39
|
+
page?: number;
|
|
40
|
+
acceptLanguage?: GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum;
|
|
41
|
+
ifNoneMatch?: string;
|
|
42
|
+
xTenant?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface GetCorporationsCorporationIdDivisionsRequest {
|
|
45
|
+
corporationId: number;
|
|
46
|
+
xCompatibilityDate: GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum;
|
|
47
|
+
acceptLanguage?: GetCorporationsCorporationIdDivisionsAcceptLanguageEnum;
|
|
48
|
+
ifNoneMatch?: string;
|
|
49
|
+
xTenant?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface GetCorporationsCorporationIdFacilitiesRequest {
|
|
52
|
+
corporationId: number;
|
|
53
|
+
xCompatibilityDate: GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum;
|
|
54
|
+
acceptLanguage?: GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum;
|
|
55
|
+
ifNoneMatch?: string;
|
|
56
|
+
xTenant?: string;
|
|
57
|
+
}
|
|
58
|
+
export interface GetCorporationsCorporationIdIconsRequest {
|
|
59
|
+
corporationId: number;
|
|
60
|
+
xCompatibilityDate: GetCorporationsCorporationIdIconsXCompatibilityDateEnum;
|
|
61
|
+
acceptLanguage?: GetCorporationsCorporationIdIconsAcceptLanguageEnum;
|
|
62
|
+
ifNoneMatch?: string;
|
|
63
|
+
xTenant?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface GetCorporationsCorporationIdMedalsRequest {
|
|
66
|
+
corporationId: number;
|
|
67
|
+
xCompatibilityDate: GetCorporationsCorporationIdMedalsXCompatibilityDateEnum;
|
|
68
|
+
page?: number;
|
|
69
|
+
acceptLanguage?: GetCorporationsCorporationIdMedalsAcceptLanguageEnum;
|
|
70
|
+
ifNoneMatch?: string;
|
|
71
|
+
xTenant?: string;
|
|
72
|
+
}
|
|
73
|
+
export interface GetCorporationsCorporationIdMedalsIssuedRequest {
|
|
74
|
+
corporationId: number;
|
|
75
|
+
xCompatibilityDate: GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum;
|
|
76
|
+
page?: number;
|
|
77
|
+
acceptLanguage?: GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum;
|
|
78
|
+
ifNoneMatch?: string;
|
|
79
|
+
xTenant?: string;
|
|
80
|
+
}
|
|
81
|
+
export interface GetCorporationsCorporationIdMembersRequest {
|
|
82
|
+
corporationId: number;
|
|
83
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersXCompatibilityDateEnum;
|
|
84
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersAcceptLanguageEnum;
|
|
85
|
+
ifNoneMatch?: string;
|
|
86
|
+
xTenant?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface GetCorporationsCorporationIdMembersLimitRequest {
|
|
89
|
+
corporationId: number;
|
|
90
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum;
|
|
91
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum;
|
|
92
|
+
ifNoneMatch?: string;
|
|
93
|
+
xTenant?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface GetCorporationsCorporationIdMembersTitlesRequest {
|
|
96
|
+
corporationId: number;
|
|
97
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum;
|
|
98
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum;
|
|
99
|
+
ifNoneMatch?: string;
|
|
100
|
+
xTenant?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface GetCorporationsCorporationIdMembertrackingRequest {
|
|
103
|
+
corporationId: number;
|
|
104
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum;
|
|
105
|
+
acceptLanguage?: GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum;
|
|
106
|
+
ifNoneMatch?: string;
|
|
107
|
+
xTenant?: string;
|
|
108
|
+
}
|
|
109
|
+
export interface GetCorporationsCorporationIdRolesRequest {
|
|
110
|
+
corporationId: number;
|
|
111
|
+
xCompatibilityDate: GetCorporationsCorporationIdRolesXCompatibilityDateEnum;
|
|
112
|
+
acceptLanguage?: GetCorporationsCorporationIdRolesAcceptLanguageEnum;
|
|
113
|
+
ifNoneMatch?: string;
|
|
114
|
+
xTenant?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface GetCorporationsCorporationIdRolesHistoryRequest {
|
|
117
|
+
corporationId: number;
|
|
118
|
+
xCompatibilityDate: GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum;
|
|
119
|
+
page?: number;
|
|
120
|
+
acceptLanguage?: GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum;
|
|
121
|
+
ifNoneMatch?: string;
|
|
122
|
+
xTenant?: string;
|
|
123
|
+
}
|
|
124
|
+
export interface GetCorporationsCorporationIdShareholdersRequest {
|
|
125
|
+
corporationId: number;
|
|
126
|
+
xCompatibilityDate: GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum;
|
|
127
|
+
page?: number;
|
|
128
|
+
acceptLanguage?: GetCorporationsCorporationIdShareholdersAcceptLanguageEnum;
|
|
129
|
+
ifNoneMatch?: string;
|
|
130
|
+
xTenant?: string;
|
|
131
|
+
}
|
|
132
|
+
export interface GetCorporationsCorporationIdStandingsRequest {
|
|
133
|
+
corporationId: number;
|
|
134
|
+
xCompatibilityDate: GetCorporationsCorporationIdStandingsXCompatibilityDateEnum;
|
|
135
|
+
page?: number;
|
|
136
|
+
acceptLanguage?: GetCorporationsCorporationIdStandingsAcceptLanguageEnum;
|
|
137
|
+
ifNoneMatch?: string;
|
|
138
|
+
xTenant?: string;
|
|
139
|
+
}
|
|
140
|
+
export interface GetCorporationsCorporationIdStarbasesRequest {
|
|
141
|
+
corporationId: number;
|
|
142
|
+
xCompatibilityDate: GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum;
|
|
143
|
+
page?: number;
|
|
144
|
+
acceptLanguage?: GetCorporationsCorporationIdStarbasesAcceptLanguageEnum;
|
|
145
|
+
ifNoneMatch?: string;
|
|
146
|
+
xTenant?: string;
|
|
147
|
+
}
|
|
148
|
+
export interface GetCorporationsCorporationIdStarbasesStarbaseIdRequest {
|
|
149
|
+
corporationId: number;
|
|
150
|
+
starbaseId: number;
|
|
151
|
+
systemId: number;
|
|
152
|
+
xCompatibilityDate: GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum;
|
|
153
|
+
acceptLanguage?: GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum;
|
|
154
|
+
ifNoneMatch?: string;
|
|
155
|
+
xTenant?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface GetCorporationsCorporationIdStructuresRequest {
|
|
158
|
+
corporationId: number;
|
|
159
|
+
xCompatibilityDate: GetCorporationsCorporationIdStructuresXCompatibilityDateEnum;
|
|
160
|
+
page?: number;
|
|
161
|
+
acceptLanguage?: GetCorporationsCorporationIdStructuresAcceptLanguageEnum;
|
|
162
|
+
ifNoneMatch?: string;
|
|
163
|
+
xTenant?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface GetCorporationsCorporationIdTitlesRequest {
|
|
166
|
+
corporationId: number;
|
|
167
|
+
xCompatibilityDate: GetCorporationsCorporationIdTitlesXCompatibilityDateEnum;
|
|
168
|
+
acceptLanguage?: GetCorporationsCorporationIdTitlesAcceptLanguageEnum;
|
|
169
|
+
ifNoneMatch?: string;
|
|
170
|
+
xTenant?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface GetCorporationsNpccorpsRequest {
|
|
173
|
+
xCompatibilityDate: GetCorporationsNpccorpsXCompatibilityDateEnum;
|
|
174
|
+
acceptLanguage?: GetCorporationsNpccorpsAcceptLanguageEnum;
|
|
175
|
+
ifNoneMatch?: string;
|
|
176
|
+
xTenant?: string;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* CorporationApi - interface
|
|
180
|
+
*
|
|
181
|
+
* @export
|
|
182
|
+
* @interface CorporationApiInterface
|
|
183
|
+
*/
|
|
184
|
+
export interface CorporationApiInterface {
|
|
185
|
+
/**
|
|
186
|
+
* Public information about a corporation
|
|
187
|
+
* @summary Get corporation information
|
|
188
|
+
* @param {number} corporationId The ID of the corporation
|
|
189
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
190
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
191
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
192
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
* @memberof CorporationApiInterface
|
|
196
|
+
*/
|
|
197
|
+
getCorporationsCorporationIdRaw(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdGet>>;
|
|
198
|
+
/**
|
|
199
|
+
* Public information about a corporation
|
|
200
|
+
* Get corporation information
|
|
201
|
+
*/
|
|
202
|
+
getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet>;
|
|
203
|
+
/**
|
|
204
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
205
|
+
* @summary Get alliance history
|
|
206
|
+
* @param {number} corporationId The ID of the corporation
|
|
207
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
208
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
209
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
210
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
211
|
+
* @param {*} [options] Override http request option.
|
|
212
|
+
* @throws {RequiredError}
|
|
213
|
+
* @memberof CorporationApiInterface
|
|
214
|
+
*/
|
|
215
|
+
getCorporationsCorporationIdAlliancehistoryRaw(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdAlliancehistoryGetInner>>>;
|
|
216
|
+
/**
|
|
217
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
218
|
+
* Get alliance history
|
|
219
|
+
*/
|
|
220
|
+
getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>>;
|
|
221
|
+
/**
|
|
222
|
+
* Returns a list of blueprints the corporation owns
|
|
223
|
+
* @summary Get corporation blueprints
|
|
224
|
+
* @param {number} corporationId The ID of the corporation
|
|
225
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
226
|
+
* @param {number} [page]
|
|
227
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
228
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
229
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
* @memberof CorporationApiInterface
|
|
233
|
+
*/
|
|
234
|
+
getCorporationsCorporationIdBlueprintsRaw(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdBlueprintsGetInner>>>;
|
|
235
|
+
/**
|
|
236
|
+
* Returns a list of blueprints the corporation owns
|
|
237
|
+
* Get corporation blueprints
|
|
238
|
+
*/
|
|
239
|
+
getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>>;
|
|
240
|
+
/**
|
|
241
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
242
|
+
* @summary Get all corporation ALSC logs
|
|
243
|
+
* @param {number} corporationId The ID of the corporation
|
|
244
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
245
|
+
* @param {number} [page]
|
|
246
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
247
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
248
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
249
|
+
* @param {*} [options] Override http request option.
|
|
250
|
+
* @throws {RequiredError}
|
|
251
|
+
* @memberof CorporationApiInterface
|
|
252
|
+
*/
|
|
253
|
+
getCorporationsCorporationIdContainersLogsRaw(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdContainersLogsGetInner>>>;
|
|
254
|
+
/**
|
|
255
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
256
|
+
* Get all corporation ALSC logs
|
|
257
|
+
*/
|
|
258
|
+
getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>>;
|
|
259
|
+
/**
|
|
260
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
261
|
+
* @summary Get corporation divisions
|
|
262
|
+
* @param {number} corporationId The ID of the corporation
|
|
263
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
264
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
265
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
266
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
267
|
+
* @param {*} [options] Override http request option.
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
* @memberof CorporationApiInterface
|
|
270
|
+
*/
|
|
271
|
+
getCorporationsCorporationIdDivisionsRaw(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdDivisionsGet>>;
|
|
272
|
+
/**
|
|
273
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
274
|
+
* Get corporation divisions
|
|
275
|
+
*/
|
|
276
|
+
getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet>;
|
|
277
|
+
/**
|
|
278
|
+
* Return a corporation\'s facilities
|
|
279
|
+
* @summary Get corporation facilities
|
|
280
|
+
* @param {number} corporationId The ID of the corporation
|
|
281
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
282
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
283
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
284
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
285
|
+
* @param {*} [options] Override http request option.
|
|
286
|
+
* @throws {RequiredError}
|
|
287
|
+
* @memberof CorporationApiInterface
|
|
288
|
+
*/
|
|
289
|
+
getCorporationsCorporationIdFacilitiesRaw(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdFacilitiesGetInner>>>;
|
|
290
|
+
/**
|
|
291
|
+
* Return a corporation\'s facilities
|
|
292
|
+
* Get corporation facilities
|
|
293
|
+
*/
|
|
294
|
+
getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>>;
|
|
295
|
+
/**
|
|
296
|
+
* Get the icon urls for a corporation
|
|
297
|
+
* @summary Get corporation icon
|
|
298
|
+
* @param {number} corporationId The ID of the corporation
|
|
299
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
300
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
301
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
302
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
* @memberof CorporationApiInterface
|
|
306
|
+
*/
|
|
307
|
+
getCorporationsCorporationIdIconsRaw(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdIconsGet>>;
|
|
308
|
+
/**
|
|
309
|
+
* Get the icon urls for a corporation
|
|
310
|
+
* Get corporation icon
|
|
311
|
+
*/
|
|
312
|
+
getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet>;
|
|
313
|
+
/**
|
|
314
|
+
* Returns a corporation\'s medals
|
|
315
|
+
* @summary Get corporation medals
|
|
316
|
+
* @param {number} corporationId The ID of the corporation
|
|
317
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
318
|
+
* @param {number} [page]
|
|
319
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
320
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
321
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
322
|
+
* @param {*} [options] Override http request option.
|
|
323
|
+
* @throws {RequiredError}
|
|
324
|
+
* @memberof CorporationApiInterface
|
|
325
|
+
*/
|
|
326
|
+
getCorporationsCorporationIdMedalsRaw(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsGetInner>>>;
|
|
327
|
+
/**
|
|
328
|
+
* Returns a corporation\'s medals
|
|
329
|
+
* Get corporation medals
|
|
330
|
+
*/
|
|
331
|
+
getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>>;
|
|
332
|
+
/**
|
|
333
|
+
* Returns medals issued by a corporation
|
|
334
|
+
* @summary Get corporation issued medals
|
|
335
|
+
* @param {number} corporationId The ID of the corporation
|
|
336
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
337
|
+
* @param {number} [page]
|
|
338
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
339
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
340
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
341
|
+
* @param {*} [options] Override http request option.
|
|
342
|
+
* @throws {RequiredError}
|
|
343
|
+
* @memberof CorporationApiInterface
|
|
344
|
+
*/
|
|
345
|
+
getCorporationsCorporationIdMedalsIssuedRaw(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsIssuedGetInner>>>;
|
|
346
|
+
/**
|
|
347
|
+
* Returns medals issued by a corporation
|
|
348
|
+
* Get corporation issued medals
|
|
349
|
+
*/
|
|
350
|
+
getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>>;
|
|
351
|
+
/**
|
|
352
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
353
|
+
* @summary Get corporation members
|
|
354
|
+
* @param {number} corporationId The ID of the corporation
|
|
355
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
356
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
357
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
358
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
359
|
+
* @param {*} [options] Override http request option.
|
|
360
|
+
* @throws {RequiredError}
|
|
361
|
+
* @memberof CorporationApiInterface
|
|
362
|
+
*/
|
|
363
|
+
getCorporationsCorporationIdMembersRaw(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
364
|
+
/**
|
|
365
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
366
|
+
* Get corporation members
|
|
367
|
+
*/
|
|
368
|
+
getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
369
|
+
/**
|
|
370
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
371
|
+
* @summary Get corporation member limit
|
|
372
|
+
* @param {number} corporationId The ID of the corporation
|
|
373
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
374
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
375
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
376
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
377
|
+
* @param {*} [options] Override http request option.
|
|
378
|
+
* @throws {RequiredError}
|
|
379
|
+
* @memberof CorporationApiInterface
|
|
380
|
+
*/
|
|
381
|
+
getCorporationsCorporationIdMembersLimitRaw(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
382
|
+
/**
|
|
383
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
384
|
+
* Get corporation member limit
|
|
385
|
+
*/
|
|
386
|
+
getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
387
|
+
/**
|
|
388
|
+
* Returns a corporation\'s members\' titles
|
|
389
|
+
* @summary Get corporation\'s members\' titles
|
|
390
|
+
* @param {number} corporationId The ID of the corporation
|
|
391
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
392
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
393
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
394
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
395
|
+
* @param {*} [options] Override http request option.
|
|
396
|
+
* @throws {RequiredError}
|
|
397
|
+
* @memberof CorporationApiInterface
|
|
398
|
+
*/
|
|
399
|
+
getCorporationsCorporationIdMembersTitlesRaw(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembersTitlesGetInner>>>;
|
|
400
|
+
/**
|
|
401
|
+
* Returns a corporation\'s members\' titles
|
|
402
|
+
* Get corporation\'s members\' titles
|
|
403
|
+
*/
|
|
404
|
+
getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>>;
|
|
405
|
+
/**
|
|
406
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
407
|
+
* @summary Track corporation members
|
|
408
|
+
* @param {number} corporationId The ID of the corporation
|
|
409
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
410
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
411
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
412
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
413
|
+
* @param {*} [options] Override http request option.
|
|
414
|
+
* @throws {RequiredError}
|
|
415
|
+
* @memberof CorporationApiInterface
|
|
416
|
+
*/
|
|
417
|
+
getCorporationsCorporationIdMembertrackingRaw(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembertrackingGetInner>>>;
|
|
418
|
+
/**
|
|
419
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
420
|
+
* Track corporation members
|
|
421
|
+
*/
|
|
422
|
+
getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>>;
|
|
423
|
+
/**
|
|
424
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
425
|
+
* @summary Get corporation member roles
|
|
426
|
+
* @param {number} corporationId The ID of the corporation
|
|
427
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
428
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
429
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
430
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
431
|
+
* @param {*} [options] Override http request option.
|
|
432
|
+
* @throws {RequiredError}
|
|
433
|
+
* @memberof CorporationApiInterface
|
|
434
|
+
*/
|
|
435
|
+
getCorporationsCorporationIdRolesRaw(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesGetInner>>>;
|
|
436
|
+
/**
|
|
437
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
438
|
+
* Get corporation member roles
|
|
439
|
+
*/
|
|
440
|
+
getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>>;
|
|
441
|
+
/**
|
|
442
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
443
|
+
* @summary Get corporation member roles history
|
|
444
|
+
* @param {number} corporationId The ID of the corporation
|
|
445
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
446
|
+
* @param {number} [page]
|
|
447
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
448
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
449
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
450
|
+
* @param {*} [options] Override http request option.
|
|
451
|
+
* @throws {RequiredError}
|
|
452
|
+
* @memberof CorporationApiInterface
|
|
453
|
+
*/
|
|
454
|
+
getCorporationsCorporationIdRolesHistoryRaw(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesHistoryGetInner>>>;
|
|
455
|
+
/**
|
|
456
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
457
|
+
* Get corporation member roles history
|
|
458
|
+
*/
|
|
459
|
+
getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>>;
|
|
460
|
+
/**
|
|
461
|
+
* Return the current shareholders of a corporation.
|
|
462
|
+
* @summary Get corporation shareholders
|
|
463
|
+
* @param {number} corporationId The ID of the corporation
|
|
464
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
465
|
+
* @param {number} [page]
|
|
466
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
467
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
468
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
469
|
+
* @param {*} [options] Override http request option.
|
|
470
|
+
* @throws {RequiredError}
|
|
471
|
+
* @memberof CorporationApiInterface
|
|
472
|
+
*/
|
|
473
|
+
getCorporationsCorporationIdShareholdersRaw(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdShareholdersGetInner>>>;
|
|
474
|
+
/**
|
|
475
|
+
* Return the current shareholders of a corporation.
|
|
476
|
+
* Get corporation shareholders
|
|
477
|
+
*/
|
|
478
|
+
getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>>;
|
|
479
|
+
/**
|
|
480
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
481
|
+
* @summary Get corporation standings
|
|
482
|
+
* @param {number} corporationId The ID of the corporation
|
|
483
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
484
|
+
* @param {number} [page]
|
|
485
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
486
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
487
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
488
|
+
* @param {*} [options] Override http request option.
|
|
489
|
+
* @throws {RequiredError}
|
|
490
|
+
* @memberof CorporationApiInterface
|
|
491
|
+
*/
|
|
492
|
+
getCorporationsCorporationIdStandingsRaw(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
493
|
+
/**
|
|
494
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
495
|
+
* Get corporation standings
|
|
496
|
+
*/
|
|
497
|
+
getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
498
|
+
/**
|
|
499
|
+
* Returns list of corporation starbases (POSes)
|
|
500
|
+
* @summary Get corporation starbases (POSes)
|
|
501
|
+
* @param {number} corporationId The ID of the corporation
|
|
502
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
503
|
+
* @param {number} [page]
|
|
504
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
505
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
506
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
507
|
+
* @param {*} [options] Override http request option.
|
|
508
|
+
* @throws {RequiredError}
|
|
509
|
+
* @memberof CorporationApiInterface
|
|
510
|
+
*/
|
|
511
|
+
getCorporationsCorporationIdStarbasesRaw(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStarbasesGetInner>>>;
|
|
512
|
+
/**
|
|
513
|
+
* Returns list of corporation starbases (POSes)
|
|
514
|
+
* Get corporation starbases (POSes)
|
|
515
|
+
*/
|
|
516
|
+
getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>>;
|
|
517
|
+
/**
|
|
518
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
519
|
+
* @summary Get starbase (POS) detail
|
|
520
|
+
* @param {number} corporationId The ID of the corporation
|
|
521
|
+
* @param {number} starbaseId
|
|
522
|
+
* @param {number} systemId
|
|
523
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
524
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
525
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
526
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
527
|
+
* @param {*} [options] Override http request option.
|
|
528
|
+
* @throws {RequiredError}
|
|
529
|
+
* @memberof CorporationApiInterface
|
|
530
|
+
*/
|
|
531
|
+
getCorporationsCorporationIdStarbasesStarbaseIdRaw(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdStarbasesStarbaseIdGet>>;
|
|
532
|
+
/**
|
|
533
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
534
|
+
* Get starbase (POS) detail
|
|
535
|
+
*/
|
|
536
|
+
getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet>;
|
|
537
|
+
/**
|
|
538
|
+
* Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
|
|
539
|
+
* @summary Get corporation structures
|
|
540
|
+
* @param {number} corporationId The ID of the corporation
|
|
541
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
542
|
+
* @param {number} [page]
|
|
543
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
544
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
545
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
546
|
+
* @param {*} [options] Override http request option.
|
|
547
|
+
* @throws {RequiredError}
|
|
548
|
+
* @memberof CorporationApiInterface
|
|
549
|
+
*/
|
|
550
|
+
getCorporationsCorporationIdStructuresRaw(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStructuresGetInner>>>;
|
|
551
|
+
/**
|
|
552
|
+
* Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
|
|
553
|
+
* Get corporation structures
|
|
554
|
+
*/
|
|
555
|
+
getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>>;
|
|
556
|
+
/**
|
|
557
|
+
* Returns a corporation\'s titles
|
|
558
|
+
* @summary Get corporation titles
|
|
559
|
+
* @param {number} corporationId The ID of the corporation
|
|
560
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
561
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
562
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
563
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
564
|
+
* @param {*} [options] Override http request option.
|
|
565
|
+
* @throws {RequiredError}
|
|
566
|
+
* @memberof CorporationApiInterface
|
|
567
|
+
*/
|
|
568
|
+
getCorporationsCorporationIdTitlesRaw(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdTitlesGetInner>>>;
|
|
569
|
+
/**
|
|
570
|
+
* Returns a corporation\'s titles
|
|
571
|
+
* Get corporation titles
|
|
572
|
+
*/
|
|
573
|
+
getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>>;
|
|
574
|
+
/**
|
|
575
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
576
|
+
* @summary Get npc corporations
|
|
577
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
578
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
579
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
580
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
581
|
+
* @param {*} [options] Override http request option.
|
|
582
|
+
* @throws {RequiredError}
|
|
583
|
+
* @memberof CorporationApiInterface
|
|
584
|
+
*/
|
|
585
|
+
getCorporationsNpccorpsRaw(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
586
|
+
/**
|
|
587
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
588
|
+
* Get npc corporations
|
|
589
|
+
*/
|
|
590
|
+
getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
*
|
|
594
|
+
*/
|
|
595
|
+
export declare class CorporationApi extends runtime.BaseAPI implements CorporationApiInterface {
|
|
596
|
+
/**
|
|
597
|
+
* Public information about a corporation
|
|
598
|
+
* Get corporation information
|
|
599
|
+
*/
|
|
600
|
+
getCorporationsCorporationIdRaw(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdGet>>;
|
|
601
|
+
/**
|
|
602
|
+
* Public information about a corporation
|
|
603
|
+
* Get corporation information
|
|
604
|
+
*/
|
|
605
|
+
getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet>;
|
|
606
|
+
/**
|
|
607
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
608
|
+
* Get alliance history
|
|
609
|
+
*/
|
|
610
|
+
getCorporationsCorporationIdAlliancehistoryRaw(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdAlliancehistoryGetInner>>>;
|
|
611
|
+
/**
|
|
612
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
613
|
+
* Get alliance history
|
|
614
|
+
*/
|
|
615
|
+
getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>>;
|
|
616
|
+
/**
|
|
617
|
+
* Returns a list of blueprints the corporation owns
|
|
618
|
+
* Get corporation blueprints
|
|
619
|
+
*/
|
|
620
|
+
getCorporationsCorporationIdBlueprintsRaw(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdBlueprintsGetInner>>>;
|
|
621
|
+
/**
|
|
622
|
+
* Returns a list of blueprints the corporation owns
|
|
623
|
+
* Get corporation blueprints
|
|
624
|
+
*/
|
|
625
|
+
getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>>;
|
|
626
|
+
/**
|
|
627
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
628
|
+
* Get all corporation ALSC logs
|
|
629
|
+
*/
|
|
630
|
+
getCorporationsCorporationIdContainersLogsRaw(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdContainersLogsGetInner>>>;
|
|
631
|
+
/**
|
|
632
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
633
|
+
* Get all corporation ALSC logs
|
|
634
|
+
*/
|
|
635
|
+
getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>>;
|
|
636
|
+
/**
|
|
637
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
638
|
+
* Get corporation divisions
|
|
639
|
+
*/
|
|
640
|
+
getCorporationsCorporationIdDivisionsRaw(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdDivisionsGet>>;
|
|
641
|
+
/**
|
|
642
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
643
|
+
* Get corporation divisions
|
|
644
|
+
*/
|
|
645
|
+
getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet>;
|
|
646
|
+
/**
|
|
647
|
+
* Return a corporation\'s facilities
|
|
648
|
+
* Get corporation facilities
|
|
649
|
+
*/
|
|
650
|
+
getCorporationsCorporationIdFacilitiesRaw(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdFacilitiesGetInner>>>;
|
|
651
|
+
/**
|
|
652
|
+
* Return a corporation\'s facilities
|
|
653
|
+
* Get corporation facilities
|
|
654
|
+
*/
|
|
655
|
+
getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>>;
|
|
656
|
+
/**
|
|
657
|
+
* Get the icon urls for a corporation
|
|
658
|
+
* Get corporation icon
|
|
659
|
+
*/
|
|
660
|
+
getCorporationsCorporationIdIconsRaw(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdIconsGet>>;
|
|
661
|
+
/**
|
|
662
|
+
* Get the icon urls for a corporation
|
|
663
|
+
* Get corporation icon
|
|
664
|
+
*/
|
|
665
|
+
getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet>;
|
|
666
|
+
/**
|
|
667
|
+
* Returns a corporation\'s medals
|
|
668
|
+
* Get corporation medals
|
|
669
|
+
*/
|
|
670
|
+
getCorporationsCorporationIdMedalsRaw(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsGetInner>>>;
|
|
671
|
+
/**
|
|
672
|
+
* Returns a corporation\'s medals
|
|
673
|
+
* Get corporation medals
|
|
674
|
+
*/
|
|
675
|
+
getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>>;
|
|
676
|
+
/**
|
|
677
|
+
* Returns medals issued by a corporation
|
|
678
|
+
* Get corporation issued medals
|
|
679
|
+
*/
|
|
680
|
+
getCorporationsCorporationIdMedalsIssuedRaw(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsIssuedGetInner>>>;
|
|
681
|
+
/**
|
|
682
|
+
* Returns medals issued by a corporation
|
|
683
|
+
* Get corporation issued medals
|
|
684
|
+
*/
|
|
685
|
+
getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>>;
|
|
686
|
+
/**
|
|
687
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
688
|
+
* Get corporation members
|
|
689
|
+
*/
|
|
690
|
+
getCorporationsCorporationIdMembersRaw(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
691
|
+
/**
|
|
692
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
693
|
+
* Get corporation members
|
|
694
|
+
*/
|
|
695
|
+
getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
696
|
+
/**
|
|
697
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
698
|
+
* Get corporation member limit
|
|
699
|
+
*/
|
|
700
|
+
getCorporationsCorporationIdMembersLimitRaw(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
701
|
+
/**
|
|
702
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
703
|
+
* Get corporation member limit
|
|
704
|
+
*/
|
|
705
|
+
getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
706
|
+
/**
|
|
707
|
+
* Returns a corporation\'s members\' titles
|
|
708
|
+
* Get corporation\'s members\' titles
|
|
709
|
+
*/
|
|
710
|
+
getCorporationsCorporationIdMembersTitlesRaw(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembersTitlesGetInner>>>;
|
|
711
|
+
/**
|
|
712
|
+
* Returns a corporation\'s members\' titles
|
|
713
|
+
* Get corporation\'s members\' titles
|
|
714
|
+
*/
|
|
715
|
+
getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>>;
|
|
716
|
+
/**
|
|
717
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
718
|
+
* Track corporation members
|
|
719
|
+
*/
|
|
720
|
+
getCorporationsCorporationIdMembertrackingRaw(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembertrackingGetInner>>>;
|
|
721
|
+
/**
|
|
722
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
723
|
+
* Track corporation members
|
|
724
|
+
*/
|
|
725
|
+
getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>>;
|
|
726
|
+
/**
|
|
727
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
728
|
+
* Get corporation member roles
|
|
729
|
+
*/
|
|
730
|
+
getCorporationsCorporationIdRolesRaw(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesGetInner>>>;
|
|
731
|
+
/**
|
|
732
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
733
|
+
* Get corporation member roles
|
|
734
|
+
*/
|
|
735
|
+
getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>>;
|
|
736
|
+
/**
|
|
737
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
738
|
+
* Get corporation member roles history
|
|
739
|
+
*/
|
|
740
|
+
getCorporationsCorporationIdRolesHistoryRaw(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesHistoryGetInner>>>;
|
|
741
|
+
/**
|
|
742
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
743
|
+
* Get corporation member roles history
|
|
744
|
+
*/
|
|
745
|
+
getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>>;
|
|
746
|
+
/**
|
|
747
|
+
* Return the current shareholders of a corporation.
|
|
748
|
+
* Get corporation shareholders
|
|
749
|
+
*/
|
|
750
|
+
getCorporationsCorporationIdShareholdersRaw(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdShareholdersGetInner>>>;
|
|
751
|
+
/**
|
|
752
|
+
* Return the current shareholders of a corporation.
|
|
753
|
+
* Get corporation shareholders
|
|
754
|
+
*/
|
|
755
|
+
getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>>;
|
|
756
|
+
/**
|
|
757
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
758
|
+
* Get corporation standings
|
|
759
|
+
*/
|
|
760
|
+
getCorporationsCorporationIdStandingsRaw(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
761
|
+
/**
|
|
762
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
763
|
+
* Get corporation standings
|
|
764
|
+
*/
|
|
765
|
+
getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
766
|
+
/**
|
|
767
|
+
* Returns list of corporation starbases (POSes)
|
|
768
|
+
* Get corporation starbases (POSes)
|
|
769
|
+
*/
|
|
770
|
+
getCorporationsCorporationIdStarbasesRaw(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStarbasesGetInner>>>;
|
|
771
|
+
/**
|
|
772
|
+
* Returns list of corporation starbases (POSes)
|
|
773
|
+
* Get corporation starbases (POSes)
|
|
774
|
+
*/
|
|
775
|
+
getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>>;
|
|
776
|
+
/**
|
|
777
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
778
|
+
* Get starbase (POS) detail
|
|
779
|
+
*/
|
|
780
|
+
getCorporationsCorporationIdStarbasesStarbaseIdRaw(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdStarbasesStarbaseIdGet>>;
|
|
781
|
+
/**
|
|
782
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
783
|
+
* Get starbase (POS) detail
|
|
784
|
+
*/
|
|
785
|
+
getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet>;
|
|
786
|
+
/**
|
|
787
|
+
* Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
|
|
788
|
+
* Get corporation structures
|
|
789
|
+
*/
|
|
790
|
+
getCorporationsCorporationIdStructuresRaw(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStructuresGetInner>>>;
|
|
791
|
+
/**
|
|
792
|
+
* Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
|
|
793
|
+
* Get corporation structures
|
|
794
|
+
*/
|
|
795
|
+
getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>>;
|
|
796
|
+
/**
|
|
797
|
+
* Returns a corporation\'s titles
|
|
798
|
+
* Get corporation titles
|
|
799
|
+
*/
|
|
800
|
+
getCorporationsCorporationIdTitlesRaw(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdTitlesGetInner>>>;
|
|
801
|
+
/**
|
|
802
|
+
* Returns a corporation\'s titles
|
|
803
|
+
* Get corporation titles
|
|
804
|
+
*/
|
|
805
|
+
getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>>;
|
|
806
|
+
/**
|
|
807
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
808
|
+
* Get npc corporations
|
|
809
|
+
*/
|
|
810
|
+
getCorporationsNpccorpsRaw(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
811
|
+
/**
|
|
812
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
813
|
+
* Get npc corporations
|
|
814
|
+
*/
|
|
815
|
+
getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
816
|
+
}
|
|
817
|
+
/**
|
|
818
|
+
* @export
|
|
819
|
+
* @enum {string}
|
|
820
|
+
*/
|
|
821
|
+
export declare enum GetCorporationsCorporationIdXCompatibilityDateEnum {
|
|
822
|
+
_20200101 = "2020-01-01"
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* @export
|
|
826
|
+
* @enum {string}
|
|
827
|
+
*/
|
|
828
|
+
export declare enum GetCorporationsCorporationIdAcceptLanguageEnum {
|
|
829
|
+
En = "en",
|
|
830
|
+
De = "de",
|
|
831
|
+
Fr = "fr",
|
|
832
|
+
Ja = "ja",
|
|
833
|
+
Ru = "ru",
|
|
834
|
+
Zh = "zh",
|
|
835
|
+
Ko = "ko",
|
|
836
|
+
Es = "es"
|
|
837
|
+
}
|
|
838
|
+
/**
|
|
839
|
+
* @export
|
|
840
|
+
* @enum {string}
|
|
841
|
+
*/
|
|
842
|
+
export declare enum GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum {
|
|
843
|
+
_20200101 = "2020-01-01"
|
|
844
|
+
}
|
|
845
|
+
/**
|
|
846
|
+
* @export
|
|
847
|
+
* @enum {string}
|
|
848
|
+
*/
|
|
849
|
+
export declare enum GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum {
|
|
850
|
+
En = "en",
|
|
851
|
+
De = "de",
|
|
852
|
+
Fr = "fr",
|
|
853
|
+
Ja = "ja",
|
|
854
|
+
Ru = "ru",
|
|
855
|
+
Zh = "zh",
|
|
856
|
+
Ko = "ko",
|
|
857
|
+
Es = "es"
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
* @export
|
|
861
|
+
* @enum {string}
|
|
862
|
+
*/
|
|
863
|
+
export declare enum GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum {
|
|
864
|
+
_20200101 = "2020-01-01"
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* @export
|
|
868
|
+
* @enum {string}
|
|
869
|
+
*/
|
|
870
|
+
export declare enum GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum {
|
|
871
|
+
En = "en",
|
|
872
|
+
De = "de",
|
|
873
|
+
Fr = "fr",
|
|
874
|
+
Ja = "ja",
|
|
875
|
+
Ru = "ru",
|
|
876
|
+
Zh = "zh",
|
|
877
|
+
Ko = "ko",
|
|
878
|
+
Es = "es"
|
|
879
|
+
}
|
|
880
|
+
/**
|
|
881
|
+
* @export
|
|
882
|
+
* @enum {string}
|
|
883
|
+
*/
|
|
884
|
+
export declare enum GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum {
|
|
885
|
+
_20200101 = "2020-01-01"
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @export
|
|
889
|
+
* @enum {string}
|
|
890
|
+
*/
|
|
891
|
+
export declare enum GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum {
|
|
892
|
+
En = "en",
|
|
893
|
+
De = "de",
|
|
894
|
+
Fr = "fr",
|
|
895
|
+
Ja = "ja",
|
|
896
|
+
Ru = "ru",
|
|
897
|
+
Zh = "zh",
|
|
898
|
+
Ko = "ko",
|
|
899
|
+
Es = "es"
|
|
900
|
+
}
|
|
901
|
+
/**
|
|
902
|
+
* @export
|
|
903
|
+
* @enum {string}
|
|
904
|
+
*/
|
|
905
|
+
export declare enum GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum {
|
|
906
|
+
_20200101 = "2020-01-01"
|
|
907
|
+
}
|
|
908
|
+
/**
|
|
909
|
+
* @export
|
|
910
|
+
* @enum {string}
|
|
911
|
+
*/
|
|
912
|
+
export declare enum GetCorporationsCorporationIdDivisionsAcceptLanguageEnum {
|
|
913
|
+
En = "en",
|
|
914
|
+
De = "de",
|
|
915
|
+
Fr = "fr",
|
|
916
|
+
Ja = "ja",
|
|
917
|
+
Ru = "ru",
|
|
918
|
+
Zh = "zh",
|
|
919
|
+
Ko = "ko",
|
|
920
|
+
Es = "es"
|
|
921
|
+
}
|
|
922
|
+
/**
|
|
923
|
+
* @export
|
|
924
|
+
* @enum {string}
|
|
925
|
+
*/
|
|
926
|
+
export declare enum GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum {
|
|
927
|
+
_20200101 = "2020-01-01"
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* @export
|
|
931
|
+
* @enum {string}
|
|
932
|
+
*/
|
|
933
|
+
export declare enum GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum {
|
|
934
|
+
En = "en",
|
|
935
|
+
De = "de",
|
|
936
|
+
Fr = "fr",
|
|
937
|
+
Ja = "ja",
|
|
938
|
+
Ru = "ru",
|
|
939
|
+
Zh = "zh",
|
|
940
|
+
Ko = "ko",
|
|
941
|
+
Es = "es"
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
* @export
|
|
945
|
+
* @enum {string}
|
|
946
|
+
*/
|
|
947
|
+
export declare enum GetCorporationsCorporationIdIconsXCompatibilityDateEnum {
|
|
948
|
+
_20200101 = "2020-01-01"
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
* @export
|
|
952
|
+
* @enum {string}
|
|
953
|
+
*/
|
|
954
|
+
export declare enum GetCorporationsCorporationIdIconsAcceptLanguageEnum {
|
|
955
|
+
En = "en",
|
|
956
|
+
De = "de",
|
|
957
|
+
Fr = "fr",
|
|
958
|
+
Ja = "ja",
|
|
959
|
+
Ru = "ru",
|
|
960
|
+
Zh = "zh",
|
|
961
|
+
Ko = "ko",
|
|
962
|
+
Es = "es"
|
|
963
|
+
}
|
|
964
|
+
/**
|
|
965
|
+
* @export
|
|
966
|
+
* @enum {string}
|
|
967
|
+
*/
|
|
968
|
+
export declare enum GetCorporationsCorporationIdMedalsXCompatibilityDateEnum {
|
|
969
|
+
_20200101 = "2020-01-01"
|
|
970
|
+
}
|
|
971
|
+
/**
|
|
972
|
+
* @export
|
|
973
|
+
* @enum {string}
|
|
974
|
+
*/
|
|
975
|
+
export declare enum GetCorporationsCorporationIdMedalsAcceptLanguageEnum {
|
|
976
|
+
En = "en",
|
|
977
|
+
De = "de",
|
|
978
|
+
Fr = "fr",
|
|
979
|
+
Ja = "ja",
|
|
980
|
+
Ru = "ru",
|
|
981
|
+
Zh = "zh",
|
|
982
|
+
Ko = "ko",
|
|
983
|
+
Es = "es"
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
* @export
|
|
987
|
+
* @enum {string}
|
|
988
|
+
*/
|
|
989
|
+
export declare enum GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum {
|
|
990
|
+
_20200101 = "2020-01-01"
|
|
991
|
+
}
|
|
992
|
+
/**
|
|
993
|
+
* @export
|
|
994
|
+
* @enum {string}
|
|
995
|
+
*/
|
|
996
|
+
export declare enum GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum {
|
|
997
|
+
En = "en",
|
|
998
|
+
De = "de",
|
|
999
|
+
Fr = "fr",
|
|
1000
|
+
Ja = "ja",
|
|
1001
|
+
Ru = "ru",
|
|
1002
|
+
Zh = "zh",
|
|
1003
|
+
Ko = "ko",
|
|
1004
|
+
Es = "es"
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* @export
|
|
1008
|
+
* @enum {string}
|
|
1009
|
+
*/
|
|
1010
|
+
export declare enum GetCorporationsCorporationIdMembersXCompatibilityDateEnum {
|
|
1011
|
+
_20200101 = "2020-01-01"
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* @export
|
|
1015
|
+
* @enum {string}
|
|
1016
|
+
*/
|
|
1017
|
+
export declare enum GetCorporationsCorporationIdMembersAcceptLanguageEnum {
|
|
1018
|
+
En = "en",
|
|
1019
|
+
De = "de",
|
|
1020
|
+
Fr = "fr",
|
|
1021
|
+
Ja = "ja",
|
|
1022
|
+
Ru = "ru",
|
|
1023
|
+
Zh = "zh",
|
|
1024
|
+
Ko = "ko",
|
|
1025
|
+
Es = "es"
|
|
1026
|
+
}
|
|
1027
|
+
/**
|
|
1028
|
+
* @export
|
|
1029
|
+
* @enum {string}
|
|
1030
|
+
*/
|
|
1031
|
+
export declare enum GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum {
|
|
1032
|
+
_20200101 = "2020-01-01"
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* @export
|
|
1036
|
+
* @enum {string}
|
|
1037
|
+
*/
|
|
1038
|
+
export declare enum GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum {
|
|
1039
|
+
En = "en",
|
|
1040
|
+
De = "de",
|
|
1041
|
+
Fr = "fr",
|
|
1042
|
+
Ja = "ja",
|
|
1043
|
+
Ru = "ru",
|
|
1044
|
+
Zh = "zh",
|
|
1045
|
+
Ko = "ko",
|
|
1046
|
+
Es = "es"
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* @export
|
|
1050
|
+
* @enum {string}
|
|
1051
|
+
*/
|
|
1052
|
+
export declare enum GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum {
|
|
1053
|
+
_20200101 = "2020-01-01"
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @export
|
|
1057
|
+
* @enum {string}
|
|
1058
|
+
*/
|
|
1059
|
+
export declare enum GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum {
|
|
1060
|
+
En = "en",
|
|
1061
|
+
De = "de",
|
|
1062
|
+
Fr = "fr",
|
|
1063
|
+
Ja = "ja",
|
|
1064
|
+
Ru = "ru",
|
|
1065
|
+
Zh = "zh",
|
|
1066
|
+
Ko = "ko",
|
|
1067
|
+
Es = "es"
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
* @export
|
|
1071
|
+
* @enum {string}
|
|
1072
|
+
*/
|
|
1073
|
+
export declare enum GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum {
|
|
1074
|
+
_20200101 = "2020-01-01"
|
|
1075
|
+
}
|
|
1076
|
+
/**
|
|
1077
|
+
* @export
|
|
1078
|
+
* @enum {string}
|
|
1079
|
+
*/
|
|
1080
|
+
export declare enum GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum {
|
|
1081
|
+
En = "en",
|
|
1082
|
+
De = "de",
|
|
1083
|
+
Fr = "fr",
|
|
1084
|
+
Ja = "ja",
|
|
1085
|
+
Ru = "ru",
|
|
1086
|
+
Zh = "zh",
|
|
1087
|
+
Ko = "ko",
|
|
1088
|
+
Es = "es"
|
|
1089
|
+
}
|
|
1090
|
+
/**
|
|
1091
|
+
* @export
|
|
1092
|
+
* @enum {string}
|
|
1093
|
+
*/
|
|
1094
|
+
export declare enum GetCorporationsCorporationIdRolesXCompatibilityDateEnum {
|
|
1095
|
+
_20200101 = "2020-01-01"
|
|
1096
|
+
}
|
|
1097
|
+
/**
|
|
1098
|
+
* @export
|
|
1099
|
+
* @enum {string}
|
|
1100
|
+
*/
|
|
1101
|
+
export declare enum GetCorporationsCorporationIdRolesAcceptLanguageEnum {
|
|
1102
|
+
En = "en",
|
|
1103
|
+
De = "de",
|
|
1104
|
+
Fr = "fr",
|
|
1105
|
+
Ja = "ja",
|
|
1106
|
+
Ru = "ru",
|
|
1107
|
+
Zh = "zh",
|
|
1108
|
+
Ko = "ko",
|
|
1109
|
+
Es = "es"
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* @export
|
|
1113
|
+
* @enum {string}
|
|
1114
|
+
*/
|
|
1115
|
+
export declare enum GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum {
|
|
1116
|
+
_20200101 = "2020-01-01"
|
|
1117
|
+
}
|
|
1118
|
+
/**
|
|
1119
|
+
* @export
|
|
1120
|
+
* @enum {string}
|
|
1121
|
+
*/
|
|
1122
|
+
export declare enum GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum {
|
|
1123
|
+
En = "en",
|
|
1124
|
+
De = "de",
|
|
1125
|
+
Fr = "fr",
|
|
1126
|
+
Ja = "ja",
|
|
1127
|
+
Ru = "ru",
|
|
1128
|
+
Zh = "zh",
|
|
1129
|
+
Ko = "ko",
|
|
1130
|
+
Es = "es"
|
|
1131
|
+
}
|
|
1132
|
+
/**
|
|
1133
|
+
* @export
|
|
1134
|
+
* @enum {string}
|
|
1135
|
+
*/
|
|
1136
|
+
export declare enum GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum {
|
|
1137
|
+
_20200101 = "2020-01-01"
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* @export
|
|
1141
|
+
* @enum {string}
|
|
1142
|
+
*/
|
|
1143
|
+
export declare enum GetCorporationsCorporationIdShareholdersAcceptLanguageEnum {
|
|
1144
|
+
En = "en",
|
|
1145
|
+
De = "de",
|
|
1146
|
+
Fr = "fr",
|
|
1147
|
+
Ja = "ja",
|
|
1148
|
+
Ru = "ru",
|
|
1149
|
+
Zh = "zh",
|
|
1150
|
+
Ko = "ko",
|
|
1151
|
+
Es = "es"
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* @export
|
|
1155
|
+
* @enum {string}
|
|
1156
|
+
*/
|
|
1157
|
+
export declare enum GetCorporationsCorporationIdStandingsXCompatibilityDateEnum {
|
|
1158
|
+
_20200101 = "2020-01-01"
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* @export
|
|
1162
|
+
* @enum {string}
|
|
1163
|
+
*/
|
|
1164
|
+
export declare enum GetCorporationsCorporationIdStandingsAcceptLanguageEnum {
|
|
1165
|
+
En = "en",
|
|
1166
|
+
De = "de",
|
|
1167
|
+
Fr = "fr",
|
|
1168
|
+
Ja = "ja",
|
|
1169
|
+
Ru = "ru",
|
|
1170
|
+
Zh = "zh",
|
|
1171
|
+
Ko = "ko",
|
|
1172
|
+
Es = "es"
|
|
1173
|
+
}
|
|
1174
|
+
/**
|
|
1175
|
+
* @export
|
|
1176
|
+
* @enum {string}
|
|
1177
|
+
*/
|
|
1178
|
+
export declare enum GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum {
|
|
1179
|
+
_20200101 = "2020-01-01"
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* @export
|
|
1183
|
+
* @enum {string}
|
|
1184
|
+
*/
|
|
1185
|
+
export declare enum GetCorporationsCorporationIdStarbasesAcceptLanguageEnum {
|
|
1186
|
+
En = "en",
|
|
1187
|
+
De = "de",
|
|
1188
|
+
Fr = "fr",
|
|
1189
|
+
Ja = "ja",
|
|
1190
|
+
Ru = "ru",
|
|
1191
|
+
Zh = "zh",
|
|
1192
|
+
Ko = "ko",
|
|
1193
|
+
Es = "es"
|
|
1194
|
+
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @export
|
|
1197
|
+
* @enum {string}
|
|
1198
|
+
*/
|
|
1199
|
+
export declare enum GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum {
|
|
1200
|
+
_20200101 = "2020-01-01"
|
|
1201
|
+
}
|
|
1202
|
+
/**
|
|
1203
|
+
* @export
|
|
1204
|
+
* @enum {string}
|
|
1205
|
+
*/
|
|
1206
|
+
export declare enum GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum {
|
|
1207
|
+
En = "en",
|
|
1208
|
+
De = "de",
|
|
1209
|
+
Fr = "fr",
|
|
1210
|
+
Ja = "ja",
|
|
1211
|
+
Ru = "ru",
|
|
1212
|
+
Zh = "zh",
|
|
1213
|
+
Ko = "ko",
|
|
1214
|
+
Es = "es"
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* @export
|
|
1218
|
+
* @enum {string}
|
|
1219
|
+
*/
|
|
1220
|
+
export declare enum GetCorporationsCorporationIdStructuresXCompatibilityDateEnum {
|
|
1221
|
+
_20200101 = "2020-01-01"
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* @export
|
|
1225
|
+
* @enum {string}
|
|
1226
|
+
*/
|
|
1227
|
+
export declare enum GetCorporationsCorporationIdStructuresAcceptLanguageEnum {
|
|
1228
|
+
En = "en",
|
|
1229
|
+
De = "de",
|
|
1230
|
+
Fr = "fr",
|
|
1231
|
+
Ja = "ja",
|
|
1232
|
+
Ru = "ru",
|
|
1233
|
+
Zh = "zh",
|
|
1234
|
+
Ko = "ko",
|
|
1235
|
+
Es = "es"
|
|
1236
|
+
}
|
|
1237
|
+
/**
|
|
1238
|
+
* @export
|
|
1239
|
+
* @enum {string}
|
|
1240
|
+
*/
|
|
1241
|
+
export declare enum GetCorporationsCorporationIdTitlesXCompatibilityDateEnum {
|
|
1242
|
+
_20200101 = "2020-01-01"
|
|
1243
|
+
}
|
|
1244
|
+
/**
|
|
1245
|
+
* @export
|
|
1246
|
+
* @enum {string}
|
|
1247
|
+
*/
|
|
1248
|
+
export declare enum GetCorporationsCorporationIdTitlesAcceptLanguageEnum {
|
|
1249
|
+
En = "en",
|
|
1250
|
+
De = "de",
|
|
1251
|
+
Fr = "fr",
|
|
1252
|
+
Ja = "ja",
|
|
1253
|
+
Ru = "ru",
|
|
1254
|
+
Zh = "zh",
|
|
1255
|
+
Ko = "ko",
|
|
1256
|
+
Es = "es"
|
|
1257
|
+
}
|
|
1258
|
+
/**
|
|
1259
|
+
* @export
|
|
1260
|
+
* @enum {string}
|
|
1261
|
+
*/
|
|
1262
|
+
export declare enum GetCorporationsNpccorpsXCompatibilityDateEnum {
|
|
1263
|
+
_20200101 = "2020-01-01"
|
|
1264
|
+
}
|
|
1265
|
+
/**
|
|
1266
|
+
* @export
|
|
1267
|
+
* @enum {string}
|
|
1268
|
+
*/
|
|
1269
|
+
export declare enum GetCorporationsNpccorpsAcceptLanguageEnum {
|
|
1270
|
+
En = "en",
|
|
1271
|
+
De = "de",
|
|
1272
|
+
Fr = "fr",
|
|
1273
|
+
Ja = "ja",
|
|
1274
|
+
Ru = "ru",
|
|
1275
|
+
Zh = "zh",
|
|
1276
|
+
Ko = "ko",
|
|
1277
|
+
Es = "es"
|
|
1278
|
+
}
|