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/MailApi.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
|
CharactersCharacterIdMailGetInner,
|
|
@@ -32,6 +33,7 @@ export interface DeleteCharactersCharacterIdMailLabelsLabelIdRequest {
|
|
|
32
33
|
acceptLanguage?: DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum;
|
|
33
34
|
ifNoneMatch?: string;
|
|
34
35
|
xTenant?: string;
|
|
36
|
+
ifModifiedSince?: string;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
export interface DeleteCharactersCharacterIdMailMailIdRequest {
|
|
@@ -41,6 +43,7 @@ export interface DeleteCharactersCharacterIdMailMailIdRequest {
|
|
|
41
43
|
acceptLanguage?: DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
42
44
|
ifNoneMatch?: string;
|
|
43
45
|
xTenant?: string;
|
|
46
|
+
ifModifiedSince?: string;
|
|
44
47
|
}
|
|
45
48
|
|
|
46
49
|
export interface GetCharactersCharacterIdMailRequest {
|
|
@@ -51,6 +54,7 @@ export interface GetCharactersCharacterIdMailRequest {
|
|
|
51
54
|
acceptLanguage?: GetCharactersCharacterIdMailAcceptLanguageEnum;
|
|
52
55
|
ifNoneMatch?: string;
|
|
53
56
|
xTenant?: string;
|
|
57
|
+
ifModifiedSince?: string;
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
export interface GetCharactersCharacterIdMailLabelsRequest {
|
|
@@ -59,6 +63,7 @@ export interface GetCharactersCharacterIdMailLabelsRequest {
|
|
|
59
63
|
acceptLanguage?: GetCharactersCharacterIdMailLabelsAcceptLanguageEnum;
|
|
60
64
|
ifNoneMatch?: string;
|
|
61
65
|
xTenant?: string;
|
|
66
|
+
ifModifiedSince?: string;
|
|
62
67
|
}
|
|
63
68
|
|
|
64
69
|
export interface GetCharactersCharacterIdMailListsRequest {
|
|
@@ -67,6 +72,7 @@ export interface GetCharactersCharacterIdMailListsRequest {
|
|
|
67
72
|
acceptLanguage?: GetCharactersCharacterIdMailListsAcceptLanguageEnum;
|
|
68
73
|
ifNoneMatch?: string;
|
|
69
74
|
xTenant?: string;
|
|
75
|
+
ifModifiedSince?: string;
|
|
70
76
|
}
|
|
71
77
|
|
|
72
78
|
export interface GetCharactersCharacterIdMailMailIdRequest {
|
|
@@ -76,6 +82,7 @@ export interface GetCharactersCharacterIdMailMailIdRequest {
|
|
|
76
82
|
acceptLanguage?: GetCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
77
83
|
ifNoneMatch?: string;
|
|
78
84
|
xTenant?: string;
|
|
85
|
+
ifModifiedSince?: string;
|
|
79
86
|
}
|
|
80
87
|
|
|
81
88
|
export interface PostCharactersCharacterIdMailOperationRequest {
|
|
@@ -85,6 +92,7 @@ export interface PostCharactersCharacterIdMailOperationRequest {
|
|
|
85
92
|
acceptLanguage?: PostCharactersCharacterIdMailOperationAcceptLanguageEnum;
|
|
86
93
|
ifNoneMatch?: string;
|
|
87
94
|
xTenant?: string;
|
|
95
|
+
ifModifiedSince?: string;
|
|
88
96
|
}
|
|
89
97
|
|
|
90
98
|
export interface PostCharactersCharacterIdMailLabelsOperationRequest {
|
|
@@ -94,6 +102,7 @@ export interface PostCharactersCharacterIdMailLabelsOperationRequest {
|
|
|
94
102
|
acceptLanguage?: PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum;
|
|
95
103
|
ifNoneMatch?: string;
|
|
96
104
|
xTenant?: string;
|
|
105
|
+
ifModifiedSince?: string;
|
|
97
106
|
}
|
|
98
107
|
|
|
99
108
|
export interface PutCharactersCharacterIdMailMailIdOperationRequest {
|
|
@@ -104,6 +113,7 @@ export interface PutCharactersCharacterIdMailMailIdOperationRequest {
|
|
|
104
113
|
acceptLanguage?: PutCharactersCharacterIdMailMailIdOperationAcceptLanguageEnum;
|
|
105
114
|
ifNoneMatch?: string;
|
|
106
115
|
xTenant?: string;
|
|
116
|
+
ifModifiedSince?: string;
|
|
107
117
|
}
|
|
108
118
|
|
|
109
119
|
/**
|
|
@@ -118,10 +128,11 @@ export interface MailApiInterface {
|
|
|
118
128
|
* @summary Delete a mail label
|
|
119
129
|
* @param {number} characterId The ID of the character
|
|
120
130
|
* @param {number} labelId
|
|
121
|
-
* @param {'
|
|
131
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
122
132
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
123
133
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
124
134
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
135
|
+
* @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.
|
|
125
136
|
* @param {*} [options] Override http request option.
|
|
126
137
|
* @throws {RequiredError}
|
|
127
138
|
* @memberof MailApiInterface
|
|
@@ -132,17 +143,18 @@ export interface MailApiInterface {
|
|
|
132
143
|
* Delete a mail label
|
|
133
144
|
* Delete a mail label
|
|
134
145
|
*/
|
|
135
|
-
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
146
|
+
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
136
147
|
|
|
137
148
|
/**
|
|
138
149
|
* Delete a mail
|
|
139
150
|
* @summary Delete a mail
|
|
140
151
|
* @param {number} characterId The ID of the character
|
|
141
152
|
* @param {number} mailId
|
|
142
|
-
* @param {'
|
|
153
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
143
154
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
144
155
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
145
156
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
157
|
+
* @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.
|
|
146
158
|
* @param {*} [options] Override http request option.
|
|
147
159
|
* @throws {RequiredError}
|
|
148
160
|
* @memberof MailApiInterface
|
|
@@ -153,18 +165,19 @@ export interface MailApiInterface {
|
|
|
153
165
|
* Delete a mail
|
|
154
166
|
* Delete a mail
|
|
155
167
|
*/
|
|
156
|
-
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
168
|
+
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
157
169
|
|
|
158
170
|
/**
|
|
159
171
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
160
172
|
* @summary Return mail headers
|
|
161
173
|
* @param {number} characterId The ID of the character
|
|
162
|
-
* @param {'
|
|
174
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
163
175
|
* @param {Set<number>} [labels]
|
|
164
176
|
* @param {number} [lastMailId]
|
|
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 MailApiInterface
|
|
@@ -175,16 +188,17 @@ export interface MailApiInterface {
|
|
|
175
188
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
176
189
|
* Return mail headers
|
|
177
190
|
*/
|
|
178
|
-
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
191
|
+
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
179
192
|
|
|
180
193
|
/**
|
|
181
194
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
182
195
|
* @summary Get mail labels and unread counts
|
|
183
196
|
* @param {number} characterId The ID of the character
|
|
184
|
-
* @param {'
|
|
197
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
185
198
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
186
199
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
187
200
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
201
|
+
* @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.
|
|
188
202
|
* @param {*} [options] Override http request option.
|
|
189
203
|
* @throws {RequiredError}
|
|
190
204
|
* @memberof MailApiInterface
|
|
@@ -195,16 +209,17 @@ export interface MailApiInterface {
|
|
|
195
209
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
196
210
|
* Get mail labels and unread counts
|
|
197
211
|
*/
|
|
198
|
-
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
212
|
+
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
199
213
|
|
|
200
214
|
/**
|
|
201
215
|
* Return all mailing lists that the character is subscribed to
|
|
202
216
|
* @summary Return mailing list subscriptions
|
|
203
217
|
* @param {number} characterId The ID of the character
|
|
204
|
-
* @param {'
|
|
218
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
205
219
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
206
220
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
207
221
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
222
|
+
* @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.
|
|
208
223
|
* @param {*} [options] Override http request option.
|
|
209
224
|
* @throws {RequiredError}
|
|
210
225
|
* @memberof MailApiInterface
|
|
@@ -215,17 +230,18 @@ export interface MailApiInterface {
|
|
|
215
230
|
* Return all mailing lists that the character is subscribed to
|
|
216
231
|
* Return mailing list subscriptions
|
|
217
232
|
*/
|
|
218
|
-
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
233
|
+
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
219
234
|
|
|
220
235
|
/**
|
|
221
236
|
* Return the contents of an EVE mail
|
|
222
237
|
* @summary Return a mail
|
|
223
238
|
* @param {number} characterId The ID of the character
|
|
224
239
|
* @param {number} mailId
|
|
225
|
-
* @param {'
|
|
240
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
226
241
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
227
242
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
228
243
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
244
|
+
* @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.
|
|
229
245
|
* @param {*} [options] Override http request option.
|
|
230
246
|
* @throws {RequiredError}
|
|
231
247
|
* @memberof MailApiInterface
|
|
@@ -236,17 +252,18 @@ export interface MailApiInterface {
|
|
|
236
252
|
* Return the contents of an EVE mail
|
|
237
253
|
* Return a mail
|
|
238
254
|
*/
|
|
239
|
-
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
255
|
+
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
240
256
|
|
|
241
257
|
/**
|
|
242
258
|
* Create and send a new mail
|
|
243
259
|
* @summary Send a new mail
|
|
244
260
|
* @param {number} characterId The ID of the character
|
|
245
|
-
* @param {'
|
|
261
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
246
262
|
* @param {PostCharactersCharacterIdMailRequest} postCharactersCharacterIdMailRequest
|
|
247
263
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
248
264
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
249
265
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
266
|
+
* @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.
|
|
250
267
|
* @param {*} [options] Override http request option.
|
|
251
268
|
* @throws {RequiredError}
|
|
252
269
|
* @memberof MailApiInterface
|
|
@@ -257,17 +274,18 @@ export interface MailApiInterface {
|
|
|
257
274
|
* Create and send a new mail
|
|
258
275
|
* Send a new mail
|
|
259
276
|
*/
|
|
260
|
-
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
277
|
+
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
261
278
|
|
|
262
279
|
/**
|
|
263
280
|
* Create a mail label
|
|
264
281
|
* @summary Create a mail label
|
|
265
282
|
* @param {number} characterId The ID of the character
|
|
266
|
-
* @param {'
|
|
283
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
267
284
|
* @param {PostCharactersCharacterIdMailLabelsRequest} postCharactersCharacterIdMailLabelsRequest
|
|
268
285
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
269
286
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
270
287
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
288
|
+
* @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.
|
|
271
289
|
* @param {*} [options] Override http request option.
|
|
272
290
|
* @throws {RequiredError}
|
|
273
291
|
* @memberof MailApiInterface
|
|
@@ -278,18 +296,19 @@ export interface MailApiInterface {
|
|
|
278
296
|
* Create a mail label
|
|
279
297
|
* Create a mail label
|
|
280
298
|
*/
|
|
281
|
-
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
299
|
+
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
282
300
|
|
|
283
301
|
/**
|
|
284
302
|
* Update metadata about a mail
|
|
285
303
|
* @summary Update metadata about a mail
|
|
286
304
|
* @param {number} characterId The ID of the character
|
|
287
305
|
* @param {number} mailId
|
|
288
|
-
* @param {'
|
|
306
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
289
307
|
* @param {PutCharactersCharacterIdMailMailIdRequest} putCharactersCharacterIdMailMailIdRequest
|
|
290
308
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
291
309
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
292
310
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
311
|
+
* @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.
|
|
293
312
|
* @param {*} [options] Override http request option.
|
|
294
313
|
* @throws {RequiredError}
|
|
295
314
|
* @memberof MailApiInterface
|
|
@@ -300,7 +319,7 @@ export interface MailApiInterface {
|
|
|
300
319
|
* Update metadata about a mail
|
|
301
320
|
* Update metadata about a mail
|
|
302
321
|
*/
|
|
303
|
-
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
322
|
+
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
304
323
|
|
|
305
324
|
}
|
|
306
325
|
|
|
@@ -355,6 +374,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
355
374
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
356
375
|
}
|
|
357
376
|
|
|
377
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
378
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
379
|
+
}
|
|
380
|
+
|
|
358
381
|
/*
|
|
359
382
|
if (this.configuration && this.configuration.accessToken) {
|
|
360
383
|
// oauth required
|
|
@@ -367,6 +390,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
367
390
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
368
391
|
urlPath = urlPath.replace(`{${"label_id"}}`, encodeURIComponent(String(requestParameters['labelId'])));
|
|
369
392
|
|
|
393
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
394
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
395
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
396
|
+
}
|
|
397
|
+
|
|
370
398
|
const facade = this.configuration?.apiFacade;
|
|
371
399
|
if (!facade) {
|
|
372
400
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -379,15 +407,15 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
379
407
|
query: queryParameters,
|
|
380
408
|
}, initOverrides);
|
|
381
409
|
|
|
382
|
-
return
|
|
410
|
+
return response;
|
|
383
411
|
}
|
|
384
412
|
|
|
385
413
|
/**
|
|
386
414
|
* Delete a mail label
|
|
387
415
|
* Delete a mail label
|
|
388
416
|
*/
|
|
389
|
-
async deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
390
|
-
await this.deleteCharactersCharacterIdMailLabelsLabelIdRaw(requestParameters, initOverrides);
|
|
417
|
+
async deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
418
|
+
return await this.deleteCharactersCharacterIdMailLabelsLabelIdRaw(requestParameters, initOverrides);
|
|
391
419
|
}
|
|
392
420
|
|
|
393
421
|
/**
|
|
@@ -436,6 +464,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
436
464
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
437
465
|
}
|
|
438
466
|
|
|
467
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
468
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
469
|
+
}
|
|
470
|
+
|
|
439
471
|
/*
|
|
440
472
|
if (this.configuration && this.configuration.accessToken) {
|
|
441
473
|
// oauth required
|
|
@@ -448,6 +480,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
448
480
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
449
481
|
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
450
482
|
|
|
483
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
484
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
485
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
486
|
+
}
|
|
487
|
+
|
|
451
488
|
const facade = this.configuration?.apiFacade;
|
|
452
489
|
if (!facade) {
|
|
453
490
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -460,15 +497,15 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
460
497
|
query: queryParameters,
|
|
461
498
|
}, initOverrides);
|
|
462
499
|
|
|
463
|
-
return
|
|
500
|
+
return response;
|
|
464
501
|
}
|
|
465
502
|
|
|
466
503
|
/**
|
|
467
504
|
* Delete a mail
|
|
468
505
|
* Delete a mail
|
|
469
506
|
*/
|
|
470
|
-
async deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
471
|
-
await this.deleteCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
507
|
+
async deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
508
|
+
return await this.deleteCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
472
509
|
}
|
|
473
510
|
|
|
474
511
|
/**
|
|
@@ -518,6 +555,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
518
555
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
519
556
|
}
|
|
520
557
|
|
|
558
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
559
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
560
|
+
}
|
|
561
|
+
|
|
521
562
|
/*
|
|
522
563
|
if (this.configuration && this.configuration.accessToken) {
|
|
523
564
|
// oauth required
|
|
@@ -529,6 +570,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
529
570
|
let urlPath = `/characters/{character_id}/mail`;
|
|
530
571
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
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 MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
541
587
|
query: queryParameters,
|
|
542
588
|
}, initOverrides);
|
|
543
589
|
|
|
544
|
-
return
|
|
590
|
+
return response;
|
|
545
591
|
}
|
|
546
592
|
|
|
547
593
|
/**
|
|
548
594
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
549
595
|
* Return mail headers
|
|
550
596
|
*/
|
|
551
|
-
async getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
597
|
+
async getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
552
598
|
const response = await this.getCharactersCharacterIdMailRaw(requestParameters, initOverrides);
|
|
553
|
-
return
|
|
599
|
+
return response;
|
|
554
600
|
}
|
|
555
601
|
|
|
556
602
|
/**
|
|
@@ -592,6 +638,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
592
638
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
593
639
|
}
|
|
594
640
|
|
|
641
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
642
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
643
|
+
}
|
|
644
|
+
|
|
595
645
|
/*
|
|
596
646
|
if (this.configuration && this.configuration.accessToken) {
|
|
597
647
|
// oauth required
|
|
@@ -603,6 +653,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
603
653
|
let urlPath = `/characters/{character_id}/mail/labels`;
|
|
604
654
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
605
655
|
|
|
656
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
657
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
658
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
659
|
+
}
|
|
660
|
+
|
|
606
661
|
const facade = this.configuration?.apiFacade;
|
|
607
662
|
if (!facade) {
|
|
608
663
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -615,16 +670,16 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
615
670
|
query: queryParameters,
|
|
616
671
|
}, initOverrides);
|
|
617
672
|
|
|
618
|
-
return
|
|
673
|
+
return response;
|
|
619
674
|
}
|
|
620
675
|
|
|
621
676
|
/**
|
|
622
677
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
623
678
|
* Get mail labels and unread counts
|
|
624
679
|
*/
|
|
625
|
-
async getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
680
|
+
async getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
626
681
|
const response = await this.getCharactersCharacterIdMailLabelsRaw(requestParameters, initOverrides);
|
|
627
|
-
return
|
|
682
|
+
return response;
|
|
628
683
|
}
|
|
629
684
|
|
|
630
685
|
/**
|
|
@@ -666,6 +721,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
666
721
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
667
722
|
}
|
|
668
723
|
|
|
724
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
725
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
726
|
+
}
|
|
727
|
+
|
|
669
728
|
/*
|
|
670
729
|
if (this.configuration && this.configuration.accessToken) {
|
|
671
730
|
// oauth required
|
|
@@ -677,6 +736,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
677
736
|
let urlPath = `/characters/{character_id}/mail/lists`;
|
|
678
737
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
679
738
|
|
|
739
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
740
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
741
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
742
|
+
}
|
|
743
|
+
|
|
680
744
|
const facade = this.configuration?.apiFacade;
|
|
681
745
|
if (!facade) {
|
|
682
746
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -689,16 +753,16 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
689
753
|
query: queryParameters,
|
|
690
754
|
}, initOverrides);
|
|
691
755
|
|
|
692
|
-
return
|
|
756
|
+
return response;
|
|
693
757
|
}
|
|
694
758
|
|
|
695
759
|
/**
|
|
696
760
|
* Return all mailing lists that the character is subscribed to
|
|
697
761
|
* Return mailing list subscriptions
|
|
698
762
|
*/
|
|
699
|
-
async getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
763
|
+
async getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
700
764
|
const response = await this.getCharactersCharacterIdMailListsRaw(requestParameters, initOverrides);
|
|
701
|
-
return
|
|
765
|
+
return response;
|
|
702
766
|
}
|
|
703
767
|
|
|
704
768
|
/**
|
|
@@ -747,6 +811,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
747
811
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
748
812
|
}
|
|
749
813
|
|
|
814
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
815
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
816
|
+
}
|
|
817
|
+
|
|
750
818
|
/*
|
|
751
819
|
if (this.configuration && this.configuration.accessToken) {
|
|
752
820
|
// oauth required
|
|
@@ -759,6 +827,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
759
827
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
760
828
|
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
761
829
|
|
|
830
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
831
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
832
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
833
|
+
}
|
|
834
|
+
|
|
762
835
|
const facade = this.configuration?.apiFacade;
|
|
763
836
|
if (!facade) {
|
|
764
837
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -771,16 +844,16 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
771
844
|
query: queryParameters,
|
|
772
845
|
}, initOverrides);
|
|
773
846
|
|
|
774
|
-
return
|
|
847
|
+
return response;
|
|
775
848
|
}
|
|
776
849
|
|
|
777
850
|
/**
|
|
778
851
|
* Return the contents of an EVE mail
|
|
779
852
|
* Return a mail
|
|
780
853
|
*/
|
|
781
|
-
async getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
854
|
+
async getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
782
855
|
const response = await this.getCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
783
|
-
return
|
|
856
|
+
return response;
|
|
784
857
|
}
|
|
785
858
|
|
|
786
859
|
/**
|
|
@@ -831,6 +904,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
831
904
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
832
905
|
}
|
|
833
906
|
|
|
907
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
908
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
909
|
+
}
|
|
910
|
+
|
|
834
911
|
/*
|
|
835
912
|
if (this.configuration && this.configuration.accessToken) {
|
|
836
913
|
// oauth required
|
|
@@ -842,6 +919,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
842
919
|
let urlPath = `/characters/{character_id}/mail`;
|
|
843
920
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
844
921
|
|
|
922
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
923
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
924
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
925
|
+
}
|
|
926
|
+
|
|
845
927
|
const facade = this.configuration?.apiFacade;
|
|
846
928
|
if (!facade) {
|
|
847
929
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -855,20 +937,16 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
855
937
|
body: requestParameters['postCharactersCharacterIdMailRequest'],
|
|
856
938
|
}, initOverrides);
|
|
857
939
|
|
|
858
|
-
|
|
859
|
-
return new runtime.JSONApiResponse<number>(response);
|
|
860
|
-
} else {
|
|
861
|
-
return new runtime.TextApiResponse(response) as any;
|
|
862
|
-
}
|
|
940
|
+
return response;
|
|
863
941
|
}
|
|
864
942
|
|
|
865
943
|
/**
|
|
866
944
|
* Create and send a new mail
|
|
867
945
|
* Send a new mail
|
|
868
946
|
*/
|
|
869
|
-
async postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
947
|
+
async postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
870
948
|
const response = await this.postCharactersCharacterIdMailRaw(requestParameters, initOverrides);
|
|
871
|
-
return
|
|
949
|
+
return response;
|
|
872
950
|
}
|
|
873
951
|
|
|
874
952
|
/**
|
|
@@ -919,6 +997,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
919
997
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
920
998
|
}
|
|
921
999
|
|
|
1000
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
1001
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
1002
|
+
}
|
|
1003
|
+
|
|
922
1004
|
/*
|
|
923
1005
|
if (this.configuration && this.configuration.accessToken) {
|
|
924
1006
|
// oauth required
|
|
@@ -930,6 +1012,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
930
1012
|
let urlPath = `/characters/{character_id}/mail/labels`;
|
|
931
1013
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
932
1014
|
|
|
1015
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1016
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1017
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
933
1020
|
const facade = this.configuration?.apiFacade;
|
|
934
1021
|
if (!facade) {
|
|
935
1022
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -943,20 +1030,16 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
943
1030
|
body: requestParameters['postCharactersCharacterIdMailLabelsRequest'],
|
|
944
1031
|
}, initOverrides);
|
|
945
1032
|
|
|
946
|
-
|
|
947
|
-
return new runtime.JSONApiResponse<number>(response);
|
|
948
|
-
} else {
|
|
949
|
-
return new runtime.TextApiResponse(response) as any;
|
|
950
|
-
}
|
|
1033
|
+
return response;
|
|
951
1034
|
}
|
|
952
1035
|
|
|
953
1036
|
/**
|
|
954
1037
|
* Create a mail label
|
|
955
1038
|
* Create a mail label
|
|
956
1039
|
*/
|
|
957
|
-
async postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1040
|
+
async postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
958
1041
|
const response = await this.postCharactersCharacterIdMailLabelsRaw(requestParameters, initOverrides);
|
|
959
|
-
return
|
|
1042
|
+
return response;
|
|
960
1043
|
}
|
|
961
1044
|
|
|
962
1045
|
/**
|
|
@@ -1014,6 +1097,10 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
1014
1097
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1015
1098
|
}
|
|
1016
1099
|
|
|
1100
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
1101
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1017
1104
|
/*
|
|
1018
1105
|
if (this.configuration && this.configuration.accessToken) {
|
|
1019
1106
|
// oauth required
|
|
@@ -1026,6 +1113,11 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
1026
1113
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1027
1114
|
urlPath = urlPath.replace(`{${"mail_id"}}`, encodeURIComponent(String(requestParameters['mailId'])));
|
|
1028
1115
|
|
|
1116
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1117
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1118
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1029
1121
|
const facade = this.configuration?.apiFacade;
|
|
1030
1122
|
if (!facade) {
|
|
1031
1123
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -1039,15 +1131,15 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
1039
1131
|
body: requestParameters['putCharactersCharacterIdMailMailIdRequest'],
|
|
1040
1132
|
}, initOverrides);
|
|
1041
1133
|
|
|
1042
|
-
return
|
|
1134
|
+
return response;
|
|
1043
1135
|
}
|
|
1044
1136
|
|
|
1045
1137
|
/**
|
|
1046
1138
|
* Update metadata about a mail
|
|
1047
1139
|
* Update metadata about a mail
|
|
1048
1140
|
*/
|
|
1049
|
-
async putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1050
|
-
await this.putCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
1141
|
+
async putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
1142
|
+
return await this.putCharactersCharacterIdMailMailIdRaw(requestParameters, initOverrides);
|
|
1051
1143
|
}
|
|
1052
1144
|
|
|
1053
1145
|
}
|
|
@@ -1057,7 +1149,7 @@ export class MailApi extends runtime.BaseAPI implements MailApiInterface {
|
|
|
1057
1149
|
* @enum {string}
|
|
1058
1150
|
*/
|
|
1059
1151
|
export enum DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum {
|
|
1060
|
-
|
|
1152
|
+
_20251216 = '2025-12-16'
|
|
1061
1153
|
}
|
|
1062
1154
|
/**
|
|
1063
1155
|
* @export
|
|
@@ -1078,7 +1170,7 @@ export enum DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum {
|
|
|
1078
1170
|
* @enum {string}
|
|
1079
1171
|
*/
|
|
1080
1172
|
export enum DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
1081
|
-
|
|
1173
|
+
_20251216 = '2025-12-16'
|
|
1082
1174
|
}
|
|
1083
1175
|
/**
|
|
1084
1176
|
* @export
|
|
@@ -1099,7 +1191,7 @@ export enum DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
|
1099
1191
|
* @enum {string}
|
|
1100
1192
|
*/
|
|
1101
1193
|
export enum GetCharactersCharacterIdMailXCompatibilityDateEnum {
|
|
1102
|
-
|
|
1194
|
+
_20251216 = '2025-12-16'
|
|
1103
1195
|
}
|
|
1104
1196
|
/**
|
|
1105
1197
|
* @export
|
|
@@ -1120,7 +1212,7 @@ export enum GetCharactersCharacterIdMailAcceptLanguageEnum {
|
|
|
1120
1212
|
* @enum {string}
|
|
1121
1213
|
*/
|
|
1122
1214
|
export enum GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum {
|
|
1123
|
-
|
|
1215
|
+
_20251216 = '2025-12-16'
|
|
1124
1216
|
}
|
|
1125
1217
|
/**
|
|
1126
1218
|
* @export
|
|
@@ -1141,7 +1233,7 @@ export enum GetCharactersCharacterIdMailLabelsAcceptLanguageEnum {
|
|
|
1141
1233
|
* @enum {string}
|
|
1142
1234
|
*/
|
|
1143
1235
|
export enum GetCharactersCharacterIdMailListsXCompatibilityDateEnum {
|
|
1144
|
-
|
|
1236
|
+
_20251216 = '2025-12-16'
|
|
1145
1237
|
}
|
|
1146
1238
|
/**
|
|
1147
1239
|
* @export
|
|
@@ -1162,7 +1254,7 @@ export enum GetCharactersCharacterIdMailListsAcceptLanguageEnum {
|
|
|
1162
1254
|
* @enum {string}
|
|
1163
1255
|
*/
|
|
1164
1256
|
export enum GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
1165
|
-
|
|
1257
|
+
_20251216 = '2025-12-16'
|
|
1166
1258
|
}
|
|
1167
1259
|
/**
|
|
1168
1260
|
* @export
|
|
@@ -1183,7 +1275,7 @@ export enum GetCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
|
1183
1275
|
* @enum {string}
|
|
1184
1276
|
*/
|
|
1185
1277
|
export enum PostCharactersCharacterIdMailOperationXCompatibilityDateEnum {
|
|
1186
|
-
|
|
1278
|
+
_20251216 = '2025-12-16'
|
|
1187
1279
|
}
|
|
1188
1280
|
/**
|
|
1189
1281
|
* @export
|
|
@@ -1204,7 +1296,7 @@ export enum PostCharactersCharacterIdMailOperationAcceptLanguageEnum {
|
|
|
1204
1296
|
* @enum {string}
|
|
1205
1297
|
*/
|
|
1206
1298
|
export enum PostCharactersCharacterIdMailLabelsOperationXCompatibilityDateEnum {
|
|
1207
|
-
|
|
1299
|
+
_20251216 = '2025-12-16'
|
|
1208
1300
|
}
|
|
1209
1301
|
/**
|
|
1210
1302
|
* @export
|
|
@@ -1225,7 +1317,7 @@ export enum PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum {
|
|
|
1225
1317
|
* @enum {string}
|
|
1226
1318
|
*/
|
|
1227
1319
|
export enum PutCharactersCharacterIdMailMailIdOperationXCompatibilityDateEnum {
|
|
1228
|
-
|
|
1320
|
+
_20251216 = '2025-12-16'
|
|
1229
1321
|
}
|
|
1230
1322
|
/**
|
|
1231
1323
|
* @export
|