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,1370 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
8
|
+
* Contact: arcyfa_github@pm.me
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import * as runtime from '../runtime';
|
|
17
|
+
import api from '../serviceFacade'
|
|
18
|
+
import type {
|
|
19
|
+
CharactersCharacterIdOrdersGetInner,
|
|
20
|
+
CharactersCharacterIdOrdersHistoryGetInner,
|
|
21
|
+
CorporationsCorporationIdOrdersGetInner,
|
|
22
|
+
CorporationsCorporationIdOrdersHistoryGetInner,
|
|
23
|
+
MarketsGroupsMarketGroupIdGet,
|
|
24
|
+
MarketsPricesGetInner,
|
|
25
|
+
MarketsRegionIdHistoryGetInner,
|
|
26
|
+
MarketsRegionIdOrdersGetInner,
|
|
27
|
+
MarketsStructuresStructureIdGetInner,
|
|
28
|
+
} from '../models/index';
|
|
29
|
+
|
|
30
|
+
export interface GetCharactersCharacterIdOrdersRequest {
|
|
31
|
+
characterId: number;
|
|
32
|
+
xCompatibilityDate: GetCharactersCharacterIdOrdersXCompatibilityDateEnum;
|
|
33
|
+
acceptLanguage?: GetCharactersCharacterIdOrdersAcceptLanguageEnum;
|
|
34
|
+
ifNoneMatch?: string;
|
|
35
|
+
xTenant?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface GetCharactersCharacterIdOrdersHistoryRequest {
|
|
39
|
+
characterId: number;
|
|
40
|
+
xCompatibilityDate: GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum;
|
|
41
|
+
page?: number;
|
|
42
|
+
acceptLanguage?: GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum;
|
|
43
|
+
ifNoneMatch?: string;
|
|
44
|
+
xTenant?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface GetCorporationsCorporationIdOrdersRequest {
|
|
48
|
+
corporationId: number;
|
|
49
|
+
xCompatibilityDate: GetCorporationsCorporationIdOrdersXCompatibilityDateEnum;
|
|
50
|
+
page?: number;
|
|
51
|
+
acceptLanguage?: GetCorporationsCorporationIdOrdersAcceptLanguageEnum;
|
|
52
|
+
ifNoneMatch?: string;
|
|
53
|
+
xTenant?: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface GetCorporationsCorporationIdOrdersHistoryRequest {
|
|
57
|
+
corporationId: number;
|
|
58
|
+
xCompatibilityDate: GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum;
|
|
59
|
+
page?: number;
|
|
60
|
+
acceptLanguage?: GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum;
|
|
61
|
+
ifNoneMatch?: string;
|
|
62
|
+
xTenant?: string;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface GetMarketsGroupsRequest {
|
|
66
|
+
xCompatibilityDate: GetMarketsGroupsXCompatibilityDateEnum;
|
|
67
|
+
acceptLanguage?: GetMarketsGroupsAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface GetMarketsGroupsMarketGroupIdRequest {
|
|
73
|
+
marketGroupId: number;
|
|
74
|
+
xCompatibilityDate: GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum;
|
|
75
|
+
acceptLanguage?: GetMarketsGroupsMarketGroupIdAcceptLanguageEnum;
|
|
76
|
+
ifNoneMatch?: string;
|
|
77
|
+
xTenant?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface GetMarketsPricesRequest {
|
|
81
|
+
xCompatibilityDate: GetMarketsPricesXCompatibilityDateEnum;
|
|
82
|
+
acceptLanguage?: GetMarketsPricesAcceptLanguageEnum;
|
|
83
|
+
ifNoneMatch?: string;
|
|
84
|
+
xTenant?: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface GetMarketsRegionIdHistoryRequest {
|
|
88
|
+
regionId: number;
|
|
89
|
+
typeId: number;
|
|
90
|
+
xCompatibilityDate: GetMarketsRegionIdHistoryXCompatibilityDateEnum;
|
|
91
|
+
acceptLanguage?: GetMarketsRegionIdHistoryAcceptLanguageEnum;
|
|
92
|
+
ifNoneMatch?: string;
|
|
93
|
+
xTenant?: string;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export interface GetMarketsRegionIdOrdersRequest {
|
|
97
|
+
orderType: GetMarketsRegionIdOrdersOrderTypeEnum;
|
|
98
|
+
regionId: number;
|
|
99
|
+
xCompatibilityDate: GetMarketsRegionIdOrdersXCompatibilityDateEnum;
|
|
100
|
+
page?: number;
|
|
101
|
+
typeId?: number;
|
|
102
|
+
acceptLanguage?: GetMarketsRegionIdOrdersAcceptLanguageEnum;
|
|
103
|
+
ifNoneMatch?: string;
|
|
104
|
+
xTenant?: string;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface GetMarketsRegionIdTypesRequest {
|
|
108
|
+
regionId: number;
|
|
109
|
+
xCompatibilityDate: GetMarketsRegionIdTypesXCompatibilityDateEnum;
|
|
110
|
+
page?: number;
|
|
111
|
+
acceptLanguage?: GetMarketsRegionIdTypesAcceptLanguageEnum;
|
|
112
|
+
ifNoneMatch?: string;
|
|
113
|
+
xTenant?: string;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface GetMarketsStructuresStructureIdRequest {
|
|
117
|
+
structureId: number;
|
|
118
|
+
xCompatibilityDate: GetMarketsStructuresStructureIdXCompatibilityDateEnum;
|
|
119
|
+
page?: number;
|
|
120
|
+
acceptLanguage?: GetMarketsStructuresStructureIdAcceptLanguageEnum;
|
|
121
|
+
ifNoneMatch?: string;
|
|
122
|
+
xTenant?: string;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* MarketApi - interface
|
|
127
|
+
*
|
|
128
|
+
* @export
|
|
129
|
+
* @interface MarketApiInterface
|
|
130
|
+
*/
|
|
131
|
+
export interface MarketApiInterface {
|
|
132
|
+
/**
|
|
133
|
+
* List open market orders placed by a character
|
|
134
|
+
* @summary List open orders from a character
|
|
135
|
+
* @param {number} characterId The ID of the character
|
|
136
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
137
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
138
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
139
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
* @memberof MarketApiInterface
|
|
143
|
+
*/
|
|
144
|
+
getCharactersCharacterIdOrdersRaw(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdOrdersGetInner>>>;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* List open market orders placed by a character
|
|
148
|
+
* List open orders from a character
|
|
149
|
+
*/
|
|
150
|
+
getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
154
|
+
* @summary List historical orders by a character
|
|
155
|
+
* @param {number} characterId The ID of the character
|
|
156
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
157
|
+
* @param {number} [page]
|
|
158
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
159
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
160
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
161
|
+
* @param {*} [options] Override http request option.
|
|
162
|
+
* @throws {RequiredError}
|
|
163
|
+
* @memberof MarketApiInterface
|
|
164
|
+
*/
|
|
165
|
+
getCharactersCharacterIdOrdersHistoryRaw(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdOrdersHistoryGetInner>>>;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
169
|
+
* List historical orders by a character
|
|
170
|
+
*/
|
|
171
|
+
getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>>;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* List open market orders placed on behalf of a corporation
|
|
175
|
+
* @summary List open orders from a corporation
|
|
176
|
+
* @param {number} corporationId The ID of the corporation
|
|
177
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
178
|
+
* @param {number} [page]
|
|
179
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
180
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
181
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
182
|
+
* @param {*} [options] Override http request option.
|
|
183
|
+
* @throws {RequiredError}
|
|
184
|
+
* @memberof MarketApiInterface
|
|
185
|
+
*/
|
|
186
|
+
getCorporationsCorporationIdOrdersRaw(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdOrdersGetInner>>>;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* List open market orders placed on behalf of a corporation
|
|
190
|
+
* List open orders from a corporation
|
|
191
|
+
*/
|
|
192
|
+
getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>>;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
196
|
+
* @summary List historical orders from a corporation
|
|
197
|
+
* @param {number} corporationId The ID of the corporation
|
|
198
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
199
|
+
* @param {number} [page]
|
|
200
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
201
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
202
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
* @memberof MarketApiInterface
|
|
206
|
+
*/
|
|
207
|
+
getCorporationsCorporationIdOrdersHistoryRaw(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdOrdersHistoryGetInner>>>;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
211
|
+
* List historical orders from a corporation
|
|
212
|
+
*/
|
|
213
|
+
getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>>;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
217
|
+
* @summary Get item groups
|
|
218
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
219
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
220
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
221
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
222
|
+
* @param {*} [options] Override http request option.
|
|
223
|
+
* @throws {RequiredError}
|
|
224
|
+
* @memberof MarketApiInterface
|
|
225
|
+
*/
|
|
226
|
+
getMarketsGroupsRaw(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
230
|
+
* Get item groups
|
|
231
|
+
*/
|
|
232
|
+
getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Get information on an item group This route expires daily at 11:05
|
|
236
|
+
* @summary Get item group information
|
|
237
|
+
* @param {number} marketGroupId
|
|
238
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
239
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
240
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
241
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
242
|
+
* @param {*} [options] Override http request option.
|
|
243
|
+
* @throws {RequiredError}
|
|
244
|
+
* @memberof MarketApiInterface
|
|
245
|
+
*/
|
|
246
|
+
getMarketsGroupsMarketGroupIdRaw(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MarketsGroupsMarketGroupIdGet>>;
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* Get information on an item group This route expires daily at 11:05
|
|
250
|
+
* Get item group information
|
|
251
|
+
*/
|
|
252
|
+
getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet>;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Return a list of prices
|
|
256
|
+
* @summary List market prices
|
|
257
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
258
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
259
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
260
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
261
|
+
* @param {*} [options] Override http request option.
|
|
262
|
+
* @throws {RequiredError}
|
|
263
|
+
* @memberof MarketApiInterface
|
|
264
|
+
*/
|
|
265
|
+
getMarketsPricesRaw(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsPricesGetInner>>>;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Return a list of prices
|
|
269
|
+
* List market prices
|
|
270
|
+
*/
|
|
271
|
+
getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>>;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
275
|
+
* @summary List historical market statistics in a region
|
|
276
|
+
* @param {number} regionId
|
|
277
|
+
* @param {number} typeId
|
|
278
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
279
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
280
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
281
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
282
|
+
* @param {*} [options] Override http request option.
|
|
283
|
+
* @throws {RequiredError}
|
|
284
|
+
* @memberof MarketApiInterface
|
|
285
|
+
*/
|
|
286
|
+
getMarketsRegionIdHistoryRaw(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsRegionIdHistoryGetInner>>>;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
290
|
+
* List historical market statistics in a region
|
|
291
|
+
*/
|
|
292
|
+
getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>>;
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Return a list of orders in a region
|
|
296
|
+
* @summary List orders in a region
|
|
297
|
+
* @param {'buy' | 'sell' | 'all'} orderType
|
|
298
|
+
* @param {number} regionId
|
|
299
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
300
|
+
* @param {number} [page]
|
|
301
|
+
* @param {number} [typeId]
|
|
302
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
303
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
304
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
* @memberof MarketApiInterface
|
|
308
|
+
*/
|
|
309
|
+
getMarketsRegionIdOrdersRaw(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsRegionIdOrdersGetInner>>>;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Return a list of orders in a region
|
|
313
|
+
* List orders in a region
|
|
314
|
+
*/
|
|
315
|
+
getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>>;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
319
|
+
* @summary List type IDs relevant to a market
|
|
320
|
+
* @param {number} regionId
|
|
321
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
322
|
+
* @param {number} [page]
|
|
323
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
324
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
325
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
* @memberof MarketApiInterface
|
|
329
|
+
*/
|
|
330
|
+
getMarketsRegionIdTypesRaw(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>>;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
334
|
+
* List type IDs relevant to a market
|
|
335
|
+
*/
|
|
336
|
+
getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* Return all orders in a structure
|
|
340
|
+
* @summary List orders in a structure
|
|
341
|
+
* @param {number} structureId
|
|
342
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
343
|
+
* @param {number} [page]
|
|
344
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
345
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
346
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
347
|
+
* @param {*} [options] Override http request option.
|
|
348
|
+
* @throws {RequiredError}
|
|
349
|
+
* @memberof MarketApiInterface
|
|
350
|
+
*/
|
|
351
|
+
getMarketsStructuresStructureIdRaw(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsStructuresStructureIdGetInner>>>;
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Return all orders in a structure
|
|
355
|
+
* List orders in a structure
|
|
356
|
+
*/
|
|
357
|
+
getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>>;
|
|
358
|
+
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
*
|
|
363
|
+
*/
|
|
364
|
+
export class MarketApi extends runtime.BaseAPI implements MarketApiInterface {
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* List open market orders placed by a character
|
|
368
|
+
* List open orders from a character
|
|
369
|
+
*/
|
|
370
|
+
async getCharactersCharacterIdOrdersRaw(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdOrdersGetInner>>> {
|
|
371
|
+
if (requestParameters['characterId'] == null) {
|
|
372
|
+
throw new runtime.RequiredError(
|
|
373
|
+
'characterId',
|
|
374
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdOrders().'
|
|
375
|
+
);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
379
|
+
throw new runtime.RequiredError(
|
|
380
|
+
'xCompatibilityDate',
|
|
381
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdOrders().'
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
const queryParameters: any = {};
|
|
386
|
+
|
|
387
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
388
|
+
|
|
389
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
390
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
394
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
398
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
if (requestParameters['xTenant'] != null) {
|
|
402
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
/*
|
|
406
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
407
|
+
// oauth required
|
|
408
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-markets.read_character_orders.v1"]);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
*/
|
|
412
|
+
|
|
413
|
+
let urlPath = `/characters/{character_id}/orders`;
|
|
414
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
415
|
+
|
|
416
|
+
const response = await api.esi.proxy({
|
|
417
|
+
path: urlPath,
|
|
418
|
+
method: 'GET',
|
|
419
|
+
headers: headerParameters,
|
|
420
|
+
query: queryParameters,
|
|
421
|
+
}, initOverrides);
|
|
422
|
+
|
|
423
|
+
return new runtime.JSONApiResponse(response);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
/**
|
|
427
|
+
* List open market orders placed by a character
|
|
428
|
+
* List open orders from a character
|
|
429
|
+
*/
|
|
430
|
+
async getCharactersCharacterIdOrders(requestParameters: GetCharactersCharacterIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersGetInner>> {
|
|
431
|
+
const response = await this.getCharactersCharacterIdOrdersRaw(requestParameters, initOverrides);
|
|
432
|
+
return await response.value();
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
437
|
+
* List historical orders by a character
|
|
438
|
+
*/
|
|
439
|
+
async getCharactersCharacterIdOrdersHistoryRaw(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdOrdersHistoryGetInner>>> {
|
|
440
|
+
if (requestParameters['characterId'] == null) {
|
|
441
|
+
throw new runtime.RequiredError(
|
|
442
|
+
'characterId',
|
|
443
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdOrdersHistory().'
|
|
444
|
+
);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
448
|
+
throw new runtime.RequiredError(
|
|
449
|
+
'xCompatibilityDate',
|
|
450
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdOrdersHistory().'
|
|
451
|
+
);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
const queryParameters: any = {};
|
|
455
|
+
|
|
456
|
+
if (requestParameters['page'] != null) {
|
|
457
|
+
queryParameters['page'] = requestParameters['page'];
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
461
|
+
|
|
462
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
463
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
467
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
471
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
if (requestParameters['xTenant'] != null) {
|
|
475
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
/*
|
|
479
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
480
|
+
// oauth required
|
|
481
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-markets.read_character_orders.v1"]);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
*/
|
|
485
|
+
|
|
486
|
+
let urlPath = `/characters/{character_id}/orders/history`;
|
|
487
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
488
|
+
|
|
489
|
+
const response = await api.esi.proxy({
|
|
490
|
+
path: urlPath,
|
|
491
|
+
method: 'GET',
|
|
492
|
+
headers: headerParameters,
|
|
493
|
+
query: queryParameters,
|
|
494
|
+
}, initOverrides);
|
|
495
|
+
|
|
496
|
+
return new runtime.JSONApiResponse(response);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
501
|
+
* List historical orders by a character
|
|
502
|
+
*/
|
|
503
|
+
async getCharactersCharacterIdOrdersHistory(requestParameters: GetCharactersCharacterIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdOrdersHistoryGetInner>> {
|
|
504
|
+
const response = await this.getCharactersCharacterIdOrdersHistoryRaw(requestParameters, initOverrides);
|
|
505
|
+
return await response.value();
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* List open market orders placed on behalf of a corporation
|
|
510
|
+
* List open orders from a corporation
|
|
511
|
+
*/
|
|
512
|
+
async getCorporationsCorporationIdOrdersRaw(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdOrdersGetInner>>> {
|
|
513
|
+
if (requestParameters['corporationId'] == null) {
|
|
514
|
+
throw new runtime.RequiredError(
|
|
515
|
+
'corporationId',
|
|
516
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdOrders().'
|
|
517
|
+
);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
521
|
+
throw new runtime.RequiredError(
|
|
522
|
+
'xCompatibilityDate',
|
|
523
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdOrders().'
|
|
524
|
+
);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
const queryParameters: any = {};
|
|
528
|
+
|
|
529
|
+
if (requestParameters['page'] != null) {
|
|
530
|
+
queryParameters['page'] = requestParameters['page'];
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
534
|
+
|
|
535
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
536
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
540
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
544
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
if (requestParameters['xTenant'] != null) {
|
|
548
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
/*
|
|
552
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
553
|
+
// oauth required
|
|
554
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-markets.read_corporation_orders.v1"]);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
*/
|
|
558
|
+
|
|
559
|
+
let urlPath = `/corporations/{corporation_id}/orders`;
|
|
560
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
561
|
+
|
|
562
|
+
const response = await api.esi.proxy({
|
|
563
|
+
path: urlPath,
|
|
564
|
+
method: 'GET',
|
|
565
|
+
headers: headerParameters,
|
|
566
|
+
query: queryParameters,
|
|
567
|
+
}, initOverrides);
|
|
568
|
+
|
|
569
|
+
return new runtime.JSONApiResponse(response);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* List open market orders placed on behalf of a corporation
|
|
574
|
+
* List open orders from a corporation
|
|
575
|
+
*/
|
|
576
|
+
async getCorporationsCorporationIdOrders(requestParameters: GetCorporationsCorporationIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersGetInner>> {
|
|
577
|
+
const response = await this.getCorporationsCorporationIdOrdersRaw(requestParameters, initOverrides);
|
|
578
|
+
return await response.value();
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
583
|
+
* List historical orders from a corporation
|
|
584
|
+
*/
|
|
585
|
+
async getCorporationsCorporationIdOrdersHistoryRaw(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdOrdersHistoryGetInner>>> {
|
|
586
|
+
if (requestParameters['corporationId'] == null) {
|
|
587
|
+
throw new runtime.RequiredError(
|
|
588
|
+
'corporationId',
|
|
589
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdOrdersHistory().'
|
|
590
|
+
);
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
594
|
+
throw new runtime.RequiredError(
|
|
595
|
+
'xCompatibilityDate',
|
|
596
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdOrdersHistory().'
|
|
597
|
+
);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
const queryParameters: any = {};
|
|
601
|
+
|
|
602
|
+
if (requestParameters['page'] != null) {
|
|
603
|
+
queryParameters['page'] = requestParameters['page'];
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
607
|
+
|
|
608
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
609
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
613
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
617
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
if (requestParameters['xTenant'] != null) {
|
|
621
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
/*
|
|
625
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
626
|
+
// oauth required
|
|
627
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-markets.read_corporation_orders.v1"]);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
*/
|
|
631
|
+
|
|
632
|
+
let urlPath = `/corporations/{corporation_id}/orders/history`;
|
|
633
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
634
|
+
|
|
635
|
+
const response = await api.esi.proxy({
|
|
636
|
+
path: urlPath,
|
|
637
|
+
method: 'GET',
|
|
638
|
+
headers: headerParameters,
|
|
639
|
+
query: queryParameters,
|
|
640
|
+
}, initOverrides);
|
|
641
|
+
|
|
642
|
+
return new runtime.JSONApiResponse(response);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/**
|
|
646
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
647
|
+
* List historical orders from a corporation
|
|
648
|
+
*/
|
|
649
|
+
async getCorporationsCorporationIdOrdersHistory(requestParameters: GetCorporationsCorporationIdOrdersHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdOrdersHistoryGetInner>> {
|
|
650
|
+
const response = await this.getCorporationsCorporationIdOrdersHistoryRaw(requestParameters, initOverrides);
|
|
651
|
+
return await response.value();
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
656
|
+
* Get item groups
|
|
657
|
+
*/
|
|
658
|
+
async getMarketsGroupsRaw(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
659
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
660
|
+
throw new runtime.RequiredError(
|
|
661
|
+
'xCompatibilityDate',
|
|
662
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsGroups().'
|
|
663
|
+
);
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
const queryParameters: any = {};
|
|
667
|
+
|
|
668
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
669
|
+
|
|
670
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
671
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
675
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
679
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
if (requestParameters['xTenant'] != null) {
|
|
683
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/*
|
|
687
|
+
*/
|
|
688
|
+
|
|
689
|
+
let urlPath = `/markets/groups`;
|
|
690
|
+
|
|
691
|
+
const response = await api.esi.proxy({
|
|
692
|
+
path: urlPath,
|
|
693
|
+
method: 'GET',
|
|
694
|
+
headers: headerParameters,
|
|
695
|
+
query: queryParameters,
|
|
696
|
+
}, initOverrides);
|
|
697
|
+
|
|
698
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
/**
|
|
702
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
703
|
+
* Get item groups
|
|
704
|
+
*/
|
|
705
|
+
async getMarketsGroups(requestParameters: GetMarketsGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
706
|
+
const response = await this.getMarketsGroupsRaw(requestParameters, initOverrides);
|
|
707
|
+
return await response.value();
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* Get information on an item group This route expires daily at 11:05
|
|
712
|
+
* Get item group information
|
|
713
|
+
*/
|
|
714
|
+
async getMarketsGroupsMarketGroupIdRaw(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MarketsGroupsMarketGroupIdGet>> {
|
|
715
|
+
if (requestParameters['marketGroupId'] == null) {
|
|
716
|
+
throw new runtime.RequiredError(
|
|
717
|
+
'marketGroupId',
|
|
718
|
+
'Required parameter "marketGroupId" was null or undefined when calling getMarketsGroupsMarketGroupId().'
|
|
719
|
+
);
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
723
|
+
throw new runtime.RequiredError(
|
|
724
|
+
'xCompatibilityDate',
|
|
725
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsGroupsMarketGroupId().'
|
|
726
|
+
);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
const queryParameters: any = {};
|
|
730
|
+
|
|
731
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
732
|
+
|
|
733
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
734
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
738
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
742
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
if (requestParameters['xTenant'] != null) {
|
|
746
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
/*
|
|
750
|
+
*/
|
|
751
|
+
|
|
752
|
+
let urlPath = `/markets/groups/{market_group_id}`;
|
|
753
|
+
urlPath = urlPath.replace(`{${"market_group_id"}}`, encodeURIComponent(String(requestParameters['marketGroupId'])));
|
|
754
|
+
|
|
755
|
+
const response = await api.esi.proxy({
|
|
756
|
+
path: urlPath,
|
|
757
|
+
method: 'GET',
|
|
758
|
+
headers: headerParameters,
|
|
759
|
+
query: queryParameters,
|
|
760
|
+
}, initOverrides);
|
|
761
|
+
|
|
762
|
+
return new runtime.JSONApiResponse(response);
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* Get information on an item group This route expires daily at 11:05
|
|
767
|
+
* Get item group information
|
|
768
|
+
*/
|
|
769
|
+
async getMarketsGroupsMarketGroupId(requestParameters: GetMarketsGroupsMarketGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MarketsGroupsMarketGroupIdGet> {
|
|
770
|
+
const response = await this.getMarketsGroupsMarketGroupIdRaw(requestParameters, initOverrides);
|
|
771
|
+
return await response.value();
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* Return a list of prices
|
|
776
|
+
* List market prices
|
|
777
|
+
*/
|
|
778
|
+
async getMarketsPricesRaw(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsPricesGetInner>>> {
|
|
779
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
780
|
+
throw new runtime.RequiredError(
|
|
781
|
+
'xCompatibilityDate',
|
|
782
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsPrices().'
|
|
783
|
+
);
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
const queryParameters: any = {};
|
|
787
|
+
|
|
788
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
789
|
+
|
|
790
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
791
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
795
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
799
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
if (requestParameters['xTenant'] != null) {
|
|
803
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
/*
|
|
807
|
+
*/
|
|
808
|
+
|
|
809
|
+
let urlPath = `/markets/prices`;
|
|
810
|
+
|
|
811
|
+
const response = await api.esi.proxy({
|
|
812
|
+
path: urlPath,
|
|
813
|
+
method: 'GET',
|
|
814
|
+
headers: headerParameters,
|
|
815
|
+
query: queryParameters,
|
|
816
|
+
}, initOverrides);
|
|
817
|
+
|
|
818
|
+
return new runtime.JSONApiResponse(response);
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* Return a list of prices
|
|
823
|
+
* List market prices
|
|
824
|
+
*/
|
|
825
|
+
async getMarketsPrices(requestParameters: GetMarketsPricesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsPricesGetInner>> {
|
|
826
|
+
const response = await this.getMarketsPricesRaw(requestParameters, initOverrides);
|
|
827
|
+
return await response.value();
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
832
|
+
* List historical market statistics in a region
|
|
833
|
+
*/
|
|
834
|
+
async getMarketsRegionIdHistoryRaw(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsRegionIdHistoryGetInner>>> {
|
|
835
|
+
if (requestParameters['regionId'] == null) {
|
|
836
|
+
throw new runtime.RequiredError(
|
|
837
|
+
'regionId',
|
|
838
|
+
'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdHistory().'
|
|
839
|
+
);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
if (requestParameters['typeId'] == null) {
|
|
843
|
+
throw new runtime.RequiredError(
|
|
844
|
+
'typeId',
|
|
845
|
+
'Required parameter "typeId" was null or undefined when calling getMarketsRegionIdHistory().'
|
|
846
|
+
);
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
850
|
+
throw new runtime.RequiredError(
|
|
851
|
+
'xCompatibilityDate',
|
|
852
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdHistory().'
|
|
853
|
+
);
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
const queryParameters: any = {};
|
|
857
|
+
|
|
858
|
+
if (requestParameters['typeId'] != null) {
|
|
859
|
+
queryParameters['type_id'] = requestParameters['typeId'];
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
863
|
+
|
|
864
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
865
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
869
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
873
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
if (requestParameters['xTenant'] != null) {
|
|
877
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
/*
|
|
881
|
+
*/
|
|
882
|
+
|
|
883
|
+
let urlPath = `/markets/{region_id}/history`;
|
|
884
|
+
urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
|
|
885
|
+
|
|
886
|
+
const response = await api.esi.proxy({
|
|
887
|
+
path: urlPath,
|
|
888
|
+
method: 'GET',
|
|
889
|
+
headers: headerParameters,
|
|
890
|
+
query: queryParameters,
|
|
891
|
+
}, initOverrides);
|
|
892
|
+
|
|
893
|
+
return new runtime.JSONApiResponse(response);
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
898
|
+
* List historical market statistics in a region
|
|
899
|
+
*/
|
|
900
|
+
async getMarketsRegionIdHistory(requestParameters: GetMarketsRegionIdHistoryRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdHistoryGetInner>> {
|
|
901
|
+
const response = await this.getMarketsRegionIdHistoryRaw(requestParameters, initOverrides);
|
|
902
|
+
return await response.value();
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* Return a list of orders in a region
|
|
907
|
+
* List orders in a region
|
|
908
|
+
*/
|
|
909
|
+
async getMarketsRegionIdOrdersRaw(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsRegionIdOrdersGetInner>>> {
|
|
910
|
+
if (requestParameters['orderType'] == null) {
|
|
911
|
+
throw new runtime.RequiredError(
|
|
912
|
+
'orderType',
|
|
913
|
+
'Required parameter "orderType" was null or undefined when calling getMarketsRegionIdOrders().'
|
|
914
|
+
);
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
if (requestParameters['regionId'] == null) {
|
|
918
|
+
throw new runtime.RequiredError(
|
|
919
|
+
'regionId',
|
|
920
|
+
'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdOrders().'
|
|
921
|
+
);
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
925
|
+
throw new runtime.RequiredError(
|
|
926
|
+
'xCompatibilityDate',
|
|
927
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdOrders().'
|
|
928
|
+
);
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
const queryParameters: any = {};
|
|
932
|
+
|
|
933
|
+
if (requestParameters['orderType'] != null) {
|
|
934
|
+
queryParameters['order_type'] = requestParameters['orderType'];
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
if (requestParameters['page'] != null) {
|
|
938
|
+
queryParameters['page'] = requestParameters['page'];
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
if (requestParameters['typeId'] != null) {
|
|
942
|
+
queryParameters['type_id'] = requestParameters['typeId'];
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
946
|
+
|
|
947
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
948
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
952
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
956
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
if (requestParameters['xTenant'] != null) {
|
|
960
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
/*
|
|
964
|
+
*/
|
|
965
|
+
|
|
966
|
+
let urlPath = `/markets/{region_id}/orders`;
|
|
967
|
+
urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
|
|
968
|
+
|
|
969
|
+
const response = await api.esi.proxy({
|
|
970
|
+
path: urlPath,
|
|
971
|
+
method: 'GET',
|
|
972
|
+
headers: headerParameters,
|
|
973
|
+
query: queryParameters,
|
|
974
|
+
}, initOverrides);
|
|
975
|
+
|
|
976
|
+
return new runtime.JSONApiResponse(response);
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
/**
|
|
980
|
+
* Return a list of orders in a region
|
|
981
|
+
* List orders in a region
|
|
982
|
+
*/
|
|
983
|
+
async getMarketsRegionIdOrders(requestParameters: GetMarketsRegionIdOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsRegionIdOrdersGetInner>> {
|
|
984
|
+
const response = await this.getMarketsRegionIdOrdersRaw(requestParameters, initOverrides);
|
|
985
|
+
return await response.value();
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
/**
|
|
989
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
990
|
+
* List type IDs relevant to a market
|
|
991
|
+
*/
|
|
992
|
+
async getMarketsRegionIdTypesRaw(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<number>>> {
|
|
993
|
+
if (requestParameters['regionId'] == null) {
|
|
994
|
+
throw new runtime.RequiredError(
|
|
995
|
+
'regionId',
|
|
996
|
+
'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdTypes().'
|
|
997
|
+
);
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1001
|
+
throw new runtime.RequiredError(
|
|
1002
|
+
'xCompatibilityDate',
|
|
1003
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdTypes().'
|
|
1004
|
+
);
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
const queryParameters: any = {};
|
|
1008
|
+
|
|
1009
|
+
if (requestParameters['page'] != null) {
|
|
1010
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1014
|
+
|
|
1015
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1016
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1020
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1024
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
if (requestParameters['xTenant'] != null) {
|
|
1028
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
/*
|
|
1032
|
+
*/
|
|
1033
|
+
|
|
1034
|
+
let urlPath = `/markets/{region_id}/types`;
|
|
1035
|
+
urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
|
|
1036
|
+
|
|
1037
|
+
const response = await api.esi.proxy({
|
|
1038
|
+
path: urlPath,
|
|
1039
|
+
method: 'GET',
|
|
1040
|
+
headers: headerParameters,
|
|
1041
|
+
query: queryParameters,
|
|
1042
|
+
}, initOverrides);
|
|
1043
|
+
|
|
1044
|
+
return new runtime.JSONApiResponse<any>(response);
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
1049
|
+
* List type IDs relevant to a market
|
|
1050
|
+
*/
|
|
1051
|
+
async getMarketsRegionIdTypes(requestParameters: GetMarketsRegionIdTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>> {
|
|
1052
|
+
const response = await this.getMarketsRegionIdTypesRaw(requestParameters, initOverrides);
|
|
1053
|
+
return await response.value();
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
/**
|
|
1057
|
+
* Return all orders in a structure
|
|
1058
|
+
* List orders in a structure
|
|
1059
|
+
*/
|
|
1060
|
+
async getMarketsStructuresStructureIdRaw(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<MarketsStructuresStructureIdGetInner>>> {
|
|
1061
|
+
if (requestParameters['structureId'] == null) {
|
|
1062
|
+
throw new runtime.RequiredError(
|
|
1063
|
+
'structureId',
|
|
1064
|
+
'Required parameter "structureId" was null or undefined when calling getMarketsStructuresStructureId().'
|
|
1065
|
+
);
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
1069
|
+
throw new runtime.RequiredError(
|
|
1070
|
+
'xCompatibilityDate',
|
|
1071
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsStructuresStructureId().'
|
|
1072
|
+
);
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
const queryParameters: any = {};
|
|
1076
|
+
|
|
1077
|
+
if (requestParameters['page'] != null) {
|
|
1078
|
+
queryParameters['page'] = requestParameters['page'];
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1082
|
+
|
|
1083
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
1084
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
1088
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
1092
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
if (requestParameters['xTenant'] != null) {
|
|
1096
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
/*
|
|
1100
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1101
|
+
// oauth required
|
|
1102
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-markets.structure_markets.v1"]);
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
*/
|
|
1106
|
+
|
|
1107
|
+
let urlPath = `/markets/structures/{structure_id}`;
|
|
1108
|
+
urlPath = urlPath.replace(`{${"structure_id"}}`, encodeURIComponent(String(requestParameters['structureId'])));
|
|
1109
|
+
|
|
1110
|
+
const response = await api.esi.proxy({
|
|
1111
|
+
path: urlPath,
|
|
1112
|
+
method: 'GET',
|
|
1113
|
+
headers: headerParameters,
|
|
1114
|
+
query: queryParameters,
|
|
1115
|
+
}, initOverrides);
|
|
1116
|
+
|
|
1117
|
+
return new runtime.JSONApiResponse(response);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* Return all orders in a structure
|
|
1122
|
+
* List orders in a structure
|
|
1123
|
+
*/
|
|
1124
|
+
async getMarketsStructuresStructureId(requestParameters: GetMarketsStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<MarketsStructuresStructureIdGetInner>> {
|
|
1125
|
+
const response = await this.getMarketsStructuresStructureIdRaw(requestParameters, initOverrides);
|
|
1126
|
+
return await response.value();
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
/**
|
|
1132
|
+
* @export
|
|
1133
|
+
* @enum {string}
|
|
1134
|
+
*/
|
|
1135
|
+
export enum GetCharactersCharacterIdOrdersXCompatibilityDateEnum {
|
|
1136
|
+
_20200101 = '2020-01-01'
|
|
1137
|
+
}
|
|
1138
|
+
/**
|
|
1139
|
+
* @export
|
|
1140
|
+
* @enum {string}
|
|
1141
|
+
*/
|
|
1142
|
+
export enum GetCharactersCharacterIdOrdersAcceptLanguageEnum {
|
|
1143
|
+
En = 'en',
|
|
1144
|
+
De = 'de',
|
|
1145
|
+
Fr = 'fr',
|
|
1146
|
+
Ja = 'ja',
|
|
1147
|
+
Ru = 'ru',
|
|
1148
|
+
Zh = 'zh',
|
|
1149
|
+
Ko = 'ko',
|
|
1150
|
+
Es = 'es'
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* @export
|
|
1154
|
+
* @enum {string}
|
|
1155
|
+
*/
|
|
1156
|
+
export enum GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum {
|
|
1157
|
+
_20200101 = '2020-01-01'
|
|
1158
|
+
}
|
|
1159
|
+
/**
|
|
1160
|
+
* @export
|
|
1161
|
+
* @enum {string}
|
|
1162
|
+
*/
|
|
1163
|
+
export enum GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum {
|
|
1164
|
+
En = 'en',
|
|
1165
|
+
De = 'de',
|
|
1166
|
+
Fr = 'fr',
|
|
1167
|
+
Ja = 'ja',
|
|
1168
|
+
Ru = 'ru',
|
|
1169
|
+
Zh = 'zh',
|
|
1170
|
+
Ko = 'ko',
|
|
1171
|
+
Es = 'es'
|
|
1172
|
+
}
|
|
1173
|
+
/**
|
|
1174
|
+
* @export
|
|
1175
|
+
* @enum {string}
|
|
1176
|
+
*/
|
|
1177
|
+
export enum GetCorporationsCorporationIdOrdersXCompatibilityDateEnum {
|
|
1178
|
+
_20200101 = '2020-01-01'
|
|
1179
|
+
}
|
|
1180
|
+
/**
|
|
1181
|
+
* @export
|
|
1182
|
+
* @enum {string}
|
|
1183
|
+
*/
|
|
1184
|
+
export enum GetCorporationsCorporationIdOrdersAcceptLanguageEnum {
|
|
1185
|
+
En = 'en',
|
|
1186
|
+
De = 'de',
|
|
1187
|
+
Fr = 'fr',
|
|
1188
|
+
Ja = 'ja',
|
|
1189
|
+
Ru = 'ru',
|
|
1190
|
+
Zh = 'zh',
|
|
1191
|
+
Ko = 'ko',
|
|
1192
|
+
Es = 'es'
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* @export
|
|
1196
|
+
* @enum {string}
|
|
1197
|
+
*/
|
|
1198
|
+
export enum GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum {
|
|
1199
|
+
_20200101 = '2020-01-01'
|
|
1200
|
+
}
|
|
1201
|
+
/**
|
|
1202
|
+
* @export
|
|
1203
|
+
* @enum {string}
|
|
1204
|
+
*/
|
|
1205
|
+
export enum GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum {
|
|
1206
|
+
En = 'en',
|
|
1207
|
+
De = 'de',
|
|
1208
|
+
Fr = 'fr',
|
|
1209
|
+
Ja = 'ja',
|
|
1210
|
+
Ru = 'ru',
|
|
1211
|
+
Zh = 'zh',
|
|
1212
|
+
Ko = 'ko',
|
|
1213
|
+
Es = 'es'
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* @export
|
|
1217
|
+
* @enum {string}
|
|
1218
|
+
*/
|
|
1219
|
+
export enum GetMarketsGroupsXCompatibilityDateEnum {
|
|
1220
|
+
_20200101 = '2020-01-01'
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* @export
|
|
1224
|
+
* @enum {string}
|
|
1225
|
+
*/
|
|
1226
|
+
export enum GetMarketsGroupsAcceptLanguageEnum {
|
|
1227
|
+
En = 'en',
|
|
1228
|
+
De = 'de',
|
|
1229
|
+
Fr = 'fr',
|
|
1230
|
+
Ja = 'ja',
|
|
1231
|
+
Ru = 'ru',
|
|
1232
|
+
Zh = 'zh',
|
|
1233
|
+
Ko = 'ko',
|
|
1234
|
+
Es = 'es'
|
|
1235
|
+
}
|
|
1236
|
+
/**
|
|
1237
|
+
* @export
|
|
1238
|
+
* @enum {string}
|
|
1239
|
+
*/
|
|
1240
|
+
export enum GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum {
|
|
1241
|
+
_20200101 = '2020-01-01'
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
* @export
|
|
1245
|
+
* @enum {string}
|
|
1246
|
+
*/
|
|
1247
|
+
export enum GetMarketsGroupsMarketGroupIdAcceptLanguageEnum {
|
|
1248
|
+
En = 'en',
|
|
1249
|
+
De = 'de',
|
|
1250
|
+
Fr = 'fr',
|
|
1251
|
+
Ja = 'ja',
|
|
1252
|
+
Ru = 'ru',
|
|
1253
|
+
Zh = 'zh',
|
|
1254
|
+
Ko = 'ko',
|
|
1255
|
+
Es = 'es'
|
|
1256
|
+
}
|
|
1257
|
+
/**
|
|
1258
|
+
* @export
|
|
1259
|
+
* @enum {string}
|
|
1260
|
+
*/
|
|
1261
|
+
export enum GetMarketsPricesXCompatibilityDateEnum {
|
|
1262
|
+
_20200101 = '2020-01-01'
|
|
1263
|
+
}
|
|
1264
|
+
/**
|
|
1265
|
+
* @export
|
|
1266
|
+
* @enum {string}
|
|
1267
|
+
*/
|
|
1268
|
+
export enum GetMarketsPricesAcceptLanguageEnum {
|
|
1269
|
+
En = 'en',
|
|
1270
|
+
De = 'de',
|
|
1271
|
+
Fr = 'fr',
|
|
1272
|
+
Ja = 'ja',
|
|
1273
|
+
Ru = 'ru',
|
|
1274
|
+
Zh = 'zh',
|
|
1275
|
+
Ko = 'ko',
|
|
1276
|
+
Es = 'es'
|
|
1277
|
+
}
|
|
1278
|
+
/**
|
|
1279
|
+
* @export
|
|
1280
|
+
* @enum {string}
|
|
1281
|
+
*/
|
|
1282
|
+
export enum GetMarketsRegionIdHistoryXCompatibilityDateEnum {
|
|
1283
|
+
_20200101 = '2020-01-01'
|
|
1284
|
+
}
|
|
1285
|
+
/**
|
|
1286
|
+
* @export
|
|
1287
|
+
* @enum {string}
|
|
1288
|
+
*/
|
|
1289
|
+
export enum GetMarketsRegionIdHistoryAcceptLanguageEnum {
|
|
1290
|
+
En = 'en',
|
|
1291
|
+
De = 'de',
|
|
1292
|
+
Fr = 'fr',
|
|
1293
|
+
Ja = 'ja',
|
|
1294
|
+
Ru = 'ru',
|
|
1295
|
+
Zh = 'zh',
|
|
1296
|
+
Ko = 'ko',
|
|
1297
|
+
Es = 'es'
|
|
1298
|
+
}
|
|
1299
|
+
/**
|
|
1300
|
+
* @export
|
|
1301
|
+
* @enum {string}
|
|
1302
|
+
*/
|
|
1303
|
+
export enum GetMarketsRegionIdOrdersOrderTypeEnum {
|
|
1304
|
+
Buy = 'buy',
|
|
1305
|
+
Sell = 'sell',
|
|
1306
|
+
All = 'all'
|
|
1307
|
+
}
|
|
1308
|
+
/**
|
|
1309
|
+
* @export
|
|
1310
|
+
* @enum {string}
|
|
1311
|
+
*/
|
|
1312
|
+
export enum GetMarketsRegionIdOrdersXCompatibilityDateEnum {
|
|
1313
|
+
_20200101 = '2020-01-01'
|
|
1314
|
+
}
|
|
1315
|
+
/**
|
|
1316
|
+
* @export
|
|
1317
|
+
* @enum {string}
|
|
1318
|
+
*/
|
|
1319
|
+
export enum GetMarketsRegionIdOrdersAcceptLanguageEnum {
|
|
1320
|
+
En = 'en',
|
|
1321
|
+
De = 'de',
|
|
1322
|
+
Fr = 'fr',
|
|
1323
|
+
Ja = 'ja',
|
|
1324
|
+
Ru = 'ru',
|
|
1325
|
+
Zh = 'zh',
|
|
1326
|
+
Ko = 'ko',
|
|
1327
|
+
Es = 'es'
|
|
1328
|
+
}
|
|
1329
|
+
/**
|
|
1330
|
+
* @export
|
|
1331
|
+
* @enum {string}
|
|
1332
|
+
*/
|
|
1333
|
+
export enum GetMarketsRegionIdTypesXCompatibilityDateEnum {
|
|
1334
|
+
_20200101 = '2020-01-01'
|
|
1335
|
+
}
|
|
1336
|
+
/**
|
|
1337
|
+
* @export
|
|
1338
|
+
* @enum {string}
|
|
1339
|
+
*/
|
|
1340
|
+
export enum GetMarketsRegionIdTypesAcceptLanguageEnum {
|
|
1341
|
+
En = 'en',
|
|
1342
|
+
De = 'de',
|
|
1343
|
+
Fr = 'fr',
|
|
1344
|
+
Ja = 'ja',
|
|
1345
|
+
Ru = 'ru',
|
|
1346
|
+
Zh = 'zh',
|
|
1347
|
+
Ko = 'ko',
|
|
1348
|
+
Es = 'es'
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* @export
|
|
1352
|
+
* @enum {string}
|
|
1353
|
+
*/
|
|
1354
|
+
export enum GetMarketsStructuresStructureIdXCompatibilityDateEnum {
|
|
1355
|
+
_20200101 = '2020-01-01'
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
* @export
|
|
1359
|
+
* @enum {string}
|
|
1360
|
+
*/
|
|
1361
|
+
export enum GetMarketsStructuresStructureIdAcceptLanguageEnum {
|
|
1362
|
+
En = 'en',
|
|
1363
|
+
De = 'de',
|
|
1364
|
+
Fr = 'fr',
|
|
1365
|
+
Ja = 'ja',
|
|
1366
|
+
Ru = 'ru',
|
|
1367
|
+
Zh = 'zh',
|
|
1368
|
+
Ko = 'ko',
|
|
1369
|
+
Es = 'es'
|
|
1370
|
+
}
|