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/ContactsApi.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
|
AlliancesAllianceIdContactsGetInner,
|
|
@@ -29,6 +30,7 @@ export interface DeleteCharactersCharacterIdContactsRequest {
|
|
|
29
30
|
acceptLanguage?: DeleteCharactersCharacterIdContactsAcceptLanguageEnum;
|
|
30
31
|
ifNoneMatch?: string;
|
|
31
32
|
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
export interface GetAlliancesAllianceIdContactsRequest {
|
|
@@ -38,6 +40,7 @@ export interface GetAlliancesAllianceIdContactsRequest {
|
|
|
38
40
|
acceptLanguage?: GetAlliancesAllianceIdContactsAcceptLanguageEnum;
|
|
39
41
|
ifNoneMatch?: string;
|
|
40
42
|
xTenant?: string;
|
|
43
|
+
ifModifiedSince?: string;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface GetAlliancesAllianceIdContactsLabelsRequest {
|
|
@@ -46,6 +49,7 @@ export interface GetAlliancesAllianceIdContactsLabelsRequest {
|
|
|
46
49
|
acceptLanguage?: GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum;
|
|
47
50
|
ifNoneMatch?: string;
|
|
48
51
|
xTenant?: string;
|
|
52
|
+
ifModifiedSince?: string;
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
export interface GetCharactersCharacterIdContactsRequest {
|
|
@@ -55,6 +59,7 @@ export interface GetCharactersCharacterIdContactsRequest {
|
|
|
55
59
|
acceptLanguage?: GetCharactersCharacterIdContactsAcceptLanguageEnum;
|
|
56
60
|
ifNoneMatch?: string;
|
|
57
61
|
xTenant?: string;
|
|
62
|
+
ifModifiedSince?: string;
|
|
58
63
|
}
|
|
59
64
|
|
|
60
65
|
export interface GetCharactersCharacterIdContactsLabelsRequest {
|
|
@@ -63,6 +68,7 @@ export interface GetCharactersCharacterIdContactsLabelsRequest {
|
|
|
63
68
|
acceptLanguage?: GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum;
|
|
64
69
|
ifNoneMatch?: string;
|
|
65
70
|
xTenant?: string;
|
|
71
|
+
ifModifiedSince?: string;
|
|
66
72
|
}
|
|
67
73
|
|
|
68
74
|
export interface GetCorporationsCorporationIdContactsRequest {
|
|
@@ -72,6 +78,7 @@ export interface GetCorporationsCorporationIdContactsRequest {
|
|
|
72
78
|
acceptLanguage?: GetCorporationsCorporationIdContactsAcceptLanguageEnum;
|
|
73
79
|
ifNoneMatch?: string;
|
|
74
80
|
xTenant?: string;
|
|
81
|
+
ifModifiedSince?: string;
|
|
75
82
|
}
|
|
76
83
|
|
|
77
84
|
export interface GetCorporationsCorporationIdContactsLabelsRequest {
|
|
@@ -80,6 +87,7 @@ export interface GetCorporationsCorporationIdContactsLabelsRequest {
|
|
|
80
87
|
acceptLanguage?: GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum;
|
|
81
88
|
ifNoneMatch?: string;
|
|
82
89
|
xTenant?: string;
|
|
90
|
+
ifModifiedSince?: string;
|
|
83
91
|
}
|
|
84
92
|
|
|
85
93
|
export interface PostCharactersCharacterIdContactsRequest {
|
|
@@ -92,6 +100,7 @@ export interface PostCharactersCharacterIdContactsRequest {
|
|
|
92
100
|
acceptLanguage?: PostCharactersCharacterIdContactsAcceptLanguageEnum;
|
|
93
101
|
ifNoneMatch?: string;
|
|
94
102
|
xTenant?: string;
|
|
103
|
+
ifModifiedSince?: string;
|
|
95
104
|
}
|
|
96
105
|
|
|
97
106
|
export interface PutCharactersCharacterIdContactsRequest {
|
|
@@ -104,6 +113,7 @@ export interface PutCharactersCharacterIdContactsRequest {
|
|
|
104
113
|
acceptLanguage?: PutCharactersCharacterIdContactsAcceptLanguageEnum;
|
|
105
114
|
ifNoneMatch?: string;
|
|
106
115
|
xTenant?: string;
|
|
116
|
+
ifModifiedSince?: string;
|
|
107
117
|
}
|
|
108
118
|
|
|
109
119
|
/**
|
|
@@ -118,10 +128,11 @@ export interface ContactsApiInterface {
|
|
|
118
128
|
* @summary Delete contacts
|
|
119
129
|
* @param {number} characterId The ID of the character
|
|
120
130
|
* @param {Array<number>} contactIds
|
|
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 ContactsApiInterface
|
|
@@ -132,17 +143,18 @@ export interface ContactsApiInterface {
|
|
|
132
143
|
* Bulk delete contacts
|
|
133
144
|
* Delete contacts
|
|
134
145
|
*/
|
|
135
|
-
deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
146
|
+
deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
136
147
|
|
|
137
148
|
/**
|
|
138
149
|
* Return contacts of an alliance
|
|
139
150
|
* @summary Get alliance contacts
|
|
140
151
|
* @param {number} allianceId The ID of the alliance
|
|
141
|
-
* @param {'
|
|
152
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
142
153
|
* @param {number} [page]
|
|
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 ContactsApiInterface
|
|
@@ -153,16 +165,17 @@ export interface ContactsApiInterface {
|
|
|
153
165
|
* Return contacts of an alliance
|
|
154
166
|
* Get alliance contacts
|
|
155
167
|
*/
|
|
156
|
-
getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
168
|
+
getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
157
169
|
|
|
158
170
|
/**
|
|
159
171
|
* Return custom labels for an alliance\'s contacts
|
|
160
172
|
* @summary Get alliance contact labels
|
|
161
173
|
* @param {number} allianceId The ID of the alliance
|
|
162
|
-
* @param {'
|
|
174
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
163
175
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
164
176
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
165
177
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
178
|
+
* @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.
|
|
166
179
|
* @param {*} [options] Override http request option.
|
|
167
180
|
* @throws {RequiredError}
|
|
168
181
|
* @memberof ContactsApiInterface
|
|
@@ -173,17 +186,18 @@ export interface ContactsApiInterface {
|
|
|
173
186
|
* Return custom labels for an alliance\'s contacts
|
|
174
187
|
* Get alliance contact labels
|
|
175
188
|
*/
|
|
176
|
-
getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
189
|
+
getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
177
190
|
|
|
178
191
|
/**
|
|
179
192
|
* Return contacts of a character
|
|
180
193
|
* @summary Get contacts
|
|
181
194
|
* @param {number} characterId The ID of the character
|
|
182
|
-
* @param {'
|
|
195
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
183
196
|
* @param {number} [page]
|
|
184
197
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
185
198
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
186
199
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
200
|
+
* @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.
|
|
187
201
|
* @param {*} [options] Override http request option.
|
|
188
202
|
* @throws {RequiredError}
|
|
189
203
|
* @memberof ContactsApiInterface
|
|
@@ -194,16 +208,17 @@ export interface ContactsApiInterface {
|
|
|
194
208
|
* Return contacts of a character
|
|
195
209
|
* Get contacts
|
|
196
210
|
*/
|
|
197
|
-
getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
211
|
+
getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
198
212
|
|
|
199
213
|
/**
|
|
200
214
|
* Return custom labels for a character\'s contacts
|
|
201
215
|
* @summary Get contact labels
|
|
202
216
|
* @param {number} characterId The ID of the character
|
|
203
|
-
* @param {'
|
|
217
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
204
218
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
205
219
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
206
220
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
221
|
+
* @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.
|
|
207
222
|
* @param {*} [options] Override http request option.
|
|
208
223
|
* @throws {RequiredError}
|
|
209
224
|
* @memberof ContactsApiInterface
|
|
@@ -214,17 +229,18 @@ export interface ContactsApiInterface {
|
|
|
214
229
|
* Return custom labels for a character\'s contacts
|
|
215
230
|
* Get contact labels
|
|
216
231
|
*/
|
|
217
|
-
getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
232
|
+
getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
218
233
|
|
|
219
234
|
/**
|
|
220
235
|
* Return contacts of a corporation
|
|
221
236
|
* @summary Get corporation contacts
|
|
222
237
|
* @param {number} corporationId The ID of the corporation
|
|
223
|
-
* @param {'
|
|
238
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
224
239
|
* @param {number} [page]
|
|
225
240
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
226
241
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
227
242
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
243
|
+
* @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.
|
|
228
244
|
* @param {*} [options] Override http request option.
|
|
229
245
|
* @throws {RequiredError}
|
|
230
246
|
* @memberof ContactsApiInterface
|
|
@@ -235,16 +251,17 @@ export interface ContactsApiInterface {
|
|
|
235
251
|
* Return contacts of a corporation
|
|
236
252
|
* Get corporation contacts
|
|
237
253
|
*/
|
|
238
|
-
getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
254
|
+
getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
239
255
|
|
|
240
256
|
/**
|
|
241
257
|
* Return custom labels for a corporation\'s contacts
|
|
242
258
|
* @summary Get corporation contact labels
|
|
243
259
|
* @param {number} corporationId The ID of the corporation
|
|
244
|
-
* @param {'
|
|
260
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
245
261
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
246
262
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
247
263
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
264
|
+
* @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.
|
|
248
265
|
* @param {*} [options] Override http request option.
|
|
249
266
|
* @throws {RequiredError}
|
|
250
267
|
* @memberof ContactsApiInterface
|
|
@@ -255,20 +272,21 @@ export interface ContactsApiInterface {
|
|
|
255
272
|
* Return custom labels for a corporation\'s contacts
|
|
256
273
|
* Get corporation contact labels
|
|
257
274
|
*/
|
|
258
|
-
getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
275
|
+
getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
259
276
|
|
|
260
277
|
/**
|
|
261
278
|
* Bulk add contacts with same settings
|
|
262
279
|
* @summary Add contacts
|
|
263
280
|
* @param {number} characterId The ID of the character
|
|
264
281
|
* @param {number} standing
|
|
265
|
-
* @param {'
|
|
282
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
266
283
|
* @param {Array<number>} requestBody
|
|
267
284
|
* @param {Array<number>} [labelIds]
|
|
268
285
|
* @param {boolean} [watched]
|
|
269
286
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
270
287
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
271
288
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
289
|
+
* @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.
|
|
272
290
|
* @param {*} [options] Override http request option.
|
|
273
291
|
* @throws {RequiredError}
|
|
274
292
|
* @memberof ContactsApiInterface
|
|
@@ -279,20 +297,21 @@ export interface ContactsApiInterface {
|
|
|
279
297
|
* Bulk add contacts with same settings
|
|
280
298
|
* Add contacts
|
|
281
299
|
*/
|
|
282
|
-
postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
300
|
+
postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
283
301
|
|
|
284
302
|
/**
|
|
285
303
|
* Bulk edit contacts with same settings
|
|
286
304
|
* @summary Edit contacts
|
|
287
305
|
* @param {number} characterId The ID of the character
|
|
288
306
|
* @param {number} standing
|
|
289
|
-
* @param {'
|
|
307
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
290
308
|
* @param {Array<number>} requestBody
|
|
291
309
|
* @param {Array<number>} [labelIds]
|
|
292
310
|
* @param {boolean} [watched]
|
|
293
311
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
294
312
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
295
313
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
314
|
+
* @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.
|
|
296
315
|
* @param {*} [options] Override http request option.
|
|
297
316
|
* @throws {RequiredError}
|
|
298
317
|
* @memberof ContactsApiInterface
|
|
@@ -303,7 +322,7 @@ export interface ContactsApiInterface {
|
|
|
303
322
|
* Bulk edit contacts with same settings
|
|
304
323
|
* Edit contacts
|
|
305
324
|
*/
|
|
306
|
-
putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
325
|
+
putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
307
326
|
|
|
308
327
|
}
|
|
309
328
|
|
|
@@ -362,6 +381,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
362
381
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
363
382
|
}
|
|
364
383
|
|
|
384
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
385
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
386
|
+
}
|
|
387
|
+
|
|
365
388
|
/*
|
|
366
389
|
if (this.configuration && this.configuration.accessToken) {
|
|
367
390
|
// oauth required
|
|
@@ -373,6 +396,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
373
396
|
let urlPath = `/characters/{character_id}/contacts`;
|
|
374
397
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
375
398
|
|
|
399
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
400
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
401
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
402
|
+
}
|
|
403
|
+
|
|
376
404
|
const facade = this.configuration?.apiFacade;
|
|
377
405
|
if (!facade) {
|
|
378
406
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -385,15 +413,15 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
385
413
|
query: queryParameters,
|
|
386
414
|
}, initOverrides);
|
|
387
415
|
|
|
388
|
-
return
|
|
416
|
+
return response;
|
|
389
417
|
}
|
|
390
418
|
|
|
391
419
|
/**
|
|
392
420
|
* Bulk delete contacts
|
|
393
421
|
* Delete contacts
|
|
394
422
|
*/
|
|
395
|
-
async deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
396
|
-
await this.deleteCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
423
|
+
async deleteCharactersCharacterIdContacts(requestParameters: DeleteCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
424
|
+
return await this.deleteCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
397
425
|
}
|
|
398
426
|
|
|
399
427
|
/**
|
|
@@ -439,6 +467,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
439
467
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
440
468
|
}
|
|
441
469
|
|
|
470
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
471
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
472
|
+
}
|
|
473
|
+
|
|
442
474
|
/*
|
|
443
475
|
if (this.configuration && this.configuration.accessToken) {
|
|
444
476
|
// oauth required
|
|
@@ -450,6 +482,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
450
482
|
let urlPath = `/alliances/{alliance_id}/contacts`;
|
|
451
483
|
urlPath = urlPath.replace(`{${"alliance_id"}}`, encodeURIComponent(String(requestParameters['allianceId'])));
|
|
452
484
|
|
|
485
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
486
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
487
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
488
|
+
}
|
|
489
|
+
|
|
453
490
|
const facade = this.configuration?.apiFacade;
|
|
454
491
|
if (!facade) {
|
|
455
492
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -462,16 +499,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
462
499
|
query: queryParameters,
|
|
463
500
|
}, initOverrides);
|
|
464
501
|
|
|
465
|
-
return
|
|
502
|
+
return response;
|
|
466
503
|
}
|
|
467
504
|
|
|
468
505
|
/**
|
|
469
506
|
* Return contacts of an alliance
|
|
470
507
|
* Get alliance contacts
|
|
471
508
|
*/
|
|
472
|
-
async getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
509
|
+
async getAlliancesAllianceIdContacts(requestParameters: GetAlliancesAllianceIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
473
510
|
const response = await this.getAlliancesAllianceIdContactsRaw(requestParameters, initOverrides);
|
|
474
|
-
return
|
|
511
|
+
return response;
|
|
475
512
|
}
|
|
476
513
|
|
|
477
514
|
/**
|
|
@@ -513,6 +550,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
513
550
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
514
551
|
}
|
|
515
552
|
|
|
553
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
554
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
555
|
+
}
|
|
556
|
+
|
|
516
557
|
/*
|
|
517
558
|
if (this.configuration && this.configuration.accessToken) {
|
|
518
559
|
// oauth required
|
|
@@ -524,6 +565,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
524
565
|
let urlPath = `/alliances/{alliance_id}/contacts/labels`;
|
|
525
566
|
urlPath = urlPath.replace(`{${"alliance_id"}}`, encodeURIComponent(String(requestParameters['allianceId'])));
|
|
526
567
|
|
|
568
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
569
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
570
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
571
|
+
}
|
|
572
|
+
|
|
527
573
|
const facade = this.configuration?.apiFacade;
|
|
528
574
|
if (!facade) {
|
|
529
575
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -536,16 +582,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
536
582
|
query: queryParameters,
|
|
537
583
|
}, initOverrides);
|
|
538
584
|
|
|
539
|
-
return
|
|
585
|
+
return response;
|
|
540
586
|
}
|
|
541
587
|
|
|
542
588
|
/**
|
|
543
589
|
* Return custom labels for an alliance\'s contacts
|
|
544
590
|
* Get alliance contact labels
|
|
545
591
|
*/
|
|
546
|
-
async getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
592
|
+
async getAlliancesAllianceIdContactsLabels(requestParameters: GetAlliancesAllianceIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
547
593
|
const response = await this.getAlliancesAllianceIdContactsLabelsRaw(requestParameters, initOverrides);
|
|
548
|
-
return
|
|
594
|
+
return response;
|
|
549
595
|
}
|
|
550
596
|
|
|
551
597
|
/**
|
|
@@ -591,6 +637,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
591
637
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
592
638
|
}
|
|
593
639
|
|
|
640
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
641
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
642
|
+
}
|
|
643
|
+
|
|
594
644
|
/*
|
|
595
645
|
if (this.configuration && this.configuration.accessToken) {
|
|
596
646
|
// oauth required
|
|
@@ -602,6 +652,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
602
652
|
let urlPath = `/characters/{character_id}/contacts`;
|
|
603
653
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
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 ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
614
669
|
query: queryParameters,
|
|
615
670
|
}, initOverrides);
|
|
616
671
|
|
|
617
|
-
return
|
|
672
|
+
return response;
|
|
618
673
|
}
|
|
619
674
|
|
|
620
675
|
/**
|
|
621
676
|
* Return contacts of a character
|
|
622
677
|
* Get contacts
|
|
623
678
|
*/
|
|
624
|
-
async getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
679
|
+
async getCharactersCharacterIdContacts(requestParameters: GetCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
625
680
|
const response = await this.getCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
626
|
-
return
|
|
681
|
+
return response;
|
|
627
682
|
}
|
|
628
683
|
|
|
629
684
|
/**
|
|
@@ -665,6 +720,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
665
720
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
666
721
|
}
|
|
667
722
|
|
|
723
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
724
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
725
|
+
}
|
|
726
|
+
|
|
668
727
|
/*
|
|
669
728
|
if (this.configuration && this.configuration.accessToken) {
|
|
670
729
|
// oauth required
|
|
@@ -676,6 +735,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
676
735
|
let urlPath = `/characters/{character_id}/contacts/labels`;
|
|
677
736
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
678
737
|
|
|
738
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
739
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
740
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
741
|
+
}
|
|
742
|
+
|
|
679
743
|
const facade = this.configuration?.apiFacade;
|
|
680
744
|
if (!facade) {
|
|
681
745
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -688,16 +752,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
688
752
|
query: queryParameters,
|
|
689
753
|
}, initOverrides);
|
|
690
754
|
|
|
691
|
-
return
|
|
755
|
+
return response;
|
|
692
756
|
}
|
|
693
757
|
|
|
694
758
|
/**
|
|
695
759
|
* Return custom labels for a character\'s contacts
|
|
696
760
|
* Get contact labels
|
|
697
761
|
*/
|
|
698
|
-
async getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
762
|
+
async getCharactersCharacterIdContactsLabels(requestParameters: GetCharactersCharacterIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
699
763
|
const response = await this.getCharactersCharacterIdContactsLabelsRaw(requestParameters, initOverrides);
|
|
700
|
-
return
|
|
764
|
+
return response;
|
|
701
765
|
}
|
|
702
766
|
|
|
703
767
|
/**
|
|
@@ -743,6 +807,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
743
807
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
744
808
|
}
|
|
745
809
|
|
|
810
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
811
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
812
|
+
}
|
|
813
|
+
|
|
746
814
|
/*
|
|
747
815
|
if (this.configuration && this.configuration.accessToken) {
|
|
748
816
|
// oauth required
|
|
@@ -754,6 +822,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
754
822
|
let urlPath = `/corporations/{corporation_id}/contacts`;
|
|
755
823
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
756
824
|
|
|
825
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
826
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
827
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
828
|
+
}
|
|
829
|
+
|
|
757
830
|
const facade = this.configuration?.apiFacade;
|
|
758
831
|
if (!facade) {
|
|
759
832
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -766,16 +839,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
766
839
|
query: queryParameters,
|
|
767
840
|
}, initOverrides);
|
|
768
841
|
|
|
769
|
-
return
|
|
842
|
+
return response;
|
|
770
843
|
}
|
|
771
844
|
|
|
772
845
|
/**
|
|
773
846
|
* Return contacts of a corporation
|
|
774
847
|
* Get corporation contacts
|
|
775
848
|
*/
|
|
776
|
-
async getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
849
|
+
async getCorporationsCorporationIdContacts(requestParameters: GetCorporationsCorporationIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
777
850
|
const response = await this.getCorporationsCorporationIdContactsRaw(requestParameters, initOverrides);
|
|
778
|
-
return
|
|
851
|
+
return response;
|
|
779
852
|
}
|
|
780
853
|
|
|
781
854
|
/**
|
|
@@ -817,6 +890,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
817
890
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
818
891
|
}
|
|
819
892
|
|
|
893
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
894
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
895
|
+
}
|
|
896
|
+
|
|
820
897
|
/*
|
|
821
898
|
if (this.configuration && this.configuration.accessToken) {
|
|
822
899
|
// oauth required
|
|
@@ -828,6 +905,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
828
905
|
let urlPath = `/corporations/{corporation_id}/contacts/labels`;
|
|
829
906
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
830
907
|
|
|
908
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
909
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
910
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
911
|
+
}
|
|
912
|
+
|
|
831
913
|
const facade = this.configuration?.apiFacade;
|
|
832
914
|
if (!facade) {
|
|
833
915
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -840,16 +922,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
840
922
|
query: queryParameters,
|
|
841
923
|
}, initOverrides);
|
|
842
924
|
|
|
843
|
-
return
|
|
925
|
+
return response;
|
|
844
926
|
}
|
|
845
927
|
|
|
846
928
|
/**
|
|
847
929
|
* Return custom labels for a corporation\'s contacts
|
|
848
930
|
* Get corporation contact labels
|
|
849
931
|
*/
|
|
850
|
-
async getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
932
|
+
async getCorporationsCorporationIdContactsLabels(requestParameters: GetCorporationsCorporationIdContactsLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
851
933
|
const response = await this.getCorporationsCorporationIdContactsLabelsRaw(requestParameters, initOverrides);
|
|
852
|
-
return
|
|
934
|
+
return response;
|
|
853
935
|
}
|
|
854
936
|
|
|
855
937
|
/**
|
|
@@ -919,6 +1001,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
919
1001
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
920
1002
|
}
|
|
921
1003
|
|
|
1004
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
1005
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
1006
|
+
}
|
|
1007
|
+
|
|
922
1008
|
/*
|
|
923
1009
|
if (this.configuration && this.configuration.accessToken) {
|
|
924
1010
|
// oauth required
|
|
@@ -930,6 +1016,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
930
1016
|
let urlPath = `/characters/{character_id}/contacts`;
|
|
931
1017
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
932
1018
|
|
|
1019
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1020
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1021
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
933
1024
|
const facade = this.configuration?.apiFacade;
|
|
934
1025
|
if (!facade) {
|
|
935
1026
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -943,16 +1034,16 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
943
1034
|
body: requestParameters['requestBody'],
|
|
944
1035
|
}, initOverrides);
|
|
945
1036
|
|
|
946
|
-
return
|
|
1037
|
+
return response;
|
|
947
1038
|
}
|
|
948
1039
|
|
|
949
1040
|
/**
|
|
950
1041
|
* Bulk add contacts with same settings
|
|
951
1042
|
* Add contacts
|
|
952
1043
|
*/
|
|
953
|
-
async postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1044
|
+
async postCharactersCharacterIdContacts(requestParameters: PostCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
954
1045
|
const response = await this.postCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
955
|
-
return
|
|
1046
|
+
return response;
|
|
956
1047
|
}
|
|
957
1048
|
|
|
958
1049
|
/**
|
|
@@ -1022,6 +1113,10 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
1022
1113
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
1023
1114
|
}
|
|
1024
1115
|
|
|
1116
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
1117
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1025
1120
|
/*
|
|
1026
1121
|
if (this.configuration && this.configuration.accessToken) {
|
|
1027
1122
|
// oauth required
|
|
@@ -1033,6 +1128,11 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
1033
1128
|
let urlPath = `/characters/{character_id}/contacts`;
|
|
1034
1129
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
1035
1130
|
|
|
1131
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
1132
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
1133
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1036
1136
|
const facade = this.configuration?.apiFacade;
|
|
1037
1137
|
if (!facade) {
|
|
1038
1138
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -1046,15 +1146,15 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
1046
1146
|
body: requestParameters['requestBody'],
|
|
1047
1147
|
}, initOverrides);
|
|
1048
1148
|
|
|
1049
|
-
return
|
|
1149
|
+
return response;
|
|
1050
1150
|
}
|
|
1051
1151
|
|
|
1052
1152
|
/**
|
|
1053
1153
|
* Bulk edit contacts with same settings
|
|
1054
1154
|
* Edit contacts
|
|
1055
1155
|
*/
|
|
1056
|
-
async putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1057
|
-
await this.putCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
1156
|
+
async putCharactersCharacterIdContacts(requestParameters: PutCharactersCharacterIdContactsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
1157
|
+
return await this.putCharactersCharacterIdContactsRaw(requestParameters, initOverrides);
|
|
1058
1158
|
}
|
|
1059
1159
|
|
|
1060
1160
|
}
|
|
@@ -1064,7 +1164,7 @@ export class ContactsApi extends runtime.BaseAPI implements ContactsApiInterface
|
|
|
1064
1164
|
* @enum {string}
|
|
1065
1165
|
*/
|
|
1066
1166
|
export enum DeleteCharactersCharacterIdContactsXCompatibilityDateEnum {
|
|
1067
|
-
|
|
1167
|
+
_20251216 = '2025-12-16'
|
|
1068
1168
|
}
|
|
1069
1169
|
/**
|
|
1070
1170
|
* @export
|
|
@@ -1085,7 +1185,7 @@ export enum DeleteCharactersCharacterIdContactsAcceptLanguageEnum {
|
|
|
1085
1185
|
* @enum {string}
|
|
1086
1186
|
*/
|
|
1087
1187
|
export enum GetAlliancesAllianceIdContactsXCompatibilityDateEnum {
|
|
1088
|
-
|
|
1188
|
+
_20251216 = '2025-12-16'
|
|
1089
1189
|
}
|
|
1090
1190
|
/**
|
|
1091
1191
|
* @export
|
|
@@ -1106,7 +1206,7 @@ export enum GetAlliancesAllianceIdContactsAcceptLanguageEnum {
|
|
|
1106
1206
|
* @enum {string}
|
|
1107
1207
|
*/
|
|
1108
1208
|
export enum GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum {
|
|
1109
|
-
|
|
1209
|
+
_20251216 = '2025-12-16'
|
|
1110
1210
|
}
|
|
1111
1211
|
/**
|
|
1112
1212
|
* @export
|
|
@@ -1127,7 +1227,7 @@ export enum GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum {
|
|
|
1127
1227
|
* @enum {string}
|
|
1128
1228
|
*/
|
|
1129
1229
|
export enum GetCharactersCharacterIdContactsXCompatibilityDateEnum {
|
|
1130
|
-
|
|
1230
|
+
_20251216 = '2025-12-16'
|
|
1131
1231
|
}
|
|
1132
1232
|
/**
|
|
1133
1233
|
* @export
|
|
@@ -1148,7 +1248,7 @@ export enum GetCharactersCharacterIdContactsAcceptLanguageEnum {
|
|
|
1148
1248
|
* @enum {string}
|
|
1149
1249
|
*/
|
|
1150
1250
|
export enum GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum {
|
|
1151
|
-
|
|
1251
|
+
_20251216 = '2025-12-16'
|
|
1152
1252
|
}
|
|
1153
1253
|
/**
|
|
1154
1254
|
* @export
|
|
@@ -1169,7 +1269,7 @@ export enum GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum {
|
|
|
1169
1269
|
* @enum {string}
|
|
1170
1270
|
*/
|
|
1171
1271
|
export enum GetCorporationsCorporationIdContactsXCompatibilityDateEnum {
|
|
1172
|
-
|
|
1272
|
+
_20251216 = '2025-12-16'
|
|
1173
1273
|
}
|
|
1174
1274
|
/**
|
|
1175
1275
|
* @export
|
|
@@ -1190,7 +1290,7 @@ export enum GetCorporationsCorporationIdContactsAcceptLanguageEnum {
|
|
|
1190
1290
|
* @enum {string}
|
|
1191
1291
|
*/
|
|
1192
1292
|
export enum GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum {
|
|
1193
|
-
|
|
1293
|
+
_20251216 = '2025-12-16'
|
|
1194
1294
|
}
|
|
1195
1295
|
/**
|
|
1196
1296
|
* @export
|
|
@@ -1211,7 +1311,7 @@ export enum GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum {
|
|
|
1211
1311
|
* @enum {string}
|
|
1212
1312
|
*/
|
|
1213
1313
|
export enum PostCharactersCharacterIdContactsXCompatibilityDateEnum {
|
|
1214
|
-
|
|
1314
|
+
_20251216 = '2025-12-16'
|
|
1215
1315
|
}
|
|
1216
1316
|
/**
|
|
1217
1317
|
* @export
|
|
@@ -1232,7 +1332,7 @@ export enum PostCharactersCharacterIdContactsAcceptLanguageEnum {
|
|
|
1232
1332
|
* @enum {string}
|
|
1233
1333
|
*/
|
|
1234
1334
|
export enum PutCharactersCharacterIdContactsXCompatibilityDateEnum {
|
|
1235
|
-
|
|
1335
|
+
_20251216 = '2025-12-16'
|
|
1236
1336
|
}
|
|
1237
1337
|
/**
|
|
1238
1338
|
* @export
|