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,2702 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
8
|
+
* Contact: arcyfa_github@pm.me
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import * as runtime from '../runtime';
|
|
17
|
+
import api from '../serviceFacade'
|
|
18
|
+
import type {
|
|
19
|
+
CharactersCharacterIdStandingsGetInner,
|
|
20
|
+
CorporationsCorporationIdAlliancehistoryGetInner,
|
|
21
|
+
CorporationsCorporationIdBlueprintsGetInner,
|
|
22
|
+
CorporationsCorporationIdContainersLogsGetInner,
|
|
23
|
+
CorporationsCorporationIdDivisionsGet,
|
|
24
|
+
CorporationsCorporationIdFacilitiesGetInner,
|
|
25
|
+
CorporationsCorporationIdGet,
|
|
26
|
+
CorporationsCorporationIdIconsGet,
|
|
27
|
+
CorporationsCorporationIdMedalsGetInner,
|
|
28
|
+
CorporationsCorporationIdMedalsIssuedGetInner,
|
|
29
|
+
CorporationsCorporationIdMembersTitlesGetInner,
|
|
30
|
+
CorporationsCorporationIdMembertrackingGetInner,
|
|
31
|
+
CorporationsCorporationIdRolesGetInner,
|
|
32
|
+
CorporationsCorporationIdRolesHistoryGetInner,
|
|
33
|
+
CorporationsCorporationIdShareholdersGetInner,
|
|
34
|
+
CorporationsCorporationIdStarbasesGetInner,
|
|
35
|
+
CorporationsCorporationIdStarbasesStarbaseIdGet,
|
|
36
|
+
CorporationsCorporationIdStructuresGetInner,
|
|
37
|
+
CorporationsCorporationIdTitlesGetInner,
|
|
38
|
+
} from '../models/index';
|
|
39
|
+
|
|
40
|
+
export interface GetCorporationsCorporationIdRequest {
|
|
41
|
+
corporationId: number;
|
|
42
|
+
xCompatibilityDate: GetCorporationsCorporationIdXCompatibilityDateEnum;
|
|
43
|
+
acceptLanguage?: GetCorporationsCorporationIdAcceptLanguageEnum;
|
|
44
|
+
ifNoneMatch?: string;
|
|
45
|
+
xTenant?: string;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface GetCorporationsCorporationIdAlliancehistoryRequest {
|
|
49
|
+
corporationId: number;
|
|
50
|
+
xCompatibilityDate: GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum;
|
|
51
|
+
acceptLanguage?: GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum;
|
|
52
|
+
ifNoneMatch?: string;
|
|
53
|
+
xTenant?: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface GetCorporationsCorporationIdBlueprintsRequest {
|
|
57
|
+
corporationId: number;
|
|
58
|
+
xCompatibilityDate: GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum;
|
|
59
|
+
page?: number;
|
|
60
|
+
acceptLanguage?: GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum;
|
|
61
|
+
ifNoneMatch?: string;
|
|
62
|
+
xTenant?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface GetCorporationsCorporationIdContainersLogsRequest {
|
|
66
|
+
corporationId: number;
|
|
67
|
+
xCompatibilityDate: GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum;
|
|
68
|
+
page?: number;
|
|
69
|
+
acceptLanguage?: GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum;
|
|
70
|
+
ifNoneMatch?: string;
|
|
71
|
+
xTenant?: string;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface GetCorporationsCorporationIdDivisionsRequest {
|
|
75
|
+
corporationId: number;
|
|
76
|
+
xCompatibilityDate: GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum;
|
|
77
|
+
acceptLanguage?: GetCorporationsCorporationIdDivisionsAcceptLanguageEnum;
|
|
78
|
+
ifNoneMatch?: string;
|
|
79
|
+
xTenant?: string;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface GetCorporationsCorporationIdFacilitiesRequest {
|
|
83
|
+
corporationId: number;
|
|
84
|
+
xCompatibilityDate: GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum;
|
|
85
|
+
acceptLanguage?: GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum;
|
|
86
|
+
ifNoneMatch?: string;
|
|
87
|
+
xTenant?: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface GetCorporationsCorporationIdIconsRequest {
|
|
91
|
+
corporationId: number;
|
|
92
|
+
xCompatibilityDate: GetCorporationsCorporationIdIconsXCompatibilityDateEnum;
|
|
93
|
+
acceptLanguage?: GetCorporationsCorporationIdIconsAcceptLanguageEnum;
|
|
94
|
+
ifNoneMatch?: string;
|
|
95
|
+
xTenant?: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface GetCorporationsCorporationIdMedalsRequest {
|
|
99
|
+
corporationId: number;
|
|
100
|
+
xCompatibilityDate: GetCorporationsCorporationIdMedalsXCompatibilityDateEnum;
|
|
101
|
+
page?: number;
|
|
102
|
+
acceptLanguage?: GetCorporationsCorporationIdMedalsAcceptLanguageEnum;
|
|
103
|
+
ifNoneMatch?: string;
|
|
104
|
+
xTenant?: string;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface GetCorporationsCorporationIdMedalsIssuedRequest {
|
|
108
|
+
corporationId: number;
|
|
109
|
+
xCompatibilityDate: GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum;
|
|
110
|
+
page?: number;
|
|
111
|
+
acceptLanguage?: GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum;
|
|
112
|
+
ifNoneMatch?: string;
|
|
113
|
+
xTenant?: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface GetCorporationsCorporationIdMembersRequest {
|
|
117
|
+
corporationId: number;
|
|
118
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersXCompatibilityDateEnum;
|
|
119
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersAcceptLanguageEnum;
|
|
120
|
+
ifNoneMatch?: string;
|
|
121
|
+
xTenant?: string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface GetCorporationsCorporationIdMembersLimitRequest {
|
|
125
|
+
corporationId: number;
|
|
126
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum;
|
|
127
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum;
|
|
128
|
+
ifNoneMatch?: string;
|
|
129
|
+
xTenant?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface GetCorporationsCorporationIdMembersTitlesRequest {
|
|
133
|
+
corporationId: number;
|
|
134
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum;
|
|
135
|
+
acceptLanguage?: GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum;
|
|
136
|
+
ifNoneMatch?: string;
|
|
137
|
+
xTenant?: string;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface GetCorporationsCorporationIdMembertrackingRequest {
|
|
141
|
+
corporationId: number;
|
|
142
|
+
xCompatibilityDate: GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum;
|
|
143
|
+
acceptLanguage?: GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum;
|
|
144
|
+
ifNoneMatch?: string;
|
|
145
|
+
xTenant?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface GetCorporationsCorporationIdRolesRequest {
|
|
149
|
+
corporationId: number;
|
|
150
|
+
xCompatibilityDate: GetCorporationsCorporationIdRolesXCompatibilityDateEnum;
|
|
151
|
+
acceptLanguage?: GetCorporationsCorporationIdRolesAcceptLanguageEnum;
|
|
152
|
+
ifNoneMatch?: string;
|
|
153
|
+
xTenant?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface GetCorporationsCorporationIdRolesHistoryRequest {
|
|
157
|
+
corporationId: number;
|
|
158
|
+
xCompatibilityDate: GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum;
|
|
159
|
+
page?: number;
|
|
160
|
+
acceptLanguage?: GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum;
|
|
161
|
+
ifNoneMatch?: string;
|
|
162
|
+
xTenant?: string;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface GetCorporationsCorporationIdShareholdersRequest {
|
|
166
|
+
corporationId: number;
|
|
167
|
+
xCompatibilityDate: GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum;
|
|
168
|
+
page?: number;
|
|
169
|
+
acceptLanguage?: GetCorporationsCorporationIdShareholdersAcceptLanguageEnum;
|
|
170
|
+
ifNoneMatch?: string;
|
|
171
|
+
xTenant?: string;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export interface GetCorporationsCorporationIdStandingsRequest {
|
|
175
|
+
corporationId: number;
|
|
176
|
+
xCompatibilityDate: GetCorporationsCorporationIdStandingsXCompatibilityDateEnum;
|
|
177
|
+
page?: number;
|
|
178
|
+
acceptLanguage?: GetCorporationsCorporationIdStandingsAcceptLanguageEnum;
|
|
179
|
+
ifNoneMatch?: string;
|
|
180
|
+
xTenant?: string;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface GetCorporationsCorporationIdStarbasesRequest {
|
|
184
|
+
corporationId: number;
|
|
185
|
+
xCompatibilityDate: GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum;
|
|
186
|
+
page?: number;
|
|
187
|
+
acceptLanguage?: GetCorporationsCorporationIdStarbasesAcceptLanguageEnum;
|
|
188
|
+
ifNoneMatch?: string;
|
|
189
|
+
xTenant?: string;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface GetCorporationsCorporationIdStarbasesStarbaseIdRequest {
|
|
193
|
+
corporationId: number;
|
|
194
|
+
starbaseId: number;
|
|
195
|
+
systemId: number;
|
|
196
|
+
xCompatibilityDate: GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum;
|
|
197
|
+
acceptLanguage?: GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum;
|
|
198
|
+
ifNoneMatch?: string;
|
|
199
|
+
xTenant?: string;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export interface GetCorporationsCorporationIdStructuresRequest {
|
|
203
|
+
corporationId: number;
|
|
204
|
+
xCompatibilityDate: GetCorporationsCorporationIdStructuresXCompatibilityDateEnum;
|
|
205
|
+
page?: number;
|
|
206
|
+
acceptLanguage?: GetCorporationsCorporationIdStructuresAcceptLanguageEnum;
|
|
207
|
+
ifNoneMatch?: string;
|
|
208
|
+
xTenant?: string;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export interface GetCorporationsCorporationIdTitlesRequest {
|
|
212
|
+
corporationId: number;
|
|
213
|
+
xCompatibilityDate: GetCorporationsCorporationIdTitlesXCompatibilityDateEnum;
|
|
214
|
+
acceptLanguage?: GetCorporationsCorporationIdTitlesAcceptLanguageEnum;
|
|
215
|
+
ifNoneMatch?: string;
|
|
216
|
+
xTenant?: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface GetCorporationsNpccorpsRequest {
|
|
220
|
+
xCompatibilityDate: GetCorporationsNpccorpsXCompatibilityDateEnum;
|
|
221
|
+
acceptLanguage?: GetCorporationsNpccorpsAcceptLanguageEnum;
|
|
222
|
+
ifNoneMatch?: string;
|
|
223
|
+
xTenant?: string;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* CorporationApi - interface
|
|
228
|
+
*
|
|
229
|
+
* @export
|
|
230
|
+
* @interface CorporationApiInterface
|
|
231
|
+
*/
|
|
232
|
+
export interface CorporationApiInterface {
|
|
233
|
+
/**
|
|
234
|
+
* Public information about a corporation
|
|
235
|
+
* @summary Get corporation information
|
|
236
|
+
* @param {number} corporationId The ID of the corporation
|
|
237
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
238
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
239
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
240
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
* @memberof CorporationApiInterface
|
|
244
|
+
*/
|
|
245
|
+
getCorporationsCorporationIdRaw(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdGet>>;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Public information about a corporation
|
|
249
|
+
* Get corporation information
|
|
250
|
+
*/
|
|
251
|
+
getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet>;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
255
|
+
* @summary Get alliance history
|
|
256
|
+
* @param {number} corporationId The ID of the corporation
|
|
257
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
258
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
259
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
260
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
261
|
+
* @param {*} [options] Override http request option.
|
|
262
|
+
* @throws {RequiredError}
|
|
263
|
+
* @memberof CorporationApiInterface
|
|
264
|
+
*/
|
|
265
|
+
getCorporationsCorporationIdAlliancehistoryRaw(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdAlliancehistoryGetInner>>>;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
269
|
+
* Get alliance history
|
|
270
|
+
*/
|
|
271
|
+
getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>>;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Returns a list of blueprints the corporation owns
|
|
275
|
+
* @summary Get corporation blueprints
|
|
276
|
+
* @param {number} corporationId The ID of the corporation
|
|
277
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
278
|
+
* @param {number} [page]
|
|
279
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
280
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
281
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
282
|
+
* @param {*} [options] Override http request option.
|
|
283
|
+
* @throws {RequiredError}
|
|
284
|
+
* @memberof CorporationApiInterface
|
|
285
|
+
*/
|
|
286
|
+
getCorporationsCorporationIdBlueprintsRaw(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdBlueprintsGetInner>>>;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Returns a list of blueprints the corporation owns
|
|
290
|
+
* Get corporation blueprints
|
|
291
|
+
*/
|
|
292
|
+
getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>>;
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
296
|
+
* @summary Get all corporation ALSC logs
|
|
297
|
+
* @param {number} corporationId The ID of the corporation
|
|
298
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
299
|
+
* @param {number} [page]
|
|
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
|
+
getCorporationsCorporationIdContainersLogsRaw(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdContainersLogsGetInner>>>;
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
311
|
+
* Get all corporation ALSC logs
|
|
312
|
+
*/
|
|
313
|
+
getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>>;
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
317
|
+
* @summary Get corporation divisions
|
|
318
|
+
* @param {number} corporationId The ID of the corporation
|
|
319
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
320
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
321
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
322
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
323
|
+
* @param {*} [options] Override http request option.
|
|
324
|
+
* @throws {RequiredError}
|
|
325
|
+
* @memberof CorporationApiInterface
|
|
326
|
+
*/
|
|
327
|
+
getCorporationsCorporationIdDivisionsRaw(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdDivisionsGet>>;
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
331
|
+
* Get corporation divisions
|
|
332
|
+
*/
|
|
333
|
+
getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet>;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Return a corporation\'s facilities
|
|
337
|
+
* @summary Get corporation facilities
|
|
338
|
+
* @param {number} corporationId The ID of the corporation
|
|
339
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
340
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
341
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
342
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
* @memberof CorporationApiInterface
|
|
346
|
+
*/
|
|
347
|
+
getCorporationsCorporationIdFacilitiesRaw(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdFacilitiesGetInner>>>;
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* Return a corporation\'s facilities
|
|
351
|
+
* Get corporation facilities
|
|
352
|
+
*/
|
|
353
|
+
getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>>;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Get the icon urls for a corporation
|
|
357
|
+
* @summary Get corporation icon
|
|
358
|
+
* @param {number} corporationId The ID of the corporation
|
|
359
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
360
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
361
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
362
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
* @memberof CorporationApiInterface
|
|
366
|
+
*/
|
|
367
|
+
getCorporationsCorporationIdIconsRaw(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdIconsGet>>;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Get the icon urls for a corporation
|
|
371
|
+
* Get corporation icon
|
|
372
|
+
*/
|
|
373
|
+
getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet>;
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Returns a corporation\'s medals
|
|
377
|
+
* @summary Get corporation medals
|
|
378
|
+
* @param {number} corporationId The ID of the corporation
|
|
379
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
380
|
+
* @param {number} [page]
|
|
381
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
382
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
383
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
* @memberof CorporationApiInterface
|
|
387
|
+
*/
|
|
388
|
+
getCorporationsCorporationIdMedalsRaw(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsGetInner>>>;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* Returns a corporation\'s medals
|
|
392
|
+
* Get corporation medals
|
|
393
|
+
*/
|
|
394
|
+
getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>>;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Returns medals issued by a corporation
|
|
398
|
+
* @summary Get corporation issued medals
|
|
399
|
+
* @param {number} corporationId The ID of the corporation
|
|
400
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
401
|
+
* @param {number} [page]
|
|
402
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
403
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
404
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
405
|
+
* @param {*} [options] Override http request option.
|
|
406
|
+
* @throws {RequiredError}
|
|
407
|
+
* @memberof CorporationApiInterface
|
|
408
|
+
*/
|
|
409
|
+
getCorporationsCorporationIdMedalsIssuedRaw(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsIssuedGetInner>>>;
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* Returns medals issued by a corporation
|
|
413
|
+
* Get corporation issued medals
|
|
414
|
+
*/
|
|
415
|
+
getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>>;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
419
|
+
* @summary Get corporation members
|
|
420
|
+
* @param {number} corporationId The ID of the corporation
|
|
421
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
422
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
423
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
424
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
425
|
+
* @param {*} [options] Override http request option.
|
|
426
|
+
* @throws {RequiredError}
|
|
427
|
+
* @memberof CorporationApiInterface
|
|
428
|
+
*/
|
|
429
|
+
getCorporationsCorporationIdMembersRaw(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
433
|
+
* Get corporation members
|
|
434
|
+
*/
|
|
435
|
+
getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
439
|
+
* @summary Get corporation member limit
|
|
440
|
+
* @param {number} corporationId The ID of the corporation
|
|
441
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
442
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
443
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
444
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
* @memberof CorporationApiInterface
|
|
448
|
+
*/
|
|
449
|
+
getCorporationsCorporationIdMembersLimitRaw(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
450
|
+
|
|
451
|
+
/**
|
|
452
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
453
|
+
* Get corporation member limit
|
|
454
|
+
*/
|
|
455
|
+
getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* Returns a corporation\'s members\' titles
|
|
459
|
+
* @summary Get corporation\'s members\' titles
|
|
460
|
+
* @param {number} corporationId The ID of the corporation
|
|
461
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
462
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
463
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
464
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
465
|
+
* @param {*} [options] Override http request option.
|
|
466
|
+
* @throws {RequiredError}
|
|
467
|
+
* @memberof CorporationApiInterface
|
|
468
|
+
*/
|
|
469
|
+
getCorporationsCorporationIdMembersTitlesRaw(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembersTitlesGetInner>>>;
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* Returns a corporation\'s members\' titles
|
|
473
|
+
* Get corporation\'s members\' titles
|
|
474
|
+
*/
|
|
475
|
+
getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>>;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
479
|
+
* @summary Track corporation members
|
|
480
|
+
* @param {number} corporationId The ID of the corporation
|
|
481
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
482
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
483
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
484
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
485
|
+
* @param {*} [options] Override http request option.
|
|
486
|
+
* @throws {RequiredError}
|
|
487
|
+
* @memberof CorporationApiInterface
|
|
488
|
+
*/
|
|
489
|
+
getCorporationsCorporationIdMembertrackingRaw(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembertrackingGetInner>>>;
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
493
|
+
* Track corporation members
|
|
494
|
+
*/
|
|
495
|
+
getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>>;
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
499
|
+
* @summary Get corporation member roles
|
|
500
|
+
* @param {number} corporationId The ID of the corporation
|
|
501
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
502
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
503
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
504
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
505
|
+
* @param {*} [options] Override http request option.
|
|
506
|
+
* @throws {RequiredError}
|
|
507
|
+
* @memberof CorporationApiInterface
|
|
508
|
+
*/
|
|
509
|
+
getCorporationsCorporationIdRolesRaw(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesGetInner>>>;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
513
|
+
* Get corporation member roles
|
|
514
|
+
*/
|
|
515
|
+
getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>>;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
519
|
+
* @summary Get corporation member roles history
|
|
520
|
+
* @param {number} corporationId The ID of the corporation
|
|
521
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
522
|
+
* @param {number} [page]
|
|
523
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
524
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
525
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
526
|
+
* @param {*} [options] Override http request option.
|
|
527
|
+
* @throws {RequiredError}
|
|
528
|
+
* @memberof CorporationApiInterface
|
|
529
|
+
*/
|
|
530
|
+
getCorporationsCorporationIdRolesHistoryRaw(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesHistoryGetInner>>>;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
534
|
+
* Get corporation member roles history
|
|
535
|
+
*/
|
|
536
|
+
getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>>;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Return the current shareholders of a corporation.
|
|
540
|
+
* @summary Get corporation shareholders
|
|
541
|
+
* @param {number} corporationId The ID of the corporation
|
|
542
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
543
|
+
* @param {number} [page]
|
|
544
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
545
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
546
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
547
|
+
* @param {*} [options] Override http request option.
|
|
548
|
+
* @throws {RequiredError}
|
|
549
|
+
* @memberof CorporationApiInterface
|
|
550
|
+
*/
|
|
551
|
+
getCorporationsCorporationIdShareholdersRaw(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdShareholdersGetInner>>>;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Return the current shareholders of a corporation.
|
|
555
|
+
* Get corporation shareholders
|
|
556
|
+
*/
|
|
557
|
+
getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>>;
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
561
|
+
* @summary Get corporation standings
|
|
562
|
+
* @param {number} corporationId The ID of the corporation
|
|
563
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
564
|
+
* @param {number} [page]
|
|
565
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
566
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
567
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
568
|
+
* @param {*} [options] Override http request option.
|
|
569
|
+
* @throws {RequiredError}
|
|
570
|
+
* @memberof CorporationApiInterface
|
|
571
|
+
*/
|
|
572
|
+
getCorporationsCorporationIdStandingsRaw(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
576
|
+
* Get corporation standings
|
|
577
|
+
*/
|
|
578
|
+
getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Returns list of corporation starbases (POSes)
|
|
582
|
+
* @summary Get corporation starbases (POSes)
|
|
583
|
+
* @param {number} corporationId The ID of the corporation
|
|
584
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
585
|
+
* @param {number} [page]
|
|
586
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
587
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
588
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
589
|
+
* @param {*} [options] Override http request option.
|
|
590
|
+
* @throws {RequiredError}
|
|
591
|
+
* @memberof CorporationApiInterface
|
|
592
|
+
*/
|
|
593
|
+
getCorporationsCorporationIdStarbasesRaw(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStarbasesGetInner>>>;
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* Returns list of corporation starbases (POSes)
|
|
597
|
+
* Get corporation starbases (POSes)
|
|
598
|
+
*/
|
|
599
|
+
getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>>;
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
603
|
+
* @summary Get starbase (POS) detail
|
|
604
|
+
* @param {number} corporationId The ID of the corporation
|
|
605
|
+
* @param {number} starbaseId
|
|
606
|
+
* @param {number} systemId
|
|
607
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
608
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
609
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
610
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
611
|
+
* @param {*} [options] Override http request option.
|
|
612
|
+
* @throws {RequiredError}
|
|
613
|
+
* @memberof CorporationApiInterface
|
|
614
|
+
*/
|
|
615
|
+
getCorporationsCorporationIdStarbasesStarbaseIdRaw(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdStarbasesStarbaseIdGet>>;
|
|
616
|
+
|
|
617
|
+
/**
|
|
618
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
619
|
+
* Get starbase (POS) detail
|
|
620
|
+
*/
|
|
621
|
+
getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet>;
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* 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
|
|
625
|
+
* @summary Get corporation structures
|
|
626
|
+
* @param {number} corporationId The ID of the corporation
|
|
627
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
628
|
+
* @param {number} [page]
|
|
629
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
630
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
631
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
632
|
+
* @param {*} [options] Override http request option.
|
|
633
|
+
* @throws {RequiredError}
|
|
634
|
+
* @memberof CorporationApiInterface
|
|
635
|
+
*/
|
|
636
|
+
getCorporationsCorporationIdStructuresRaw(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStructuresGetInner>>>;
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* 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
|
|
640
|
+
* Get corporation structures
|
|
641
|
+
*/
|
|
642
|
+
getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>>;
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* Returns a corporation\'s titles
|
|
646
|
+
* @summary Get corporation titles
|
|
647
|
+
* @param {number} corporationId The ID of the corporation
|
|
648
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
649
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
650
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
651
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
652
|
+
* @param {*} [options] Override http request option.
|
|
653
|
+
* @throws {RequiredError}
|
|
654
|
+
* @memberof CorporationApiInterface
|
|
655
|
+
*/
|
|
656
|
+
getCorporationsCorporationIdTitlesRaw(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdTitlesGetInner>>>;
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* Returns a corporation\'s titles
|
|
660
|
+
* Get corporation titles
|
|
661
|
+
*/
|
|
662
|
+
getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>>;
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
666
|
+
* @summary Get npc corporations
|
|
667
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
668
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
669
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
670
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
671
|
+
* @param {*} [options] Override http request option.
|
|
672
|
+
* @throws {RequiredError}
|
|
673
|
+
* @memberof CorporationApiInterface
|
|
674
|
+
*/
|
|
675
|
+
getCorporationsNpccorpsRaw(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
679
|
+
* Get npc corporations
|
|
680
|
+
*/
|
|
681
|
+
getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
682
|
+
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
*
|
|
687
|
+
*/
|
|
688
|
+
export class CorporationApi extends runtime.BaseAPI implements CorporationApiInterface {
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* Public information about a corporation
|
|
692
|
+
* Get corporation information
|
|
693
|
+
*/
|
|
694
|
+
async getCorporationsCorporationIdRaw(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdGet>> {
|
|
695
|
+
if (requestParameters['corporationId'] == null) {
|
|
696
|
+
throw new runtime.RequiredError(
|
|
697
|
+
'corporationId',
|
|
698
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationId().'
|
|
699
|
+
);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
703
|
+
throw new runtime.RequiredError(
|
|
704
|
+
'xCompatibilityDate',
|
|
705
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationId().'
|
|
706
|
+
);
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
const queryParameters: any = {};
|
|
710
|
+
|
|
711
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
712
|
+
|
|
713
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
714
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
718
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
722
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
if (requestParameters['xTenant'] != null) {
|
|
726
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
/*
|
|
730
|
+
*/
|
|
731
|
+
|
|
732
|
+
let urlPath = `/corporations/{corporation_id}`;
|
|
733
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
734
|
+
|
|
735
|
+
const response = await api.esi.proxy({
|
|
736
|
+
path: urlPath,
|
|
737
|
+
method: 'GET',
|
|
738
|
+
headers: headerParameters,
|
|
739
|
+
query: queryParameters,
|
|
740
|
+
}, initOverrides);
|
|
741
|
+
|
|
742
|
+
return new runtime.JSONApiResponse(response);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
/**
|
|
746
|
+
* Public information about a corporation
|
|
747
|
+
* Get corporation information
|
|
748
|
+
*/
|
|
749
|
+
async getCorporationsCorporationId(requestParameters: GetCorporationsCorporationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdGet> {
|
|
750
|
+
const response = await this.getCorporationsCorporationIdRaw(requestParameters, initOverrides);
|
|
751
|
+
return await response.value();
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
756
|
+
* Get alliance history
|
|
757
|
+
*/
|
|
758
|
+
async getCorporationsCorporationIdAlliancehistoryRaw(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdAlliancehistoryGetInner>>> {
|
|
759
|
+
if (requestParameters['corporationId'] == null) {
|
|
760
|
+
throw new runtime.RequiredError(
|
|
761
|
+
'corporationId',
|
|
762
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdAlliancehistory().'
|
|
763
|
+
);
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
767
|
+
throw new runtime.RequiredError(
|
|
768
|
+
'xCompatibilityDate',
|
|
769
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdAlliancehistory().'
|
|
770
|
+
);
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
const queryParameters: any = {};
|
|
774
|
+
|
|
775
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
776
|
+
|
|
777
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
778
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
782
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
786
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
if (requestParameters['xTenant'] != null) {
|
|
790
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
/*
|
|
794
|
+
*/
|
|
795
|
+
|
|
796
|
+
let urlPath = `/corporations/{corporation_id}/alliancehistory`;
|
|
797
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
798
|
+
|
|
799
|
+
const response = await api.esi.proxy({
|
|
800
|
+
path: urlPath,
|
|
801
|
+
method: 'GET',
|
|
802
|
+
headers: headerParameters,
|
|
803
|
+
query: queryParameters,
|
|
804
|
+
}, initOverrides);
|
|
805
|
+
|
|
806
|
+
return new runtime.JSONApiResponse(response);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* Get a list of all the alliances a corporation has been a member of
|
|
811
|
+
* Get alliance history
|
|
812
|
+
*/
|
|
813
|
+
async getCorporationsCorporationIdAlliancehistory(requestParameters: GetCorporationsCorporationIdAlliancehistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdAlliancehistoryGetInner>> {
|
|
814
|
+
const response = await this.getCorporationsCorporationIdAlliancehistoryRaw(requestParameters, initOverrides);
|
|
815
|
+
return await response.value();
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* Returns a list of blueprints the corporation owns
|
|
820
|
+
* Get corporation blueprints
|
|
821
|
+
*/
|
|
822
|
+
async getCorporationsCorporationIdBlueprintsRaw(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdBlueprintsGetInner>>> {
|
|
823
|
+
if (requestParameters['corporationId'] == null) {
|
|
824
|
+
throw new runtime.RequiredError(
|
|
825
|
+
'corporationId',
|
|
826
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdBlueprints().'
|
|
827
|
+
);
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
831
|
+
throw new runtime.RequiredError(
|
|
832
|
+
'xCompatibilityDate',
|
|
833
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdBlueprints().'
|
|
834
|
+
);
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
const queryParameters: any = {};
|
|
838
|
+
|
|
839
|
+
if (requestParameters['page'] != null) {
|
|
840
|
+
queryParameters['page'] = requestParameters['page'];
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
844
|
+
|
|
845
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
846
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
850
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
854
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
if (requestParameters['xTenant'] != null) {
|
|
858
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
/*
|
|
862
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
863
|
+
// oauth required
|
|
864
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_blueprints.v1"]);
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
*/
|
|
868
|
+
|
|
869
|
+
let urlPath = `/corporations/{corporation_id}/blueprints`;
|
|
870
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
871
|
+
|
|
872
|
+
const response = await api.esi.proxy({
|
|
873
|
+
path: urlPath,
|
|
874
|
+
method: 'GET',
|
|
875
|
+
headers: headerParameters,
|
|
876
|
+
query: queryParameters,
|
|
877
|
+
}, initOverrides);
|
|
878
|
+
|
|
879
|
+
return new runtime.JSONApiResponse(response);
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* Returns a list of blueprints the corporation owns
|
|
884
|
+
* Get corporation blueprints
|
|
885
|
+
*/
|
|
886
|
+
async getCorporationsCorporationIdBlueprints(requestParameters: GetCorporationsCorporationIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdBlueprintsGetInner>> {
|
|
887
|
+
const response = await this.getCorporationsCorporationIdBlueprintsRaw(requestParameters, initOverrides);
|
|
888
|
+
return await response.value();
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
/**
|
|
892
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
893
|
+
* Get all corporation ALSC logs
|
|
894
|
+
*/
|
|
895
|
+
async getCorporationsCorporationIdContainersLogsRaw(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdContainersLogsGetInner>>> {
|
|
896
|
+
if (requestParameters['corporationId'] == null) {
|
|
897
|
+
throw new runtime.RequiredError(
|
|
898
|
+
'corporationId',
|
|
899
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdContainersLogs().'
|
|
900
|
+
);
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
904
|
+
throw new runtime.RequiredError(
|
|
905
|
+
'xCompatibilityDate',
|
|
906
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdContainersLogs().'
|
|
907
|
+
);
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
const queryParameters: any = {};
|
|
911
|
+
|
|
912
|
+
if (requestParameters['page'] != null) {
|
|
913
|
+
queryParameters['page'] = requestParameters['page'];
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
917
|
+
|
|
918
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
919
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
923
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
927
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
if (requestParameters['xTenant'] != null) {
|
|
931
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
/*
|
|
935
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
936
|
+
// oauth required
|
|
937
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_container_logs.v1"]);
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
*/
|
|
941
|
+
|
|
942
|
+
let urlPath = `/corporations/{corporation_id}/containers/logs`;
|
|
943
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
944
|
+
|
|
945
|
+
const response = await api.esi.proxy({
|
|
946
|
+
path: urlPath,
|
|
947
|
+
method: 'GET',
|
|
948
|
+
headers: headerParameters,
|
|
949
|
+
query: queryParameters,
|
|
950
|
+
}, initOverrides);
|
|
951
|
+
|
|
952
|
+
return new runtime.JSONApiResponse(response);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
957
|
+
* Get all corporation ALSC logs
|
|
958
|
+
*/
|
|
959
|
+
async getCorporationsCorporationIdContainersLogs(requestParameters: GetCorporationsCorporationIdContainersLogsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdContainersLogsGetInner>> {
|
|
960
|
+
const response = await this.getCorporationsCorporationIdContainersLogsRaw(requestParameters, initOverrides);
|
|
961
|
+
return await response.value();
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
966
|
+
* Get corporation divisions
|
|
967
|
+
*/
|
|
968
|
+
async getCorporationsCorporationIdDivisionsRaw(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdDivisionsGet>> {
|
|
969
|
+
if (requestParameters['corporationId'] == null) {
|
|
970
|
+
throw new runtime.RequiredError(
|
|
971
|
+
'corporationId',
|
|
972
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdDivisions().'
|
|
973
|
+
);
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
977
|
+
throw new runtime.RequiredError(
|
|
978
|
+
'xCompatibilityDate',
|
|
979
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdDivisions().'
|
|
980
|
+
);
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
const queryParameters: any = {};
|
|
984
|
+
|
|
985
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
986
|
+
|
|
987
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
988
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
992
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
996
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
if (requestParameters['xTenant'] != null) {
|
|
1000
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
/*
|
|
1004
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1005
|
+
// oauth required
|
|
1006
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_divisions.v1"]);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
*/
|
|
1010
|
+
|
|
1011
|
+
let urlPath = `/corporations/{corporation_id}/divisions`;
|
|
1012
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1013
|
+
|
|
1014
|
+
const response = await api.esi.proxy({
|
|
1015
|
+
path: urlPath,
|
|
1016
|
+
method: 'GET',
|
|
1017
|
+
headers: headerParameters,
|
|
1018
|
+
query: queryParameters,
|
|
1019
|
+
}, initOverrides);
|
|
1020
|
+
|
|
1021
|
+
return new runtime.JSONApiResponse(response);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
1026
|
+
* Get corporation divisions
|
|
1027
|
+
*/
|
|
1028
|
+
async getCorporationsCorporationIdDivisions(requestParameters: GetCorporationsCorporationIdDivisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdDivisionsGet> {
|
|
1029
|
+
const response = await this.getCorporationsCorporationIdDivisionsRaw(requestParameters, initOverrides);
|
|
1030
|
+
return await response.value();
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
/**
|
|
1034
|
+
* Return a corporation\'s facilities
|
|
1035
|
+
* Get corporation facilities
|
|
1036
|
+
*/
|
|
1037
|
+
async getCorporationsCorporationIdFacilitiesRaw(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdFacilitiesGetInner>>> {
|
|
1038
|
+
if (requestParameters['corporationId'] == null) {
|
|
1039
|
+
throw new runtime.RequiredError(
|
|
1040
|
+
'corporationId',
|
|
1041
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdFacilities().'
|
|
1042
|
+
);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1046
|
+
throw new runtime.RequiredError(
|
|
1047
|
+
'xCompatibilityDate',
|
|
1048
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdFacilities().'
|
|
1049
|
+
);
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
const queryParameters: any = {};
|
|
1053
|
+
|
|
1054
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1055
|
+
|
|
1056
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1057
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1061
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1065
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
if (requestParameters['xTenant'] != null) {
|
|
1069
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
/*
|
|
1073
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1074
|
+
// oauth required
|
|
1075
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_facilities.v1"]);
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
*/
|
|
1079
|
+
|
|
1080
|
+
let urlPath = `/corporations/{corporation_id}/facilities`;
|
|
1081
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1082
|
+
|
|
1083
|
+
const response = await api.esi.proxy({
|
|
1084
|
+
path: urlPath,
|
|
1085
|
+
method: 'GET',
|
|
1086
|
+
headers: headerParameters,
|
|
1087
|
+
query: queryParameters,
|
|
1088
|
+
}, initOverrides);
|
|
1089
|
+
|
|
1090
|
+
return new runtime.JSONApiResponse(response);
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* Return a corporation\'s facilities
|
|
1095
|
+
* Get corporation facilities
|
|
1096
|
+
*/
|
|
1097
|
+
async getCorporationsCorporationIdFacilities(requestParameters: GetCorporationsCorporationIdFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdFacilitiesGetInner>> {
|
|
1098
|
+
const response = await this.getCorporationsCorporationIdFacilitiesRaw(requestParameters, initOverrides);
|
|
1099
|
+
return await response.value();
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* Get the icon urls for a corporation
|
|
1104
|
+
* Get corporation icon
|
|
1105
|
+
*/
|
|
1106
|
+
async getCorporationsCorporationIdIconsRaw(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdIconsGet>> {
|
|
1107
|
+
if (requestParameters['corporationId'] == null) {
|
|
1108
|
+
throw new runtime.RequiredError(
|
|
1109
|
+
'corporationId',
|
|
1110
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdIcons().'
|
|
1111
|
+
);
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1115
|
+
throw new runtime.RequiredError(
|
|
1116
|
+
'xCompatibilityDate',
|
|
1117
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdIcons().'
|
|
1118
|
+
);
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
const queryParameters: any = {};
|
|
1122
|
+
|
|
1123
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1124
|
+
|
|
1125
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1126
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1130
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1134
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
if (requestParameters['xTenant'] != null) {
|
|
1138
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
/*
|
|
1142
|
+
*/
|
|
1143
|
+
|
|
1144
|
+
let urlPath = `/corporations/{corporation_id}/icons`;
|
|
1145
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1146
|
+
|
|
1147
|
+
const response = await api.esi.proxy({
|
|
1148
|
+
path: urlPath,
|
|
1149
|
+
method: 'GET',
|
|
1150
|
+
headers: headerParameters,
|
|
1151
|
+
query: queryParameters,
|
|
1152
|
+
}, initOverrides);
|
|
1153
|
+
|
|
1154
|
+
return new runtime.JSONApiResponse(response);
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* Get the icon urls for a corporation
|
|
1159
|
+
* Get corporation icon
|
|
1160
|
+
*/
|
|
1161
|
+
async getCorporationsCorporationIdIcons(requestParameters: GetCorporationsCorporationIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdIconsGet> {
|
|
1162
|
+
const response = await this.getCorporationsCorporationIdIconsRaw(requestParameters, initOverrides);
|
|
1163
|
+
return await response.value();
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* Returns a corporation\'s medals
|
|
1168
|
+
* Get corporation medals
|
|
1169
|
+
*/
|
|
1170
|
+
async getCorporationsCorporationIdMedalsRaw(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsGetInner>>> {
|
|
1171
|
+
if (requestParameters['corporationId'] == null) {
|
|
1172
|
+
throw new runtime.RequiredError(
|
|
1173
|
+
'corporationId',
|
|
1174
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMedals().'
|
|
1175
|
+
);
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1179
|
+
throw new runtime.RequiredError(
|
|
1180
|
+
'xCompatibilityDate',
|
|
1181
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMedals().'
|
|
1182
|
+
);
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
const queryParameters: any = {};
|
|
1186
|
+
|
|
1187
|
+
if (requestParameters['page'] != null) {
|
|
1188
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1192
|
+
|
|
1193
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1194
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1198
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1202
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
if (requestParameters['xTenant'] != null) {
|
|
1206
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
/*
|
|
1210
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1211
|
+
// oauth required
|
|
1212
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_medals.v1"]);
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
*/
|
|
1216
|
+
|
|
1217
|
+
let urlPath = `/corporations/{corporation_id}/medals`;
|
|
1218
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1219
|
+
|
|
1220
|
+
const response = await api.esi.proxy({
|
|
1221
|
+
path: urlPath,
|
|
1222
|
+
method: 'GET',
|
|
1223
|
+
headers: headerParameters,
|
|
1224
|
+
query: queryParameters,
|
|
1225
|
+
}, initOverrides);
|
|
1226
|
+
|
|
1227
|
+
return new runtime.JSONApiResponse(response);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
/**
|
|
1231
|
+
* Returns a corporation\'s medals
|
|
1232
|
+
* Get corporation medals
|
|
1233
|
+
*/
|
|
1234
|
+
async getCorporationsCorporationIdMedals(requestParameters: GetCorporationsCorporationIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsGetInner>> {
|
|
1235
|
+
const response = await this.getCorporationsCorporationIdMedalsRaw(requestParameters, initOverrides);
|
|
1236
|
+
return await response.value();
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* Returns medals issued by a corporation
|
|
1241
|
+
* Get corporation issued medals
|
|
1242
|
+
*/
|
|
1243
|
+
async getCorporationsCorporationIdMedalsIssuedRaw(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMedalsIssuedGetInner>>> {
|
|
1244
|
+
if (requestParameters['corporationId'] == null) {
|
|
1245
|
+
throw new runtime.RequiredError(
|
|
1246
|
+
'corporationId',
|
|
1247
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMedalsIssued().'
|
|
1248
|
+
);
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1252
|
+
throw new runtime.RequiredError(
|
|
1253
|
+
'xCompatibilityDate',
|
|
1254
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMedalsIssued().'
|
|
1255
|
+
);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
const queryParameters: any = {};
|
|
1259
|
+
|
|
1260
|
+
if (requestParameters['page'] != null) {
|
|
1261
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1265
|
+
|
|
1266
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1267
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1271
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1275
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
if (requestParameters['xTenant'] != null) {
|
|
1279
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
/*
|
|
1283
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1284
|
+
// oauth required
|
|
1285
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_medals.v1"]);
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
*/
|
|
1289
|
+
|
|
1290
|
+
let urlPath = `/corporations/{corporation_id}/medals/issued`;
|
|
1291
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1292
|
+
|
|
1293
|
+
const response = await api.esi.proxy({
|
|
1294
|
+
path: urlPath,
|
|
1295
|
+
method: 'GET',
|
|
1296
|
+
headers: headerParameters,
|
|
1297
|
+
query: queryParameters,
|
|
1298
|
+
}, initOverrides);
|
|
1299
|
+
|
|
1300
|
+
return new runtime.JSONApiResponse(response);
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
/**
|
|
1304
|
+
* Returns medals issued by a corporation
|
|
1305
|
+
* Get corporation issued medals
|
|
1306
|
+
*/
|
|
1307
|
+
async getCorporationsCorporationIdMedalsIssued(requestParameters: GetCorporationsCorporationIdMedalsIssuedRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMedalsIssuedGetInner>> {
|
|
1308
|
+
const response = await this.getCorporationsCorporationIdMedalsIssuedRaw(requestParameters, initOverrides);
|
|
1309
|
+
return await response.value();
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
1314
|
+
* Get corporation members
|
|
1315
|
+
*/
|
|
1316
|
+
async getCorporationsCorporationIdMembersRaw(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
1317
|
+
if (requestParameters['corporationId'] == null) {
|
|
1318
|
+
throw new runtime.RequiredError(
|
|
1319
|
+
'corporationId',
|
|
1320
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMembers().'
|
|
1321
|
+
);
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1325
|
+
throw new runtime.RequiredError(
|
|
1326
|
+
'xCompatibilityDate',
|
|
1327
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMembers().'
|
|
1328
|
+
);
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
const queryParameters: any = {};
|
|
1332
|
+
|
|
1333
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1334
|
+
|
|
1335
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1336
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1340
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1344
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
if (requestParameters['xTenant'] != null) {
|
|
1348
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
/*
|
|
1352
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1353
|
+
// oauth required
|
|
1354
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_corporation_membership.v1"]);
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
*/
|
|
1358
|
+
|
|
1359
|
+
let urlPath = `/corporations/{corporation_id}/members`;
|
|
1360
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1361
|
+
|
|
1362
|
+
const response = await api.esi.proxy({
|
|
1363
|
+
path: urlPath,
|
|
1364
|
+
method: 'GET',
|
|
1365
|
+
headers: headerParameters,
|
|
1366
|
+
query: queryParameters,
|
|
1367
|
+
}, initOverrides);
|
|
1368
|
+
|
|
1369
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
/**
|
|
1373
|
+
* Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
1374
|
+
* Get corporation members
|
|
1375
|
+
*/
|
|
1376
|
+
async getCorporationsCorporationIdMembers(requestParameters: GetCorporationsCorporationIdMembersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1377
|
+
const response = await this.getCorporationsCorporationIdMembersRaw(requestParameters, initOverrides);
|
|
1378
|
+
return await response.value();
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
/**
|
|
1382
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
1383
|
+
* Get corporation member limit
|
|
1384
|
+
*/
|
|
1385
|
+
async getCorporationsCorporationIdMembersLimitRaw(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>> {
|
|
1386
|
+
if (requestParameters['corporationId'] == null) {
|
|
1387
|
+
throw new runtime.RequiredError(
|
|
1388
|
+
'corporationId',
|
|
1389
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMembersLimit().'
|
|
1390
|
+
);
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1394
|
+
throw new runtime.RequiredError(
|
|
1395
|
+
'xCompatibilityDate',
|
|
1396
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMembersLimit().'
|
|
1397
|
+
);
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
const queryParameters: any = {};
|
|
1401
|
+
|
|
1402
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1403
|
+
|
|
1404
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1405
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1409
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1413
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
if (requestParameters['xTenant'] != null) {
|
|
1417
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
/*
|
|
1421
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1422
|
+
// oauth required
|
|
1423
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.track_members.v1"]);
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
*/
|
|
1427
|
+
|
|
1428
|
+
let urlPath = `/corporations/{corporation_id}/members/limit`;
|
|
1429
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1430
|
+
|
|
1431
|
+
const response = await api.esi.proxy({
|
|
1432
|
+
path: urlPath,
|
|
1433
|
+
method: 'GET',
|
|
1434
|
+
headers: headerParameters,
|
|
1435
|
+
query: queryParameters,
|
|
1436
|
+
}, initOverrides);
|
|
1437
|
+
|
|
1438
|
+
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
1439
|
+
return new runtime.JSONApiResponse<number>(response);
|
|
1440
|
+
} else {
|
|
1441
|
+
return new runtime.TextApiResponse(response) as any;
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* Return a corporation\'s member limit, not including CEO himself
|
|
1447
|
+
* Get corporation member limit
|
|
1448
|
+
*/
|
|
1449
|
+
async getCorporationsCorporationIdMembersLimit(requestParameters: GetCorporationsCorporationIdMembersLimitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
|
|
1450
|
+
const response = await this.getCorporationsCorporationIdMembersLimitRaw(requestParameters, initOverrides);
|
|
1451
|
+
return await response.value();
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
/**
|
|
1455
|
+
* Returns a corporation\'s members\' titles
|
|
1456
|
+
* Get corporation\'s members\' titles
|
|
1457
|
+
*/
|
|
1458
|
+
async getCorporationsCorporationIdMembersTitlesRaw(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembersTitlesGetInner>>> {
|
|
1459
|
+
if (requestParameters['corporationId'] == null) {
|
|
1460
|
+
throw new runtime.RequiredError(
|
|
1461
|
+
'corporationId',
|
|
1462
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMembersTitles().'
|
|
1463
|
+
);
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1467
|
+
throw new runtime.RequiredError(
|
|
1468
|
+
'xCompatibilityDate',
|
|
1469
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMembersTitles().'
|
|
1470
|
+
);
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
const queryParameters: any = {};
|
|
1474
|
+
|
|
1475
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1476
|
+
|
|
1477
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1478
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1482
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1486
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
if (requestParameters['xTenant'] != null) {
|
|
1490
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
/*
|
|
1494
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1495
|
+
// oauth required
|
|
1496
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_titles.v1"]);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
*/
|
|
1500
|
+
|
|
1501
|
+
let urlPath = `/corporations/{corporation_id}/members/titles`;
|
|
1502
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1503
|
+
|
|
1504
|
+
const response = await api.esi.proxy({
|
|
1505
|
+
path: urlPath,
|
|
1506
|
+
method: 'GET',
|
|
1507
|
+
headers: headerParameters,
|
|
1508
|
+
query: queryParameters,
|
|
1509
|
+
}, initOverrides);
|
|
1510
|
+
|
|
1511
|
+
return new runtime.JSONApiResponse(response);
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
/**
|
|
1515
|
+
* Returns a corporation\'s members\' titles
|
|
1516
|
+
* Get corporation\'s members\' titles
|
|
1517
|
+
*/
|
|
1518
|
+
async getCorporationsCorporationIdMembersTitles(requestParameters: GetCorporationsCorporationIdMembersTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembersTitlesGetInner>> {
|
|
1519
|
+
const response = await this.getCorporationsCorporationIdMembersTitlesRaw(requestParameters, initOverrides);
|
|
1520
|
+
return await response.value();
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
/**
|
|
1524
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
1525
|
+
* Track corporation members
|
|
1526
|
+
*/
|
|
1527
|
+
async getCorporationsCorporationIdMembertrackingRaw(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdMembertrackingGetInner>>> {
|
|
1528
|
+
if (requestParameters['corporationId'] == null) {
|
|
1529
|
+
throw new runtime.RequiredError(
|
|
1530
|
+
'corporationId',
|
|
1531
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdMembertracking().'
|
|
1532
|
+
);
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1536
|
+
throw new runtime.RequiredError(
|
|
1537
|
+
'xCompatibilityDate',
|
|
1538
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdMembertracking().'
|
|
1539
|
+
);
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
const queryParameters: any = {};
|
|
1543
|
+
|
|
1544
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1545
|
+
|
|
1546
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1547
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1551
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1555
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
if (requestParameters['xTenant'] != null) {
|
|
1559
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
/*
|
|
1563
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1564
|
+
// oauth required
|
|
1565
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.track_members.v1"]);
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
*/
|
|
1569
|
+
|
|
1570
|
+
let urlPath = `/corporations/{corporation_id}/membertracking`;
|
|
1571
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1572
|
+
|
|
1573
|
+
const response = await api.esi.proxy({
|
|
1574
|
+
path: urlPath,
|
|
1575
|
+
method: 'GET',
|
|
1576
|
+
headers: headerParameters,
|
|
1577
|
+
query: queryParameters,
|
|
1578
|
+
}, initOverrides);
|
|
1579
|
+
|
|
1580
|
+
return new runtime.JSONApiResponse(response);
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
/**
|
|
1584
|
+
* Returns additional information about a corporation\'s members which helps tracking their activities
|
|
1585
|
+
* Track corporation members
|
|
1586
|
+
*/
|
|
1587
|
+
async getCorporationsCorporationIdMembertracking(requestParameters: GetCorporationsCorporationIdMembertrackingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdMembertrackingGetInner>> {
|
|
1588
|
+
const response = await this.getCorporationsCorporationIdMembertrackingRaw(requestParameters, initOverrides);
|
|
1589
|
+
return await response.value();
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
/**
|
|
1593
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
1594
|
+
* Get corporation member roles
|
|
1595
|
+
*/
|
|
1596
|
+
async getCorporationsCorporationIdRolesRaw(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesGetInner>>> {
|
|
1597
|
+
if (requestParameters['corporationId'] == null) {
|
|
1598
|
+
throw new runtime.RequiredError(
|
|
1599
|
+
'corporationId',
|
|
1600
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdRoles().'
|
|
1601
|
+
);
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1605
|
+
throw new runtime.RequiredError(
|
|
1606
|
+
'xCompatibilityDate',
|
|
1607
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdRoles().'
|
|
1608
|
+
);
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
const queryParameters: any = {};
|
|
1612
|
+
|
|
1613
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1614
|
+
|
|
1615
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1616
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1620
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1624
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
if (requestParameters['xTenant'] != null) {
|
|
1628
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
/*
|
|
1632
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1633
|
+
// oauth required
|
|
1634
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_corporation_membership.v1"]);
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
*/
|
|
1638
|
+
|
|
1639
|
+
let urlPath = `/corporations/{corporation_id}/roles`;
|
|
1640
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1641
|
+
|
|
1642
|
+
const response = await api.esi.proxy({
|
|
1643
|
+
path: urlPath,
|
|
1644
|
+
method: 'GET',
|
|
1645
|
+
headers: headerParameters,
|
|
1646
|
+
query: queryParameters,
|
|
1647
|
+
}, initOverrides);
|
|
1648
|
+
|
|
1649
|
+
return new runtime.JSONApiResponse(response);
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
1654
|
+
* Get corporation member roles
|
|
1655
|
+
*/
|
|
1656
|
+
async getCorporationsCorporationIdRoles(requestParameters: GetCorporationsCorporationIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesGetInner>> {
|
|
1657
|
+
const response = await this.getCorporationsCorporationIdRolesRaw(requestParameters, initOverrides);
|
|
1658
|
+
return await response.value();
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
/**
|
|
1662
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
1663
|
+
* Get corporation member roles history
|
|
1664
|
+
*/
|
|
1665
|
+
async getCorporationsCorporationIdRolesHistoryRaw(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdRolesHistoryGetInner>>> {
|
|
1666
|
+
if (requestParameters['corporationId'] == null) {
|
|
1667
|
+
throw new runtime.RequiredError(
|
|
1668
|
+
'corporationId',
|
|
1669
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdRolesHistory().'
|
|
1670
|
+
);
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1674
|
+
throw new runtime.RequiredError(
|
|
1675
|
+
'xCompatibilityDate',
|
|
1676
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdRolesHistory().'
|
|
1677
|
+
);
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
const queryParameters: any = {};
|
|
1681
|
+
|
|
1682
|
+
if (requestParameters['page'] != null) {
|
|
1683
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1687
|
+
|
|
1688
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1689
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1693
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1697
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
if (requestParameters['xTenant'] != null) {
|
|
1701
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
/*
|
|
1705
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1706
|
+
// oauth required
|
|
1707
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_corporation_membership.v1"]);
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
*/
|
|
1711
|
+
|
|
1712
|
+
let urlPath = `/corporations/{corporation_id}/roles/history`;
|
|
1713
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1714
|
+
|
|
1715
|
+
const response = await api.esi.proxy({
|
|
1716
|
+
path: urlPath,
|
|
1717
|
+
method: 'GET',
|
|
1718
|
+
headers: headerParameters,
|
|
1719
|
+
query: queryParameters,
|
|
1720
|
+
}, initOverrides);
|
|
1721
|
+
|
|
1722
|
+
return new runtime.JSONApiResponse(response);
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* Return how roles have changed for a coporation\'s members, up to a month
|
|
1727
|
+
* Get corporation member roles history
|
|
1728
|
+
*/
|
|
1729
|
+
async getCorporationsCorporationIdRolesHistory(requestParameters: GetCorporationsCorporationIdRolesHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdRolesHistoryGetInner>> {
|
|
1730
|
+
const response = await this.getCorporationsCorporationIdRolesHistoryRaw(requestParameters, initOverrides);
|
|
1731
|
+
return await response.value();
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
/**
|
|
1735
|
+
* Return the current shareholders of a corporation.
|
|
1736
|
+
* Get corporation shareholders
|
|
1737
|
+
*/
|
|
1738
|
+
async getCorporationsCorporationIdShareholdersRaw(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdShareholdersGetInner>>> {
|
|
1739
|
+
if (requestParameters['corporationId'] == null) {
|
|
1740
|
+
throw new runtime.RequiredError(
|
|
1741
|
+
'corporationId',
|
|
1742
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdShareholders().'
|
|
1743
|
+
);
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1747
|
+
throw new runtime.RequiredError(
|
|
1748
|
+
'xCompatibilityDate',
|
|
1749
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdShareholders().'
|
|
1750
|
+
);
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
const queryParameters: any = {};
|
|
1754
|
+
|
|
1755
|
+
if (requestParameters['page'] != null) {
|
|
1756
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1760
|
+
|
|
1761
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1762
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1766
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1770
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
if (requestParameters['xTenant'] != null) {
|
|
1774
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
/*
|
|
1778
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1779
|
+
// oauth required
|
|
1780
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_corporation_wallets.v1"]);
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
*/
|
|
1784
|
+
|
|
1785
|
+
let urlPath = `/corporations/{corporation_id}/shareholders`;
|
|
1786
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1787
|
+
|
|
1788
|
+
const response = await api.esi.proxy({
|
|
1789
|
+
path: urlPath,
|
|
1790
|
+
method: 'GET',
|
|
1791
|
+
headers: headerParameters,
|
|
1792
|
+
query: queryParameters,
|
|
1793
|
+
}, initOverrides);
|
|
1794
|
+
|
|
1795
|
+
return new runtime.JSONApiResponse(response);
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
/**
|
|
1799
|
+
* Return the current shareholders of a corporation.
|
|
1800
|
+
* Get corporation shareholders
|
|
1801
|
+
*/
|
|
1802
|
+
async getCorporationsCorporationIdShareholders(requestParameters: GetCorporationsCorporationIdShareholdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdShareholdersGetInner>> {
|
|
1803
|
+
const response = await this.getCorporationsCorporationIdShareholdersRaw(requestParameters, initOverrides);
|
|
1804
|
+
return await response.value();
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
/**
|
|
1808
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
1809
|
+
* Get corporation standings
|
|
1810
|
+
*/
|
|
1811
|
+
async getCorporationsCorporationIdStandingsRaw(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>> {
|
|
1812
|
+
if (requestParameters['corporationId'] == null) {
|
|
1813
|
+
throw new runtime.RequiredError(
|
|
1814
|
+
'corporationId',
|
|
1815
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdStandings().'
|
|
1816
|
+
);
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1820
|
+
throw new runtime.RequiredError(
|
|
1821
|
+
'xCompatibilityDate',
|
|
1822
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdStandings().'
|
|
1823
|
+
);
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
const queryParameters: any = {};
|
|
1827
|
+
|
|
1828
|
+
if (requestParameters['page'] != null) {
|
|
1829
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1833
|
+
|
|
1834
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1835
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1839
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1843
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
if (requestParameters['xTenant'] != null) {
|
|
1847
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
/*
|
|
1851
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1852
|
+
// oauth required
|
|
1853
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_standings.v1"]);
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
*/
|
|
1857
|
+
|
|
1858
|
+
let urlPath = `/corporations/{corporation_id}/standings`;
|
|
1859
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1860
|
+
|
|
1861
|
+
const response = await api.esi.proxy({
|
|
1862
|
+
path: urlPath,
|
|
1863
|
+
method: 'GET',
|
|
1864
|
+
headers: headerParameters,
|
|
1865
|
+
query: queryParameters,
|
|
1866
|
+
}, initOverrides);
|
|
1867
|
+
|
|
1868
|
+
return new runtime.JSONApiResponse(response);
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
/**
|
|
1872
|
+
* Return corporation standings from agents, NPC corporations, and factions
|
|
1873
|
+
* Get corporation standings
|
|
1874
|
+
*/
|
|
1875
|
+
async getCorporationsCorporationIdStandings(requestParameters: GetCorporationsCorporationIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>> {
|
|
1876
|
+
const response = await this.getCorporationsCorporationIdStandingsRaw(requestParameters, initOverrides);
|
|
1877
|
+
return await response.value();
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
/**
|
|
1881
|
+
* Returns list of corporation starbases (POSes)
|
|
1882
|
+
* Get corporation starbases (POSes)
|
|
1883
|
+
*/
|
|
1884
|
+
async getCorporationsCorporationIdStarbasesRaw(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStarbasesGetInner>>> {
|
|
1885
|
+
if (requestParameters['corporationId'] == null) {
|
|
1886
|
+
throw new runtime.RequiredError(
|
|
1887
|
+
'corporationId',
|
|
1888
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdStarbases().'
|
|
1889
|
+
);
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1893
|
+
throw new runtime.RequiredError(
|
|
1894
|
+
'xCompatibilityDate',
|
|
1895
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdStarbases().'
|
|
1896
|
+
);
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
const queryParameters: any = {};
|
|
1900
|
+
|
|
1901
|
+
if (requestParameters['page'] != null) {
|
|
1902
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1906
|
+
|
|
1907
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1908
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1912
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1916
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
if (requestParameters['xTenant'] != null) {
|
|
1920
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
/*
|
|
1924
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1925
|
+
// oauth required
|
|
1926
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_starbases.v1"]);
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
*/
|
|
1930
|
+
|
|
1931
|
+
let urlPath = `/corporations/{corporation_id}/starbases`;
|
|
1932
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
1933
|
+
|
|
1934
|
+
const response = await api.esi.proxy({
|
|
1935
|
+
path: urlPath,
|
|
1936
|
+
method: 'GET',
|
|
1937
|
+
headers: headerParameters,
|
|
1938
|
+
query: queryParameters,
|
|
1939
|
+
}, initOverrides);
|
|
1940
|
+
|
|
1941
|
+
return new runtime.JSONApiResponse(response);
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
/**
|
|
1945
|
+
* Returns list of corporation starbases (POSes)
|
|
1946
|
+
* Get corporation starbases (POSes)
|
|
1947
|
+
*/
|
|
1948
|
+
async getCorporationsCorporationIdStarbases(requestParameters: GetCorporationsCorporationIdStarbasesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStarbasesGetInner>> {
|
|
1949
|
+
const response = await this.getCorporationsCorporationIdStarbasesRaw(requestParameters, initOverrides);
|
|
1950
|
+
return await response.value();
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
1955
|
+
* Get starbase (POS) detail
|
|
1956
|
+
*/
|
|
1957
|
+
async getCorporationsCorporationIdStarbasesStarbaseIdRaw(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsCorporationIdStarbasesStarbaseIdGet>> {
|
|
1958
|
+
if (requestParameters['corporationId'] == null) {
|
|
1959
|
+
throw new runtime.RequiredError(
|
|
1960
|
+
'corporationId',
|
|
1961
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdStarbasesStarbaseId().'
|
|
1962
|
+
);
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
if (requestParameters['starbaseId'] == null) {
|
|
1966
|
+
throw new runtime.RequiredError(
|
|
1967
|
+
'starbaseId',
|
|
1968
|
+
'Required parameter "starbaseId" was null or undefined when calling getCorporationsCorporationIdStarbasesStarbaseId().'
|
|
1969
|
+
);
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
if (requestParameters['systemId'] == null) {
|
|
1973
|
+
throw new runtime.RequiredError(
|
|
1974
|
+
'systemId',
|
|
1975
|
+
'Required parameter "systemId" was null or undefined when calling getCorporationsCorporationIdStarbasesStarbaseId().'
|
|
1976
|
+
);
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1980
|
+
throw new runtime.RequiredError(
|
|
1981
|
+
'xCompatibilityDate',
|
|
1982
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdStarbasesStarbaseId().'
|
|
1983
|
+
);
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
const queryParameters: any = {};
|
|
1987
|
+
|
|
1988
|
+
if (requestParameters['systemId'] != null) {
|
|
1989
|
+
queryParameters['system_id'] = requestParameters['systemId'];
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1993
|
+
|
|
1994
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1995
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1999
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2003
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
if (requestParameters['xTenant'] != null) {
|
|
2007
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
/*
|
|
2011
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2012
|
+
// oauth required
|
|
2013
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_starbases.v1"]);
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
*/
|
|
2017
|
+
|
|
2018
|
+
let urlPath = `/corporations/{corporation_id}/starbases/{starbase_id}`;
|
|
2019
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
2020
|
+
urlPath = urlPath.replace(`{${"starbase_id"}}`, encodeURIComponent(String(requestParameters['starbaseId'])));
|
|
2021
|
+
|
|
2022
|
+
const response = await api.esi.proxy({
|
|
2023
|
+
path: urlPath,
|
|
2024
|
+
method: 'GET',
|
|
2025
|
+
headers: headerParameters,
|
|
2026
|
+
query: queryParameters,
|
|
2027
|
+
}, initOverrides);
|
|
2028
|
+
|
|
2029
|
+
return new runtime.JSONApiResponse(response);
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
/**
|
|
2033
|
+
* Returns various settings and fuels of a starbase (POS)
|
|
2034
|
+
* Get starbase (POS) detail
|
|
2035
|
+
*/
|
|
2036
|
+
async getCorporationsCorporationIdStarbasesStarbaseId(requestParameters: GetCorporationsCorporationIdStarbasesStarbaseIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CorporationsCorporationIdStarbasesStarbaseIdGet> {
|
|
2037
|
+
const response = await this.getCorporationsCorporationIdStarbasesStarbaseIdRaw(requestParameters, initOverrides);
|
|
2038
|
+
return await response.value();
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
/**
|
|
2042
|
+
* 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
|
|
2043
|
+
* Get corporation structures
|
|
2044
|
+
*/
|
|
2045
|
+
async getCorporationsCorporationIdStructuresRaw(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdStructuresGetInner>>> {
|
|
2046
|
+
if (requestParameters['corporationId'] == null) {
|
|
2047
|
+
throw new runtime.RequiredError(
|
|
2048
|
+
'corporationId',
|
|
2049
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdStructures().'
|
|
2050
|
+
);
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2054
|
+
throw new runtime.RequiredError(
|
|
2055
|
+
'xCompatibilityDate',
|
|
2056
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdStructures().'
|
|
2057
|
+
);
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
const queryParameters: any = {};
|
|
2061
|
+
|
|
2062
|
+
if (requestParameters['page'] != null) {
|
|
2063
|
+
queryParameters['page'] = requestParameters['page'];
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2067
|
+
|
|
2068
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2069
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2073
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2077
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
if (requestParameters['xTenant'] != null) {
|
|
2081
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/*
|
|
2085
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2086
|
+
// oauth required
|
|
2087
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_structures.v1"]);
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
*/
|
|
2091
|
+
|
|
2092
|
+
let urlPath = `/corporations/{corporation_id}/structures`;
|
|
2093
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
2094
|
+
|
|
2095
|
+
const response = await api.esi.proxy({
|
|
2096
|
+
path: urlPath,
|
|
2097
|
+
method: 'GET',
|
|
2098
|
+
headers: headerParameters,
|
|
2099
|
+
query: queryParameters,
|
|
2100
|
+
}, initOverrides);
|
|
2101
|
+
|
|
2102
|
+
return new runtime.JSONApiResponse(response);
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
/**
|
|
2106
|
+
* 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
|
|
2107
|
+
* Get corporation structures
|
|
2108
|
+
*/
|
|
2109
|
+
async getCorporationsCorporationIdStructures(requestParameters: GetCorporationsCorporationIdStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdStructuresGetInner>> {
|
|
2110
|
+
const response = await this.getCorporationsCorporationIdStructuresRaw(requestParameters, initOverrides);
|
|
2111
|
+
return await response.value();
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/**
|
|
2115
|
+
* Returns a corporation\'s titles
|
|
2116
|
+
* Get corporation titles
|
|
2117
|
+
*/
|
|
2118
|
+
async getCorporationsCorporationIdTitlesRaw(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdTitlesGetInner>>> {
|
|
2119
|
+
if (requestParameters['corporationId'] == null) {
|
|
2120
|
+
throw new runtime.RequiredError(
|
|
2121
|
+
'corporationId',
|
|
2122
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdTitles().'
|
|
2123
|
+
);
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2127
|
+
throw new runtime.RequiredError(
|
|
2128
|
+
'xCompatibilityDate',
|
|
2129
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdTitles().'
|
|
2130
|
+
);
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
const queryParameters: any = {};
|
|
2134
|
+
|
|
2135
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2136
|
+
|
|
2137
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2138
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2142
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2146
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
if (requestParameters['xTenant'] != null) {
|
|
2150
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
/*
|
|
2154
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
2155
|
+
// oauth required
|
|
2156
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_titles.v1"]);
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
*/
|
|
2160
|
+
|
|
2161
|
+
let urlPath = `/corporations/{corporation_id}/titles`;
|
|
2162
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
2163
|
+
|
|
2164
|
+
const response = await api.esi.proxy({
|
|
2165
|
+
path: urlPath,
|
|
2166
|
+
method: 'GET',
|
|
2167
|
+
headers: headerParameters,
|
|
2168
|
+
query: queryParameters,
|
|
2169
|
+
}, initOverrides);
|
|
2170
|
+
|
|
2171
|
+
return new runtime.JSONApiResponse(response);
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
/**
|
|
2175
|
+
* Returns a corporation\'s titles
|
|
2176
|
+
* Get corporation titles
|
|
2177
|
+
*/
|
|
2178
|
+
async getCorporationsCorporationIdTitles(requestParameters: GetCorporationsCorporationIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdTitlesGetInner>> {
|
|
2179
|
+
const response = await this.getCorporationsCorporationIdTitlesRaw(requestParameters, initOverrides);
|
|
2180
|
+
return await response.value();
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
/**
|
|
2184
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
2185
|
+
* Get npc corporations
|
|
2186
|
+
*/
|
|
2187
|
+
async getCorporationsNpccorpsRaw(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
2188
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
2189
|
+
throw new runtime.RequiredError(
|
|
2190
|
+
'xCompatibilityDate',
|
|
2191
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsNpccorps().'
|
|
2192
|
+
);
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
const queryParameters: any = {};
|
|
2196
|
+
|
|
2197
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
2198
|
+
|
|
2199
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
2200
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
2204
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
2208
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
if (requestParameters['xTenant'] != null) {
|
|
2212
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
/*
|
|
2216
|
+
*/
|
|
2217
|
+
|
|
2218
|
+
let urlPath = `/corporations/npccorps`;
|
|
2219
|
+
|
|
2220
|
+
const response = await api.esi.proxy({
|
|
2221
|
+
path: urlPath,
|
|
2222
|
+
method: 'GET',
|
|
2223
|
+
headers: headerParameters,
|
|
2224
|
+
query: queryParameters,
|
|
2225
|
+
}, initOverrides);
|
|
2226
|
+
|
|
2227
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
/**
|
|
2231
|
+
* Get a list of npc corporations This route expires daily at 11:05
|
|
2232
|
+
* Get npc corporations
|
|
2233
|
+
*/
|
|
2234
|
+
async getCorporationsNpccorps(requestParameters: GetCorporationsNpccorpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
2235
|
+
const response = await this.getCorporationsNpccorpsRaw(requestParameters, initOverrides);
|
|
2236
|
+
return await response.value();
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
/**
|
|
2242
|
+
* @export
|
|
2243
|
+
* @enum {string}
|
|
2244
|
+
*/
|
|
2245
|
+
export enum GetCorporationsCorporationIdXCompatibilityDateEnum {
|
|
2246
|
+
_20200101 = '2020-01-01'
|
|
2247
|
+
}
|
|
2248
|
+
/**
|
|
2249
|
+
* @export
|
|
2250
|
+
* @enum {string}
|
|
2251
|
+
*/
|
|
2252
|
+
export enum GetCorporationsCorporationIdAcceptLanguageEnum {
|
|
2253
|
+
En = 'en',
|
|
2254
|
+
De = 'de',
|
|
2255
|
+
Fr = 'fr',
|
|
2256
|
+
Ja = 'ja',
|
|
2257
|
+
Ru = 'ru',
|
|
2258
|
+
Zh = 'zh',
|
|
2259
|
+
Ko = 'ko',
|
|
2260
|
+
Es = 'es'
|
|
2261
|
+
}
|
|
2262
|
+
/**
|
|
2263
|
+
* @export
|
|
2264
|
+
* @enum {string}
|
|
2265
|
+
*/
|
|
2266
|
+
export enum GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum {
|
|
2267
|
+
_20200101 = '2020-01-01'
|
|
2268
|
+
}
|
|
2269
|
+
/**
|
|
2270
|
+
* @export
|
|
2271
|
+
* @enum {string}
|
|
2272
|
+
*/
|
|
2273
|
+
export enum GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum {
|
|
2274
|
+
En = 'en',
|
|
2275
|
+
De = 'de',
|
|
2276
|
+
Fr = 'fr',
|
|
2277
|
+
Ja = 'ja',
|
|
2278
|
+
Ru = 'ru',
|
|
2279
|
+
Zh = 'zh',
|
|
2280
|
+
Ko = 'ko',
|
|
2281
|
+
Es = 'es'
|
|
2282
|
+
}
|
|
2283
|
+
/**
|
|
2284
|
+
* @export
|
|
2285
|
+
* @enum {string}
|
|
2286
|
+
*/
|
|
2287
|
+
export enum GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum {
|
|
2288
|
+
_20200101 = '2020-01-01'
|
|
2289
|
+
}
|
|
2290
|
+
/**
|
|
2291
|
+
* @export
|
|
2292
|
+
* @enum {string}
|
|
2293
|
+
*/
|
|
2294
|
+
export enum GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum {
|
|
2295
|
+
En = 'en',
|
|
2296
|
+
De = 'de',
|
|
2297
|
+
Fr = 'fr',
|
|
2298
|
+
Ja = 'ja',
|
|
2299
|
+
Ru = 'ru',
|
|
2300
|
+
Zh = 'zh',
|
|
2301
|
+
Ko = 'ko',
|
|
2302
|
+
Es = 'es'
|
|
2303
|
+
}
|
|
2304
|
+
/**
|
|
2305
|
+
* @export
|
|
2306
|
+
* @enum {string}
|
|
2307
|
+
*/
|
|
2308
|
+
export enum GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum {
|
|
2309
|
+
_20200101 = '2020-01-01'
|
|
2310
|
+
}
|
|
2311
|
+
/**
|
|
2312
|
+
* @export
|
|
2313
|
+
* @enum {string}
|
|
2314
|
+
*/
|
|
2315
|
+
export enum GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum {
|
|
2316
|
+
En = 'en',
|
|
2317
|
+
De = 'de',
|
|
2318
|
+
Fr = 'fr',
|
|
2319
|
+
Ja = 'ja',
|
|
2320
|
+
Ru = 'ru',
|
|
2321
|
+
Zh = 'zh',
|
|
2322
|
+
Ko = 'ko',
|
|
2323
|
+
Es = 'es'
|
|
2324
|
+
}
|
|
2325
|
+
/**
|
|
2326
|
+
* @export
|
|
2327
|
+
* @enum {string}
|
|
2328
|
+
*/
|
|
2329
|
+
export enum GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum {
|
|
2330
|
+
_20200101 = '2020-01-01'
|
|
2331
|
+
}
|
|
2332
|
+
/**
|
|
2333
|
+
* @export
|
|
2334
|
+
* @enum {string}
|
|
2335
|
+
*/
|
|
2336
|
+
export enum GetCorporationsCorporationIdDivisionsAcceptLanguageEnum {
|
|
2337
|
+
En = 'en',
|
|
2338
|
+
De = 'de',
|
|
2339
|
+
Fr = 'fr',
|
|
2340
|
+
Ja = 'ja',
|
|
2341
|
+
Ru = 'ru',
|
|
2342
|
+
Zh = 'zh',
|
|
2343
|
+
Ko = 'ko',
|
|
2344
|
+
Es = 'es'
|
|
2345
|
+
}
|
|
2346
|
+
/**
|
|
2347
|
+
* @export
|
|
2348
|
+
* @enum {string}
|
|
2349
|
+
*/
|
|
2350
|
+
export enum GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum {
|
|
2351
|
+
_20200101 = '2020-01-01'
|
|
2352
|
+
}
|
|
2353
|
+
/**
|
|
2354
|
+
* @export
|
|
2355
|
+
* @enum {string}
|
|
2356
|
+
*/
|
|
2357
|
+
export enum GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum {
|
|
2358
|
+
En = 'en',
|
|
2359
|
+
De = 'de',
|
|
2360
|
+
Fr = 'fr',
|
|
2361
|
+
Ja = 'ja',
|
|
2362
|
+
Ru = 'ru',
|
|
2363
|
+
Zh = 'zh',
|
|
2364
|
+
Ko = 'ko',
|
|
2365
|
+
Es = 'es'
|
|
2366
|
+
}
|
|
2367
|
+
/**
|
|
2368
|
+
* @export
|
|
2369
|
+
* @enum {string}
|
|
2370
|
+
*/
|
|
2371
|
+
export enum GetCorporationsCorporationIdIconsXCompatibilityDateEnum {
|
|
2372
|
+
_20200101 = '2020-01-01'
|
|
2373
|
+
}
|
|
2374
|
+
/**
|
|
2375
|
+
* @export
|
|
2376
|
+
* @enum {string}
|
|
2377
|
+
*/
|
|
2378
|
+
export enum GetCorporationsCorporationIdIconsAcceptLanguageEnum {
|
|
2379
|
+
En = 'en',
|
|
2380
|
+
De = 'de',
|
|
2381
|
+
Fr = 'fr',
|
|
2382
|
+
Ja = 'ja',
|
|
2383
|
+
Ru = 'ru',
|
|
2384
|
+
Zh = 'zh',
|
|
2385
|
+
Ko = 'ko',
|
|
2386
|
+
Es = 'es'
|
|
2387
|
+
}
|
|
2388
|
+
/**
|
|
2389
|
+
* @export
|
|
2390
|
+
* @enum {string}
|
|
2391
|
+
*/
|
|
2392
|
+
export enum GetCorporationsCorporationIdMedalsXCompatibilityDateEnum {
|
|
2393
|
+
_20200101 = '2020-01-01'
|
|
2394
|
+
}
|
|
2395
|
+
/**
|
|
2396
|
+
* @export
|
|
2397
|
+
* @enum {string}
|
|
2398
|
+
*/
|
|
2399
|
+
export enum GetCorporationsCorporationIdMedalsAcceptLanguageEnum {
|
|
2400
|
+
En = 'en',
|
|
2401
|
+
De = 'de',
|
|
2402
|
+
Fr = 'fr',
|
|
2403
|
+
Ja = 'ja',
|
|
2404
|
+
Ru = 'ru',
|
|
2405
|
+
Zh = 'zh',
|
|
2406
|
+
Ko = 'ko',
|
|
2407
|
+
Es = 'es'
|
|
2408
|
+
}
|
|
2409
|
+
/**
|
|
2410
|
+
* @export
|
|
2411
|
+
* @enum {string}
|
|
2412
|
+
*/
|
|
2413
|
+
export enum GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum {
|
|
2414
|
+
_20200101 = '2020-01-01'
|
|
2415
|
+
}
|
|
2416
|
+
/**
|
|
2417
|
+
* @export
|
|
2418
|
+
* @enum {string}
|
|
2419
|
+
*/
|
|
2420
|
+
export enum GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum {
|
|
2421
|
+
En = 'en',
|
|
2422
|
+
De = 'de',
|
|
2423
|
+
Fr = 'fr',
|
|
2424
|
+
Ja = 'ja',
|
|
2425
|
+
Ru = 'ru',
|
|
2426
|
+
Zh = 'zh',
|
|
2427
|
+
Ko = 'ko',
|
|
2428
|
+
Es = 'es'
|
|
2429
|
+
}
|
|
2430
|
+
/**
|
|
2431
|
+
* @export
|
|
2432
|
+
* @enum {string}
|
|
2433
|
+
*/
|
|
2434
|
+
export enum GetCorporationsCorporationIdMembersXCompatibilityDateEnum {
|
|
2435
|
+
_20200101 = '2020-01-01'
|
|
2436
|
+
}
|
|
2437
|
+
/**
|
|
2438
|
+
* @export
|
|
2439
|
+
* @enum {string}
|
|
2440
|
+
*/
|
|
2441
|
+
export enum GetCorporationsCorporationIdMembersAcceptLanguageEnum {
|
|
2442
|
+
En = 'en',
|
|
2443
|
+
De = 'de',
|
|
2444
|
+
Fr = 'fr',
|
|
2445
|
+
Ja = 'ja',
|
|
2446
|
+
Ru = 'ru',
|
|
2447
|
+
Zh = 'zh',
|
|
2448
|
+
Ko = 'ko',
|
|
2449
|
+
Es = 'es'
|
|
2450
|
+
}
|
|
2451
|
+
/**
|
|
2452
|
+
* @export
|
|
2453
|
+
* @enum {string}
|
|
2454
|
+
*/
|
|
2455
|
+
export enum GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum {
|
|
2456
|
+
_20200101 = '2020-01-01'
|
|
2457
|
+
}
|
|
2458
|
+
/**
|
|
2459
|
+
* @export
|
|
2460
|
+
* @enum {string}
|
|
2461
|
+
*/
|
|
2462
|
+
export enum GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum {
|
|
2463
|
+
En = 'en',
|
|
2464
|
+
De = 'de',
|
|
2465
|
+
Fr = 'fr',
|
|
2466
|
+
Ja = 'ja',
|
|
2467
|
+
Ru = 'ru',
|
|
2468
|
+
Zh = 'zh',
|
|
2469
|
+
Ko = 'ko',
|
|
2470
|
+
Es = 'es'
|
|
2471
|
+
}
|
|
2472
|
+
/**
|
|
2473
|
+
* @export
|
|
2474
|
+
* @enum {string}
|
|
2475
|
+
*/
|
|
2476
|
+
export enum GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum {
|
|
2477
|
+
_20200101 = '2020-01-01'
|
|
2478
|
+
}
|
|
2479
|
+
/**
|
|
2480
|
+
* @export
|
|
2481
|
+
* @enum {string}
|
|
2482
|
+
*/
|
|
2483
|
+
export enum GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum {
|
|
2484
|
+
En = 'en',
|
|
2485
|
+
De = 'de',
|
|
2486
|
+
Fr = 'fr',
|
|
2487
|
+
Ja = 'ja',
|
|
2488
|
+
Ru = 'ru',
|
|
2489
|
+
Zh = 'zh',
|
|
2490
|
+
Ko = 'ko',
|
|
2491
|
+
Es = 'es'
|
|
2492
|
+
}
|
|
2493
|
+
/**
|
|
2494
|
+
* @export
|
|
2495
|
+
* @enum {string}
|
|
2496
|
+
*/
|
|
2497
|
+
export enum GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum {
|
|
2498
|
+
_20200101 = '2020-01-01'
|
|
2499
|
+
}
|
|
2500
|
+
/**
|
|
2501
|
+
* @export
|
|
2502
|
+
* @enum {string}
|
|
2503
|
+
*/
|
|
2504
|
+
export enum GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum {
|
|
2505
|
+
En = 'en',
|
|
2506
|
+
De = 'de',
|
|
2507
|
+
Fr = 'fr',
|
|
2508
|
+
Ja = 'ja',
|
|
2509
|
+
Ru = 'ru',
|
|
2510
|
+
Zh = 'zh',
|
|
2511
|
+
Ko = 'ko',
|
|
2512
|
+
Es = 'es'
|
|
2513
|
+
}
|
|
2514
|
+
/**
|
|
2515
|
+
* @export
|
|
2516
|
+
* @enum {string}
|
|
2517
|
+
*/
|
|
2518
|
+
export enum GetCorporationsCorporationIdRolesXCompatibilityDateEnum {
|
|
2519
|
+
_20200101 = '2020-01-01'
|
|
2520
|
+
}
|
|
2521
|
+
/**
|
|
2522
|
+
* @export
|
|
2523
|
+
* @enum {string}
|
|
2524
|
+
*/
|
|
2525
|
+
export enum GetCorporationsCorporationIdRolesAcceptLanguageEnum {
|
|
2526
|
+
En = 'en',
|
|
2527
|
+
De = 'de',
|
|
2528
|
+
Fr = 'fr',
|
|
2529
|
+
Ja = 'ja',
|
|
2530
|
+
Ru = 'ru',
|
|
2531
|
+
Zh = 'zh',
|
|
2532
|
+
Ko = 'ko',
|
|
2533
|
+
Es = 'es'
|
|
2534
|
+
}
|
|
2535
|
+
/**
|
|
2536
|
+
* @export
|
|
2537
|
+
* @enum {string}
|
|
2538
|
+
*/
|
|
2539
|
+
export enum GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum {
|
|
2540
|
+
_20200101 = '2020-01-01'
|
|
2541
|
+
}
|
|
2542
|
+
/**
|
|
2543
|
+
* @export
|
|
2544
|
+
* @enum {string}
|
|
2545
|
+
*/
|
|
2546
|
+
export enum GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum {
|
|
2547
|
+
En = 'en',
|
|
2548
|
+
De = 'de',
|
|
2549
|
+
Fr = 'fr',
|
|
2550
|
+
Ja = 'ja',
|
|
2551
|
+
Ru = 'ru',
|
|
2552
|
+
Zh = 'zh',
|
|
2553
|
+
Ko = 'ko',
|
|
2554
|
+
Es = 'es'
|
|
2555
|
+
}
|
|
2556
|
+
/**
|
|
2557
|
+
* @export
|
|
2558
|
+
* @enum {string}
|
|
2559
|
+
*/
|
|
2560
|
+
export enum GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum {
|
|
2561
|
+
_20200101 = '2020-01-01'
|
|
2562
|
+
}
|
|
2563
|
+
/**
|
|
2564
|
+
* @export
|
|
2565
|
+
* @enum {string}
|
|
2566
|
+
*/
|
|
2567
|
+
export enum GetCorporationsCorporationIdShareholdersAcceptLanguageEnum {
|
|
2568
|
+
En = 'en',
|
|
2569
|
+
De = 'de',
|
|
2570
|
+
Fr = 'fr',
|
|
2571
|
+
Ja = 'ja',
|
|
2572
|
+
Ru = 'ru',
|
|
2573
|
+
Zh = 'zh',
|
|
2574
|
+
Ko = 'ko',
|
|
2575
|
+
Es = 'es'
|
|
2576
|
+
}
|
|
2577
|
+
/**
|
|
2578
|
+
* @export
|
|
2579
|
+
* @enum {string}
|
|
2580
|
+
*/
|
|
2581
|
+
export enum GetCorporationsCorporationIdStandingsXCompatibilityDateEnum {
|
|
2582
|
+
_20200101 = '2020-01-01'
|
|
2583
|
+
}
|
|
2584
|
+
/**
|
|
2585
|
+
* @export
|
|
2586
|
+
* @enum {string}
|
|
2587
|
+
*/
|
|
2588
|
+
export enum GetCorporationsCorporationIdStandingsAcceptLanguageEnum {
|
|
2589
|
+
En = 'en',
|
|
2590
|
+
De = 'de',
|
|
2591
|
+
Fr = 'fr',
|
|
2592
|
+
Ja = 'ja',
|
|
2593
|
+
Ru = 'ru',
|
|
2594
|
+
Zh = 'zh',
|
|
2595
|
+
Ko = 'ko',
|
|
2596
|
+
Es = 'es'
|
|
2597
|
+
}
|
|
2598
|
+
/**
|
|
2599
|
+
* @export
|
|
2600
|
+
* @enum {string}
|
|
2601
|
+
*/
|
|
2602
|
+
export enum GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum {
|
|
2603
|
+
_20200101 = '2020-01-01'
|
|
2604
|
+
}
|
|
2605
|
+
/**
|
|
2606
|
+
* @export
|
|
2607
|
+
* @enum {string}
|
|
2608
|
+
*/
|
|
2609
|
+
export enum GetCorporationsCorporationIdStarbasesAcceptLanguageEnum {
|
|
2610
|
+
En = 'en',
|
|
2611
|
+
De = 'de',
|
|
2612
|
+
Fr = 'fr',
|
|
2613
|
+
Ja = 'ja',
|
|
2614
|
+
Ru = 'ru',
|
|
2615
|
+
Zh = 'zh',
|
|
2616
|
+
Ko = 'ko',
|
|
2617
|
+
Es = 'es'
|
|
2618
|
+
}
|
|
2619
|
+
/**
|
|
2620
|
+
* @export
|
|
2621
|
+
* @enum {string}
|
|
2622
|
+
*/
|
|
2623
|
+
export enum GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum {
|
|
2624
|
+
_20200101 = '2020-01-01'
|
|
2625
|
+
}
|
|
2626
|
+
/**
|
|
2627
|
+
* @export
|
|
2628
|
+
* @enum {string}
|
|
2629
|
+
*/
|
|
2630
|
+
export enum GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum {
|
|
2631
|
+
En = 'en',
|
|
2632
|
+
De = 'de',
|
|
2633
|
+
Fr = 'fr',
|
|
2634
|
+
Ja = 'ja',
|
|
2635
|
+
Ru = 'ru',
|
|
2636
|
+
Zh = 'zh',
|
|
2637
|
+
Ko = 'ko',
|
|
2638
|
+
Es = 'es'
|
|
2639
|
+
}
|
|
2640
|
+
/**
|
|
2641
|
+
* @export
|
|
2642
|
+
* @enum {string}
|
|
2643
|
+
*/
|
|
2644
|
+
export enum GetCorporationsCorporationIdStructuresXCompatibilityDateEnum {
|
|
2645
|
+
_20200101 = '2020-01-01'
|
|
2646
|
+
}
|
|
2647
|
+
/**
|
|
2648
|
+
* @export
|
|
2649
|
+
* @enum {string}
|
|
2650
|
+
*/
|
|
2651
|
+
export enum GetCorporationsCorporationIdStructuresAcceptLanguageEnum {
|
|
2652
|
+
En = 'en',
|
|
2653
|
+
De = 'de',
|
|
2654
|
+
Fr = 'fr',
|
|
2655
|
+
Ja = 'ja',
|
|
2656
|
+
Ru = 'ru',
|
|
2657
|
+
Zh = 'zh',
|
|
2658
|
+
Ko = 'ko',
|
|
2659
|
+
Es = 'es'
|
|
2660
|
+
}
|
|
2661
|
+
/**
|
|
2662
|
+
* @export
|
|
2663
|
+
* @enum {string}
|
|
2664
|
+
*/
|
|
2665
|
+
export enum GetCorporationsCorporationIdTitlesXCompatibilityDateEnum {
|
|
2666
|
+
_20200101 = '2020-01-01'
|
|
2667
|
+
}
|
|
2668
|
+
/**
|
|
2669
|
+
* @export
|
|
2670
|
+
* @enum {string}
|
|
2671
|
+
*/
|
|
2672
|
+
export enum GetCorporationsCorporationIdTitlesAcceptLanguageEnum {
|
|
2673
|
+
En = 'en',
|
|
2674
|
+
De = 'de',
|
|
2675
|
+
Fr = 'fr',
|
|
2676
|
+
Ja = 'ja',
|
|
2677
|
+
Ru = 'ru',
|
|
2678
|
+
Zh = 'zh',
|
|
2679
|
+
Ko = 'ko',
|
|
2680
|
+
Es = 'es'
|
|
2681
|
+
}
|
|
2682
|
+
/**
|
|
2683
|
+
* @export
|
|
2684
|
+
* @enum {string}
|
|
2685
|
+
*/
|
|
2686
|
+
export enum GetCorporationsNpccorpsXCompatibilityDateEnum {
|
|
2687
|
+
_20200101 = '2020-01-01'
|
|
2688
|
+
}
|
|
2689
|
+
/**
|
|
2690
|
+
* @export
|
|
2691
|
+
* @enum {string}
|
|
2692
|
+
*/
|
|
2693
|
+
export enum GetCorporationsNpccorpsAcceptLanguageEnum {
|
|
2694
|
+
En = 'en',
|
|
2695
|
+
De = 'de',
|
|
2696
|
+
Fr = 'fr',
|
|
2697
|
+
Ja = 'ja',
|
|
2698
|
+
Ru = 'ru',
|
|
2699
|
+
Zh = 'zh',
|
|
2700
|
+
Ko = 'ko',
|
|
2701
|
+
Es = 'es'
|
|
2702
|
+
}
|