esisl_genoa_client 0.1.1 → 0.1.6
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 +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdFwStatsRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdFwStatsAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetCorporationsCorporationIdFwStatsRequest {
|
|
22
23
|
corporationId: number;
|
|
@@ -24,42 +25,49 @@ export interface GetCorporationsCorporationIdFwStatsRequest {
|
|
|
24
25
|
acceptLanguage?: GetCorporationsCorporationIdFwStatsAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface GetFwLeaderboardsRequest {
|
|
29
31
|
xCompatibilityDate: GetFwLeaderboardsXCompatibilityDateEnum;
|
|
30
32
|
acceptLanguage?: GetFwLeaderboardsAcceptLanguageEnum;
|
|
31
33
|
ifNoneMatch?: string;
|
|
32
34
|
xTenant?: string;
|
|
35
|
+
ifModifiedSince?: string;
|
|
33
36
|
}
|
|
34
37
|
export interface GetFwLeaderboardsCharactersRequest {
|
|
35
38
|
xCompatibilityDate: GetFwLeaderboardsCharactersXCompatibilityDateEnum;
|
|
36
39
|
acceptLanguage?: GetFwLeaderboardsCharactersAcceptLanguageEnum;
|
|
37
40
|
ifNoneMatch?: string;
|
|
38
41
|
xTenant?: string;
|
|
42
|
+
ifModifiedSince?: string;
|
|
39
43
|
}
|
|
40
44
|
export interface GetFwLeaderboardsCorporationsRequest {
|
|
41
45
|
xCompatibilityDate: GetFwLeaderboardsCorporationsXCompatibilityDateEnum;
|
|
42
46
|
acceptLanguage?: GetFwLeaderboardsCorporationsAcceptLanguageEnum;
|
|
43
47
|
ifNoneMatch?: string;
|
|
44
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
45
50
|
}
|
|
46
51
|
export interface GetFwStatsRequest {
|
|
47
52
|
xCompatibilityDate: GetFwStatsXCompatibilityDateEnum;
|
|
48
53
|
acceptLanguage?: GetFwStatsAcceptLanguageEnum;
|
|
49
54
|
ifNoneMatch?: string;
|
|
50
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
51
57
|
}
|
|
52
58
|
export interface GetFwSystemsRequest {
|
|
53
59
|
xCompatibilityDate: GetFwSystemsXCompatibilityDateEnum;
|
|
54
60
|
acceptLanguage?: GetFwSystemsAcceptLanguageEnum;
|
|
55
61
|
ifNoneMatch?: string;
|
|
56
62
|
xTenant?: string;
|
|
63
|
+
ifModifiedSince?: string;
|
|
57
64
|
}
|
|
58
65
|
export interface GetFwWarsRequest {
|
|
59
66
|
xCompatibilityDate: GetFwWarsXCompatibilityDateEnum;
|
|
60
67
|
acceptLanguage?: GetFwWarsAcceptLanguageEnum;
|
|
61
68
|
ifNoneMatch?: string;
|
|
62
69
|
xTenant?: string;
|
|
70
|
+
ifModifiedSince?: string;
|
|
63
71
|
}
|
|
64
72
|
/**
|
|
65
73
|
* FactionWarfareApi - interface
|
|
@@ -72,10 +80,11 @@ export interface FactionWarfareApiInterface {
|
|
|
72
80
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
73
81
|
* @summary Overview of a character involved in faction warfare
|
|
74
82
|
* @param {number} characterId The ID of the character
|
|
75
|
-
* @param {'
|
|
83
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
76
84
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
77
85
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
78
86
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
87
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
79
88
|
* @param {*} [options] Override http request option.
|
|
80
89
|
* @throws {RequiredError}
|
|
81
90
|
* @memberof FactionWarfareApiInterface
|
|
@@ -85,15 +94,16 @@ export interface FactionWarfareApiInterface {
|
|
|
85
94
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
86
95
|
* Overview of a character involved in faction warfare
|
|
87
96
|
*/
|
|
88
|
-
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
97
|
+
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
89
98
|
/**
|
|
90
99
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
91
100
|
* @summary Overview of a corporation involved in faction warfare
|
|
92
101
|
* @param {number} corporationId The ID of the corporation
|
|
93
|
-
* @param {'
|
|
102
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
94
103
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
95
104
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
96
105
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
106
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
97
107
|
* @param {*} [options] Override http request option.
|
|
98
108
|
* @throws {RequiredError}
|
|
99
109
|
* @memberof FactionWarfareApiInterface
|
|
@@ -103,14 +113,15 @@ export interface FactionWarfareApiInterface {
|
|
|
103
113
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
104
114
|
* Overview of a corporation involved in faction warfare
|
|
105
115
|
*/
|
|
106
|
-
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
116
|
+
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
107
117
|
/**
|
|
108
118
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
109
119
|
* @summary List of the top factions in faction warfare
|
|
110
|
-
* @param {'
|
|
120
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
111
121
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
112
122
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
113
123
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
124
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
114
125
|
* @param {*} [options] Override http request option.
|
|
115
126
|
* @throws {RequiredError}
|
|
116
127
|
* @memberof FactionWarfareApiInterface
|
|
@@ -120,14 +131,15 @@ export interface FactionWarfareApiInterface {
|
|
|
120
131
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
121
132
|
* List of the top factions in faction warfare
|
|
122
133
|
*/
|
|
123
|
-
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
134
|
+
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
124
135
|
/**
|
|
125
136
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
126
137
|
* @summary List of the top pilots in faction warfare
|
|
127
|
-
* @param {'
|
|
138
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
128
139
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
129
140
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
130
141
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
142
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
131
143
|
* @param {*} [options] Override http request option.
|
|
132
144
|
* @throws {RequiredError}
|
|
133
145
|
* @memberof FactionWarfareApiInterface
|
|
@@ -137,14 +149,15 @@ export interface FactionWarfareApiInterface {
|
|
|
137
149
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
138
150
|
* List of the top pilots in faction warfare
|
|
139
151
|
*/
|
|
140
|
-
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
152
|
+
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
141
153
|
/**
|
|
142
154
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
143
155
|
* @summary List of the top corporations in faction warfare
|
|
144
|
-
* @param {'
|
|
156
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
145
157
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
146
158
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
147
159
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
160
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
148
161
|
* @param {*} [options] Override http request option.
|
|
149
162
|
* @throws {RequiredError}
|
|
150
163
|
* @memberof FactionWarfareApiInterface
|
|
@@ -154,14 +167,15 @@ export interface FactionWarfareApiInterface {
|
|
|
154
167
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
155
168
|
* List of the top corporations in faction warfare
|
|
156
169
|
*/
|
|
157
|
-
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
170
|
+
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
158
171
|
/**
|
|
159
172
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
160
173
|
* @summary An overview of statistics about factions involved in faction warfare
|
|
161
|
-
* @param {'
|
|
174
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
162
175
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
163
176
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
164
177
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
178
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
165
179
|
* @param {*} [options] Override http request option.
|
|
166
180
|
* @throws {RequiredError}
|
|
167
181
|
* @memberof FactionWarfareApiInterface
|
|
@@ -171,14 +185,15 @@ export interface FactionWarfareApiInterface {
|
|
|
171
185
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
172
186
|
* An overview of statistics about factions involved in faction warfare
|
|
173
187
|
*/
|
|
174
|
-
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
188
|
+
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
175
189
|
/**
|
|
176
190
|
* An overview of the current ownership of faction warfare solar systems
|
|
177
191
|
* @summary Ownership of faction warfare systems
|
|
178
|
-
* @param {'
|
|
192
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
179
193
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
180
194
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
181
195
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
196
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
182
197
|
* @param {*} [options] Override http request option.
|
|
183
198
|
* @throws {RequiredError}
|
|
184
199
|
* @memberof FactionWarfareApiInterface
|
|
@@ -188,14 +203,15 @@ export interface FactionWarfareApiInterface {
|
|
|
188
203
|
* An overview of the current ownership of faction warfare solar systems
|
|
189
204
|
* Ownership of faction warfare systems
|
|
190
205
|
*/
|
|
191
|
-
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
206
|
+
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
192
207
|
/**
|
|
193
208
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
194
209
|
* @summary Data about which NPC factions are at war
|
|
195
|
-
* @param {'
|
|
210
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
196
211
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
197
212
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
198
213
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
214
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
199
215
|
* @param {*} [options] Override http request option.
|
|
200
216
|
* @throws {RequiredError}
|
|
201
217
|
* @memberof FactionWarfareApiInterface
|
|
@@ -205,7 +221,7 @@ export interface FactionWarfareApiInterface {
|
|
|
205
221
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
206
222
|
* Data about which NPC factions are at war
|
|
207
223
|
*/
|
|
208
|
-
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
224
|
+
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
209
225
|
}
|
|
210
226
|
/**
|
|
211
227
|
*
|
|
@@ -220,7 +236,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
220
236
|
* Statistical overview of a character involved in faction warfare This route expires daily at 11:05
|
|
221
237
|
* Overview of a character involved in faction warfare
|
|
222
238
|
*/
|
|
223
|
-
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
239
|
+
getCharactersCharacterIdFwStats(requestParameters: GetCharactersCharacterIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
224
240
|
/**
|
|
225
241
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
226
242
|
* Overview of a corporation involved in faction warfare
|
|
@@ -230,7 +246,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
230
246
|
* Statistics about a corporation involved in faction warfare This route expires daily at 11:05
|
|
231
247
|
* Overview of a corporation involved in faction warfare
|
|
232
248
|
*/
|
|
233
|
-
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
249
|
+
getCorporationsCorporationIdFwStats(requestParameters: GetCorporationsCorporationIdFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
234
250
|
/**
|
|
235
251
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
236
252
|
* List of the top factions in faction warfare
|
|
@@ -240,7 +256,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
240
256
|
* Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
241
257
|
* List of the top factions in faction warfare
|
|
242
258
|
*/
|
|
243
|
-
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
259
|
+
getFwLeaderboards(requestParameters: GetFwLeaderboardsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
244
260
|
/**
|
|
245
261
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
246
262
|
* List of the top pilots in faction warfare
|
|
@@ -250,7 +266,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
250
266
|
* Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
251
267
|
* List of the top pilots in faction warfare
|
|
252
268
|
*/
|
|
253
|
-
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
269
|
+
getFwLeaderboardsCharacters(requestParameters: GetFwLeaderboardsCharactersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
254
270
|
/**
|
|
255
271
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
256
272
|
* List of the top corporations in faction warfare
|
|
@@ -260,7 +276,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
260
276
|
* Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday This route expires daily at 11:05
|
|
261
277
|
* List of the top corporations in faction warfare
|
|
262
278
|
*/
|
|
263
|
-
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
279
|
+
getFwLeaderboardsCorporations(requestParameters: GetFwLeaderboardsCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
264
280
|
/**
|
|
265
281
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
266
282
|
* An overview of statistics about factions involved in faction warfare
|
|
@@ -270,7 +286,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
270
286
|
* Statistical overviews of factions involved in faction warfare This route expires daily at 11:05
|
|
271
287
|
* An overview of statistics about factions involved in faction warfare
|
|
272
288
|
*/
|
|
273
|
-
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
289
|
+
getFwStats(requestParameters: GetFwStatsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
274
290
|
/**
|
|
275
291
|
* An overview of the current ownership of faction warfare solar systems
|
|
276
292
|
* Ownership of faction warfare systems
|
|
@@ -280,7 +296,7 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
280
296
|
* An overview of the current ownership of faction warfare solar systems
|
|
281
297
|
* Ownership of faction warfare systems
|
|
282
298
|
*/
|
|
283
|
-
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
299
|
+
getFwSystems(requestParameters: GetFwSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
284
300
|
/**
|
|
285
301
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
286
302
|
* Data about which NPC factions are at war
|
|
@@ -290,14 +306,14 @@ export declare class FactionWarfareApi extends runtime.BaseAPI implements Factio
|
|
|
290
306
|
* Data about which NPC factions are at war This route expires daily at 11:05
|
|
291
307
|
* Data about which NPC factions are at war
|
|
292
308
|
*/
|
|
293
|
-
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
309
|
+
getFwWars(requestParameters: GetFwWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
294
310
|
}
|
|
295
311
|
/**
|
|
296
312
|
* @export
|
|
297
313
|
* @enum {string}
|
|
298
314
|
*/
|
|
299
315
|
export declare enum GetCharactersCharacterIdFwStatsXCompatibilityDateEnum {
|
|
300
|
-
|
|
316
|
+
_20251216 = "2025-12-16"
|
|
301
317
|
}
|
|
302
318
|
/**
|
|
303
319
|
* @export
|
|
@@ -318,7 +334,7 @@ export declare enum GetCharactersCharacterIdFwStatsAcceptLanguageEnum {
|
|
|
318
334
|
* @enum {string}
|
|
319
335
|
*/
|
|
320
336
|
export declare enum GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum {
|
|
321
|
-
|
|
337
|
+
_20251216 = "2025-12-16"
|
|
322
338
|
}
|
|
323
339
|
/**
|
|
324
340
|
* @export
|
|
@@ -339,7 +355,7 @@ export declare enum GetCorporationsCorporationIdFwStatsAcceptLanguageEnum {
|
|
|
339
355
|
* @enum {string}
|
|
340
356
|
*/
|
|
341
357
|
export declare enum GetFwLeaderboardsXCompatibilityDateEnum {
|
|
342
|
-
|
|
358
|
+
_20251216 = "2025-12-16"
|
|
343
359
|
}
|
|
344
360
|
/**
|
|
345
361
|
* @export
|
|
@@ -360,7 +376,7 @@ export declare enum GetFwLeaderboardsAcceptLanguageEnum {
|
|
|
360
376
|
* @enum {string}
|
|
361
377
|
*/
|
|
362
378
|
export declare enum GetFwLeaderboardsCharactersXCompatibilityDateEnum {
|
|
363
|
-
|
|
379
|
+
_20251216 = "2025-12-16"
|
|
364
380
|
}
|
|
365
381
|
/**
|
|
366
382
|
* @export
|
|
@@ -381,7 +397,7 @@ export declare enum GetFwLeaderboardsCharactersAcceptLanguageEnum {
|
|
|
381
397
|
* @enum {string}
|
|
382
398
|
*/
|
|
383
399
|
export declare enum GetFwLeaderboardsCorporationsXCompatibilityDateEnum {
|
|
384
|
-
|
|
400
|
+
_20251216 = "2025-12-16"
|
|
385
401
|
}
|
|
386
402
|
/**
|
|
387
403
|
* @export
|
|
@@ -402,7 +418,7 @@ export declare enum GetFwLeaderboardsCorporationsAcceptLanguageEnum {
|
|
|
402
418
|
* @enum {string}
|
|
403
419
|
*/
|
|
404
420
|
export declare enum GetFwStatsXCompatibilityDateEnum {
|
|
405
|
-
|
|
421
|
+
_20251216 = "2025-12-16"
|
|
406
422
|
}
|
|
407
423
|
/**
|
|
408
424
|
* @export
|
|
@@ -423,7 +439,7 @@ export declare enum GetFwStatsAcceptLanguageEnum {
|
|
|
423
439
|
* @enum {string}
|
|
424
440
|
*/
|
|
425
441
|
export declare enum GetFwSystemsXCompatibilityDateEnum {
|
|
426
|
-
|
|
442
|
+
_20251216 = "2025-12-16"
|
|
427
443
|
}
|
|
428
444
|
/**
|
|
429
445
|
* @export
|
|
@@ -444,7 +460,7 @@ export declare enum GetFwSystemsAcceptLanguageEnum {
|
|
|
444
460
|
* @enum {string}
|
|
445
461
|
*/
|
|
446
462
|
export declare enum GetFwWarsXCompatibilityDateEnum {
|
|
447
|
-
|
|
463
|
+
_20251216 = "2025-12-16"
|
|
448
464
|
}
|
|
449
465
|
/**
|
|
450
466
|
* @export
|