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