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/docs/CharacterApi.md
CHANGED
|
@@ -23,7 +23,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
23
23
|
|
|
24
24
|
## getCharactersCharacterId
|
|
25
25
|
|
|
26
|
-
> CharactersCharacterIdGet getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
26
|
+
> CharactersCharacterIdGet getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
27
27
|
|
|
28
28
|
Get character\'s public information
|
|
29
29
|
|
|
@@ -45,7 +45,7 @@ async function example() {
|
|
|
45
45
|
const body = {
|
|
46
46
|
// number | The ID of the character
|
|
47
47
|
characterId: 789,
|
|
48
|
-
// '
|
|
48
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
49
49
|
xCompatibilityDate: 2013-10-20,
|
|
50
50
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
51
51
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -53,6 +53,8 @@ async function example() {
|
|
|
53
53
|
ifNoneMatch: ifNoneMatch_example,
|
|
54
54
|
// string | The tenant ID for the request. (optional)
|
|
55
55
|
xTenant: ,
|
|
56
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
57
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
56
58
|
} satisfies GetCharactersCharacterIdRequest;
|
|
57
59
|
|
|
58
60
|
try {
|
|
@@ -73,10 +75,11 @@ example().catch(console.error);
|
|
|
73
75
|
| Name | Type | Description | Notes |
|
|
74
76
|
|------------- | ------------- | ------------- | -------------|
|
|
75
77
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
76
|
-
| **xCompatibilityDate** | `
|
|
78
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
77
79
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
78
80
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
79
81
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
82
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
80
83
|
|
|
81
84
|
### Return type
|
|
82
85
|
|
|
@@ -103,7 +106,7 @@ No authorization required
|
|
|
103
106
|
|
|
104
107
|
## getCharactersCharacterIdAgentsResearch
|
|
105
108
|
|
|
106
|
-
> Array<CharactersCharacterIdAgentsResearchGetInner> getCharactersCharacterIdAgentsResearch(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
109
|
+
> Array<CharactersCharacterIdAgentsResearchGetInner> getCharactersCharacterIdAgentsResearch(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
107
110
|
|
|
108
111
|
Get agents research
|
|
109
112
|
|
|
@@ -129,7 +132,7 @@ async function example() {
|
|
|
129
132
|
const body = {
|
|
130
133
|
// number | The ID of the character
|
|
131
134
|
characterId: 789,
|
|
132
|
-
// '
|
|
135
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
133
136
|
xCompatibilityDate: 2013-10-20,
|
|
134
137
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
135
138
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -137,6 +140,8 @@ async function example() {
|
|
|
137
140
|
ifNoneMatch: ifNoneMatch_example,
|
|
138
141
|
// string | The tenant ID for the request. (optional)
|
|
139
142
|
xTenant: ,
|
|
143
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
144
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
140
145
|
} satisfies GetCharactersCharacterIdAgentsResearchRequest;
|
|
141
146
|
|
|
142
147
|
try {
|
|
@@ -157,10 +162,11 @@ example().catch(console.error);
|
|
|
157
162
|
| Name | Type | Description | Notes |
|
|
158
163
|
|------------- | ------------- | ------------- | -------------|
|
|
159
164
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
160
|
-
| **xCompatibilityDate** | `
|
|
165
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
161
166
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
162
167
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
163
168
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
169
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
164
170
|
|
|
165
171
|
### Return type
|
|
166
172
|
|
|
@@ -187,7 +193,7 @@ example().catch(console.error);
|
|
|
187
193
|
|
|
188
194
|
## getCharactersCharacterIdBlueprints
|
|
189
195
|
|
|
190
|
-
> Array<CharactersCharacterIdBlueprintsGetInner> getCharactersCharacterIdBlueprints(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
196
|
+
> Array<CharactersCharacterIdBlueprintsGetInner> getCharactersCharacterIdBlueprints(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
191
197
|
|
|
192
198
|
Get blueprints
|
|
193
199
|
|
|
@@ -213,7 +219,7 @@ async function example() {
|
|
|
213
219
|
const body = {
|
|
214
220
|
// number | The ID of the character
|
|
215
221
|
characterId: 789,
|
|
216
|
-
// '
|
|
222
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
217
223
|
xCompatibilityDate: 2013-10-20,
|
|
218
224
|
// number (optional)
|
|
219
225
|
page: 56,
|
|
@@ -223,6 +229,8 @@ async function example() {
|
|
|
223
229
|
ifNoneMatch: ifNoneMatch_example,
|
|
224
230
|
// string | The tenant ID for the request. (optional)
|
|
225
231
|
xTenant: ,
|
|
232
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
233
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
226
234
|
} satisfies GetCharactersCharacterIdBlueprintsRequest;
|
|
227
235
|
|
|
228
236
|
try {
|
|
@@ -243,11 +251,12 @@ example().catch(console.error);
|
|
|
243
251
|
| Name | Type | Description | Notes |
|
|
244
252
|
|------------- | ------------- | ------------- | -------------|
|
|
245
253
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
246
|
-
| **xCompatibilityDate** | `
|
|
254
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
247
255
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
248
256
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
249
257
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
250
258
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
259
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
251
260
|
|
|
252
261
|
### Return type
|
|
253
262
|
|
|
@@ -274,7 +283,7 @@ example().catch(console.error);
|
|
|
274
283
|
|
|
275
284
|
## getCharactersCharacterIdCorporationhistory
|
|
276
285
|
|
|
277
|
-
> Array<CharactersCharacterIdCorporationhistoryGetInner> getCharactersCharacterIdCorporationhistory(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
286
|
+
> Array<CharactersCharacterIdCorporationhistoryGetInner> getCharactersCharacterIdCorporationhistory(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
278
287
|
|
|
279
288
|
Get corporation history
|
|
280
289
|
|
|
@@ -296,7 +305,7 @@ async function example() {
|
|
|
296
305
|
const body = {
|
|
297
306
|
// number | The ID of the character
|
|
298
307
|
characterId: 789,
|
|
299
|
-
// '
|
|
308
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
300
309
|
xCompatibilityDate: 2013-10-20,
|
|
301
310
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
302
311
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -304,6 +313,8 @@ async function example() {
|
|
|
304
313
|
ifNoneMatch: ifNoneMatch_example,
|
|
305
314
|
// string | The tenant ID for the request. (optional)
|
|
306
315
|
xTenant: ,
|
|
316
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
317
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
307
318
|
} satisfies GetCharactersCharacterIdCorporationhistoryRequest;
|
|
308
319
|
|
|
309
320
|
try {
|
|
@@ -324,10 +335,11 @@ example().catch(console.error);
|
|
|
324
335
|
| Name | Type | Description | Notes |
|
|
325
336
|
|------------- | ------------- | ------------- | -------------|
|
|
326
337
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
327
|
-
| **xCompatibilityDate** | `
|
|
338
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
328
339
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
329
340
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
330
341
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
342
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
331
343
|
|
|
332
344
|
### Return type
|
|
333
345
|
|
|
@@ -354,7 +366,7 @@ No authorization required
|
|
|
354
366
|
|
|
355
367
|
## getCharactersCharacterIdFatigue
|
|
356
368
|
|
|
357
|
-
> CharactersCharacterIdFatigueGet getCharactersCharacterIdFatigue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
369
|
+
> CharactersCharacterIdFatigueGet getCharactersCharacterIdFatigue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
358
370
|
|
|
359
371
|
Get jump fatigue
|
|
360
372
|
|
|
@@ -380,7 +392,7 @@ async function example() {
|
|
|
380
392
|
const body = {
|
|
381
393
|
// number | The ID of the character
|
|
382
394
|
characterId: 789,
|
|
383
|
-
// '
|
|
395
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
384
396
|
xCompatibilityDate: 2013-10-20,
|
|
385
397
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
386
398
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -388,6 +400,8 @@ async function example() {
|
|
|
388
400
|
ifNoneMatch: ifNoneMatch_example,
|
|
389
401
|
// string | The tenant ID for the request. (optional)
|
|
390
402
|
xTenant: ,
|
|
403
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
404
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
391
405
|
} satisfies GetCharactersCharacterIdFatigueRequest;
|
|
392
406
|
|
|
393
407
|
try {
|
|
@@ -408,10 +422,11 @@ example().catch(console.error);
|
|
|
408
422
|
| Name | Type | Description | Notes |
|
|
409
423
|
|------------- | ------------- | ------------- | -------------|
|
|
410
424
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
411
|
-
| **xCompatibilityDate** | `
|
|
425
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
412
426
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
413
427
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
414
428
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
429
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
415
430
|
|
|
416
431
|
### Return type
|
|
417
432
|
|
|
@@ -438,7 +453,7 @@ example().catch(console.error);
|
|
|
438
453
|
|
|
439
454
|
## getCharactersCharacterIdMedals
|
|
440
455
|
|
|
441
|
-
> Array<CharactersCharacterIdMedalsGetInner> getCharactersCharacterIdMedals(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
456
|
+
> Array<CharactersCharacterIdMedalsGetInner> getCharactersCharacterIdMedals(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
442
457
|
|
|
443
458
|
Get medals
|
|
444
459
|
|
|
@@ -464,7 +479,7 @@ async function example() {
|
|
|
464
479
|
const body = {
|
|
465
480
|
// number | The ID of the character
|
|
466
481
|
characterId: 789,
|
|
467
|
-
// '
|
|
482
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
468
483
|
xCompatibilityDate: 2013-10-20,
|
|
469
484
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
470
485
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -472,6 +487,8 @@ async function example() {
|
|
|
472
487
|
ifNoneMatch: ifNoneMatch_example,
|
|
473
488
|
// string | The tenant ID for the request. (optional)
|
|
474
489
|
xTenant: ,
|
|
490
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
491
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
475
492
|
} satisfies GetCharactersCharacterIdMedalsRequest;
|
|
476
493
|
|
|
477
494
|
try {
|
|
@@ -492,10 +509,11 @@ example().catch(console.error);
|
|
|
492
509
|
| Name | Type | Description | Notes |
|
|
493
510
|
|------------- | ------------- | ------------- | -------------|
|
|
494
511
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
495
|
-
| **xCompatibilityDate** | `
|
|
512
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
496
513
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
497
514
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
498
515
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
516
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
499
517
|
|
|
500
518
|
### Return type
|
|
501
519
|
|
|
@@ -522,7 +540,7 @@ example().catch(console.error);
|
|
|
522
540
|
|
|
523
541
|
## getCharactersCharacterIdNotifications
|
|
524
542
|
|
|
525
|
-
> Array<CharactersCharacterIdNotificationsGetInner> getCharactersCharacterIdNotifications(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
543
|
+
> Array<CharactersCharacterIdNotificationsGetInner> getCharactersCharacterIdNotifications(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
526
544
|
|
|
527
545
|
Get character notifications
|
|
528
546
|
|
|
@@ -548,7 +566,7 @@ async function example() {
|
|
|
548
566
|
const body = {
|
|
549
567
|
// number | The ID of the character
|
|
550
568
|
characterId: 789,
|
|
551
|
-
// '
|
|
569
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
552
570
|
xCompatibilityDate: 2013-10-20,
|
|
553
571
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
554
572
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -556,6 +574,8 @@ async function example() {
|
|
|
556
574
|
ifNoneMatch: ifNoneMatch_example,
|
|
557
575
|
// string | The tenant ID for the request. (optional)
|
|
558
576
|
xTenant: ,
|
|
577
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
578
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
559
579
|
} satisfies GetCharactersCharacterIdNotificationsRequest;
|
|
560
580
|
|
|
561
581
|
try {
|
|
@@ -576,10 +596,11 @@ example().catch(console.error);
|
|
|
576
596
|
| Name | Type | Description | Notes |
|
|
577
597
|
|------------- | ------------- | ------------- | -------------|
|
|
578
598
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
579
|
-
| **xCompatibilityDate** | `
|
|
599
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
580
600
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
581
601
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
582
602
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
603
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
583
604
|
|
|
584
605
|
### Return type
|
|
585
606
|
|
|
@@ -606,7 +627,7 @@ example().catch(console.error);
|
|
|
606
627
|
|
|
607
628
|
## getCharactersCharacterIdNotificationsContacts
|
|
608
629
|
|
|
609
|
-
> Array<CharactersCharacterIdNotificationsContactsGetInner> getCharactersCharacterIdNotificationsContacts(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
630
|
+
> Array<CharactersCharacterIdNotificationsContactsGetInner> getCharactersCharacterIdNotificationsContacts(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
610
631
|
|
|
611
632
|
Get new contact notifications
|
|
612
633
|
|
|
@@ -632,7 +653,7 @@ async function example() {
|
|
|
632
653
|
const body = {
|
|
633
654
|
// number | The ID of the character
|
|
634
655
|
characterId: 789,
|
|
635
|
-
// '
|
|
656
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
636
657
|
xCompatibilityDate: 2013-10-20,
|
|
637
658
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
638
659
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -640,6 +661,8 @@ async function example() {
|
|
|
640
661
|
ifNoneMatch: ifNoneMatch_example,
|
|
641
662
|
// string | The tenant ID for the request. (optional)
|
|
642
663
|
xTenant: ,
|
|
664
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
665
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
643
666
|
} satisfies GetCharactersCharacterIdNotificationsContactsRequest;
|
|
644
667
|
|
|
645
668
|
try {
|
|
@@ -660,10 +683,11 @@ example().catch(console.error);
|
|
|
660
683
|
| Name | Type | Description | Notes |
|
|
661
684
|
|------------- | ------------- | ------------- | -------------|
|
|
662
685
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
663
|
-
| **xCompatibilityDate** | `
|
|
686
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
664
687
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
665
688
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
666
689
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
690
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
667
691
|
|
|
668
692
|
### Return type
|
|
669
693
|
|
|
@@ -690,7 +714,7 @@ example().catch(console.error);
|
|
|
690
714
|
|
|
691
715
|
## getCharactersCharacterIdPortrait
|
|
692
716
|
|
|
693
|
-
> CharactersCharacterIdPortraitGet getCharactersCharacterIdPortrait(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
717
|
+
> CharactersCharacterIdPortraitGet getCharactersCharacterIdPortrait(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
694
718
|
|
|
695
719
|
Get character portraits
|
|
696
720
|
|
|
@@ -712,7 +736,7 @@ async function example() {
|
|
|
712
736
|
const body = {
|
|
713
737
|
// number | The ID of the character
|
|
714
738
|
characterId: 789,
|
|
715
|
-
// '
|
|
739
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
716
740
|
xCompatibilityDate: 2013-10-20,
|
|
717
741
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
718
742
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -720,6 +744,8 @@ async function example() {
|
|
|
720
744
|
ifNoneMatch: ifNoneMatch_example,
|
|
721
745
|
// string | The tenant ID for the request. (optional)
|
|
722
746
|
xTenant: ,
|
|
747
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
748
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
723
749
|
} satisfies GetCharactersCharacterIdPortraitRequest;
|
|
724
750
|
|
|
725
751
|
try {
|
|
@@ -740,10 +766,11 @@ example().catch(console.error);
|
|
|
740
766
|
| Name | Type | Description | Notes |
|
|
741
767
|
|------------- | ------------- | ------------- | -------------|
|
|
742
768
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
743
|
-
| **xCompatibilityDate** | `
|
|
769
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
744
770
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
745
771
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
746
772
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
773
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
747
774
|
|
|
748
775
|
### Return type
|
|
749
776
|
|
|
@@ -770,7 +797,7 @@ No authorization required
|
|
|
770
797
|
|
|
771
798
|
## getCharactersCharacterIdRoles
|
|
772
799
|
|
|
773
|
-
> CharactersCharacterIdRolesGet getCharactersCharacterIdRoles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
800
|
+
> CharactersCharacterIdRolesGet getCharactersCharacterIdRoles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
774
801
|
|
|
775
802
|
Get character corporation roles
|
|
776
803
|
|
|
@@ -796,7 +823,7 @@ async function example() {
|
|
|
796
823
|
const body = {
|
|
797
824
|
// number | The ID of the character
|
|
798
825
|
characterId: 789,
|
|
799
|
-
// '
|
|
826
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
800
827
|
xCompatibilityDate: 2013-10-20,
|
|
801
828
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
802
829
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -804,6 +831,8 @@ async function example() {
|
|
|
804
831
|
ifNoneMatch: ifNoneMatch_example,
|
|
805
832
|
// string | The tenant ID for the request. (optional)
|
|
806
833
|
xTenant: ,
|
|
834
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
835
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
807
836
|
} satisfies GetCharactersCharacterIdRolesRequest;
|
|
808
837
|
|
|
809
838
|
try {
|
|
@@ -824,10 +853,11 @@ example().catch(console.error);
|
|
|
824
853
|
| Name | Type | Description | Notes |
|
|
825
854
|
|------------- | ------------- | ------------- | -------------|
|
|
826
855
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
827
|
-
| **xCompatibilityDate** | `
|
|
856
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
828
857
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
829
858
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
830
859
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
860
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
831
861
|
|
|
832
862
|
### Return type
|
|
833
863
|
|
|
@@ -854,7 +884,7 @@ example().catch(console.error);
|
|
|
854
884
|
|
|
855
885
|
## getCharactersCharacterIdStandings
|
|
856
886
|
|
|
857
|
-
> Array<CharactersCharacterIdStandingsGetInner> getCharactersCharacterIdStandings(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
887
|
+
> Array<CharactersCharacterIdStandingsGetInner> getCharactersCharacterIdStandings(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
858
888
|
|
|
859
889
|
Get standings
|
|
860
890
|
|
|
@@ -880,7 +910,7 @@ async function example() {
|
|
|
880
910
|
const body = {
|
|
881
911
|
// number | The ID of the character
|
|
882
912
|
characterId: 789,
|
|
883
|
-
// '
|
|
913
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
884
914
|
xCompatibilityDate: 2013-10-20,
|
|
885
915
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
886
916
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -888,6 +918,8 @@ async function example() {
|
|
|
888
918
|
ifNoneMatch: ifNoneMatch_example,
|
|
889
919
|
// string | The tenant ID for the request. (optional)
|
|
890
920
|
xTenant: ,
|
|
921
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
922
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
891
923
|
} satisfies GetCharactersCharacterIdStandingsRequest;
|
|
892
924
|
|
|
893
925
|
try {
|
|
@@ -908,10 +940,11 @@ example().catch(console.error);
|
|
|
908
940
|
| Name | Type | Description | Notes |
|
|
909
941
|
|------------- | ------------- | ------------- | -------------|
|
|
910
942
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
911
|
-
| **xCompatibilityDate** | `
|
|
943
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
912
944
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
913
945
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
914
946
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
947
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
915
948
|
|
|
916
949
|
### Return type
|
|
917
950
|
|
|
@@ -938,7 +971,7 @@ example().catch(console.error);
|
|
|
938
971
|
|
|
939
972
|
## getCharactersCharacterIdTitles
|
|
940
973
|
|
|
941
|
-
> Array<CharactersCharacterIdTitlesGetInner> getCharactersCharacterIdTitles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
974
|
+
> Array<CharactersCharacterIdTitlesGetInner> getCharactersCharacterIdTitles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
942
975
|
|
|
943
976
|
Get character corporation titles
|
|
944
977
|
|
|
@@ -964,7 +997,7 @@ async function example() {
|
|
|
964
997
|
const body = {
|
|
965
998
|
// number | The ID of the character
|
|
966
999
|
characterId: 789,
|
|
967
|
-
// '
|
|
1000
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
968
1001
|
xCompatibilityDate: 2013-10-20,
|
|
969
1002
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
970
1003
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -972,6 +1005,8 @@ async function example() {
|
|
|
972
1005
|
ifNoneMatch: ifNoneMatch_example,
|
|
973
1006
|
// string | The tenant ID for the request. (optional)
|
|
974
1007
|
xTenant: ,
|
|
1008
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1009
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
975
1010
|
} satisfies GetCharactersCharacterIdTitlesRequest;
|
|
976
1011
|
|
|
977
1012
|
try {
|
|
@@ -992,10 +1027,11 @@ example().catch(console.error);
|
|
|
992
1027
|
| Name | Type | Description | Notes |
|
|
993
1028
|
|------------- | ------------- | ------------- | -------------|
|
|
994
1029
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
995
|
-
| **xCompatibilityDate** | `
|
|
1030
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
996
1031
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
997
1032
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
998
1033
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1034
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
999
1035
|
|
|
1000
1036
|
### Return type
|
|
1001
1037
|
|
|
@@ -1022,7 +1058,7 @@ example().catch(console.error);
|
|
|
1022
1058
|
|
|
1023
1059
|
## postCharactersAffiliation
|
|
1024
1060
|
|
|
1025
|
-
> Array<CharactersAffiliationPostInner> postCharactersAffiliation(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
1061
|
+
> Array<CharactersAffiliationPostInner> postCharactersAffiliation(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
1026
1062
|
|
|
1027
1063
|
Character affiliation
|
|
1028
1064
|
|
|
@@ -1042,7 +1078,7 @@ async function example() {
|
|
|
1042
1078
|
const api = new CharacterApi();
|
|
1043
1079
|
|
|
1044
1080
|
const body = {
|
|
1045
|
-
// '
|
|
1081
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
1046
1082
|
xCompatibilityDate: 2013-10-20,
|
|
1047
1083
|
// Set<number>
|
|
1048
1084
|
requestBody: ...,
|
|
@@ -1052,6 +1088,8 @@ async function example() {
|
|
|
1052
1088
|
ifNoneMatch: ifNoneMatch_example,
|
|
1053
1089
|
// string | The tenant ID for the request. (optional)
|
|
1054
1090
|
xTenant: ,
|
|
1091
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1092
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
1055
1093
|
} satisfies PostCharactersAffiliationRequest;
|
|
1056
1094
|
|
|
1057
1095
|
try {
|
|
@@ -1071,11 +1109,12 @@ example().catch(console.error);
|
|
|
1071
1109
|
|
|
1072
1110
|
| Name | Type | Description | Notes |
|
|
1073
1111
|
|------------- | ------------- | ------------- | -------------|
|
|
1074
|
-
| **xCompatibilityDate** | `
|
|
1112
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
1075
1113
|
| **requestBody** | `Set<number>` | | |
|
|
1076
1114
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1077
1115
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1078
1116
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1117
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
1079
1118
|
|
|
1080
1119
|
### Return type
|
|
1081
1120
|
|
|
@@ -1102,7 +1141,7 @@ No authorization required
|
|
|
1102
1141
|
|
|
1103
1142
|
## postCharactersCharacterIdCspa
|
|
1104
1143
|
|
|
1105
|
-
> number postCharactersCharacterIdCspa(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
1144
|
+
> number postCharactersCharacterIdCspa(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
1106
1145
|
|
|
1107
1146
|
Calculate a CSPA charge cost
|
|
1108
1147
|
|
|
@@ -1128,7 +1167,7 @@ async function example() {
|
|
|
1128
1167
|
const body = {
|
|
1129
1168
|
// number | The ID of the character
|
|
1130
1169
|
characterId: 789,
|
|
1131
|
-
// '
|
|
1170
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
1132
1171
|
xCompatibilityDate: 2013-10-20,
|
|
1133
1172
|
// Set<number>
|
|
1134
1173
|
requestBody: ...,
|
|
@@ -1138,6 +1177,8 @@ async function example() {
|
|
|
1138
1177
|
ifNoneMatch: ifNoneMatch_example,
|
|
1139
1178
|
// string | The tenant ID for the request. (optional)
|
|
1140
1179
|
xTenant: ,
|
|
1180
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1181
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
1141
1182
|
} satisfies PostCharactersCharacterIdCspaRequest;
|
|
1142
1183
|
|
|
1143
1184
|
try {
|
|
@@ -1158,11 +1199,12 @@ example().catch(console.error);
|
|
|
1158
1199
|
| Name | Type | Description | Notes |
|
|
1159
1200
|
|------------- | ------------- | ------------- | -------------|
|
|
1160
1201
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
1161
|
-
| **xCompatibilityDate** | `
|
|
1202
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
1162
1203
|
| **requestBody** | `Set<number>` | | |
|
|
1163
1204
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1164
1205
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1165
1206
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1207
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
1166
1208
|
|
|
1167
1209
|
### Return type
|
|
1168
1210
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# CharacterId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`characterId` | number
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# CharactersFreelanceJobsListing
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`freelanceJobs` | [Array<FreelanceJobsDetailFreelancejob>](FreelanceJobsDetailFreelancejob.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# CharactersFreelanceJobsParticipation
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`contributed` | number
|
|
10
|
+
`lastModified` | string
|
|
11
|
+
`state` | string
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
15
|
+
|
|
16
|
+
|