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/dist/apis/WarsApi.d.ts
CHANGED
|
@@ -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 GetWarsRequest {
|
|
|
17
17
|
acceptLanguage?: GetWarsAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetWarsWarIdRequest {
|
|
22
23
|
warId: number;
|
|
@@ -24,6 +25,7 @@ export interface GetWarsWarIdRequest {
|
|
|
24
25
|
acceptLanguage?: GetWarsWarIdAcceptLanguageEnum;
|
|
25
26
|
ifNoneMatch?: string;
|
|
26
27
|
xTenant?: string;
|
|
28
|
+
ifModifiedSince?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface GetWarsWarIdKillmailsRequest {
|
|
29
31
|
warId: number;
|
|
@@ -32,6 +34,7 @@ export interface GetWarsWarIdKillmailsRequest {
|
|
|
32
34
|
acceptLanguage?: GetWarsWarIdKillmailsAcceptLanguageEnum;
|
|
33
35
|
ifNoneMatch?: string;
|
|
34
36
|
xTenant?: string;
|
|
37
|
+
ifModifiedSince?: string;
|
|
35
38
|
}
|
|
36
39
|
/**
|
|
37
40
|
* WarsApi - interface
|
|
@@ -43,11 +46,12 @@ export interface WarsApiInterface {
|
|
|
43
46
|
/**
|
|
44
47
|
* Return a list of wars
|
|
45
48
|
* @summary List wars
|
|
46
|
-
* @param {'
|
|
49
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
47
50
|
* @param {number} [maxWarId]
|
|
48
51
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
49
52
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
50
53
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
54
|
+
* @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.
|
|
51
55
|
* @param {*} [options] Override http request option.
|
|
52
56
|
* @throws {RequiredError}
|
|
53
57
|
* @memberof WarsApiInterface
|
|
@@ -57,15 +61,16 @@ export interface WarsApiInterface {
|
|
|
57
61
|
* Return a list of wars
|
|
58
62
|
* List wars
|
|
59
63
|
*/
|
|
60
|
-
getWars(requestParameters: GetWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
64
|
+
getWars(requestParameters: GetWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
61
65
|
/**
|
|
62
66
|
* Return details about a war
|
|
63
67
|
* @summary Get war information
|
|
64
68
|
* @param {number} warId
|
|
65
|
-
* @param {'
|
|
69
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
66
70
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
67
71
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
68
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.
|
|
69
74
|
* @param {*} [options] Override http request option.
|
|
70
75
|
* @throws {RequiredError}
|
|
71
76
|
* @memberof WarsApiInterface
|
|
@@ -75,16 +80,17 @@ export interface WarsApiInterface {
|
|
|
75
80
|
* Return details about a war
|
|
76
81
|
* Get war information
|
|
77
82
|
*/
|
|
78
|
-
getWarsWarId(requestParameters: GetWarsWarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
83
|
+
getWarsWarId(requestParameters: GetWarsWarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
79
84
|
/**
|
|
80
85
|
* Return a list of kills related to a war
|
|
81
86
|
* @summary List kills for a war
|
|
82
87
|
* @param {number} warId
|
|
83
|
-
* @param {'
|
|
88
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
84
89
|
* @param {number} [page]
|
|
85
90
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
86
91
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
87
92
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
93
|
+
* @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
94
|
* @param {*} [options] Override http request option.
|
|
89
95
|
* @throws {RequiredError}
|
|
90
96
|
* @memberof WarsApiInterface
|
|
@@ -94,7 +100,7 @@ export interface WarsApiInterface {
|
|
|
94
100
|
* Return a list of kills related to a war
|
|
95
101
|
* List kills for a war
|
|
96
102
|
*/
|
|
97
|
-
getWarsWarIdKillmails(requestParameters: GetWarsWarIdKillmailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
103
|
+
getWarsWarIdKillmails(requestParameters: GetWarsWarIdKillmailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
98
104
|
}
|
|
99
105
|
/**
|
|
100
106
|
*
|
|
@@ -109,7 +115,7 @@ export declare class WarsApi extends runtime.BaseAPI implements WarsApiInterface
|
|
|
109
115
|
* Return a list of wars
|
|
110
116
|
* List wars
|
|
111
117
|
*/
|
|
112
|
-
getWars(requestParameters: GetWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
118
|
+
getWars(requestParameters: GetWarsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
113
119
|
/**
|
|
114
120
|
* Return details about a war
|
|
115
121
|
* Get war information
|
|
@@ -119,7 +125,7 @@ export declare class WarsApi extends runtime.BaseAPI implements WarsApiInterface
|
|
|
119
125
|
* Return details about a war
|
|
120
126
|
* Get war information
|
|
121
127
|
*/
|
|
122
|
-
getWarsWarId(requestParameters: GetWarsWarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
128
|
+
getWarsWarId(requestParameters: GetWarsWarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
123
129
|
/**
|
|
124
130
|
* Return a list of kills related to a war
|
|
125
131
|
* List kills for a war
|
|
@@ -129,14 +135,14 @@ export declare class WarsApi extends runtime.BaseAPI implements WarsApiInterface
|
|
|
129
135
|
* Return a list of kills related to a war
|
|
130
136
|
* List kills for a war
|
|
131
137
|
*/
|
|
132
|
-
getWarsWarIdKillmails(requestParameters: GetWarsWarIdKillmailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
138
|
+
getWarsWarIdKillmails(requestParameters: GetWarsWarIdKillmailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
133
139
|
}
|
|
134
140
|
/**
|
|
135
141
|
* @export
|
|
136
142
|
* @enum {string}
|
|
137
143
|
*/
|
|
138
144
|
export declare enum GetWarsXCompatibilityDateEnum {
|
|
139
|
-
|
|
145
|
+
_20251216 = "2025-12-16"
|
|
140
146
|
}
|
|
141
147
|
/**
|
|
142
148
|
* @export
|
|
@@ -157,7 +163,7 @@ export declare enum GetWarsAcceptLanguageEnum {
|
|
|
157
163
|
* @enum {string}
|
|
158
164
|
*/
|
|
159
165
|
export declare enum GetWarsWarIdXCompatibilityDateEnum {
|
|
160
|
-
|
|
166
|
+
_20251216 = "2025-12-16"
|
|
161
167
|
}
|
|
162
168
|
/**
|
|
163
169
|
* @export
|
|
@@ -178,7 +184,7 @@ export declare enum GetWarsWarIdAcceptLanguageEnum {
|
|
|
178
184
|
* @enum {string}
|
|
179
185
|
*/
|
|
180
186
|
export declare enum GetWarsWarIdKillmailsXCompatibilityDateEnum {
|
|
181
|
-
|
|
187
|
+
_20251216 = "2025-12-16"
|
|
182
188
|
}
|
|
183
189
|
/**
|
|
184
190
|
* @export
|
package/dist/apis/WarsApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.GetWarsWarIdKillmailsAcceptLanguageEnum = exports.GetWarsWarIdKillmailsXCompatibilityDateEnum = exports.GetWarsWarIdAcceptLanguageEnum = exports.GetWarsWarIdXCompatibilityDateEnum = exports.GetWarsAcceptLanguageEnum = exports.GetWarsXCompatibilityDateEnum = exports.WarsApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -105,7 +106,14 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
105
106
|
if (requestParameters['xTenant'] != null) {
|
|
106
107
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
107
108
|
}
|
|
109
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
110
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
111
|
+
}
|
|
108
112
|
urlPath = "/wars";
|
|
113
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
114
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
115
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
116
|
+
}
|
|
109
117
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
110
118
|
if (!facade) {
|
|
111
119
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -118,7 +126,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
118
126
|
}, initOverrides)];
|
|
119
127
|
case 1:
|
|
120
128
|
response = _b.sent();
|
|
121
|
-
return [2 /*return*/,
|
|
129
|
+
return [2 /*return*/, response];
|
|
122
130
|
}
|
|
123
131
|
});
|
|
124
132
|
});
|
|
@@ -135,8 +143,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
135
143
|
case 0: return [4 /*yield*/, this.getWarsRaw(requestParameters, initOverrides)];
|
|
136
144
|
case 1:
|
|
137
145
|
response = _a.sent();
|
|
138
|
-
return [
|
|
139
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
146
|
+
return [2 /*return*/, response];
|
|
140
147
|
}
|
|
141
148
|
});
|
|
142
149
|
});
|
|
@@ -172,8 +179,15 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
172
179
|
if (requestParameters['xTenant'] != null) {
|
|
173
180
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
174
181
|
}
|
|
182
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
183
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
184
|
+
}
|
|
175
185
|
urlPath = "/wars/{war_id}";
|
|
176
186
|
urlPath = urlPath.replace("{".concat("war_id", "}"), encodeURIComponent(String(requestParameters['warId'])));
|
|
187
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
188
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
189
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
190
|
+
}
|
|
177
191
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
178
192
|
if (!facade) {
|
|
179
193
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -186,7 +200,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
186
200
|
}, initOverrides)];
|
|
187
201
|
case 1:
|
|
188
202
|
response = _b.sent();
|
|
189
|
-
return [2 /*return*/,
|
|
203
|
+
return [2 /*return*/, response];
|
|
190
204
|
}
|
|
191
205
|
});
|
|
192
206
|
});
|
|
@@ -203,8 +217,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
203
217
|
case 0: return [4 /*yield*/, this.getWarsWarIdRaw(requestParameters, initOverrides)];
|
|
204
218
|
case 1:
|
|
205
219
|
response = _a.sent();
|
|
206
|
-
return [
|
|
207
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
220
|
+
return [2 /*return*/, response];
|
|
208
221
|
}
|
|
209
222
|
});
|
|
210
223
|
});
|
|
@@ -243,8 +256,15 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
243
256
|
if (requestParameters['xTenant'] != null) {
|
|
244
257
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
245
258
|
}
|
|
259
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
260
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
261
|
+
}
|
|
246
262
|
urlPath = "/wars/{war_id}/killmails";
|
|
247
263
|
urlPath = urlPath.replace("{".concat("war_id", "}"), encodeURIComponent(String(requestParameters['warId'])));
|
|
264
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
265
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
266
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
267
|
+
}
|
|
248
268
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
249
269
|
if (!facade) {
|
|
250
270
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -257,7 +277,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
257
277
|
}, initOverrides)];
|
|
258
278
|
case 1:
|
|
259
279
|
response = _b.sent();
|
|
260
|
-
return [2 /*return*/,
|
|
280
|
+
return [2 /*return*/, response];
|
|
261
281
|
}
|
|
262
282
|
});
|
|
263
283
|
});
|
|
@@ -274,8 +294,7 @@ var WarsApi = /** @class */ (function (_super) {
|
|
|
274
294
|
case 0: return [4 /*yield*/, this.getWarsWarIdKillmailsRaw(requestParameters, initOverrides)];
|
|
275
295
|
case 1:
|
|
276
296
|
response = _a.sent();
|
|
277
|
-
return [
|
|
278
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
297
|
+
return [2 /*return*/, response];
|
|
279
298
|
}
|
|
280
299
|
});
|
|
281
300
|
});
|
|
@@ -289,7 +308,7 @@ exports.WarsApi = WarsApi;
|
|
|
289
308
|
*/
|
|
290
309
|
var GetWarsXCompatibilityDateEnum;
|
|
291
310
|
(function (GetWarsXCompatibilityDateEnum) {
|
|
292
|
-
GetWarsXCompatibilityDateEnum["
|
|
311
|
+
GetWarsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
293
312
|
})(GetWarsXCompatibilityDateEnum || (exports.GetWarsXCompatibilityDateEnum = GetWarsXCompatibilityDateEnum = {}));
|
|
294
313
|
/**
|
|
295
314
|
* @export
|
|
@@ -312,7 +331,7 @@ var GetWarsAcceptLanguageEnum;
|
|
|
312
331
|
*/
|
|
313
332
|
var GetWarsWarIdXCompatibilityDateEnum;
|
|
314
333
|
(function (GetWarsWarIdXCompatibilityDateEnum) {
|
|
315
|
-
GetWarsWarIdXCompatibilityDateEnum["
|
|
334
|
+
GetWarsWarIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
316
335
|
})(GetWarsWarIdXCompatibilityDateEnum || (exports.GetWarsWarIdXCompatibilityDateEnum = GetWarsWarIdXCompatibilityDateEnum = {}));
|
|
317
336
|
/**
|
|
318
337
|
* @export
|
|
@@ -335,7 +354,7 @@ var GetWarsWarIdAcceptLanguageEnum;
|
|
|
335
354
|
*/
|
|
336
355
|
var GetWarsWarIdKillmailsXCompatibilityDateEnum;
|
|
337
356
|
(function (GetWarsWarIdKillmailsXCompatibilityDateEnum) {
|
|
338
|
-
GetWarsWarIdKillmailsXCompatibilityDateEnum["
|
|
357
|
+
GetWarsWarIdKillmailsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
339
358
|
})(GetWarsWarIdKillmailsXCompatibilityDateEnum || (exports.GetWarsWarIdKillmailsXCompatibilityDateEnum = GetWarsWarIdKillmailsXCompatibilityDateEnum = {}));
|
|
340
359
|
/**
|
|
341
360
|
* @export
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -6,10 +6,12 @@ export * from './ClonesApi';
|
|
|
6
6
|
export * from './ContactsApi';
|
|
7
7
|
export * from './ContractsApi';
|
|
8
8
|
export * from './CorporationApi';
|
|
9
|
+
export * from './CorporationProjectsApi';
|
|
9
10
|
export * from './DogmaApi';
|
|
10
11
|
export * from './FactionWarfareApi';
|
|
11
12
|
export * from './FittingsApi';
|
|
12
13
|
export * from './FleetsApi';
|
|
14
|
+
export * from './FreelanceJobsApi';
|
|
13
15
|
export * from './IncursionsApi';
|
|
14
16
|
export * from './IndustryApi';
|
|
15
17
|
export * from './InsuranceApi';
|
package/dist/apis/index.js
CHANGED
|
@@ -24,10 +24,12 @@ __exportStar(require("./ClonesApi"), exports);
|
|
|
24
24
|
__exportStar(require("./ContactsApi"), exports);
|
|
25
25
|
__exportStar(require("./ContractsApi"), exports);
|
|
26
26
|
__exportStar(require("./CorporationApi"), exports);
|
|
27
|
+
__exportStar(require("./CorporationProjectsApi"), exports);
|
|
27
28
|
__exportStar(require("./DogmaApi"), exports);
|
|
28
29
|
__exportStar(require("./FactionWarfareApi"), exports);
|
|
29
30
|
__exportStar(require("./FittingsApi"), exports);
|
|
30
31
|
__exportStar(require("./FleetsApi"), exports);
|
|
32
|
+
__exportStar(require("./FreelanceJobsApi"), exports);
|
|
31
33
|
__exportStar(require("./IncursionsApi"), exports);
|
|
32
34
|
__exportStar(require("./IndustryApi"), exports);
|
|
33
35
|
__exportStar(require("./InsuranceApi"), exports);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ESI API Constants
|
|
3
|
+
* Update ESI_COMPATIBILITY_DATE when CCP releases new schema versions.
|
|
4
|
+
* Check: https://esi.evetech.net/meta/openapi.yaml?compatibility_date=YYYY-MM-DD
|
|
5
|
+
*/
|
|
6
|
+
export declare const ESI_COMPATIBILITY_DATE = "2025-12-16";
|
|
7
|
+
export declare const ESI_DATASOURCE = "tranquility";
|
|
8
|
+
export declare const ESI_LANGUAGE = "en";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ESI_LANGUAGE = exports.ESI_DATASOURCE = exports.ESI_COMPATIBILITY_DATE = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
/**
|
|
7
|
+
* ESI API Constants
|
|
8
|
+
* Update ESI_COMPATIBILITY_DATE when CCP releases new schema versions.
|
|
9
|
+
* Check: https://esi.evetech.net/meta/openapi.yaml?compatibility_date=YYYY-MM-DD
|
|
10
|
+
*/
|
|
11
|
+
exports.ESI_COMPATIBILITY_DATE = '2025-12-16';
|
|
12
|
+
exports.ESI_DATASOURCE = 'tranquility';
|
|
13
|
+
exports.ESI_LANGUAGE = 'en';
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,8 +14,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ESI_LANGUAGE = exports.ESI_DATASOURCE = exports.ESI_COMPATIBILITY_DATE = void 0;
|
|
17
18
|
/* tslint:disable */
|
|
18
19
|
/* eslint-disable */
|
|
19
20
|
__exportStar(require("./runtime"), exports);
|
|
20
21
|
__exportStar(require("./apis/index"), exports);
|
|
21
22
|
__exportStar(require("./models/index"), exports);
|
|
23
|
+
var constants_1 = require("./constants");
|
|
24
|
+
Object.defineProperty(exports, "ESI_COMPATIBILITY_DATE", { enumerable: true, get: function () { return constants_1.ESI_COMPATIBILITY_DATE; } });
|
|
25
|
+
Object.defineProperty(exports, "ESI_DATASOURCE", { enumerable: true, get: function () { return constants_1.ESI_DATASOURCE; } });
|
|
26
|
+
Object.defineProperty(exports, "ESI_LANGUAGE", { enumerable: true, get: function () { return constants_1.ESI_LANGUAGE; } });
|