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,1892 @@
|
|
|
1
|
+
# CorporationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**getCorporationsCorporationId**](CorporationApi.md#getcorporationscorporationid) | **GET** /corporations/{corporation_id} | Get corporation information |
|
|
8
|
+
| [**getCorporationsCorporationIdAlliancehistory**](CorporationApi.md#getcorporationscorporationidalliancehistory) | **GET** /corporations/{corporation_id}/alliancehistory | Get alliance history |
|
|
9
|
+
| [**getCorporationsCorporationIdBlueprints**](CorporationApi.md#getcorporationscorporationidblueprints) | **GET** /corporations/{corporation_id}/blueprints | Get corporation blueprints |
|
|
10
|
+
| [**getCorporationsCorporationIdContainersLogs**](CorporationApi.md#getcorporationscorporationidcontainerslogs) | **GET** /corporations/{corporation_id}/containers/logs | Get all corporation ALSC logs |
|
|
11
|
+
| [**getCorporationsCorporationIdDivisions**](CorporationApi.md#getcorporationscorporationiddivisions) | **GET** /corporations/{corporation_id}/divisions | Get corporation divisions |
|
|
12
|
+
| [**getCorporationsCorporationIdFacilities**](CorporationApi.md#getcorporationscorporationidfacilities) | **GET** /corporations/{corporation_id}/facilities | Get corporation facilities |
|
|
13
|
+
| [**getCorporationsCorporationIdIcons**](CorporationApi.md#getcorporationscorporationidicons) | **GET** /corporations/{corporation_id}/icons | Get corporation icon |
|
|
14
|
+
| [**getCorporationsCorporationIdMedals**](CorporationApi.md#getcorporationscorporationidmedals) | **GET** /corporations/{corporation_id}/medals | Get corporation medals |
|
|
15
|
+
| [**getCorporationsCorporationIdMedalsIssued**](CorporationApi.md#getcorporationscorporationidmedalsissued) | **GET** /corporations/{corporation_id}/medals/issued | Get corporation issued medals |
|
|
16
|
+
| [**getCorporationsCorporationIdMembers**](CorporationApi.md#getcorporationscorporationidmembers) | **GET** /corporations/{corporation_id}/members | Get corporation members |
|
|
17
|
+
| [**getCorporationsCorporationIdMembersLimit**](CorporationApi.md#getcorporationscorporationidmemberslimit) | **GET** /corporations/{corporation_id}/members/limit | Get corporation member limit |
|
|
18
|
+
| [**getCorporationsCorporationIdMembersTitles**](CorporationApi.md#getcorporationscorporationidmemberstitles) | **GET** /corporations/{corporation_id}/members/titles | Get corporation\'s members\' titles |
|
|
19
|
+
| [**getCorporationsCorporationIdMembertracking**](CorporationApi.md#getcorporationscorporationidmembertracking) | **GET** /corporations/{corporation_id}/membertracking | Track corporation members |
|
|
20
|
+
| [**getCorporationsCorporationIdRoles**](CorporationApi.md#getcorporationscorporationidroles) | **GET** /corporations/{corporation_id}/roles | Get corporation member roles |
|
|
21
|
+
| [**getCorporationsCorporationIdRolesHistory**](CorporationApi.md#getcorporationscorporationidroleshistory) | **GET** /corporations/{corporation_id}/roles/history | Get corporation member roles history |
|
|
22
|
+
| [**getCorporationsCorporationIdShareholders**](CorporationApi.md#getcorporationscorporationidshareholders) | **GET** /corporations/{corporation_id}/shareholders | Get corporation shareholders |
|
|
23
|
+
| [**getCorporationsCorporationIdStandings**](CorporationApi.md#getcorporationscorporationidstandings) | **GET** /corporations/{corporation_id}/standings | Get corporation standings |
|
|
24
|
+
| [**getCorporationsCorporationIdStarbases**](CorporationApi.md#getcorporationscorporationidstarbases) | **GET** /corporations/{corporation_id}/starbases | Get corporation starbases (POSes) |
|
|
25
|
+
| [**getCorporationsCorporationIdStarbasesStarbaseId**](CorporationApi.md#getcorporationscorporationidstarbasesstarbaseid) | **GET** /corporations/{corporation_id}/starbases/{starbase_id} | Get starbase (POS) detail |
|
|
26
|
+
| [**getCorporationsCorporationIdStructures**](CorporationApi.md#getcorporationscorporationidstructures) | **GET** /corporations/{corporation_id}/structures | Get corporation structures |
|
|
27
|
+
| [**getCorporationsCorporationIdTitles**](CorporationApi.md#getcorporationscorporationidtitles) | **GET** /corporations/{corporation_id}/titles | Get corporation titles |
|
|
28
|
+
| [**getCorporationsNpccorps**](CorporationApi.md#getcorporationsnpccorps) | **GET** /corporations/npccorps | Get npc corporations |
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## getCorporationsCorporationId
|
|
33
|
+
|
|
34
|
+
> CorporationsCorporationIdGet getCorporationsCorporationId(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
35
|
+
|
|
36
|
+
Get corporation information
|
|
37
|
+
|
|
38
|
+
Public information about a corporation
|
|
39
|
+
|
|
40
|
+
### Example
|
|
41
|
+
|
|
42
|
+
```ts
|
|
43
|
+
import {
|
|
44
|
+
Configuration,
|
|
45
|
+
CorporationApi,
|
|
46
|
+
} from 'esisl_genoa_client';
|
|
47
|
+
import type { GetCorporationsCorporationIdRequest } from 'esisl_genoa_client';
|
|
48
|
+
|
|
49
|
+
async function example() {
|
|
50
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
51
|
+
const api = new CorporationApi();
|
|
52
|
+
|
|
53
|
+
const body = {
|
|
54
|
+
// number | The ID of the corporation
|
|
55
|
+
corporationId: 789,
|
|
56
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
57
|
+
xCompatibilityDate: 2013-10-20,
|
|
58
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
59
|
+
acceptLanguage: acceptLanguage_example,
|
|
60
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
61
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
62
|
+
// string | The tenant ID for the request. (optional)
|
|
63
|
+
xTenant: ,
|
|
64
|
+
} satisfies GetCorporationsCorporationIdRequest;
|
|
65
|
+
|
|
66
|
+
try {
|
|
67
|
+
const data = await api.getCorporationsCorporationId(body);
|
|
68
|
+
console.log(data);
|
|
69
|
+
} catch (error) {
|
|
70
|
+
console.error(error);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// Run the test
|
|
75
|
+
example().catch(console.error);
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Parameters
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
| Name | Type | Description | Notes |
|
|
82
|
+
|------------- | ------------- | ------------- | -------------|
|
|
83
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
84
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
85
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
86
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
87
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
88
|
+
|
|
89
|
+
### Return type
|
|
90
|
+
|
|
91
|
+
[**CorporationsCorporationIdGet**](CorporationsCorporationIdGet.md)
|
|
92
|
+
|
|
93
|
+
### Authorization
|
|
94
|
+
|
|
95
|
+
No authorization required
|
|
96
|
+
|
|
97
|
+
### HTTP request headers
|
|
98
|
+
|
|
99
|
+
- **Content-Type**: Not defined
|
|
100
|
+
- **Accept**: `application/json`
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### HTTP response details
|
|
104
|
+
| Status code | Description | Response headers |
|
|
105
|
+
|-------------|-------------|------------------|
|
|
106
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
107
|
+
| **0** | Error | - |
|
|
108
|
+
|
|
109
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## getCorporationsCorporationIdAlliancehistory
|
|
113
|
+
|
|
114
|
+
> Array<CorporationsCorporationIdAlliancehistoryGetInner> getCorporationsCorporationIdAlliancehistory(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
115
|
+
|
|
116
|
+
Get alliance history
|
|
117
|
+
|
|
118
|
+
Get a list of all the alliances a corporation has been a member of
|
|
119
|
+
|
|
120
|
+
### Example
|
|
121
|
+
|
|
122
|
+
```ts
|
|
123
|
+
import {
|
|
124
|
+
Configuration,
|
|
125
|
+
CorporationApi,
|
|
126
|
+
} from 'esisl_genoa_client';
|
|
127
|
+
import type { GetCorporationsCorporationIdAlliancehistoryRequest } from 'esisl_genoa_client';
|
|
128
|
+
|
|
129
|
+
async function example() {
|
|
130
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
131
|
+
const api = new CorporationApi();
|
|
132
|
+
|
|
133
|
+
const body = {
|
|
134
|
+
// number | The ID of the corporation
|
|
135
|
+
corporationId: 789,
|
|
136
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
137
|
+
xCompatibilityDate: 2013-10-20,
|
|
138
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
139
|
+
acceptLanguage: acceptLanguage_example,
|
|
140
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
141
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
142
|
+
// string | The tenant ID for the request. (optional)
|
|
143
|
+
xTenant: ,
|
|
144
|
+
} satisfies GetCorporationsCorporationIdAlliancehistoryRequest;
|
|
145
|
+
|
|
146
|
+
try {
|
|
147
|
+
const data = await api.getCorporationsCorporationIdAlliancehistory(body);
|
|
148
|
+
console.log(data);
|
|
149
|
+
} catch (error) {
|
|
150
|
+
console.error(error);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// Run the test
|
|
155
|
+
example().catch(console.error);
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### Parameters
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
| Name | Type | Description | Notes |
|
|
162
|
+
|------------- | ------------- | ------------- | -------------|
|
|
163
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
164
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
165
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
166
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
167
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
168
|
+
|
|
169
|
+
### Return type
|
|
170
|
+
|
|
171
|
+
[**Array<CorporationsCorporationIdAlliancehistoryGetInner>**](CorporationsCorporationIdAlliancehistoryGetInner.md)
|
|
172
|
+
|
|
173
|
+
### Authorization
|
|
174
|
+
|
|
175
|
+
No authorization required
|
|
176
|
+
|
|
177
|
+
### HTTP request headers
|
|
178
|
+
|
|
179
|
+
- **Content-Type**: Not defined
|
|
180
|
+
- **Accept**: `application/json`
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### HTTP response details
|
|
184
|
+
| Status code | Description | Response headers |
|
|
185
|
+
|-------------|-------------|------------------|
|
|
186
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
187
|
+
| **0** | Error | - |
|
|
188
|
+
|
|
189
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## getCorporationsCorporationIdBlueprints
|
|
193
|
+
|
|
194
|
+
> Array<CorporationsCorporationIdBlueprintsGetInner> getCorporationsCorporationIdBlueprints(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
195
|
+
|
|
196
|
+
Get corporation blueprints
|
|
197
|
+
|
|
198
|
+
Returns a list of blueprints the corporation owns
|
|
199
|
+
|
|
200
|
+
### Example
|
|
201
|
+
|
|
202
|
+
```ts
|
|
203
|
+
import {
|
|
204
|
+
Configuration,
|
|
205
|
+
CorporationApi,
|
|
206
|
+
} from 'esisl_genoa_client';
|
|
207
|
+
import type { GetCorporationsCorporationIdBlueprintsRequest } from 'esisl_genoa_client';
|
|
208
|
+
|
|
209
|
+
async function example() {
|
|
210
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
211
|
+
const config = new Configuration({
|
|
212
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
213
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
214
|
+
});
|
|
215
|
+
const api = new CorporationApi(config);
|
|
216
|
+
|
|
217
|
+
const body = {
|
|
218
|
+
// number | The ID of the corporation
|
|
219
|
+
corporationId: 789,
|
|
220
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
221
|
+
xCompatibilityDate: 2013-10-20,
|
|
222
|
+
// number (optional)
|
|
223
|
+
page: 56,
|
|
224
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
225
|
+
acceptLanguage: acceptLanguage_example,
|
|
226
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
227
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
228
|
+
// string | The tenant ID for the request. (optional)
|
|
229
|
+
xTenant: ,
|
|
230
|
+
} satisfies GetCorporationsCorporationIdBlueprintsRequest;
|
|
231
|
+
|
|
232
|
+
try {
|
|
233
|
+
const data = await api.getCorporationsCorporationIdBlueprints(body);
|
|
234
|
+
console.log(data);
|
|
235
|
+
} catch (error) {
|
|
236
|
+
console.error(error);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// Run the test
|
|
241
|
+
example().catch(console.error);
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
### Parameters
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
| Name | Type | Description | Notes |
|
|
248
|
+
|------------- | ------------- | ------------- | -------------|
|
|
249
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
250
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
251
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
252
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
253
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
254
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
255
|
+
|
|
256
|
+
### Return type
|
|
257
|
+
|
|
258
|
+
[**Array<CorporationsCorporationIdBlueprintsGetInner>**](CorporationsCorporationIdBlueprintsGetInner.md)
|
|
259
|
+
|
|
260
|
+
### Authorization
|
|
261
|
+
|
|
262
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
263
|
+
|
|
264
|
+
### HTTP request headers
|
|
265
|
+
|
|
266
|
+
- **Content-Type**: Not defined
|
|
267
|
+
- **Accept**: `application/json`
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### HTTP response details
|
|
271
|
+
| Status code | Description | Response headers |
|
|
272
|
+
|-------------|-------------|------------------|
|
|
273
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
274
|
+
| **0** | Error | - |
|
|
275
|
+
|
|
276
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## getCorporationsCorporationIdContainersLogs
|
|
280
|
+
|
|
281
|
+
> Array<CorporationsCorporationIdContainersLogsGetInner> getCorporationsCorporationIdContainersLogs(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
282
|
+
|
|
283
|
+
Get all corporation ALSC logs
|
|
284
|
+
|
|
285
|
+
Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
|
|
286
|
+
|
|
287
|
+
### Example
|
|
288
|
+
|
|
289
|
+
```ts
|
|
290
|
+
import {
|
|
291
|
+
Configuration,
|
|
292
|
+
CorporationApi,
|
|
293
|
+
} from 'esisl_genoa_client';
|
|
294
|
+
import type { GetCorporationsCorporationIdContainersLogsRequest } from 'esisl_genoa_client';
|
|
295
|
+
|
|
296
|
+
async function example() {
|
|
297
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
298
|
+
const config = new Configuration({
|
|
299
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
300
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
301
|
+
});
|
|
302
|
+
const api = new CorporationApi(config);
|
|
303
|
+
|
|
304
|
+
const body = {
|
|
305
|
+
// number | The ID of the corporation
|
|
306
|
+
corporationId: 789,
|
|
307
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
308
|
+
xCompatibilityDate: 2013-10-20,
|
|
309
|
+
// number (optional)
|
|
310
|
+
page: 56,
|
|
311
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
312
|
+
acceptLanguage: acceptLanguage_example,
|
|
313
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
314
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
315
|
+
// string | The tenant ID for the request. (optional)
|
|
316
|
+
xTenant: ,
|
|
317
|
+
} satisfies GetCorporationsCorporationIdContainersLogsRequest;
|
|
318
|
+
|
|
319
|
+
try {
|
|
320
|
+
const data = await api.getCorporationsCorporationIdContainersLogs(body);
|
|
321
|
+
console.log(data);
|
|
322
|
+
} catch (error) {
|
|
323
|
+
console.error(error);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// Run the test
|
|
328
|
+
example().catch(console.error);
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
### Parameters
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
| Name | Type | Description | Notes |
|
|
335
|
+
|------------- | ------------- | ------------- | -------------|
|
|
336
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
337
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
338
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
339
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
340
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
341
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
342
|
+
|
|
343
|
+
### Return type
|
|
344
|
+
|
|
345
|
+
[**Array<CorporationsCorporationIdContainersLogsGetInner>**](CorporationsCorporationIdContainersLogsGetInner.md)
|
|
346
|
+
|
|
347
|
+
### Authorization
|
|
348
|
+
|
|
349
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
350
|
+
|
|
351
|
+
### HTTP request headers
|
|
352
|
+
|
|
353
|
+
- **Content-Type**: Not defined
|
|
354
|
+
- **Accept**: `application/json`
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### HTTP response details
|
|
358
|
+
| Status code | Description | Response headers |
|
|
359
|
+
|-------------|-------------|------------------|
|
|
360
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
361
|
+
| **0** | Error | - |
|
|
362
|
+
|
|
363
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
## getCorporationsCorporationIdDivisions
|
|
367
|
+
|
|
368
|
+
> CorporationsCorporationIdDivisionsGet getCorporationsCorporationIdDivisions(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
369
|
+
|
|
370
|
+
Get corporation divisions
|
|
371
|
+
|
|
372
|
+
Return corporation hangar and wallet division names, only show if a division is not using the default name
|
|
373
|
+
|
|
374
|
+
### Example
|
|
375
|
+
|
|
376
|
+
```ts
|
|
377
|
+
import {
|
|
378
|
+
Configuration,
|
|
379
|
+
CorporationApi,
|
|
380
|
+
} from 'esisl_genoa_client';
|
|
381
|
+
import type { GetCorporationsCorporationIdDivisionsRequest } from 'esisl_genoa_client';
|
|
382
|
+
|
|
383
|
+
async function example() {
|
|
384
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
385
|
+
const config = new Configuration({
|
|
386
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
387
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
388
|
+
});
|
|
389
|
+
const api = new CorporationApi(config);
|
|
390
|
+
|
|
391
|
+
const body = {
|
|
392
|
+
// number | The ID of the corporation
|
|
393
|
+
corporationId: 789,
|
|
394
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
395
|
+
xCompatibilityDate: 2013-10-20,
|
|
396
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
397
|
+
acceptLanguage: acceptLanguage_example,
|
|
398
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
399
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
400
|
+
// string | The tenant ID for the request. (optional)
|
|
401
|
+
xTenant: ,
|
|
402
|
+
} satisfies GetCorporationsCorporationIdDivisionsRequest;
|
|
403
|
+
|
|
404
|
+
try {
|
|
405
|
+
const data = await api.getCorporationsCorporationIdDivisions(body);
|
|
406
|
+
console.log(data);
|
|
407
|
+
} catch (error) {
|
|
408
|
+
console.error(error);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// Run the test
|
|
413
|
+
example().catch(console.error);
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
### Parameters
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
| Name | Type | Description | Notes |
|
|
420
|
+
|------------- | ------------- | ------------- | -------------|
|
|
421
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
422
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
423
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
424
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
425
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
426
|
+
|
|
427
|
+
### Return type
|
|
428
|
+
|
|
429
|
+
[**CorporationsCorporationIdDivisionsGet**](CorporationsCorporationIdDivisionsGet.md)
|
|
430
|
+
|
|
431
|
+
### Authorization
|
|
432
|
+
|
|
433
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
434
|
+
|
|
435
|
+
### HTTP request headers
|
|
436
|
+
|
|
437
|
+
- **Content-Type**: Not defined
|
|
438
|
+
- **Accept**: `application/json`
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### HTTP response details
|
|
442
|
+
| Status code | Description | Response headers |
|
|
443
|
+
|-------------|-------------|------------------|
|
|
444
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
445
|
+
| **0** | Error | - |
|
|
446
|
+
|
|
447
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
## getCorporationsCorporationIdFacilities
|
|
451
|
+
|
|
452
|
+
> Array<CorporationsCorporationIdFacilitiesGetInner> getCorporationsCorporationIdFacilities(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
453
|
+
|
|
454
|
+
Get corporation facilities
|
|
455
|
+
|
|
456
|
+
Return a corporation\'s facilities
|
|
457
|
+
|
|
458
|
+
### Example
|
|
459
|
+
|
|
460
|
+
```ts
|
|
461
|
+
import {
|
|
462
|
+
Configuration,
|
|
463
|
+
CorporationApi,
|
|
464
|
+
} from 'esisl_genoa_client';
|
|
465
|
+
import type { GetCorporationsCorporationIdFacilitiesRequest } from 'esisl_genoa_client';
|
|
466
|
+
|
|
467
|
+
async function example() {
|
|
468
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
469
|
+
const config = new Configuration({
|
|
470
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
471
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
472
|
+
});
|
|
473
|
+
const api = new CorporationApi(config);
|
|
474
|
+
|
|
475
|
+
const body = {
|
|
476
|
+
// number | The ID of the corporation
|
|
477
|
+
corporationId: 789,
|
|
478
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
479
|
+
xCompatibilityDate: 2013-10-20,
|
|
480
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
481
|
+
acceptLanguage: acceptLanguage_example,
|
|
482
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
483
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
484
|
+
// string | The tenant ID for the request. (optional)
|
|
485
|
+
xTenant: ,
|
|
486
|
+
} satisfies GetCorporationsCorporationIdFacilitiesRequest;
|
|
487
|
+
|
|
488
|
+
try {
|
|
489
|
+
const data = await api.getCorporationsCorporationIdFacilities(body);
|
|
490
|
+
console.log(data);
|
|
491
|
+
} catch (error) {
|
|
492
|
+
console.error(error);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// Run the test
|
|
497
|
+
example().catch(console.error);
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
### Parameters
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
| Name | Type | Description | Notes |
|
|
504
|
+
|------------- | ------------- | ------------- | -------------|
|
|
505
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
506
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
507
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
508
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
509
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
510
|
+
|
|
511
|
+
### Return type
|
|
512
|
+
|
|
513
|
+
[**Array<CorporationsCorporationIdFacilitiesGetInner>**](CorporationsCorporationIdFacilitiesGetInner.md)
|
|
514
|
+
|
|
515
|
+
### Authorization
|
|
516
|
+
|
|
517
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
518
|
+
|
|
519
|
+
### HTTP request headers
|
|
520
|
+
|
|
521
|
+
- **Content-Type**: Not defined
|
|
522
|
+
- **Accept**: `application/json`
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### HTTP response details
|
|
526
|
+
| Status code | Description | Response headers |
|
|
527
|
+
|-------------|-------------|------------------|
|
|
528
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
529
|
+
| **0** | Error | - |
|
|
530
|
+
|
|
531
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
## getCorporationsCorporationIdIcons
|
|
535
|
+
|
|
536
|
+
> CorporationsCorporationIdIconsGet getCorporationsCorporationIdIcons(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
537
|
+
|
|
538
|
+
Get corporation icon
|
|
539
|
+
|
|
540
|
+
Get the icon urls for a corporation
|
|
541
|
+
|
|
542
|
+
### Example
|
|
543
|
+
|
|
544
|
+
```ts
|
|
545
|
+
import {
|
|
546
|
+
Configuration,
|
|
547
|
+
CorporationApi,
|
|
548
|
+
} from 'esisl_genoa_client';
|
|
549
|
+
import type { GetCorporationsCorporationIdIconsRequest } from 'esisl_genoa_client';
|
|
550
|
+
|
|
551
|
+
async function example() {
|
|
552
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
553
|
+
const api = new CorporationApi();
|
|
554
|
+
|
|
555
|
+
const body = {
|
|
556
|
+
// number | The ID of the corporation
|
|
557
|
+
corporationId: 789,
|
|
558
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
559
|
+
xCompatibilityDate: 2013-10-20,
|
|
560
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
561
|
+
acceptLanguage: acceptLanguage_example,
|
|
562
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
563
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
564
|
+
// string | The tenant ID for the request. (optional)
|
|
565
|
+
xTenant: ,
|
|
566
|
+
} satisfies GetCorporationsCorporationIdIconsRequest;
|
|
567
|
+
|
|
568
|
+
try {
|
|
569
|
+
const data = await api.getCorporationsCorporationIdIcons(body);
|
|
570
|
+
console.log(data);
|
|
571
|
+
} catch (error) {
|
|
572
|
+
console.error(error);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// Run the test
|
|
577
|
+
example().catch(console.error);
|
|
578
|
+
```
|
|
579
|
+
|
|
580
|
+
### Parameters
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
| Name | Type | Description | Notes |
|
|
584
|
+
|------------- | ------------- | ------------- | -------------|
|
|
585
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
586
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
587
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
588
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
589
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
590
|
+
|
|
591
|
+
### Return type
|
|
592
|
+
|
|
593
|
+
[**CorporationsCorporationIdIconsGet**](CorporationsCorporationIdIconsGet.md)
|
|
594
|
+
|
|
595
|
+
### Authorization
|
|
596
|
+
|
|
597
|
+
No authorization required
|
|
598
|
+
|
|
599
|
+
### HTTP request headers
|
|
600
|
+
|
|
601
|
+
- **Content-Type**: Not defined
|
|
602
|
+
- **Accept**: `application/json`
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
### HTTP response details
|
|
606
|
+
| Status code | Description | Response headers |
|
|
607
|
+
|-------------|-------------|------------------|
|
|
608
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
609
|
+
| **0** | Error | - |
|
|
610
|
+
|
|
611
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
## getCorporationsCorporationIdMedals
|
|
615
|
+
|
|
616
|
+
> Array<CorporationsCorporationIdMedalsGetInner> getCorporationsCorporationIdMedals(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
617
|
+
|
|
618
|
+
Get corporation medals
|
|
619
|
+
|
|
620
|
+
Returns a corporation\'s medals
|
|
621
|
+
|
|
622
|
+
### Example
|
|
623
|
+
|
|
624
|
+
```ts
|
|
625
|
+
import {
|
|
626
|
+
Configuration,
|
|
627
|
+
CorporationApi,
|
|
628
|
+
} from 'esisl_genoa_client';
|
|
629
|
+
import type { GetCorporationsCorporationIdMedalsRequest } from 'esisl_genoa_client';
|
|
630
|
+
|
|
631
|
+
async function example() {
|
|
632
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
633
|
+
const config = new Configuration({
|
|
634
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
635
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
636
|
+
});
|
|
637
|
+
const api = new CorporationApi(config);
|
|
638
|
+
|
|
639
|
+
const body = {
|
|
640
|
+
// number | The ID of the corporation
|
|
641
|
+
corporationId: 789,
|
|
642
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
643
|
+
xCompatibilityDate: 2013-10-20,
|
|
644
|
+
// number (optional)
|
|
645
|
+
page: 56,
|
|
646
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
647
|
+
acceptLanguage: acceptLanguage_example,
|
|
648
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
649
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
650
|
+
// string | The tenant ID for the request. (optional)
|
|
651
|
+
xTenant: ,
|
|
652
|
+
} satisfies GetCorporationsCorporationIdMedalsRequest;
|
|
653
|
+
|
|
654
|
+
try {
|
|
655
|
+
const data = await api.getCorporationsCorporationIdMedals(body);
|
|
656
|
+
console.log(data);
|
|
657
|
+
} catch (error) {
|
|
658
|
+
console.error(error);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
// Run the test
|
|
663
|
+
example().catch(console.error);
|
|
664
|
+
```
|
|
665
|
+
|
|
666
|
+
### Parameters
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
| Name | Type | Description | Notes |
|
|
670
|
+
|------------- | ------------- | ------------- | -------------|
|
|
671
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
672
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
673
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
674
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
675
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
676
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
677
|
+
|
|
678
|
+
### Return type
|
|
679
|
+
|
|
680
|
+
[**Array<CorporationsCorporationIdMedalsGetInner>**](CorporationsCorporationIdMedalsGetInner.md)
|
|
681
|
+
|
|
682
|
+
### Authorization
|
|
683
|
+
|
|
684
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
685
|
+
|
|
686
|
+
### HTTP request headers
|
|
687
|
+
|
|
688
|
+
- **Content-Type**: Not defined
|
|
689
|
+
- **Accept**: `application/json`
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
### HTTP response details
|
|
693
|
+
| Status code | Description | Response headers |
|
|
694
|
+
|-------------|-------------|------------------|
|
|
695
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
696
|
+
| **0** | Error | - |
|
|
697
|
+
|
|
698
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
## getCorporationsCorporationIdMedalsIssued
|
|
702
|
+
|
|
703
|
+
> Array<CorporationsCorporationIdMedalsIssuedGetInner> getCorporationsCorporationIdMedalsIssued(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
704
|
+
|
|
705
|
+
Get corporation issued medals
|
|
706
|
+
|
|
707
|
+
Returns medals issued by a corporation
|
|
708
|
+
|
|
709
|
+
### Example
|
|
710
|
+
|
|
711
|
+
```ts
|
|
712
|
+
import {
|
|
713
|
+
Configuration,
|
|
714
|
+
CorporationApi,
|
|
715
|
+
} from 'esisl_genoa_client';
|
|
716
|
+
import type { GetCorporationsCorporationIdMedalsIssuedRequest } from 'esisl_genoa_client';
|
|
717
|
+
|
|
718
|
+
async function example() {
|
|
719
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
720
|
+
const config = new Configuration({
|
|
721
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
722
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
723
|
+
});
|
|
724
|
+
const api = new CorporationApi(config);
|
|
725
|
+
|
|
726
|
+
const body = {
|
|
727
|
+
// number | The ID of the corporation
|
|
728
|
+
corporationId: 789,
|
|
729
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
730
|
+
xCompatibilityDate: 2013-10-20,
|
|
731
|
+
// number (optional)
|
|
732
|
+
page: 56,
|
|
733
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
734
|
+
acceptLanguage: acceptLanguage_example,
|
|
735
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
736
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
737
|
+
// string | The tenant ID for the request. (optional)
|
|
738
|
+
xTenant: ,
|
|
739
|
+
} satisfies GetCorporationsCorporationIdMedalsIssuedRequest;
|
|
740
|
+
|
|
741
|
+
try {
|
|
742
|
+
const data = await api.getCorporationsCorporationIdMedalsIssued(body);
|
|
743
|
+
console.log(data);
|
|
744
|
+
} catch (error) {
|
|
745
|
+
console.error(error);
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// Run the test
|
|
750
|
+
example().catch(console.error);
|
|
751
|
+
```
|
|
752
|
+
|
|
753
|
+
### Parameters
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
| Name | Type | Description | Notes |
|
|
757
|
+
|------------- | ------------- | ------------- | -------------|
|
|
758
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
759
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
760
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
761
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
762
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
763
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
764
|
+
|
|
765
|
+
### Return type
|
|
766
|
+
|
|
767
|
+
[**Array<CorporationsCorporationIdMedalsIssuedGetInner>**](CorporationsCorporationIdMedalsIssuedGetInner.md)
|
|
768
|
+
|
|
769
|
+
### Authorization
|
|
770
|
+
|
|
771
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
772
|
+
|
|
773
|
+
### HTTP request headers
|
|
774
|
+
|
|
775
|
+
- **Content-Type**: Not defined
|
|
776
|
+
- **Accept**: `application/json`
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
### HTTP response details
|
|
780
|
+
| Status code | Description | Response headers |
|
|
781
|
+
|-------------|-------------|------------------|
|
|
782
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
783
|
+
| **0** | Error | - |
|
|
784
|
+
|
|
785
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
## getCorporationsCorporationIdMembers
|
|
789
|
+
|
|
790
|
+
> Array<number> getCorporationsCorporationIdMembers(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
791
|
+
|
|
792
|
+
Get corporation members
|
|
793
|
+
|
|
794
|
+
Return the current member list of a corporation, the token\'s character need to be a member of the corporation.
|
|
795
|
+
|
|
796
|
+
### Example
|
|
797
|
+
|
|
798
|
+
```ts
|
|
799
|
+
import {
|
|
800
|
+
Configuration,
|
|
801
|
+
CorporationApi,
|
|
802
|
+
} from 'esisl_genoa_client';
|
|
803
|
+
import type { GetCorporationsCorporationIdMembersRequest } from 'esisl_genoa_client';
|
|
804
|
+
|
|
805
|
+
async function example() {
|
|
806
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
807
|
+
const config = new Configuration({
|
|
808
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
809
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
810
|
+
});
|
|
811
|
+
const api = new CorporationApi(config);
|
|
812
|
+
|
|
813
|
+
const body = {
|
|
814
|
+
// number | The ID of the corporation
|
|
815
|
+
corporationId: 789,
|
|
816
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
817
|
+
xCompatibilityDate: 2013-10-20,
|
|
818
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
819
|
+
acceptLanguage: acceptLanguage_example,
|
|
820
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
821
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
822
|
+
// string | The tenant ID for the request. (optional)
|
|
823
|
+
xTenant: ,
|
|
824
|
+
} satisfies GetCorporationsCorporationIdMembersRequest;
|
|
825
|
+
|
|
826
|
+
try {
|
|
827
|
+
const data = await api.getCorporationsCorporationIdMembers(body);
|
|
828
|
+
console.log(data);
|
|
829
|
+
} catch (error) {
|
|
830
|
+
console.error(error);
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
// Run the test
|
|
835
|
+
example().catch(console.error);
|
|
836
|
+
```
|
|
837
|
+
|
|
838
|
+
### Parameters
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
| Name | Type | Description | Notes |
|
|
842
|
+
|------------- | ------------- | ------------- | -------------|
|
|
843
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
844
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
845
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
846
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
847
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
848
|
+
|
|
849
|
+
### Return type
|
|
850
|
+
|
|
851
|
+
**Array<number>**
|
|
852
|
+
|
|
853
|
+
### Authorization
|
|
854
|
+
|
|
855
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
856
|
+
|
|
857
|
+
### HTTP request headers
|
|
858
|
+
|
|
859
|
+
- **Content-Type**: Not defined
|
|
860
|
+
- **Accept**: `application/json`
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
### HTTP response details
|
|
864
|
+
| Status code | Description | Response headers |
|
|
865
|
+
|-------------|-------------|------------------|
|
|
866
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
867
|
+
| **0** | Error | - |
|
|
868
|
+
|
|
869
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
## getCorporationsCorporationIdMembersLimit
|
|
873
|
+
|
|
874
|
+
> number getCorporationsCorporationIdMembersLimit(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
875
|
+
|
|
876
|
+
Get corporation member limit
|
|
877
|
+
|
|
878
|
+
Return a corporation\'s member limit, not including CEO himself
|
|
879
|
+
|
|
880
|
+
### Example
|
|
881
|
+
|
|
882
|
+
```ts
|
|
883
|
+
import {
|
|
884
|
+
Configuration,
|
|
885
|
+
CorporationApi,
|
|
886
|
+
} from 'esisl_genoa_client';
|
|
887
|
+
import type { GetCorporationsCorporationIdMembersLimitRequest } from 'esisl_genoa_client';
|
|
888
|
+
|
|
889
|
+
async function example() {
|
|
890
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
891
|
+
const config = new Configuration({
|
|
892
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
893
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
894
|
+
});
|
|
895
|
+
const api = new CorporationApi(config);
|
|
896
|
+
|
|
897
|
+
const body = {
|
|
898
|
+
// number | The ID of the corporation
|
|
899
|
+
corporationId: 789,
|
|
900
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
901
|
+
xCompatibilityDate: 2013-10-20,
|
|
902
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
903
|
+
acceptLanguage: acceptLanguage_example,
|
|
904
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
905
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
906
|
+
// string | The tenant ID for the request. (optional)
|
|
907
|
+
xTenant: ,
|
|
908
|
+
} satisfies GetCorporationsCorporationIdMembersLimitRequest;
|
|
909
|
+
|
|
910
|
+
try {
|
|
911
|
+
const data = await api.getCorporationsCorporationIdMembersLimit(body);
|
|
912
|
+
console.log(data);
|
|
913
|
+
} catch (error) {
|
|
914
|
+
console.error(error);
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
// Run the test
|
|
919
|
+
example().catch(console.error);
|
|
920
|
+
```
|
|
921
|
+
|
|
922
|
+
### Parameters
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
| Name | Type | Description | Notes |
|
|
926
|
+
|------------- | ------------- | ------------- | -------------|
|
|
927
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
928
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
929
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
930
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
931
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
932
|
+
|
|
933
|
+
### Return type
|
|
934
|
+
|
|
935
|
+
**number**
|
|
936
|
+
|
|
937
|
+
### Authorization
|
|
938
|
+
|
|
939
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
940
|
+
|
|
941
|
+
### HTTP request headers
|
|
942
|
+
|
|
943
|
+
- **Content-Type**: Not defined
|
|
944
|
+
- **Accept**: `application/json`
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
### HTTP response details
|
|
948
|
+
| Status code | Description | Response headers |
|
|
949
|
+
|-------------|-------------|------------------|
|
|
950
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
951
|
+
| **0** | Error | - |
|
|
952
|
+
|
|
953
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
## getCorporationsCorporationIdMembersTitles
|
|
957
|
+
|
|
958
|
+
> Array<CorporationsCorporationIdMembersTitlesGetInner> getCorporationsCorporationIdMembersTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
959
|
+
|
|
960
|
+
Get corporation\'s members\' titles
|
|
961
|
+
|
|
962
|
+
Returns a corporation\'s members\' titles
|
|
963
|
+
|
|
964
|
+
### Example
|
|
965
|
+
|
|
966
|
+
```ts
|
|
967
|
+
import {
|
|
968
|
+
Configuration,
|
|
969
|
+
CorporationApi,
|
|
970
|
+
} from 'esisl_genoa_client';
|
|
971
|
+
import type { GetCorporationsCorporationIdMembersTitlesRequest } from 'esisl_genoa_client';
|
|
972
|
+
|
|
973
|
+
async function example() {
|
|
974
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
975
|
+
const config = new Configuration({
|
|
976
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
977
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
978
|
+
});
|
|
979
|
+
const api = new CorporationApi(config);
|
|
980
|
+
|
|
981
|
+
const body = {
|
|
982
|
+
// number | The ID of the corporation
|
|
983
|
+
corporationId: 789,
|
|
984
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
985
|
+
xCompatibilityDate: 2013-10-20,
|
|
986
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
987
|
+
acceptLanguage: acceptLanguage_example,
|
|
988
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
989
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
990
|
+
// string | The tenant ID for the request. (optional)
|
|
991
|
+
xTenant: ,
|
|
992
|
+
} satisfies GetCorporationsCorporationIdMembersTitlesRequest;
|
|
993
|
+
|
|
994
|
+
try {
|
|
995
|
+
const data = await api.getCorporationsCorporationIdMembersTitles(body);
|
|
996
|
+
console.log(data);
|
|
997
|
+
} catch (error) {
|
|
998
|
+
console.error(error);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
// Run the test
|
|
1003
|
+
example().catch(console.error);
|
|
1004
|
+
```
|
|
1005
|
+
|
|
1006
|
+
### Parameters
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
| Name | Type | Description | Notes |
|
|
1010
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1011
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1012
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1013
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1014
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1015
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1016
|
+
|
|
1017
|
+
### Return type
|
|
1018
|
+
|
|
1019
|
+
[**Array<CorporationsCorporationIdMembersTitlesGetInner>**](CorporationsCorporationIdMembersTitlesGetInner.md)
|
|
1020
|
+
|
|
1021
|
+
### Authorization
|
|
1022
|
+
|
|
1023
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1024
|
+
|
|
1025
|
+
### HTTP request headers
|
|
1026
|
+
|
|
1027
|
+
- **Content-Type**: Not defined
|
|
1028
|
+
- **Accept**: `application/json`
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
### HTTP response details
|
|
1032
|
+
| Status code | Description | Response headers |
|
|
1033
|
+
|-------------|-------------|------------------|
|
|
1034
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1035
|
+
| **0** | Error | - |
|
|
1036
|
+
|
|
1037
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
## getCorporationsCorporationIdMembertracking
|
|
1041
|
+
|
|
1042
|
+
> Array<CorporationsCorporationIdMembertrackingGetInner> getCorporationsCorporationIdMembertracking(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1043
|
+
|
|
1044
|
+
Track corporation members
|
|
1045
|
+
|
|
1046
|
+
Returns additional information about a corporation\'s members which helps tracking their activities
|
|
1047
|
+
|
|
1048
|
+
### Example
|
|
1049
|
+
|
|
1050
|
+
```ts
|
|
1051
|
+
import {
|
|
1052
|
+
Configuration,
|
|
1053
|
+
CorporationApi,
|
|
1054
|
+
} from 'esisl_genoa_client';
|
|
1055
|
+
import type { GetCorporationsCorporationIdMembertrackingRequest } from 'esisl_genoa_client';
|
|
1056
|
+
|
|
1057
|
+
async function example() {
|
|
1058
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1059
|
+
const config = new Configuration({
|
|
1060
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1061
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1062
|
+
});
|
|
1063
|
+
const api = new CorporationApi(config);
|
|
1064
|
+
|
|
1065
|
+
const body = {
|
|
1066
|
+
// number | The ID of the corporation
|
|
1067
|
+
corporationId: 789,
|
|
1068
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1069
|
+
xCompatibilityDate: 2013-10-20,
|
|
1070
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1071
|
+
acceptLanguage: acceptLanguage_example,
|
|
1072
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1073
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1074
|
+
// string | The tenant ID for the request. (optional)
|
|
1075
|
+
xTenant: ,
|
|
1076
|
+
} satisfies GetCorporationsCorporationIdMembertrackingRequest;
|
|
1077
|
+
|
|
1078
|
+
try {
|
|
1079
|
+
const data = await api.getCorporationsCorporationIdMembertracking(body);
|
|
1080
|
+
console.log(data);
|
|
1081
|
+
} catch (error) {
|
|
1082
|
+
console.error(error);
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
// Run the test
|
|
1087
|
+
example().catch(console.error);
|
|
1088
|
+
```
|
|
1089
|
+
|
|
1090
|
+
### Parameters
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
| Name | Type | Description | Notes |
|
|
1094
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1095
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1096
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1097
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1098
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1099
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1100
|
+
|
|
1101
|
+
### Return type
|
|
1102
|
+
|
|
1103
|
+
[**Array<CorporationsCorporationIdMembertrackingGetInner>**](CorporationsCorporationIdMembertrackingGetInner.md)
|
|
1104
|
+
|
|
1105
|
+
### Authorization
|
|
1106
|
+
|
|
1107
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1108
|
+
|
|
1109
|
+
### HTTP request headers
|
|
1110
|
+
|
|
1111
|
+
- **Content-Type**: Not defined
|
|
1112
|
+
- **Accept**: `application/json`
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### HTTP response details
|
|
1116
|
+
| Status code | Description | Response headers |
|
|
1117
|
+
|-------------|-------------|------------------|
|
|
1118
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1119
|
+
| **0** | Error | - |
|
|
1120
|
+
|
|
1121
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
## getCorporationsCorporationIdRoles
|
|
1125
|
+
|
|
1126
|
+
> Array<CorporationsCorporationIdRolesGetInner> getCorporationsCorporationIdRoles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1127
|
+
|
|
1128
|
+
Get corporation member roles
|
|
1129
|
+
|
|
1130
|
+
Return the roles of all members if the character has the personnel manager role or any grantable role.
|
|
1131
|
+
|
|
1132
|
+
### Example
|
|
1133
|
+
|
|
1134
|
+
```ts
|
|
1135
|
+
import {
|
|
1136
|
+
Configuration,
|
|
1137
|
+
CorporationApi,
|
|
1138
|
+
} from 'esisl_genoa_client';
|
|
1139
|
+
import type { GetCorporationsCorporationIdRolesRequest } from 'esisl_genoa_client';
|
|
1140
|
+
|
|
1141
|
+
async function example() {
|
|
1142
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1143
|
+
const config = new Configuration({
|
|
1144
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1145
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1146
|
+
});
|
|
1147
|
+
const api = new CorporationApi(config);
|
|
1148
|
+
|
|
1149
|
+
const body = {
|
|
1150
|
+
// number | The ID of the corporation
|
|
1151
|
+
corporationId: 789,
|
|
1152
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1153
|
+
xCompatibilityDate: 2013-10-20,
|
|
1154
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1155
|
+
acceptLanguage: acceptLanguage_example,
|
|
1156
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1157
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1158
|
+
// string | The tenant ID for the request. (optional)
|
|
1159
|
+
xTenant: ,
|
|
1160
|
+
} satisfies GetCorporationsCorporationIdRolesRequest;
|
|
1161
|
+
|
|
1162
|
+
try {
|
|
1163
|
+
const data = await api.getCorporationsCorporationIdRoles(body);
|
|
1164
|
+
console.log(data);
|
|
1165
|
+
} catch (error) {
|
|
1166
|
+
console.error(error);
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
// Run the test
|
|
1171
|
+
example().catch(console.error);
|
|
1172
|
+
```
|
|
1173
|
+
|
|
1174
|
+
### Parameters
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
| Name | Type | Description | Notes |
|
|
1178
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1179
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1180
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1181
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1182
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1183
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1184
|
+
|
|
1185
|
+
### Return type
|
|
1186
|
+
|
|
1187
|
+
[**Array<CorporationsCorporationIdRolesGetInner>**](CorporationsCorporationIdRolesGetInner.md)
|
|
1188
|
+
|
|
1189
|
+
### Authorization
|
|
1190
|
+
|
|
1191
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1192
|
+
|
|
1193
|
+
### HTTP request headers
|
|
1194
|
+
|
|
1195
|
+
- **Content-Type**: Not defined
|
|
1196
|
+
- **Accept**: `application/json`
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
### HTTP response details
|
|
1200
|
+
| Status code | Description | Response headers |
|
|
1201
|
+
|-------------|-------------|------------------|
|
|
1202
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1203
|
+
| **0** | Error | - |
|
|
1204
|
+
|
|
1205
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
## getCorporationsCorporationIdRolesHistory
|
|
1209
|
+
|
|
1210
|
+
> Array<CorporationsCorporationIdRolesHistoryGetInner> getCorporationsCorporationIdRolesHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
1211
|
+
|
|
1212
|
+
Get corporation member roles history
|
|
1213
|
+
|
|
1214
|
+
Return how roles have changed for a coporation\'s members, up to a month
|
|
1215
|
+
|
|
1216
|
+
### Example
|
|
1217
|
+
|
|
1218
|
+
```ts
|
|
1219
|
+
import {
|
|
1220
|
+
Configuration,
|
|
1221
|
+
CorporationApi,
|
|
1222
|
+
} from 'esisl_genoa_client';
|
|
1223
|
+
import type { GetCorporationsCorporationIdRolesHistoryRequest } from 'esisl_genoa_client';
|
|
1224
|
+
|
|
1225
|
+
async function example() {
|
|
1226
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1227
|
+
const config = new Configuration({
|
|
1228
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1229
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1230
|
+
});
|
|
1231
|
+
const api = new CorporationApi(config);
|
|
1232
|
+
|
|
1233
|
+
const body = {
|
|
1234
|
+
// number | The ID of the corporation
|
|
1235
|
+
corporationId: 789,
|
|
1236
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1237
|
+
xCompatibilityDate: 2013-10-20,
|
|
1238
|
+
// number (optional)
|
|
1239
|
+
page: 56,
|
|
1240
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1241
|
+
acceptLanguage: acceptLanguage_example,
|
|
1242
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1243
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1244
|
+
// string | The tenant ID for the request. (optional)
|
|
1245
|
+
xTenant: ,
|
|
1246
|
+
} satisfies GetCorporationsCorporationIdRolesHistoryRequest;
|
|
1247
|
+
|
|
1248
|
+
try {
|
|
1249
|
+
const data = await api.getCorporationsCorporationIdRolesHistory(body);
|
|
1250
|
+
console.log(data);
|
|
1251
|
+
} catch (error) {
|
|
1252
|
+
console.error(error);
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
// Run the test
|
|
1257
|
+
example().catch(console.error);
|
|
1258
|
+
```
|
|
1259
|
+
|
|
1260
|
+
### Parameters
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
| Name | Type | Description | Notes |
|
|
1264
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1265
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1266
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1267
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
1268
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1269
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1270
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1271
|
+
|
|
1272
|
+
### Return type
|
|
1273
|
+
|
|
1274
|
+
[**Array<CorporationsCorporationIdRolesHistoryGetInner>**](CorporationsCorporationIdRolesHistoryGetInner.md)
|
|
1275
|
+
|
|
1276
|
+
### Authorization
|
|
1277
|
+
|
|
1278
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1279
|
+
|
|
1280
|
+
### HTTP request headers
|
|
1281
|
+
|
|
1282
|
+
- **Content-Type**: Not defined
|
|
1283
|
+
- **Accept**: `application/json`
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
### HTTP response details
|
|
1287
|
+
| Status code | Description | Response headers |
|
|
1288
|
+
|-------------|-------------|------------------|
|
|
1289
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
1290
|
+
| **0** | Error | - |
|
|
1291
|
+
|
|
1292
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
## getCorporationsCorporationIdShareholders
|
|
1296
|
+
|
|
1297
|
+
> Array<CorporationsCorporationIdShareholdersGetInner> getCorporationsCorporationIdShareholders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
1298
|
+
|
|
1299
|
+
Get corporation shareholders
|
|
1300
|
+
|
|
1301
|
+
Return the current shareholders of a corporation.
|
|
1302
|
+
|
|
1303
|
+
### Example
|
|
1304
|
+
|
|
1305
|
+
```ts
|
|
1306
|
+
import {
|
|
1307
|
+
Configuration,
|
|
1308
|
+
CorporationApi,
|
|
1309
|
+
} from 'esisl_genoa_client';
|
|
1310
|
+
import type { GetCorporationsCorporationIdShareholdersRequest } from 'esisl_genoa_client';
|
|
1311
|
+
|
|
1312
|
+
async function example() {
|
|
1313
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1314
|
+
const config = new Configuration({
|
|
1315
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1316
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1317
|
+
});
|
|
1318
|
+
const api = new CorporationApi(config);
|
|
1319
|
+
|
|
1320
|
+
const body = {
|
|
1321
|
+
// number | The ID of the corporation
|
|
1322
|
+
corporationId: 789,
|
|
1323
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1324
|
+
xCompatibilityDate: 2013-10-20,
|
|
1325
|
+
// number (optional)
|
|
1326
|
+
page: 56,
|
|
1327
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1328
|
+
acceptLanguage: acceptLanguage_example,
|
|
1329
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1330
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1331
|
+
// string | The tenant ID for the request. (optional)
|
|
1332
|
+
xTenant: ,
|
|
1333
|
+
} satisfies GetCorporationsCorporationIdShareholdersRequest;
|
|
1334
|
+
|
|
1335
|
+
try {
|
|
1336
|
+
const data = await api.getCorporationsCorporationIdShareholders(body);
|
|
1337
|
+
console.log(data);
|
|
1338
|
+
} catch (error) {
|
|
1339
|
+
console.error(error);
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
// Run the test
|
|
1344
|
+
example().catch(console.error);
|
|
1345
|
+
```
|
|
1346
|
+
|
|
1347
|
+
### Parameters
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
| Name | Type | Description | Notes |
|
|
1351
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1352
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1353
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1354
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
1355
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1356
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1357
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1358
|
+
|
|
1359
|
+
### Return type
|
|
1360
|
+
|
|
1361
|
+
[**Array<CorporationsCorporationIdShareholdersGetInner>**](CorporationsCorporationIdShareholdersGetInner.md)
|
|
1362
|
+
|
|
1363
|
+
### Authorization
|
|
1364
|
+
|
|
1365
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1366
|
+
|
|
1367
|
+
### HTTP request headers
|
|
1368
|
+
|
|
1369
|
+
- **Content-Type**: Not defined
|
|
1370
|
+
- **Accept**: `application/json`
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
### HTTP response details
|
|
1374
|
+
| Status code | Description | Response headers |
|
|
1375
|
+
|-------------|-------------|------------------|
|
|
1376
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
1377
|
+
| **0** | Error | - |
|
|
1378
|
+
|
|
1379
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
## getCorporationsCorporationIdStandings
|
|
1383
|
+
|
|
1384
|
+
> Array<CharactersCharacterIdStandingsGetInner> getCorporationsCorporationIdStandings(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
1385
|
+
|
|
1386
|
+
Get corporation standings
|
|
1387
|
+
|
|
1388
|
+
Return corporation standings from agents, NPC corporations, and factions
|
|
1389
|
+
|
|
1390
|
+
### Example
|
|
1391
|
+
|
|
1392
|
+
```ts
|
|
1393
|
+
import {
|
|
1394
|
+
Configuration,
|
|
1395
|
+
CorporationApi,
|
|
1396
|
+
} from 'esisl_genoa_client';
|
|
1397
|
+
import type { GetCorporationsCorporationIdStandingsRequest } from 'esisl_genoa_client';
|
|
1398
|
+
|
|
1399
|
+
async function example() {
|
|
1400
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1401
|
+
const config = new Configuration({
|
|
1402
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1403
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1404
|
+
});
|
|
1405
|
+
const api = new CorporationApi(config);
|
|
1406
|
+
|
|
1407
|
+
const body = {
|
|
1408
|
+
// number | The ID of the corporation
|
|
1409
|
+
corporationId: 789,
|
|
1410
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1411
|
+
xCompatibilityDate: 2013-10-20,
|
|
1412
|
+
// number (optional)
|
|
1413
|
+
page: 56,
|
|
1414
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1415
|
+
acceptLanguage: acceptLanguage_example,
|
|
1416
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1417
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1418
|
+
// string | The tenant ID for the request. (optional)
|
|
1419
|
+
xTenant: ,
|
|
1420
|
+
} satisfies GetCorporationsCorporationIdStandingsRequest;
|
|
1421
|
+
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await api.getCorporationsCorporationIdStandings(body);
|
|
1424
|
+
console.log(data);
|
|
1425
|
+
} catch (error) {
|
|
1426
|
+
console.error(error);
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
// Run the test
|
|
1431
|
+
example().catch(console.error);
|
|
1432
|
+
```
|
|
1433
|
+
|
|
1434
|
+
### Parameters
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
| Name | Type | Description | Notes |
|
|
1438
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1439
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1440
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1441
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
1442
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1443
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1444
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1445
|
+
|
|
1446
|
+
### Return type
|
|
1447
|
+
|
|
1448
|
+
[**Array<CharactersCharacterIdStandingsGetInner>**](CharactersCharacterIdStandingsGetInner.md)
|
|
1449
|
+
|
|
1450
|
+
### Authorization
|
|
1451
|
+
|
|
1452
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1453
|
+
|
|
1454
|
+
### HTTP request headers
|
|
1455
|
+
|
|
1456
|
+
- **Content-Type**: Not defined
|
|
1457
|
+
- **Accept**: `application/json`
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
### HTTP response details
|
|
1461
|
+
| Status code | Description | Response headers |
|
|
1462
|
+
|-------------|-------------|------------------|
|
|
1463
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
1464
|
+
| **0** | Error | - |
|
|
1465
|
+
|
|
1466
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
## getCorporationsCorporationIdStarbases
|
|
1470
|
+
|
|
1471
|
+
> Array<CorporationsCorporationIdStarbasesGetInner> getCorporationsCorporationIdStarbases(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
1472
|
+
|
|
1473
|
+
Get corporation starbases (POSes)
|
|
1474
|
+
|
|
1475
|
+
Returns list of corporation starbases (POSes)
|
|
1476
|
+
|
|
1477
|
+
### Example
|
|
1478
|
+
|
|
1479
|
+
```ts
|
|
1480
|
+
import {
|
|
1481
|
+
Configuration,
|
|
1482
|
+
CorporationApi,
|
|
1483
|
+
} from 'esisl_genoa_client';
|
|
1484
|
+
import type { GetCorporationsCorporationIdStarbasesRequest } from 'esisl_genoa_client';
|
|
1485
|
+
|
|
1486
|
+
async function example() {
|
|
1487
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1488
|
+
const config = new Configuration({
|
|
1489
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1490
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1491
|
+
});
|
|
1492
|
+
const api = new CorporationApi(config);
|
|
1493
|
+
|
|
1494
|
+
const body = {
|
|
1495
|
+
// number | The ID of the corporation
|
|
1496
|
+
corporationId: 789,
|
|
1497
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1498
|
+
xCompatibilityDate: 2013-10-20,
|
|
1499
|
+
// number (optional)
|
|
1500
|
+
page: 56,
|
|
1501
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1502
|
+
acceptLanguage: acceptLanguage_example,
|
|
1503
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1504
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1505
|
+
// string | The tenant ID for the request. (optional)
|
|
1506
|
+
xTenant: ,
|
|
1507
|
+
} satisfies GetCorporationsCorporationIdStarbasesRequest;
|
|
1508
|
+
|
|
1509
|
+
try {
|
|
1510
|
+
const data = await api.getCorporationsCorporationIdStarbases(body);
|
|
1511
|
+
console.log(data);
|
|
1512
|
+
} catch (error) {
|
|
1513
|
+
console.error(error);
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
// Run the test
|
|
1518
|
+
example().catch(console.error);
|
|
1519
|
+
```
|
|
1520
|
+
|
|
1521
|
+
### Parameters
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
| Name | Type | Description | Notes |
|
|
1525
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1526
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1527
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1528
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
1529
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1530
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1531
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1532
|
+
|
|
1533
|
+
### Return type
|
|
1534
|
+
|
|
1535
|
+
[**Array<CorporationsCorporationIdStarbasesGetInner>**](CorporationsCorporationIdStarbasesGetInner.md)
|
|
1536
|
+
|
|
1537
|
+
### Authorization
|
|
1538
|
+
|
|
1539
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1540
|
+
|
|
1541
|
+
### HTTP request headers
|
|
1542
|
+
|
|
1543
|
+
- **Content-Type**: Not defined
|
|
1544
|
+
- **Accept**: `application/json`
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
### HTTP response details
|
|
1548
|
+
| Status code | Description | Response headers |
|
|
1549
|
+
|-------------|-------------|------------------|
|
|
1550
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
1551
|
+
| **0** | Error | - |
|
|
1552
|
+
|
|
1553
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
## getCorporationsCorporationIdStarbasesStarbaseId
|
|
1557
|
+
|
|
1558
|
+
> CorporationsCorporationIdStarbasesStarbaseIdGet getCorporationsCorporationIdStarbasesStarbaseId(corporationId, starbaseId, systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1559
|
+
|
|
1560
|
+
Get starbase (POS) detail
|
|
1561
|
+
|
|
1562
|
+
Returns various settings and fuels of a starbase (POS)
|
|
1563
|
+
|
|
1564
|
+
### Example
|
|
1565
|
+
|
|
1566
|
+
```ts
|
|
1567
|
+
import {
|
|
1568
|
+
Configuration,
|
|
1569
|
+
CorporationApi,
|
|
1570
|
+
} from 'esisl_genoa_client';
|
|
1571
|
+
import type { GetCorporationsCorporationIdStarbasesStarbaseIdRequest } from 'esisl_genoa_client';
|
|
1572
|
+
|
|
1573
|
+
async function example() {
|
|
1574
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1575
|
+
const config = new Configuration({
|
|
1576
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1577
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1578
|
+
});
|
|
1579
|
+
const api = new CorporationApi(config);
|
|
1580
|
+
|
|
1581
|
+
const body = {
|
|
1582
|
+
// number | The ID of the corporation
|
|
1583
|
+
corporationId: 789,
|
|
1584
|
+
// number
|
|
1585
|
+
starbaseId: 789,
|
|
1586
|
+
// number
|
|
1587
|
+
systemId: 789,
|
|
1588
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1589
|
+
xCompatibilityDate: 2013-10-20,
|
|
1590
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1591
|
+
acceptLanguage: acceptLanguage_example,
|
|
1592
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1593
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1594
|
+
// string | The tenant ID for the request. (optional)
|
|
1595
|
+
xTenant: ,
|
|
1596
|
+
} satisfies GetCorporationsCorporationIdStarbasesStarbaseIdRequest;
|
|
1597
|
+
|
|
1598
|
+
try {
|
|
1599
|
+
const data = await api.getCorporationsCorporationIdStarbasesStarbaseId(body);
|
|
1600
|
+
console.log(data);
|
|
1601
|
+
} catch (error) {
|
|
1602
|
+
console.error(error);
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
// Run the test
|
|
1607
|
+
example().catch(console.error);
|
|
1608
|
+
```
|
|
1609
|
+
|
|
1610
|
+
### Parameters
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
| Name | Type | Description | Notes |
|
|
1614
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1615
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1616
|
+
| **starbaseId** | `number` | | [Defaults to `undefined`] |
|
|
1617
|
+
| **systemId** | `number` | | [Defaults to `undefined`] |
|
|
1618
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1619
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1620
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1621
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1622
|
+
|
|
1623
|
+
### Return type
|
|
1624
|
+
|
|
1625
|
+
[**CorporationsCorporationIdStarbasesStarbaseIdGet**](CorporationsCorporationIdStarbasesStarbaseIdGet.md)
|
|
1626
|
+
|
|
1627
|
+
### Authorization
|
|
1628
|
+
|
|
1629
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1630
|
+
|
|
1631
|
+
### HTTP request headers
|
|
1632
|
+
|
|
1633
|
+
- **Content-Type**: Not defined
|
|
1634
|
+
- **Accept**: `application/json`
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
### HTTP response details
|
|
1638
|
+
| Status code | Description | Response headers |
|
|
1639
|
+
|-------------|-------------|------------------|
|
|
1640
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1641
|
+
| **0** | Error | - |
|
|
1642
|
+
|
|
1643
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
## getCorporationsCorporationIdStructures
|
|
1647
|
+
|
|
1648
|
+
> Array<CorporationsCorporationIdStructuresGetInner> getCorporationsCorporationIdStructures(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
1649
|
+
|
|
1650
|
+
Get corporation structures
|
|
1651
|
+
|
|
1652
|
+
Get a list of corporation structures. This route\'s version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
|
|
1653
|
+
|
|
1654
|
+
### Example
|
|
1655
|
+
|
|
1656
|
+
```ts
|
|
1657
|
+
import {
|
|
1658
|
+
Configuration,
|
|
1659
|
+
CorporationApi,
|
|
1660
|
+
} from 'esisl_genoa_client';
|
|
1661
|
+
import type { GetCorporationsCorporationIdStructuresRequest } from 'esisl_genoa_client';
|
|
1662
|
+
|
|
1663
|
+
async function example() {
|
|
1664
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1665
|
+
const config = new Configuration({
|
|
1666
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1667
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1668
|
+
});
|
|
1669
|
+
const api = new CorporationApi(config);
|
|
1670
|
+
|
|
1671
|
+
const body = {
|
|
1672
|
+
// number | The ID of the corporation
|
|
1673
|
+
corporationId: 789,
|
|
1674
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1675
|
+
xCompatibilityDate: 2013-10-20,
|
|
1676
|
+
// number (optional)
|
|
1677
|
+
page: 56,
|
|
1678
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1679
|
+
acceptLanguage: acceptLanguage_example,
|
|
1680
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1681
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1682
|
+
// string | The tenant ID for the request. (optional)
|
|
1683
|
+
xTenant: ,
|
|
1684
|
+
} satisfies GetCorporationsCorporationIdStructuresRequest;
|
|
1685
|
+
|
|
1686
|
+
try {
|
|
1687
|
+
const data = await api.getCorporationsCorporationIdStructures(body);
|
|
1688
|
+
console.log(data);
|
|
1689
|
+
} catch (error) {
|
|
1690
|
+
console.error(error);
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
// Run the test
|
|
1695
|
+
example().catch(console.error);
|
|
1696
|
+
```
|
|
1697
|
+
|
|
1698
|
+
### Parameters
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
| Name | Type | Description | Notes |
|
|
1702
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1703
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1704
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1705
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
1706
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1707
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1708
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1709
|
+
|
|
1710
|
+
### Return type
|
|
1711
|
+
|
|
1712
|
+
[**Array<CorporationsCorporationIdStructuresGetInner>**](CorporationsCorporationIdStructuresGetInner.md)
|
|
1713
|
+
|
|
1714
|
+
### Authorization
|
|
1715
|
+
|
|
1716
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1717
|
+
|
|
1718
|
+
### HTTP request headers
|
|
1719
|
+
|
|
1720
|
+
- **Content-Type**: Not defined
|
|
1721
|
+
- **Accept**: `application/json`
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
### HTTP response details
|
|
1725
|
+
| Status code | Description | Response headers |
|
|
1726
|
+
|-------------|-------------|------------------|
|
|
1727
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
1728
|
+
| **0** | Error | - |
|
|
1729
|
+
|
|
1730
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
## getCorporationsCorporationIdTitles
|
|
1734
|
+
|
|
1735
|
+
> Array<CorporationsCorporationIdTitlesGetInner> getCorporationsCorporationIdTitles(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1736
|
+
|
|
1737
|
+
Get corporation titles
|
|
1738
|
+
|
|
1739
|
+
Returns a corporation\'s titles
|
|
1740
|
+
|
|
1741
|
+
### Example
|
|
1742
|
+
|
|
1743
|
+
```ts
|
|
1744
|
+
import {
|
|
1745
|
+
Configuration,
|
|
1746
|
+
CorporationApi,
|
|
1747
|
+
} from 'esisl_genoa_client';
|
|
1748
|
+
import type { GetCorporationsCorporationIdTitlesRequest } from 'esisl_genoa_client';
|
|
1749
|
+
|
|
1750
|
+
async function example() {
|
|
1751
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1752
|
+
const config = new Configuration({
|
|
1753
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1754
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1755
|
+
});
|
|
1756
|
+
const api = new CorporationApi(config);
|
|
1757
|
+
|
|
1758
|
+
const body = {
|
|
1759
|
+
// number | The ID of the corporation
|
|
1760
|
+
corporationId: 789,
|
|
1761
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1762
|
+
xCompatibilityDate: 2013-10-20,
|
|
1763
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1764
|
+
acceptLanguage: acceptLanguage_example,
|
|
1765
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1766
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1767
|
+
// string | The tenant ID for the request. (optional)
|
|
1768
|
+
xTenant: ,
|
|
1769
|
+
} satisfies GetCorporationsCorporationIdTitlesRequest;
|
|
1770
|
+
|
|
1771
|
+
try {
|
|
1772
|
+
const data = await api.getCorporationsCorporationIdTitles(body);
|
|
1773
|
+
console.log(data);
|
|
1774
|
+
} catch (error) {
|
|
1775
|
+
console.error(error);
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
// Run the test
|
|
1780
|
+
example().catch(console.error);
|
|
1781
|
+
```
|
|
1782
|
+
|
|
1783
|
+
### Parameters
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
| Name | Type | Description | Notes |
|
|
1787
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1788
|
+
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
1789
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1790
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1791
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1792
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1793
|
+
|
|
1794
|
+
### Return type
|
|
1795
|
+
|
|
1796
|
+
[**Array<CorporationsCorporationIdTitlesGetInner>**](CorporationsCorporationIdTitlesGetInner.md)
|
|
1797
|
+
|
|
1798
|
+
### Authorization
|
|
1799
|
+
|
|
1800
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1801
|
+
|
|
1802
|
+
### HTTP request headers
|
|
1803
|
+
|
|
1804
|
+
- **Content-Type**: Not defined
|
|
1805
|
+
- **Accept**: `application/json`
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
### HTTP response details
|
|
1809
|
+
| Status code | Description | Response headers |
|
|
1810
|
+
|-------------|-------------|------------------|
|
|
1811
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1812
|
+
| **0** | Error | - |
|
|
1813
|
+
|
|
1814
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
## getCorporationsNpccorps
|
|
1818
|
+
|
|
1819
|
+
> Array<number> getCorporationsNpccorps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1820
|
+
|
|
1821
|
+
Get npc corporations
|
|
1822
|
+
|
|
1823
|
+
Get a list of npc corporations This route expires daily at 11:05
|
|
1824
|
+
|
|
1825
|
+
### Example
|
|
1826
|
+
|
|
1827
|
+
```ts
|
|
1828
|
+
import {
|
|
1829
|
+
Configuration,
|
|
1830
|
+
CorporationApi,
|
|
1831
|
+
} from 'esisl_genoa_client';
|
|
1832
|
+
import type { GetCorporationsNpccorpsRequest } from 'esisl_genoa_client';
|
|
1833
|
+
|
|
1834
|
+
async function example() {
|
|
1835
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1836
|
+
const api = new CorporationApi();
|
|
1837
|
+
|
|
1838
|
+
const body = {
|
|
1839
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1840
|
+
xCompatibilityDate: 2013-10-20,
|
|
1841
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1842
|
+
acceptLanguage: acceptLanguage_example,
|
|
1843
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1844
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1845
|
+
// string | The tenant ID for the request. (optional)
|
|
1846
|
+
xTenant: ,
|
|
1847
|
+
} satisfies GetCorporationsNpccorpsRequest;
|
|
1848
|
+
|
|
1849
|
+
try {
|
|
1850
|
+
const data = await api.getCorporationsNpccorps(body);
|
|
1851
|
+
console.log(data);
|
|
1852
|
+
} catch (error) {
|
|
1853
|
+
console.error(error);
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
// Run the test
|
|
1858
|
+
example().catch(console.error);
|
|
1859
|
+
```
|
|
1860
|
+
|
|
1861
|
+
### Parameters
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
| Name | Type | Description | Notes |
|
|
1865
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1866
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1867
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1868
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1869
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1870
|
+
|
|
1871
|
+
### Return type
|
|
1872
|
+
|
|
1873
|
+
**Array<number>**
|
|
1874
|
+
|
|
1875
|
+
### Authorization
|
|
1876
|
+
|
|
1877
|
+
No authorization required
|
|
1878
|
+
|
|
1879
|
+
### HTTP request headers
|
|
1880
|
+
|
|
1881
|
+
- **Content-Type**: Not defined
|
|
1882
|
+
- **Accept**: `application/json`
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
### HTTP response details
|
|
1886
|
+
| Status code | Description | Response headers |
|
|
1887
|
+
|-------------|-------------|------------------|
|
|
1888
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1889
|
+
| **0** | Error | - |
|
|
1890
|
+
|
|
1891
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1892
|
+
|