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/DogmaApi.md
CHANGED
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
14
14
|
|
|
15
15
|
## getDogmaAttributes
|
|
16
16
|
|
|
17
|
-
> Array<number> getDogmaAttributes(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
17
|
+
> Array<number> getDogmaAttributes(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
18
18
|
|
|
19
19
|
Get attributes
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@ async function example() {
|
|
|
34
34
|
const api = new DogmaApi();
|
|
35
35
|
|
|
36
36
|
const body = {
|
|
37
|
-
// '
|
|
37
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
38
38
|
xCompatibilityDate: 2013-10-20,
|
|
39
39
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
40
40
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -42,6 +42,8 @@ async function example() {
|
|
|
42
42
|
ifNoneMatch: ifNoneMatch_example,
|
|
43
43
|
// string | The tenant ID for the request. (optional)
|
|
44
44
|
xTenant: ,
|
|
45
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
46
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
45
47
|
} satisfies GetDogmaAttributesRequest;
|
|
46
48
|
|
|
47
49
|
try {
|
|
@@ -61,10 +63,11 @@ example().catch(console.error);
|
|
|
61
63
|
|
|
62
64
|
| Name | Type | Description | Notes |
|
|
63
65
|
|------------- | ------------- | ------------- | -------------|
|
|
64
|
-
| **xCompatibilityDate** | `
|
|
66
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
65
67
|
| **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] |
|
|
66
68
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
67
69
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
70
|
+
| **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`] |
|
|
68
71
|
|
|
69
72
|
### Return type
|
|
70
73
|
|
|
@@ -91,7 +94,7 @@ No authorization required
|
|
|
91
94
|
|
|
92
95
|
## getDogmaAttributesAttributeId
|
|
93
96
|
|
|
94
|
-
> DogmaAttributesAttributeIdGet getDogmaAttributesAttributeId(attributeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
97
|
+
> DogmaAttributesAttributeIdGet getDogmaAttributesAttributeId(attributeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
95
98
|
|
|
96
99
|
Get attribute information
|
|
97
100
|
|
|
@@ -113,7 +116,7 @@ async function example() {
|
|
|
113
116
|
const body = {
|
|
114
117
|
// number
|
|
115
118
|
attributeId: 789,
|
|
116
|
-
// '
|
|
119
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
117
120
|
xCompatibilityDate: 2013-10-20,
|
|
118
121
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
119
122
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -121,6 +124,8 @@ async function example() {
|
|
|
121
124
|
ifNoneMatch: ifNoneMatch_example,
|
|
122
125
|
// string | The tenant ID for the request. (optional)
|
|
123
126
|
xTenant: ,
|
|
127
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
128
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
124
129
|
} satisfies GetDogmaAttributesAttributeIdRequest;
|
|
125
130
|
|
|
126
131
|
try {
|
|
@@ -141,10 +146,11 @@ example().catch(console.error);
|
|
|
141
146
|
| Name | Type | Description | Notes |
|
|
142
147
|
|------------- | ------------- | ------------- | -------------|
|
|
143
148
|
| **attributeId** | `number` | | [Defaults to `undefined`] |
|
|
144
|
-
| **xCompatibilityDate** | `
|
|
149
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
145
150
|
| **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] |
|
|
146
151
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
147
152
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
153
|
+
| **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`] |
|
|
148
154
|
|
|
149
155
|
### Return type
|
|
150
156
|
|
|
@@ -171,7 +177,7 @@ No authorization required
|
|
|
171
177
|
|
|
172
178
|
## getDogmaDynamicItemsTypeIdItemId
|
|
173
179
|
|
|
174
|
-
> DogmaDynamicItemsTypeIdItemIdGet getDogmaDynamicItemsTypeIdItemId(itemId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
180
|
+
> DogmaDynamicItemsTypeIdItemIdGet getDogmaDynamicItemsTypeIdItemId(itemId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
175
181
|
|
|
176
182
|
Get dynamic item information
|
|
177
183
|
|
|
@@ -195,7 +201,7 @@ async function example() {
|
|
|
195
201
|
itemId: 789,
|
|
196
202
|
// number
|
|
197
203
|
typeId: 789,
|
|
198
|
-
// '
|
|
204
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
199
205
|
xCompatibilityDate: 2013-10-20,
|
|
200
206
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
201
207
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -203,6 +209,8 @@ async function example() {
|
|
|
203
209
|
ifNoneMatch: ifNoneMatch_example,
|
|
204
210
|
// string | The tenant ID for the request. (optional)
|
|
205
211
|
xTenant: ,
|
|
212
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
213
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
206
214
|
} satisfies GetDogmaDynamicItemsTypeIdItemIdRequest;
|
|
207
215
|
|
|
208
216
|
try {
|
|
@@ -224,10 +232,11 @@ example().catch(console.error);
|
|
|
224
232
|
|------------- | ------------- | ------------- | -------------|
|
|
225
233
|
| **itemId** | `number` | | [Defaults to `undefined`] |
|
|
226
234
|
| **typeId** | `number` | | [Defaults to `undefined`] |
|
|
227
|
-
| **xCompatibilityDate** | `
|
|
235
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
228
236
|
| **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] |
|
|
229
237
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
230
238
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
239
|
+
| **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`] |
|
|
231
240
|
|
|
232
241
|
### Return type
|
|
233
242
|
|
|
@@ -254,7 +263,7 @@ No authorization required
|
|
|
254
263
|
|
|
255
264
|
## getDogmaEffects
|
|
256
265
|
|
|
257
|
-
> Array<number> getDogmaEffects(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
266
|
+
> Array<number> getDogmaEffects(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
258
267
|
|
|
259
268
|
Get effects
|
|
260
269
|
|
|
@@ -274,7 +283,7 @@ async function example() {
|
|
|
274
283
|
const api = new DogmaApi();
|
|
275
284
|
|
|
276
285
|
const body = {
|
|
277
|
-
// '
|
|
286
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
278
287
|
xCompatibilityDate: 2013-10-20,
|
|
279
288
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
280
289
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -282,6 +291,8 @@ async function example() {
|
|
|
282
291
|
ifNoneMatch: ifNoneMatch_example,
|
|
283
292
|
// string | The tenant ID for the request. (optional)
|
|
284
293
|
xTenant: ,
|
|
294
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
295
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
285
296
|
} satisfies GetDogmaEffectsRequest;
|
|
286
297
|
|
|
287
298
|
try {
|
|
@@ -301,10 +312,11 @@ example().catch(console.error);
|
|
|
301
312
|
|
|
302
313
|
| Name | Type | Description | Notes |
|
|
303
314
|
|------------- | ------------- | ------------- | -------------|
|
|
304
|
-
| **xCompatibilityDate** | `
|
|
315
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
305
316
|
| **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] |
|
|
306
317
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
307
318
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
319
|
+
| **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`] |
|
|
308
320
|
|
|
309
321
|
### Return type
|
|
310
322
|
|
|
@@ -331,7 +343,7 @@ No authorization required
|
|
|
331
343
|
|
|
332
344
|
## getDogmaEffectsEffectId
|
|
333
345
|
|
|
334
|
-
> DogmaEffectsEffectIdGet getDogmaEffectsEffectId(effectId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
346
|
+
> DogmaEffectsEffectIdGet getDogmaEffectsEffectId(effectId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
335
347
|
|
|
336
348
|
Get effect information
|
|
337
349
|
|
|
@@ -353,7 +365,7 @@ async function example() {
|
|
|
353
365
|
const body = {
|
|
354
366
|
// number
|
|
355
367
|
effectId: 789,
|
|
356
|
-
// '
|
|
368
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
357
369
|
xCompatibilityDate: 2013-10-20,
|
|
358
370
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
359
371
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -361,6 +373,8 @@ async function example() {
|
|
|
361
373
|
ifNoneMatch: ifNoneMatch_example,
|
|
362
374
|
// string | The tenant ID for the request. (optional)
|
|
363
375
|
xTenant: ,
|
|
376
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
377
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
364
378
|
} satisfies GetDogmaEffectsEffectIdRequest;
|
|
365
379
|
|
|
366
380
|
try {
|
|
@@ -381,10 +395,11 @@ example().catch(console.error);
|
|
|
381
395
|
| Name | Type | Description | Notes |
|
|
382
396
|
|------------- | ------------- | ------------- | -------------|
|
|
383
397
|
| **effectId** | `number` | | [Defaults to `undefined`] |
|
|
384
|
-
| **xCompatibilityDate** | `
|
|
398
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
385
399
|
| **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] |
|
|
386
400
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
387
401
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
402
|
+
| **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`] |
|
|
388
403
|
|
|
389
404
|
### Return type
|
|
390
405
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# EarnLoyaltyPoint
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`earnLoyaltyPoint` | [CorporationsProjectsDetailConfigurationearnloyaltypoints](CorporationsProjectsDetailConfigurationearnloyaltypoints.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,14 @@
|
|
|
1
|
+
|
|
2
|
+
# FactionId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`factionId` | 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
|
+
|
|
@@ -17,7 +17,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
17
17
|
|
|
18
18
|
## getCharactersCharacterIdFwStats
|
|
19
19
|
|
|
20
|
-
> CharactersCharacterIdFwStatsGet getCharactersCharacterIdFwStats(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
20
|
+
> CharactersCharacterIdFwStatsGet getCharactersCharacterIdFwStats(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
21
21
|
|
|
22
22
|
Overview of a character involved in faction warfare
|
|
23
23
|
|
|
@@ -43,7 +43,7 @@ async function example() {
|
|
|
43
43
|
const body = {
|
|
44
44
|
// number | The ID of the character
|
|
45
45
|
characterId: 789,
|
|
46
|
-
// '
|
|
46
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
47
47
|
xCompatibilityDate: 2013-10-20,
|
|
48
48
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
49
49
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -51,6 +51,8 @@ async function example() {
|
|
|
51
51
|
ifNoneMatch: ifNoneMatch_example,
|
|
52
52
|
// string | The tenant ID for the request. (optional)
|
|
53
53
|
xTenant: ,
|
|
54
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
55
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
54
56
|
} satisfies GetCharactersCharacterIdFwStatsRequest;
|
|
55
57
|
|
|
56
58
|
try {
|
|
@@ -71,10 +73,11 @@ example().catch(console.error);
|
|
|
71
73
|
| Name | Type | Description | Notes |
|
|
72
74
|
|------------- | ------------- | ------------- | -------------|
|
|
73
75
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
74
|
-
| **xCompatibilityDate** | `
|
|
76
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
75
77
|
| **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] |
|
|
76
78
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
77
79
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
80
|
+
| **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`] |
|
|
78
81
|
|
|
79
82
|
### Return type
|
|
80
83
|
|
|
@@ -101,7 +104,7 @@ example().catch(console.error);
|
|
|
101
104
|
|
|
102
105
|
## getCorporationsCorporationIdFwStats
|
|
103
106
|
|
|
104
|
-
> CorporationsCorporationIdFwStatsGet getCorporationsCorporationIdFwStats(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
107
|
+
> CorporationsCorporationIdFwStatsGet getCorporationsCorporationIdFwStats(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
105
108
|
|
|
106
109
|
Overview of a corporation involved in faction warfare
|
|
107
110
|
|
|
@@ -127,7 +130,7 @@ async function example() {
|
|
|
127
130
|
const body = {
|
|
128
131
|
// number | The ID of the corporation
|
|
129
132
|
corporationId: 789,
|
|
130
|
-
// '
|
|
133
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
131
134
|
xCompatibilityDate: 2013-10-20,
|
|
132
135
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
133
136
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -135,6 +138,8 @@ async function example() {
|
|
|
135
138
|
ifNoneMatch: ifNoneMatch_example,
|
|
136
139
|
// string | The tenant ID for the request. (optional)
|
|
137
140
|
xTenant: ,
|
|
141
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
142
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
138
143
|
} satisfies GetCorporationsCorporationIdFwStatsRequest;
|
|
139
144
|
|
|
140
145
|
try {
|
|
@@ -155,10 +160,11 @@ example().catch(console.error);
|
|
|
155
160
|
| Name | Type | Description | Notes |
|
|
156
161
|
|------------- | ------------- | ------------- | -------------|
|
|
157
162
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
158
|
-
| **xCompatibilityDate** | `
|
|
163
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
159
164
|
| **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] |
|
|
160
165
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
161
166
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
167
|
+
| **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`] |
|
|
162
168
|
|
|
163
169
|
### Return type
|
|
164
170
|
|
|
@@ -185,7 +191,7 @@ example().catch(console.error);
|
|
|
185
191
|
|
|
186
192
|
## getFwLeaderboards
|
|
187
193
|
|
|
188
|
-
> FwLeaderboardsGet getFwLeaderboards(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
194
|
+
> FwLeaderboardsGet getFwLeaderboards(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
189
195
|
|
|
190
196
|
List of the top factions in faction warfare
|
|
191
197
|
|
|
@@ -205,7 +211,7 @@ async function example() {
|
|
|
205
211
|
const api = new FactionWarfareApi();
|
|
206
212
|
|
|
207
213
|
const body = {
|
|
208
|
-
// '
|
|
214
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
209
215
|
xCompatibilityDate: 2013-10-20,
|
|
210
216
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
211
217
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -213,6 +219,8 @@ async function example() {
|
|
|
213
219
|
ifNoneMatch: ifNoneMatch_example,
|
|
214
220
|
// string | The tenant ID for the request. (optional)
|
|
215
221
|
xTenant: ,
|
|
222
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
223
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
216
224
|
} satisfies GetFwLeaderboardsRequest;
|
|
217
225
|
|
|
218
226
|
try {
|
|
@@ -232,10 +240,11 @@ example().catch(console.error);
|
|
|
232
240
|
|
|
233
241
|
| Name | Type | Description | Notes |
|
|
234
242
|
|------------- | ------------- | ------------- | -------------|
|
|
235
|
-
| **xCompatibilityDate** | `
|
|
243
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
236
244
|
| **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] |
|
|
237
245
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
238
246
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
247
|
+
| **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`] |
|
|
239
248
|
|
|
240
249
|
### Return type
|
|
241
250
|
|
|
@@ -262,7 +271,7 @@ No authorization required
|
|
|
262
271
|
|
|
263
272
|
## getFwLeaderboardsCharacters
|
|
264
273
|
|
|
265
|
-
> FwLeaderboardsCharactersGet getFwLeaderboardsCharacters(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
274
|
+
> FwLeaderboardsCharactersGet getFwLeaderboardsCharacters(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
266
275
|
|
|
267
276
|
List of the top pilots in faction warfare
|
|
268
277
|
|
|
@@ -282,7 +291,7 @@ async function example() {
|
|
|
282
291
|
const api = new FactionWarfareApi();
|
|
283
292
|
|
|
284
293
|
const body = {
|
|
285
|
-
// '
|
|
294
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
286
295
|
xCompatibilityDate: 2013-10-20,
|
|
287
296
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
288
297
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -290,6 +299,8 @@ async function example() {
|
|
|
290
299
|
ifNoneMatch: ifNoneMatch_example,
|
|
291
300
|
// string | The tenant ID for the request. (optional)
|
|
292
301
|
xTenant: ,
|
|
302
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
303
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
293
304
|
} satisfies GetFwLeaderboardsCharactersRequest;
|
|
294
305
|
|
|
295
306
|
try {
|
|
@@ -309,10 +320,11 @@ example().catch(console.error);
|
|
|
309
320
|
|
|
310
321
|
| Name | Type | Description | Notes |
|
|
311
322
|
|------------- | ------------- | ------------- | -------------|
|
|
312
|
-
| **xCompatibilityDate** | `
|
|
323
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
313
324
|
| **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] |
|
|
314
325
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
315
326
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
327
|
+
| **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`] |
|
|
316
328
|
|
|
317
329
|
### Return type
|
|
318
330
|
|
|
@@ -339,7 +351,7 @@ No authorization required
|
|
|
339
351
|
|
|
340
352
|
## getFwLeaderboardsCorporations
|
|
341
353
|
|
|
342
|
-
> FwLeaderboardsCorporationsGet getFwLeaderboardsCorporations(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
354
|
+
> FwLeaderboardsCorporationsGet getFwLeaderboardsCorporations(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
343
355
|
|
|
344
356
|
List of the top corporations in faction warfare
|
|
345
357
|
|
|
@@ -359,7 +371,7 @@ async function example() {
|
|
|
359
371
|
const api = new FactionWarfareApi();
|
|
360
372
|
|
|
361
373
|
const body = {
|
|
362
|
-
// '
|
|
374
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
363
375
|
xCompatibilityDate: 2013-10-20,
|
|
364
376
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
365
377
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -367,6 +379,8 @@ async function example() {
|
|
|
367
379
|
ifNoneMatch: ifNoneMatch_example,
|
|
368
380
|
// string | The tenant ID for the request. (optional)
|
|
369
381
|
xTenant: ,
|
|
382
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
383
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
370
384
|
} satisfies GetFwLeaderboardsCorporationsRequest;
|
|
371
385
|
|
|
372
386
|
try {
|
|
@@ -386,10 +400,11 @@ example().catch(console.error);
|
|
|
386
400
|
|
|
387
401
|
| Name | Type | Description | Notes |
|
|
388
402
|
|------------- | ------------- | ------------- | -------------|
|
|
389
|
-
| **xCompatibilityDate** | `
|
|
403
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
390
404
|
| **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] |
|
|
391
405
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
392
406
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
407
|
+
| **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`] |
|
|
393
408
|
|
|
394
409
|
### Return type
|
|
395
410
|
|
|
@@ -416,7 +431,7 @@ No authorization required
|
|
|
416
431
|
|
|
417
432
|
## getFwStats
|
|
418
433
|
|
|
419
|
-
> Array<FwStatsGetInner> getFwStats(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
434
|
+
> Array<FwStatsGetInner> getFwStats(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
420
435
|
|
|
421
436
|
An overview of statistics about factions involved in faction warfare
|
|
422
437
|
|
|
@@ -436,7 +451,7 @@ async function example() {
|
|
|
436
451
|
const api = new FactionWarfareApi();
|
|
437
452
|
|
|
438
453
|
const body = {
|
|
439
|
-
// '
|
|
454
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
440
455
|
xCompatibilityDate: 2013-10-20,
|
|
441
456
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
442
457
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -444,6 +459,8 @@ async function example() {
|
|
|
444
459
|
ifNoneMatch: ifNoneMatch_example,
|
|
445
460
|
// string | The tenant ID for the request. (optional)
|
|
446
461
|
xTenant: ,
|
|
462
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
463
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
447
464
|
} satisfies GetFwStatsRequest;
|
|
448
465
|
|
|
449
466
|
try {
|
|
@@ -463,10 +480,11 @@ example().catch(console.error);
|
|
|
463
480
|
|
|
464
481
|
| Name | Type | Description | Notes |
|
|
465
482
|
|------------- | ------------- | ------------- | -------------|
|
|
466
|
-
| **xCompatibilityDate** | `
|
|
483
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
467
484
|
| **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] |
|
|
468
485
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
469
486
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
487
|
+
| **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`] |
|
|
470
488
|
|
|
471
489
|
### Return type
|
|
472
490
|
|
|
@@ -493,7 +511,7 @@ No authorization required
|
|
|
493
511
|
|
|
494
512
|
## getFwSystems
|
|
495
513
|
|
|
496
|
-
> Array<FwSystemsGetInner> getFwSystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
514
|
+
> Array<FwSystemsGetInner> getFwSystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
497
515
|
|
|
498
516
|
Ownership of faction warfare systems
|
|
499
517
|
|
|
@@ -513,7 +531,7 @@ async function example() {
|
|
|
513
531
|
const api = new FactionWarfareApi();
|
|
514
532
|
|
|
515
533
|
const body = {
|
|
516
|
-
// '
|
|
534
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
517
535
|
xCompatibilityDate: 2013-10-20,
|
|
518
536
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
519
537
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -521,6 +539,8 @@ async function example() {
|
|
|
521
539
|
ifNoneMatch: ifNoneMatch_example,
|
|
522
540
|
// string | The tenant ID for the request. (optional)
|
|
523
541
|
xTenant: ,
|
|
542
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
543
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
524
544
|
} satisfies GetFwSystemsRequest;
|
|
525
545
|
|
|
526
546
|
try {
|
|
@@ -540,10 +560,11 @@ example().catch(console.error);
|
|
|
540
560
|
|
|
541
561
|
| Name | Type | Description | Notes |
|
|
542
562
|
|------------- | ------------- | ------------- | -------------|
|
|
543
|
-
| **xCompatibilityDate** | `
|
|
563
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
544
564
|
| **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] |
|
|
545
565
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
546
566
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
567
|
+
| **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`] |
|
|
547
568
|
|
|
548
569
|
### Return type
|
|
549
570
|
|
|
@@ -570,7 +591,7 @@ No authorization required
|
|
|
570
591
|
|
|
571
592
|
## getFwWars
|
|
572
593
|
|
|
573
|
-
> Array<FwWarsGetInner> getFwWars(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
594
|
+
> Array<FwWarsGetInner> getFwWars(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
574
595
|
|
|
575
596
|
Data about which NPC factions are at war
|
|
576
597
|
|
|
@@ -590,7 +611,7 @@ async function example() {
|
|
|
590
611
|
const api = new FactionWarfareApi();
|
|
591
612
|
|
|
592
613
|
const body = {
|
|
593
|
-
// '
|
|
614
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
594
615
|
xCompatibilityDate: 2013-10-20,
|
|
595
616
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
596
617
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -598,6 +619,8 @@ async function example() {
|
|
|
598
619
|
ifNoneMatch: ifNoneMatch_example,
|
|
599
620
|
// string | The tenant ID for the request. (optional)
|
|
600
621
|
xTenant: ,
|
|
622
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
623
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
601
624
|
} satisfies GetFwWarsRequest;
|
|
602
625
|
|
|
603
626
|
try {
|
|
@@ -617,10 +640,11 @@ example().catch(console.error);
|
|
|
617
640
|
|
|
618
641
|
| Name | Type | Description | Notes |
|
|
619
642
|
|------------- | ------------- | ------------- | -------------|
|
|
620
|
-
| **xCompatibilityDate** | `
|
|
643
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
621
644
|
| **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] |
|
|
622
645
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
623
646
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
647
|
+
| **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`] |
|
|
624
648
|
|
|
625
649
|
### Return type
|
|
626
650
|
|