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,1234 @@
|
|
|
1
|
+
# FleetsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**deleteFleetsFleetIdMembersMemberId**](FleetsApi.md#deletefleetsfleetidmembersmemberid) | **DELETE** /fleets/{fleet_id}/members/{member_id} | Kick fleet member |
|
|
8
|
+
| [**deleteFleetsFleetIdSquadsSquadId**](FleetsApi.md#deletefleetsfleetidsquadssquadid) | **DELETE** /fleets/{fleet_id}/squads/{squad_id} | Delete fleet squad |
|
|
9
|
+
| [**deleteFleetsFleetIdWingsWingId**](FleetsApi.md#deletefleetsfleetidwingswingid) | **DELETE** /fleets/{fleet_id}/wings/{wing_id} | Delete fleet wing |
|
|
10
|
+
| [**getCharactersCharacterIdFleet**](FleetsApi.md#getcharacterscharacteridfleet) | **GET** /characters/{character_id}/fleet | Get character fleet info |
|
|
11
|
+
| [**getFleetsFleetId**](FleetsApi.md#getfleetsfleetid) | **GET** /fleets/{fleet_id} | Get fleet information |
|
|
12
|
+
| [**getFleetsFleetIdMembers**](FleetsApi.md#getfleetsfleetidmembers) | **GET** /fleets/{fleet_id}/members | Get fleet members |
|
|
13
|
+
| [**getFleetsFleetIdWings**](FleetsApi.md#getfleetsfleetidwings) | **GET** /fleets/{fleet_id}/wings | Get fleet wings |
|
|
14
|
+
| [**postFleetsFleetIdMembers**](FleetsApi.md#postfleetsfleetidmembersoperation) | **POST** /fleets/{fleet_id}/members | Create fleet invitation |
|
|
15
|
+
| [**postFleetsFleetIdWings**](FleetsApi.md#postfleetsfleetidwings) | **POST** /fleets/{fleet_id}/wings | Create fleet wing |
|
|
16
|
+
| [**postFleetsFleetIdWingsWingIdSquads**](FleetsApi.md#postfleetsfleetidwingswingidsquads) | **POST** /fleets/{fleet_id}/wings/{wing_id}/squads | Create fleet squad |
|
|
17
|
+
| [**putFleetsFleetId**](FleetsApi.md#putfleetsfleetidoperation) | **PUT** /fleets/{fleet_id} | Update fleet |
|
|
18
|
+
| [**putFleetsFleetIdMembersMemberId**](FleetsApi.md#putfleetsfleetidmembersmemberidoperation) | **PUT** /fleets/{fleet_id}/members/{member_id} | Move fleet member |
|
|
19
|
+
| [**putFleetsFleetIdSquadsSquadId**](FleetsApi.md#putfleetsfleetidsquadssquadidoperation) | **PUT** /fleets/{fleet_id}/squads/{squad_id} | Rename fleet squad |
|
|
20
|
+
| [**putFleetsFleetIdWingsWingId**](FleetsApi.md#putfleetsfleetidwingswingid) | **PUT** /fleets/{fleet_id}/wings/{wing_id} | Rename fleet wing |
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## deleteFleetsFleetIdMembersMemberId
|
|
25
|
+
|
|
26
|
+
> deleteFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
27
|
+
|
|
28
|
+
Kick fleet member
|
|
29
|
+
|
|
30
|
+
Kick a fleet member
|
|
31
|
+
|
|
32
|
+
### Example
|
|
33
|
+
|
|
34
|
+
```ts
|
|
35
|
+
import {
|
|
36
|
+
Configuration,
|
|
37
|
+
FleetsApi,
|
|
38
|
+
} from 'esisl_genoa_client';
|
|
39
|
+
import type { DeleteFleetsFleetIdMembersMemberIdRequest } from 'esisl_genoa_client';
|
|
40
|
+
|
|
41
|
+
async function example() {
|
|
42
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
43
|
+
const config = new Configuration({
|
|
44
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
45
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
46
|
+
});
|
|
47
|
+
const api = new FleetsApi(config);
|
|
48
|
+
|
|
49
|
+
const body = {
|
|
50
|
+
// number
|
|
51
|
+
fleetId: 789,
|
|
52
|
+
// number
|
|
53
|
+
memberId: 789,
|
|
54
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
55
|
+
xCompatibilityDate: 2013-10-20,
|
|
56
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
57
|
+
acceptLanguage: acceptLanguage_example,
|
|
58
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
59
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
60
|
+
// string | The tenant ID for the request. (optional)
|
|
61
|
+
xTenant: ,
|
|
62
|
+
} satisfies DeleteFleetsFleetIdMembersMemberIdRequest;
|
|
63
|
+
|
|
64
|
+
try {
|
|
65
|
+
const data = await api.deleteFleetsFleetIdMembersMemberId(body);
|
|
66
|
+
console.log(data);
|
|
67
|
+
} catch (error) {
|
|
68
|
+
console.error(error);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Run the test
|
|
73
|
+
example().catch(console.error);
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Parameters
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
| Name | Type | Description | Notes |
|
|
80
|
+
|------------- | ------------- | ------------- | -------------|
|
|
81
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
82
|
+
| **memberId** | `number` | | [Defaults to `undefined`] |
|
|
83
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
84
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
85
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
86
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
87
|
+
|
|
88
|
+
### Return type
|
|
89
|
+
|
|
90
|
+
`void` (Empty response body)
|
|
91
|
+
|
|
92
|
+
### Authorization
|
|
93
|
+
|
|
94
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
95
|
+
|
|
96
|
+
### HTTP request headers
|
|
97
|
+
|
|
98
|
+
- **Content-Type**: Not defined
|
|
99
|
+
- **Accept**: `application/json`
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### HTTP response details
|
|
103
|
+
| Status code | Description | Response headers |
|
|
104
|
+
|-------------|-------------|------------------|
|
|
105
|
+
| **204** | Fleet member kicked | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
106
|
+
| **0** | Error | - |
|
|
107
|
+
|
|
108
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## deleteFleetsFleetIdSquadsSquadId
|
|
112
|
+
|
|
113
|
+
> deleteFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
114
|
+
|
|
115
|
+
Delete fleet squad
|
|
116
|
+
|
|
117
|
+
Delete a fleet squad, only empty squads can be deleted
|
|
118
|
+
|
|
119
|
+
### Example
|
|
120
|
+
|
|
121
|
+
```ts
|
|
122
|
+
import {
|
|
123
|
+
Configuration,
|
|
124
|
+
FleetsApi,
|
|
125
|
+
} from 'esisl_genoa_client';
|
|
126
|
+
import type { DeleteFleetsFleetIdSquadsSquadIdRequest } from 'esisl_genoa_client';
|
|
127
|
+
|
|
128
|
+
async function example() {
|
|
129
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
130
|
+
const config = new Configuration({
|
|
131
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
132
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
133
|
+
});
|
|
134
|
+
const api = new FleetsApi(config);
|
|
135
|
+
|
|
136
|
+
const body = {
|
|
137
|
+
// number
|
|
138
|
+
fleetId: 789,
|
|
139
|
+
// number
|
|
140
|
+
squadId: 789,
|
|
141
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
142
|
+
xCompatibilityDate: 2013-10-20,
|
|
143
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
144
|
+
acceptLanguage: acceptLanguage_example,
|
|
145
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
146
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
147
|
+
// string | The tenant ID for the request. (optional)
|
|
148
|
+
xTenant: ,
|
|
149
|
+
} satisfies DeleteFleetsFleetIdSquadsSquadIdRequest;
|
|
150
|
+
|
|
151
|
+
try {
|
|
152
|
+
const data = await api.deleteFleetsFleetIdSquadsSquadId(body);
|
|
153
|
+
console.log(data);
|
|
154
|
+
} catch (error) {
|
|
155
|
+
console.error(error);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Run the test
|
|
160
|
+
example().catch(console.error);
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Parameters
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
| Name | Type | Description | Notes |
|
|
167
|
+
|------------- | ------------- | ------------- | -------------|
|
|
168
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
169
|
+
| **squadId** | `number` | | [Defaults to `undefined`] |
|
|
170
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
171
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
172
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
173
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
174
|
+
|
|
175
|
+
### Return type
|
|
176
|
+
|
|
177
|
+
`void` (Empty response body)
|
|
178
|
+
|
|
179
|
+
### Authorization
|
|
180
|
+
|
|
181
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
182
|
+
|
|
183
|
+
### HTTP request headers
|
|
184
|
+
|
|
185
|
+
- **Content-Type**: Not defined
|
|
186
|
+
- **Accept**: `application/json`
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### HTTP response details
|
|
190
|
+
| Status code | Description | Response headers |
|
|
191
|
+
|-------------|-------------|------------------|
|
|
192
|
+
| **204** | Squad deleted | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
193
|
+
| **0** | Error | - |
|
|
194
|
+
|
|
195
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## deleteFleetsFleetIdWingsWingId
|
|
199
|
+
|
|
200
|
+
> deleteFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
201
|
+
|
|
202
|
+
Delete fleet wing
|
|
203
|
+
|
|
204
|
+
Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty
|
|
205
|
+
|
|
206
|
+
### Example
|
|
207
|
+
|
|
208
|
+
```ts
|
|
209
|
+
import {
|
|
210
|
+
Configuration,
|
|
211
|
+
FleetsApi,
|
|
212
|
+
} from 'esisl_genoa_client';
|
|
213
|
+
import type { DeleteFleetsFleetIdWingsWingIdRequest } from 'esisl_genoa_client';
|
|
214
|
+
|
|
215
|
+
async function example() {
|
|
216
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
217
|
+
const config = new Configuration({
|
|
218
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
219
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
220
|
+
});
|
|
221
|
+
const api = new FleetsApi(config);
|
|
222
|
+
|
|
223
|
+
const body = {
|
|
224
|
+
// number
|
|
225
|
+
fleetId: 789,
|
|
226
|
+
// number
|
|
227
|
+
wingId: 789,
|
|
228
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
229
|
+
xCompatibilityDate: 2013-10-20,
|
|
230
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
231
|
+
acceptLanguage: acceptLanguage_example,
|
|
232
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
233
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
234
|
+
// string | The tenant ID for the request. (optional)
|
|
235
|
+
xTenant: ,
|
|
236
|
+
} satisfies DeleteFleetsFleetIdWingsWingIdRequest;
|
|
237
|
+
|
|
238
|
+
try {
|
|
239
|
+
const data = await api.deleteFleetsFleetIdWingsWingId(body);
|
|
240
|
+
console.log(data);
|
|
241
|
+
} catch (error) {
|
|
242
|
+
console.error(error);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// Run the test
|
|
247
|
+
example().catch(console.error);
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Parameters
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
| Name | Type | Description | Notes |
|
|
254
|
+
|------------- | ------------- | ------------- | -------------|
|
|
255
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
256
|
+
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
257
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
258
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
259
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
260
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
261
|
+
|
|
262
|
+
### Return type
|
|
263
|
+
|
|
264
|
+
`void` (Empty response body)
|
|
265
|
+
|
|
266
|
+
### Authorization
|
|
267
|
+
|
|
268
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
269
|
+
|
|
270
|
+
### HTTP request headers
|
|
271
|
+
|
|
272
|
+
- **Content-Type**: Not defined
|
|
273
|
+
- **Accept**: `application/json`
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### HTTP response details
|
|
277
|
+
| Status code | Description | Response headers |
|
|
278
|
+
|-------------|-------------|------------------|
|
|
279
|
+
| **204** | Wing deleted | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
280
|
+
| **0** | Error | - |
|
|
281
|
+
|
|
282
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
## getCharactersCharacterIdFleet
|
|
286
|
+
|
|
287
|
+
> CharactersCharacterIdFleetGet getCharactersCharacterIdFleet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
288
|
+
|
|
289
|
+
Get character fleet info
|
|
290
|
+
|
|
291
|
+
Return the fleet ID the character is in, if any.
|
|
292
|
+
|
|
293
|
+
### Example
|
|
294
|
+
|
|
295
|
+
```ts
|
|
296
|
+
import {
|
|
297
|
+
Configuration,
|
|
298
|
+
FleetsApi,
|
|
299
|
+
} from 'esisl_genoa_client';
|
|
300
|
+
import type { GetCharactersCharacterIdFleetRequest } from 'esisl_genoa_client';
|
|
301
|
+
|
|
302
|
+
async function example() {
|
|
303
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
304
|
+
const config = new Configuration({
|
|
305
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
306
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
307
|
+
});
|
|
308
|
+
const api = new FleetsApi(config);
|
|
309
|
+
|
|
310
|
+
const body = {
|
|
311
|
+
// number | The ID of the character
|
|
312
|
+
characterId: 789,
|
|
313
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
314
|
+
xCompatibilityDate: 2013-10-20,
|
|
315
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
316
|
+
acceptLanguage: acceptLanguage_example,
|
|
317
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
318
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
319
|
+
// string | The tenant ID for the request. (optional)
|
|
320
|
+
xTenant: ,
|
|
321
|
+
} satisfies GetCharactersCharacterIdFleetRequest;
|
|
322
|
+
|
|
323
|
+
try {
|
|
324
|
+
const data = await api.getCharactersCharacterIdFleet(body);
|
|
325
|
+
console.log(data);
|
|
326
|
+
} catch (error) {
|
|
327
|
+
console.error(error);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// Run the test
|
|
332
|
+
example().catch(console.error);
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
### Parameters
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
| Name | Type | Description | Notes |
|
|
339
|
+
|------------- | ------------- | ------------- | -------------|
|
|
340
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
341
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
342
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
343
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
344
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
345
|
+
|
|
346
|
+
### Return type
|
|
347
|
+
|
|
348
|
+
[**CharactersCharacterIdFleetGet**](CharactersCharacterIdFleetGet.md)
|
|
349
|
+
|
|
350
|
+
### Authorization
|
|
351
|
+
|
|
352
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
353
|
+
|
|
354
|
+
### HTTP request headers
|
|
355
|
+
|
|
356
|
+
- **Content-Type**: Not defined
|
|
357
|
+
- **Accept**: `application/json`
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### HTTP response details
|
|
361
|
+
| Status code | Description | Response headers |
|
|
362
|
+
|-------------|-------------|------------------|
|
|
363
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
364
|
+
| **0** | Error | - |
|
|
365
|
+
|
|
366
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
## getFleetsFleetId
|
|
370
|
+
|
|
371
|
+
> FleetsFleetIdGet getFleetsFleetId(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
372
|
+
|
|
373
|
+
Get fleet information
|
|
374
|
+
|
|
375
|
+
Return details about a fleet
|
|
376
|
+
|
|
377
|
+
### Example
|
|
378
|
+
|
|
379
|
+
```ts
|
|
380
|
+
import {
|
|
381
|
+
Configuration,
|
|
382
|
+
FleetsApi,
|
|
383
|
+
} from 'esisl_genoa_client';
|
|
384
|
+
import type { GetFleetsFleetIdRequest } from 'esisl_genoa_client';
|
|
385
|
+
|
|
386
|
+
async function example() {
|
|
387
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
388
|
+
const config = new Configuration({
|
|
389
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
390
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
391
|
+
});
|
|
392
|
+
const api = new FleetsApi(config);
|
|
393
|
+
|
|
394
|
+
const body = {
|
|
395
|
+
// number
|
|
396
|
+
fleetId: 789,
|
|
397
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
398
|
+
xCompatibilityDate: 2013-10-20,
|
|
399
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
400
|
+
acceptLanguage: acceptLanguage_example,
|
|
401
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
402
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
403
|
+
// string | The tenant ID for the request. (optional)
|
|
404
|
+
xTenant: ,
|
|
405
|
+
} satisfies GetFleetsFleetIdRequest;
|
|
406
|
+
|
|
407
|
+
try {
|
|
408
|
+
const data = await api.getFleetsFleetId(body);
|
|
409
|
+
console.log(data);
|
|
410
|
+
} catch (error) {
|
|
411
|
+
console.error(error);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// Run the test
|
|
416
|
+
example().catch(console.error);
|
|
417
|
+
```
|
|
418
|
+
|
|
419
|
+
### Parameters
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
| Name | Type | Description | Notes |
|
|
423
|
+
|------------- | ------------- | ------------- | -------------|
|
|
424
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
425
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
426
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
427
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
428
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
429
|
+
|
|
430
|
+
### Return type
|
|
431
|
+
|
|
432
|
+
[**FleetsFleetIdGet**](FleetsFleetIdGet.md)
|
|
433
|
+
|
|
434
|
+
### Authorization
|
|
435
|
+
|
|
436
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
437
|
+
|
|
438
|
+
### HTTP request headers
|
|
439
|
+
|
|
440
|
+
- **Content-Type**: Not defined
|
|
441
|
+
- **Accept**: `application/json`
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### HTTP response details
|
|
445
|
+
| Status code | Description | Response headers |
|
|
446
|
+
|-------------|-------------|------------------|
|
|
447
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
448
|
+
| **0** | Error | - |
|
|
449
|
+
|
|
450
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
## getFleetsFleetIdMembers
|
|
454
|
+
|
|
455
|
+
> Array<FleetsFleetIdMembersGetInner> getFleetsFleetIdMembers(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
456
|
+
|
|
457
|
+
Get fleet members
|
|
458
|
+
|
|
459
|
+
Return information about fleet members
|
|
460
|
+
|
|
461
|
+
### Example
|
|
462
|
+
|
|
463
|
+
```ts
|
|
464
|
+
import {
|
|
465
|
+
Configuration,
|
|
466
|
+
FleetsApi,
|
|
467
|
+
} from 'esisl_genoa_client';
|
|
468
|
+
import type { GetFleetsFleetIdMembersRequest } from 'esisl_genoa_client';
|
|
469
|
+
|
|
470
|
+
async function example() {
|
|
471
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
472
|
+
const config = new Configuration({
|
|
473
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
474
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
475
|
+
});
|
|
476
|
+
const api = new FleetsApi(config);
|
|
477
|
+
|
|
478
|
+
const body = {
|
|
479
|
+
// number
|
|
480
|
+
fleetId: 789,
|
|
481
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
482
|
+
xCompatibilityDate: 2013-10-20,
|
|
483
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
484
|
+
acceptLanguage: acceptLanguage_example,
|
|
485
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
486
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
487
|
+
// string | The tenant ID for the request. (optional)
|
|
488
|
+
xTenant: ,
|
|
489
|
+
} satisfies GetFleetsFleetIdMembersRequest;
|
|
490
|
+
|
|
491
|
+
try {
|
|
492
|
+
const data = await api.getFleetsFleetIdMembers(body);
|
|
493
|
+
console.log(data);
|
|
494
|
+
} catch (error) {
|
|
495
|
+
console.error(error);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// Run the test
|
|
500
|
+
example().catch(console.error);
|
|
501
|
+
```
|
|
502
|
+
|
|
503
|
+
### Parameters
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
| Name | Type | Description | Notes |
|
|
507
|
+
|------------- | ------------- | ------------- | -------------|
|
|
508
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
509
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
510
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
511
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
512
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
513
|
+
|
|
514
|
+
### Return type
|
|
515
|
+
|
|
516
|
+
[**Array<FleetsFleetIdMembersGetInner>**](FleetsFleetIdMembersGetInner.md)
|
|
517
|
+
|
|
518
|
+
### Authorization
|
|
519
|
+
|
|
520
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
521
|
+
|
|
522
|
+
### HTTP request headers
|
|
523
|
+
|
|
524
|
+
- **Content-Type**: Not defined
|
|
525
|
+
- **Accept**: `application/json`
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### HTTP response details
|
|
529
|
+
| Status code | Description | Response headers |
|
|
530
|
+
|-------------|-------------|------------------|
|
|
531
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
532
|
+
| **0** | Error | - |
|
|
533
|
+
|
|
534
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## getFleetsFleetIdWings
|
|
538
|
+
|
|
539
|
+
> Array<FleetsFleetIdWingsGetInner> getFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
540
|
+
|
|
541
|
+
Get fleet wings
|
|
542
|
+
|
|
543
|
+
Return information about wings in a fleet
|
|
544
|
+
|
|
545
|
+
### Example
|
|
546
|
+
|
|
547
|
+
```ts
|
|
548
|
+
import {
|
|
549
|
+
Configuration,
|
|
550
|
+
FleetsApi,
|
|
551
|
+
} from 'esisl_genoa_client';
|
|
552
|
+
import type { GetFleetsFleetIdWingsRequest } from 'esisl_genoa_client';
|
|
553
|
+
|
|
554
|
+
async function example() {
|
|
555
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
556
|
+
const config = new Configuration({
|
|
557
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
558
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
559
|
+
});
|
|
560
|
+
const api = new FleetsApi(config);
|
|
561
|
+
|
|
562
|
+
const body = {
|
|
563
|
+
// number
|
|
564
|
+
fleetId: 789,
|
|
565
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
566
|
+
xCompatibilityDate: 2013-10-20,
|
|
567
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
568
|
+
acceptLanguage: acceptLanguage_example,
|
|
569
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
570
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
571
|
+
// string | The tenant ID for the request. (optional)
|
|
572
|
+
xTenant: ,
|
|
573
|
+
} satisfies GetFleetsFleetIdWingsRequest;
|
|
574
|
+
|
|
575
|
+
try {
|
|
576
|
+
const data = await api.getFleetsFleetIdWings(body);
|
|
577
|
+
console.log(data);
|
|
578
|
+
} catch (error) {
|
|
579
|
+
console.error(error);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// Run the test
|
|
584
|
+
example().catch(console.error);
|
|
585
|
+
```
|
|
586
|
+
|
|
587
|
+
### Parameters
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
| Name | Type | Description | Notes |
|
|
591
|
+
|------------- | ------------- | ------------- | -------------|
|
|
592
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
593
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
594
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
595
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
596
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
597
|
+
|
|
598
|
+
### Return type
|
|
599
|
+
|
|
600
|
+
[**Array<FleetsFleetIdWingsGetInner>**](FleetsFleetIdWingsGetInner.md)
|
|
601
|
+
|
|
602
|
+
### Authorization
|
|
603
|
+
|
|
604
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
605
|
+
|
|
606
|
+
### HTTP request headers
|
|
607
|
+
|
|
608
|
+
- **Content-Type**: Not defined
|
|
609
|
+
- **Accept**: `application/json`
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
### HTTP response details
|
|
613
|
+
| Status code | Description | Response headers |
|
|
614
|
+
|-------------|-------------|------------------|
|
|
615
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
616
|
+
| **0** | Error | - |
|
|
617
|
+
|
|
618
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
## postFleetsFleetIdMembers
|
|
622
|
+
|
|
623
|
+
> postFleetsFleetIdMembers(fleetId, xCompatibilityDate, postFleetsFleetIdMembersRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
624
|
+
|
|
625
|
+
Create fleet invitation
|
|
626
|
+
|
|
627
|
+
Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI
|
|
628
|
+
|
|
629
|
+
### Example
|
|
630
|
+
|
|
631
|
+
```ts
|
|
632
|
+
import {
|
|
633
|
+
Configuration,
|
|
634
|
+
FleetsApi,
|
|
635
|
+
} from 'esisl_genoa_client';
|
|
636
|
+
import type { PostFleetsFleetIdMembersOperationRequest } from 'esisl_genoa_client';
|
|
637
|
+
|
|
638
|
+
async function example() {
|
|
639
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
640
|
+
const config = new Configuration({
|
|
641
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
642
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
643
|
+
});
|
|
644
|
+
const api = new FleetsApi(config);
|
|
645
|
+
|
|
646
|
+
const body = {
|
|
647
|
+
// number
|
|
648
|
+
fleetId: 789,
|
|
649
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
650
|
+
xCompatibilityDate: 2013-10-20,
|
|
651
|
+
// PostFleetsFleetIdMembersRequest
|
|
652
|
+
postFleetsFleetIdMembersRequest: ...,
|
|
653
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
654
|
+
acceptLanguage: acceptLanguage_example,
|
|
655
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
656
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
657
|
+
// string | The tenant ID for the request. (optional)
|
|
658
|
+
xTenant: ,
|
|
659
|
+
} satisfies PostFleetsFleetIdMembersOperationRequest;
|
|
660
|
+
|
|
661
|
+
try {
|
|
662
|
+
const data = await api.postFleetsFleetIdMembers(body);
|
|
663
|
+
console.log(data);
|
|
664
|
+
} catch (error) {
|
|
665
|
+
console.error(error);
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
// Run the test
|
|
670
|
+
example().catch(console.error);
|
|
671
|
+
```
|
|
672
|
+
|
|
673
|
+
### Parameters
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
| Name | Type | Description | Notes |
|
|
677
|
+
|------------- | ------------- | ------------- | -------------|
|
|
678
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
679
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
680
|
+
| **postFleetsFleetIdMembersRequest** | [PostFleetsFleetIdMembersRequest](PostFleetsFleetIdMembersRequest.md) | | |
|
|
681
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
682
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
683
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
684
|
+
|
|
685
|
+
### Return type
|
|
686
|
+
|
|
687
|
+
`void` (Empty response body)
|
|
688
|
+
|
|
689
|
+
### Authorization
|
|
690
|
+
|
|
691
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
692
|
+
|
|
693
|
+
### HTTP request headers
|
|
694
|
+
|
|
695
|
+
- **Content-Type**: `application/json`
|
|
696
|
+
- **Accept**: `application/json`
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### HTTP response details
|
|
700
|
+
| Status code | Description | Response headers |
|
|
701
|
+
|-------------|-------------|------------------|
|
|
702
|
+
| **204** | Fleet invitation sent | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
703
|
+
| **0** | Error | - |
|
|
704
|
+
|
|
705
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
## postFleetsFleetIdWings
|
|
709
|
+
|
|
710
|
+
> FleetsFleetIdWingsPost postFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
711
|
+
|
|
712
|
+
Create fleet wing
|
|
713
|
+
|
|
714
|
+
Create a new wing in a fleet
|
|
715
|
+
|
|
716
|
+
### Example
|
|
717
|
+
|
|
718
|
+
```ts
|
|
719
|
+
import {
|
|
720
|
+
Configuration,
|
|
721
|
+
FleetsApi,
|
|
722
|
+
} from 'esisl_genoa_client';
|
|
723
|
+
import type { PostFleetsFleetIdWingsRequest } from 'esisl_genoa_client';
|
|
724
|
+
|
|
725
|
+
async function example() {
|
|
726
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
727
|
+
const config = new Configuration({
|
|
728
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
729
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
730
|
+
});
|
|
731
|
+
const api = new FleetsApi(config);
|
|
732
|
+
|
|
733
|
+
const body = {
|
|
734
|
+
// number
|
|
735
|
+
fleetId: 789,
|
|
736
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
737
|
+
xCompatibilityDate: 2013-10-20,
|
|
738
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
739
|
+
acceptLanguage: acceptLanguage_example,
|
|
740
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
741
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
742
|
+
// string | The tenant ID for the request. (optional)
|
|
743
|
+
xTenant: ,
|
|
744
|
+
} satisfies PostFleetsFleetIdWingsRequest;
|
|
745
|
+
|
|
746
|
+
try {
|
|
747
|
+
const data = await api.postFleetsFleetIdWings(body);
|
|
748
|
+
console.log(data);
|
|
749
|
+
} catch (error) {
|
|
750
|
+
console.error(error);
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// Run the test
|
|
755
|
+
example().catch(console.error);
|
|
756
|
+
```
|
|
757
|
+
|
|
758
|
+
### Parameters
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
| Name | Type | Description | Notes |
|
|
762
|
+
|------------- | ------------- | ------------- | -------------|
|
|
763
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
764
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
765
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
766
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
767
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
768
|
+
|
|
769
|
+
### Return type
|
|
770
|
+
|
|
771
|
+
[**FleetsFleetIdWingsPost**](FleetsFleetIdWingsPost.md)
|
|
772
|
+
|
|
773
|
+
### Authorization
|
|
774
|
+
|
|
775
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
776
|
+
|
|
777
|
+
### HTTP request headers
|
|
778
|
+
|
|
779
|
+
- **Content-Type**: Not defined
|
|
780
|
+
- **Accept**: `application/json`
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
### HTTP response details
|
|
784
|
+
| Status code | Description | Response headers |
|
|
785
|
+
|-------------|-------------|------------------|
|
|
786
|
+
| **201** | Created | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
787
|
+
| **0** | Error | - |
|
|
788
|
+
|
|
789
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
## postFleetsFleetIdWingsWingIdSquads
|
|
793
|
+
|
|
794
|
+
> FleetsFleetIdWingsWingIdSquadsPost postFleetsFleetIdWingsWingIdSquads(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
795
|
+
|
|
796
|
+
Create fleet squad
|
|
797
|
+
|
|
798
|
+
Create a new squad in a fleet
|
|
799
|
+
|
|
800
|
+
### Example
|
|
801
|
+
|
|
802
|
+
```ts
|
|
803
|
+
import {
|
|
804
|
+
Configuration,
|
|
805
|
+
FleetsApi,
|
|
806
|
+
} from 'esisl_genoa_client';
|
|
807
|
+
import type { PostFleetsFleetIdWingsWingIdSquadsRequest } from 'esisl_genoa_client';
|
|
808
|
+
|
|
809
|
+
async function example() {
|
|
810
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
811
|
+
const config = new Configuration({
|
|
812
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
813
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
814
|
+
});
|
|
815
|
+
const api = new FleetsApi(config);
|
|
816
|
+
|
|
817
|
+
const body = {
|
|
818
|
+
// number
|
|
819
|
+
fleetId: 789,
|
|
820
|
+
// number
|
|
821
|
+
wingId: 789,
|
|
822
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
823
|
+
xCompatibilityDate: 2013-10-20,
|
|
824
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
825
|
+
acceptLanguage: acceptLanguage_example,
|
|
826
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
827
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
828
|
+
// string | The tenant ID for the request. (optional)
|
|
829
|
+
xTenant: ,
|
|
830
|
+
} satisfies PostFleetsFleetIdWingsWingIdSquadsRequest;
|
|
831
|
+
|
|
832
|
+
try {
|
|
833
|
+
const data = await api.postFleetsFleetIdWingsWingIdSquads(body);
|
|
834
|
+
console.log(data);
|
|
835
|
+
} catch (error) {
|
|
836
|
+
console.error(error);
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
// Run the test
|
|
841
|
+
example().catch(console.error);
|
|
842
|
+
```
|
|
843
|
+
|
|
844
|
+
### Parameters
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
| Name | Type | Description | Notes |
|
|
848
|
+
|------------- | ------------- | ------------- | -------------|
|
|
849
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
850
|
+
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
851
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
852
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
853
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
854
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
855
|
+
|
|
856
|
+
### Return type
|
|
857
|
+
|
|
858
|
+
[**FleetsFleetIdWingsWingIdSquadsPost**](FleetsFleetIdWingsWingIdSquadsPost.md)
|
|
859
|
+
|
|
860
|
+
### Authorization
|
|
861
|
+
|
|
862
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
863
|
+
|
|
864
|
+
### HTTP request headers
|
|
865
|
+
|
|
866
|
+
- **Content-Type**: Not defined
|
|
867
|
+
- **Accept**: `application/json`
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
### HTTP response details
|
|
871
|
+
| Status code | Description | Response headers |
|
|
872
|
+
|-------------|-------------|------------------|
|
|
873
|
+
| **201** | Created | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
874
|
+
| **0** | Error | - |
|
|
875
|
+
|
|
876
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
## putFleetsFleetId
|
|
880
|
+
|
|
881
|
+
> putFleetsFleetId(fleetId, xCompatibilityDate, putFleetsFleetIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
882
|
+
|
|
883
|
+
Update fleet
|
|
884
|
+
|
|
885
|
+
Update settings about a fleet
|
|
886
|
+
|
|
887
|
+
### Example
|
|
888
|
+
|
|
889
|
+
```ts
|
|
890
|
+
import {
|
|
891
|
+
Configuration,
|
|
892
|
+
FleetsApi,
|
|
893
|
+
} from 'esisl_genoa_client';
|
|
894
|
+
import type { PutFleetsFleetIdOperationRequest } from 'esisl_genoa_client';
|
|
895
|
+
|
|
896
|
+
async function example() {
|
|
897
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
898
|
+
const config = new Configuration({
|
|
899
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
900
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
901
|
+
});
|
|
902
|
+
const api = new FleetsApi(config);
|
|
903
|
+
|
|
904
|
+
const body = {
|
|
905
|
+
// number
|
|
906
|
+
fleetId: 789,
|
|
907
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
908
|
+
xCompatibilityDate: 2013-10-20,
|
|
909
|
+
// PutFleetsFleetIdRequest
|
|
910
|
+
putFleetsFleetIdRequest: ...,
|
|
911
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
912
|
+
acceptLanguage: acceptLanguage_example,
|
|
913
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
914
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
915
|
+
// string | The tenant ID for the request. (optional)
|
|
916
|
+
xTenant: ,
|
|
917
|
+
} satisfies PutFleetsFleetIdOperationRequest;
|
|
918
|
+
|
|
919
|
+
try {
|
|
920
|
+
const data = await api.putFleetsFleetId(body);
|
|
921
|
+
console.log(data);
|
|
922
|
+
} catch (error) {
|
|
923
|
+
console.error(error);
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
// Run the test
|
|
928
|
+
example().catch(console.error);
|
|
929
|
+
```
|
|
930
|
+
|
|
931
|
+
### Parameters
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
| Name | Type | Description | Notes |
|
|
935
|
+
|------------- | ------------- | ------------- | -------------|
|
|
936
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
937
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
938
|
+
| **putFleetsFleetIdRequest** | [PutFleetsFleetIdRequest](PutFleetsFleetIdRequest.md) | | |
|
|
939
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
940
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
941
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
942
|
+
|
|
943
|
+
### Return type
|
|
944
|
+
|
|
945
|
+
`void` (Empty response body)
|
|
946
|
+
|
|
947
|
+
### Authorization
|
|
948
|
+
|
|
949
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
950
|
+
|
|
951
|
+
### HTTP request headers
|
|
952
|
+
|
|
953
|
+
- **Content-Type**: `application/json`
|
|
954
|
+
- **Accept**: `application/json`
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
### HTTP response details
|
|
958
|
+
| Status code | Description | Response headers |
|
|
959
|
+
|-------------|-------------|------------------|
|
|
960
|
+
| **204** | Fleet updated | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
961
|
+
| **0** | Error | - |
|
|
962
|
+
|
|
963
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
## putFleetsFleetIdMembersMemberId
|
|
967
|
+
|
|
968
|
+
> putFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, putFleetsFleetIdMembersMemberIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
969
|
+
|
|
970
|
+
Move fleet member
|
|
971
|
+
|
|
972
|
+
Move a fleet member around
|
|
973
|
+
|
|
974
|
+
### Example
|
|
975
|
+
|
|
976
|
+
```ts
|
|
977
|
+
import {
|
|
978
|
+
Configuration,
|
|
979
|
+
FleetsApi,
|
|
980
|
+
} from 'esisl_genoa_client';
|
|
981
|
+
import type { PutFleetsFleetIdMembersMemberIdOperationRequest } from 'esisl_genoa_client';
|
|
982
|
+
|
|
983
|
+
async function example() {
|
|
984
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
985
|
+
const config = new Configuration({
|
|
986
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
987
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
988
|
+
});
|
|
989
|
+
const api = new FleetsApi(config);
|
|
990
|
+
|
|
991
|
+
const body = {
|
|
992
|
+
// number
|
|
993
|
+
fleetId: 789,
|
|
994
|
+
// number
|
|
995
|
+
memberId: 789,
|
|
996
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
997
|
+
xCompatibilityDate: 2013-10-20,
|
|
998
|
+
// PutFleetsFleetIdMembersMemberIdRequest
|
|
999
|
+
putFleetsFleetIdMembersMemberIdRequest: ...,
|
|
1000
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1001
|
+
acceptLanguage: acceptLanguage_example,
|
|
1002
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1003
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1004
|
+
// string | The tenant ID for the request. (optional)
|
|
1005
|
+
xTenant: ,
|
|
1006
|
+
} satisfies PutFleetsFleetIdMembersMemberIdOperationRequest;
|
|
1007
|
+
|
|
1008
|
+
try {
|
|
1009
|
+
const data = await api.putFleetsFleetIdMembersMemberId(body);
|
|
1010
|
+
console.log(data);
|
|
1011
|
+
} catch (error) {
|
|
1012
|
+
console.error(error);
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
// Run the test
|
|
1017
|
+
example().catch(console.error);
|
|
1018
|
+
```
|
|
1019
|
+
|
|
1020
|
+
### Parameters
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
| Name | Type | Description | Notes |
|
|
1024
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1025
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1026
|
+
| **memberId** | `number` | | [Defaults to `undefined`] |
|
|
1027
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1028
|
+
| **putFleetsFleetIdMembersMemberIdRequest** | [PutFleetsFleetIdMembersMemberIdRequest](PutFleetsFleetIdMembersMemberIdRequest.md) | | |
|
|
1029
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1030
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1031
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1032
|
+
|
|
1033
|
+
### Return type
|
|
1034
|
+
|
|
1035
|
+
`void` (Empty response body)
|
|
1036
|
+
|
|
1037
|
+
### Authorization
|
|
1038
|
+
|
|
1039
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1040
|
+
|
|
1041
|
+
### HTTP request headers
|
|
1042
|
+
|
|
1043
|
+
- **Content-Type**: `application/json`
|
|
1044
|
+
- **Accept**: `application/json`
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
### HTTP response details
|
|
1048
|
+
| Status code | Description | Response headers |
|
|
1049
|
+
|-------------|-------------|------------------|
|
|
1050
|
+
| **204** | Fleet invitation sent | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1051
|
+
| **0** | Error | - |
|
|
1052
|
+
|
|
1053
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
## putFleetsFleetIdSquadsSquadId
|
|
1057
|
+
|
|
1058
|
+
> putFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
1059
|
+
|
|
1060
|
+
Rename fleet squad
|
|
1061
|
+
|
|
1062
|
+
Rename a fleet squad
|
|
1063
|
+
|
|
1064
|
+
### Example
|
|
1065
|
+
|
|
1066
|
+
```ts
|
|
1067
|
+
import {
|
|
1068
|
+
Configuration,
|
|
1069
|
+
FleetsApi,
|
|
1070
|
+
} from 'esisl_genoa_client';
|
|
1071
|
+
import type { PutFleetsFleetIdSquadsSquadIdOperationRequest } from 'esisl_genoa_client';
|
|
1072
|
+
|
|
1073
|
+
async function example() {
|
|
1074
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1075
|
+
const config = new Configuration({
|
|
1076
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1077
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1078
|
+
});
|
|
1079
|
+
const api = new FleetsApi(config);
|
|
1080
|
+
|
|
1081
|
+
const body = {
|
|
1082
|
+
// number
|
|
1083
|
+
fleetId: 789,
|
|
1084
|
+
// number
|
|
1085
|
+
squadId: 789,
|
|
1086
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1087
|
+
xCompatibilityDate: 2013-10-20,
|
|
1088
|
+
// PutFleetsFleetIdSquadsSquadIdRequest
|
|
1089
|
+
putFleetsFleetIdSquadsSquadIdRequest: ...,
|
|
1090
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1091
|
+
acceptLanguage: acceptLanguage_example,
|
|
1092
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1093
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1094
|
+
// string | The tenant ID for the request. (optional)
|
|
1095
|
+
xTenant: ,
|
|
1096
|
+
} satisfies PutFleetsFleetIdSquadsSquadIdOperationRequest;
|
|
1097
|
+
|
|
1098
|
+
try {
|
|
1099
|
+
const data = await api.putFleetsFleetIdSquadsSquadId(body);
|
|
1100
|
+
console.log(data);
|
|
1101
|
+
} catch (error) {
|
|
1102
|
+
console.error(error);
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
// Run the test
|
|
1107
|
+
example().catch(console.error);
|
|
1108
|
+
```
|
|
1109
|
+
|
|
1110
|
+
### Parameters
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
| Name | Type | Description | Notes |
|
|
1114
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1115
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1116
|
+
| **squadId** | `number` | | [Defaults to `undefined`] |
|
|
1117
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1118
|
+
| **putFleetsFleetIdSquadsSquadIdRequest** | [PutFleetsFleetIdSquadsSquadIdRequest](PutFleetsFleetIdSquadsSquadIdRequest.md) | | |
|
|
1119
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1120
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1121
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1122
|
+
|
|
1123
|
+
### Return type
|
|
1124
|
+
|
|
1125
|
+
`void` (Empty response body)
|
|
1126
|
+
|
|
1127
|
+
### Authorization
|
|
1128
|
+
|
|
1129
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1130
|
+
|
|
1131
|
+
### HTTP request headers
|
|
1132
|
+
|
|
1133
|
+
- **Content-Type**: `application/json`
|
|
1134
|
+
- **Accept**: `application/json`
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
### HTTP response details
|
|
1138
|
+
| Status code | Description | Response headers |
|
|
1139
|
+
|-------------|-------------|------------------|
|
|
1140
|
+
| **204** | Squad renamed | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1141
|
+
| **0** | Error | - |
|
|
1142
|
+
|
|
1143
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
## putFleetsFleetIdWingsWingId
|
|
1147
|
+
|
|
1148
|
+
> putFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
1149
|
+
|
|
1150
|
+
Rename fleet wing
|
|
1151
|
+
|
|
1152
|
+
Rename a fleet wing
|
|
1153
|
+
|
|
1154
|
+
### Example
|
|
1155
|
+
|
|
1156
|
+
```ts
|
|
1157
|
+
import {
|
|
1158
|
+
Configuration,
|
|
1159
|
+
FleetsApi,
|
|
1160
|
+
} from 'esisl_genoa_client';
|
|
1161
|
+
import type { PutFleetsFleetIdWingsWingIdRequest } from 'esisl_genoa_client';
|
|
1162
|
+
|
|
1163
|
+
async function example() {
|
|
1164
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1165
|
+
const config = new Configuration({
|
|
1166
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1167
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1168
|
+
});
|
|
1169
|
+
const api = new FleetsApi(config);
|
|
1170
|
+
|
|
1171
|
+
const body = {
|
|
1172
|
+
// number
|
|
1173
|
+
fleetId: 789,
|
|
1174
|
+
// number
|
|
1175
|
+
wingId: 789,
|
|
1176
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1177
|
+
xCompatibilityDate: 2013-10-20,
|
|
1178
|
+
// PutFleetsFleetIdSquadsSquadIdRequest
|
|
1179
|
+
putFleetsFleetIdSquadsSquadIdRequest: ...,
|
|
1180
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1181
|
+
acceptLanguage: acceptLanguage_example,
|
|
1182
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1183
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1184
|
+
// string | The tenant ID for the request. (optional)
|
|
1185
|
+
xTenant: ,
|
|
1186
|
+
} satisfies PutFleetsFleetIdWingsWingIdRequest;
|
|
1187
|
+
|
|
1188
|
+
try {
|
|
1189
|
+
const data = await api.putFleetsFleetIdWingsWingId(body);
|
|
1190
|
+
console.log(data);
|
|
1191
|
+
} catch (error) {
|
|
1192
|
+
console.error(error);
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// Run the test
|
|
1197
|
+
example().catch(console.error);
|
|
1198
|
+
```
|
|
1199
|
+
|
|
1200
|
+
### Parameters
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
| Name | Type | Description | Notes |
|
|
1204
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1205
|
+
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1206
|
+
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
1207
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1208
|
+
| **putFleetsFleetIdSquadsSquadIdRequest** | [PutFleetsFleetIdSquadsSquadIdRequest](PutFleetsFleetIdSquadsSquadIdRequest.md) | | |
|
|
1209
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1210
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1211
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1212
|
+
|
|
1213
|
+
### Return type
|
|
1214
|
+
|
|
1215
|
+
`void` (Empty response body)
|
|
1216
|
+
|
|
1217
|
+
### Authorization
|
|
1218
|
+
|
|
1219
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1220
|
+
|
|
1221
|
+
### HTTP request headers
|
|
1222
|
+
|
|
1223
|
+
- **Content-Type**: `application/json`
|
|
1224
|
+
- **Accept**: `application/json`
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
### HTTP response details
|
|
1228
|
+
| Status code | Description | Response headers |
|
|
1229
|
+
|-------------|-------------|------------------|
|
|
1230
|
+
| **204** | Wing renamed | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1231
|
+
| **0** | Error | - |
|
|
1232
|
+
|
|
1233
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1234
|
+
|