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,797 @@
|
|
|
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
|
+
CharactersCharacterIdWalletJournalGetInner,
|
|
20
|
+
CharactersCharacterIdWalletTransactionsGetInner,
|
|
21
|
+
CorporationsCorporationIdWalletsDivisionJournalGetInner,
|
|
22
|
+
CorporationsCorporationIdWalletsDivisionTransactionsGetInner,
|
|
23
|
+
CorporationsCorporationIdWalletsGetInner,
|
|
24
|
+
} from '../models/index';
|
|
25
|
+
|
|
26
|
+
export interface GetCharactersCharacterIdWalletRequest {
|
|
27
|
+
characterId: number;
|
|
28
|
+
xCompatibilityDate: GetCharactersCharacterIdWalletXCompatibilityDateEnum;
|
|
29
|
+
acceptLanguage?: GetCharactersCharacterIdWalletAcceptLanguageEnum;
|
|
30
|
+
ifNoneMatch?: string;
|
|
31
|
+
xTenant?: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface GetCharactersCharacterIdWalletJournalRequest {
|
|
35
|
+
characterId: number;
|
|
36
|
+
xCompatibilityDate: GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum;
|
|
37
|
+
page?: number;
|
|
38
|
+
acceptLanguage?: GetCharactersCharacterIdWalletJournalAcceptLanguageEnum;
|
|
39
|
+
ifNoneMatch?: string;
|
|
40
|
+
xTenant?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface GetCharactersCharacterIdWalletTransactionsRequest {
|
|
44
|
+
characterId: number;
|
|
45
|
+
xCompatibilityDate: GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum;
|
|
46
|
+
fromId?: number;
|
|
47
|
+
acceptLanguage?: GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum;
|
|
48
|
+
ifNoneMatch?: string;
|
|
49
|
+
xTenant?: string;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface GetCorporationsCorporationIdWalletsRequest {
|
|
53
|
+
corporationId: number;
|
|
54
|
+
xCompatibilityDate: GetCorporationsCorporationIdWalletsXCompatibilityDateEnum;
|
|
55
|
+
acceptLanguage?: GetCorporationsCorporationIdWalletsAcceptLanguageEnum;
|
|
56
|
+
ifNoneMatch?: string;
|
|
57
|
+
xTenant?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface GetCorporationsCorporationIdWalletsDivisionJournalRequest {
|
|
61
|
+
corporationId: number;
|
|
62
|
+
division: number;
|
|
63
|
+
xCompatibilityDate: GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum;
|
|
64
|
+
page?: number;
|
|
65
|
+
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum;
|
|
66
|
+
ifNoneMatch?: string;
|
|
67
|
+
xTenant?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface GetCorporationsCorporationIdWalletsDivisionTransactionsRequest {
|
|
71
|
+
corporationId: number;
|
|
72
|
+
division: number;
|
|
73
|
+
xCompatibilityDate: GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum;
|
|
74
|
+
fromId?: number;
|
|
75
|
+
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum;
|
|
76
|
+
ifNoneMatch?: string;
|
|
77
|
+
xTenant?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* WalletApi - interface
|
|
82
|
+
*
|
|
83
|
+
* @export
|
|
84
|
+
* @interface WalletApiInterface
|
|
85
|
+
*/
|
|
86
|
+
export interface WalletApiInterface {
|
|
87
|
+
/**
|
|
88
|
+
* Returns a character\'s wallet balance
|
|
89
|
+
* @summary Get a character\'s wallet balance
|
|
90
|
+
* @param {number} characterId The ID of the character
|
|
91
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
92
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
93
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
94
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
95
|
+
* @param {*} [options] Override http request option.
|
|
96
|
+
* @throws {RequiredError}
|
|
97
|
+
* @memberof WalletApiInterface
|
|
98
|
+
*/
|
|
99
|
+
getCharactersCharacterIdWalletRaw(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Returns a character\'s wallet balance
|
|
103
|
+
* Get a character\'s wallet balance
|
|
104
|
+
*/
|
|
105
|
+
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Retrieve the given character\'s wallet journal going 30 days back
|
|
109
|
+
* @summary Get character wallet journal
|
|
110
|
+
* @param {number} characterId The ID of the character
|
|
111
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
112
|
+
* @param {number} [page]
|
|
113
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
114
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
115
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
* @memberof WalletApiInterface
|
|
119
|
+
*/
|
|
120
|
+
getCharactersCharacterIdWalletJournalRaw(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdWalletJournalGetInner>>>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Retrieve the given character\'s wallet journal going 30 days back
|
|
124
|
+
* Get character wallet journal
|
|
125
|
+
*/
|
|
126
|
+
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdWalletJournalGetInner>>;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Get wallet transactions of a character
|
|
130
|
+
* @summary Get wallet transactions
|
|
131
|
+
* @param {number} characterId The ID of the character
|
|
132
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
133
|
+
* @param {number} [fromId]
|
|
134
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
135
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
136
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof WalletApiInterface
|
|
140
|
+
*/
|
|
141
|
+
getCharactersCharacterIdWalletTransactionsRaw(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdWalletTransactionsGetInner>>>;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Get wallet transactions of a character
|
|
145
|
+
* Get wallet transactions
|
|
146
|
+
*/
|
|
147
|
+
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdWalletTransactionsGetInner>>;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Get a corporation\'s wallets
|
|
151
|
+
* @summary Returns a corporation\'s wallet balance
|
|
152
|
+
* @param {number} corporationId The ID of the corporation
|
|
153
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
154
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
155
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
156
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
157
|
+
* @param {*} [options] Override http request option.
|
|
158
|
+
* @throws {RequiredError}
|
|
159
|
+
* @memberof WalletApiInterface
|
|
160
|
+
*/
|
|
161
|
+
getCorporationsCorporationIdWalletsRaw(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsGetInner>>>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Get a corporation\'s wallets
|
|
165
|
+
* Returns a corporation\'s wallet balance
|
|
166
|
+
*/
|
|
167
|
+
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsGetInner>>;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
171
|
+
* @summary Get corporation wallet journal
|
|
172
|
+
* @param {number} corporationId The ID of the corporation
|
|
173
|
+
* @param {number} division
|
|
174
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
175
|
+
* @param {number} [page]
|
|
176
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
177
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
178
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
179
|
+
* @param {*} [options] Override http request option.
|
|
180
|
+
* @throws {RequiredError}
|
|
181
|
+
* @memberof WalletApiInterface
|
|
182
|
+
*/
|
|
183
|
+
getCorporationsCorporationIdWalletsDivisionJournalRaw(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsDivisionJournalGetInner>>>;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
187
|
+
* Get corporation wallet journal
|
|
188
|
+
*/
|
|
189
|
+
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsDivisionJournalGetInner>>;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Get wallet transactions of a corporation
|
|
193
|
+
* @summary Get corporation wallet transactions
|
|
194
|
+
* @param {number} corporationId The ID of the corporation
|
|
195
|
+
* @param {number} division
|
|
196
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
197
|
+
* @param {number} [fromId]
|
|
198
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
199
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
200
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
201
|
+
* @param {*} [options] Override http request option.
|
|
202
|
+
* @throws {RequiredError}
|
|
203
|
+
* @memberof WalletApiInterface
|
|
204
|
+
*/
|
|
205
|
+
getCorporationsCorporationIdWalletsDivisionTransactionsRaw(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner>>>;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Get wallet transactions of a corporation
|
|
209
|
+
* Get corporation wallet transactions
|
|
210
|
+
*/
|
|
211
|
+
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner>>;
|
|
212
|
+
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Returns a character\'s wallet balance
|
|
222
|
+
* Get a character\'s wallet balance
|
|
223
|
+
*/
|
|
224
|
+
async getCharactersCharacterIdWalletRaw(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>> {
|
|
225
|
+
if (requestParameters['characterId'] == null) {
|
|
226
|
+
throw new runtime.RequiredError(
|
|
227
|
+
'characterId',
|
|
228
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdWallet().'
|
|
229
|
+
);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
233
|
+
throw new runtime.RequiredError(
|
|
234
|
+
'xCompatibilityDate',
|
|
235
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdWallet().'
|
|
236
|
+
);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
const queryParameters: any = {};
|
|
240
|
+
|
|
241
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
242
|
+
|
|
243
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
244
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
248
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
252
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
if (requestParameters['xTenant'] != null) {
|
|
256
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/*
|
|
260
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
261
|
+
// oauth required
|
|
262
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_character_wallet.v1"]);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
*/
|
|
266
|
+
|
|
267
|
+
let urlPath = `/characters/{character_id}/wallet`;
|
|
268
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
269
|
+
|
|
270
|
+
const response = await api.esi.proxy({
|
|
271
|
+
path: urlPath,
|
|
272
|
+
method: 'GET',
|
|
273
|
+
headers: headerParameters,
|
|
274
|
+
query: queryParameters,
|
|
275
|
+
}, initOverrides);
|
|
276
|
+
|
|
277
|
+
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
278
|
+
return new runtime.JSONApiResponse<number>(response);
|
|
279
|
+
} else {
|
|
280
|
+
return new runtime.TextApiResponse(response) as any;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Returns a character\'s wallet balance
|
|
286
|
+
* Get a character\'s wallet balance
|
|
287
|
+
*/
|
|
288
|
+
async getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
|
|
289
|
+
const response = await this.getCharactersCharacterIdWalletRaw(requestParameters, initOverrides);
|
|
290
|
+
return await response.value();
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Retrieve the given character\'s wallet journal going 30 days back
|
|
295
|
+
* Get character wallet journal
|
|
296
|
+
*/
|
|
297
|
+
async getCharactersCharacterIdWalletJournalRaw(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdWalletJournalGetInner>>> {
|
|
298
|
+
if (requestParameters['characterId'] == null) {
|
|
299
|
+
throw new runtime.RequiredError(
|
|
300
|
+
'characterId',
|
|
301
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdWalletJournal().'
|
|
302
|
+
);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
306
|
+
throw new runtime.RequiredError(
|
|
307
|
+
'xCompatibilityDate',
|
|
308
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdWalletJournal().'
|
|
309
|
+
);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
const queryParameters: any = {};
|
|
313
|
+
|
|
314
|
+
if (requestParameters['page'] != null) {
|
|
315
|
+
queryParameters['page'] = requestParameters['page'];
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
319
|
+
|
|
320
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
321
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
325
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
329
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
if (requestParameters['xTenant'] != null) {
|
|
333
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/*
|
|
337
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
338
|
+
// oauth required
|
|
339
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_character_wallet.v1"]);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
*/
|
|
343
|
+
|
|
344
|
+
let urlPath = `/characters/{character_id}/wallet/journal`;
|
|
345
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
346
|
+
|
|
347
|
+
const response = await api.esi.proxy({
|
|
348
|
+
path: urlPath,
|
|
349
|
+
method: 'GET',
|
|
350
|
+
headers: headerParameters,
|
|
351
|
+
query: queryParameters,
|
|
352
|
+
}, initOverrides);
|
|
353
|
+
|
|
354
|
+
return new runtime.JSONApiResponse(response);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Retrieve the given character\'s wallet journal going 30 days back
|
|
359
|
+
* Get character wallet journal
|
|
360
|
+
*/
|
|
361
|
+
async getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdWalletJournalGetInner>> {
|
|
362
|
+
const response = await this.getCharactersCharacterIdWalletJournalRaw(requestParameters, initOverrides);
|
|
363
|
+
return await response.value();
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* Get wallet transactions of a character
|
|
368
|
+
* Get wallet transactions
|
|
369
|
+
*/
|
|
370
|
+
async getCharactersCharacterIdWalletTransactionsRaw(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdWalletTransactionsGetInner>>> {
|
|
371
|
+
if (requestParameters['characterId'] == null) {
|
|
372
|
+
throw new runtime.RequiredError(
|
|
373
|
+
'characterId',
|
|
374
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdWalletTransactions().'
|
|
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 getCharactersCharacterIdWalletTransactions().'
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
const queryParameters: any = {};
|
|
386
|
+
|
|
387
|
+
if (requestParameters['fromId'] != null) {
|
|
388
|
+
queryParameters['from_id'] = requestParameters['fromId'];
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
392
|
+
|
|
393
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
394
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
398
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
402
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
if (requestParameters['xTenant'] != null) {
|
|
406
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
/*
|
|
410
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
411
|
+
// oauth required
|
|
412
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_character_wallet.v1"]);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
*/
|
|
416
|
+
|
|
417
|
+
let urlPath = `/characters/{character_id}/wallet/transactions`;
|
|
418
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
419
|
+
|
|
420
|
+
const response = await api.esi.proxy({
|
|
421
|
+
path: urlPath,
|
|
422
|
+
method: 'GET',
|
|
423
|
+
headers: headerParameters,
|
|
424
|
+
query: queryParameters,
|
|
425
|
+
}, initOverrides);
|
|
426
|
+
|
|
427
|
+
return new runtime.JSONApiResponse(response);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
* Get wallet transactions of a character
|
|
432
|
+
* Get wallet transactions
|
|
433
|
+
*/
|
|
434
|
+
async getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdWalletTransactionsGetInner>> {
|
|
435
|
+
const response = await this.getCharactersCharacterIdWalletTransactionsRaw(requestParameters, initOverrides);
|
|
436
|
+
return await response.value();
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* Get a corporation\'s wallets
|
|
441
|
+
* Returns a corporation\'s wallet balance
|
|
442
|
+
*/
|
|
443
|
+
async getCorporationsCorporationIdWalletsRaw(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsGetInner>>> {
|
|
444
|
+
if (requestParameters['corporationId'] == null) {
|
|
445
|
+
throw new runtime.RequiredError(
|
|
446
|
+
'corporationId',
|
|
447
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdWallets().'
|
|
448
|
+
);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
452
|
+
throw new runtime.RequiredError(
|
|
453
|
+
'xCompatibilityDate',
|
|
454
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdWallets().'
|
|
455
|
+
);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
const queryParameters: any = {};
|
|
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-wallet.read_corporation_wallets.v1"]);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
*/
|
|
485
|
+
|
|
486
|
+
let urlPath = `/corporations/{corporation_id}/wallets`;
|
|
487
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
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
|
+
* Get a corporation\'s wallets
|
|
501
|
+
* Returns a corporation\'s wallet balance
|
|
502
|
+
*/
|
|
503
|
+
async getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsGetInner>> {
|
|
504
|
+
const response = await this.getCorporationsCorporationIdWalletsRaw(requestParameters, initOverrides);
|
|
505
|
+
return await response.value();
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
510
|
+
* Get corporation wallet journal
|
|
511
|
+
*/
|
|
512
|
+
async getCorporationsCorporationIdWalletsDivisionJournalRaw(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsDivisionJournalGetInner>>> {
|
|
513
|
+
if (requestParameters['corporationId'] == null) {
|
|
514
|
+
throw new runtime.RequiredError(
|
|
515
|
+
'corporationId',
|
|
516
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionJournal().'
|
|
517
|
+
);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
if (requestParameters['division'] == null) {
|
|
521
|
+
throw new runtime.RequiredError(
|
|
522
|
+
'division',
|
|
523
|
+
'Required parameter "division" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionJournal().'
|
|
524
|
+
);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
528
|
+
throw new runtime.RequiredError(
|
|
529
|
+
'xCompatibilityDate',
|
|
530
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionJournal().'
|
|
531
|
+
);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
const queryParameters: any = {};
|
|
535
|
+
|
|
536
|
+
if (requestParameters['page'] != null) {
|
|
537
|
+
queryParameters['page'] = requestParameters['page'];
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
541
|
+
|
|
542
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
543
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
547
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
551
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
if (requestParameters['xTenant'] != null) {
|
|
555
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/*
|
|
559
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
560
|
+
// oauth required
|
|
561
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_corporation_wallets.v1"]);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
*/
|
|
565
|
+
|
|
566
|
+
let urlPath = `/corporations/{corporation_id}/wallets/{division}/journal`;
|
|
567
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
568
|
+
urlPath = urlPath.replace(`{${"division"}}`, encodeURIComponent(String(requestParameters['division'])));
|
|
569
|
+
|
|
570
|
+
const response = await api.esi.proxy({
|
|
571
|
+
path: urlPath,
|
|
572
|
+
method: 'GET',
|
|
573
|
+
headers: headerParameters,
|
|
574
|
+
query: queryParameters,
|
|
575
|
+
}, initOverrides);
|
|
576
|
+
|
|
577
|
+
return new runtime.JSONApiResponse(response);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
582
|
+
* Get corporation wallet journal
|
|
583
|
+
*/
|
|
584
|
+
async getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsDivisionJournalGetInner>> {
|
|
585
|
+
const response = await this.getCorporationsCorporationIdWalletsDivisionJournalRaw(requestParameters, initOverrides);
|
|
586
|
+
return await response.value();
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* Get wallet transactions of a corporation
|
|
591
|
+
* Get corporation wallet transactions
|
|
592
|
+
*/
|
|
593
|
+
async getCorporationsCorporationIdWalletsDivisionTransactionsRaw(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner>>> {
|
|
594
|
+
if (requestParameters['corporationId'] == null) {
|
|
595
|
+
throw new runtime.RequiredError(
|
|
596
|
+
'corporationId',
|
|
597
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionTransactions().'
|
|
598
|
+
);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
if (requestParameters['division'] == null) {
|
|
602
|
+
throw new runtime.RequiredError(
|
|
603
|
+
'division',
|
|
604
|
+
'Required parameter "division" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionTransactions().'
|
|
605
|
+
);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
609
|
+
throw new runtime.RequiredError(
|
|
610
|
+
'xCompatibilityDate',
|
|
611
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsCorporationIdWalletsDivisionTransactions().'
|
|
612
|
+
);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
const queryParameters: any = {};
|
|
616
|
+
|
|
617
|
+
if (requestParameters['fromId'] != null) {
|
|
618
|
+
queryParameters['from_id'] = requestParameters['fromId'];
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
622
|
+
|
|
623
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
624
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
628
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
632
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
if (requestParameters['xTenant'] != null) {
|
|
636
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/*
|
|
640
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
641
|
+
// oauth required
|
|
642
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-wallet.read_corporation_wallets.v1"]);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
*/
|
|
646
|
+
|
|
647
|
+
let urlPath = `/corporations/{corporation_id}/wallets/{division}/transactions`;
|
|
648
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
649
|
+
urlPath = urlPath.replace(`{${"division"}}`, encodeURIComponent(String(requestParameters['division'])));
|
|
650
|
+
|
|
651
|
+
const response = await api.esi.proxy({
|
|
652
|
+
path: urlPath,
|
|
653
|
+
method: 'GET',
|
|
654
|
+
headers: headerParameters,
|
|
655
|
+
query: queryParameters,
|
|
656
|
+
}, initOverrides);
|
|
657
|
+
|
|
658
|
+
return new runtime.JSONApiResponse(response);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* Get wallet transactions of a corporation
|
|
663
|
+
* Get corporation wallet transactions
|
|
664
|
+
*/
|
|
665
|
+
async getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdWalletsDivisionTransactionsGetInner>> {
|
|
666
|
+
const response = await this.getCorporationsCorporationIdWalletsDivisionTransactionsRaw(requestParameters, initOverrides);
|
|
667
|
+
return await response.value();
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* @export
|
|
674
|
+
* @enum {string}
|
|
675
|
+
*/
|
|
676
|
+
export enum GetCharactersCharacterIdWalletXCompatibilityDateEnum {
|
|
677
|
+
_20200101 = '2020-01-01'
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* @export
|
|
681
|
+
* @enum {string}
|
|
682
|
+
*/
|
|
683
|
+
export enum GetCharactersCharacterIdWalletAcceptLanguageEnum {
|
|
684
|
+
En = 'en',
|
|
685
|
+
De = 'de',
|
|
686
|
+
Fr = 'fr',
|
|
687
|
+
Ja = 'ja',
|
|
688
|
+
Ru = 'ru',
|
|
689
|
+
Zh = 'zh',
|
|
690
|
+
Ko = 'ko',
|
|
691
|
+
Es = 'es'
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* @export
|
|
695
|
+
* @enum {string}
|
|
696
|
+
*/
|
|
697
|
+
export enum GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum {
|
|
698
|
+
_20200101 = '2020-01-01'
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* @export
|
|
702
|
+
* @enum {string}
|
|
703
|
+
*/
|
|
704
|
+
export enum GetCharactersCharacterIdWalletJournalAcceptLanguageEnum {
|
|
705
|
+
En = 'en',
|
|
706
|
+
De = 'de',
|
|
707
|
+
Fr = 'fr',
|
|
708
|
+
Ja = 'ja',
|
|
709
|
+
Ru = 'ru',
|
|
710
|
+
Zh = 'zh',
|
|
711
|
+
Ko = 'ko',
|
|
712
|
+
Es = 'es'
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* @export
|
|
716
|
+
* @enum {string}
|
|
717
|
+
*/
|
|
718
|
+
export enum GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum {
|
|
719
|
+
_20200101 = '2020-01-01'
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* @export
|
|
723
|
+
* @enum {string}
|
|
724
|
+
*/
|
|
725
|
+
export enum GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum {
|
|
726
|
+
En = 'en',
|
|
727
|
+
De = 'de',
|
|
728
|
+
Fr = 'fr',
|
|
729
|
+
Ja = 'ja',
|
|
730
|
+
Ru = 'ru',
|
|
731
|
+
Zh = 'zh',
|
|
732
|
+
Ko = 'ko',
|
|
733
|
+
Es = 'es'
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* @export
|
|
737
|
+
* @enum {string}
|
|
738
|
+
*/
|
|
739
|
+
export enum GetCorporationsCorporationIdWalletsXCompatibilityDateEnum {
|
|
740
|
+
_20200101 = '2020-01-01'
|
|
741
|
+
}
|
|
742
|
+
/**
|
|
743
|
+
* @export
|
|
744
|
+
* @enum {string}
|
|
745
|
+
*/
|
|
746
|
+
export enum GetCorporationsCorporationIdWalletsAcceptLanguageEnum {
|
|
747
|
+
En = 'en',
|
|
748
|
+
De = 'de',
|
|
749
|
+
Fr = 'fr',
|
|
750
|
+
Ja = 'ja',
|
|
751
|
+
Ru = 'ru',
|
|
752
|
+
Zh = 'zh',
|
|
753
|
+
Ko = 'ko',
|
|
754
|
+
Es = 'es'
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* @export
|
|
758
|
+
* @enum {string}
|
|
759
|
+
*/
|
|
760
|
+
export enum GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum {
|
|
761
|
+
_20200101 = '2020-01-01'
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* @export
|
|
765
|
+
* @enum {string}
|
|
766
|
+
*/
|
|
767
|
+
export enum GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum {
|
|
768
|
+
En = 'en',
|
|
769
|
+
De = 'de',
|
|
770
|
+
Fr = 'fr',
|
|
771
|
+
Ja = 'ja',
|
|
772
|
+
Ru = 'ru',
|
|
773
|
+
Zh = 'zh',
|
|
774
|
+
Ko = 'ko',
|
|
775
|
+
Es = 'es'
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* @export
|
|
779
|
+
* @enum {string}
|
|
780
|
+
*/
|
|
781
|
+
export enum GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum {
|
|
782
|
+
_20200101 = '2020-01-01'
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* @export
|
|
786
|
+
* @enum {string}
|
|
787
|
+
*/
|
|
788
|
+
export enum GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum {
|
|
789
|
+
En = 'en',
|
|
790
|
+
De = 'de',
|
|
791
|
+
Fr = 'fr',
|
|
792
|
+
Ja = 'ja',
|
|
793
|
+
Ru = 'ru',
|
|
794
|
+
Zh = 'zh',
|
|
795
|
+
Ko = 'ko',
|
|
796
|
+
Es = 'es'
|
|
797
|
+
}
|