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