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,1061 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2020-01-01
|
|
9
|
+
* Contact: arcyfa_github@pm.me
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __extends = (this && this.__extends) || (function () {
|
|
16
|
+
var extendStatics = function (d, b) {
|
|
17
|
+
extendStatics = Object.setPrototypeOf ||
|
|
18
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
20
|
+
return extendStatics(d, b);
|
|
21
|
+
};
|
|
22
|
+
return function (d, b) {
|
|
23
|
+
if (typeof b !== "function" && b !== null)
|
|
24
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
25
|
+
extendStatics(d, b);
|
|
26
|
+
function __() { this.constructor = d; }
|
|
27
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
28
|
+
};
|
|
29
|
+
})();
|
|
30
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
31
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
32
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
33
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
34
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
35
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
36
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
40
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
41
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
42
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
43
|
+
function step(op) {
|
|
44
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
45
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
46
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
47
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
48
|
+
switch (op[0]) {
|
|
49
|
+
case 0: case 1: t = op; break;
|
|
50
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
51
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
52
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
53
|
+
default:
|
|
54
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
55
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
56
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
57
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
58
|
+
if (t[2]) _.ops.pop();
|
|
59
|
+
_.trys.pop(); continue;
|
|
60
|
+
}
|
|
61
|
+
op = body.call(thisArg, _);
|
|
62
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
63
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
|
+
exports.GetMarketsStructuresStructureIdAcceptLanguageEnum = exports.GetMarketsStructuresStructureIdXCompatibilityDateEnum = exports.GetMarketsRegionIdTypesAcceptLanguageEnum = exports.GetMarketsRegionIdTypesXCompatibilityDateEnum = exports.GetMarketsRegionIdOrdersAcceptLanguageEnum = exports.GetMarketsRegionIdOrdersXCompatibilityDateEnum = exports.GetMarketsRegionIdOrdersOrderTypeEnum = exports.GetMarketsRegionIdHistoryAcceptLanguageEnum = exports.GetMarketsRegionIdHistoryXCompatibilityDateEnum = exports.GetMarketsPricesAcceptLanguageEnum = exports.GetMarketsPricesXCompatibilityDateEnum = exports.GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = exports.GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = exports.GetMarketsGroupsAcceptLanguageEnum = exports.GetMarketsGroupsXCompatibilityDateEnum = exports.GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = exports.GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = exports.GetCorporationsCorporationIdOrdersAcceptLanguageEnum = exports.GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = exports.GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = exports.GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = exports.GetCharactersCharacterIdOrdersAcceptLanguageEnum = exports.GetCharactersCharacterIdOrdersXCompatibilityDateEnum = exports.MarketApi = void 0;
|
|
68
|
+
var runtime = require("../runtime");
|
|
69
|
+
var serviceFacade_1 = require("../serviceFacade");
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
var MarketApi = /** @class */ (function (_super) {
|
|
74
|
+
__extends(MarketApi, _super);
|
|
75
|
+
function MarketApi() {
|
|
76
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* List open market orders placed by a character
|
|
80
|
+
* List open orders from a character
|
|
81
|
+
*/
|
|
82
|
+
MarketApi.prototype.getCharactersCharacterIdOrdersRaw = function (requestParameters, initOverrides) {
|
|
83
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
84
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
85
|
+
return __generator(this, function (_a) {
|
|
86
|
+
switch (_a.label) {
|
|
87
|
+
case 0:
|
|
88
|
+
if (requestParameters['characterId'] == null) {
|
|
89
|
+
throw new runtime.RequiredError('characterId', 'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdOrders().');
|
|
90
|
+
}
|
|
91
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
92
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdOrders().');
|
|
93
|
+
}
|
|
94
|
+
queryParameters = {};
|
|
95
|
+
headerParameters = {};
|
|
96
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
97
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
98
|
+
}
|
|
99
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
100
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
101
|
+
}
|
|
102
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
103
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
104
|
+
}
|
|
105
|
+
if (requestParameters['xTenant'] != null) {
|
|
106
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
107
|
+
}
|
|
108
|
+
urlPath = "/characters/{character_id}/orders";
|
|
109
|
+
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
110
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
111
|
+
path: urlPath,
|
|
112
|
+
method: 'GET',
|
|
113
|
+
headers: headerParameters,
|
|
114
|
+
query: queryParameters,
|
|
115
|
+
}, initOverrides)];
|
|
116
|
+
case 1:
|
|
117
|
+
response = _a.sent();
|
|
118
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* List open market orders placed by a character
|
|
125
|
+
* List open orders from a character
|
|
126
|
+
*/
|
|
127
|
+
MarketApi.prototype.getCharactersCharacterIdOrders = function (requestParameters, initOverrides) {
|
|
128
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
129
|
+
var response;
|
|
130
|
+
return __generator(this, function (_a) {
|
|
131
|
+
switch (_a.label) {
|
|
132
|
+
case 0: return [4 /*yield*/, this.getCharactersCharacterIdOrdersRaw(requestParameters, initOverrides)];
|
|
133
|
+
case 1:
|
|
134
|
+
response = _a.sent();
|
|
135
|
+
return [4 /*yield*/, response.value()];
|
|
136
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
137
|
+
}
|
|
138
|
+
});
|
|
139
|
+
});
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
143
|
+
* List historical orders by a character
|
|
144
|
+
*/
|
|
145
|
+
MarketApi.prototype.getCharactersCharacterIdOrdersHistoryRaw = function (requestParameters, initOverrides) {
|
|
146
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
147
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
148
|
+
return __generator(this, function (_a) {
|
|
149
|
+
switch (_a.label) {
|
|
150
|
+
case 0:
|
|
151
|
+
if (requestParameters['characterId'] == null) {
|
|
152
|
+
throw new runtime.RequiredError('characterId', 'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdOrdersHistory().');
|
|
153
|
+
}
|
|
154
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
155
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdOrdersHistory().');
|
|
156
|
+
}
|
|
157
|
+
queryParameters = {};
|
|
158
|
+
if (requestParameters['page'] != null) {
|
|
159
|
+
queryParameters['page'] = requestParameters['page'];
|
|
160
|
+
}
|
|
161
|
+
headerParameters = {};
|
|
162
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
163
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
164
|
+
}
|
|
165
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
166
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
167
|
+
}
|
|
168
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
169
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
170
|
+
}
|
|
171
|
+
if (requestParameters['xTenant'] != null) {
|
|
172
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
173
|
+
}
|
|
174
|
+
urlPath = "/characters/{character_id}/orders/history";
|
|
175
|
+
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
176
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
177
|
+
path: urlPath,
|
|
178
|
+
method: 'GET',
|
|
179
|
+
headers: headerParameters,
|
|
180
|
+
query: queryParameters,
|
|
181
|
+
}, initOverrides)];
|
|
182
|
+
case 1:
|
|
183
|
+
response = _a.sent();
|
|
184
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
185
|
+
}
|
|
186
|
+
});
|
|
187
|
+
});
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* List cancelled and expired market orders placed by a character up to 90 days in the past.
|
|
191
|
+
* List historical orders by a character
|
|
192
|
+
*/
|
|
193
|
+
MarketApi.prototype.getCharactersCharacterIdOrdersHistory = function (requestParameters, initOverrides) {
|
|
194
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
195
|
+
var response;
|
|
196
|
+
return __generator(this, function (_a) {
|
|
197
|
+
switch (_a.label) {
|
|
198
|
+
case 0: return [4 /*yield*/, this.getCharactersCharacterIdOrdersHistoryRaw(requestParameters, initOverrides)];
|
|
199
|
+
case 1:
|
|
200
|
+
response = _a.sent();
|
|
201
|
+
return [4 /*yield*/, response.value()];
|
|
202
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
});
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* List open market orders placed on behalf of a corporation
|
|
209
|
+
* List open orders from a corporation
|
|
210
|
+
*/
|
|
211
|
+
MarketApi.prototype.getCorporationsCorporationIdOrdersRaw = function (requestParameters, initOverrides) {
|
|
212
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
213
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
214
|
+
return __generator(this, function (_a) {
|
|
215
|
+
switch (_a.label) {
|
|
216
|
+
case 0:
|
|
217
|
+
if (requestParameters['corporationId'] == null) {
|
|
218
|
+
throw new runtime.RequiredError('corporationId', 'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdOrders().');
|
|
219
|
+
}
|
|
220
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
221
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdOrders().');
|
|
222
|
+
}
|
|
223
|
+
queryParameters = {};
|
|
224
|
+
if (requestParameters['page'] != null) {
|
|
225
|
+
queryParameters['page'] = requestParameters['page'];
|
|
226
|
+
}
|
|
227
|
+
headerParameters = {};
|
|
228
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
229
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
230
|
+
}
|
|
231
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
232
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
233
|
+
}
|
|
234
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
235
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
236
|
+
}
|
|
237
|
+
if (requestParameters['xTenant'] != null) {
|
|
238
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
239
|
+
}
|
|
240
|
+
urlPath = "/corporations/{corporation_id}/orders";
|
|
241
|
+
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
242
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
243
|
+
path: urlPath,
|
|
244
|
+
method: 'GET',
|
|
245
|
+
headers: headerParameters,
|
|
246
|
+
query: queryParameters,
|
|
247
|
+
}, initOverrides)];
|
|
248
|
+
case 1:
|
|
249
|
+
response = _a.sent();
|
|
250
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
251
|
+
}
|
|
252
|
+
});
|
|
253
|
+
});
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* List open market orders placed on behalf of a corporation
|
|
257
|
+
* List open orders from a corporation
|
|
258
|
+
*/
|
|
259
|
+
MarketApi.prototype.getCorporationsCorporationIdOrders = function (requestParameters, initOverrides) {
|
|
260
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
261
|
+
var response;
|
|
262
|
+
return __generator(this, function (_a) {
|
|
263
|
+
switch (_a.label) {
|
|
264
|
+
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdOrdersRaw(requestParameters, initOverrides)];
|
|
265
|
+
case 1:
|
|
266
|
+
response = _a.sent();
|
|
267
|
+
return [4 /*yield*/, response.value()];
|
|
268
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
});
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
275
|
+
* List historical orders from a corporation
|
|
276
|
+
*/
|
|
277
|
+
MarketApi.prototype.getCorporationsCorporationIdOrdersHistoryRaw = function (requestParameters, initOverrides) {
|
|
278
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
279
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
280
|
+
return __generator(this, function (_a) {
|
|
281
|
+
switch (_a.label) {
|
|
282
|
+
case 0:
|
|
283
|
+
if (requestParameters['corporationId'] == null) {
|
|
284
|
+
throw new runtime.RequiredError('corporationId', 'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdOrdersHistory().');
|
|
285
|
+
}
|
|
286
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
287
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdOrdersHistory().');
|
|
288
|
+
}
|
|
289
|
+
queryParameters = {};
|
|
290
|
+
if (requestParameters['page'] != null) {
|
|
291
|
+
queryParameters['page'] = requestParameters['page'];
|
|
292
|
+
}
|
|
293
|
+
headerParameters = {};
|
|
294
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
295
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
296
|
+
}
|
|
297
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
298
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
299
|
+
}
|
|
300
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
301
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
302
|
+
}
|
|
303
|
+
if (requestParameters['xTenant'] != null) {
|
|
304
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
305
|
+
}
|
|
306
|
+
urlPath = "/corporations/{corporation_id}/orders/history";
|
|
307
|
+
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
308
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
309
|
+
path: urlPath,
|
|
310
|
+
method: 'GET',
|
|
311
|
+
headers: headerParameters,
|
|
312
|
+
query: queryParameters,
|
|
313
|
+
}, initOverrides)];
|
|
314
|
+
case 1:
|
|
315
|
+
response = _a.sent();
|
|
316
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
317
|
+
}
|
|
318
|
+
});
|
|
319
|
+
});
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
|
|
323
|
+
* List historical orders from a corporation
|
|
324
|
+
*/
|
|
325
|
+
MarketApi.prototype.getCorporationsCorporationIdOrdersHistory = function (requestParameters, initOverrides) {
|
|
326
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
327
|
+
var response;
|
|
328
|
+
return __generator(this, function (_a) {
|
|
329
|
+
switch (_a.label) {
|
|
330
|
+
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdOrdersHistoryRaw(requestParameters, initOverrides)];
|
|
331
|
+
case 1:
|
|
332
|
+
response = _a.sent();
|
|
333
|
+
return [4 /*yield*/, response.value()];
|
|
334
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
335
|
+
}
|
|
336
|
+
});
|
|
337
|
+
});
|
|
338
|
+
};
|
|
339
|
+
/**
|
|
340
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
341
|
+
* Get item groups
|
|
342
|
+
*/
|
|
343
|
+
MarketApi.prototype.getMarketsGroupsRaw = function (requestParameters, initOverrides) {
|
|
344
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
345
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
346
|
+
return __generator(this, function (_a) {
|
|
347
|
+
switch (_a.label) {
|
|
348
|
+
case 0:
|
|
349
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
350
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsGroups().');
|
|
351
|
+
}
|
|
352
|
+
queryParameters = {};
|
|
353
|
+
headerParameters = {};
|
|
354
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
355
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
356
|
+
}
|
|
357
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
358
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
359
|
+
}
|
|
360
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
361
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
362
|
+
}
|
|
363
|
+
if (requestParameters['xTenant'] != null) {
|
|
364
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
365
|
+
}
|
|
366
|
+
urlPath = "/markets/groups";
|
|
367
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
368
|
+
path: urlPath,
|
|
369
|
+
method: 'GET',
|
|
370
|
+
headers: headerParameters,
|
|
371
|
+
query: queryParameters,
|
|
372
|
+
}, initOverrides)];
|
|
373
|
+
case 1:
|
|
374
|
+
response = _a.sent();
|
|
375
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
376
|
+
}
|
|
377
|
+
});
|
|
378
|
+
});
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* Get a list of item groups This route expires daily at 11:05
|
|
382
|
+
* Get item groups
|
|
383
|
+
*/
|
|
384
|
+
MarketApi.prototype.getMarketsGroups = function (requestParameters, initOverrides) {
|
|
385
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
386
|
+
var response;
|
|
387
|
+
return __generator(this, function (_a) {
|
|
388
|
+
switch (_a.label) {
|
|
389
|
+
case 0: return [4 /*yield*/, this.getMarketsGroupsRaw(requestParameters, initOverrides)];
|
|
390
|
+
case 1:
|
|
391
|
+
response = _a.sent();
|
|
392
|
+
return [4 /*yield*/, response.value()];
|
|
393
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
394
|
+
}
|
|
395
|
+
});
|
|
396
|
+
});
|
|
397
|
+
};
|
|
398
|
+
/**
|
|
399
|
+
* Get information on an item group This route expires daily at 11:05
|
|
400
|
+
* Get item group information
|
|
401
|
+
*/
|
|
402
|
+
MarketApi.prototype.getMarketsGroupsMarketGroupIdRaw = function (requestParameters, initOverrides) {
|
|
403
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
404
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
405
|
+
return __generator(this, function (_a) {
|
|
406
|
+
switch (_a.label) {
|
|
407
|
+
case 0:
|
|
408
|
+
if (requestParameters['marketGroupId'] == null) {
|
|
409
|
+
throw new runtime.RequiredError('marketGroupId', 'Required parameter "marketGroupId" was null or undefined when calling getMarketsGroupsMarketGroupId().');
|
|
410
|
+
}
|
|
411
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
412
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsGroupsMarketGroupId().');
|
|
413
|
+
}
|
|
414
|
+
queryParameters = {};
|
|
415
|
+
headerParameters = {};
|
|
416
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
417
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
418
|
+
}
|
|
419
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
420
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
421
|
+
}
|
|
422
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
423
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
424
|
+
}
|
|
425
|
+
if (requestParameters['xTenant'] != null) {
|
|
426
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
427
|
+
}
|
|
428
|
+
urlPath = "/markets/groups/{market_group_id}";
|
|
429
|
+
urlPath = urlPath.replace("{".concat("market_group_id", "}"), encodeURIComponent(String(requestParameters['marketGroupId'])));
|
|
430
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
431
|
+
path: urlPath,
|
|
432
|
+
method: 'GET',
|
|
433
|
+
headers: headerParameters,
|
|
434
|
+
query: queryParameters,
|
|
435
|
+
}, initOverrides)];
|
|
436
|
+
case 1:
|
|
437
|
+
response = _a.sent();
|
|
438
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
439
|
+
}
|
|
440
|
+
});
|
|
441
|
+
});
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* Get information on an item group This route expires daily at 11:05
|
|
445
|
+
* Get item group information
|
|
446
|
+
*/
|
|
447
|
+
MarketApi.prototype.getMarketsGroupsMarketGroupId = function (requestParameters, initOverrides) {
|
|
448
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
449
|
+
var response;
|
|
450
|
+
return __generator(this, function (_a) {
|
|
451
|
+
switch (_a.label) {
|
|
452
|
+
case 0: return [4 /*yield*/, this.getMarketsGroupsMarketGroupIdRaw(requestParameters, initOverrides)];
|
|
453
|
+
case 1:
|
|
454
|
+
response = _a.sent();
|
|
455
|
+
return [4 /*yield*/, response.value()];
|
|
456
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
457
|
+
}
|
|
458
|
+
});
|
|
459
|
+
});
|
|
460
|
+
};
|
|
461
|
+
/**
|
|
462
|
+
* Return a list of prices
|
|
463
|
+
* List market prices
|
|
464
|
+
*/
|
|
465
|
+
MarketApi.prototype.getMarketsPricesRaw = function (requestParameters, initOverrides) {
|
|
466
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
467
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
468
|
+
return __generator(this, function (_a) {
|
|
469
|
+
switch (_a.label) {
|
|
470
|
+
case 0:
|
|
471
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
472
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsPrices().');
|
|
473
|
+
}
|
|
474
|
+
queryParameters = {};
|
|
475
|
+
headerParameters = {};
|
|
476
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
477
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
478
|
+
}
|
|
479
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
480
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
481
|
+
}
|
|
482
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
483
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
484
|
+
}
|
|
485
|
+
if (requestParameters['xTenant'] != null) {
|
|
486
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
487
|
+
}
|
|
488
|
+
urlPath = "/markets/prices";
|
|
489
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
490
|
+
path: urlPath,
|
|
491
|
+
method: 'GET',
|
|
492
|
+
headers: headerParameters,
|
|
493
|
+
query: queryParameters,
|
|
494
|
+
}, initOverrides)];
|
|
495
|
+
case 1:
|
|
496
|
+
response = _a.sent();
|
|
497
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
498
|
+
}
|
|
499
|
+
});
|
|
500
|
+
});
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* Return a list of prices
|
|
504
|
+
* List market prices
|
|
505
|
+
*/
|
|
506
|
+
MarketApi.prototype.getMarketsPrices = function (requestParameters, initOverrides) {
|
|
507
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
508
|
+
var response;
|
|
509
|
+
return __generator(this, function (_a) {
|
|
510
|
+
switch (_a.label) {
|
|
511
|
+
case 0: return [4 /*yield*/, this.getMarketsPricesRaw(requestParameters, initOverrides)];
|
|
512
|
+
case 1:
|
|
513
|
+
response = _a.sent();
|
|
514
|
+
return [4 /*yield*/, response.value()];
|
|
515
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
});
|
|
519
|
+
};
|
|
520
|
+
/**
|
|
521
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
522
|
+
* List historical market statistics in a region
|
|
523
|
+
*/
|
|
524
|
+
MarketApi.prototype.getMarketsRegionIdHistoryRaw = function (requestParameters, initOverrides) {
|
|
525
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
526
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
527
|
+
return __generator(this, function (_a) {
|
|
528
|
+
switch (_a.label) {
|
|
529
|
+
case 0:
|
|
530
|
+
if (requestParameters['regionId'] == null) {
|
|
531
|
+
throw new runtime.RequiredError('regionId', 'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdHistory().');
|
|
532
|
+
}
|
|
533
|
+
if (requestParameters['typeId'] == null) {
|
|
534
|
+
throw new runtime.RequiredError('typeId', 'Required parameter "typeId" was null or undefined when calling getMarketsRegionIdHistory().');
|
|
535
|
+
}
|
|
536
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
537
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdHistory().');
|
|
538
|
+
}
|
|
539
|
+
queryParameters = {};
|
|
540
|
+
if (requestParameters['typeId'] != null) {
|
|
541
|
+
queryParameters['type_id'] = requestParameters['typeId'];
|
|
542
|
+
}
|
|
543
|
+
headerParameters = {};
|
|
544
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
545
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
546
|
+
}
|
|
547
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
548
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
549
|
+
}
|
|
550
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
551
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
552
|
+
}
|
|
553
|
+
if (requestParameters['xTenant'] != null) {
|
|
554
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
555
|
+
}
|
|
556
|
+
urlPath = "/markets/{region_id}/history";
|
|
557
|
+
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
558
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
559
|
+
path: urlPath,
|
|
560
|
+
method: 'GET',
|
|
561
|
+
headers: headerParameters,
|
|
562
|
+
query: queryParameters,
|
|
563
|
+
}, initOverrides)];
|
|
564
|
+
case 1:
|
|
565
|
+
response = _a.sent();
|
|
566
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
567
|
+
}
|
|
568
|
+
});
|
|
569
|
+
});
|
|
570
|
+
};
|
|
571
|
+
/**
|
|
572
|
+
* Return a list of historical market statistics for the specified type in a region This route expires daily at 11:05
|
|
573
|
+
* List historical market statistics in a region
|
|
574
|
+
*/
|
|
575
|
+
MarketApi.prototype.getMarketsRegionIdHistory = function (requestParameters, initOverrides) {
|
|
576
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
577
|
+
var response;
|
|
578
|
+
return __generator(this, function (_a) {
|
|
579
|
+
switch (_a.label) {
|
|
580
|
+
case 0: return [4 /*yield*/, this.getMarketsRegionIdHistoryRaw(requestParameters, initOverrides)];
|
|
581
|
+
case 1:
|
|
582
|
+
response = _a.sent();
|
|
583
|
+
return [4 /*yield*/, response.value()];
|
|
584
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
585
|
+
}
|
|
586
|
+
});
|
|
587
|
+
});
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* Return a list of orders in a region
|
|
591
|
+
* List orders in a region
|
|
592
|
+
*/
|
|
593
|
+
MarketApi.prototype.getMarketsRegionIdOrdersRaw = function (requestParameters, initOverrides) {
|
|
594
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
595
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
596
|
+
return __generator(this, function (_a) {
|
|
597
|
+
switch (_a.label) {
|
|
598
|
+
case 0:
|
|
599
|
+
if (requestParameters['orderType'] == null) {
|
|
600
|
+
throw new runtime.RequiredError('orderType', 'Required parameter "orderType" was null or undefined when calling getMarketsRegionIdOrders().');
|
|
601
|
+
}
|
|
602
|
+
if (requestParameters['regionId'] == null) {
|
|
603
|
+
throw new runtime.RequiredError('regionId', 'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdOrders().');
|
|
604
|
+
}
|
|
605
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
606
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdOrders().');
|
|
607
|
+
}
|
|
608
|
+
queryParameters = {};
|
|
609
|
+
if (requestParameters['orderType'] != null) {
|
|
610
|
+
queryParameters['order_type'] = requestParameters['orderType'];
|
|
611
|
+
}
|
|
612
|
+
if (requestParameters['page'] != null) {
|
|
613
|
+
queryParameters['page'] = requestParameters['page'];
|
|
614
|
+
}
|
|
615
|
+
if (requestParameters['typeId'] != null) {
|
|
616
|
+
queryParameters['type_id'] = requestParameters['typeId'];
|
|
617
|
+
}
|
|
618
|
+
headerParameters = {};
|
|
619
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
620
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
621
|
+
}
|
|
622
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
623
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
624
|
+
}
|
|
625
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
626
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
627
|
+
}
|
|
628
|
+
if (requestParameters['xTenant'] != null) {
|
|
629
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
630
|
+
}
|
|
631
|
+
urlPath = "/markets/{region_id}/orders";
|
|
632
|
+
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
633
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
634
|
+
path: urlPath,
|
|
635
|
+
method: 'GET',
|
|
636
|
+
headers: headerParameters,
|
|
637
|
+
query: queryParameters,
|
|
638
|
+
}, initOverrides)];
|
|
639
|
+
case 1:
|
|
640
|
+
response = _a.sent();
|
|
641
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
642
|
+
}
|
|
643
|
+
});
|
|
644
|
+
});
|
|
645
|
+
};
|
|
646
|
+
/**
|
|
647
|
+
* Return a list of orders in a region
|
|
648
|
+
* List orders in a region
|
|
649
|
+
*/
|
|
650
|
+
MarketApi.prototype.getMarketsRegionIdOrders = function (requestParameters, initOverrides) {
|
|
651
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
652
|
+
var response;
|
|
653
|
+
return __generator(this, function (_a) {
|
|
654
|
+
switch (_a.label) {
|
|
655
|
+
case 0: return [4 /*yield*/, this.getMarketsRegionIdOrdersRaw(requestParameters, initOverrides)];
|
|
656
|
+
case 1:
|
|
657
|
+
response = _a.sent();
|
|
658
|
+
return [4 /*yield*/, response.value()];
|
|
659
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
660
|
+
}
|
|
661
|
+
});
|
|
662
|
+
});
|
|
663
|
+
};
|
|
664
|
+
/**
|
|
665
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
666
|
+
* List type IDs relevant to a market
|
|
667
|
+
*/
|
|
668
|
+
MarketApi.prototype.getMarketsRegionIdTypesRaw = function (requestParameters, initOverrides) {
|
|
669
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
670
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
671
|
+
return __generator(this, function (_a) {
|
|
672
|
+
switch (_a.label) {
|
|
673
|
+
case 0:
|
|
674
|
+
if (requestParameters['regionId'] == null) {
|
|
675
|
+
throw new runtime.RequiredError('regionId', 'Required parameter "regionId" was null or undefined when calling getMarketsRegionIdTypes().');
|
|
676
|
+
}
|
|
677
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
678
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsRegionIdTypes().');
|
|
679
|
+
}
|
|
680
|
+
queryParameters = {};
|
|
681
|
+
if (requestParameters['page'] != null) {
|
|
682
|
+
queryParameters['page'] = requestParameters['page'];
|
|
683
|
+
}
|
|
684
|
+
headerParameters = {};
|
|
685
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
686
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
687
|
+
}
|
|
688
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
689
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
690
|
+
}
|
|
691
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
692
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
693
|
+
}
|
|
694
|
+
if (requestParameters['xTenant'] != null) {
|
|
695
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
696
|
+
}
|
|
697
|
+
urlPath = "/markets/{region_id}/types";
|
|
698
|
+
urlPath = urlPath.replace("{".concat("region_id", "}"), encodeURIComponent(String(requestParameters['regionId'])));
|
|
699
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
700
|
+
path: urlPath,
|
|
701
|
+
method: 'GET',
|
|
702
|
+
headers: headerParameters,
|
|
703
|
+
query: queryParameters,
|
|
704
|
+
}, initOverrides)];
|
|
705
|
+
case 1:
|
|
706
|
+
response = _a.sent();
|
|
707
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
708
|
+
}
|
|
709
|
+
});
|
|
710
|
+
});
|
|
711
|
+
};
|
|
712
|
+
/**
|
|
713
|
+
* Return a list of type IDs that have active orders in the region, for efficient market indexing.
|
|
714
|
+
* List type IDs relevant to a market
|
|
715
|
+
*/
|
|
716
|
+
MarketApi.prototype.getMarketsRegionIdTypes = function (requestParameters, initOverrides) {
|
|
717
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
718
|
+
var response;
|
|
719
|
+
return __generator(this, function (_a) {
|
|
720
|
+
switch (_a.label) {
|
|
721
|
+
case 0: return [4 /*yield*/, this.getMarketsRegionIdTypesRaw(requestParameters, initOverrides)];
|
|
722
|
+
case 1:
|
|
723
|
+
response = _a.sent();
|
|
724
|
+
return [4 /*yield*/, response.value()];
|
|
725
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
726
|
+
}
|
|
727
|
+
});
|
|
728
|
+
});
|
|
729
|
+
};
|
|
730
|
+
/**
|
|
731
|
+
* Return all orders in a structure
|
|
732
|
+
* List orders in a structure
|
|
733
|
+
*/
|
|
734
|
+
MarketApi.prototype.getMarketsStructuresStructureIdRaw = function (requestParameters, initOverrides) {
|
|
735
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
736
|
+
var queryParameters, headerParameters, urlPath, response;
|
|
737
|
+
return __generator(this, function (_a) {
|
|
738
|
+
switch (_a.label) {
|
|
739
|
+
case 0:
|
|
740
|
+
if (requestParameters['structureId'] == null) {
|
|
741
|
+
throw new runtime.RequiredError('structureId', 'Required parameter "structureId" was null or undefined when calling getMarketsStructuresStructureId().');
|
|
742
|
+
}
|
|
743
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
744
|
+
throw new runtime.RequiredError('xCompatibilityDate', 'Required parameter "xCompatibilityDate" was null or undefined when calling getMarketsStructuresStructureId().');
|
|
745
|
+
}
|
|
746
|
+
queryParameters = {};
|
|
747
|
+
if (requestParameters['page'] != null) {
|
|
748
|
+
queryParameters['page'] = requestParameters['page'];
|
|
749
|
+
}
|
|
750
|
+
headerParameters = {};
|
|
751
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
752
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
753
|
+
}
|
|
754
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
755
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
756
|
+
}
|
|
757
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
758
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
759
|
+
}
|
|
760
|
+
if (requestParameters['xTenant'] != null) {
|
|
761
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
762
|
+
}
|
|
763
|
+
urlPath = "/markets/structures/{structure_id}";
|
|
764
|
+
urlPath = urlPath.replace("{".concat("structure_id", "}"), encodeURIComponent(String(requestParameters['structureId'])));
|
|
765
|
+
return [4 /*yield*/, serviceFacade_1.default.esi.proxy({
|
|
766
|
+
path: urlPath,
|
|
767
|
+
method: 'GET',
|
|
768
|
+
headers: headerParameters,
|
|
769
|
+
query: queryParameters,
|
|
770
|
+
}, initOverrides)];
|
|
771
|
+
case 1:
|
|
772
|
+
response = _a.sent();
|
|
773
|
+
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
774
|
+
}
|
|
775
|
+
});
|
|
776
|
+
});
|
|
777
|
+
};
|
|
778
|
+
/**
|
|
779
|
+
* Return all orders in a structure
|
|
780
|
+
* List orders in a structure
|
|
781
|
+
*/
|
|
782
|
+
MarketApi.prototype.getMarketsStructuresStructureId = function (requestParameters, initOverrides) {
|
|
783
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
784
|
+
var response;
|
|
785
|
+
return __generator(this, function (_a) {
|
|
786
|
+
switch (_a.label) {
|
|
787
|
+
case 0: return [4 /*yield*/, this.getMarketsStructuresStructureIdRaw(requestParameters, initOverrides)];
|
|
788
|
+
case 1:
|
|
789
|
+
response = _a.sent();
|
|
790
|
+
return [4 /*yield*/, response.value()];
|
|
791
|
+
case 2: return [2 /*return*/, _a.sent()];
|
|
792
|
+
}
|
|
793
|
+
});
|
|
794
|
+
});
|
|
795
|
+
};
|
|
796
|
+
return MarketApi;
|
|
797
|
+
}(runtime.BaseAPI));
|
|
798
|
+
exports.MarketApi = MarketApi;
|
|
799
|
+
/**
|
|
800
|
+
* @export
|
|
801
|
+
* @enum {string}
|
|
802
|
+
*/
|
|
803
|
+
var GetCharactersCharacterIdOrdersXCompatibilityDateEnum;
|
|
804
|
+
(function (GetCharactersCharacterIdOrdersXCompatibilityDateEnum) {
|
|
805
|
+
GetCharactersCharacterIdOrdersXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
806
|
+
})(GetCharactersCharacterIdOrdersXCompatibilityDateEnum || (exports.GetCharactersCharacterIdOrdersXCompatibilityDateEnum = GetCharactersCharacterIdOrdersXCompatibilityDateEnum = {}));
|
|
807
|
+
/**
|
|
808
|
+
* @export
|
|
809
|
+
* @enum {string}
|
|
810
|
+
*/
|
|
811
|
+
var GetCharactersCharacterIdOrdersAcceptLanguageEnum;
|
|
812
|
+
(function (GetCharactersCharacterIdOrdersAcceptLanguageEnum) {
|
|
813
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["En"] = "en";
|
|
814
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["De"] = "de";
|
|
815
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Fr"] = "fr";
|
|
816
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Ja"] = "ja";
|
|
817
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Ru"] = "ru";
|
|
818
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Zh"] = "zh";
|
|
819
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Ko"] = "ko";
|
|
820
|
+
GetCharactersCharacterIdOrdersAcceptLanguageEnum["Es"] = "es";
|
|
821
|
+
})(GetCharactersCharacterIdOrdersAcceptLanguageEnum || (exports.GetCharactersCharacterIdOrdersAcceptLanguageEnum = GetCharactersCharacterIdOrdersAcceptLanguageEnum = {}));
|
|
822
|
+
/**
|
|
823
|
+
* @export
|
|
824
|
+
* @enum {string}
|
|
825
|
+
*/
|
|
826
|
+
var GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum;
|
|
827
|
+
(function (GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum) {
|
|
828
|
+
GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
829
|
+
})(GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum || (exports.GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = {}));
|
|
830
|
+
/**
|
|
831
|
+
* @export
|
|
832
|
+
* @enum {string}
|
|
833
|
+
*/
|
|
834
|
+
var GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum;
|
|
835
|
+
(function (GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum) {
|
|
836
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["En"] = "en";
|
|
837
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["De"] = "de";
|
|
838
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Fr"] = "fr";
|
|
839
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Ja"] = "ja";
|
|
840
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Ru"] = "ru";
|
|
841
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Zh"] = "zh";
|
|
842
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Ko"] = "ko";
|
|
843
|
+
GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum["Es"] = "es";
|
|
844
|
+
})(GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum || (exports.GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = {}));
|
|
845
|
+
/**
|
|
846
|
+
* @export
|
|
847
|
+
* @enum {string}
|
|
848
|
+
*/
|
|
849
|
+
var GetCorporationsCorporationIdOrdersXCompatibilityDateEnum;
|
|
850
|
+
(function (GetCorporationsCorporationIdOrdersXCompatibilityDateEnum) {
|
|
851
|
+
GetCorporationsCorporationIdOrdersXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
852
|
+
})(GetCorporationsCorporationIdOrdersXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = {}));
|
|
853
|
+
/**
|
|
854
|
+
* @export
|
|
855
|
+
* @enum {string}
|
|
856
|
+
*/
|
|
857
|
+
var GetCorporationsCorporationIdOrdersAcceptLanguageEnum;
|
|
858
|
+
(function (GetCorporationsCorporationIdOrdersAcceptLanguageEnum) {
|
|
859
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["En"] = "en";
|
|
860
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["De"] = "de";
|
|
861
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Fr"] = "fr";
|
|
862
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Ja"] = "ja";
|
|
863
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Ru"] = "ru";
|
|
864
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Zh"] = "zh";
|
|
865
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Ko"] = "ko";
|
|
866
|
+
GetCorporationsCorporationIdOrdersAcceptLanguageEnum["Es"] = "es";
|
|
867
|
+
})(GetCorporationsCorporationIdOrdersAcceptLanguageEnum || (exports.GetCorporationsCorporationIdOrdersAcceptLanguageEnum = GetCorporationsCorporationIdOrdersAcceptLanguageEnum = {}));
|
|
868
|
+
/**
|
|
869
|
+
* @export
|
|
870
|
+
* @enum {string}
|
|
871
|
+
*/
|
|
872
|
+
var GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum;
|
|
873
|
+
(function (GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum) {
|
|
874
|
+
GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
875
|
+
})(GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = {}));
|
|
876
|
+
/**
|
|
877
|
+
* @export
|
|
878
|
+
* @enum {string}
|
|
879
|
+
*/
|
|
880
|
+
var GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum;
|
|
881
|
+
(function (GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum) {
|
|
882
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["En"] = "en";
|
|
883
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["De"] = "de";
|
|
884
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Fr"] = "fr";
|
|
885
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Ja"] = "ja";
|
|
886
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Ru"] = "ru";
|
|
887
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Zh"] = "zh";
|
|
888
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Ko"] = "ko";
|
|
889
|
+
GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum["Es"] = "es";
|
|
890
|
+
})(GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum || (exports.GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = {}));
|
|
891
|
+
/**
|
|
892
|
+
* @export
|
|
893
|
+
* @enum {string}
|
|
894
|
+
*/
|
|
895
|
+
var GetMarketsGroupsXCompatibilityDateEnum;
|
|
896
|
+
(function (GetMarketsGroupsXCompatibilityDateEnum) {
|
|
897
|
+
GetMarketsGroupsXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
898
|
+
})(GetMarketsGroupsXCompatibilityDateEnum || (exports.GetMarketsGroupsXCompatibilityDateEnum = GetMarketsGroupsXCompatibilityDateEnum = {}));
|
|
899
|
+
/**
|
|
900
|
+
* @export
|
|
901
|
+
* @enum {string}
|
|
902
|
+
*/
|
|
903
|
+
var GetMarketsGroupsAcceptLanguageEnum;
|
|
904
|
+
(function (GetMarketsGroupsAcceptLanguageEnum) {
|
|
905
|
+
GetMarketsGroupsAcceptLanguageEnum["En"] = "en";
|
|
906
|
+
GetMarketsGroupsAcceptLanguageEnum["De"] = "de";
|
|
907
|
+
GetMarketsGroupsAcceptLanguageEnum["Fr"] = "fr";
|
|
908
|
+
GetMarketsGroupsAcceptLanguageEnum["Ja"] = "ja";
|
|
909
|
+
GetMarketsGroupsAcceptLanguageEnum["Ru"] = "ru";
|
|
910
|
+
GetMarketsGroupsAcceptLanguageEnum["Zh"] = "zh";
|
|
911
|
+
GetMarketsGroupsAcceptLanguageEnum["Ko"] = "ko";
|
|
912
|
+
GetMarketsGroupsAcceptLanguageEnum["Es"] = "es";
|
|
913
|
+
})(GetMarketsGroupsAcceptLanguageEnum || (exports.GetMarketsGroupsAcceptLanguageEnum = GetMarketsGroupsAcceptLanguageEnum = {}));
|
|
914
|
+
/**
|
|
915
|
+
* @export
|
|
916
|
+
* @enum {string}
|
|
917
|
+
*/
|
|
918
|
+
var GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum;
|
|
919
|
+
(function (GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum) {
|
|
920
|
+
GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
921
|
+
})(GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum || (exports.GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = {}));
|
|
922
|
+
/**
|
|
923
|
+
* @export
|
|
924
|
+
* @enum {string}
|
|
925
|
+
*/
|
|
926
|
+
var GetMarketsGroupsMarketGroupIdAcceptLanguageEnum;
|
|
927
|
+
(function (GetMarketsGroupsMarketGroupIdAcceptLanguageEnum) {
|
|
928
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["En"] = "en";
|
|
929
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["De"] = "de";
|
|
930
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Fr"] = "fr";
|
|
931
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Ja"] = "ja";
|
|
932
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Ru"] = "ru";
|
|
933
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Zh"] = "zh";
|
|
934
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Ko"] = "ko";
|
|
935
|
+
GetMarketsGroupsMarketGroupIdAcceptLanguageEnum["Es"] = "es";
|
|
936
|
+
})(GetMarketsGroupsMarketGroupIdAcceptLanguageEnum || (exports.GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = {}));
|
|
937
|
+
/**
|
|
938
|
+
* @export
|
|
939
|
+
* @enum {string}
|
|
940
|
+
*/
|
|
941
|
+
var GetMarketsPricesXCompatibilityDateEnum;
|
|
942
|
+
(function (GetMarketsPricesXCompatibilityDateEnum) {
|
|
943
|
+
GetMarketsPricesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
944
|
+
})(GetMarketsPricesXCompatibilityDateEnum || (exports.GetMarketsPricesXCompatibilityDateEnum = GetMarketsPricesXCompatibilityDateEnum = {}));
|
|
945
|
+
/**
|
|
946
|
+
* @export
|
|
947
|
+
* @enum {string}
|
|
948
|
+
*/
|
|
949
|
+
var GetMarketsPricesAcceptLanguageEnum;
|
|
950
|
+
(function (GetMarketsPricesAcceptLanguageEnum) {
|
|
951
|
+
GetMarketsPricesAcceptLanguageEnum["En"] = "en";
|
|
952
|
+
GetMarketsPricesAcceptLanguageEnum["De"] = "de";
|
|
953
|
+
GetMarketsPricesAcceptLanguageEnum["Fr"] = "fr";
|
|
954
|
+
GetMarketsPricesAcceptLanguageEnum["Ja"] = "ja";
|
|
955
|
+
GetMarketsPricesAcceptLanguageEnum["Ru"] = "ru";
|
|
956
|
+
GetMarketsPricesAcceptLanguageEnum["Zh"] = "zh";
|
|
957
|
+
GetMarketsPricesAcceptLanguageEnum["Ko"] = "ko";
|
|
958
|
+
GetMarketsPricesAcceptLanguageEnum["Es"] = "es";
|
|
959
|
+
})(GetMarketsPricesAcceptLanguageEnum || (exports.GetMarketsPricesAcceptLanguageEnum = GetMarketsPricesAcceptLanguageEnum = {}));
|
|
960
|
+
/**
|
|
961
|
+
* @export
|
|
962
|
+
* @enum {string}
|
|
963
|
+
*/
|
|
964
|
+
var GetMarketsRegionIdHistoryXCompatibilityDateEnum;
|
|
965
|
+
(function (GetMarketsRegionIdHistoryXCompatibilityDateEnum) {
|
|
966
|
+
GetMarketsRegionIdHistoryXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
967
|
+
})(GetMarketsRegionIdHistoryXCompatibilityDateEnum || (exports.GetMarketsRegionIdHistoryXCompatibilityDateEnum = GetMarketsRegionIdHistoryXCompatibilityDateEnum = {}));
|
|
968
|
+
/**
|
|
969
|
+
* @export
|
|
970
|
+
* @enum {string}
|
|
971
|
+
*/
|
|
972
|
+
var GetMarketsRegionIdHistoryAcceptLanguageEnum;
|
|
973
|
+
(function (GetMarketsRegionIdHistoryAcceptLanguageEnum) {
|
|
974
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["En"] = "en";
|
|
975
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["De"] = "de";
|
|
976
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Fr"] = "fr";
|
|
977
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Ja"] = "ja";
|
|
978
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Ru"] = "ru";
|
|
979
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Zh"] = "zh";
|
|
980
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Ko"] = "ko";
|
|
981
|
+
GetMarketsRegionIdHistoryAcceptLanguageEnum["Es"] = "es";
|
|
982
|
+
})(GetMarketsRegionIdHistoryAcceptLanguageEnum || (exports.GetMarketsRegionIdHistoryAcceptLanguageEnum = GetMarketsRegionIdHistoryAcceptLanguageEnum = {}));
|
|
983
|
+
/**
|
|
984
|
+
* @export
|
|
985
|
+
* @enum {string}
|
|
986
|
+
*/
|
|
987
|
+
var GetMarketsRegionIdOrdersOrderTypeEnum;
|
|
988
|
+
(function (GetMarketsRegionIdOrdersOrderTypeEnum) {
|
|
989
|
+
GetMarketsRegionIdOrdersOrderTypeEnum["Buy"] = "buy";
|
|
990
|
+
GetMarketsRegionIdOrdersOrderTypeEnum["Sell"] = "sell";
|
|
991
|
+
GetMarketsRegionIdOrdersOrderTypeEnum["All"] = "all";
|
|
992
|
+
})(GetMarketsRegionIdOrdersOrderTypeEnum || (exports.GetMarketsRegionIdOrdersOrderTypeEnum = GetMarketsRegionIdOrdersOrderTypeEnum = {}));
|
|
993
|
+
/**
|
|
994
|
+
* @export
|
|
995
|
+
* @enum {string}
|
|
996
|
+
*/
|
|
997
|
+
var GetMarketsRegionIdOrdersXCompatibilityDateEnum;
|
|
998
|
+
(function (GetMarketsRegionIdOrdersXCompatibilityDateEnum) {
|
|
999
|
+
GetMarketsRegionIdOrdersXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
1000
|
+
})(GetMarketsRegionIdOrdersXCompatibilityDateEnum || (exports.GetMarketsRegionIdOrdersXCompatibilityDateEnum = GetMarketsRegionIdOrdersXCompatibilityDateEnum = {}));
|
|
1001
|
+
/**
|
|
1002
|
+
* @export
|
|
1003
|
+
* @enum {string}
|
|
1004
|
+
*/
|
|
1005
|
+
var GetMarketsRegionIdOrdersAcceptLanguageEnum;
|
|
1006
|
+
(function (GetMarketsRegionIdOrdersAcceptLanguageEnum) {
|
|
1007
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["En"] = "en";
|
|
1008
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["De"] = "de";
|
|
1009
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Fr"] = "fr";
|
|
1010
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Ja"] = "ja";
|
|
1011
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Ru"] = "ru";
|
|
1012
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Zh"] = "zh";
|
|
1013
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Ko"] = "ko";
|
|
1014
|
+
GetMarketsRegionIdOrdersAcceptLanguageEnum["Es"] = "es";
|
|
1015
|
+
})(GetMarketsRegionIdOrdersAcceptLanguageEnum || (exports.GetMarketsRegionIdOrdersAcceptLanguageEnum = GetMarketsRegionIdOrdersAcceptLanguageEnum = {}));
|
|
1016
|
+
/**
|
|
1017
|
+
* @export
|
|
1018
|
+
* @enum {string}
|
|
1019
|
+
*/
|
|
1020
|
+
var GetMarketsRegionIdTypesXCompatibilityDateEnum;
|
|
1021
|
+
(function (GetMarketsRegionIdTypesXCompatibilityDateEnum) {
|
|
1022
|
+
GetMarketsRegionIdTypesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
1023
|
+
})(GetMarketsRegionIdTypesXCompatibilityDateEnum || (exports.GetMarketsRegionIdTypesXCompatibilityDateEnum = GetMarketsRegionIdTypesXCompatibilityDateEnum = {}));
|
|
1024
|
+
/**
|
|
1025
|
+
* @export
|
|
1026
|
+
* @enum {string}
|
|
1027
|
+
*/
|
|
1028
|
+
var GetMarketsRegionIdTypesAcceptLanguageEnum;
|
|
1029
|
+
(function (GetMarketsRegionIdTypesAcceptLanguageEnum) {
|
|
1030
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["En"] = "en";
|
|
1031
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["De"] = "de";
|
|
1032
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Fr"] = "fr";
|
|
1033
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Ja"] = "ja";
|
|
1034
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Ru"] = "ru";
|
|
1035
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Zh"] = "zh";
|
|
1036
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Ko"] = "ko";
|
|
1037
|
+
GetMarketsRegionIdTypesAcceptLanguageEnum["Es"] = "es";
|
|
1038
|
+
})(GetMarketsRegionIdTypesAcceptLanguageEnum || (exports.GetMarketsRegionIdTypesAcceptLanguageEnum = GetMarketsRegionIdTypesAcceptLanguageEnum = {}));
|
|
1039
|
+
/**
|
|
1040
|
+
* @export
|
|
1041
|
+
* @enum {string}
|
|
1042
|
+
*/
|
|
1043
|
+
var GetMarketsStructuresStructureIdXCompatibilityDateEnum;
|
|
1044
|
+
(function (GetMarketsStructuresStructureIdXCompatibilityDateEnum) {
|
|
1045
|
+
GetMarketsStructuresStructureIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
|
|
1046
|
+
})(GetMarketsStructuresStructureIdXCompatibilityDateEnum || (exports.GetMarketsStructuresStructureIdXCompatibilityDateEnum = GetMarketsStructuresStructureIdXCompatibilityDateEnum = {}));
|
|
1047
|
+
/**
|
|
1048
|
+
* @export
|
|
1049
|
+
* @enum {string}
|
|
1050
|
+
*/
|
|
1051
|
+
var GetMarketsStructuresStructureIdAcceptLanguageEnum;
|
|
1052
|
+
(function (GetMarketsStructuresStructureIdAcceptLanguageEnum) {
|
|
1053
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["En"] = "en";
|
|
1054
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["De"] = "de";
|
|
1055
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Fr"] = "fr";
|
|
1056
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Ja"] = "ja";
|
|
1057
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Ru"] = "ru";
|
|
1058
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Zh"] = "zh";
|
|
1059
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Ko"] = "ko";
|
|
1060
|
+
GetMarketsStructuresStructureIdAcceptLanguageEnum["Es"] = "es";
|
|
1061
|
+
})(GetMarketsStructuresStructureIdAcceptLanguageEnum || (exports.GetMarketsStructuresStructureIdAcceptLanguageEnum = GetMarketsStructuresStructureIdAcceptLanguageEnum = {}));
|