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/IndustryApi.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
|
CharactersCharacterIdIndustryJobsGetInner,
|
|
@@ -33,6 +34,7 @@ export interface GetCharactersCharacterIdIndustryJobsRequest {
|
|
|
33
34
|
acceptLanguage?: GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum;
|
|
34
35
|
ifNoneMatch?: string;
|
|
35
36
|
xTenant?: string;
|
|
37
|
+
ifModifiedSince?: string;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
export interface GetCharactersCharacterIdMiningRequest {
|
|
@@ -42,6 +44,7 @@ export interface GetCharactersCharacterIdMiningRequest {
|
|
|
42
44
|
acceptLanguage?: GetCharactersCharacterIdMiningAcceptLanguageEnum;
|
|
43
45
|
ifNoneMatch?: string;
|
|
44
46
|
xTenant?: string;
|
|
47
|
+
ifModifiedSince?: string;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
export interface GetCorporationCorporationIdMiningExtractionsRequest {
|
|
@@ -51,6 +54,7 @@ export interface GetCorporationCorporationIdMiningExtractionsRequest {
|
|
|
51
54
|
acceptLanguage?: GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum;
|
|
52
55
|
ifNoneMatch?: string;
|
|
53
56
|
xTenant?: string;
|
|
57
|
+
ifModifiedSince?: string;
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
export interface GetCorporationCorporationIdMiningObserversRequest {
|
|
@@ -60,6 +64,7 @@ export interface GetCorporationCorporationIdMiningObserversRequest {
|
|
|
60
64
|
acceptLanguage?: GetCorporationCorporationIdMiningObserversAcceptLanguageEnum;
|
|
61
65
|
ifNoneMatch?: string;
|
|
62
66
|
xTenant?: string;
|
|
67
|
+
ifModifiedSince?: string;
|
|
63
68
|
}
|
|
64
69
|
|
|
65
70
|
export interface GetCorporationCorporationIdMiningObserversObserverIdRequest {
|
|
@@ -70,6 +75,7 @@ export interface GetCorporationCorporationIdMiningObserversObserverIdRequest {
|
|
|
70
75
|
acceptLanguage?: GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum;
|
|
71
76
|
ifNoneMatch?: string;
|
|
72
77
|
xTenant?: string;
|
|
78
|
+
ifModifiedSince?: string;
|
|
73
79
|
}
|
|
74
80
|
|
|
75
81
|
export interface GetCorporationsCorporationIdIndustryJobsRequest {
|
|
@@ -80,6 +86,7 @@ export interface GetCorporationsCorporationIdIndustryJobsRequest {
|
|
|
80
86
|
acceptLanguage?: GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum;
|
|
81
87
|
ifNoneMatch?: string;
|
|
82
88
|
xTenant?: string;
|
|
89
|
+
ifModifiedSince?: string;
|
|
83
90
|
}
|
|
84
91
|
|
|
85
92
|
export interface GetIndustryFacilitiesRequest {
|
|
@@ -87,6 +94,7 @@ export interface GetIndustryFacilitiesRequest {
|
|
|
87
94
|
acceptLanguage?: GetIndustryFacilitiesAcceptLanguageEnum;
|
|
88
95
|
ifNoneMatch?: string;
|
|
89
96
|
xTenant?: string;
|
|
97
|
+
ifModifiedSince?: string;
|
|
90
98
|
}
|
|
91
99
|
|
|
92
100
|
export interface GetIndustrySystemsRequest {
|
|
@@ -94,6 +102,7 @@ export interface GetIndustrySystemsRequest {
|
|
|
94
102
|
acceptLanguage?: GetIndustrySystemsAcceptLanguageEnum;
|
|
95
103
|
ifNoneMatch?: string;
|
|
96
104
|
xTenant?: string;
|
|
105
|
+
ifModifiedSince?: string;
|
|
97
106
|
}
|
|
98
107
|
|
|
99
108
|
/**
|
|
@@ -107,11 +116,12 @@ export interface IndustryApiInterface {
|
|
|
107
116
|
* List industry jobs placed by a character
|
|
108
117
|
* @summary List character industry jobs
|
|
109
118
|
* @param {number} characterId The ID of the character
|
|
110
|
-
* @param {'
|
|
119
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
111
120
|
* @param {boolean} [includeCompleted]
|
|
112
121
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
113
122
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
114
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.
|
|
115
125
|
* @param {*} [options] Override http request option.
|
|
116
126
|
* @throws {RequiredError}
|
|
117
127
|
* @memberof IndustryApiInterface
|
|
@@ -122,17 +132,18 @@ export interface IndustryApiInterface {
|
|
|
122
132
|
* List industry jobs placed by a character
|
|
123
133
|
* List character industry jobs
|
|
124
134
|
*/
|
|
125
|
-
getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
135
|
+
getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
126
136
|
|
|
127
137
|
/**
|
|
128
138
|
* Paginated record of all mining done by a character for the past 30 days
|
|
129
139
|
* @summary Character mining ledger
|
|
130
140
|
* @param {number} characterId The ID of the character
|
|
131
|
-
* @param {'
|
|
141
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
132
142
|
* @param {number} [page]
|
|
133
143
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
134
144
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
135
145
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
146
|
+
* @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.
|
|
136
147
|
* @param {*} [options] Override http request option.
|
|
137
148
|
* @throws {RequiredError}
|
|
138
149
|
* @memberof IndustryApiInterface
|
|
@@ -143,17 +154,18 @@ export interface IndustryApiInterface {
|
|
|
143
154
|
* Paginated record of all mining done by a character for the past 30 days
|
|
144
155
|
* Character mining ledger
|
|
145
156
|
*/
|
|
146
|
-
getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
157
|
+
getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
147
158
|
|
|
148
159
|
/**
|
|
149
160
|
* Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
|
|
150
161
|
* @summary Moon extraction timers
|
|
151
162
|
* @param {number} corporationId The ID of the corporation
|
|
152
|
-
* @param {'
|
|
163
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
153
164
|
* @param {number} [page]
|
|
154
165
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
155
166
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
156
167
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
168
|
+
* @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.
|
|
157
169
|
* @param {*} [options] Override http request option.
|
|
158
170
|
* @throws {RequiredError}
|
|
159
171
|
* @memberof IndustryApiInterface
|
|
@@ -164,17 +176,18 @@ export interface IndustryApiInterface {
|
|
|
164
176
|
* Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
|
|
165
177
|
* Moon extraction timers
|
|
166
178
|
*/
|
|
167
|
-
getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
179
|
+
getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
168
180
|
|
|
169
181
|
/**
|
|
170
182
|
* Paginated list of all entities capable of observing and recording mining for a corporation
|
|
171
183
|
* @summary Corporation mining observers
|
|
172
184
|
* @param {number} corporationId The ID of the corporation
|
|
173
|
-
* @param {'
|
|
185
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
174
186
|
* @param {number} [page]
|
|
175
187
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
176
188
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
177
189
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
190
|
+
* @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.
|
|
178
191
|
* @param {*} [options] Override http request option.
|
|
179
192
|
* @throws {RequiredError}
|
|
180
193
|
* @memberof IndustryApiInterface
|
|
@@ -185,18 +198,19 @@ export interface IndustryApiInterface {
|
|
|
185
198
|
* Paginated list of all entities capable of observing and recording mining for a corporation
|
|
186
199
|
* Corporation mining observers
|
|
187
200
|
*/
|
|
188
|
-
getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
201
|
+
getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
189
202
|
|
|
190
203
|
/**
|
|
191
204
|
* Paginated record of all mining seen by an observer
|
|
192
205
|
* @summary Observed corporation mining
|
|
193
206
|
* @param {number} corporationId The ID of the corporation
|
|
194
207
|
* @param {number} observerId
|
|
195
|
-
* @param {'
|
|
208
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
196
209
|
* @param {number} [page]
|
|
197
210
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
198
211
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
199
212
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
213
|
+
* @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.
|
|
200
214
|
* @param {*} [options] Override http request option.
|
|
201
215
|
* @throws {RequiredError}
|
|
202
216
|
* @memberof IndustryApiInterface
|
|
@@ -207,18 +221,19 @@ export interface IndustryApiInterface {
|
|
|
207
221
|
* Paginated record of all mining seen by an observer
|
|
208
222
|
* Observed corporation mining
|
|
209
223
|
*/
|
|
210
|
-
getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
224
|
+
getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
211
225
|
|
|
212
226
|
/**
|
|
213
227
|
* List industry jobs run by a corporation
|
|
214
228
|
* @summary List corporation industry jobs
|
|
215
229
|
* @param {number} corporationId The ID of the corporation
|
|
216
|
-
* @param {'
|
|
230
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
217
231
|
* @param {boolean} [includeCompleted]
|
|
218
232
|
* @param {number} [page]
|
|
219
233
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
220
234
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
221
235
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
236
|
+
* @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.
|
|
222
237
|
* @param {*} [options] Override http request option.
|
|
223
238
|
* @throws {RequiredError}
|
|
224
239
|
* @memberof IndustryApiInterface
|
|
@@ -229,15 +244,16 @@ export interface IndustryApiInterface {
|
|
|
229
244
|
* List industry jobs run by a corporation
|
|
230
245
|
* List corporation industry jobs
|
|
231
246
|
*/
|
|
232
|
-
getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
247
|
+
getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
233
248
|
|
|
234
249
|
/**
|
|
235
250
|
* Return a list of industry facilities
|
|
236
251
|
* @summary List industry facilities
|
|
237
|
-
* @param {'
|
|
252
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
238
253
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
239
254
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
240
255
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
256
|
+
* @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.
|
|
241
257
|
* @param {*} [options] Override http request option.
|
|
242
258
|
* @throws {RequiredError}
|
|
243
259
|
* @memberof IndustryApiInterface
|
|
@@ -248,15 +264,16 @@ export interface IndustryApiInterface {
|
|
|
248
264
|
* Return a list of industry facilities
|
|
249
265
|
* List industry facilities
|
|
250
266
|
*/
|
|
251
|
-
getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
267
|
+
getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
252
268
|
|
|
253
269
|
/**
|
|
254
270
|
* Return cost indices for solar systems
|
|
255
271
|
* @summary List solar system cost indices
|
|
256
|
-
* @param {'
|
|
272
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
257
273
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
258
274
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
259
275
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
276
|
+
* @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.
|
|
260
277
|
* @param {*} [options] Override http request option.
|
|
261
278
|
* @throws {RequiredError}
|
|
262
279
|
* @memberof IndustryApiInterface
|
|
@@ -267,7 +284,7 @@ export interface IndustryApiInterface {
|
|
|
267
284
|
* Return cost indices for solar systems
|
|
268
285
|
* List solar system cost indices
|
|
269
286
|
*/
|
|
270
|
-
getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
287
|
+
getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
271
288
|
|
|
272
289
|
}
|
|
273
290
|
|
|
@@ -319,6 +336,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
319
336
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
320
337
|
}
|
|
321
338
|
|
|
339
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
340
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
341
|
+
}
|
|
342
|
+
|
|
322
343
|
/*
|
|
323
344
|
if (this.configuration && this.configuration.accessToken) {
|
|
324
345
|
// oauth required
|
|
@@ -330,6 +351,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
330
351
|
let urlPath = `/characters/{character_id}/industry/jobs`;
|
|
331
352
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
332
353
|
|
|
354
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
355
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
356
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
357
|
+
}
|
|
358
|
+
|
|
333
359
|
const facade = this.configuration?.apiFacade;
|
|
334
360
|
if (!facade) {
|
|
335
361
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -342,16 +368,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
342
368
|
query: queryParameters,
|
|
343
369
|
}, initOverrides);
|
|
344
370
|
|
|
345
|
-
return
|
|
371
|
+
return response;
|
|
346
372
|
}
|
|
347
373
|
|
|
348
374
|
/**
|
|
349
375
|
* List industry jobs placed by a character
|
|
350
376
|
* List character industry jobs
|
|
351
377
|
*/
|
|
352
|
-
async getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
378
|
+
async getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
353
379
|
const response = await this.getCharactersCharacterIdIndustryJobsRaw(requestParameters, initOverrides);
|
|
354
|
-
return
|
|
380
|
+
return response;
|
|
355
381
|
}
|
|
356
382
|
|
|
357
383
|
/**
|
|
@@ -397,6 +423,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
397
423
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
398
424
|
}
|
|
399
425
|
|
|
426
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
427
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
428
|
+
}
|
|
429
|
+
|
|
400
430
|
/*
|
|
401
431
|
if (this.configuration && this.configuration.accessToken) {
|
|
402
432
|
// oauth required
|
|
@@ -408,6 +438,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
408
438
|
let urlPath = `/characters/{character_id}/mining`;
|
|
409
439
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
410
440
|
|
|
441
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
442
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
443
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
444
|
+
}
|
|
445
|
+
|
|
411
446
|
const facade = this.configuration?.apiFacade;
|
|
412
447
|
if (!facade) {
|
|
413
448
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -420,16 +455,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
420
455
|
query: queryParameters,
|
|
421
456
|
}, initOverrides);
|
|
422
457
|
|
|
423
|
-
return
|
|
458
|
+
return response;
|
|
424
459
|
}
|
|
425
460
|
|
|
426
461
|
/**
|
|
427
462
|
* Paginated record of all mining done by a character for the past 30 days
|
|
428
463
|
* Character mining ledger
|
|
429
464
|
*/
|
|
430
|
-
async getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
465
|
+
async getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
431
466
|
const response = await this.getCharactersCharacterIdMiningRaw(requestParameters, initOverrides);
|
|
432
|
-
return
|
|
467
|
+
return response;
|
|
433
468
|
}
|
|
434
469
|
|
|
435
470
|
/**
|
|
@@ -475,6 +510,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
475
510
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
476
511
|
}
|
|
477
512
|
|
|
513
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
514
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
515
|
+
}
|
|
516
|
+
|
|
478
517
|
/*
|
|
479
518
|
if (this.configuration && this.configuration.accessToken) {
|
|
480
519
|
// oauth required
|
|
@@ -486,6 +525,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
486
525
|
let urlPath = `/corporation/{corporation_id}/mining/extractions`;
|
|
487
526
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
488
527
|
|
|
528
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
529
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
530
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
531
|
+
}
|
|
532
|
+
|
|
489
533
|
const facade = this.configuration?.apiFacade;
|
|
490
534
|
if (!facade) {
|
|
491
535
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -498,16 +542,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
498
542
|
query: queryParameters,
|
|
499
543
|
}, initOverrides);
|
|
500
544
|
|
|
501
|
-
return
|
|
545
|
+
return response;
|
|
502
546
|
}
|
|
503
547
|
|
|
504
548
|
/**
|
|
505
549
|
* Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
|
|
506
550
|
* Moon extraction timers
|
|
507
551
|
*/
|
|
508
|
-
async getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
552
|
+
async getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
509
553
|
const response = await this.getCorporationCorporationIdMiningExtractionsRaw(requestParameters, initOverrides);
|
|
510
|
-
return
|
|
554
|
+
return response;
|
|
511
555
|
}
|
|
512
556
|
|
|
513
557
|
/**
|
|
@@ -553,6 +597,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
553
597
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
554
598
|
}
|
|
555
599
|
|
|
600
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
601
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
602
|
+
}
|
|
603
|
+
|
|
556
604
|
/*
|
|
557
605
|
if (this.configuration && this.configuration.accessToken) {
|
|
558
606
|
// oauth required
|
|
@@ -564,6 +612,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
564
612
|
let urlPath = `/corporation/{corporation_id}/mining/observers`;
|
|
565
613
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
566
614
|
|
|
615
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
616
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
617
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
618
|
+
}
|
|
619
|
+
|
|
567
620
|
const facade = this.configuration?.apiFacade;
|
|
568
621
|
if (!facade) {
|
|
569
622
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -576,16 +629,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
576
629
|
query: queryParameters,
|
|
577
630
|
}, initOverrides);
|
|
578
631
|
|
|
579
|
-
return
|
|
632
|
+
return response;
|
|
580
633
|
}
|
|
581
634
|
|
|
582
635
|
/**
|
|
583
636
|
* Paginated list of all entities capable of observing and recording mining for a corporation
|
|
584
637
|
* Corporation mining observers
|
|
585
638
|
*/
|
|
586
|
-
async getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
639
|
+
async getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
587
640
|
const response = await this.getCorporationCorporationIdMiningObserversRaw(requestParameters, initOverrides);
|
|
588
|
-
return
|
|
641
|
+
return response;
|
|
589
642
|
}
|
|
590
643
|
|
|
591
644
|
/**
|
|
@@ -638,6 +691,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
638
691
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
639
692
|
}
|
|
640
693
|
|
|
694
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
695
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
696
|
+
}
|
|
697
|
+
|
|
641
698
|
/*
|
|
642
699
|
if (this.configuration && this.configuration.accessToken) {
|
|
643
700
|
// oauth required
|
|
@@ -650,6 +707,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
650
707
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
651
708
|
urlPath = urlPath.replace(`{${"observer_id"}}`, encodeURIComponent(String(requestParameters['observerId'])));
|
|
652
709
|
|
|
710
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
711
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
712
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
713
|
+
}
|
|
714
|
+
|
|
653
715
|
const facade = this.configuration?.apiFacade;
|
|
654
716
|
if (!facade) {
|
|
655
717
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -662,16 +724,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
662
724
|
query: queryParameters,
|
|
663
725
|
}, initOverrides);
|
|
664
726
|
|
|
665
|
-
return
|
|
727
|
+
return response;
|
|
666
728
|
}
|
|
667
729
|
|
|
668
730
|
/**
|
|
669
731
|
* Paginated record of all mining seen by an observer
|
|
670
732
|
* Observed corporation mining
|
|
671
733
|
*/
|
|
672
|
-
async getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
734
|
+
async getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
673
735
|
const response = await this.getCorporationCorporationIdMiningObserversObserverIdRaw(requestParameters, initOverrides);
|
|
674
|
-
return
|
|
736
|
+
return response;
|
|
675
737
|
}
|
|
676
738
|
|
|
677
739
|
/**
|
|
@@ -721,6 +783,10 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
721
783
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
722
784
|
}
|
|
723
785
|
|
|
786
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
787
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
788
|
+
}
|
|
789
|
+
|
|
724
790
|
/*
|
|
725
791
|
if (this.configuration && this.configuration.accessToken) {
|
|
726
792
|
// oauth required
|
|
@@ -732,6 +798,11 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
732
798
|
let urlPath = `/corporations/{corporation_id}/industry/jobs`;
|
|
733
799
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
734
800
|
|
|
801
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
802
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
803
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
804
|
+
}
|
|
805
|
+
|
|
735
806
|
const facade = this.configuration?.apiFacade;
|
|
736
807
|
if (!facade) {
|
|
737
808
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -744,16 +815,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
744
815
|
query: queryParameters,
|
|
745
816
|
}, initOverrides);
|
|
746
817
|
|
|
747
|
-
return
|
|
818
|
+
return response;
|
|
748
819
|
}
|
|
749
820
|
|
|
750
821
|
/**
|
|
751
822
|
* List industry jobs run by a corporation
|
|
752
823
|
* List corporation industry jobs
|
|
753
824
|
*/
|
|
754
|
-
async getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
825
|
+
async getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
755
826
|
const response = await this.getCorporationsCorporationIdIndustryJobsRaw(requestParameters, initOverrides);
|
|
756
|
-
return
|
|
827
|
+
return response;
|
|
757
828
|
}
|
|
758
829
|
|
|
759
830
|
/**
|
|
@@ -788,11 +859,20 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
788
859
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
789
860
|
}
|
|
790
861
|
|
|
862
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
863
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
864
|
+
}
|
|
865
|
+
|
|
791
866
|
/*
|
|
792
867
|
*/
|
|
793
868
|
|
|
794
869
|
let urlPath = `/industry/facilities`;
|
|
795
870
|
|
|
871
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
872
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
873
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
874
|
+
}
|
|
875
|
+
|
|
796
876
|
const facade = this.configuration?.apiFacade;
|
|
797
877
|
if (!facade) {
|
|
798
878
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -805,16 +885,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
805
885
|
query: queryParameters,
|
|
806
886
|
}, initOverrides);
|
|
807
887
|
|
|
808
|
-
return
|
|
888
|
+
return response;
|
|
809
889
|
}
|
|
810
890
|
|
|
811
891
|
/**
|
|
812
892
|
* Return a list of industry facilities
|
|
813
893
|
* List industry facilities
|
|
814
894
|
*/
|
|
815
|
-
async getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
895
|
+
async getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
816
896
|
const response = await this.getIndustryFacilitiesRaw(requestParameters, initOverrides);
|
|
817
|
-
return
|
|
897
|
+
return response;
|
|
818
898
|
}
|
|
819
899
|
|
|
820
900
|
/**
|
|
@@ -849,11 +929,20 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
849
929
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
850
930
|
}
|
|
851
931
|
|
|
932
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
933
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
934
|
+
}
|
|
935
|
+
|
|
852
936
|
/*
|
|
853
937
|
*/
|
|
854
938
|
|
|
855
939
|
let urlPath = `/industry/systems`;
|
|
856
940
|
|
|
941
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
942
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
943
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
944
|
+
}
|
|
945
|
+
|
|
857
946
|
const facade = this.configuration?.apiFacade;
|
|
858
947
|
if (!facade) {
|
|
859
948
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -866,16 +955,16 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
866
955
|
query: queryParameters,
|
|
867
956
|
}, initOverrides);
|
|
868
957
|
|
|
869
|
-
return
|
|
958
|
+
return response;
|
|
870
959
|
}
|
|
871
960
|
|
|
872
961
|
/**
|
|
873
962
|
* Return cost indices for solar systems
|
|
874
963
|
* List solar system cost indices
|
|
875
964
|
*/
|
|
876
|
-
async getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
965
|
+
async getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
877
966
|
const response = await this.getIndustrySystemsRaw(requestParameters, initOverrides);
|
|
878
|
-
return
|
|
967
|
+
return response;
|
|
879
968
|
}
|
|
880
969
|
|
|
881
970
|
}
|
|
@@ -885,7 +974,7 @@ export class IndustryApi extends runtime.BaseAPI implements IndustryApiInterface
|
|
|
885
974
|
* @enum {string}
|
|
886
975
|
*/
|
|
887
976
|
export enum GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum {
|
|
888
|
-
|
|
977
|
+
_20251216 = '2025-12-16'
|
|
889
978
|
}
|
|
890
979
|
/**
|
|
891
980
|
* @export
|
|
@@ -906,7 +995,7 @@ export enum GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum {
|
|
|
906
995
|
* @enum {string}
|
|
907
996
|
*/
|
|
908
997
|
export enum GetCharactersCharacterIdMiningXCompatibilityDateEnum {
|
|
909
|
-
|
|
998
|
+
_20251216 = '2025-12-16'
|
|
910
999
|
}
|
|
911
1000
|
/**
|
|
912
1001
|
* @export
|
|
@@ -927,7 +1016,7 @@ export enum GetCharactersCharacterIdMiningAcceptLanguageEnum {
|
|
|
927
1016
|
* @enum {string}
|
|
928
1017
|
*/
|
|
929
1018
|
export enum GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum {
|
|
930
|
-
|
|
1019
|
+
_20251216 = '2025-12-16'
|
|
931
1020
|
}
|
|
932
1021
|
/**
|
|
933
1022
|
* @export
|
|
@@ -948,7 +1037,7 @@ export enum GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum {
|
|
|
948
1037
|
* @enum {string}
|
|
949
1038
|
*/
|
|
950
1039
|
export enum GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum {
|
|
951
|
-
|
|
1040
|
+
_20251216 = '2025-12-16'
|
|
952
1041
|
}
|
|
953
1042
|
/**
|
|
954
1043
|
* @export
|
|
@@ -969,7 +1058,7 @@ export enum GetCorporationCorporationIdMiningObserversAcceptLanguageEnum {
|
|
|
969
1058
|
* @enum {string}
|
|
970
1059
|
*/
|
|
971
1060
|
export enum GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum {
|
|
972
|
-
|
|
1061
|
+
_20251216 = '2025-12-16'
|
|
973
1062
|
}
|
|
974
1063
|
/**
|
|
975
1064
|
* @export
|
|
@@ -990,7 +1079,7 @@ export enum GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEn
|
|
|
990
1079
|
* @enum {string}
|
|
991
1080
|
*/
|
|
992
1081
|
export enum GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum {
|
|
993
|
-
|
|
1082
|
+
_20251216 = '2025-12-16'
|
|
994
1083
|
}
|
|
995
1084
|
/**
|
|
996
1085
|
* @export
|
|
@@ -1011,7 +1100,7 @@ export enum GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum {
|
|
|
1011
1100
|
* @enum {string}
|
|
1012
1101
|
*/
|
|
1013
1102
|
export enum GetIndustryFacilitiesXCompatibilityDateEnum {
|
|
1014
|
-
|
|
1103
|
+
_20251216 = '2025-12-16'
|
|
1015
1104
|
}
|
|
1016
1105
|
/**
|
|
1017
1106
|
* @export
|
|
@@ -1032,7 +1121,7 @@ export enum GetIndustryFacilitiesAcceptLanguageEnum {
|
|
|
1032
1121
|
* @enum {string}
|
|
1033
1122
|
*/
|
|
1034
1123
|
export enum GetIndustrySystemsXCompatibilityDateEnum {
|
|
1035
|
-
|
|
1124
|
+
_20251216 = '2025-12-16'
|
|
1036
1125
|
}
|
|
1037
1126
|
/**
|
|
1038
1127
|
* @export
|