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,1198 @@
|
|
|
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
|
+
CharactersCharacterIdMailGetInner,
|
|
20
|
+
CharactersCharacterIdMailLabelsGet,
|
|
21
|
+
CharactersCharacterIdMailListsGetInner,
|
|
22
|
+
CharactersCharacterIdMailMailIdGet,
|
|
23
|
+
PostCharactersCharacterIdMailLabelsRequest,
|
|
24
|
+
PostCharactersCharacterIdMailRequest,
|
|
25
|
+
PutCharactersCharacterIdMailMailIdRequest,
|
|
26
|
+
} from '../models/index';
|
|
27
|
+
|
|
28
|
+
export interface DeleteCharactersCharacterIdMailLabelsLabelIdRequest {
|
|
29
|
+
characterId: number;
|
|
30
|
+
labelId: number;
|
|
31
|
+
xCompatibilityDate: DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum;
|
|
32
|
+
acceptLanguage?: DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum;
|
|
33
|
+
ifNoneMatch?: string;
|
|
34
|
+
xTenant?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface DeleteCharactersCharacterIdMailMailIdRequest {
|
|
38
|
+
characterId: number;
|
|
39
|
+
mailId: number;
|
|
40
|
+
xCompatibilityDate: DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum;
|
|
41
|
+
acceptLanguage?: DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
42
|
+
ifNoneMatch?: string;
|
|
43
|
+
xTenant?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface GetCharactersCharacterIdMailRequest {
|
|
47
|
+
characterId: number;
|
|
48
|
+
xCompatibilityDate: GetCharactersCharacterIdMailXCompatibilityDateEnum;
|
|
49
|
+
labels?: Set<number>;
|
|
50
|
+
lastMailId?: number;
|
|
51
|
+
acceptLanguage?: GetCharactersCharacterIdMailAcceptLanguageEnum;
|
|
52
|
+
ifNoneMatch?: string;
|
|
53
|
+
xTenant?: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface GetCharactersCharacterIdMailLabelsRequest {
|
|
57
|
+
characterId: number;
|
|
58
|
+
xCompatibilityDate: GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum;
|
|
59
|
+
acceptLanguage?: GetCharactersCharacterIdMailLabelsAcceptLanguageEnum;
|
|
60
|
+
ifNoneMatch?: string;
|
|
61
|
+
xTenant?: string;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface GetCharactersCharacterIdMailListsRequest {
|
|
65
|
+
characterId: number;
|
|
66
|
+
xCompatibilityDate: GetCharactersCharacterIdMailListsXCompatibilityDateEnum;
|
|
67
|
+
acceptLanguage?: GetCharactersCharacterIdMailListsAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface GetCharactersCharacterIdMailMailIdRequest {
|
|
73
|
+
characterId: number;
|
|
74
|
+
mailId: number;
|
|
75
|
+
xCompatibilityDate: GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum;
|
|
76
|
+
acceptLanguage?: GetCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
77
|
+
ifNoneMatch?: string;
|
|
78
|
+
xTenant?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface PostCharactersCharacterIdMailOperationRequest {
|
|
82
|
+
characterId: number;
|
|
83
|
+
xCompatibilityDate: PostCharactersCharacterIdMailOperationXCompatibilityDateEnum;
|
|
84
|
+
postCharactersCharacterIdMailRequest: PostCharactersCharacterIdMailRequest;
|
|
85
|
+
acceptLanguage?: PostCharactersCharacterIdMailOperationAcceptLanguageEnum;
|
|
86
|
+
ifNoneMatch?: string;
|
|
87
|
+
xTenant?: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface PostCharactersCharacterIdMailLabelsOperationRequest {
|
|
91
|
+
characterId: number;
|
|
92
|
+
xCompatibilityDate: PostCharactersCharacterIdMailLabelsOperationXCompatibilityDateEnum;
|
|
93
|
+
postCharactersCharacterIdMailLabelsRequest: PostCharactersCharacterIdMailLabelsRequest;
|
|
94
|
+
acceptLanguage?: PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum;
|
|
95
|
+
ifNoneMatch?: string;
|
|
96
|
+
xTenant?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface PutCharactersCharacterIdMailMailIdOperationRequest {
|
|
100
|
+
characterId: number;
|
|
101
|
+
mailId: number;
|
|
102
|
+
xCompatibilityDate: PutCharactersCharacterIdMailMailIdOperationXCompatibilityDateEnum;
|
|
103
|
+
putCharactersCharacterIdMailMailIdRequest: PutCharactersCharacterIdMailMailIdRequest;
|
|
104
|
+
acceptLanguage?: PutCharactersCharacterIdMailMailIdOperationAcceptLanguageEnum;
|
|
105
|
+
ifNoneMatch?: string;
|
|
106
|
+
xTenant?: string;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* MailApi - interface
|
|
111
|
+
*
|
|
112
|
+
* @export
|
|
113
|
+
* @interface MailApiInterface
|
|
114
|
+
*/
|
|
115
|
+
export interface MailApiInterface {
|
|
116
|
+
/**
|
|
117
|
+
* Delete a mail label
|
|
118
|
+
* @summary Delete a mail label
|
|
119
|
+
* @param {number} characterId The ID of the character
|
|
120
|
+
* @param {number} labelId
|
|
121
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
122
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
123
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
124
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
125
|
+
* @param {*} [options] Override http request option.
|
|
126
|
+
* @throws {RequiredError}
|
|
127
|
+
* @memberof MailApiInterface
|
|
128
|
+
*/
|
|
129
|
+
deleteCharactersCharacterIdMailLabelsLabelIdRaw(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Delete a mail label
|
|
133
|
+
* Delete a mail label
|
|
134
|
+
*/
|
|
135
|
+
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Delete a mail
|
|
139
|
+
* @summary Delete a mail
|
|
140
|
+
* @param {number} characterId The ID of the character
|
|
141
|
+
* @param {number} mailId
|
|
142
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
143
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
144
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
145
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
146
|
+
* @param {*} [options] Override http request option.
|
|
147
|
+
* @throws {RequiredError}
|
|
148
|
+
* @memberof MailApiInterface
|
|
149
|
+
*/
|
|
150
|
+
deleteCharactersCharacterIdMailMailIdRaw(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Delete a mail
|
|
154
|
+
* Delete a mail
|
|
155
|
+
*/
|
|
156
|
+
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
160
|
+
* @summary Return mail headers
|
|
161
|
+
* @param {number} characterId The ID of the character
|
|
162
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
163
|
+
* @param {Set<number>} [labels]
|
|
164
|
+
* @param {number} [lastMailId]
|
|
165
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
166
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
167
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
168
|
+
* @param {*} [options] Override http request option.
|
|
169
|
+
* @throws {RequiredError}
|
|
170
|
+
* @memberof MailApiInterface
|
|
171
|
+
*/
|
|
172
|
+
getCharactersCharacterIdMailRaw(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMailGetInner>>>;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
176
|
+
* Return mail headers
|
|
177
|
+
*/
|
|
178
|
+
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailGetInner>>;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
182
|
+
* @summary Get mail labels and unread counts
|
|
183
|
+
* @param {number} characterId The ID of the character
|
|
184
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
185
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
186
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
187
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
188
|
+
* @param {*} [options] Override http request option.
|
|
189
|
+
* @throws {RequiredError}
|
|
190
|
+
* @memberof MailApiInterface
|
|
191
|
+
*/
|
|
192
|
+
getCharactersCharacterIdMailLabelsRaw(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdMailLabelsGet>>;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
196
|
+
* Get mail labels and unread counts
|
|
197
|
+
*/
|
|
198
|
+
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailLabelsGet>;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Return all mailing lists that the character is subscribed to
|
|
202
|
+
* @summary Return mailing list subscriptions
|
|
203
|
+
* @param {number} characterId The ID of the character
|
|
204
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
205
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
206
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
207
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
208
|
+
* @param {*} [options] Override http request option.
|
|
209
|
+
* @throws {RequiredError}
|
|
210
|
+
* @memberof MailApiInterface
|
|
211
|
+
*/
|
|
212
|
+
getCharactersCharacterIdMailListsRaw(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMailListsGetInner>>>;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Return all mailing lists that the character is subscribed to
|
|
216
|
+
* Return mailing list subscriptions
|
|
217
|
+
*/
|
|
218
|
+
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailListsGetInner>>;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Return the contents of an EVE mail
|
|
222
|
+
* @summary Return a mail
|
|
223
|
+
* @param {number} characterId The ID of the character
|
|
224
|
+
* @param {number} mailId
|
|
225
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
226
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
227
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
228
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
229
|
+
* @param {*} [options] Override http request option.
|
|
230
|
+
* @throws {RequiredError}
|
|
231
|
+
* @memberof MailApiInterface
|
|
232
|
+
*/
|
|
233
|
+
getCharactersCharacterIdMailMailIdRaw(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdMailMailIdGet>>;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Return the contents of an EVE mail
|
|
237
|
+
* Return a mail
|
|
238
|
+
*/
|
|
239
|
+
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailMailIdGet>;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Create and send a new mail
|
|
243
|
+
* @summary Send a new mail
|
|
244
|
+
* @param {number} characterId The ID of the character
|
|
245
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
246
|
+
* @param {PostCharactersCharacterIdMailRequest} postCharactersCharacterIdMailRequest
|
|
247
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
248
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
249
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
* @memberof MailApiInterface
|
|
253
|
+
*/
|
|
254
|
+
postCharactersCharacterIdMailRaw(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Create and send a new mail
|
|
258
|
+
* Send a new mail
|
|
259
|
+
*/
|
|
260
|
+
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Create a mail label
|
|
264
|
+
* @summary Create a mail label
|
|
265
|
+
* @param {number} characterId The ID of the character
|
|
266
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
267
|
+
* @param {PostCharactersCharacterIdMailLabelsRequest} postCharactersCharacterIdMailLabelsRequest
|
|
268
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
269
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
270
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
271
|
+
* @param {*} [options] Override http request option.
|
|
272
|
+
* @throws {RequiredError}
|
|
273
|
+
* @memberof MailApiInterface
|
|
274
|
+
*/
|
|
275
|
+
postCharactersCharacterIdMailLabelsRaw(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>>;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Create a mail label
|
|
279
|
+
* Create a mail label
|
|
280
|
+
*/
|
|
281
|
+
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number>;
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Update metadata about a mail
|
|
285
|
+
* @summary Update metadata about a mail
|
|
286
|
+
* @param {number} characterId The ID of the character
|
|
287
|
+
* @param {number} mailId
|
|
288
|
+
* @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
|
|
289
|
+
* @param {PutCharactersCharacterIdMailMailIdRequest} putCharactersCharacterIdMailMailIdRequest
|
|
290
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
291
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
292
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
293
|
+
* @param {*} [options] Override http request option.
|
|
294
|
+
* @throws {RequiredError}
|
|
295
|
+
* @memberof MailApiInterface
|
|
296
|
+
*/
|
|
297
|
+
putCharactersCharacterIdMailMailIdRaw(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Update metadata about a mail
|
|
301
|
+
* Update metadata about a mail
|
|
302
|
+
*/
|
|
303
|
+
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
304
|
+
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
*
|
|
309
|
+
*/
|
|
310
|
+
export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Delete a mail label
|
|
314
|
+
* Delete a mail label
|
|
315
|
+
*/
|
|
316
|
+
async deleteCharactersCharacterIdMailLabelsLabelIdRaw(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
317
|
+
if (requestParameters['characterId'] == null) {
|
|
318
|
+
throw new runtime.RequiredError(
|
|
319
|
+
'characterId',
|
|
320
|
+
'Required parameter "characterId" was null or undefined when calling deleteCharactersCharacterIdMailLabelsLabelId().'
|
|
321
|
+
);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
if (requestParameters['labelId'] == null) {
|
|
325
|
+
throw new runtime.RequiredError(
|
|
326
|
+
'labelId',
|
|
327
|
+
'Required parameter "labelId" was null or undefined when calling deleteCharactersCharacterIdMailLabelsLabelId().'
|
|
328
|
+
);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
332
|
+
throw new runtime.RequiredError(
|
|
333
|
+
'xCompatibilityDate',
|
|
334
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling deleteCharactersCharacterIdMailLabelsLabelId().'
|
|
335
|
+
);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
const queryParameters: any = {};
|
|
339
|
+
|
|
340
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
341
|
+
|
|
342
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
343
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
347
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
351
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
if (requestParameters['xTenant'] != null) {
|
|
355
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
/*
|
|
359
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
360
|
+
// oauth required
|
|
361
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.organize_mail.v1"]);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
*/
|
|
365
|
+
|
|
366
|
+
let urlPath = `/characters/{character_id}/mail/labels/{label_id}`;
|
|
367
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
368
|
+
urlPath = urlPath.replace(`{${"label_id"}}`, encodeURIComponent(String(requestParameters['labelId'])));
|
|
369
|
+
|
|
370
|
+
const response = await api.esi.proxy({
|
|
371
|
+
path: urlPath,
|
|
372
|
+
method: 'DELETE',
|
|
373
|
+
headers: headerParameters,
|
|
374
|
+
query: queryParameters,
|
|
375
|
+
}, initOverrides);
|
|
376
|
+
|
|
377
|
+
return new runtime.VoidApiResponse(response);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Delete a mail label
|
|
382
|
+
* Delete a mail label
|
|
383
|
+
*/
|
|
384
|
+
async deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
385
|
+
await this.deleteCharactersCharacterIdMailLabelsLabelIdRaw(requestParameters, initOverrides);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Delete a mail
|
|
390
|
+
* Delete a mail
|
|
391
|
+
*/
|
|
392
|
+
async deleteCharactersCharacterIdMailMailIdRaw(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
393
|
+
if (requestParameters['characterId'] == null) {
|
|
394
|
+
throw new runtime.RequiredError(
|
|
395
|
+
'characterId',
|
|
396
|
+
'Required parameter "characterId" was null or undefined when calling deleteCharactersCharacterIdMailMailId().'
|
|
397
|
+
);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
if (requestParameters['mailId'] == null) {
|
|
401
|
+
throw new runtime.RequiredError(
|
|
402
|
+
'mailId',
|
|
403
|
+
'Required parameter "mailId" was null or undefined when calling deleteCharactersCharacterIdMailMailId().'
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
408
|
+
throw new runtime.RequiredError(
|
|
409
|
+
'xCompatibilityDate',
|
|
410
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling deleteCharactersCharacterIdMailMailId().'
|
|
411
|
+
);
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
const queryParameters: any = {};
|
|
415
|
+
|
|
416
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
417
|
+
|
|
418
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
419
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
423
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
427
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
if (requestParameters['xTenant'] != null) {
|
|
431
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/*
|
|
435
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
436
|
+
// oauth required
|
|
437
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.organize_mail.v1"]);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
*/
|
|
441
|
+
|
|
442
|
+
let urlPath = `/characters/{character_id}/mail/{mail_id}`;
|
|
443
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
444
|
+
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
445
|
+
|
|
446
|
+
const response = await api.esi.proxy({
|
|
447
|
+
path: urlPath,
|
|
448
|
+
method: 'DELETE',
|
|
449
|
+
headers: headerParameters,
|
|
450
|
+
query: queryParameters,
|
|
451
|
+
}, initOverrides);
|
|
452
|
+
|
|
453
|
+
return new runtime.VoidApiResponse(response);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Delete a mail
|
|
458
|
+
* Delete a mail
|
|
459
|
+
*/
|
|
460
|
+
async deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
461
|
+
await this.deleteCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
466
|
+
* Return mail headers
|
|
467
|
+
*/
|
|
468
|
+
async getCharactersCharacterIdMailRaw(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMailGetInner>>> {
|
|
469
|
+
if (requestParameters['characterId'] == null) {
|
|
470
|
+
throw new runtime.RequiredError(
|
|
471
|
+
'characterId',
|
|
472
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdMail().'
|
|
473
|
+
);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
477
|
+
throw new runtime.RequiredError(
|
|
478
|
+
'xCompatibilityDate',
|
|
479
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdMail().'
|
|
480
|
+
);
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
const queryParameters: any = {};
|
|
484
|
+
|
|
485
|
+
if (requestParameters['labels'] != null) {
|
|
486
|
+
queryParameters['labels'] = requestParameters['labels'];
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
if (requestParameters['lastMailId'] != null) {
|
|
490
|
+
queryParameters['last_mail_id'] = requestParameters['lastMailId'];
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
494
|
+
|
|
495
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
496
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
500
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
504
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
if (requestParameters['xTenant'] != null) {
|
|
508
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
/*
|
|
512
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
513
|
+
// oauth required
|
|
514
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.read_mail.v1"]);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
*/
|
|
518
|
+
|
|
519
|
+
let urlPath = `/characters/{character_id}/mail`;
|
|
520
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
521
|
+
|
|
522
|
+
const response = await api.esi.proxy({
|
|
523
|
+
path: urlPath,
|
|
524
|
+
method: 'GET',
|
|
525
|
+
headers: headerParameters,
|
|
526
|
+
query: queryParameters,
|
|
527
|
+
}, initOverrides);
|
|
528
|
+
|
|
529
|
+
return new runtime.JSONApiResponse(response);
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
534
|
+
* Return mail headers
|
|
535
|
+
*/
|
|
536
|
+
async getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailGetInner>> {
|
|
537
|
+
const response = await this.getCharactersCharacterIdMailRaw(requestParameters, initOverrides);
|
|
538
|
+
return await response.value();
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
543
|
+
* Get mail labels and unread counts
|
|
544
|
+
*/
|
|
545
|
+
async getCharactersCharacterIdMailLabelsRaw(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdMailLabelsGet>> {
|
|
546
|
+
if (requestParameters['characterId'] == null) {
|
|
547
|
+
throw new runtime.RequiredError(
|
|
548
|
+
'characterId',
|
|
549
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdMailLabels().'
|
|
550
|
+
);
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
554
|
+
throw new runtime.RequiredError(
|
|
555
|
+
'xCompatibilityDate',
|
|
556
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdMailLabels().'
|
|
557
|
+
);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
const queryParameters: any = {};
|
|
561
|
+
|
|
562
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
563
|
+
|
|
564
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
565
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
569
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
573
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
if (requestParameters['xTenant'] != null) {
|
|
577
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
/*
|
|
581
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
582
|
+
// oauth required
|
|
583
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.read_mail.v1"]);
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
*/
|
|
587
|
+
|
|
588
|
+
let urlPath = `/characters/{character_id}/mail/labels`;
|
|
589
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
590
|
+
|
|
591
|
+
const response = await api.esi.proxy({
|
|
592
|
+
path: urlPath,
|
|
593
|
+
method: 'GET',
|
|
594
|
+
headers: headerParameters,
|
|
595
|
+
query: queryParameters,
|
|
596
|
+
}, initOverrides);
|
|
597
|
+
|
|
598
|
+
return new runtime.JSONApiResponse(response);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
603
|
+
* Get mail labels and unread counts
|
|
604
|
+
*/
|
|
605
|
+
async getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailLabelsGet> {
|
|
606
|
+
const response = await this.getCharactersCharacterIdMailLabelsRaw(requestParameters, initOverrides);
|
|
607
|
+
return await response.value();
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* Return all mailing lists that the character is subscribed to
|
|
612
|
+
* Return mailing list subscriptions
|
|
613
|
+
*/
|
|
614
|
+
async getCharactersCharacterIdMailListsRaw(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<CharactersCharacterIdMailListsGetInner>>> {
|
|
615
|
+
if (requestParameters['characterId'] == null) {
|
|
616
|
+
throw new runtime.RequiredError(
|
|
617
|
+
'characterId',
|
|
618
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdMailLists().'
|
|
619
|
+
);
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
623
|
+
throw new runtime.RequiredError(
|
|
624
|
+
'xCompatibilityDate',
|
|
625
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdMailLists().'
|
|
626
|
+
);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
const queryParameters: any = {};
|
|
630
|
+
|
|
631
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
632
|
+
|
|
633
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
634
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
638
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
642
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
if (requestParameters['xTenant'] != null) {
|
|
646
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
/*
|
|
650
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
651
|
+
// oauth required
|
|
652
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.read_mail.v1"]);
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
*/
|
|
656
|
+
|
|
657
|
+
let urlPath = `/characters/{character_id}/mail/lists`;
|
|
658
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
659
|
+
|
|
660
|
+
const response = await api.esi.proxy({
|
|
661
|
+
path: urlPath,
|
|
662
|
+
method: 'GET',
|
|
663
|
+
headers: headerParameters,
|
|
664
|
+
query: queryParameters,
|
|
665
|
+
}, initOverrides);
|
|
666
|
+
|
|
667
|
+
return new runtime.JSONApiResponse(response);
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* Return all mailing lists that the character is subscribed to
|
|
672
|
+
* Return mailing list subscriptions
|
|
673
|
+
*/
|
|
674
|
+
async getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMailListsGetInner>> {
|
|
675
|
+
const response = await this.getCharactersCharacterIdMailListsRaw(requestParameters, initOverrides);
|
|
676
|
+
return await response.value();
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* Return the contents of an EVE mail
|
|
681
|
+
* Return a mail
|
|
682
|
+
*/
|
|
683
|
+
async getCharactersCharacterIdMailMailIdRaw(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CharactersCharacterIdMailMailIdGet>> {
|
|
684
|
+
if (requestParameters['characterId'] == null) {
|
|
685
|
+
throw new runtime.RequiredError(
|
|
686
|
+
'characterId',
|
|
687
|
+
'Required parameter "characterId" was null or undefined when calling getCharactersCharacterIdMailMailId().'
|
|
688
|
+
);
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
if (requestParameters['mailId'] == null) {
|
|
692
|
+
throw new runtime.RequiredError(
|
|
693
|
+
'mailId',
|
|
694
|
+
'Required parameter "mailId" was null or undefined when calling getCharactersCharacterIdMailMailId().'
|
|
695
|
+
);
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
699
|
+
throw new runtime.RequiredError(
|
|
700
|
+
'xCompatibilityDate',
|
|
701
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCharactersCharacterIdMailMailId().'
|
|
702
|
+
);
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
const queryParameters: any = {};
|
|
706
|
+
|
|
707
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
708
|
+
|
|
709
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
710
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
714
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
718
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
if (requestParameters['xTenant'] != null) {
|
|
722
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
/*
|
|
726
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
727
|
+
// oauth required
|
|
728
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.read_mail.v1"]);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
*/
|
|
732
|
+
|
|
733
|
+
let urlPath = `/characters/{character_id}/mail/{mail_id}`;
|
|
734
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
735
|
+
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
736
|
+
|
|
737
|
+
const response = await api.esi.proxy({
|
|
738
|
+
path: urlPath,
|
|
739
|
+
method: 'GET',
|
|
740
|
+
headers: headerParameters,
|
|
741
|
+
query: queryParameters,
|
|
742
|
+
}, initOverrides);
|
|
743
|
+
|
|
744
|
+
return new runtime.JSONApiResponse(response);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* Return the contents of an EVE mail
|
|
749
|
+
* Return a mail
|
|
750
|
+
*/
|
|
751
|
+
async getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CharactersCharacterIdMailMailIdGet> {
|
|
752
|
+
const response = await this.getCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
753
|
+
return await response.value();
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* Create and send a new mail
|
|
758
|
+
* Send a new mail
|
|
759
|
+
*/
|
|
760
|
+
async postCharactersCharacterIdMailRaw(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>> {
|
|
761
|
+
if (requestParameters['characterId'] == null) {
|
|
762
|
+
throw new runtime.RequiredError(
|
|
763
|
+
'characterId',
|
|
764
|
+
'Required parameter "characterId" was null or undefined when calling postCharactersCharacterIdMail().'
|
|
765
|
+
);
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
769
|
+
throw new runtime.RequiredError(
|
|
770
|
+
'xCompatibilityDate',
|
|
771
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postCharactersCharacterIdMail().'
|
|
772
|
+
);
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
if (requestParameters['postCharactersCharacterIdMailRequest'] == null) {
|
|
776
|
+
throw new runtime.RequiredError(
|
|
777
|
+
'postCharactersCharacterIdMailRequest',
|
|
778
|
+
'Required parameter "postCharactersCharacterIdMailRequest" was null or undefined when calling postCharactersCharacterIdMail().'
|
|
779
|
+
);
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
const queryParameters: any = {};
|
|
783
|
+
|
|
784
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
785
|
+
|
|
786
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
787
|
+
|
|
788
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
789
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
793
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
797
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
if (requestParameters['xTenant'] != null) {
|
|
801
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/*
|
|
805
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
806
|
+
// oauth required
|
|
807
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.send_mail.v1"]);
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
*/
|
|
811
|
+
|
|
812
|
+
let urlPath = `/characters/{character_id}/mail`;
|
|
813
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
814
|
+
|
|
815
|
+
const response = await api.esi.proxy({
|
|
816
|
+
path: urlPath,
|
|
817
|
+
method: 'POST',
|
|
818
|
+
headers: headerParameters,
|
|
819
|
+
query: queryParameters,
|
|
820
|
+
body: requestParameters['postCharactersCharacterIdMailRequest'],
|
|
821
|
+
}, initOverrides);
|
|
822
|
+
|
|
823
|
+
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
824
|
+
return new runtime.JSONApiResponse<number>(response);
|
|
825
|
+
} else {
|
|
826
|
+
return new runtime.TextApiResponse(response) as any;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* Create and send a new mail
|
|
832
|
+
* Send a new mail
|
|
833
|
+
*/
|
|
834
|
+
async postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
|
|
835
|
+
const response = await this.postCharactersCharacterIdMailRaw(requestParameters, initOverrides);
|
|
836
|
+
return await response.value();
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* Create a mail label
|
|
841
|
+
* Create a mail label
|
|
842
|
+
*/
|
|
843
|
+
async postCharactersCharacterIdMailLabelsRaw(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<number>> {
|
|
844
|
+
if (requestParameters['characterId'] == null) {
|
|
845
|
+
throw new runtime.RequiredError(
|
|
846
|
+
'characterId',
|
|
847
|
+
'Required parameter "characterId" was null or undefined when calling postCharactersCharacterIdMailLabels().'
|
|
848
|
+
);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
852
|
+
throw new runtime.RequiredError(
|
|
853
|
+
'xCompatibilityDate',
|
|
854
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling postCharactersCharacterIdMailLabels().'
|
|
855
|
+
);
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
if (requestParameters['postCharactersCharacterIdMailLabelsRequest'] == null) {
|
|
859
|
+
throw new runtime.RequiredError(
|
|
860
|
+
'postCharactersCharacterIdMailLabelsRequest',
|
|
861
|
+
'Required parameter "postCharactersCharacterIdMailLabelsRequest" was null or undefined when calling postCharactersCharacterIdMailLabels().'
|
|
862
|
+
);
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
const queryParameters: any = {};
|
|
866
|
+
|
|
867
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
868
|
+
|
|
869
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
870
|
+
|
|
871
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
872
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
876
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
880
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
if (requestParameters['xTenant'] != null) {
|
|
884
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
/*
|
|
888
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
889
|
+
// oauth required
|
|
890
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.organize_mail.v1"]);
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
*/
|
|
894
|
+
|
|
895
|
+
let urlPath = `/characters/{character_id}/mail/labels`;
|
|
896
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
897
|
+
|
|
898
|
+
const response = await api.esi.proxy({
|
|
899
|
+
path: urlPath,
|
|
900
|
+
method: 'POST',
|
|
901
|
+
headers: headerParameters,
|
|
902
|
+
query: queryParameters,
|
|
903
|
+
body: requestParameters['postCharactersCharacterIdMailLabelsRequest'],
|
|
904
|
+
}, initOverrides);
|
|
905
|
+
|
|
906
|
+
if (this.isJsonMime(response.headers.get('content-type'))) {
|
|
907
|
+
return new runtime.JSONApiResponse<number>(response);
|
|
908
|
+
} else {
|
|
909
|
+
return new runtime.TextApiResponse(response) as any;
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* Create a mail label
|
|
915
|
+
* Create a mail label
|
|
916
|
+
*/
|
|
917
|
+
async postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<number> {
|
|
918
|
+
const response = await this.postCharactersCharacterIdMailLabelsRaw(requestParameters, initOverrides);
|
|
919
|
+
return await response.value();
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* Update metadata about a mail
|
|
924
|
+
* Update metadata about a mail
|
|
925
|
+
*/
|
|
926
|
+
async putCharactersCharacterIdMailMailIdRaw(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
927
|
+
if (requestParameters['characterId'] == null) {
|
|
928
|
+
throw new runtime.RequiredError(
|
|
929
|
+
'characterId',
|
|
930
|
+
'Required parameter "characterId" was null or undefined when calling putCharactersCharacterIdMailMailId().'
|
|
931
|
+
);
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
if (requestParameters['mailId'] == null) {
|
|
935
|
+
throw new runtime.RequiredError(
|
|
936
|
+
'mailId',
|
|
937
|
+
'Required parameter "mailId" was null or undefined when calling putCharactersCharacterIdMailMailId().'
|
|
938
|
+
);
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
942
|
+
throw new runtime.RequiredError(
|
|
943
|
+
'xCompatibilityDate',
|
|
944
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling putCharactersCharacterIdMailMailId().'
|
|
945
|
+
);
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
if (requestParameters['putCharactersCharacterIdMailMailIdRequest'] == null) {
|
|
949
|
+
throw new runtime.RequiredError(
|
|
950
|
+
'putCharactersCharacterIdMailMailIdRequest',
|
|
951
|
+
'Required parameter "putCharactersCharacterIdMailMailIdRequest" was null or undefined when calling putCharactersCharacterIdMailMailId().'
|
|
952
|
+
);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
const queryParameters: any = {};
|
|
956
|
+
|
|
957
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
958
|
+
|
|
959
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
960
|
+
|
|
961
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
962
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
966
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
970
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
if (requestParameters['xTenant'] != null) {
|
|
974
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
/*
|
|
978
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
979
|
+
// oauth required
|
|
980
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-mail.organize_mail.v1"]);
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
*/
|
|
984
|
+
|
|
985
|
+
let urlPath = `/characters/{character_id}/mail/{mail_id}`;
|
|
986
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
987
|
+
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
988
|
+
|
|
989
|
+
const response = await api.esi.proxy({
|
|
990
|
+
path: urlPath,
|
|
991
|
+
method: 'PUT',
|
|
992
|
+
headers: headerParameters,
|
|
993
|
+
query: queryParameters,
|
|
994
|
+
body: requestParameters['putCharactersCharacterIdMailMailIdRequest'],
|
|
995
|
+
}, initOverrides);
|
|
996
|
+
|
|
997
|
+
return new runtime.VoidApiResponse(response);
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* Update metadata about a mail
|
|
1002
|
+
* Update metadata about a mail
|
|
1003
|
+
*/
|
|
1004
|
+
async putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
1005
|
+
await this.putCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* @export
|
|
1012
|
+
* @enum {string}
|
|
1013
|
+
*/
|
|
1014
|
+
export enum DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum {
|
|
1015
|
+
_20200101 = '2020-01-01'
|
|
1016
|
+
}
|
|
1017
|
+
/**
|
|
1018
|
+
* @export
|
|
1019
|
+
* @enum {string}
|
|
1020
|
+
*/
|
|
1021
|
+
export enum DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum {
|
|
1022
|
+
En = 'en',
|
|
1023
|
+
De = 'de',
|
|
1024
|
+
Fr = 'fr',
|
|
1025
|
+
Ja = 'ja',
|
|
1026
|
+
Ru = 'ru',
|
|
1027
|
+
Zh = 'zh',
|
|
1028
|
+
Ko = 'ko',
|
|
1029
|
+
Es = 'es'
|
|
1030
|
+
}
|
|
1031
|
+
/**
|
|
1032
|
+
* @export
|
|
1033
|
+
* @enum {string}
|
|
1034
|
+
*/
|
|
1035
|
+
export enum DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
1036
|
+
_20200101 = '2020-01-01'
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @export
|
|
1040
|
+
* @enum {string}
|
|
1041
|
+
*/
|
|
1042
|
+
export enum DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
1043
|
+
En = 'en',
|
|
1044
|
+
De = 'de',
|
|
1045
|
+
Fr = 'fr',
|
|
1046
|
+
Ja = 'ja',
|
|
1047
|
+
Ru = 'ru',
|
|
1048
|
+
Zh = 'zh',
|
|
1049
|
+
Ko = 'ko',
|
|
1050
|
+
Es = 'es'
|
|
1051
|
+
}
|
|
1052
|
+
/**
|
|
1053
|
+
* @export
|
|
1054
|
+
* @enum {string}
|
|
1055
|
+
*/
|
|
1056
|
+
export enum GetCharactersCharacterIdMailXCompatibilityDateEnum {
|
|
1057
|
+
_20200101 = '2020-01-01'
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* @export
|
|
1061
|
+
* @enum {string}
|
|
1062
|
+
*/
|
|
1063
|
+
export enum GetCharactersCharacterIdMailAcceptLanguageEnum {
|
|
1064
|
+
En = 'en',
|
|
1065
|
+
De = 'de',
|
|
1066
|
+
Fr = 'fr',
|
|
1067
|
+
Ja = 'ja',
|
|
1068
|
+
Ru = 'ru',
|
|
1069
|
+
Zh = 'zh',
|
|
1070
|
+
Ko = 'ko',
|
|
1071
|
+
Es = 'es'
|
|
1072
|
+
}
|
|
1073
|
+
/**
|
|
1074
|
+
* @export
|
|
1075
|
+
* @enum {string}
|
|
1076
|
+
*/
|
|
1077
|
+
export enum GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum {
|
|
1078
|
+
_20200101 = '2020-01-01'
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @export
|
|
1082
|
+
* @enum {string}
|
|
1083
|
+
*/
|
|
1084
|
+
export enum GetCharactersCharacterIdMailLabelsAcceptLanguageEnum {
|
|
1085
|
+
En = 'en',
|
|
1086
|
+
De = 'de',
|
|
1087
|
+
Fr = 'fr',
|
|
1088
|
+
Ja = 'ja',
|
|
1089
|
+
Ru = 'ru',
|
|
1090
|
+
Zh = 'zh',
|
|
1091
|
+
Ko = 'ko',
|
|
1092
|
+
Es = 'es'
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
* @export
|
|
1096
|
+
* @enum {string}
|
|
1097
|
+
*/
|
|
1098
|
+
export enum GetCharactersCharacterIdMailListsXCompatibilityDateEnum {
|
|
1099
|
+
_20200101 = '2020-01-01'
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* @export
|
|
1103
|
+
* @enum {string}
|
|
1104
|
+
*/
|
|
1105
|
+
export enum GetCharactersCharacterIdMailListsAcceptLanguageEnum {
|
|
1106
|
+
En = 'en',
|
|
1107
|
+
De = 'de',
|
|
1108
|
+
Fr = 'fr',
|
|
1109
|
+
Ja = 'ja',
|
|
1110
|
+
Ru = 'ru',
|
|
1111
|
+
Zh = 'zh',
|
|
1112
|
+
Ko = 'ko',
|
|
1113
|
+
Es = 'es'
|
|
1114
|
+
}
|
|
1115
|
+
/**
|
|
1116
|
+
* @export
|
|
1117
|
+
* @enum {string}
|
|
1118
|
+
*/
|
|
1119
|
+
export enum GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
1120
|
+
_20200101 = '2020-01-01'
|
|
1121
|
+
}
|
|
1122
|
+
/**
|
|
1123
|
+
* @export
|
|
1124
|
+
* @enum {string}
|
|
1125
|
+
*/
|
|
1126
|
+
export enum GetCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
1127
|
+
En = 'en',
|
|
1128
|
+
De = 'de',
|
|
1129
|
+
Fr = 'fr',
|
|
1130
|
+
Ja = 'ja',
|
|
1131
|
+
Ru = 'ru',
|
|
1132
|
+
Zh = 'zh',
|
|
1133
|
+
Ko = 'ko',
|
|
1134
|
+
Es = 'es'
|
|
1135
|
+
}
|
|
1136
|
+
/**
|
|
1137
|
+
* @export
|
|
1138
|
+
* @enum {string}
|
|
1139
|
+
*/
|
|
1140
|
+
export enum PostCharactersCharacterIdMailOperationXCompatibilityDateEnum {
|
|
1141
|
+
_20200101 = '2020-01-01'
|
|
1142
|
+
}
|
|
1143
|
+
/**
|
|
1144
|
+
* @export
|
|
1145
|
+
* @enum {string}
|
|
1146
|
+
*/
|
|
1147
|
+
export enum PostCharactersCharacterIdMailOperationAcceptLanguageEnum {
|
|
1148
|
+
En = 'en',
|
|
1149
|
+
De = 'de',
|
|
1150
|
+
Fr = 'fr',
|
|
1151
|
+
Ja = 'ja',
|
|
1152
|
+
Ru = 'ru',
|
|
1153
|
+
Zh = 'zh',
|
|
1154
|
+
Ko = 'ko',
|
|
1155
|
+
Es = 'es'
|
|
1156
|
+
}
|
|
1157
|
+
/**
|
|
1158
|
+
* @export
|
|
1159
|
+
* @enum {string}
|
|
1160
|
+
*/
|
|
1161
|
+
export enum PostCharactersCharacterIdMailLabelsOperationXCompatibilityDateEnum {
|
|
1162
|
+
_20200101 = '2020-01-01'
|
|
1163
|
+
}
|
|
1164
|
+
/**
|
|
1165
|
+
* @export
|
|
1166
|
+
* @enum {string}
|
|
1167
|
+
*/
|
|
1168
|
+
export enum PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum {
|
|
1169
|
+
En = 'en',
|
|
1170
|
+
De = 'de',
|
|
1171
|
+
Fr = 'fr',
|
|
1172
|
+
Ja = 'ja',
|
|
1173
|
+
Ru = 'ru',
|
|
1174
|
+
Zh = 'zh',
|
|
1175
|
+
Ko = 'ko',
|
|
1176
|
+
Es = 'es'
|
|
1177
|
+
}
|
|
1178
|
+
/**
|
|
1179
|
+
* @export
|
|
1180
|
+
* @enum {string}
|
|
1181
|
+
*/
|
|
1182
|
+
export enum PutCharactersCharacterIdMailMailIdOperationXCompatibilityDateEnum {
|
|
1183
|
+
_20200101 = '2020-01-01'
|
|
1184
|
+
}
|
|
1185
|
+
/**
|
|
1186
|
+
* @export
|
|
1187
|
+
* @enum {string}
|
|
1188
|
+
*/
|
|
1189
|
+
export enum PutCharactersCharacterIdMailMailIdOperationAcceptLanguageEnum {
|
|
1190
|
+
En = 'en',
|
|
1191
|
+
De = 'de',
|
|
1192
|
+
Fr = 'fr',
|
|
1193
|
+
Ja = 'ja',
|
|
1194
|
+
Ru = 'ru',
|
|
1195
|
+
Zh = 'zh',
|
|
1196
|
+
Ko = 'ko',
|
|
1197
|
+
Es = 'es'
|
|
1198
|
+
}
|