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,814 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
6
|
+
* Contact: arcyfa_github@pm.me
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { CharactersAffiliationPostInner, CharactersCharacterIdAgentsResearchGetInner, CharactersCharacterIdBlueprintsGetInner, CharactersCharacterIdCorporationhistoryGetInner, CharactersCharacterIdFatigueGet, CharactersCharacterIdGet, CharactersCharacterIdMedalsGetInner, CharactersCharacterIdNotificationsContactsGetInner, CharactersCharacterIdNotificationsGetInner, CharactersCharacterIdPortraitGet, CharactersCharacterIdRolesGet, CharactersCharacterIdStandingsGetInner, CharactersCharacterIdTitlesGetInner } from '../models/index';
|
|
14
|
+
export interface GetCharactersCharacterIdRequest {
|
|
15
|
+
characterId: number;
|
|
16
|
+
xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum;
|
|
17
|
+
acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum;
|
|
18
|
+
ifNoneMatch?: string;
|
|
19
|
+
xTenant?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface GetCharactersCharacterIdAgentsResearchRequest {
|
|
22
|
+
characterId: number;
|
|
23
|
+
xCompatibilityDate: GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum;
|
|
24
|
+
acceptLanguage?: GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum;
|
|
25
|
+
ifNoneMatch?: string;
|
|
26
|
+
xTenant?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface GetCharactersCharacterIdBlueprintsRequest {
|
|
29
|
+
characterId: number;
|
|
30
|
+
xCompatibilityDate: GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum;
|
|
31
|
+
page?: number;
|
|
32
|
+
acceptLanguage?: GetCharactersCharacterIdBlueprintsAcceptLanguageEnum;
|
|
33
|
+
ifNoneMatch?: string;
|
|
34
|
+
xTenant?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface GetCharactersCharacterIdCorporationhistoryRequest {
|
|
37
|
+
characterId: number;
|
|
38
|
+
xCompatibilityDate: GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum;
|
|
39
|
+
acceptLanguage?: GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum;
|
|
40
|
+
ifNoneMatch?: string;
|
|
41
|
+
xTenant?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface GetCharactersCharacterIdFatigueRequest {
|
|
44
|
+
characterId: number;
|
|
45
|
+
xCompatibilityDate: GetCharactersCharacterIdFatigueXCompatibilityDateEnum;
|
|
46
|
+
acceptLanguage?: GetCharactersCharacterIdFatigueAcceptLanguageEnum;
|
|
47
|
+
ifNoneMatch?: string;
|
|
48
|
+
xTenant?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface GetCharactersCharacterIdMedalsRequest {
|
|
51
|
+
characterId: number;
|
|
52
|
+
xCompatibilityDate: GetCharactersCharacterIdMedalsXCompatibilityDateEnum;
|
|
53
|
+
acceptLanguage?: GetCharactersCharacterIdMedalsAcceptLanguageEnum;
|
|
54
|
+
ifNoneMatch?: string;
|
|
55
|
+
xTenant?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface GetCharactersCharacterIdNotificationsRequest {
|
|
58
|
+
characterId: number;
|
|
59
|
+
xCompatibilityDate: GetCharactersCharacterIdNotificationsXCompatibilityDateEnum;
|
|
60
|
+
acceptLanguage?: GetCharactersCharacterIdNotificationsAcceptLanguageEnum;
|
|
61
|
+
ifNoneMatch?: string;
|
|
62
|
+
xTenant?: string;
|
|
63
|
+
}
|
|
64
|
+
export interface GetCharactersCharacterIdNotificationsContactsRequest {
|
|
65
|
+
characterId: number;
|
|
66
|
+
xCompatibilityDate: GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum;
|
|
67
|
+
acceptLanguage?: GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
}
|
|
71
|
+
export interface GetCharactersCharacterIdPortraitRequest {
|
|
72
|
+
characterId: number;
|
|
73
|
+
xCompatibilityDate: GetCharactersCharacterIdPortraitXCompatibilityDateEnum;
|
|
74
|
+
acceptLanguage?: GetCharactersCharacterIdPortraitAcceptLanguageEnum;
|
|
75
|
+
ifNoneMatch?: string;
|
|
76
|
+
xTenant?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface GetCharactersCharacterIdRolesRequest {
|
|
79
|
+
characterId: number;
|
|
80
|
+
xCompatibilityDate: GetCharactersCharacterIdRolesXCompatibilityDateEnum;
|
|
81
|
+
acceptLanguage?: GetCharactersCharacterIdRolesAcceptLanguageEnum;
|
|
82
|
+
ifNoneMatch?: string;
|
|
83
|
+
xTenant?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface GetCharactersCharacterIdStandingsRequest {
|
|
86
|
+
characterId: number;
|
|
87
|
+
xCompatibilityDate: GetCharactersCharacterIdStandingsXCompatibilityDateEnum;
|
|
88
|
+
acceptLanguage?: GetCharactersCharacterIdStandingsAcceptLanguageEnum;
|
|
89
|
+
ifNoneMatch?: string;
|
|
90
|
+
xTenant?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface GetCharactersCharacterIdTitlesRequest {
|
|
93
|
+
characterId: number;
|
|
94
|
+
xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum;
|
|
95
|
+
acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum;
|
|
96
|
+
ifNoneMatch?: string;
|
|
97
|
+
xTenant?: string;
|
|
98
|
+
}
|
|
99
|
+
export interface PostCharactersAffiliationRequest {
|
|
100
|
+
xCompatibilityDate: PostCharactersAffiliationXCompatibilityDateEnum;
|
|
101
|
+
requestBody: Set<number>;
|
|
102
|
+
acceptLanguage?: PostCharactersAffiliationAcceptLanguageEnum;
|
|
103
|
+
ifNoneMatch?: string;
|
|
104
|
+
xTenant?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface PostCharactersCharacterIdCspaRequest {
|
|
107
|
+
characterId: number;
|
|
108
|
+
xCompatibilityDate: PostCharactersCharacterIdCspaXCompatibilityDateEnum;
|
|
109
|
+
requestBody: Set<number>;
|
|
110
|
+
acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum;
|
|
111
|
+
ifNoneMatch?: string;
|
|
112
|
+
xTenant?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* CharacterApi - interface
|
|
116
|
+
*
|
|
117
|
+
* @export
|
|
118
|
+
* @interface CharacterApiInterface
|
|
119
|
+
*/
|
|
120
|
+
export interface CharacterApiInterface {
|
|
121
|
+
/**
|
|
122
|
+
* Public information about a character
|
|
123
|
+
* @summary Get character\'s public information
|
|
124
|
+
* @param {number} characterId The ID of the character
|
|
125
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
126
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
127
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
128
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
* @memberof CharacterApiInterface
|
|
132
|
+
*/
|
|
133
|
+
getCharactersCharacterIdRaw(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdGet>>;
|
|
134
|
+
/**
|
|
135
|
+
* Public information about a character
|
|
136
|
+
* Get character\'s public information
|
|
137
|
+
*/
|
|
138
|
+
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet>;
|
|
139
|
+
/**
|
|
140
|
+
* 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)
|
|
141
|
+
* @summary Get agents research
|
|
142
|
+
* @param {number} characterId The ID of the character
|
|
143
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
144
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
145
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
146
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
147
|
+
* @param {*} [options] Override http request option.
|
|
148
|
+
* @throws {RequiredError}
|
|
149
|
+
* @memberof CharacterApiInterface
|
|
150
|
+
*/
|
|
151
|
+
getCharactersCharacterIdAgentsResearchRaw(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdAgentsResearchGetInner>>>;
|
|
152
|
+
/**
|
|
153
|
+
* 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)
|
|
154
|
+
* Get agents research
|
|
155
|
+
*/
|
|
156
|
+
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>>;
|
|
157
|
+
/**
|
|
158
|
+
* Return a list of blueprints the character owns
|
|
159
|
+
* @summary Get blueprints
|
|
160
|
+
* @param {number} characterId The ID of the character
|
|
161
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
162
|
+
* @param {number} [page]
|
|
163
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
164
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
165
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
* @memberof CharacterApiInterface
|
|
169
|
+
*/
|
|
170
|
+
getCharactersCharacterIdBlueprintsRaw(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdBlueprintsGetInner>>>;
|
|
171
|
+
/**
|
|
172
|
+
* Return a list of blueprints the character owns
|
|
173
|
+
* Get blueprints
|
|
174
|
+
*/
|
|
175
|
+
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>>;
|
|
176
|
+
/**
|
|
177
|
+
* Get a list of all the corporations a character has been a member of
|
|
178
|
+
* @summary Get corporation history
|
|
179
|
+
* @param {number} characterId The ID of the character
|
|
180
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
181
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
182
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
183
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
* @memberof CharacterApiInterface
|
|
187
|
+
*/
|
|
188
|
+
getCharactersCharacterIdCorporationhistoryRaw(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdCorporationhistoryGetInner>>>;
|
|
189
|
+
/**
|
|
190
|
+
* Get a list of all the corporations a character has been a member of
|
|
191
|
+
* Get corporation history
|
|
192
|
+
*/
|
|
193
|
+
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>>;
|
|
194
|
+
/**
|
|
195
|
+
* Return a character\'s jump activation and fatigue information
|
|
196
|
+
* @summary Get jump fatigue
|
|
197
|
+
* @param {number} characterId The ID of the character
|
|
198
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
199
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
200
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
201
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
202
|
+
* @param {*} [options] Override http request option.
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
* @memberof CharacterApiInterface
|
|
205
|
+
*/
|
|
206
|
+
getCharactersCharacterIdFatigueRaw(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdFatigueGet>>;
|
|
207
|
+
/**
|
|
208
|
+
* Return a character\'s jump activation and fatigue information
|
|
209
|
+
* Get jump fatigue
|
|
210
|
+
*/
|
|
211
|
+
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet>;
|
|
212
|
+
/**
|
|
213
|
+
* Return a list of medals the character has
|
|
214
|
+
* @summary Get medals
|
|
215
|
+
* @param {number} characterId The ID of the character
|
|
216
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
217
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
218
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
219
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
220
|
+
* @param {*} [options] Override http request option.
|
|
221
|
+
* @throws {RequiredError}
|
|
222
|
+
* @memberof CharacterApiInterface
|
|
223
|
+
*/
|
|
224
|
+
getCharactersCharacterIdMedalsRaw(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMedalsGetInner>>>;
|
|
225
|
+
/**
|
|
226
|
+
* Return a list of medals the character has
|
|
227
|
+
* Get medals
|
|
228
|
+
*/
|
|
229
|
+
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>>;
|
|
230
|
+
/**
|
|
231
|
+
* Return character notifications
|
|
232
|
+
* @summary Get character notifications
|
|
233
|
+
* @param {number} characterId The ID of the character
|
|
234
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
235
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
236
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
237
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
* @memberof CharacterApiInterface
|
|
241
|
+
*/
|
|
242
|
+
getCharactersCharacterIdNotificationsRaw(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsGetInner>>>;
|
|
243
|
+
/**
|
|
244
|
+
* Return character notifications
|
|
245
|
+
* Get character notifications
|
|
246
|
+
*/
|
|
247
|
+
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>>;
|
|
248
|
+
/**
|
|
249
|
+
* Return notifications about having been added to someone\'s contact list
|
|
250
|
+
* @summary Get new contact notifications
|
|
251
|
+
* @param {number} characterId The ID of the character
|
|
252
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
253
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
254
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
255
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
256
|
+
* @param {*} [options] Override http request option.
|
|
257
|
+
* @throws {RequiredError}
|
|
258
|
+
* @memberof CharacterApiInterface
|
|
259
|
+
*/
|
|
260
|
+
getCharactersCharacterIdNotificationsContactsRaw(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsContactsGetInner>>>;
|
|
261
|
+
/**
|
|
262
|
+
* Return notifications about having been added to someone\'s contact list
|
|
263
|
+
* Get new contact notifications
|
|
264
|
+
*/
|
|
265
|
+
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>>;
|
|
266
|
+
/**
|
|
267
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
268
|
+
* @summary Get character portraits
|
|
269
|
+
* @param {number} characterId The ID of the character
|
|
270
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
271
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
272
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
273
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
274
|
+
* @param {*} [options] Override http request option.
|
|
275
|
+
* @throws {RequiredError}
|
|
276
|
+
* @memberof CharacterApiInterface
|
|
277
|
+
*/
|
|
278
|
+
getCharactersCharacterIdPortraitRaw(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdPortraitGet>>;
|
|
279
|
+
/**
|
|
280
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
281
|
+
* Get character portraits
|
|
282
|
+
*/
|
|
283
|
+
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet>;
|
|
284
|
+
/**
|
|
285
|
+
* Returns a character\'s corporation roles
|
|
286
|
+
* @summary Get character corporation roles
|
|
287
|
+
* @param {number} characterId The ID of the character
|
|
288
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
289
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
290
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
291
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
292
|
+
* @param {*} [options] Override http request option.
|
|
293
|
+
* @throws {RequiredError}
|
|
294
|
+
* @memberof CharacterApiInterface
|
|
295
|
+
*/
|
|
296
|
+
getCharactersCharacterIdRolesRaw(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdRolesGet>>;
|
|
297
|
+
/**
|
|
298
|
+
* Returns a character\'s corporation roles
|
|
299
|
+
* Get character corporation roles
|
|
300
|
+
*/
|
|
301
|
+
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet>;
|
|
302
|
+
/**
|
|
303
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
304
|
+
* @summary Get standings
|
|
305
|
+
* @param {number} characterId The ID of the character
|
|
306
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
307
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
308
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
309
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
310
|
+
* @param {*} [options] Override http request option.
|
|
311
|
+
* @throws {RequiredError}
|
|
312
|
+
* @memberof CharacterApiInterface
|
|
313
|
+
*/
|
|
314
|
+
getCharactersCharacterIdStandingsRaw(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
315
|
+
/**
|
|
316
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
317
|
+
* Get standings
|
|
318
|
+
*/
|
|
319
|
+
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
320
|
+
/**
|
|
321
|
+
* Returns a character\'s titles
|
|
322
|
+
* @summary Get character corporation titles
|
|
323
|
+
* @param {number} characterId The ID of the character
|
|
324
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
325
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
326
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
327
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
328
|
+
* @param {*} [options] Override http request option.
|
|
329
|
+
* @throws {RequiredError}
|
|
330
|
+
* @memberof CharacterApiInterface
|
|
331
|
+
*/
|
|
332
|
+
getCharactersCharacterIdTitlesRaw(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdTitlesGetInner>>>;
|
|
333
|
+
/**
|
|
334
|
+
* Returns a character\'s titles
|
|
335
|
+
* Get character corporation titles
|
|
336
|
+
*/
|
|
337
|
+
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>>;
|
|
338
|
+
/**
|
|
339
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
340
|
+
* @summary Character affiliation
|
|
341
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
342
|
+
* @param {Set<number>} requestBody
|
|
343
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
344
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
345
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
346
|
+
* @param {*} [options] Override http request option.
|
|
347
|
+
* @throws {RequiredError}
|
|
348
|
+
* @memberof CharacterApiInterface
|
|
349
|
+
*/
|
|
350
|
+
postCharactersAffiliationRaw(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersAffiliationPostInner>>>;
|
|
351
|
+
/**
|
|
352
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
353
|
+
* Character affiliation
|
|
354
|
+
*/
|
|
355
|
+
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>>;
|
|
356
|
+
/**
|
|
357
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
358
|
+
* @summary Calculate a CSPA charge cost
|
|
359
|
+
* @param {number} characterId The ID of the character
|
|
360
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
361
|
+
* @param {Set<number>} requestBody
|
|
362
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
363
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
364
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
* @memberof CharacterApiInterface
|
|
368
|
+
*/
|
|
369
|
+
postCharactersCharacterIdCspaRaw(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
370
|
+
/**
|
|
371
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
372
|
+
* Calculate a CSPA charge cost
|
|
373
|
+
*/
|
|
374
|
+
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
*
|
|
378
|
+
*/
|
|
379
|
+
export declare class CharacterApi extends runtime.BaseAPI implements CharacterApiInterface {
|
|
380
|
+
/**
|
|
381
|
+
* Public information about a character
|
|
382
|
+
* Get character\'s public information
|
|
383
|
+
*/
|
|
384
|
+
getCharactersCharacterIdRaw(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdGet>>;
|
|
385
|
+
/**
|
|
386
|
+
* Public information about a character
|
|
387
|
+
* Get character\'s public information
|
|
388
|
+
*/
|
|
389
|
+
getCharactersCharacterId(requestParameters: GetCharactersCharacterIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdGet>;
|
|
390
|
+
/**
|
|
391
|
+
* 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)
|
|
392
|
+
* Get agents research
|
|
393
|
+
*/
|
|
394
|
+
getCharactersCharacterIdAgentsResearchRaw(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdAgentsResearchGetInner>>>;
|
|
395
|
+
/**
|
|
396
|
+
* 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)
|
|
397
|
+
* Get agents research
|
|
398
|
+
*/
|
|
399
|
+
getCharactersCharacterIdAgentsResearch(requestParameters: GetCharactersCharacterIdAgentsResearchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdAgentsResearchGetInner>>;
|
|
400
|
+
/**
|
|
401
|
+
* Return a list of blueprints the character owns
|
|
402
|
+
* Get blueprints
|
|
403
|
+
*/
|
|
404
|
+
getCharactersCharacterIdBlueprintsRaw(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdBlueprintsGetInner>>>;
|
|
405
|
+
/**
|
|
406
|
+
* Return a list of blueprints the character owns
|
|
407
|
+
* Get blueprints
|
|
408
|
+
*/
|
|
409
|
+
getCharactersCharacterIdBlueprints(requestParameters: GetCharactersCharacterIdBlueprintsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdBlueprintsGetInner>>;
|
|
410
|
+
/**
|
|
411
|
+
* Get a list of all the corporations a character has been a member of
|
|
412
|
+
* Get corporation history
|
|
413
|
+
*/
|
|
414
|
+
getCharactersCharacterIdCorporationhistoryRaw(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdCorporationhistoryGetInner>>>;
|
|
415
|
+
/**
|
|
416
|
+
* Get a list of all the corporations a character has been a member of
|
|
417
|
+
* Get corporation history
|
|
418
|
+
*/
|
|
419
|
+
getCharactersCharacterIdCorporationhistory(requestParameters: GetCharactersCharacterIdCorporationhistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdCorporationhistoryGetInner>>;
|
|
420
|
+
/**
|
|
421
|
+
* Return a character\'s jump activation and fatigue information
|
|
422
|
+
* Get jump fatigue
|
|
423
|
+
*/
|
|
424
|
+
getCharactersCharacterIdFatigueRaw(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdFatigueGet>>;
|
|
425
|
+
/**
|
|
426
|
+
* Return a character\'s jump activation and fatigue information
|
|
427
|
+
* Get jump fatigue
|
|
428
|
+
*/
|
|
429
|
+
getCharactersCharacterIdFatigue(requestParameters: GetCharactersCharacterIdFatigueRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdFatigueGet>;
|
|
430
|
+
/**
|
|
431
|
+
* Return a list of medals the character has
|
|
432
|
+
* Get medals
|
|
433
|
+
*/
|
|
434
|
+
getCharactersCharacterIdMedalsRaw(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMedalsGetInner>>>;
|
|
435
|
+
/**
|
|
436
|
+
* Return a list of medals the character has
|
|
437
|
+
* Get medals
|
|
438
|
+
*/
|
|
439
|
+
getCharactersCharacterIdMedals(requestParameters: GetCharactersCharacterIdMedalsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMedalsGetInner>>;
|
|
440
|
+
/**
|
|
441
|
+
* Return character notifications
|
|
442
|
+
* Get character notifications
|
|
443
|
+
*/
|
|
444
|
+
getCharactersCharacterIdNotificationsRaw(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsGetInner>>>;
|
|
445
|
+
/**
|
|
446
|
+
* Return character notifications
|
|
447
|
+
* Get character notifications
|
|
448
|
+
*/
|
|
449
|
+
getCharactersCharacterIdNotifications(requestParameters: GetCharactersCharacterIdNotificationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsGetInner>>;
|
|
450
|
+
/**
|
|
451
|
+
* Return notifications about having been added to someone\'s contact list
|
|
452
|
+
* Get new contact notifications
|
|
453
|
+
*/
|
|
454
|
+
getCharactersCharacterIdNotificationsContactsRaw(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdNotificationsContactsGetInner>>>;
|
|
455
|
+
/**
|
|
456
|
+
* Return notifications about having been added to someone\'s contact list
|
|
457
|
+
* Get new contact notifications
|
|
458
|
+
*/
|
|
459
|
+
getCharactersCharacterIdNotificationsContacts(requestParameters: GetCharactersCharacterIdNotificationsContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdNotificationsContactsGetInner>>;
|
|
460
|
+
/**
|
|
461
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
462
|
+
* Get character portraits
|
|
463
|
+
*/
|
|
464
|
+
getCharactersCharacterIdPortraitRaw(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdPortraitGet>>;
|
|
465
|
+
/**
|
|
466
|
+
* Get portrait urls for a character This route expires daily at 11:05
|
|
467
|
+
* Get character portraits
|
|
468
|
+
*/
|
|
469
|
+
getCharactersCharacterIdPortrait(requestParameters: GetCharactersCharacterIdPortraitRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdPortraitGet>;
|
|
470
|
+
/**
|
|
471
|
+
* Returns a character\'s corporation roles
|
|
472
|
+
* Get character corporation roles
|
|
473
|
+
*/
|
|
474
|
+
getCharactersCharacterIdRolesRaw(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdRolesGet>>;
|
|
475
|
+
/**
|
|
476
|
+
* Returns a character\'s corporation roles
|
|
477
|
+
* Get character corporation roles
|
|
478
|
+
*/
|
|
479
|
+
getCharactersCharacterIdRoles(requestParameters: GetCharactersCharacterIdRolesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdRolesGet>;
|
|
480
|
+
/**
|
|
481
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
482
|
+
* Get standings
|
|
483
|
+
*/
|
|
484
|
+
getCharactersCharacterIdStandingsRaw(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdStandingsGetInner>>>;
|
|
485
|
+
/**
|
|
486
|
+
* Return character standings from agents, NPC corporations, and factions
|
|
487
|
+
* Get standings
|
|
488
|
+
*/
|
|
489
|
+
getCharactersCharacterIdStandings(requestParameters: GetCharactersCharacterIdStandingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdStandingsGetInner>>;
|
|
490
|
+
/**
|
|
491
|
+
* Returns a character\'s titles
|
|
492
|
+
* Get character corporation titles
|
|
493
|
+
*/
|
|
494
|
+
getCharactersCharacterIdTitlesRaw(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdTitlesGetInner>>>;
|
|
495
|
+
/**
|
|
496
|
+
* Returns a character\'s titles
|
|
497
|
+
* Get character corporation titles
|
|
498
|
+
*/
|
|
499
|
+
getCharactersCharacterIdTitles(requestParameters: GetCharactersCharacterIdTitlesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdTitlesGetInner>>;
|
|
500
|
+
/**
|
|
501
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
502
|
+
* Character affiliation
|
|
503
|
+
*/
|
|
504
|
+
postCharactersAffiliationRaw(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersAffiliationPostInner>>>;
|
|
505
|
+
/**
|
|
506
|
+
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
507
|
+
* Character affiliation
|
|
508
|
+
*/
|
|
509
|
+
postCharactersAffiliation(requestParameters: PostCharactersAffiliationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersAffiliationPostInner>>;
|
|
510
|
+
/**
|
|
511
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
512
|
+
* Calculate a CSPA charge cost
|
|
513
|
+
*/
|
|
514
|
+
postCharactersCharacterIdCspaRaw(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
515
|
+
/**
|
|
516
|
+
* Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
517
|
+
* Calculate a CSPA charge cost
|
|
518
|
+
*/
|
|
519
|
+
postCharactersCharacterIdCspa(requestParameters: PostCharactersCharacterIdCspaRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* @export
|
|
523
|
+
* @enum {string}
|
|
524
|
+
*/
|
|
525
|
+
export declare enum GetCharactersCharacterIdXCompatibilityDateEnum {
|
|
526
|
+
_20200101 = "2020-01-01"
|
|
527
|
+
}
|
|
528
|
+
/**
|
|
529
|
+
* @export
|
|
530
|
+
* @enum {string}
|
|
531
|
+
*/
|
|
532
|
+
export declare enum GetCharactersCharacterIdAcceptLanguageEnum {
|
|
533
|
+
En = "en",
|
|
534
|
+
De = "de",
|
|
535
|
+
Fr = "fr",
|
|
536
|
+
Ja = "ja",
|
|
537
|
+
Ru = "ru",
|
|
538
|
+
Zh = "zh",
|
|
539
|
+
Ko = "ko",
|
|
540
|
+
Es = "es"
|
|
541
|
+
}
|
|
542
|
+
/**
|
|
543
|
+
* @export
|
|
544
|
+
* @enum {string}
|
|
545
|
+
*/
|
|
546
|
+
export declare enum GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum {
|
|
547
|
+
_20200101 = "2020-01-01"
|
|
548
|
+
}
|
|
549
|
+
/**
|
|
550
|
+
* @export
|
|
551
|
+
* @enum {string}
|
|
552
|
+
*/
|
|
553
|
+
export declare enum GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum {
|
|
554
|
+
En = "en",
|
|
555
|
+
De = "de",
|
|
556
|
+
Fr = "fr",
|
|
557
|
+
Ja = "ja",
|
|
558
|
+
Ru = "ru",
|
|
559
|
+
Zh = "zh",
|
|
560
|
+
Ko = "ko",
|
|
561
|
+
Es = "es"
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* @export
|
|
565
|
+
* @enum {string}
|
|
566
|
+
*/
|
|
567
|
+
export declare enum GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum {
|
|
568
|
+
_20200101 = "2020-01-01"
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* @export
|
|
572
|
+
* @enum {string}
|
|
573
|
+
*/
|
|
574
|
+
export declare enum GetCharactersCharacterIdBlueprintsAcceptLanguageEnum {
|
|
575
|
+
En = "en",
|
|
576
|
+
De = "de",
|
|
577
|
+
Fr = "fr",
|
|
578
|
+
Ja = "ja",
|
|
579
|
+
Ru = "ru",
|
|
580
|
+
Zh = "zh",
|
|
581
|
+
Ko = "ko",
|
|
582
|
+
Es = "es"
|
|
583
|
+
}
|
|
584
|
+
/**
|
|
585
|
+
* @export
|
|
586
|
+
* @enum {string}
|
|
587
|
+
*/
|
|
588
|
+
export declare enum GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum {
|
|
589
|
+
_20200101 = "2020-01-01"
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* @export
|
|
593
|
+
* @enum {string}
|
|
594
|
+
*/
|
|
595
|
+
export declare enum GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum {
|
|
596
|
+
En = "en",
|
|
597
|
+
De = "de",
|
|
598
|
+
Fr = "fr",
|
|
599
|
+
Ja = "ja",
|
|
600
|
+
Ru = "ru",
|
|
601
|
+
Zh = "zh",
|
|
602
|
+
Ko = "ko",
|
|
603
|
+
Es = "es"
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* @export
|
|
607
|
+
* @enum {string}
|
|
608
|
+
*/
|
|
609
|
+
export declare enum GetCharactersCharacterIdFatigueXCompatibilityDateEnum {
|
|
610
|
+
_20200101 = "2020-01-01"
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* @export
|
|
614
|
+
* @enum {string}
|
|
615
|
+
*/
|
|
616
|
+
export declare enum GetCharactersCharacterIdFatigueAcceptLanguageEnum {
|
|
617
|
+
En = "en",
|
|
618
|
+
De = "de",
|
|
619
|
+
Fr = "fr",
|
|
620
|
+
Ja = "ja",
|
|
621
|
+
Ru = "ru",
|
|
622
|
+
Zh = "zh",
|
|
623
|
+
Ko = "ko",
|
|
624
|
+
Es = "es"
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* @export
|
|
628
|
+
* @enum {string}
|
|
629
|
+
*/
|
|
630
|
+
export declare enum GetCharactersCharacterIdMedalsXCompatibilityDateEnum {
|
|
631
|
+
_20200101 = "2020-01-01"
|
|
632
|
+
}
|
|
633
|
+
/**
|
|
634
|
+
* @export
|
|
635
|
+
* @enum {string}
|
|
636
|
+
*/
|
|
637
|
+
export declare enum GetCharactersCharacterIdMedalsAcceptLanguageEnum {
|
|
638
|
+
En = "en",
|
|
639
|
+
De = "de",
|
|
640
|
+
Fr = "fr",
|
|
641
|
+
Ja = "ja",
|
|
642
|
+
Ru = "ru",
|
|
643
|
+
Zh = "zh",
|
|
644
|
+
Ko = "ko",
|
|
645
|
+
Es = "es"
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* @export
|
|
649
|
+
* @enum {string}
|
|
650
|
+
*/
|
|
651
|
+
export declare enum GetCharactersCharacterIdNotificationsXCompatibilityDateEnum {
|
|
652
|
+
_20200101 = "2020-01-01"
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* @export
|
|
656
|
+
* @enum {string}
|
|
657
|
+
*/
|
|
658
|
+
export declare enum GetCharactersCharacterIdNotificationsAcceptLanguageEnum {
|
|
659
|
+
En = "en",
|
|
660
|
+
De = "de",
|
|
661
|
+
Fr = "fr",
|
|
662
|
+
Ja = "ja",
|
|
663
|
+
Ru = "ru",
|
|
664
|
+
Zh = "zh",
|
|
665
|
+
Ko = "ko",
|
|
666
|
+
Es = "es"
|
|
667
|
+
}
|
|
668
|
+
/**
|
|
669
|
+
* @export
|
|
670
|
+
* @enum {string}
|
|
671
|
+
*/
|
|
672
|
+
export declare enum GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum {
|
|
673
|
+
_20200101 = "2020-01-01"
|
|
674
|
+
}
|
|
675
|
+
/**
|
|
676
|
+
* @export
|
|
677
|
+
* @enum {string}
|
|
678
|
+
*/
|
|
679
|
+
export declare enum GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum {
|
|
680
|
+
En = "en",
|
|
681
|
+
De = "de",
|
|
682
|
+
Fr = "fr",
|
|
683
|
+
Ja = "ja",
|
|
684
|
+
Ru = "ru",
|
|
685
|
+
Zh = "zh",
|
|
686
|
+
Ko = "ko",
|
|
687
|
+
Es = "es"
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* @export
|
|
691
|
+
* @enum {string}
|
|
692
|
+
*/
|
|
693
|
+
export declare enum GetCharactersCharacterIdPortraitXCompatibilityDateEnum {
|
|
694
|
+
_20200101 = "2020-01-01"
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @export
|
|
698
|
+
* @enum {string}
|
|
699
|
+
*/
|
|
700
|
+
export declare enum GetCharactersCharacterIdPortraitAcceptLanguageEnum {
|
|
701
|
+
En = "en",
|
|
702
|
+
De = "de",
|
|
703
|
+
Fr = "fr",
|
|
704
|
+
Ja = "ja",
|
|
705
|
+
Ru = "ru",
|
|
706
|
+
Zh = "zh",
|
|
707
|
+
Ko = "ko",
|
|
708
|
+
Es = "es"
|
|
709
|
+
}
|
|
710
|
+
/**
|
|
711
|
+
* @export
|
|
712
|
+
* @enum {string}
|
|
713
|
+
*/
|
|
714
|
+
export declare enum GetCharactersCharacterIdRolesXCompatibilityDateEnum {
|
|
715
|
+
_20200101 = "2020-01-01"
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* @export
|
|
719
|
+
* @enum {string}
|
|
720
|
+
*/
|
|
721
|
+
export declare enum GetCharactersCharacterIdRolesAcceptLanguageEnum {
|
|
722
|
+
En = "en",
|
|
723
|
+
De = "de",
|
|
724
|
+
Fr = "fr",
|
|
725
|
+
Ja = "ja",
|
|
726
|
+
Ru = "ru",
|
|
727
|
+
Zh = "zh",
|
|
728
|
+
Ko = "ko",
|
|
729
|
+
Es = "es"
|
|
730
|
+
}
|
|
731
|
+
/**
|
|
732
|
+
* @export
|
|
733
|
+
* @enum {string}
|
|
734
|
+
*/
|
|
735
|
+
export declare enum GetCharactersCharacterIdStandingsXCompatibilityDateEnum {
|
|
736
|
+
_20200101 = "2020-01-01"
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
* @export
|
|
740
|
+
* @enum {string}
|
|
741
|
+
*/
|
|
742
|
+
export declare enum GetCharactersCharacterIdStandingsAcceptLanguageEnum {
|
|
743
|
+
En = "en",
|
|
744
|
+
De = "de",
|
|
745
|
+
Fr = "fr",
|
|
746
|
+
Ja = "ja",
|
|
747
|
+
Ru = "ru",
|
|
748
|
+
Zh = "zh",
|
|
749
|
+
Ko = "ko",
|
|
750
|
+
Es = "es"
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
* @export
|
|
754
|
+
* @enum {string}
|
|
755
|
+
*/
|
|
756
|
+
export declare enum GetCharactersCharacterIdTitlesXCompatibilityDateEnum {
|
|
757
|
+
_20200101 = "2020-01-01"
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* @export
|
|
761
|
+
* @enum {string}
|
|
762
|
+
*/
|
|
763
|
+
export declare enum GetCharactersCharacterIdTitlesAcceptLanguageEnum {
|
|
764
|
+
En = "en",
|
|
765
|
+
De = "de",
|
|
766
|
+
Fr = "fr",
|
|
767
|
+
Ja = "ja",
|
|
768
|
+
Ru = "ru",
|
|
769
|
+
Zh = "zh",
|
|
770
|
+
Ko = "ko",
|
|
771
|
+
Es = "es"
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* @export
|
|
775
|
+
* @enum {string}
|
|
776
|
+
*/
|
|
777
|
+
export declare enum PostCharactersAffiliationXCompatibilityDateEnum {
|
|
778
|
+
_20200101 = "2020-01-01"
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* @export
|
|
782
|
+
* @enum {string}
|
|
783
|
+
*/
|
|
784
|
+
export declare enum PostCharactersAffiliationAcceptLanguageEnum {
|
|
785
|
+
En = "en",
|
|
786
|
+
De = "de",
|
|
787
|
+
Fr = "fr",
|
|
788
|
+
Ja = "ja",
|
|
789
|
+
Ru = "ru",
|
|
790
|
+
Zh = "zh",
|
|
791
|
+
Ko = "ko",
|
|
792
|
+
Es = "es"
|
|
793
|
+
}
|
|
794
|
+
/**
|
|
795
|
+
* @export
|
|
796
|
+
* @enum {string}
|
|
797
|
+
*/
|
|
798
|
+
export declare enum PostCharactersCharacterIdCspaXCompatibilityDateEnum {
|
|
799
|
+
_20200101 = "2020-01-01"
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* @export
|
|
803
|
+
* @enum {string}
|
|
804
|
+
*/
|
|
805
|
+
export declare enum PostCharactersCharacterIdCspaAcceptLanguageEnum {
|
|
806
|
+
En = "en",
|
|
807
|
+
De = "de",
|
|
808
|
+
Fr = "fr",
|
|
809
|
+
Ja = "ja",
|
|
810
|
+
Ru = "ru",
|
|
811
|
+
Zh = "zh",
|
|
812
|
+
Ko = "ko",
|
|
813
|
+
Es = "es"
|
|
814
|
+
}
|