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/ContractsApi.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
|
CharactersCharacterIdContractsContractIdBidsGetInner,
|
|
@@ -32,6 +33,7 @@ export interface GetCharactersCharacterIdContractsRequest {
|
|
|
32
33
|
acceptLanguage?: GetCharactersCharacterIdContractsAcceptLanguageEnum;
|
|
33
34
|
ifNoneMatch?: string;
|
|
34
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
export interface GetCharactersCharacterIdContractsContractIdBidsRequest {
|
|
@@ -41,6 +43,7 @@ export interface GetCharactersCharacterIdContractsContractIdBidsRequest {
|
|
|
41
43
|
acceptLanguage?: GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum;
|
|
42
44
|
ifNoneMatch?: string;
|
|
43
45
|
xTenant?: string;
|
|
46
|
+
ifModifiedSince?: string;
|
|
44
47
|
}
|
|
45
48
|
|
|
46
49
|
export interface GetCharactersCharacterIdContractsContractIdItemsRequest {
|
|
@@ -50,6 +53,7 @@ export interface GetCharactersCharacterIdContractsContractIdItemsRequest {
|
|
|
50
53
|
acceptLanguage?: GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum;
|
|
51
54
|
ifNoneMatch?: string;
|
|
52
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
53
57
|
}
|
|
54
58
|
|
|
55
59
|
export interface GetContractsPublicBidsContractIdRequest {
|
|
@@ -59,6 +63,7 @@ export interface GetContractsPublicBidsContractIdRequest {
|
|
|
59
63
|
acceptLanguage?: GetContractsPublicBidsContractIdAcceptLanguageEnum;
|
|
60
64
|
ifNoneMatch?: string;
|
|
61
65
|
xTenant?: string;
|
|
66
|
+
ifModifiedSince?: string;
|
|
62
67
|
}
|
|
63
68
|
|
|
64
69
|
export interface GetContractsPublicItemsContractIdRequest {
|
|
@@ -68,6 +73,7 @@ export interface GetContractsPublicItemsContractIdRequest {
|
|
|
68
73
|
acceptLanguage?: GetContractsPublicItemsContractIdAcceptLanguageEnum;
|
|
69
74
|
ifNoneMatch?: string;
|
|
70
75
|
xTenant?: string;
|
|
76
|
+
ifModifiedSince?: string;
|
|
71
77
|
}
|
|
72
78
|
|
|
73
79
|
export interface GetContractsPublicRegionIdRequest {
|
|
@@ -77,6 +83,7 @@ export interface GetContractsPublicRegionIdRequest {
|
|
|
77
83
|
acceptLanguage?: GetContractsPublicRegionIdAcceptLanguageEnum;
|
|
78
84
|
ifNoneMatch?: string;
|
|
79
85
|
xTenant?: string;
|
|
86
|
+
ifModifiedSince?: string;
|
|
80
87
|
}
|
|
81
88
|
|
|
82
89
|
export interface GetCorporationsCorporationIdContractsRequest {
|
|
@@ -86,6 +93,7 @@ export interface GetCorporationsCorporationIdContractsRequest {
|
|
|
86
93
|
acceptLanguage?: GetCorporationsCorporationIdContractsAcceptLanguageEnum;
|
|
87
94
|
ifNoneMatch?: string;
|
|
88
95
|
xTenant?: string;
|
|
96
|
+
ifModifiedSince?: string;
|
|
89
97
|
}
|
|
90
98
|
|
|
91
99
|
export interface GetCorporationsCorporationIdContractsContractIdBidsRequest {
|
|
@@ -96,6 +104,7 @@ export interface GetCorporationsCorporationIdContractsContractIdBidsRequest {
|
|
|
96
104
|
acceptLanguage?: GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum;
|
|
97
105
|
ifNoneMatch?: string;
|
|
98
106
|
xTenant?: string;
|
|
107
|
+
ifModifiedSince?: string;
|
|
99
108
|
}
|
|
100
109
|
|
|
101
110
|
export interface GetCorporationsCorporationIdContractsContractIdItemsRequest {
|
|
@@ -105,6 +114,7 @@ export interface GetCorporationsCorporationIdContractsContractIdItemsRequest {
|
|
|
105
114
|
acceptLanguage?: GetCorporationsCorporationIdContractsContractIdItemsAcceptLanguageEnum;
|
|
106
115
|
ifNoneMatch?: string;
|
|
107
116
|
xTenant?: string;
|
|
117
|
+
ifModifiedSince?: string;
|
|
108
118
|
}
|
|
109
119
|
|
|
110
120
|
/**
|
|
@@ -118,11 +128,12 @@ export interface ContractsApiInterface {
|
|
|
118
128
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
119
129
|
* @summary Get contracts
|
|
120
130
|
* @param {number} characterId The ID of the character
|
|
121
|
-
* @param {'
|
|
131
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
122
132
|
* @param {number} [page]
|
|
123
133
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
124
134
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
125
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.
|
|
126
137
|
* @param {*} [options] Override http request option.
|
|
127
138
|
* @throws {RequiredError}
|
|
128
139
|
* @memberof ContractsApiInterface
|
|
@@ -133,17 +144,18 @@ export interface ContractsApiInterface {
|
|
|
133
144
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
134
145
|
* Get contracts
|
|
135
146
|
*/
|
|
136
|
-
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
147
|
+
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
137
148
|
|
|
138
149
|
/**
|
|
139
150
|
* Lists bids on a particular auction contract
|
|
140
151
|
* @summary Get contract bids
|
|
141
152
|
* @param {number} characterId The ID of the character
|
|
142
153
|
* @param {number} contractId
|
|
143
|
-
* @param {'
|
|
154
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
144
155
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
145
156
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
146
157
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
158
|
+
* @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.
|
|
147
159
|
* @param {*} [options] Override http request option.
|
|
148
160
|
* @throws {RequiredError}
|
|
149
161
|
* @memberof ContractsApiInterface
|
|
@@ -154,17 +166,18 @@ export interface ContractsApiInterface {
|
|
|
154
166
|
* Lists bids on a particular auction contract
|
|
155
167
|
* Get contract bids
|
|
156
168
|
*/
|
|
157
|
-
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
169
|
+
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
158
170
|
|
|
159
171
|
/**
|
|
160
172
|
* Lists items of a particular contract
|
|
161
173
|
* @summary Get contract items
|
|
162
174
|
* @param {number} characterId The ID of the character
|
|
163
175
|
* @param {number} contractId
|
|
164
|
-
* @param {'
|
|
176
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
165
177
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
166
178
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
167
179
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
180
|
+
* @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.
|
|
168
181
|
* @param {*} [options] Override http request option.
|
|
169
182
|
* @throws {RequiredError}
|
|
170
183
|
* @memberof ContractsApiInterface
|
|
@@ -175,17 +188,18 @@ export interface ContractsApiInterface {
|
|
|
175
188
|
* Lists items of a particular contract
|
|
176
189
|
* Get contract items
|
|
177
190
|
*/
|
|
178
|
-
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
191
|
+
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
179
192
|
|
|
180
193
|
/**
|
|
181
194
|
* Lists bids on a public auction contract
|
|
182
195
|
* @summary Get public contract bids
|
|
183
196
|
* @param {number} contractId
|
|
184
|
-
* @param {'
|
|
197
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
185
198
|
* @param {number} [page]
|
|
186
199
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
187
200
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
188
201
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
202
|
+
* @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.
|
|
189
203
|
* @param {*} [options] Override http request option.
|
|
190
204
|
* @throws {RequiredError}
|
|
191
205
|
* @memberof ContractsApiInterface
|
|
@@ -196,17 +210,18 @@ export interface ContractsApiInterface {
|
|
|
196
210
|
* Lists bids on a public auction contract
|
|
197
211
|
* Get public contract bids
|
|
198
212
|
*/
|
|
199
|
-
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
213
|
+
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
200
214
|
|
|
201
215
|
/**
|
|
202
216
|
* Lists items of a public contract
|
|
203
217
|
* @summary Get public contract items
|
|
204
218
|
* @param {number} contractId
|
|
205
|
-
* @param {'
|
|
219
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
206
220
|
* @param {number} [page]
|
|
207
221
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
208
222
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
209
223
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
224
|
+
* @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.
|
|
210
225
|
* @param {*} [options] Override http request option.
|
|
211
226
|
* @throws {RequiredError}
|
|
212
227
|
* @memberof ContractsApiInterface
|
|
@@ -217,17 +232,18 @@ export interface ContractsApiInterface {
|
|
|
217
232
|
* Lists items of a public contract
|
|
218
233
|
* Get public contract items
|
|
219
234
|
*/
|
|
220
|
-
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
235
|
+
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
221
236
|
|
|
222
237
|
/**
|
|
223
238
|
* Returns a paginated list of all public contracts in the given region
|
|
224
239
|
* @summary Get public contracts
|
|
225
240
|
* @param {number} regionId
|
|
226
|
-
* @param {'
|
|
241
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
227
242
|
* @param {number} [page]
|
|
228
243
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
229
244
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
230
245
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
246
|
+
* @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.
|
|
231
247
|
* @param {*} [options] Override http request option.
|
|
232
248
|
* @throws {RequiredError}
|
|
233
249
|
* @memberof ContractsApiInterface
|
|
@@ -238,17 +254,18 @@ export interface ContractsApiInterface {
|
|
|
238
254
|
* Returns a paginated list of all public contracts in the given region
|
|
239
255
|
* Get public contracts
|
|
240
256
|
*/
|
|
241
|
-
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
257
|
+
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
242
258
|
|
|
243
259
|
/**
|
|
244
260
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
245
261
|
* @summary Get corporation contracts
|
|
246
262
|
* @param {number} corporationId The ID of the corporation
|
|
247
|
-
* @param {'
|
|
263
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
248
264
|
* @param {number} [page]
|
|
249
265
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
250
266
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
251
267
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
268
|
+
* @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.
|
|
252
269
|
* @param {*} [options] Override http request option.
|
|
253
270
|
* @throws {RequiredError}
|
|
254
271
|
* @memberof ContractsApiInterface
|
|
@@ -259,18 +276,19 @@ export interface ContractsApiInterface {
|
|
|
259
276
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
260
277
|
* Get corporation contracts
|
|
261
278
|
*/
|
|
262
|
-
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
279
|
+
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
263
280
|
|
|
264
281
|
/**
|
|
265
282
|
* Lists bids on a particular auction contract
|
|
266
283
|
* @summary Get corporation contract bids
|
|
267
284
|
* @param {number} contractId
|
|
268
285
|
* @param {number} corporationId The ID of the corporation
|
|
269
|
-
* @param {'
|
|
286
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
270
287
|
* @param {number} [page]
|
|
271
288
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
272
289
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
273
290
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
291
|
+
* @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.
|
|
274
292
|
* @param {*} [options] Override http request option.
|
|
275
293
|
* @throws {RequiredError}
|
|
276
294
|
* @memberof ContractsApiInterface
|
|
@@ -281,17 +299,18 @@ export interface ContractsApiInterface {
|
|
|
281
299
|
* Lists bids on a particular auction contract
|
|
282
300
|
* Get corporation contract bids
|
|
283
301
|
*/
|
|
284
|
-
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
302
|
+
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
285
303
|
|
|
286
304
|
/**
|
|
287
305
|
* Lists items of a particular contract
|
|
288
306
|
* @summary Get corporation contract items
|
|
289
307
|
* @param {number} contractId
|
|
290
308
|
* @param {number} corporationId The ID of the corporation
|
|
291
|
-
* @param {'
|
|
309
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
292
310
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
293
311
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
294
312
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
313
|
+
* @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.
|
|
295
314
|
* @param {*} [options] Override http request option.
|
|
296
315
|
* @throws {RequiredError}
|
|
297
316
|
* @memberof ContractsApiInterface
|
|
@@ -302,7 +321,7 @@ export interface ContractsApiInterface {
|
|
|
302
321
|
* Lists items of a particular contract
|
|
303
322
|
* Get corporation contract items
|
|
304
323
|
*/
|
|
305
|
-
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
324
|
+
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
306
325
|
|
|
307
326
|
}
|
|
308
327
|
|
|
@@ -354,6 +373,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
354
373
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
355
374
|
}
|
|
356
375
|
|
|
376
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
377
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
378
|
+
}
|
|
379
|
+
|
|
357
380
|
/*
|
|
358
381
|
if (this.configuration && this.configuration.accessToken) {
|
|
359
382
|
// oauth required
|
|
@@ -365,6 +388,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
365
388
|
let urlPath = `/characters/{character_id}/contracts`;
|
|
366
389
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
367
390
|
|
|
391
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
392
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
393
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
394
|
+
}
|
|
395
|
+
|
|
368
396
|
const facade = this.configuration?.apiFacade;
|
|
369
397
|
if (!facade) {
|
|
370
398
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -377,16 +405,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
377
405
|
query: queryParameters,
|
|
378
406
|
}, initOverrides);
|
|
379
407
|
|
|
380
|
-
return
|
|
408
|
+
return response;
|
|
381
409
|
}
|
|
382
410
|
|
|
383
411
|
/**
|
|
384
412
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
385
413
|
* Get contracts
|
|
386
414
|
*/
|
|
387
|
-
async getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
415
|
+
async getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
388
416
|
const response = await this.getCharactersCharacterIdContractsRaw(requestParameters, initOverrides);
|
|
389
|
-
return
|
|
417
|
+
return response;
|
|
390
418
|
}
|
|
391
419
|
|
|
392
420
|
/**
|
|
@@ -435,6 +463,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
435
463
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
436
464
|
}
|
|
437
465
|
|
|
466
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
467
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
468
|
+
}
|
|
469
|
+
|
|
438
470
|
/*
|
|
439
471
|
if (this.configuration && this.configuration.accessToken) {
|
|
440
472
|
// oauth required
|
|
@@ -447,6 +479,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
447
479
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
448
480
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
449
481
|
|
|
482
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
483
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
484
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
485
|
+
}
|
|
486
|
+
|
|
450
487
|
const facade = this.configuration?.apiFacade;
|
|
451
488
|
if (!facade) {
|
|
452
489
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -459,16 +496,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
459
496
|
query: queryParameters,
|
|
460
497
|
}, initOverrides);
|
|
461
498
|
|
|
462
|
-
return
|
|
499
|
+
return response;
|
|
463
500
|
}
|
|
464
501
|
|
|
465
502
|
/**
|
|
466
503
|
* Lists bids on a particular auction contract
|
|
467
504
|
* Get contract bids
|
|
468
505
|
*/
|
|
469
|
-
async getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
506
|
+
async getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
470
507
|
const response = await this.getCharactersCharacterIdContractsContractIdBidsRaw(requestParameters, initOverrides);
|
|
471
|
-
return
|
|
508
|
+
return response;
|
|
472
509
|
}
|
|
473
510
|
|
|
474
511
|
/**
|
|
@@ -517,6 +554,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
517
554
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
518
555
|
}
|
|
519
556
|
|
|
557
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
558
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
559
|
+
}
|
|
560
|
+
|
|
520
561
|
/*
|
|
521
562
|
if (this.configuration && this.configuration.accessToken) {
|
|
522
563
|
// oauth required
|
|
@@ -529,6 +570,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
529
570
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
530
571
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
531
572
|
|
|
573
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
574
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
575
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
576
|
+
}
|
|
577
|
+
|
|
532
578
|
const facade = this.configuration?.apiFacade;
|
|
533
579
|
if (!facade) {
|
|
534
580
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -541,16 +587,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
541
587
|
query: queryParameters,
|
|
542
588
|
}, initOverrides);
|
|
543
589
|
|
|
544
|
-
return
|
|
590
|
+
return response;
|
|
545
591
|
}
|
|
546
592
|
|
|
547
593
|
/**
|
|
548
594
|
* Lists items of a particular contract
|
|
549
595
|
* Get contract items
|
|
550
596
|
*/
|
|
551
|
-
async getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
597
|
+
async getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
552
598
|
const response = await this.getCharactersCharacterIdContractsContractIdItemsRaw(requestParameters, initOverrides);
|
|
553
|
-
return
|
|
599
|
+
return response;
|
|
554
600
|
}
|
|
555
601
|
|
|
556
602
|
/**
|
|
@@ -596,12 +642,21 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
596
642
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
597
643
|
}
|
|
598
644
|
|
|
645
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
646
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
647
|
+
}
|
|
648
|
+
|
|
599
649
|
/*
|
|
600
650
|
*/
|
|
601
651
|
|
|
602
652
|
let urlPath = `/contracts/public/bids/{contract_id}`;
|
|
603
653
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
604
654
|
|
|
655
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
656
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
657
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
658
|
+
}
|
|
659
|
+
|
|
605
660
|
const facade = this.configuration?.apiFacade;
|
|
606
661
|
if (!facade) {
|
|
607
662
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -614,16 +669,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
614
669
|
query: queryParameters,
|
|
615
670
|
}, initOverrides);
|
|
616
671
|
|
|
617
|
-
return
|
|
672
|
+
return response;
|
|
618
673
|
}
|
|
619
674
|
|
|
620
675
|
/**
|
|
621
676
|
* Lists bids on a public auction contract
|
|
622
677
|
* Get public contract bids
|
|
623
678
|
*/
|
|
624
|
-
async getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
679
|
+
async getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
625
680
|
const response = await this.getContractsPublicBidsContractIdRaw(requestParameters, initOverrides);
|
|
626
|
-
return
|
|
681
|
+
return response;
|
|
627
682
|
}
|
|
628
683
|
|
|
629
684
|
/**
|
|
@@ -669,12 +724,21 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
669
724
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
670
725
|
}
|
|
671
726
|
|
|
727
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
728
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
729
|
+
}
|
|
730
|
+
|
|
672
731
|
/*
|
|
673
732
|
*/
|
|
674
733
|
|
|
675
734
|
let urlPath = `/contracts/public/items/{contract_id}`;
|
|
676
735
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
677
736
|
|
|
737
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
738
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
739
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
740
|
+
}
|
|
741
|
+
|
|
678
742
|
const facade = this.configuration?.apiFacade;
|
|
679
743
|
if (!facade) {
|
|
680
744
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -687,16 +751,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
687
751
|
query: queryParameters,
|
|
688
752
|
}, initOverrides);
|
|
689
753
|
|
|
690
|
-
return
|
|
754
|
+
return response;
|
|
691
755
|
}
|
|
692
756
|
|
|
693
757
|
/**
|
|
694
758
|
* Lists items of a public contract
|
|
695
759
|
* Get public contract items
|
|
696
760
|
*/
|
|
697
|
-
async getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
761
|
+
async getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
698
762
|
const response = await this.getContractsPublicItemsContractIdRaw(requestParameters, initOverrides);
|
|
699
|
-
return
|
|
763
|
+
return response;
|
|
700
764
|
}
|
|
701
765
|
|
|
702
766
|
/**
|
|
@@ -742,12 +806,21 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
742
806
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
743
807
|
}
|
|
744
808
|
|
|
809
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
810
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
811
|
+
}
|
|
812
|
+
|
|
745
813
|
/*
|
|
746
814
|
*/
|
|
747
815
|
|
|
748
816
|
let urlPath = `/contracts/public/{region_id}`;
|
|
749
817
|
urlPath = urlPath.replace(`{${"region_id"}}`, encodeURIComponent(String(requestParameters['regionId'])));
|
|
750
818
|
|
|
819
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
820
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
821
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
822
|
+
}
|
|
823
|
+
|
|
751
824
|
const facade = this.configuration?.apiFacade;
|
|
752
825
|
if (!facade) {
|
|
753
826
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -760,16 +833,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
760
833
|
query: queryParameters,
|
|
761
834
|
}, initOverrides);
|
|
762
835
|
|
|
763
|
-
return
|
|
836
|
+
return response;
|
|
764
837
|
}
|
|
765
838
|
|
|
766
839
|
/**
|
|
767
840
|
* Returns a paginated list of all public contracts in the given region
|
|
768
841
|
* Get public contracts
|
|
769
842
|
*/
|
|
770
|
-
async getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
843
|
+
async getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
771
844
|
const response = await this.getContractsPublicRegionIdRaw(requestParameters, initOverrides);
|
|
772
|
-
return
|
|
845
|
+
return response;
|
|
773
846
|
}
|
|
774
847
|
|
|
775
848
|
/**
|
|
@@ -815,6 +888,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
815
888
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
816
889
|
}
|
|
817
890
|
|
|
891
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
892
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
893
|
+
}
|
|
894
|
+
|
|
818
895
|
/*
|
|
819
896
|
if (this.configuration && this.configuration.accessToken) {
|
|
820
897
|
// oauth required
|
|
@@ -826,6 +903,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
826
903
|
let urlPath = `/corporations/{corporation_id}/contracts`;
|
|
827
904
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
828
905
|
|
|
906
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
907
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
908
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
909
|
+
}
|
|
910
|
+
|
|
829
911
|
const facade = this.configuration?.apiFacade;
|
|
830
912
|
if (!facade) {
|
|
831
913
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -838,16 +920,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
838
920
|
query: queryParameters,
|
|
839
921
|
}, initOverrides);
|
|
840
922
|
|
|
841
|
-
return
|
|
923
|
+
return response;
|
|
842
924
|
}
|
|
843
925
|
|
|
844
926
|
/**
|
|
845
927
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
846
928
|
* Get corporation contracts
|
|
847
929
|
*/
|
|
848
|
-
async getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
930
|
+
async getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
849
931
|
const response = await this.getCorporationsCorporationIdContractsRaw(requestParameters, initOverrides);
|
|
850
|
-
return
|
|
932
|
+
return response;
|
|
851
933
|
}
|
|
852
934
|
|
|
853
935
|
/**
|
|
@@ -900,6 +982,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
900
982
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
901
983
|
}
|
|
902
984
|
|
|
985
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
986
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
987
|
+
}
|
|
988
|
+
|
|
903
989
|
/*
|
|
904
990
|
if (this.configuration && this.configuration.accessToken) {
|
|
905
991
|
// oauth required
|
|
@@ -912,6 +998,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
912
998
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
913
999
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
914
1000
|
|
|
1001
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1002
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1003
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
915
1006
|
const facade = this.configuration?.apiFacade;
|
|
916
1007
|
if (!facade) {
|
|
917
1008
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -924,16 +1015,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
924
1015
|
query: queryParameters,
|
|
925
1016
|
}, initOverrides);
|
|
926
1017
|
|
|
927
|
-
return
|
|
1018
|
+
return response;
|
|
928
1019
|
}
|
|
929
1020
|
|
|
930
1021
|
/**
|
|
931
1022
|
* Lists bids on a particular auction contract
|
|
932
1023
|
* Get corporation contract bids
|
|
933
1024
|
*/
|
|
934
|
-
async getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1025
|
+
async getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
935
1026
|
const response = await this.getCorporationsCorporationIdContractsContractIdBidsRaw(requestParameters, initOverrides);
|
|
936
|
-
return
|
|
1027
|
+
return response;
|
|
937
1028
|
}
|
|
938
1029
|
|
|
939
1030
|
/**
|
|
@@ -982,6 +1073,10 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
982
1073
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
983
1074
|
}
|
|
984
1075
|
|
|
1076
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
1077
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
1078
|
+
}
|
|
1079
|
+
|
|
985
1080
|
/*
|
|
986
1081
|
if (this.configuration && this.configuration.accessToken) {
|
|
987
1082
|
// oauth required
|
|
@@ -994,6 +1089,11 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
994
1089
|
urlPath = urlPath.replace(`{${"contract_id"}}`, encodeURIComponent(String(requestParameters['contractId'])));
|
|
995
1090
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
996
1091
|
|
|
1092
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1093
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1094
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
997
1097
|
const facade = this.configuration?.apiFacade;
|
|
998
1098
|
if (!facade) {
|
|
999
1099
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -1006,16 +1106,16 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
1006
1106
|
query: queryParameters,
|
|
1007
1107
|
}, initOverrides);
|
|
1008
1108
|
|
|
1009
|
-
return
|
|
1109
|
+
return response;
|
|
1010
1110
|
}
|
|
1011
1111
|
|
|
1012
1112
|
/**
|
|
1013
1113
|
* Lists items of a particular contract
|
|
1014
1114
|
* Get corporation contract items
|
|
1015
1115
|
*/
|
|
1016
|
-
async getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1116
|
+
async getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
1017
1117
|
const response = await this.getCorporationsCorporationIdContractsContractIdItemsRaw(requestParameters, initOverrides);
|
|
1018
|
-
return
|
|
1118
|
+
return response;
|
|
1019
1119
|
}
|
|
1020
1120
|
|
|
1021
1121
|
}
|
|
@@ -1025,7 +1125,7 @@ export class ContractsApi extends runtime.BaseAPI implements ContractsApiInterfa
|
|
|
1025
1125
|
* @enum {string}
|
|
1026
1126
|
*/
|
|
1027
1127
|
export enum GetCharactersCharacterIdContractsXCompatibilityDateEnum {
|
|
1028
|
-
|
|
1128
|
+
_20251216 = '2025-12-16'
|
|
1029
1129
|
}
|
|
1030
1130
|
/**
|
|
1031
1131
|
* @export
|
|
@@ -1046,7 +1146,7 @@ export enum GetCharactersCharacterIdContractsAcceptLanguageEnum {
|
|
|
1046
1146
|
* @enum {string}
|
|
1047
1147
|
*/
|
|
1048
1148
|
export enum GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum {
|
|
1049
|
-
|
|
1149
|
+
_20251216 = '2025-12-16'
|
|
1050
1150
|
}
|
|
1051
1151
|
/**
|
|
1052
1152
|
* @export
|
|
@@ -1067,7 +1167,7 @@ export enum GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum {
|
|
|
1067
1167
|
* @enum {string}
|
|
1068
1168
|
*/
|
|
1069
1169
|
export enum GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum {
|
|
1070
|
-
|
|
1170
|
+
_20251216 = '2025-12-16'
|
|
1071
1171
|
}
|
|
1072
1172
|
/**
|
|
1073
1173
|
* @export
|
|
@@ -1088,7 +1188,7 @@ export enum GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum {
|
|
|
1088
1188
|
* @enum {string}
|
|
1089
1189
|
*/
|
|
1090
1190
|
export enum GetContractsPublicBidsContractIdXCompatibilityDateEnum {
|
|
1091
|
-
|
|
1191
|
+
_20251216 = '2025-12-16'
|
|
1092
1192
|
}
|
|
1093
1193
|
/**
|
|
1094
1194
|
* @export
|
|
@@ -1109,7 +1209,7 @@ export enum GetContractsPublicBidsContractIdAcceptLanguageEnum {
|
|
|
1109
1209
|
* @enum {string}
|
|
1110
1210
|
*/
|
|
1111
1211
|
export enum GetContractsPublicItemsContractIdXCompatibilityDateEnum {
|
|
1112
|
-
|
|
1212
|
+
_20251216 = '2025-12-16'
|
|
1113
1213
|
}
|
|
1114
1214
|
/**
|
|
1115
1215
|
* @export
|
|
@@ -1130,7 +1230,7 @@ export enum GetContractsPublicItemsContractIdAcceptLanguageEnum {
|
|
|
1130
1230
|
* @enum {string}
|
|
1131
1231
|
*/
|
|
1132
1232
|
export enum GetContractsPublicRegionIdXCompatibilityDateEnum {
|
|
1133
|
-
|
|
1233
|
+
_20251216 = '2025-12-16'
|
|
1134
1234
|
}
|
|
1135
1235
|
/**
|
|
1136
1236
|
* @export
|
|
@@ -1151,7 +1251,7 @@ export enum GetContractsPublicRegionIdAcceptLanguageEnum {
|
|
|
1151
1251
|
* @enum {string}
|
|
1152
1252
|
*/
|
|
1153
1253
|
export enum GetCorporationsCorporationIdContractsXCompatibilityDateEnum {
|
|
1154
|
-
|
|
1254
|
+
_20251216 = '2025-12-16'
|
|
1155
1255
|
}
|
|
1156
1256
|
/**
|
|
1157
1257
|
* @export
|
|
@@ -1172,7 +1272,7 @@ export enum GetCorporationsCorporationIdContractsAcceptLanguageEnum {
|
|
|
1172
1272
|
* @enum {string}
|
|
1173
1273
|
*/
|
|
1174
1274
|
export enum GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum {
|
|
1175
|
-
|
|
1275
|
+
_20251216 = '2025-12-16'
|
|
1176
1276
|
}
|
|
1177
1277
|
/**
|
|
1178
1278
|
* @export
|
|
@@ -1193,7 +1293,7 @@ export enum GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnu
|
|
|
1193
1293
|
* @enum {string}
|
|
1194
1294
|
*/
|
|
1195
1295
|
export enum GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum {
|
|
1196
|
-
|
|
1296
|
+
_20251216 = '2025-12-16'
|
|
1197
1297
|
}
|
|
1198
1298
|
/**
|
|
1199
1299
|
* @export
|