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
package/src/apis/AllianceApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
AlliancesAllianceIdGet,
|
|
@@ -25,6 +26,7 @@ export interface GetAlliancesRequest {
|
|
|
25
26
|
acceptLanguage?: GetAlliancesAcceptLanguageEnum;
|
|
26
27
|
ifNoneMatch?: string;
|
|
27
28
|
xTenant?: string;
|
|
29
|
+
ifModifiedSince?: string;
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
export interface GetAlliancesAllianceIdRequest {
|
|
@@ -33,6 +35,7 @@ export interface GetAlliancesAllianceIdRequest {
|
|
|
33
35
|
acceptLanguage?: GetAlliancesAllianceIdAcceptLanguageEnum;
|
|
34
36
|
ifNoneMatch?: string;
|
|
35
37
|
xTenant?: string;
|
|
38
|
+
ifModifiedSince?: string;
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
export interface GetAlliancesAllianceIdCorporationsRequest {
|
|
@@ -41,6 +44,7 @@ export interface GetAlliancesAllianceIdCorporationsRequest {
|
|
|
41
44
|
acceptLanguage?: GetAlliancesAllianceIdCorporationsAcceptLanguageEnum;
|
|
42
45
|
ifNoneMatch?: string;
|
|
43
46
|
xTenant?: string;
|
|
47
|
+
ifModifiedSince?: string;
|
|
44
48
|
}
|
|
45
49
|
|
|
46
50
|
export interface GetAlliancesAllianceIdIconsRequest {
|
|
@@ -49,6 +53,7 @@ export interface GetAlliancesAllianceIdIconsRequest {
|
|
|
49
53
|
acceptLanguage?: GetAlliancesAllianceIdIconsAcceptLanguageEnum;
|
|
50
54
|
ifNoneMatch?: string;
|
|
51
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
/**
|
|
@@ -61,10 +66,11 @@ export interface AllianceApiInterface {
|
|
|
61
66
|
/**
|
|
62
67
|
* List all active player alliances
|
|
63
68
|
* @summary List all alliances
|
|
64
|
-
* @param {'
|
|
69
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
65
70
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
66
71
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
67
72
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
73
|
+
* @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.
|
|
68
74
|
* @param {*} [options] Override http request option.
|
|
69
75
|
* @throws {RequiredError}
|
|
70
76
|
* @memberof AllianceApiInterface
|
|
@@ -75,16 +81,17 @@ export interface AllianceApiInterface {
|
|
|
75
81
|
* List all active player alliances
|
|
76
82
|
* List all alliances
|
|
77
83
|
*/
|
|
78
|
-
getAlliances(requestParameters: GetAlliancesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
84
|
+
getAlliances(requestParameters: GetAlliancesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
79
85
|
|
|
80
86
|
/**
|
|
81
87
|
* Public information about an alliance
|
|
82
88
|
* @summary Get alliance information
|
|
83
89
|
* @param {number} allianceId The ID of the alliance
|
|
84
|
-
* @param {'
|
|
90
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
85
91
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
86
92
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
87
93
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
94
|
+
* @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.
|
|
88
95
|
* @param {*} [options] Override http request option.
|
|
89
96
|
* @throws {RequiredError}
|
|
90
97
|
* @memberof AllianceApiInterface
|
|
@@ -95,16 +102,17 @@ export interface AllianceApiInterface {
|
|
|
95
102
|
* Public information about an alliance
|
|
96
103
|
* Get alliance information
|
|
97
104
|
*/
|
|
98
|
-
getAlliancesAllianceId(requestParameters: GetAlliancesAllianceIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
105
|
+
getAlliancesAllianceId(requestParameters: GetAlliancesAllianceIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
99
106
|
|
|
100
107
|
/**
|
|
101
108
|
* List all current member corporations of an alliance
|
|
102
109
|
* @summary List alliance\'s corporations
|
|
103
110
|
* @param {number} allianceId The ID of the alliance
|
|
104
|
-
* @param {'
|
|
111
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
105
112
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
106
113
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
107
114
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
115
|
+
* @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.
|
|
108
116
|
* @param {*} [options] Override http request option.
|
|
109
117
|
* @throws {RequiredError}
|
|
110
118
|
* @memberof AllianceApiInterface
|
|
@@ -115,16 +123,17 @@ export interface AllianceApiInterface {
|
|
|
115
123
|
* List all current member corporations of an alliance
|
|
116
124
|
* List alliance\'s corporations
|
|
117
125
|
*/
|
|
118
|
-
getAlliancesAllianceIdCorporations(requestParameters: GetAlliancesAllianceIdCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
126
|
+
getAlliancesAllianceIdCorporations(requestParameters: GetAlliancesAllianceIdCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
119
127
|
|
|
120
128
|
/**
|
|
121
129
|
* Get the icon urls for a alliance This route expires daily at 11:05
|
|
122
130
|
* @summary Get alliance icon
|
|
123
131
|
* @param {number} allianceId The ID of the alliance
|
|
124
|
-
* @param {'
|
|
132
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
125
133
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
126
134
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
127
135
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
136
|
+
* @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.
|
|
128
137
|
* @param {*} [options] Override http request option.
|
|
129
138
|
* @throws {RequiredError}
|
|
130
139
|
* @memberof AllianceApiInterface
|
|
@@ -135,7 +144,7 @@ export interface AllianceApiInterface {
|
|
|
135
144
|
* Get the icon urls for a alliance This route expires daily at 11:05
|
|
136
145
|
* Get alliance icon
|
|
137
146
|
*/
|
|
138
|
-
getAlliancesAllianceIdIcons(requestParameters: GetAlliancesAllianceIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
147
|
+
getAlliancesAllianceIdIcons(requestParameters: GetAlliancesAllianceIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
139
148
|
|
|
140
149
|
}
|
|
141
150
|
|
|
@@ -176,11 +185,20 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
176
185
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
177
186
|
}
|
|
178
187
|
|
|
188
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
189
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
190
|
+
}
|
|
191
|
+
|
|
179
192
|
/*
|
|
180
193
|
*/
|
|
181
194
|
|
|
182
195
|
let urlPath = `/alliances`;
|
|
183
196
|
|
|
197
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
198
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
199
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
200
|
+
}
|
|
201
|
+
|
|
184
202
|
const facade = this.configuration?.apiFacade;
|
|
185
203
|
if (!facade) {
|
|
186
204
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -193,16 +211,16 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
193
211
|
query: queryParameters,
|
|
194
212
|
}, initOverrides);
|
|
195
213
|
|
|
196
|
-
return
|
|
214
|
+
return response;
|
|
197
215
|
}
|
|
198
216
|
|
|
199
217
|
/**
|
|
200
218
|
* List all active player alliances
|
|
201
219
|
* List all alliances
|
|
202
220
|
*/
|
|
203
|
-
async getAlliances(requestParameters: GetAlliancesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
221
|
+
async getAlliances(requestParameters: GetAlliancesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
204
222
|
const response = await this.getAlliancesRaw(requestParameters, initOverrides);
|
|
205
|
-
return
|
|
223
|
+
return response;
|
|
206
224
|
}
|
|
207
225
|
|
|
208
226
|
/**
|
|
@@ -244,12 +262,21 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
244
262
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
245
263
|
}
|
|
246
264
|
|
|
265
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
266
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
267
|
+
}
|
|
268
|
+
|
|
247
269
|
/*
|
|
248
270
|
*/
|
|
249
271
|
|
|
250
272
|
let urlPath = `/alliances/{alliance_id}`;
|
|
251
273
|
urlPath = urlPath.replace(`{${"alliance_id"}}`, encodeURIComponent(String(requestParameters['allianceId'])));
|
|
252
274
|
|
|
275
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
276
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
277
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
278
|
+
}
|
|
279
|
+
|
|
253
280
|
const facade = this.configuration?.apiFacade;
|
|
254
281
|
if (!facade) {
|
|
255
282
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -262,16 +289,16 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
262
289
|
query: queryParameters,
|
|
263
290
|
}, initOverrides);
|
|
264
291
|
|
|
265
|
-
return
|
|
292
|
+
return response;
|
|
266
293
|
}
|
|
267
294
|
|
|
268
295
|
/**
|
|
269
296
|
* Public information about an alliance
|
|
270
297
|
* Get alliance information
|
|
271
298
|
*/
|
|
272
|
-
async getAlliancesAllianceId(requestParameters: GetAlliancesAllianceIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
299
|
+
async getAlliancesAllianceId(requestParameters: GetAlliancesAllianceIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
273
300
|
const response = await this.getAlliancesAllianceIdRaw(requestParameters, initOverrides);
|
|
274
|
-
return
|
|
301
|
+
return response;
|
|
275
302
|
}
|
|
276
303
|
|
|
277
304
|
/**
|
|
@@ -313,12 +340,21 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
313
340
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
314
341
|
}
|
|
315
342
|
|
|
343
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
344
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
345
|
+
}
|
|
346
|
+
|
|
316
347
|
/*
|
|
317
348
|
*/
|
|
318
349
|
|
|
319
350
|
let urlPath = `/alliances/{alliance_id}/corporations`;
|
|
320
351
|
urlPath = urlPath.replace(`{${"alliance_id"}}`, encodeURIComponent(String(requestParameters['allianceId'])));
|
|
321
352
|
|
|
353
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
354
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
355
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
356
|
+
}
|
|
357
|
+
|
|
322
358
|
const facade = this.configuration?.apiFacade;
|
|
323
359
|
if (!facade) {
|
|
324
360
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -331,16 +367,16 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
331
367
|
query: queryParameters,
|
|
332
368
|
}, initOverrides);
|
|
333
369
|
|
|
334
|
-
return
|
|
370
|
+
return response;
|
|
335
371
|
}
|
|
336
372
|
|
|
337
373
|
/**
|
|
338
374
|
* List all current member corporations of an alliance
|
|
339
375
|
* List alliance\'s corporations
|
|
340
376
|
*/
|
|
341
|
-
async getAlliancesAllianceIdCorporations(requestParameters: GetAlliancesAllianceIdCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
377
|
+
async getAlliancesAllianceIdCorporations(requestParameters: GetAlliancesAllianceIdCorporationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
342
378
|
const response = await this.getAlliancesAllianceIdCorporationsRaw(requestParameters, initOverrides);
|
|
343
|
-
return
|
|
379
|
+
return response;
|
|
344
380
|
}
|
|
345
381
|
|
|
346
382
|
/**
|
|
@@ -382,12 +418,21 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
382
418
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
383
419
|
}
|
|
384
420
|
|
|
421
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
422
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
423
|
+
}
|
|
424
|
+
|
|
385
425
|
/*
|
|
386
426
|
*/
|
|
387
427
|
|
|
388
428
|
let urlPath = `/alliances/{alliance_id}/icons`;
|
|
389
429
|
urlPath = urlPath.replace(`{${"alliance_id"}}`, encodeURIComponent(String(requestParameters['allianceId'])));
|
|
390
430
|
|
|
431
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
432
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
433
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
434
|
+
}
|
|
435
|
+
|
|
391
436
|
const facade = this.configuration?.apiFacade;
|
|
392
437
|
if (!facade) {
|
|
393
438
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -400,16 +445,16 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
400
445
|
query: queryParameters,
|
|
401
446
|
}, initOverrides);
|
|
402
447
|
|
|
403
|
-
return
|
|
448
|
+
return response;
|
|
404
449
|
}
|
|
405
450
|
|
|
406
451
|
/**
|
|
407
452
|
* Get the icon urls for a alliance This route expires daily at 11:05
|
|
408
453
|
* Get alliance icon
|
|
409
454
|
*/
|
|
410
|
-
async getAlliancesAllianceIdIcons(requestParameters: GetAlliancesAllianceIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
455
|
+
async getAlliancesAllianceIdIcons(requestParameters: GetAlliancesAllianceIdIconsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
411
456
|
const response = await this.getAlliancesAllianceIdIconsRaw(requestParameters, initOverrides);
|
|
412
|
-
return
|
|
457
|
+
return response;
|
|
413
458
|
}
|
|
414
459
|
|
|
415
460
|
}
|
|
@@ -419,7 +464,7 @@ export class AllianceApi extends runtime.BaseAPI implements AllianceApiInterface
|
|
|
419
464
|
* @enum {string}
|
|
420
465
|
*/
|
|
421
466
|
export enum GetAlliancesXCompatibilityDateEnum {
|
|
422
|
-
|
|
467
|
+
_20251216 = '2025-12-16'
|
|
423
468
|
}
|
|
424
469
|
/**
|
|
425
470
|
* @export
|
|
@@ -440,7 +485,7 @@ export enum GetAlliancesAcceptLanguageEnum {
|
|
|
440
485
|
* @enum {string}
|
|
441
486
|
*/
|
|
442
487
|
export enum GetAlliancesAllianceIdXCompatibilityDateEnum {
|
|
443
|
-
|
|
488
|
+
_20251216 = '2025-12-16'
|
|
444
489
|
}
|
|
445
490
|
/**
|
|
446
491
|
* @export
|
|
@@ -461,7 +506,7 @@ export enum GetAlliancesAllianceIdAcceptLanguageEnum {
|
|
|
461
506
|
* @enum {string}
|
|
462
507
|
*/
|
|
463
508
|
export enum GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum {
|
|
464
|
-
|
|
509
|
+
_20251216 = '2025-12-16'
|
|
465
510
|
}
|
|
466
511
|
/**
|
|
467
512
|
* @export
|
|
@@ -482,7 +527,7 @@ export enum GetAlliancesAllianceIdCorporationsAcceptLanguageEnum {
|
|
|
482
527
|
* @enum {string}
|
|
483
528
|
*/
|
|
484
529
|
export enum GetAlliancesAllianceIdIconsXCompatibilityDateEnum {
|
|
485
|
-
|
|
530
|
+
_20251216 = '2025-12-16'
|
|
486
531
|
}
|
|
487
532
|
/**
|
|
488
533
|
* @export
|