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
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# MetaStatusRoutestatus
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`method` | string
|
|
10
|
+
`path` | string
|
|
11
|
+
`status` | 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
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# MineMaterial
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`mineMaterial` | [CorporationsProjectsDetailConfigurationminematerial](CorporationsProjectsDetailConfigurationminematerial.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
|
+
# ModelBoolean
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`_boolean` | [FreelanceJobsDetailParameterboolean](FreelanceJobsDetailParameterboolean.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
|
+
|
package/docs/Options.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Options
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`options` | [FreelanceJobsDetailParameteroptions](FreelanceJobsDetailParameteroptions.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
|
+
|
|
@@ -13,7 +13,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
13
13
|
|
|
14
14
|
## getCharactersCharacterIdPlanets
|
|
15
15
|
|
|
16
|
-
> Array<CharactersCharacterIdPlanetsGetInner> getCharactersCharacterIdPlanets(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
16
|
+
> Array<CharactersCharacterIdPlanetsGetInner> getCharactersCharacterIdPlanets(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
17
17
|
|
|
18
18
|
Get colonies
|
|
19
19
|
|
|
@@ -39,7 +39,7 @@ async function example() {
|
|
|
39
39
|
const body = {
|
|
40
40
|
// number | The ID of the character
|
|
41
41
|
characterId: 789,
|
|
42
|
-
// '
|
|
42
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
43
43
|
xCompatibilityDate: 2013-10-20,
|
|
44
44
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
45
45
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -47,6 +47,8 @@ async function example() {
|
|
|
47
47
|
ifNoneMatch: ifNoneMatch_example,
|
|
48
48
|
// string | The tenant ID for the request. (optional)
|
|
49
49
|
xTenant: ,
|
|
50
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
51
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
50
52
|
} satisfies GetCharactersCharacterIdPlanetsRequest;
|
|
51
53
|
|
|
52
54
|
try {
|
|
@@ -67,10 +69,11 @@ example().catch(console.error);
|
|
|
67
69
|
| Name | Type | Description | Notes |
|
|
68
70
|
|------------- | ------------- | ------------- | -------------|
|
|
69
71
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
70
|
-
| **xCompatibilityDate** | `
|
|
72
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
71
73
|
| **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] |
|
|
72
74
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
73
75
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
76
|
+
| **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`] |
|
|
74
77
|
|
|
75
78
|
### Return type
|
|
76
79
|
|
|
@@ -97,7 +100,7 @@ example().catch(console.error);
|
|
|
97
100
|
|
|
98
101
|
## getCharactersCharacterIdPlanetsPlanetId
|
|
99
102
|
|
|
100
|
-
> CharactersCharacterIdPlanetsPlanetIdGet getCharactersCharacterIdPlanetsPlanetId(characterId, planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
103
|
+
> CharactersCharacterIdPlanetsPlanetIdGet getCharactersCharacterIdPlanetsPlanetId(characterId, planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
101
104
|
|
|
102
105
|
Get colony layout
|
|
103
106
|
|
|
@@ -125,7 +128,7 @@ async function example() {
|
|
|
125
128
|
characterId: 789,
|
|
126
129
|
// number
|
|
127
130
|
planetId: 789,
|
|
128
|
-
// '
|
|
131
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
129
132
|
xCompatibilityDate: 2013-10-20,
|
|
130
133
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
131
134
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -133,6 +136,8 @@ async function example() {
|
|
|
133
136
|
ifNoneMatch: ifNoneMatch_example,
|
|
134
137
|
// string | The tenant ID for the request. (optional)
|
|
135
138
|
xTenant: ,
|
|
139
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
140
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
136
141
|
} satisfies GetCharactersCharacterIdPlanetsPlanetIdRequest;
|
|
137
142
|
|
|
138
143
|
try {
|
|
@@ -154,10 +159,11 @@ example().catch(console.error);
|
|
|
154
159
|
|------------- | ------------- | ------------- | -------------|
|
|
155
160
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
156
161
|
| **planetId** | `number` | | [Defaults to `undefined`] |
|
|
157
|
-
| **xCompatibilityDate** | `
|
|
162
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
158
163
|
| **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] |
|
|
159
164
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
160
165
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
166
|
+
| **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`] |
|
|
161
167
|
|
|
162
168
|
### Return type
|
|
163
169
|
|
|
@@ -184,7 +190,7 @@ example().catch(console.error);
|
|
|
184
190
|
|
|
185
191
|
## getCorporationsCorporationIdCustomsOffices
|
|
186
192
|
|
|
187
|
-
> Array<CorporationsCorporationIdCustomsOfficesGetInner> getCorporationsCorporationIdCustomsOffices(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
193
|
+
> Array<CorporationsCorporationIdCustomsOfficesGetInner> getCorporationsCorporationIdCustomsOffices(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
188
194
|
|
|
189
195
|
List corporation customs offices
|
|
190
196
|
|
|
@@ -210,7 +216,7 @@ async function example() {
|
|
|
210
216
|
const body = {
|
|
211
217
|
// number | The ID of the corporation
|
|
212
218
|
corporationId: 789,
|
|
213
|
-
// '
|
|
219
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
214
220
|
xCompatibilityDate: 2013-10-20,
|
|
215
221
|
// number (optional)
|
|
216
222
|
page: 56,
|
|
@@ -220,6 +226,8 @@ async function example() {
|
|
|
220
226
|
ifNoneMatch: ifNoneMatch_example,
|
|
221
227
|
// string | The tenant ID for the request. (optional)
|
|
222
228
|
xTenant: ,
|
|
229
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
230
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
223
231
|
} satisfies GetCorporationsCorporationIdCustomsOfficesRequest;
|
|
224
232
|
|
|
225
233
|
try {
|
|
@@ -240,11 +248,12 @@ example().catch(console.error);
|
|
|
240
248
|
| Name | Type | Description | Notes |
|
|
241
249
|
|------------- | ------------- | ------------- | -------------|
|
|
242
250
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
243
|
-
| **xCompatibilityDate** | `
|
|
251
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
244
252
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
245
253
|
| **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] |
|
|
246
254
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
247
255
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
256
|
+
| **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`] |
|
|
248
257
|
|
|
249
258
|
### Return type
|
|
250
259
|
|
|
@@ -271,7 +280,7 @@ example().catch(console.error);
|
|
|
271
280
|
|
|
272
281
|
## getUniverseSchematicsSchematicId
|
|
273
282
|
|
|
274
|
-
> UniverseSchematicsSchematicIdGet getUniverseSchematicsSchematicId(schematicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
283
|
+
> UniverseSchematicsSchematicIdGet getUniverseSchematicsSchematicId(schematicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
275
284
|
|
|
276
285
|
Get schematic information
|
|
277
286
|
|
|
@@ -293,7 +302,7 @@ async function example() {
|
|
|
293
302
|
const body = {
|
|
294
303
|
// number
|
|
295
304
|
schematicId: 789,
|
|
296
|
-
// '
|
|
305
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
297
306
|
xCompatibilityDate: 2013-10-20,
|
|
298
307
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
299
308
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -301,6 +310,8 @@ async function example() {
|
|
|
301
310
|
ifNoneMatch: ifNoneMatch_example,
|
|
302
311
|
// string | The tenant ID for the request. (optional)
|
|
303
312
|
xTenant: ,
|
|
313
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
314
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
304
315
|
} satisfies GetUniverseSchematicsSchematicIdRequest;
|
|
305
316
|
|
|
306
317
|
try {
|
|
@@ -321,10 +332,11 @@ example().catch(console.error);
|
|
|
321
332
|
| Name | Type | Description | Notes |
|
|
322
333
|
|------------- | ------------- | ------------- | -------------|
|
|
323
334
|
| **schematicId** | `number` | | [Defaults to `undefined`] |
|
|
324
|
-
| **xCompatibilityDate** | `
|
|
335
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
325
336
|
| **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] |
|
|
326
337
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
327
338
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
339
|
+
| **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`] |
|
|
328
340
|
|
|
329
341
|
### Return type
|
|
330
342
|
|
package/docs/RegionId.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# RegionId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`regionId` | 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
|
+
# RemoteBoostShield
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`remoteBoostShield` | [CorporationsProjectsDetailConfigurationremoteboostshield](CorporationsProjectsDetailConfigurationremoteboostshield.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
|
+
# RemoteRepairArmor
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`remoteRepairArmor` | [CorporationsProjectsDetailConfigurationremoterepairarmor](CorporationsProjectsDetailConfigurationremoterepairarmor.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
|
+
|
package/docs/Route.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Route
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`route` | Array<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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# RouteConnection
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`from` | number
|
|
10
|
+
`to` | number
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
# RouteRequestBody
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`avoidSystems` | Set<number>
|
|
10
|
+
`connections` | [Array<RouteConnection>](RouteConnection.md)
|
|
11
|
+
`preference` | string
|
|
12
|
+
`securityPenalty` | number
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
16
|
+
|
|
17
|
+
|
package/docs/RoutesApi.md
CHANGED
|
@@ -4,17 +4,17 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
| [**
|
|
7
|
+
| [**postRoute**](RoutesApi.md#postroute) | **POST** /route/{origin_system_id}/{destination_system_id} | Get route between two systems |
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## postRoute
|
|
12
12
|
|
|
13
|
-
>
|
|
13
|
+
> Route postRoute(originSystemId, destinationSystemId, xCompatibilityDate, routeRequestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
14
14
|
|
|
15
|
-
Get route
|
|
15
|
+
Get route between two systems
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Calculate the systems between the given origin and destination.
|
|
18
18
|
|
|
19
19
|
### Example
|
|
20
20
|
|
|
@@ -23,35 +23,33 @@ import {
|
|
|
23
23
|
Configuration,
|
|
24
24
|
RoutesApi,
|
|
25
25
|
} from 'esisl_genoa_client';
|
|
26
|
-
import type {
|
|
26
|
+
import type { PostRouteRequest } from 'esisl_genoa_client';
|
|
27
27
|
|
|
28
28
|
async function example() {
|
|
29
29
|
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
30
30
|
const api = new RoutesApi();
|
|
31
31
|
|
|
32
32
|
const body = {
|
|
33
|
-
// number
|
|
34
|
-
|
|
35
|
-
// number
|
|
36
|
-
|
|
37
|
-
// '
|
|
33
|
+
// number | Origin system
|
|
34
|
+
originSystemId: 789,
|
|
35
|
+
// number | Destination system
|
|
36
|
+
destinationSystemId: 789,
|
|
37
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
38
38
|
xCompatibilityDate: 2013-10-20,
|
|
39
|
-
//
|
|
40
|
-
|
|
41
|
-
// Set<Array<number>> (optional)
|
|
42
|
-
connections: ...,
|
|
43
|
-
// 'shortest' | 'secure' | 'insecure' (optional)
|
|
44
|
-
flag: flag_example,
|
|
39
|
+
// RouteRequestBody
|
|
40
|
+
routeRequestBody: ...,
|
|
45
41
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
46
42
|
acceptLanguage: acceptLanguage_example,
|
|
47
43
|
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
48
44
|
ifNoneMatch: ifNoneMatch_example,
|
|
49
45
|
// string | The tenant ID for the request. (optional)
|
|
50
46
|
xTenant: ,
|
|
51
|
-
|
|
47
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
48
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
49
|
+
} satisfies PostRouteRequest;
|
|
52
50
|
|
|
53
51
|
try {
|
|
54
|
-
const data = await api.
|
|
52
|
+
const data = await api.postRoute(body);
|
|
55
53
|
console.log(data);
|
|
56
54
|
} catch (error) {
|
|
57
55
|
console.error(error);
|
|
@@ -67,19 +65,18 @@ example().catch(console.error);
|
|
|
67
65
|
|
|
68
66
|
| Name | Type | Description | Notes |
|
|
69
67
|
|------------- | ------------- | ------------- | -------------|
|
|
70
|
-
| **
|
|
71
|
-
| **
|
|
72
|
-
| **xCompatibilityDate** | `
|
|
73
|
-
| **
|
|
74
|
-
| **connections** | `Set<Array<number>>` | | [Optional] |
|
|
75
|
-
| **flag** | `shortest`, `secure`, `insecure` | | [Optional] [Defaults to `'shortest'`] [Enum: shortest, secure, insecure] |
|
|
68
|
+
| **originSystemId** | `number` | Origin system | [Defaults to `undefined`] |
|
|
69
|
+
| **destinationSystemId** | `number` | Destination system | [Defaults to `undefined`] |
|
|
70
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
71
|
+
| **routeRequestBody** | [RouteRequestBody](RouteRequestBody.md) | | |
|
|
76
72
|
| **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] |
|
|
77
73
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
78
74
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
75
|
+
| **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`] |
|
|
79
76
|
|
|
80
77
|
### Return type
|
|
81
78
|
|
|
82
|
-
**
|
|
79
|
+
[**Route**](Route.md)
|
|
83
80
|
|
|
84
81
|
### Authorization
|
|
85
82
|
|
|
@@ -87,7 +84,7 @@ No authorization required
|
|
|
87
84
|
|
|
88
85
|
### HTTP request headers
|
|
89
86
|
|
|
90
|
-
- **Content-Type**:
|
|
87
|
+
- **Content-Type**: `application/json`
|
|
91
88
|
- **Accept**: `application/json`
|
|
92
89
|
|
|
93
90
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# SalvageWreck
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`salvageWreck` | [CorporationsProjectsDetailConfigurationsalvagewreck](CorporationsProjectsDetailConfigurationsalvagewreck.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
|
+
# ScanSignature
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`scanSignature` | [CorporationsProjectsDetailConfigurationscansignature](CorporationsProjectsDetailConfigurationscansignature.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
|
+
|
package/docs/SearchApi.md
CHANGED
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
10
10
|
|
|
11
11
|
## getCharactersCharacterIdSearch
|
|
12
12
|
|
|
13
|
-
> CharactersCharacterIdSearchGet getCharactersCharacterIdSearch(categories, characterId, search, xCompatibilityDate, strict, acceptLanguage, ifNoneMatch, xTenant)
|
|
13
|
+
> CharactersCharacterIdSearchGet getCharactersCharacterIdSearch(categories, characterId, search, xCompatibilityDate, strict, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
14
14
|
|
|
15
15
|
Search on a string
|
|
16
16
|
|
|
@@ -40,7 +40,7 @@ async function example() {
|
|
|
40
40
|
characterId: 789,
|
|
41
41
|
// string
|
|
42
42
|
search: search_example,
|
|
43
|
-
// '
|
|
43
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
44
44
|
xCompatibilityDate: 2013-10-20,
|
|
45
45
|
// boolean (optional)
|
|
46
46
|
strict: true,
|
|
@@ -50,6 +50,8 @@ async function example() {
|
|
|
50
50
|
ifNoneMatch: ifNoneMatch_example,
|
|
51
51
|
// string | The tenant ID for the request. (optional)
|
|
52
52
|
xTenant: ,
|
|
53
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
54
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
53
55
|
} satisfies GetCharactersCharacterIdSearchRequest;
|
|
54
56
|
|
|
55
57
|
try {
|
|
@@ -72,11 +74,12 @@ example().catch(console.error);
|
|
|
72
74
|
| **categories** | `agent`, `alliance`, `character`, `constellation`, `corporation`, `faction`, `inventory_type`, `region`, `solar_system`, `station`, `structure` | | [Enum: agent, alliance, character, constellation, corporation, faction, inventory_type, region, solar_system, station, structure] |
|
|
73
75
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
74
76
|
| **search** | `string` | | [Defaults to `undefined`] |
|
|
75
|
-
| **xCompatibilityDate** | `
|
|
77
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
76
78
|
| **strict** | `boolean` | | [Optional] [Defaults to `false`] |
|
|
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
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# ShipInsurance
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`shipInsurance` | [CorporationsProjectsDetailConfigurationshipinsurance](CorporationsProjectsDetailConfigurationshipinsurance.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
|
+
|
package/docs/SkillsApi.md
CHANGED
|
@@ -12,7 +12,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
12
12
|
|
|
13
13
|
## getCharactersCharacterIdAttributes
|
|
14
14
|
|
|
15
|
-
> CharactersCharacterIdAttributesGet getCharactersCharacterIdAttributes(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
15
|
+
> CharactersCharacterIdAttributesGet getCharactersCharacterIdAttributes(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
16
16
|
|
|
17
17
|
Get character attributes
|
|
18
18
|
|
|
@@ -38,7 +38,7 @@ async function example() {
|
|
|
38
38
|
const body = {
|
|
39
39
|
// number | The ID of the character
|
|
40
40
|
characterId: 789,
|
|
41
|
-
// '
|
|
41
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
42
42
|
xCompatibilityDate: 2013-10-20,
|
|
43
43
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
44
44
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -46,6 +46,8 @@ async function example() {
|
|
|
46
46
|
ifNoneMatch: ifNoneMatch_example,
|
|
47
47
|
// string | The tenant ID for the request. (optional)
|
|
48
48
|
xTenant: ,
|
|
49
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
50
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
49
51
|
} satisfies GetCharactersCharacterIdAttributesRequest;
|
|
50
52
|
|
|
51
53
|
try {
|
|
@@ -66,10 +68,11 @@ example().catch(console.error);
|
|
|
66
68
|
| Name | Type | Description | Notes |
|
|
67
69
|
|------------- | ------------- | ------------- | -------------|
|
|
68
70
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
69
|
-
| **xCompatibilityDate** | `
|
|
71
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
70
72
|
| **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] |
|
|
71
73
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
72
74
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
75
|
+
| **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`] |
|
|
73
76
|
|
|
74
77
|
### Return type
|
|
75
78
|
|
|
@@ -96,7 +99,7 @@ example().catch(console.error);
|
|
|
96
99
|
|
|
97
100
|
## getCharactersCharacterIdSkillqueue
|
|
98
101
|
|
|
99
|
-
> Array<CharactersCharacterIdSkillqueueGetInner> getCharactersCharacterIdSkillqueue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
102
|
+
> Array<CharactersCharacterIdSkillqueueGetInner> getCharactersCharacterIdSkillqueue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
100
103
|
|
|
101
104
|
Get character\'s skill queue
|
|
102
105
|
|
|
@@ -122,7 +125,7 @@ async function example() {
|
|
|
122
125
|
const body = {
|
|
123
126
|
// number | The ID of the character
|
|
124
127
|
characterId: 789,
|
|
125
|
-
// '
|
|
128
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
126
129
|
xCompatibilityDate: 2013-10-20,
|
|
127
130
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
128
131
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -130,6 +133,8 @@ async function example() {
|
|
|
130
133
|
ifNoneMatch: ifNoneMatch_example,
|
|
131
134
|
// string | The tenant ID for the request. (optional)
|
|
132
135
|
xTenant: ,
|
|
136
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
137
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
133
138
|
} satisfies GetCharactersCharacterIdSkillqueueRequest;
|
|
134
139
|
|
|
135
140
|
try {
|
|
@@ -150,10 +155,11 @@ example().catch(console.error);
|
|
|
150
155
|
| Name | Type | Description | Notes |
|
|
151
156
|
|------------- | ------------- | ------------- | -------------|
|
|
152
157
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
153
|
-
| **xCompatibilityDate** | `
|
|
158
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
154
159
|
| **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] |
|
|
155
160
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
156
161
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
162
|
+
| **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`] |
|
|
157
163
|
|
|
158
164
|
### Return type
|
|
159
165
|
|
|
@@ -180,7 +186,7 @@ example().catch(console.error);
|
|
|
180
186
|
|
|
181
187
|
## getCharactersCharacterIdSkills
|
|
182
188
|
|
|
183
|
-
> CharactersCharacterIdSkillsGet getCharactersCharacterIdSkills(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
189
|
+
> CharactersCharacterIdSkillsGet getCharactersCharacterIdSkills(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
184
190
|
|
|
185
191
|
Get character skills
|
|
186
192
|
|
|
@@ -206,7 +212,7 @@ async function example() {
|
|
|
206
212
|
const body = {
|
|
207
213
|
// number | The ID of the character
|
|
208
214
|
characterId: 789,
|
|
209
|
-
// '
|
|
215
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
210
216
|
xCompatibilityDate: 2013-10-20,
|
|
211
217
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
212
218
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -214,6 +220,8 @@ async function example() {
|
|
|
214
220
|
ifNoneMatch: ifNoneMatch_example,
|
|
215
221
|
// string | The tenant ID for the request. (optional)
|
|
216
222
|
xTenant: ,
|
|
223
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
224
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
217
225
|
} satisfies GetCharactersCharacterIdSkillsRequest;
|
|
218
226
|
|
|
219
227
|
try {
|
|
@@ -234,10 +242,11 @@ example().catch(console.error);
|
|
|
234
242
|
| Name | Type | Description | Notes |
|
|
235
243
|
|------------- | ------------- | ------------- | -------------|
|
|
236
244
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
237
|
-
| **xCompatibilityDate** | `
|
|
245
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
238
246
|
| **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] |
|
|
239
247
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
240
248
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
249
|
+
| **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`] |
|
|
241
250
|
|
|
242
251
|
### Return type
|
|
243
252
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# SolarSystemId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`solarSystemId` | 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
|
+
|