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,1705 @@
|
|
|
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
|
+
CharactersAffiliationPostInner,
|
|
20
|
+
CharactersCharacterIdAgentsResearchGetInner,
|
|
21
|
+
CharactersCharacterIdBlueprintsGetInner,
|
|
22
|
+
CharactersCharacterIdCorporationhistoryGetInner,
|
|
23
|
+
CharactersCharacterIdFatigueGet,
|
|
24
|
+
CharactersCharacterIdGet,
|
|
25
|
+
CharactersCharacterIdMedalsGetInner,
|
|
26
|
+
CharactersCharacterIdNotificationsContactsGetInner,
|
|
27
|
+
CharactersCharacterIdNotificationsGetInner,
|
|
28
|
+
CharactersCharacterIdPortraitGet,
|
|
29
|
+
CharactersCharacterIdRolesGet,
|
|
30
|
+
CharactersCharacterIdStandingsGetInner,
|
|
31
|
+
CharactersCharacterIdTitlesGetInner,
|
|
32
|
+
} from '../models/index';
|
|
33
|
+
|
|
34
|
+
export interface GetCharactersCharacterIdRequest {
|
|
35
|
+
characterId: number;
|
|
36
|
+
xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum;
|
|
37
|
+
acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum;
|
|
38
|
+
ifNoneMatch?: string;
|
|
39
|
+
xTenant?: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface GetCharactersCharacterIdAgentsResearchRequest {
|
|
43
|
+
characterId: number;
|
|
44
|
+
xCompatibilityDate: GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum;
|
|
45
|
+
acceptLanguage?: GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum;
|
|
46
|
+
ifNoneMatch?: string;
|
|
47
|
+
xTenant?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface GetCharactersCharacterIdBlueprintsRequest {
|
|
51
|
+
characterId: number;
|
|
52
|
+
xCompatibilityDate: GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum;
|
|
53
|
+
page?: number;
|
|
54
|
+
acceptLanguage?: GetCharactersCharacterIdBlueprintsAcceptLanguageEnum;
|
|
55
|
+
ifNoneMatch?: string;
|
|
56
|
+
xTenant?: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface GetCharactersCharacterIdCorporationhistoryRequest {
|
|
60
|
+
characterId: number;
|
|
61
|
+
xCompatibilityDate: GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum;
|
|
62
|
+
acceptLanguage?: GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum;
|
|
63
|
+
ifNoneMatch?: string;
|
|
64
|
+
xTenant?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface GetCharactersCharacterIdFatigueRequest {
|
|
68
|
+
characterId: number;
|
|
69
|
+
xCompatibilityDate: GetCharactersCharacterIdFatigueXCompatibilityDateEnum;
|
|
70
|
+
acceptLanguage?: GetCharactersCharacterIdFatigueAcceptLanguageEnum;
|
|
71
|
+
ifNoneMatch?: string;
|
|
72
|
+
xTenant?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface GetCharactersCharacterIdMedalsRequest {
|
|
76
|
+
characterId: number;
|
|
77
|
+
xCompatibilityDate: GetCharactersCharacterIdMedalsXCompatibilityDateEnum;
|
|
78
|
+
acceptLanguage?: GetCharactersCharacterIdMedalsAcceptLanguageEnum;
|
|
79
|
+
ifNoneMatch?: string;
|
|
80
|
+
xTenant?: string;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export interface GetCharactersCharacterIdNotificationsRequest {
|
|
84
|
+
characterId: number;
|
|
85
|
+
xCompatibilityDate: GetCharactersCharacterIdNotificationsXCompatibilityDateEnum;
|
|
86
|
+
acceptLanguage?: GetCharactersCharacterIdNotificationsAcceptLanguageEnum;
|
|
87
|
+
ifNoneMatch?: string;
|
|
88
|
+
xTenant?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface GetCharactersCharacterIdNotificationsContactsRequest {
|
|
92
|
+
characterId: number;
|
|
93
|
+
xCompatibilityDate: GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum;
|
|
94
|
+
acceptLanguage?: GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum;
|
|
95
|
+
ifNoneMatch?: string;
|
|
96
|
+
xTenant?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface GetCharactersCharacterIdPortraitRequest {
|
|
100
|
+
characterId: number;
|
|
101
|
+
xCompatibilityDate: GetCharactersCharacterIdPortraitXCompatibilityDateEnum;
|
|
102
|
+
acceptLanguage?: GetCharactersCharacterIdPortraitAcceptLanguageEnum;
|
|
103
|
+
ifNoneMatch?: string;
|
|
104
|
+
xTenant?: string;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface GetCharactersCharacterIdRolesRequest {
|
|
108
|
+
characterId: number;
|
|
109
|
+
xCompatibilityDate: GetCharactersCharacterIdRolesXCompatibilityDateEnum;
|
|
110
|
+
acceptLanguage?: GetCharactersCharacterIdRolesAcceptLanguageEnum;
|
|
111
|
+
ifNoneMatch?: string;
|
|
112
|
+
xTenant?: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface GetCharactersCharacterIdStandingsRequest {
|
|
116
|
+
characterId: number;
|
|
117
|
+
xCompatibilityDate: GetCharactersCharacterIdStandingsXCompatibilityDateEnum;
|
|
118
|
+
acceptLanguage?: GetCharactersCharacterIdStandingsAcceptLanguageEnum;
|
|
119
|
+
ifNoneMatch?: string;
|
|
120
|
+
xTenant?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface GetCharactersCharacterIdTitlesRequest {
|
|
124
|
+
characterId: number;
|
|
125
|
+
xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum;
|
|
126
|
+
acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum;
|
|
127
|
+
ifNoneMatch?: string;
|
|
128
|
+
xTenant?: string;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface PostCharactersAffiliationRequest {
|
|
132
|
+
xCompatibilityDate: PostCharactersAffiliationXCompatibilityDateEnum;
|
|
133
|
+
requestBody: Set<number>;
|
|
134
|
+
acceptLanguage?: PostCharactersAffiliationAcceptLanguageEnum;
|
|
135
|
+
ifNoneMatch?: string;
|
|
136
|
+
xTenant?: string;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface PostCharactersCharacterIdCspaRequest {
|
|
140
|
+
characterId: number;
|
|
141
|
+
xCompatibilityDate: PostCharactersCharacterIdCspaXCompatibilityDateEnum;
|
|
142
|
+
requestBody: Set<number>;
|
|
143
|
+
acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum;
|
|
144
|
+
ifNoneMatch?: string;
|
|
145
|
+
xTenant?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* CharacterApi - interface
|
|
150
|
+
*
|
|
151
|
+
* @export
|
|
152
|
+
* @interface CharacterApiInterface
|
|
153
|
+
*/
|
|
154
|
+
export interface CharacterApiInterface {
|
|
155
|
+
/**
|
|
156
|
+
* Public information about a character
|
|
157
|
+
* @summary Get character\'s public information
|
|
158
|
+
* @param {number} characterId The ID of the character
|
|
159
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
160
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
161
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
162
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
* @memberof CharacterApiInterface
|
|
166
|
+
*/
|
|
167
|
+
getCharactersCharacterIdRaw(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdGet>>;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Public information about a character
|
|
171
|
+
* Get character\'s public information
|
|
172
|
+
*/
|
|
173
|
+
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet>;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
177
|
+
* @summary Get agents research
|
|
178
|
+
* @param {number} characterId The ID of the character
|
|
179
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
180
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
181
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
182
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
183
|
+
* @param {*} [options] Override http request option.
|
|
184
|
+
* @throws {RequiredError}
|
|
185
|
+
* @memberof CharacterApiInterface
|
|
186
|
+
*/
|
|
187
|
+
getCharactersCharacterIdAgentsResearchRaw(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdAgentsResearchGetInner>>>;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
191
|
+
* Get agents research
|
|
192
|
+
*/
|
|
193
|
+
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>>;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Return a list of blueprints the character owns
|
|
197
|
+
* @summary Get blueprints
|
|
198
|
+
* @param {number} characterId The ID of the character
|
|
199
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
200
|
+
* @param {number} [page]
|
|
201
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
202
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
203
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
204
|
+
* @param {*} [options] Override http request option.
|
|
205
|
+
* @throws {RequiredError}
|
|
206
|
+
* @memberof CharacterApiInterface
|
|
207
|
+
*/
|
|
208
|
+
getCharactersCharacterIdBlueprintsRaw(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdBlueprintsGetInner>>>;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Return a list of blueprints the character owns
|
|
212
|
+
* Get blueprints
|
|
213
|
+
*/
|
|
214
|
+
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>>;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Get a list of all the corporations a character has been a member of
|
|
218
|
+
* @summary Get corporation history
|
|
219
|
+
* @param {number} characterId The ID of the character
|
|
220
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
221
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
222
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
223
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
224
|
+
* @param {*} [options] Override http request option.
|
|
225
|
+
* @throws {RequiredError}
|
|
226
|
+
* @memberof CharacterApiInterface
|
|
227
|
+
*/
|
|
228
|
+
getCharactersCharacterIdCorporationhistoryRaw(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdCorporationhistoryGetInner>>>;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Get a list of all the corporations a character has been a member of
|
|
232
|
+
* Get corporation history
|
|
233
|
+
*/
|
|
234
|
+
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>>;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Return a character\'s jump activation and fatigue information
|
|
238
|
+
* @summary Get jump fatigue
|
|
239
|
+
* @param {number} characterId The ID of the character
|
|
240
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
241
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
242
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
243
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
* @memberof CharacterApiInterface
|
|
247
|
+
*/
|
|
248
|
+
getCharactersCharacterIdFatigueRaw(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdFatigueGet>>;
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* Return a character\'s jump activation and fatigue information
|
|
252
|
+
* Get jump fatigue
|
|
253
|
+
*/
|
|
254
|
+
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet>;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Return a list of medals the character has
|
|
258
|
+
* @summary Get medals
|
|
259
|
+
* @param {number} characterId The ID of the character
|
|
260
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
261
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
262
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
263
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
264
|
+
* @param {*} [options] Override http request option.
|
|
265
|
+
* @throws {RequiredError}
|
|
266
|
+
* @memberof CharacterApiInterface
|
|
267
|
+
*/
|
|
268
|
+
getCharactersCharacterIdMedalsRaw(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMedalsGetInner>>>;
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Return a list of medals the character has
|
|
272
|
+
* Get medals
|
|
273
|
+
*/
|
|
274
|
+
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>>;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Return character notifications
|
|
278
|
+
* @summary Get character notifications
|
|
279
|
+
* @param {number} characterId The ID of the character
|
|
280
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
281
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
282
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
283
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
284
|
+
* @param {*} [options] Override http request option.
|
|
285
|
+
* @throws {RequiredError}
|
|
286
|
+
* @memberof CharacterApiInterface
|
|
287
|
+
*/
|
|
288
|
+
getCharactersCharacterIdNotificationsRaw(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsGetInner>>>;
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Return character notifications
|
|
292
|
+
* Get character notifications
|
|
293
|
+
*/
|
|
294
|
+
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>>;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Return notifications about having been added to someone\'s contact list
|
|
298
|
+
* @summary Get new contact notifications
|
|
299
|
+
* @param {number} characterId The ID of the character
|
|
300
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
301
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
302
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
303
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
304
|
+
* @param {*} [options] Override http request option.
|
|
305
|
+
* @throws {RequiredError}
|
|
306
|
+
* @memberof CharacterApiInterface
|
|
307
|
+
*/
|
|
308
|
+
getCharactersCharacterIdNotificationsContactsRaw(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsContactsGetInner>>>;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* Return notifications about having been added to someone\'s contact list
|
|
312
|
+
* Get new contact notifications
|
|
313
|
+
*/
|
|
314
|
+
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>>;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
318
|
+
* @summary Get character portraits
|
|
319
|
+
* @param {number} characterId The ID of the character
|
|
320
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
321
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
322
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
323
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
324
|
+
* @param {*} [options] Override http request option.
|
|
325
|
+
* @throws {RequiredError}
|
|
326
|
+
* @memberof CharacterApiInterface
|
|
327
|
+
*/
|
|
328
|
+
getCharactersCharacterIdPortraitRaw(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdPortraitGet>>;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
332
|
+
* Get character portraits
|
|
333
|
+
*/
|
|
334
|
+
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet>;
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Returns a character\'s corporation roles
|
|
338
|
+
* @summary Get character corporation roles
|
|
339
|
+
* @param {number} characterId The ID of the character
|
|
340
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
341
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
342
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
343
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
344
|
+
* @param {*} [options] Override http request option.
|
|
345
|
+
* @throws {RequiredError}
|
|
346
|
+
* @memberof CharacterApiInterface
|
|
347
|
+
*/
|
|
348
|
+
getCharactersCharacterIdRolesRaw(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdRolesGet>>;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Returns a character\'s corporation roles
|
|
352
|
+
* Get character corporation roles
|
|
353
|
+
*/
|
|
354
|
+
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet>;
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
358
|
+
* @summary Get standings
|
|
359
|
+
* @param {number} characterId The ID of the character
|
|
360
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
361
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
362
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
363
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
364
|
+
* @param {*} [options] Override http request option.
|
|
365
|
+
* @throws {RequiredError}
|
|
366
|
+
* @memberof CharacterApiInterface
|
|
367
|
+
*/
|
|
368
|
+
getCharactersCharacterIdStandingsRaw(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
372
|
+
* Get standings
|
|
373
|
+
*/
|
|
374
|
+
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Returns a character\'s titles
|
|
378
|
+
* @summary Get character corporation titles
|
|
379
|
+
* @param {number} characterId The ID of the character
|
|
380
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
381
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
382
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
383
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
384
|
+
* @param {*} [options] Override http request option.
|
|
385
|
+
* @throws {RequiredError}
|
|
386
|
+
* @memberof CharacterApiInterface
|
|
387
|
+
*/
|
|
388
|
+
getCharactersCharacterIdTitlesRaw(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdTitlesGetInner>>>;
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* Returns a character\'s titles
|
|
392
|
+
* Get character corporation titles
|
|
393
|
+
*/
|
|
394
|
+
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>>;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
398
|
+
* @summary Character affiliation
|
|
399
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
400
|
+
* @param {Set<number>} requestBody
|
|
401
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
402
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
403
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
404
|
+
* @param {*} [options] Override http request option.
|
|
405
|
+
* @throws {RequiredError}
|
|
406
|
+
* @memberof CharacterApiInterface
|
|
407
|
+
*/
|
|
408
|
+
postCharactersAffiliationRaw(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersAffiliationPostInner>>>;
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
412
|
+
* Character affiliation
|
|
413
|
+
*/
|
|
414
|
+
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>>;
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
418
|
+
* @summary Calculate a CSPA charge cost
|
|
419
|
+
* @param {number} characterId The ID of the character
|
|
420
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
421
|
+
* @param {Set<number>} requestBody
|
|
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 CharacterApiInterface
|
|
428
|
+
*/
|
|
429
|
+
postCharactersCharacterIdCspaRaw(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
433
|
+
* Calculate a CSPA charge cost
|
|
434
|
+
*/
|
|
435
|
+
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
436
|
+
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
*/
|
|
442
|
+
export class CharacterApi extends runtime.BaseAPI implements CharacterApiInterface {
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Public information about a character
|
|
446
|
+
* Get character\'s public information
|
|
447
|
+
*/
|
|
448
|
+
async getCharactersCharacterIdRaw(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdGet>> {
|
|
449
|
+
if (requestParameters['characterId'] == null) {
|
|
450
|
+
throw new runtime.RequiredError(
|
|
451
|
+
'characterId',
|
|
452
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterId().'
|
|
453
|
+
);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
457
|
+
throw new runtime.RequiredError(
|
|
458
|
+
'xCompatibilityDate',
|
|
459
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterId().'
|
|
460
|
+
);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
const queryParameters: any = {};
|
|
464
|
+
|
|
465
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
466
|
+
|
|
467
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
468
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
472
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
476
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
if (requestParameters['xTenant'] != null) {
|
|
480
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
/*
|
|
484
|
+
*/
|
|
485
|
+
|
|
486
|
+
let urlPath = `/characters/{character_id}`;
|
|
487
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
488
|
+
|
|
489
|
+
const response = await api.esi.proxy({
|
|
490
|
+
path: urlPath,
|
|
491
|
+
method: 'GET',
|
|
492
|
+
headers: headerParameters,
|
|
493
|
+
query: queryParameters,
|
|
494
|
+
}, initOverrides);
|
|
495
|
+
|
|
496
|
+
return new runtime.JSONApiResponse(response);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* Public information about a character
|
|
501
|
+
* Get character\'s public information
|
|
502
|
+
*/
|
|
503
|
+
async getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet> {
|
|
504
|
+
const response = await this.getCharactersCharacterIdRaw(requestParameters, initOverrides);
|
|
505
|
+
return await response.value();
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
510
|
+
* Get agents research
|
|
511
|
+
*/
|
|
512
|
+
async getCharactersCharacterIdAgentsResearchRaw(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdAgentsResearchGetInner>>> {
|
|
513
|
+
if (requestParameters['characterId'] == null) {
|
|
514
|
+
throw new runtime.RequiredError(
|
|
515
|
+
'characterId',
|
|
516
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdAgentsResearch().'
|
|
517
|
+
);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
521
|
+
throw new runtime.RequiredError(
|
|
522
|
+
'xCompatibilityDate',
|
|
523
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdAgentsResearch().'
|
|
524
|
+
);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
const queryParameters: any = {};
|
|
528
|
+
|
|
529
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
530
|
+
|
|
531
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
532
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
536
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
540
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
if (requestParameters['xTenant'] != null) {
|
|
544
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/*
|
|
548
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
549
|
+
// oauth required
|
|
550
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_agents_research.v1"]);
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
*/
|
|
554
|
+
|
|
555
|
+
let urlPath = `/characters/{character_id}/agents_research`;
|
|
556
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
557
|
+
|
|
558
|
+
const response = await api.esi.proxy({
|
|
559
|
+
path: urlPath,
|
|
560
|
+
method: 'GET',
|
|
561
|
+
headers: headerParameters,
|
|
562
|
+
query: queryParameters,
|
|
563
|
+
}, initOverrides);
|
|
564
|
+
|
|
565
|
+
return new runtime.JSONApiResponse(response);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
570
|
+
* Get agents research
|
|
571
|
+
*/
|
|
572
|
+
async getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>> {
|
|
573
|
+
const response = await this.getCharactersCharacterIdAgentsResearchRaw(requestParameters, initOverrides);
|
|
574
|
+
return await response.value();
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* Return a list of blueprints the character owns
|
|
579
|
+
* Get blueprints
|
|
580
|
+
*/
|
|
581
|
+
async getCharactersCharacterIdBlueprintsRaw(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdBlueprintsGetInner>>> {
|
|
582
|
+
if (requestParameters['characterId'] == null) {
|
|
583
|
+
throw new runtime.RequiredError(
|
|
584
|
+
'characterId',
|
|
585
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdBlueprints().'
|
|
586
|
+
);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
590
|
+
throw new runtime.RequiredError(
|
|
591
|
+
'xCompatibilityDate',
|
|
592
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdBlueprints().'
|
|
593
|
+
);
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
const queryParameters: any = {};
|
|
597
|
+
|
|
598
|
+
if (requestParameters['page'] != null) {
|
|
599
|
+
queryParameters['page'] = requestParameters['page'];
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
603
|
+
|
|
604
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
605
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
609
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
613
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
if (requestParameters['xTenant'] != null) {
|
|
617
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
/*
|
|
621
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
622
|
+
// oauth required
|
|
623
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_blueprints.v1"]);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
*/
|
|
627
|
+
|
|
628
|
+
let urlPath = `/characters/{character_id}/blueprints`;
|
|
629
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
630
|
+
|
|
631
|
+
const response = await api.esi.proxy({
|
|
632
|
+
path: urlPath,
|
|
633
|
+
method: 'GET',
|
|
634
|
+
headers: headerParameters,
|
|
635
|
+
query: queryParameters,
|
|
636
|
+
}, initOverrides);
|
|
637
|
+
|
|
638
|
+
return new runtime.JSONApiResponse(response);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Return a list of blueprints the character owns
|
|
643
|
+
* Get blueprints
|
|
644
|
+
*/
|
|
645
|
+
async getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>> {
|
|
646
|
+
const response = await this.getCharactersCharacterIdBlueprintsRaw(requestParameters, initOverrides);
|
|
647
|
+
return await response.value();
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* Get a list of all the corporations a character has been a member of
|
|
652
|
+
* Get corporation history
|
|
653
|
+
*/
|
|
654
|
+
async getCharactersCharacterIdCorporationhistoryRaw(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdCorporationhistoryGetInner>>> {
|
|
655
|
+
if (requestParameters['characterId'] == null) {
|
|
656
|
+
throw new runtime.RequiredError(
|
|
657
|
+
'characterId',
|
|
658
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdCorporationhistory().'
|
|
659
|
+
);
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
663
|
+
throw new runtime.RequiredError(
|
|
664
|
+
'xCompatibilityDate',
|
|
665
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdCorporationhistory().'
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
const queryParameters: any = {};
|
|
670
|
+
|
|
671
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
672
|
+
|
|
673
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
674
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
678
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
682
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
if (requestParameters['xTenant'] != null) {
|
|
686
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
/*
|
|
690
|
+
*/
|
|
691
|
+
|
|
692
|
+
let urlPath = `/characters/{character_id}/corporationhistory`;
|
|
693
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
694
|
+
|
|
695
|
+
const response = await api.esi.proxy({
|
|
696
|
+
path: urlPath,
|
|
697
|
+
method: 'GET',
|
|
698
|
+
headers: headerParameters,
|
|
699
|
+
query: queryParameters,
|
|
700
|
+
}, initOverrides);
|
|
701
|
+
|
|
702
|
+
return new runtime.JSONApiResponse(response);
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* Get a list of all the corporations a character has been a member of
|
|
707
|
+
* Get corporation history
|
|
708
|
+
*/
|
|
709
|
+
async getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>> {
|
|
710
|
+
const response = await this.getCharactersCharacterIdCorporationhistoryRaw(requestParameters, initOverrides);
|
|
711
|
+
return await response.value();
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* Return a character\'s jump activation and fatigue information
|
|
716
|
+
* Get jump fatigue
|
|
717
|
+
*/
|
|
718
|
+
async getCharactersCharacterIdFatigueRaw(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdFatigueGet>> {
|
|
719
|
+
if (requestParameters['characterId'] == null) {
|
|
720
|
+
throw new runtime.RequiredError(
|
|
721
|
+
'characterId',
|
|
722
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdFatigue().'
|
|
723
|
+
);
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
727
|
+
throw new runtime.RequiredError(
|
|
728
|
+
'xCompatibilityDate',
|
|
729
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdFatigue().'
|
|
730
|
+
);
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
const queryParameters: any = {};
|
|
734
|
+
|
|
735
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
736
|
+
|
|
737
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
738
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
742
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
746
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
if (requestParameters['xTenant'] != null) {
|
|
750
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/*
|
|
754
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
755
|
+
// oauth required
|
|
756
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_fatigue.v1"]);
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
*/
|
|
760
|
+
|
|
761
|
+
let urlPath = `/characters/{character_id}/fatigue`;
|
|
762
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
763
|
+
|
|
764
|
+
const response = await api.esi.proxy({
|
|
765
|
+
path: urlPath,
|
|
766
|
+
method: 'GET',
|
|
767
|
+
headers: headerParameters,
|
|
768
|
+
query: queryParameters,
|
|
769
|
+
}, initOverrides);
|
|
770
|
+
|
|
771
|
+
return new runtime.JSONApiResponse(response);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* Return a character\'s jump activation and fatigue information
|
|
776
|
+
* Get jump fatigue
|
|
777
|
+
*/
|
|
778
|
+
async getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet> {
|
|
779
|
+
const response = await this.getCharactersCharacterIdFatigueRaw(requestParameters, initOverrides);
|
|
780
|
+
return await response.value();
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* Return a list of medals the character has
|
|
785
|
+
* Get medals
|
|
786
|
+
*/
|
|
787
|
+
async getCharactersCharacterIdMedalsRaw(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMedalsGetInner>>> {
|
|
788
|
+
if (requestParameters['characterId'] == null) {
|
|
789
|
+
throw new runtime.RequiredError(
|
|
790
|
+
'characterId',
|
|
791
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdMedals().'
|
|
792
|
+
);
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
796
|
+
throw new runtime.RequiredError(
|
|
797
|
+
'xCompatibilityDate',
|
|
798
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdMedals().'
|
|
799
|
+
);
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
const queryParameters: any = {};
|
|
803
|
+
|
|
804
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
805
|
+
|
|
806
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
807
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
811
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
815
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
if (requestParameters['xTenant'] != null) {
|
|
819
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
/*
|
|
823
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
824
|
+
// oauth required
|
|
825
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_medals.v1"]);
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
*/
|
|
829
|
+
|
|
830
|
+
let urlPath = `/characters/{character_id}/medals`;
|
|
831
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
832
|
+
|
|
833
|
+
const response = await api.esi.proxy({
|
|
834
|
+
path: urlPath,
|
|
835
|
+
method: 'GET',
|
|
836
|
+
headers: headerParameters,
|
|
837
|
+
query: queryParameters,
|
|
838
|
+
}, initOverrides);
|
|
839
|
+
|
|
840
|
+
return new runtime.JSONApiResponse(response);
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* Return a list of medals the character has
|
|
845
|
+
* Get medals
|
|
846
|
+
*/
|
|
847
|
+
async getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>> {
|
|
848
|
+
const response = await this.getCharactersCharacterIdMedalsRaw(requestParameters, initOverrides);
|
|
849
|
+
return await response.value();
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
/**
|
|
853
|
+
* Return character notifications
|
|
854
|
+
* Get character notifications
|
|
855
|
+
*/
|
|
856
|
+
async getCharactersCharacterIdNotificationsRaw(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsGetInner>>> {
|
|
857
|
+
if (requestParameters['characterId'] == null) {
|
|
858
|
+
throw new runtime.RequiredError(
|
|
859
|
+
'characterId',
|
|
860
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdNotifications().'
|
|
861
|
+
);
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
865
|
+
throw new runtime.RequiredError(
|
|
866
|
+
'xCompatibilityDate',
|
|
867
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdNotifications().'
|
|
868
|
+
);
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
const queryParameters: any = {};
|
|
872
|
+
|
|
873
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
874
|
+
|
|
875
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
876
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
880
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
884
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
if (requestParameters['xTenant'] != null) {
|
|
888
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
/*
|
|
892
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
893
|
+
// oauth required
|
|
894
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_notifications.v1"]);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
*/
|
|
898
|
+
|
|
899
|
+
let urlPath = `/characters/{character_id}/notifications`;
|
|
900
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
901
|
+
|
|
902
|
+
const response = await api.esi.proxy({
|
|
903
|
+
path: urlPath,
|
|
904
|
+
method: 'GET',
|
|
905
|
+
headers: headerParameters,
|
|
906
|
+
query: queryParameters,
|
|
907
|
+
}, initOverrides);
|
|
908
|
+
|
|
909
|
+
return new runtime.JSONApiResponse(response);
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
/**
|
|
913
|
+
* Return character notifications
|
|
914
|
+
* Get character notifications
|
|
915
|
+
*/
|
|
916
|
+
async getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>> {
|
|
917
|
+
const response = await this.getCharactersCharacterIdNotificationsRaw(requestParameters, initOverrides);
|
|
918
|
+
return await response.value();
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
/**
|
|
922
|
+
* Return notifications about having been added to someone\'s contact list
|
|
923
|
+
* Get new contact notifications
|
|
924
|
+
*/
|
|
925
|
+
async getCharactersCharacterIdNotificationsContactsRaw(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsContactsGetInner>>> {
|
|
926
|
+
if (requestParameters['characterId'] == null) {
|
|
927
|
+
throw new runtime.RequiredError(
|
|
928
|
+
'characterId',
|
|
929
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdNotificationsContacts().'
|
|
930
|
+
);
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
934
|
+
throw new runtime.RequiredError(
|
|
935
|
+
'xCompatibilityDate',
|
|
936
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdNotificationsContacts().'
|
|
937
|
+
);
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
const queryParameters: any = {};
|
|
941
|
+
|
|
942
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
943
|
+
|
|
944
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
945
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
949
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
953
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
if (requestParameters['xTenant'] != null) {
|
|
957
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
/*
|
|
961
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
962
|
+
// oauth required
|
|
963
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_notifications.v1"]);
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
*/
|
|
967
|
+
|
|
968
|
+
let urlPath = `/characters/{character_id}/notifications/contacts`;
|
|
969
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
970
|
+
|
|
971
|
+
const response = await api.esi.proxy({
|
|
972
|
+
path: urlPath,
|
|
973
|
+
method: 'GET',
|
|
974
|
+
headers: headerParameters,
|
|
975
|
+
query: queryParameters,
|
|
976
|
+
}, initOverrides);
|
|
977
|
+
|
|
978
|
+
return new runtime.JSONApiResponse(response);
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* Return notifications about having been added to someone\'s contact list
|
|
983
|
+
* Get new contact notifications
|
|
984
|
+
*/
|
|
985
|
+
async getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>> {
|
|
986
|
+
const response = await this.getCharactersCharacterIdNotificationsContactsRaw(requestParameters, initOverrides);
|
|
987
|
+
return await response.value();
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
992
|
+
* Get character portraits
|
|
993
|
+
*/
|
|
994
|
+
async getCharactersCharacterIdPortraitRaw(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdPortraitGet>> {
|
|
995
|
+
if (requestParameters['characterId'] == null) {
|
|
996
|
+
throw new runtime.RequiredError(
|
|
997
|
+
'characterId',
|
|
998
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdPortrait().'
|
|
999
|
+
);
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1003
|
+
throw new runtime.RequiredError(
|
|
1004
|
+
'xCompatibilityDate',
|
|
1005
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdPortrait().'
|
|
1006
|
+
);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
const queryParameters: any = {};
|
|
1010
|
+
|
|
1011
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1012
|
+
|
|
1013
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1014
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1018
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1022
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
if (requestParameters['xTenant'] != null) {
|
|
1026
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/*
|
|
1030
|
+
*/
|
|
1031
|
+
|
|
1032
|
+
let urlPath = `/characters/{character_id}/portrait`;
|
|
1033
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1034
|
+
|
|
1035
|
+
const response = await api.esi.proxy({
|
|
1036
|
+
path: urlPath,
|
|
1037
|
+
method: 'GET',
|
|
1038
|
+
headers: headerParameters,
|
|
1039
|
+
query: queryParameters,
|
|
1040
|
+
}, initOverrides);
|
|
1041
|
+
|
|
1042
|
+
return new runtime.JSONApiResponse(response);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
1047
|
+
* Get character portraits
|
|
1048
|
+
*/
|
|
1049
|
+
async getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet> {
|
|
1050
|
+
const response = await this.getCharactersCharacterIdPortraitRaw(requestParameters, initOverrides);
|
|
1051
|
+
return await response.value();
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Returns a character\'s corporation roles
|
|
1056
|
+
* Get character corporation roles
|
|
1057
|
+
*/
|
|
1058
|
+
async getCharactersCharacterIdRolesRaw(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdRolesGet>> {
|
|
1059
|
+
if (requestParameters['characterId'] == null) {
|
|
1060
|
+
throw new runtime.RequiredError(
|
|
1061
|
+
'characterId',
|
|
1062
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdRoles().'
|
|
1063
|
+
);
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1067
|
+
throw new runtime.RequiredError(
|
|
1068
|
+
'xCompatibilityDate',
|
|
1069
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdRoles().'
|
|
1070
|
+
);
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
const queryParameters: any = {};
|
|
1074
|
+
|
|
1075
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1076
|
+
|
|
1077
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1078
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1082
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1086
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
if (requestParameters['xTenant'] != null) {
|
|
1090
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
/*
|
|
1094
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1095
|
+
// oauth required
|
|
1096
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_corporation_roles.v1"]);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
*/
|
|
1100
|
+
|
|
1101
|
+
let urlPath = `/characters/{character_id}/roles`;
|
|
1102
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1103
|
+
|
|
1104
|
+
const response = await api.esi.proxy({
|
|
1105
|
+
path: urlPath,
|
|
1106
|
+
method: 'GET',
|
|
1107
|
+
headers: headerParameters,
|
|
1108
|
+
query: queryParameters,
|
|
1109
|
+
}, initOverrides);
|
|
1110
|
+
|
|
1111
|
+
return new runtime.JSONApiResponse(response);
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* Returns a character\'s corporation roles
|
|
1116
|
+
* Get character corporation roles
|
|
1117
|
+
*/
|
|
1118
|
+
async getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet> {
|
|
1119
|
+
const response = await this.getCharactersCharacterIdRolesRaw(requestParameters, initOverrides);
|
|
1120
|
+
return await response.value();
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
/**
|
|
1124
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
1125
|
+
* Get standings
|
|
1126
|
+
*/
|
|
1127
|
+
async getCharactersCharacterIdStandingsRaw(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>> {
|
|
1128
|
+
if (requestParameters['characterId'] == null) {
|
|
1129
|
+
throw new runtime.RequiredError(
|
|
1130
|
+
'characterId',
|
|
1131
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdStandings().'
|
|
1132
|
+
);
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1136
|
+
throw new runtime.RequiredError(
|
|
1137
|
+
'xCompatibilityDate',
|
|
1138
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdStandings().'
|
|
1139
|
+
);
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
const queryParameters: any = {};
|
|
1143
|
+
|
|
1144
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1145
|
+
|
|
1146
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1147
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1151
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1155
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
if (requestParameters['xTenant'] != null) {
|
|
1159
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
/*
|
|
1163
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1164
|
+
// oauth required
|
|
1165
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_standings.v1"]);
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
*/
|
|
1169
|
+
|
|
1170
|
+
let urlPath = `/characters/{character_id}/standings`;
|
|
1171
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1172
|
+
|
|
1173
|
+
const response = await api.esi.proxy({
|
|
1174
|
+
path: urlPath,
|
|
1175
|
+
method: 'GET',
|
|
1176
|
+
headers: headerParameters,
|
|
1177
|
+
query: queryParameters,
|
|
1178
|
+
}, initOverrides);
|
|
1179
|
+
|
|
1180
|
+
return new runtime.JSONApiResponse(response);
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
1185
|
+
* Get standings
|
|
1186
|
+
*/
|
|
1187
|
+
async getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>> {
|
|
1188
|
+
const response = await this.getCharactersCharacterIdStandingsRaw(requestParameters, initOverrides);
|
|
1189
|
+
return await response.value();
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* Returns a character\'s titles
|
|
1194
|
+
* Get character corporation titles
|
|
1195
|
+
*/
|
|
1196
|
+
async getCharactersCharacterIdTitlesRaw(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdTitlesGetInner>>> {
|
|
1197
|
+
if (requestParameters['characterId'] == null) {
|
|
1198
|
+
throw new runtime.RequiredError(
|
|
1199
|
+
'characterId',
|
|
1200
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdTitles().'
|
|
1201
|
+
);
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1205
|
+
throw new runtime.RequiredError(
|
|
1206
|
+
'xCompatibilityDate',
|
|
1207
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdTitles().'
|
|
1208
|
+
);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
const queryParameters: any = {};
|
|
1212
|
+
|
|
1213
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1214
|
+
|
|
1215
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1216
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1220
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1224
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
if (requestParameters['xTenant'] != null) {
|
|
1228
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
/*
|
|
1232
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1233
|
+
// oauth required
|
|
1234
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_titles.v1"]);
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
*/
|
|
1238
|
+
|
|
1239
|
+
let urlPath = `/characters/{character_id}/titles`;
|
|
1240
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1241
|
+
|
|
1242
|
+
const response = await api.esi.proxy({
|
|
1243
|
+
path: urlPath,
|
|
1244
|
+
method: 'GET',
|
|
1245
|
+
headers: headerParameters,
|
|
1246
|
+
query: queryParameters,
|
|
1247
|
+
}, initOverrides);
|
|
1248
|
+
|
|
1249
|
+
return new runtime.JSONApiResponse(response);
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* Returns a character\'s titles
|
|
1254
|
+
* Get character corporation titles
|
|
1255
|
+
*/
|
|
1256
|
+
async getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>> {
|
|
1257
|
+
const response = await this.getCharactersCharacterIdTitlesRaw(requestParameters, initOverrides);
|
|
1258
|
+
return await response.value();
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
1263
|
+
* Character affiliation
|
|
1264
|
+
*/
|
|
1265
|
+
async postCharactersAffiliationRaw(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersAffiliationPostInner>>> {
|
|
1266
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1267
|
+
throw new runtime.RequiredError(
|
|
1268
|
+
'xCompatibilityDate',
|
|
1269
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postCharactersAffiliation().'
|
|
1270
|
+
);
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
if (requestParameters['requestBody'] == null) {
|
|
1274
|
+
throw new runtime.RequiredError(
|
|
1275
|
+
'requestBody',
|
|
1276
|
+
'Required parameter "requestBody" was null or undefined when calling postCharactersAffiliation().'
|
|
1277
|
+
);
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
const queryParameters: any = {};
|
|
1281
|
+
|
|
1282
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1283
|
+
|
|
1284
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1285
|
+
|
|
1286
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1287
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1291
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1295
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
if (requestParameters['xTenant'] != null) {
|
|
1299
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
/*
|
|
1303
|
+
*/
|
|
1304
|
+
|
|
1305
|
+
let urlPath = `/characters/affiliation`;
|
|
1306
|
+
|
|
1307
|
+
const response = await api.esi.proxy({
|
|
1308
|
+
path: urlPath,
|
|
1309
|
+
method: 'POST',
|
|
1310
|
+
headers: headerParameters,
|
|
1311
|
+
query: queryParameters,
|
|
1312
|
+
body: requestParameters['requestBody'],
|
|
1313
|
+
}, initOverrides);
|
|
1314
|
+
|
|
1315
|
+
return new runtime.JSONApiResponse(response);
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
/**
|
|
1319
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
1320
|
+
* Character affiliation
|
|
1321
|
+
*/
|
|
1322
|
+
async postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>> {
|
|
1323
|
+
const response = await this.postCharactersAffiliationRaw(requestParameters, initOverrides);
|
|
1324
|
+
return await response.value();
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
/**
|
|
1328
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
1329
|
+
* Calculate a CSPA charge cost
|
|
1330
|
+
*/
|
|
1331
|
+
async postCharactersCharacterIdCspaRaw(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>> {
|
|
1332
|
+
if (requestParameters['characterId'] == null) {
|
|
1333
|
+
throw new runtime.RequiredError(
|
|
1334
|
+
'characterId',
|
|
1335
|
+
'Required parameter "characterId" was null or undefined when calling postCharactersCharacterIdCspa().'
|
|
1336
|
+
);
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1340
|
+
throw new runtime.RequiredError(
|
|
1341
|
+
'xCompatibilityDate',
|
|
1342
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postCharactersCharacterIdCspa().'
|
|
1343
|
+
);
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
if (requestParameters['requestBody'] == null) {
|
|
1347
|
+
throw new runtime.RequiredError(
|
|
1348
|
+
'requestBody',
|
|
1349
|
+
'Required parameter "requestBody" was null or undefined when calling postCharactersCharacterIdCspa().'
|
|
1350
|
+
);
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
const queryParameters: any = {};
|
|
1354
|
+
|
|
1355
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1356
|
+
|
|
1357
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1358
|
+
|
|
1359
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1360
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1364
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1368
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
if (requestParameters['xTenant'] != null) {
|
|
1372
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
/*
|
|
1376
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1377
|
+
// oauth required
|
|
1378
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-characters.read_contacts.v1"]);
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
*/
|
|
1382
|
+
|
|
1383
|
+
let urlPath = `/characters/{character_id}/cspa`;
|
|
1384
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1385
|
+
|
|
1386
|
+
const response = await api.esi.proxy({
|
|
1387
|
+
path: urlPath,
|
|
1388
|
+
method: 'POST',
|
|
1389
|
+
headers: headerParameters,
|
|
1390
|
+
query: queryParameters,
|
|
1391
|
+
body: requestParameters['requestBody'],
|
|
1392
|
+
}, initOverrides);
|
|
1393
|
+
|
|
1394
|
+
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
1395
|
+
return new runtime.JSONApiResponse<number>(response);
|
|
1396
|
+
} else {
|
|
1397
|
+
return new runtime.TextApiResponse(response) as any;
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
/**
|
|
1402
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
1403
|
+
* Calculate a CSPA charge cost
|
|
1404
|
+
*/
|
|
1405
|
+
async postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
|
|
1406
|
+
const response = await this.postCharactersCharacterIdCspaRaw(requestParameters, initOverrides);
|
|
1407
|
+
return await response.value();
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
/**
|
|
1413
|
+
* @export
|
|
1414
|
+
* @enum {string}
|
|
1415
|
+
*/
|
|
1416
|
+
export enum GetCharactersCharacterIdXCompatibilityDateEnum {
|
|
1417
|
+
_20200101 = '2020-01-01'
|
|
1418
|
+
}
|
|
1419
|
+
/**
|
|
1420
|
+
* @export
|
|
1421
|
+
* @enum {string}
|
|
1422
|
+
*/
|
|
1423
|
+
export enum GetCharactersCharacterIdAcceptLanguageEnum {
|
|
1424
|
+
En = 'en',
|
|
1425
|
+
De = 'de',
|
|
1426
|
+
Fr = 'fr',
|
|
1427
|
+
Ja = 'ja',
|
|
1428
|
+
Ru = 'ru',
|
|
1429
|
+
Zh = 'zh',
|
|
1430
|
+
Ko = 'ko',
|
|
1431
|
+
Es = 'es'
|
|
1432
|
+
}
|
|
1433
|
+
/**
|
|
1434
|
+
* @export
|
|
1435
|
+
* @enum {string}
|
|
1436
|
+
*/
|
|
1437
|
+
export enum GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum {
|
|
1438
|
+
_20200101 = '2020-01-01'
|
|
1439
|
+
}
|
|
1440
|
+
/**
|
|
1441
|
+
* @export
|
|
1442
|
+
* @enum {string}
|
|
1443
|
+
*/
|
|
1444
|
+
export enum GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum {
|
|
1445
|
+
En = 'en',
|
|
1446
|
+
De = 'de',
|
|
1447
|
+
Fr = 'fr',
|
|
1448
|
+
Ja = 'ja',
|
|
1449
|
+
Ru = 'ru',
|
|
1450
|
+
Zh = 'zh',
|
|
1451
|
+
Ko = 'ko',
|
|
1452
|
+
Es = 'es'
|
|
1453
|
+
}
|
|
1454
|
+
/**
|
|
1455
|
+
* @export
|
|
1456
|
+
* @enum {string}
|
|
1457
|
+
*/
|
|
1458
|
+
export enum GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum {
|
|
1459
|
+
_20200101 = '2020-01-01'
|
|
1460
|
+
}
|
|
1461
|
+
/**
|
|
1462
|
+
* @export
|
|
1463
|
+
* @enum {string}
|
|
1464
|
+
*/
|
|
1465
|
+
export enum GetCharactersCharacterIdBlueprintsAcceptLanguageEnum {
|
|
1466
|
+
En = 'en',
|
|
1467
|
+
De = 'de',
|
|
1468
|
+
Fr = 'fr',
|
|
1469
|
+
Ja = 'ja',
|
|
1470
|
+
Ru = 'ru',
|
|
1471
|
+
Zh = 'zh',
|
|
1472
|
+
Ko = 'ko',
|
|
1473
|
+
Es = 'es'
|
|
1474
|
+
}
|
|
1475
|
+
/**
|
|
1476
|
+
* @export
|
|
1477
|
+
* @enum {string}
|
|
1478
|
+
*/
|
|
1479
|
+
export enum GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum {
|
|
1480
|
+
_20200101 = '2020-01-01'
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* @export
|
|
1484
|
+
* @enum {string}
|
|
1485
|
+
*/
|
|
1486
|
+
export enum GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum {
|
|
1487
|
+
En = 'en',
|
|
1488
|
+
De = 'de',
|
|
1489
|
+
Fr = 'fr',
|
|
1490
|
+
Ja = 'ja',
|
|
1491
|
+
Ru = 'ru',
|
|
1492
|
+
Zh = 'zh',
|
|
1493
|
+
Ko = 'ko',
|
|
1494
|
+
Es = 'es'
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* @export
|
|
1498
|
+
* @enum {string}
|
|
1499
|
+
*/
|
|
1500
|
+
export enum GetCharactersCharacterIdFatigueXCompatibilityDateEnum {
|
|
1501
|
+
_20200101 = '2020-01-01'
|
|
1502
|
+
}
|
|
1503
|
+
/**
|
|
1504
|
+
* @export
|
|
1505
|
+
* @enum {string}
|
|
1506
|
+
*/
|
|
1507
|
+
export enum GetCharactersCharacterIdFatigueAcceptLanguageEnum {
|
|
1508
|
+
En = 'en',
|
|
1509
|
+
De = 'de',
|
|
1510
|
+
Fr = 'fr',
|
|
1511
|
+
Ja = 'ja',
|
|
1512
|
+
Ru = 'ru',
|
|
1513
|
+
Zh = 'zh',
|
|
1514
|
+
Ko = 'ko',
|
|
1515
|
+
Es = 'es'
|
|
1516
|
+
}
|
|
1517
|
+
/**
|
|
1518
|
+
* @export
|
|
1519
|
+
* @enum {string}
|
|
1520
|
+
*/
|
|
1521
|
+
export enum GetCharactersCharacterIdMedalsXCompatibilityDateEnum {
|
|
1522
|
+
_20200101 = '2020-01-01'
|
|
1523
|
+
}
|
|
1524
|
+
/**
|
|
1525
|
+
* @export
|
|
1526
|
+
* @enum {string}
|
|
1527
|
+
*/
|
|
1528
|
+
export enum GetCharactersCharacterIdMedalsAcceptLanguageEnum {
|
|
1529
|
+
En = 'en',
|
|
1530
|
+
De = 'de',
|
|
1531
|
+
Fr = 'fr',
|
|
1532
|
+
Ja = 'ja',
|
|
1533
|
+
Ru = 'ru',
|
|
1534
|
+
Zh = 'zh',
|
|
1535
|
+
Ko = 'ko',
|
|
1536
|
+
Es = 'es'
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* @export
|
|
1540
|
+
* @enum {string}
|
|
1541
|
+
*/
|
|
1542
|
+
export enum GetCharactersCharacterIdNotificationsXCompatibilityDateEnum {
|
|
1543
|
+
_20200101 = '2020-01-01'
|
|
1544
|
+
}
|
|
1545
|
+
/**
|
|
1546
|
+
* @export
|
|
1547
|
+
* @enum {string}
|
|
1548
|
+
*/
|
|
1549
|
+
export enum GetCharactersCharacterIdNotificationsAcceptLanguageEnum {
|
|
1550
|
+
En = 'en',
|
|
1551
|
+
De = 'de',
|
|
1552
|
+
Fr = 'fr',
|
|
1553
|
+
Ja = 'ja',
|
|
1554
|
+
Ru = 'ru',
|
|
1555
|
+
Zh = 'zh',
|
|
1556
|
+
Ko = 'ko',
|
|
1557
|
+
Es = 'es'
|
|
1558
|
+
}
|
|
1559
|
+
/**
|
|
1560
|
+
* @export
|
|
1561
|
+
* @enum {string}
|
|
1562
|
+
*/
|
|
1563
|
+
export enum GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum {
|
|
1564
|
+
_20200101 = '2020-01-01'
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* @export
|
|
1568
|
+
* @enum {string}
|
|
1569
|
+
*/
|
|
1570
|
+
export enum GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum {
|
|
1571
|
+
En = 'en',
|
|
1572
|
+
De = 'de',
|
|
1573
|
+
Fr = 'fr',
|
|
1574
|
+
Ja = 'ja',
|
|
1575
|
+
Ru = 'ru',
|
|
1576
|
+
Zh = 'zh',
|
|
1577
|
+
Ko = 'ko',
|
|
1578
|
+
Es = 'es'
|
|
1579
|
+
}
|
|
1580
|
+
/**
|
|
1581
|
+
* @export
|
|
1582
|
+
* @enum {string}
|
|
1583
|
+
*/
|
|
1584
|
+
export enum GetCharactersCharacterIdPortraitXCompatibilityDateEnum {
|
|
1585
|
+
_20200101 = '2020-01-01'
|
|
1586
|
+
}
|
|
1587
|
+
/**
|
|
1588
|
+
* @export
|
|
1589
|
+
* @enum {string}
|
|
1590
|
+
*/
|
|
1591
|
+
export enum GetCharactersCharacterIdPortraitAcceptLanguageEnum {
|
|
1592
|
+
En = 'en',
|
|
1593
|
+
De = 'de',
|
|
1594
|
+
Fr = 'fr',
|
|
1595
|
+
Ja = 'ja',
|
|
1596
|
+
Ru = 'ru',
|
|
1597
|
+
Zh = 'zh',
|
|
1598
|
+
Ko = 'ko',
|
|
1599
|
+
Es = 'es'
|
|
1600
|
+
}
|
|
1601
|
+
/**
|
|
1602
|
+
* @export
|
|
1603
|
+
* @enum {string}
|
|
1604
|
+
*/
|
|
1605
|
+
export enum GetCharactersCharacterIdRolesXCompatibilityDateEnum {
|
|
1606
|
+
_20200101 = '2020-01-01'
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* @export
|
|
1610
|
+
* @enum {string}
|
|
1611
|
+
*/
|
|
1612
|
+
export enum GetCharactersCharacterIdRolesAcceptLanguageEnum {
|
|
1613
|
+
En = 'en',
|
|
1614
|
+
De = 'de',
|
|
1615
|
+
Fr = 'fr',
|
|
1616
|
+
Ja = 'ja',
|
|
1617
|
+
Ru = 'ru',
|
|
1618
|
+
Zh = 'zh',
|
|
1619
|
+
Ko = 'ko',
|
|
1620
|
+
Es = 'es'
|
|
1621
|
+
}
|
|
1622
|
+
/**
|
|
1623
|
+
* @export
|
|
1624
|
+
* @enum {string}
|
|
1625
|
+
*/
|
|
1626
|
+
export enum GetCharactersCharacterIdStandingsXCompatibilityDateEnum {
|
|
1627
|
+
_20200101 = '2020-01-01'
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* @export
|
|
1631
|
+
* @enum {string}
|
|
1632
|
+
*/
|
|
1633
|
+
export enum GetCharactersCharacterIdStandingsAcceptLanguageEnum {
|
|
1634
|
+
En = 'en',
|
|
1635
|
+
De = 'de',
|
|
1636
|
+
Fr = 'fr',
|
|
1637
|
+
Ja = 'ja',
|
|
1638
|
+
Ru = 'ru',
|
|
1639
|
+
Zh = 'zh',
|
|
1640
|
+
Ko = 'ko',
|
|
1641
|
+
Es = 'es'
|
|
1642
|
+
}
|
|
1643
|
+
/**
|
|
1644
|
+
* @export
|
|
1645
|
+
* @enum {string}
|
|
1646
|
+
*/
|
|
1647
|
+
export enum GetCharactersCharacterIdTitlesXCompatibilityDateEnum {
|
|
1648
|
+
_20200101 = '2020-01-01'
|
|
1649
|
+
}
|
|
1650
|
+
/**
|
|
1651
|
+
* @export
|
|
1652
|
+
* @enum {string}
|
|
1653
|
+
*/
|
|
1654
|
+
export enum GetCharactersCharacterIdTitlesAcceptLanguageEnum {
|
|
1655
|
+
En = 'en',
|
|
1656
|
+
De = 'de',
|
|
1657
|
+
Fr = 'fr',
|
|
1658
|
+
Ja = 'ja',
|
|
1659
|
+
Ru = 'ru',
|
|
1660
|
+
Zh = 'zh',
|
|
1661
|
+
Ko = 'ko',
|
|
1662
|
+
Es = 'es'
|
|
1663
|
+
}
|
|
1664
|
+
/**
|
|
1665
|
+
* @export
|
|
1666
|
+
* @enum {string}
|
|
1667
|
+
*/
|
|
1668
|
+
export enum PostCharactersAffiliationXCompatibilityDateEnum {
|
|
1669
|
+
_20200101 = '2020-01-01'
|
|
1670
|
+
}
|
|
1671
|
+
/**
|
|
1672
|
+
* @export
|
|
1673
|
+
* @enum {string}
|
|
1674
|
+
*/
|
|
1675
|
+
export enum PostCharactersAffiliationAcceptLanguageEnum {
|
|
1676
|
+
En = 'en',
|
|
1677
|
+
De = 'de',
|
|
1678
|
+
Fr = 'fr',
|
|
1679
|
+
Ja = 'ja',
|
|
1680
|
+
Ru = 'ru',
|
|
1681
|
+
Zh = 'zh',
|
|
1682
|
+
Ko = 'ko',
|
|
1683
|
+
Es = 'es'
|
|
1684
|
+
}
|
|
1685
|
+
/**
|
|
1686
|
+
* @export
|
|
1687
|
+
* @enum {string}
|
|
1688
|
+
*/
|
|
1689
|
+
export enum PostCharactersCharacterIdCspaXCompatibilityDateEnum {
|
|
1690
|
+
_20200101 = '2020-01-01'
|
|
1691
|
+
}
|
|
1692
|
+
/**
|
|
1693
|
+
* @export
|
|
1694
|
+
* @enum {string}
|
|
1695
|
+
*/
|
|
1696
|
+
export enum PostCharactersCharacterIdCspaAcceptLanguageEnum {
|
|
1697
|
+
En = 'en',
|
|
1698
|
+
De = 'de',
|
|
1699
|
+
Fr = 'fr',
|
|
1700
|
+
Ja = 'ja',
|
|
1701
|
+
Ru = 'ru',
|
|
1702
|
+
Zh = 'zh',
|
|
1703
|
+
Ko = 'ko',
|
|
1704
|
+
Es = 'es'
|
|
1705
|
+
}
|