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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,6 +16,7 @@ export interface GetUniverseAncestriesRequest {
|
|
|
16
16
|
acceptLanguage?: GetUniverseAncestriesAcceptLanguageEnum;
|
|
17
17
|
ifNoneMatch?: string;
|
|
18
18
|
xTenant?: string;
|
|
19
|
+
ifModifiedSince?: string;
|
|
19
20
|
}
|
|
20
21
|
export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
|
|
21
22
|
asteroidBeltId: number;
|
|
@@ -23,18 +24,21 @@ export interface GetUniverseAsteroidBeltsAsteroidBeltIdRequest {
|
|
|
23
24
|
acceptLanguage?: GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum;
|
|
24
25
|
ifNoneMatch?: string;
|
|
25
26
|
xTenant?: string;
|
|
27
|
+
ifModifiedSince?: string;
|
|
26
28
|
}
|
|
27
29
|
export interface GetUniverseBloodlinesRequest {
|
|
28
30
|
xCompatibilityDate: GetUniverseBloodlinesXCompatibilityDateEnum;
|
|
29
31
|
acceptLanguage?: GetUniverseBloodlinesAcceptLanguageEnum;
|
|
30
32
|
ifNoneMatch?: string;
|
|
31
33
|
xTenant?: string;
|
|
34
|
+
ifModifiedSince?: string;
|
|
32
35
|
}
|
|
33
36
|
export interface GetUniverseCategoriesRequest {
|
|
34
37
|
xCompatibilityDate: GetUniverseCategoriesXCompatibilityDateEnum;
|
|
35
38
|
acceptLanguage?: GetUniverseCategoriesAcceptLanguageEnum;
|
|
36
39
|
ifNoneMatch?: string;
|
|
37
40
|
xTenant?: string;
|
|
41
|
+
ifModifiedSince?: string;
|
|
38
42
|
}
|
|
39
43
|
export interface GetUniverseCategoriesCategoryIdRequest {
|
|
40
44
|
categoryId: number;
|
|
@@ -42,12 +46,14 @@ export interface GetUniverseCategoriesCategoryIdRequest {
|
|
|
42
46
|
acceptLanguage?: GetUniverseCategoriesCategoryIdAcceptLanguageEnum;
|
|
43
47
|
ifNoneMatch?: string;
|
|
44
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
45
50
|
}
|
|
46
51
|
export interface GetUniverseConstellationsRequest {
|
|
47
52
|
xCompatibilityDate: GetUniverseConstellationsXCompatibilityDateEnum;
|
|
48
53
|
acceptLanguage?: GetUniverseConstellationsAcceptLanguageEnum;
|
|
49
54
|
ifNoneMatch?: string;
|
|
50
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
51
57
|
}
|
|
52
58
|
export interface GetUniverseConstellationsConstellationIdRequest {
|
|
53
59
|
constellationId: number;
|
|
@@ -55,18 +61,21 @@ export interface GetUniverseConstellationsConstellationIdRequest {
|
|
|
55
61
|
acceptLanguage?: GetUniverseConstellationsConstellationIdAcceptLanguageEnum;
|
|
56
62
|
ifNoneMatch?: string;
|
|
57
63
|
xTenant?: string;
|
|
64
|
+
ifModifiedSince?: string;
|
|
58
65
|
}
|
|
59
66
|
export interface GetUniverseFactionsRequest {
|
|
60
67
|
xCompatibilityDate: GetUniverseFactionsXCompatibilityDateEnum;
|
|
61
68
|
acceptLanguage?: GetUniverseFactionsAcceptLanguageEnum;
|
|
62
69
|
ifNoneMatch?: string;
|
|
63
70
|
xTenant?: string;
|
|
71
|
+
ifModifiedSince?: string;
|
|
64
72
|
}
|
|
65
73
|
export interface GetUniverseGraphicsRequest {
|
|
66
74
|
xCompatibilityDate: GetUniverseGraphicsXCompatibilityDateEnum;
|
|
67
75
|
acceptLanguage?: GetUniverseGraphicsAcceptLanguageEnum;
|
|
68
76
|
ifNoneMatch?: string;
|
|
69
77
|
xTenant?: string;
|
|
78
|
+
ifModifiedSince?: string;
|
|
70
79
|
}
|
|
71
80
|
export interface GetUniverseGraphicsGraphicIdRequest {
|
|
72
81
|
graphicId: number;
|
|
@@ -74,6 +83,7 @@ export interface GetUniverseGraphicsGraphicIdRequest {
|
|
|
74
83
|
acceptLanguage?: GetUniverseGraphicsGraphicIdAcceptLanguageEnum;
|
|
75
84
|
ifNoneMatch?: string;
|
|
76
85
|
xTenant?: string;
|
|
86
|
+
ifModifiedSince?: string;
|
|
77
87
|
}
|
|
78
88
|
export interface GetUniverseGroupsRequest {
|
|
79
89
|
xCompatibilityDate: GetUniverseGroupsXCompatibilityDateEnum;
|
|
@@ -81,6 +91,7 @@ export interface GetUniverseGroupsRequest {
|
|
|
81
91
|
acceptLanguage?: GetUniverseGroupsAcceptLanguageEnum;
|
|
82
92
|
ifNoneMatch?: string;
|
|
83
93
|
xTenant?: string;
|
|
94
|
+
ifModifiedSince?: string;
|
|
84
95
|
}
|
|
85
96
|
export interface GetUniverseGroupsGroupIdRequest {
|
|
86
97
|
groupId: number;
|
|
@@ -88,6 +99,7 @@ export interface GetUniverseGroupsGroupIdRequest {
|
|
|
88
99
|
acceptLanguage?: GetUniverseGroupsGroupIdAcceptLanguageEnum;
|
|
89
100
|
ifNoneMatch?: string;
|
|
90
101
|
xTenant?: string;
|
|
102
|
+
ifModifiedSince?: string;
|
|
91
103
|
}
|
|
92
104
|
export interface GetUniverseMoonsMoonIdRequest {
|
|
93
105
|
moonId: number;
|
|
@@ -95,6 +107,7 @@ export interface GetUniverseMoonsMoonIdRequest {
|
|
|
95
107
|
acceptLanguage?: GetUniverseMoonsMoonIdAcceptLanguageEnum;
|
|
96
108
|
ifNoneMatch?: string;
|
|
97
109
|
xTenant?: string;
|
|
110
|
+
ifModifiedSince?: string;
|
|
98
111
|
}
|
|
99
112
|
export interface GetUniversePlanetsPlanetIdRequest {
|
|
100
113
|
planetId: number;
|
|
@@ -102,18 +115,21 @@ export interface GetUniversePlanetsPlanetIdRequest {
|
|
|
102
115
|
acceptLanguage?: GetUniversePlanetsPlanetIdAcceptLanguageEnum;
|
|
103
116
|
ifNoneMatch?: string;
|
|
104
117
|
xTenant?: string;
|
|
118
|
+
ifModifiedSince?: string;
|
|
105
119
|
}
|
|
106
120
|
export interface GetUniverseRacesRequest {
|
|
107
121
|
xCompatibilityDate: GetUniverseRacesXCompatibilityDateEnum;
|
|
108
122
|
acceptLanguage?: GetUniverseRacesAcceptLanguageEnum;
|
|
109
123
|
ifNoneMatch?: string;
|
|
110
124
|
xTenant?: string;
|
|
125
|
+
ifModifiedSince?: string;
|
|
111
126
|
}
|
|
112
127
|
export interface GetUniverseRegionsRequest {
|
|
113
128
|
xCompatibilityDate: GetUniverseRegionsXCompatibilityDateEnum;
|
|
114
129
|
acceptLanguage?: GetUniverseRegionsAcceptLanguageEnum;
|
|
115
130
|
ifNoneMatch?: string;
|
|
116
131
|
xTenant?: string;
|
|
132
|
+
ifModifiedSince?: string;
|
|
117
133
|
}
|
|
118
134
|
export interface GetUniverseRegionsRegionIdRequest {
|
|
119
135
|
regionId: number;
|
|
@@ -121,6 +137,7 @@ export interface GetUniverseRegionsRegionIdRequest {
|
|
|
121
137
|
acceptLanguage?: GetUniverseRegionsRegionIdAcceptLanguageEnum;
|
|
122
138
|
ifNoneMatch?: string;
|
|
123
139
|
xTenant?: string;
|
|
140
|
+
ifModifiedSince?: string;
|
|
124
141
|
}
|
|
125
142
|
export interface GetUniverseStargatesStargateIdRequest {
|
|
126
143
|
stargateId: number;
|
|
@@ -128,6 +145,7 @@ export interface GetUniverseStargatesStargateIdRequest {
|
|
|
128
145
|
acceptLanguage?: GetUniverseStargatesStargateIdAcceptLanguageEnum;
|
|
129
146
|
ifNoneMatch?: string;
|
|
130
147
|
xTenant?: string;
|
|
148
|
+
ifModifiedSince?: string;
|
|
131
149
|
}
|
|
132
150
|
export interface GetUniverseStarsStarIdRequest {
|
|
133
151
|
starId: number;
|
|
@@ -135,6 +153,7 @@ export interface GetUniverseStarsStarIdRequest {
|
|
|
135
153
|
acceptLanguage?: GetUniverseStarsStarIdAcceptLanguageEnum;
|
|
136
154
|
ifNoneMatch?: string;
|
|
137
155
|
xTenant?: string;
|
|
156
|
+
ifModifiedSince?: string;
|
|
138
157
|
}
|
|
139
158
|
export interface GetUniverseStationsStationIdRequest {
|
|
140
159
|
stationId: number;
|
|
@@ -142,6 +161,7 @@ export interface GetUniverseStationsStationIdRequest {
|
|
|
142
161
|
acceptLanguage?: GetUniverseStationsStationIdAcceptLanguageEnum;
|
|
143
162
|
ifNoneMatch?: string;
|
|
144
163
|
xTenant?: string;
|
|
164
|
+
ifModifiedSince?: string;
|
|
145
165
|
}
|
|
146
166
|
export interface GetUniverseStructuresRequest {
|
|
147
167
|
xCompatibilityDate: GetUniverseStructuresXCompatibilityDateEnum;
|
|
@@ -149,6 +169,7 @@ export interface GetUniverseStructuresRequest {
|
|
|
149
169
|
acceptLanguage?: GetUniverseStructuresAcceptLanguageEnum;
|
|
150
170
|
ifNoneMatch?: string;
|
|
151
171
|
xTenant?: string;
|
|
172
|
+
ifModifiedSince?: string;
|
|
152
173
|
}
|
|
153
174
|
export interface GetUniverseStructuresStructureIdRequest {
|
|
154
175
|
structureId: number;
|
|
@@ -156,24 +177,28 @@ export interface GetUniverseStructuresStructureIdRequest {
|
|
|
156
177
|
acceptLanguage?: GetUniverseStructuresStructureIdAcceptLanguageEnum;
|
|
157
178
|
ifNoneMatch?: string;
|
|
158
179
|
xTenant?: string;
|
|
180
|
+
ifModifiedSince?: string;
|
|
159
181
|
}
|
|
160
182
|
export interface GetUniverseSystemJumpsRequest {
|
|
161
183
|
xCompatibilityDate: GetUniverseSystemJumpsXCompatibilityDateEnum;
|
|
162
184
|
acceptLanguage?: GetUniverseSystemJumpsAcceptLanguageEnum;
|
|
163
185
|
ifNoneMatch?: string;
|
|
164
186
|
xTenant?: string;
|
|
187
|
+
ifModifiedSince?: string;
|
|
165
188
|
}
|
|
166
189
|
export interface GetUniverseSystemKillsRequest {
|
|
167
190
|
xCompatibilityDate: GetUniverseSystemKillsXCompatibilityDateEnum;
|
|
168
191
|
acceptLanguage?: GetUniverseSystemKillsAcceptLanguageEnum;
|
|
169
192
|
ifNoneMatch?: string;
|
|
170
193
|
xTenant?: string;
|
|
194
|
+
ifModifiedSince?: string;
|
|
171
195
|
}
|
|
172
196
|
export interface GetUniverseSystemsRequest {
|
|
173
197
|
xCompatibilityDate: GetUniverseSystemsXCompatibilityDateEnum;
|
|
174
198
|
acceptLanguage?: GetUniverseSystemsAcceptLanguageEnum;
|
|
175
199
|
ifNoneMatch?: string;
|
|
176
200
|
xTenant?: string;
|
|
201
|
+
ifModifiedSince?: string;
|
|
177
202
|
}
|
|
178
203
|
export interface GetUniverseSystemsSystemIdRequest {
|
|
179
204
|
systemId: number;
|
|
@@ -181,6 +206,7 @@ export interface GetUniverseSystemsSystemIdRequest {
|
|
|
181
206
|
acceptLanguage?: GetUniverseSystemsSystemIdAcceptLanguageEnum;
|
|
182
207
|
ifNoneMatch?: string;
|
|
183
208
|
xTenant?: string;
|
|
209
|
+
ifModifiedSince?: string;
|
|
184
210
|
}
|
|
185
211
|
export interface GetUniverseTypesRequest {
|
|
186
212
|
xCompatibilityDate: GetUniverseTypesXCompatibilityDateEnum;
|
|
@@ -188,6 +214,7 @@ export interface GetUniverseTypesRequest {
|
|
|
188
214
|
acceptLanguage?: GetUniverseTypesAcceptLanguageEnum;
|
|
189
215
|
ifNoneMatch?: string;
|
|
190
216
|
xTenant?: string;
|
|
217
|
+
ifModifiedSince?: string;
|
|
191
218
|
}
|
|
192
219
|
export interface GetUniverseTypesTypeIdRequest {
|
|
193
220
|
typeId: number;
|
|
@@ -195,6 +222,7 @@ export interface GetUniverseTypesTypeIdRequest {
|
|
|
195
222
|
acceptLanguage?: GetUniverseTypesTypeIdAcceptLanguageEnum;
|
|
196
223
|
ifNoneMatch?: string;
|
|
197
224
|
xTenant?: string;
|
|
225
|
+
ifModifiedSince?: string;
|
|
198
226
|
}
|
|
199
227
|
export interface PostUniverseIdsRequest {
|
|
200
228
|
xCompatibilityDate: PostUniverseIdsXCompatibilityDateEnum;
|
|
@@ -202,6 +230,7 @@ export interface PostUniverseIdsRequest {
|
|
|
202
230
|
acceptLanguage?: PostUniverseIdsAcceptLanguageEnum;
|
|
203
231
|
ifNoneMatch?: string;
|
|
204
232
|
xTenant?: string;
|
|
233
|
+
ifModifiedSince?: string;
|
|
205
234
|
}
|
|
206
235
|
export interface PostUniverseNamesRequest {
|
|
207
236
|
xCompatibilityDate: PostUniverseNamesXCompatibilityDateEnum;
|
|
@@ -209,6 +238,7 @@ export interface PostUniverseNamesRequest {
|
|
|
209
238
|
acceptLanguage?: PostUniverseNamesAcceptLanguageEnum;
|
|
210
239
|
ifNoneMatch?: string;
|
|
211
240
|
xTenant?: string;
|
|
241
|
+
ifModifiedSince?: string;
|
|
212
242
|
}
|
|
213
243
|
/**
|
|
214
244
|
* UniverseApi - interface
|
|
@@ -220,10 +250,11 @@ export interface UniverseApiInterface {
|
|
|
220
250
|
/**
|
|
221
251
|
* Get all character ancestries This route expires daily at 11:05
|
|
222
252
|
* @summary Get ancestries
|
|
223
|
-
* @param {'
|
|
253
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
224
254
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
225
255
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
226
256
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
257
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
227
258
|
* @param {*} [options] Override http request option.
|
|
228
259
|
* @throws {RequiredError}
|
|
229
260
|
* @memberof UniverseApiInterface
|
|
@@ -233,15 +264,16 @@ export interface UniverseApiInterface {
|
|
|
233
264
|
* Get all character ancestries This route expires daily at 11:05
|
|
234
265
|
* Get ancestries
|
|
235
266
|
*/
|
|
236
|
-
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
267
|
+
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
237
268
|
/**
|
|
238
269
|
* Get information on an asteroid belt This route expires daily at 11:05
|
|
239
270
|
* @summary Get asteroid belt information
|
|
240
271
|
* @param {number} asteroidBeltId
|
|
241
|
-
* @param {'
|
|
272
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
242
273
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
243
274
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
244
275
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
276
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
245
277
|
* @param {*} [options] Override http request option.
|
|
246
278
|
* @throws {RequiredError}
|
|
247
279
|
* @memberof UniverseApiInterface
|
|
@@ -251,14 +283,15 @@ export interface UniverseApiInterface {
|
|
|
251
283
|
* Get information on an asteroid belt This route expires daily at 11:05
|
|
252
284
|
* Get asteroid belt information
|
|
253
285
|
*/
|
|
254
|
-
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
286
|
+
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
255
287
|
/**
|
|
256
288
|
* Get a list of bloodlines This route expires daily at 11:05
|
|
257
289
|
* @summary Get bloodlines
|
|
258
|
-
* @param {'
|
|
290
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
259
291
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
260
292
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
261
293
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
294
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
262
295
|
* @param {*} [options] Override http request option.
|
|
263
296
|
* @throws {RequiredError}
|
|
264
297
|
* @memberof UniverseApiInterface
|
|
@@ -268,14 +301,15 @@ export interface UniverseApiInterface {
|
|
|
268
301
|
* Get a list of bloodlines This route expires daily at 11:05
|
|
269
302
|
* Get bloodlines
|
|
270
303
|
*/
|
|
271
|
-
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
304
|
+
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
272
305
|
/**
|
|
273
306
|
* Get a list of item categories This route expires daily at 11:05
|
|
274
307
|
* @summary Get item categories
|
|
275
|
-
* @param {'
|
|
308
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
276
309
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
277
310
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
278
311
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
312
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
279
313
|
* @param {*} [options] Override http request option.
|
|
280
314
|
* @throws {RequiredError}
|
|
281
315
|
* @memberof UniverseApiInterface
|
|
@@ -285,15 +319,16 @@ export interface UniverseApiInterface {
|
|
|
285
319
|
* Get a list of item categories This route expires daily at 11:05
|
|
286
320
|
* Get item categories
|
|
287
321
|
*/
|
|
288
|
-
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
322
|
+
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
289
323
|
/**
|
|
290
324
|
* Get information of an item category This route expires daily at 11:05
|
|
291
325
|
* @summary Get item category information
|
|
292
326
|
* @param {number} categoryId
|
|
293
|
-
* @param {'
|
|
327
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
294
328
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
295
329
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
296
330
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
331
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
297
332
|
* @param {*} [options] Override http request option.
|
|
298
333
|
* @throws {RequiredError}
|
|
299
334
|
* @memberof UniverseApiInterface
|
|
@@ -303,14 +338,15 @@ export interface UniverseApiInterface {
|
|
|
303
338
|
* Get information of an item category This route expires daily at 11:05
|
|
304
339
|
* Get item category information
|
|
305
340
|
*/
|
|
306
|
-
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
341
|
+
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
307
342
|
/**
|
|
308
343
|
* Get a list of constellations This route expires daily at 11:05
|
|
309
344
|
* @summary Get constellations
|
|
310
|
-
* @param {'
|
|
345
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
311
346
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
312
347
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
313
348
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
349
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
314
350
|
* @param {*} [options] Override http request option.
|
|
315
351
|
* @throws {RequiredError}
|
|
316
352
|
* @memberof UniverseApiInterface
|
|
@@ -320,15 +356,16 @@ export interface UniverseApiInterface {
|
|
|
320
356
|
* Get a list of constellations This route expires daily at 11:05
|
|
321
357
|
* Get constellations
|
|
322
358
|
*/
|
|
323
|
-
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
359
|
+
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
324
360
|
/**
|
|
325
361
|
* Get information on a constellation This route expires daily at 11:05
|
|
326
362
|
* @summary Get constellation information
|
|
327
363
|
* @param {number} constellationId
|
|
328
|
-
* @param {'
|
|
364
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
329
365
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
330
366
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
331
367
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
368
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
332
369
|
* @param {*} [options] Override http request option.
|
|
333
370
|
* @throws {RequiredError}
|
|
334
371
|
* @memberof UniverseApiInterface
|
|
@@ -338,14 +375,15 @@ export interface UniverseApiInterface {
|
|
|
338
375
|
* Get information on a constellation This route expires daily at 11:05
|
|
339
376
|
* Get constellation information
|
|
340
377
|
*/
|
|
341
|
-
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
378
|
+
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
342
379
|
/**
|
|
343
380
|
* Get a list of factions This route expires daily at 11:05
|
|
344
381
|
* @summary Get factions
|
|
345
|
-
* @param {'
|
|
382
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
346
383
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
347
384
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
348
385
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
386
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
349
387
|
* @param {*} [options] Override http request option.
|
|
350
388
|
* @throws {RequiredError}
|
|
351
389
|
* @memberof UniverseApiInterface
|
|
@@ -355,14 +393,15 @@ export interface UniverseApiInterface {
|
|
|
355
393
|
* Get a list of factions This route expires daily at 11:05
|
|
356
394
|
* Get factions
|
|
357
395
|
*/
|
|
358
|
-
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
396
|
+
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
359
397
|
/**
|
|
360
398
|
* Get a list of graphics This route expires daily at 11:05
|
|
361
399
|
* @summary Get graphics
|
|
362
|
-
* @param {'
|
|
400
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
363
401
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
364
402
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
365
403
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
404
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
366
405
|
* @param {*} [options] Override http request option.
|
|
367
406
|
* @throws {RequiredError}
|
|
368
407
|
* @memberof UniverseApiInterface
|
|
@@ -372,15 +411,16 @@ export interface UniverseApiInterface {
|
|
|
372
411
|
* Get a list of graphics This route expires daily at 11:05
|
|
373
412
|
* Get graphics
|
|
374
413
|
*/
|
|
375
|
-
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
414
|
+
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
376
415
|
/**
|
|
377
416
|
* Get information on a graphic This route expires daily at 11:05
|
|
378
417
|
* @summary Get graphic information
|
|
379
418
|
* @param {number} graphicId
|
|
380
|
-
* @param {'
|
|
419
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
381
420
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
382
421
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
383
422
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
423
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
384
424
|
* @param {*} [options] Override http request option.
|
|
385
425
|
* @throws {RequiredError}
|
|
386
426
|
* @memberof UniverseApiInterface
|
|
@@ -390,15 +430,16 @@ export interface UniverseApiInterface {
|
|
|
390
430
|
* Get information on a graphic This route expires daily at 11:05
|
|
391
431
|
* Get graphic information
|
|
392
432
|
*/
|
|
393
|
-
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
433
|
+
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
394
434
|
/**
|
|
395
435
|
* Get a list of item groups This route expires daily at 11:05
|
|
396
436
|
* @summary Get item groups
|
|
397
|
-
* @param {'
|
|
437
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
398
438
|
* @param {number} [page]
|
|
399
439
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
400
440
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
401
441
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
442
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
402
443
|
* @param {*} [options] Override http request option.
|
|
403
444
|
* @throws {RequiredError}
|
|
404
445
|
* @memberof UniverseApiInterface
|
|
@@ -408,15 +449,16 @@ export interface UniverseApiInterface {
|
|
|
408
449
|
* Get a list of item groups This route expires daily at 11:05
|
|
409
450
|
* Get item groups
|
|
410
451
|
*/
|
|
411
|
-
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
452
|
+
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
412
453
|
/**
|
|
413
454
|
* Get information on an item group This route expires daily at 11:05
|
|
414
455
|
* @summary Get item group information
|
|
415
456
|
* @param {number} groupId
|
|
416
|
-
* @param {'
|
|
457
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
417
458
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
418
459
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
419
460
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
461
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
420
462
|
* @param {*} [options] Override http request option.
|
|
421
463
|
* @throws {RequiredError}
|
|
422
464
|
* @memberof UniverseApiInterface
|
|
@@ -426,15 +468,16 @@ export interface UniverseApiInterface {
|
|
|
426
468
|
* Get information on an item group This route expires daily at 11:05
|
|
427
469
|
* Get item group information
|
|
428
470
|
*/
|
|
429
|
-
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
471
|
+
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
430
472
|
/**
|
|
431
473
|
* Get information on a moon This route expires daily at 11:05
|
|
432
474
|
* @summary Get moon information
|
|
433
475
|
* @param {number} moonId
|
|
434
|
-
* @param {'
|
|
476
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
435
477
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
436
478
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
437
479
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
480
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
438
481
|
* @param {*} [options] Override http request option.
|
|
439
482
|
* @throws {RequiredError}
|
|
440
483
|
* @memberof UniverseApiInterface
|
|
@@ -444,15 +487,16 @@ export interface UniverseApiInterface {
|
|
|
444
487
|
* Get information on a moon This route expires daily at 11:05
|
|
445
488
|
* Get moon information
|
|
446
489
|
*/
|
|
447
|
-
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
490
|
+
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
448
491
|
/**
|
|
449
492
|
* Get information on a planet This route expires daily at 11:05
|
|
450
493
|
* @summary Get planet information
|
|
451
494
|
* @param {number} planetId
|
|
452
|
-
* @param {'
|
|
495
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
453
496
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
454
497
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
455
498
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
499
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
456
500
|
* @param {*} [options] Override http request option.
|
|
457
501
|
* @throws {RequiredError}
|
|
458
502
|
* @memberof UniverseApiInterface
|
|
@@ -462,14 +506,15 @@ export interface UniverseApiInterface {
|
|
|
462
506
|
* Get information on a planet This route expires daily at 11:05
|
|
463
507
|
* Get planet information
|
|
464
508
|
*/
|
|
465
|
-
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
509
|
+
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
466
510
|
/**
|
|
467
511
|
* Get a list of character races This route expires daily at 11:05
|
|
468
512
|
* @summary Get character races
|
|
469
|
-
* @param {'
|
|
513
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
470
514
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
471
515
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
472
516
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
517
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
473
518
|
* @param {*} [options] Override http request option.
|
|
474
519
|
* @throws {RequiredError}
|
|
475
520
|
* @memberof UniverseApiInterface
|
|
@@ -479,14 +524,15 @@ export interface UniverseApiInterface {
|
|
|
479
524
|
* Get a list of character races This route expires daily at 11:05
|
|
480
525
|
* Get character races
|
|
481
526
|
*/
|
|
482
|
-
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
527
|
+
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
483
528
|
/**
|
|
484
529
|
* Get a list of regions This route expires daily at 11:05
|
|
485
530
|
* @summary Get regions
|
|
486
|
-
* @param {'
|
|
531
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
487
532
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
488
533
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
489
534
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
535
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
490
536
|
* @param {*} [options] Override http request option.
|
|
491
537
|
* @throws {RequiredError}
|
|
492
538
|
* @memberof UniverseApiInterface
|
|
@@ -496,15 +542,16 @@ export interface UniverseApiInterface {
|
|
|
496
542
|
* Get a list of regions This route expires daily at 11:05
|
|
497
543
|
* Get regions
|
|
498
544
|
*/
|
|
499
|
-
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
545
|
+
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
500
546
|
/**
|
|
501
547
|
* Get information on a region This route expires daily at 11:05
|
|
502
548
|
* @summary Get region information
|
|
503
549
|
* @param {number} regionId
|
|
504
|
-
* @param {'
|
|
550
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
505
551
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
506
552
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
507
553
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
554
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
508
555
|
* @param {*} [options] Override http request option.
|
|
509
556
|
* @throws {RequiredError}
|
|
510
557
|
* @memberof UniverseApiInterface
|
|
@@ -514,15 +561,16 @@ export interface UniverseApiInterface {
|
|
|
514
561
|
* Get information on a region This route expires daily at 11:05
|
|
515
562
|
* Get region information
|
|
516
563
|
*/
|
|
517
|
-
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
564
|
+
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
518
565
|
/**
|
|
519
566
|
* Get information on a stargate This route expires daily at 11:05
|
|
520
567
|
* @summary Get stargate information
|
|
521
568
|
* @param {number} stargateId
|
|
522
|
-
* @param {'
|
|
569
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
523
570
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
524
571
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
525
572
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
573
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
526
574
|
* @param {*} [options] Override http request option.
|
|
527
575
|
* @throws {RequiredError}
|
|
528
576
|
* @memberof UniverseApiInterface
|
|
@@ -532,15 +580,16 @@ export interface UniverseApiInterface {
|
|
|
532
580
|
* Get information on a stargate This route expires daily at 11:05
|
|
533
581
|
* Get stargate information
|
|
534
582
|
*/
|
|
535
|
-
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
583
|
+
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
536
584
|
/**
|
|
537
585
|
* Get information on a star This route expires daily at 11:05
|
|
538
586
|
* @summary Get star information
|
|
539
587
|
* @param {number} starId
|
|
540
|
-
* @param {'
|
|
588
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
541
589
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
542
590
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
543
591
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
592
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
544
593
|
* @param {*} [options] Override http request option.
|
|
545
594
|
* @throws {RequiredError}
|
|
546
595
|
* @memberof UniverseApiInterface
|
|
@@ -550,15 +599,16 @@ export interface UniverseApiInterface {
|
|
|
550
599
|
* Get information on a star This route expires daily at 11:05
|
|
551
600
|
* Get star information
|
|
552
601
|
*/
|
|
553
|
-
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
602
|
+
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
554
603
|
/**
|
|
555
604
|
* Get information on a station This route expires daily at 11:05
|
|
556
605
|
* @summary Get station information
|
|
557
606
|
* @param {number} stationId
|
|
558
|
-
* @param {'
|
|
607
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
559
608
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
560
609
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
561
610
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
611
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
562
612
|
* @param {*} [options] Override http request option.
|
|
563
613
|
* @throws {RequiredError}
|
|
564
614
|
* @memberof UniverseApiInterface
|
|
@@ -568,15 +618,16 @@ export interface UniverseApiInterface {
|
|
|
568
618
|
* Get information on a station This route expires daily at 11:05
|
|
569
619
|
* Get station information
|
|
570
620
|
*/
|
|
571
|
-
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
621
|
+
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
572
622
|
/**
|
|
573
623
|
* List all public structures
|
|
574
624
|
* @summary List all public structures
|
|
575
|
-
* @param {'
|
|
625
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
576
626
|
* @param {'market' | 'manufacturing_basic'} [filter]
|
|
577
627
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
578
628
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
579
629
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
630
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
580
631
|
* @param {*} [options] Override http request option.
|
|
581
632
|
* @throws {RequiredError}
|
|
582
633
|
* @memberof UniverseApiInterface
|
|
@@ -586,15 +637,16 @@ export interface UniverseApiInterface {
|
|
|
586
637
|
* List all public structures
|
|
587
638
|
* List all public structures
|
|
588
639
|
*/
|
|
589
|
-
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
640
|
+
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
590
641
|
/**
|
|
591
642
|
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
592
643
|
* @summary Get structure information
|
|
593
644
|
* @param {number} structureId
|
|
594
|
-
* @param {'
|
|
645
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
595
646
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
596
647
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
597
648
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
649
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
598
650
|
* @param {*} [options] Override http request option.
|
|
599
651
|
* @throws {RequiredError}
|
|
600
652
|
* @memberof UniverseApiInterface
|
|
@@ -604,14 +656,15 @@ export interface UniverseApiInterface {
|
|
|
604
656
|
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
605
657
|
* Get structure information
|
|
606
658
|
*/
|
|
607
|
-
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
659
|
+
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
608
660
|
/**
|
|
609
661
|
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
610
662
|
* @summary Get system jumps
|
|
611
|
-
* @param {'
|
|
663
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
612
664
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
613
665
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
614
666
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
667
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
615
668
|
* @param {*} [options] Override http request option.
|
|
616
669
|
* @throws {RequiredError}
|
|
617
670
|
* @memberof UniverseApiInterface
|
|
@@ -621,14 +674,15 @@ export interface UniverseApiInterface {
|
|
|
621
674
|
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
622
675
|
* Get system jumps
|
|
623
676
|
*/
|
|
624
|
-
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
677
|
+
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
625
678
|
/**
|
|
626
679
|
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
627
680
|
* @summary Get system kills
|
|
628
|
-
* @param {'
|
|
681
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
629
682
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
630
683
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
631
684
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
685
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
632
686
|
* @param {*} [options] Override http request option.
|
|
633
687
|
* @throws {RequiredError}
|
|
634
688
|
* @memberof UniverseApiInterface
|
|
@@ -638,14 +692,15 @@ export interface UniverseApiInterface {
|
|
|
638
692
|
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
639
693
|
* Get system kills
|
|
640
694
|
*/
|
|
641
|
-
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
695
|
+
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
642
696
|
/**
|
|
643
697
|
* Get a list of solar systems This route expires daily at 11:05
|
|
644
698
|
* @summary Get solar systems
|
|
645
|
-
* @param {'
|
|
699
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
646
700
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
647
701
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
648
702
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
703
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
649
704
|
* @param {*} [options] Override http request option.
|
|
650
705
|
* @throws {RequiredError}
|
|
651
706
|
* @memberof UniverseApiInterface
|
|
@@ -655,15 +710,16 @@ export interface UniverseApiInterface {
|
|
|
655
710
|
* Get a list of solar systems This route expires daily at 11:05
|
|
656
711
|
* Get solar systems
|
|
657
712
|
*/
|
|
658
|
-
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
713
|
+
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
659
714
|
/**
|
|
660
715
|
* Get information on a solar system. This route expires daily at 11:05
|
|
661
716
|
* @summary Get solar system information
|
|
662
717
|
* @param {number} systemId
|
|
663
|
-
* @param {'
|
|
718
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
664
719
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
665
720
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
666
721
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
722
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
667
723
|
* @param {*} [options] Override http request option.
|
|
668
724
|
* @throws {RequiredError}
|
|
669
725
|
* @memberof UniverseApiInterface
|
|
@@ -673,15 +729,16 @@ export interface UniverseApiInterface {
|
|
|
673
729
|
* Get information on a solar system. This route expires daily at 11:05
|
|
674
730
|
* Get solar system information
|
|
675
731
|
*/
|
|
676
|
-
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
732
|
+
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
677
733
|
/**
|
|
678
734
|
* Get a list of type ids This route expires daily at 11:05
|
|
679
735
|
* @summary Get types
|
|
680
|
-
* @param {'
|
|
736
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
681
737
|
* @param {number} [page]
|
|
682
738
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
683
739
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
684
740
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
741
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
685
742
|
* @param {*} [options] Override http request option.
|
|
686
743
|
* @throws {RequiredError}
|
|
687
744
|
* @memberof UniverseApiInterface
|
|
@@ -691,15 +748,16 @@ export interface UniverseApiInterface {
|
|
|
691
748
|
* Get a list of type ids This route expires daily at 11:05
|
|
692
749
|
* Get types
|
|
693
750
|
*/
|
|
694
|
-
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
751
|
+
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
695
752
|
/**
|
|
696
753
|
* Get information on a type This route expires daily at 11:05
|
|
697
754
|
* @summary Get type information
|
|
698
755
|
* @param {number} typeId
|
|
699
|
-
* @param {'
|
|
756
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
700
757
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
701
758
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
702
759
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
760
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
703
761
|
* @param {*} [options] Override http request option.
|
|
704
762
|
* @throws {RequiredError}
|
|
705
763
|
* @memberof UniverseApiInterface
|
|
@@ -709,15 +767,16 @@ export interface UniverseApiInterface {
|
|
|
709
767
|
* Get information on a type This route expires daily at 11:05
|
|
710
768
|
* Get type information
|
|
711
769
|
*/
|
|
712
|
-
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
770
|
+
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
713
771
|
/**
|
|
714
772
|
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
715
773
|
* @summary Bulk names to IDs
|
|
716
|
-
* @param {'
|
|
774
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
717
775
|
* @param {Set<string>} requestBody
|
|
718
776
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
719
777
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
720
778
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
779
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
721
780
|
* @param {*} [options] Override http request option.
|
|
722
781
|
* @throws {RequiredError}
|
|
723
782
|
* @memberof UniverseApiInterface
|
|
@@ -727,15 +786,16 @@ export interface UniverseApiInterface {
|
|
|
727
786
|
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
728
787
|
* Bulk names to IDs
|
|
729
788
|
*/
|
|
730
|
-
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
789
|
+
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
731
790
|
/**
|
|
732
791
|
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
733
792
|
* @summary Get names and categories for a set of IDs
|
|
734
|
-
* @param {'
|
|
793
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
735
794
|
* @param {Set<number>} requestBody
|
|
736
795
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
737
796
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
738
797
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
798
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
739
799
|
* @param {*} [options] Override http request option.
|
|
740
800
|
* @throws {RequiredError}
|
|
741
801
|
* @memberof UniverseApiInterface
|
|
@@ -745,7 +805,7 @@ export interface UniverseApiInterface {
|
|
|
745
805
|
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
746
806
|
* Get names and categories for a set of IDs
|
|
747
807
|
*/
|
|
748
|
-
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
808
|
+
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
749
809
|
}
|
|
750
810
|
/**
|
|
751
811
|
*
|
|
@@ -760,7 +820,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
760
820
|
* Get all character ancestries This route expires daily at 11:05
|
|
761
821
|
* Get ancestries
|
|
762
822
|
*/
|
|
763
|
-
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
823
|
+
getUniverseAncestries(requestParameters: GetUniverseAncestriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
764
824
|
/**
|
|
765
825
|
* Get information on an asteroid belt This route expires daily at 11:05
|
|
766
826
|
* Get asteroid belt information
|
|
@@ -770,7 +830,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
770
830
|
* Get information on an asteroid belt This route expires daily at 11:05
|
|
771
831
|
* Get asteroid belt information
|
|
772
832
|
*/
|
|
773
|
-
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
833
|
+
getUniverseAsteroidBeltsAsteroidBeltId(requestParameters: GetUniverseAsteroidBeltsAsteroidBeltIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
774
834
|
/**
|
|
775
835
|
* Get a list of bloodlines This route expires daily at 11:05
|
|
776
836
|
* Get bloodlines
|
|
@@ -780,7 +840,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
780
840
|
* Get a list of bloodlines This route expires daily at 11:05
|
|
781
841
|
* Get bloodlines
|
|
782
842
|
*/
|
|
783
|
-
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
843
|
+
getUniverseBloodlines(requestParameters: GetUniverseBloodlinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
784
844
|
/**
|
|
785
845
|
* Get a list of item categories This route expires daily at 11:05
|
|
786
846
|
* Get item categories
|
|
@@ -790,7 +850,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
790
850
|
* Get a list of item categories This route expires daily at 11:05
|
|
791
851
|
* Get item categories
|
|
792
852
|
*/
|
|
793
|
-
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
853
|
+
getUniverseCategories(requestParameters: GetUniverseCategoriesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
794
854
|
/**
|
|
795
855
|
* Get information of an item category This route expires daily at 11:05
|
|
796
856
|
* Get item category information
|
|
@@ -800,7 +860,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
800
860
|
* Get information of an item category This route expires daily at 11:05
|
|
801
861
|
* Get item category information
|
|
802
862
|
*/
|
|
803
|
-
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
863
|
+
getUniverseCategoriesCategoryId(requestParameters: GetUniverseCategoriesCategoryIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
804
864
|
/**
|
|
805
865
|
* Get a list of constellations This route expires daily at 11:05
|
|
806
866
|
* Get constellations
|
|
@@ -810,7 +870,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
810
870
|
* Get a list of constellations This route expires daily at 11:05
|
|
811
871
|
* Get constellations
|
|
812
872
|
*/
|
|
813
|
-
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
873
|
+
getUniverseConstellations(requestParameters: GetUniverseConstellationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
814
874
|
/**
|
|
815
875
|
* Get information on a constellation This route expires daily at 11:05
|
|
816
876
|
* Get constellation information
|
|
@@ -820,7 +880,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
820
880
|
* Get information on a constellation This route expires daily at 11:05
|
|
821
881
|
* Get constellation information
|
|
822
882
|
*/
|
|
823
|
-
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
883
|
+
getUniverseConstellationsConstellationId(requestParameters: GetUniverseConstellationsConstellationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
824
884
|
/**
|
|
825
885
|
* Get a list of factions This route expires daily at 11:05
|
|
826
886
|
* Get factions
|
|
@@ -830,7 +890,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
830
890
|
* Get a list of factions This route expires daily at 11:05
|
|
831
891
|
* Get factions
|
|
832
892
|
*/
|
|
833
|
-
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
893
|
+
getUniverseFactions(requestParameters: GetUniverseFactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
834
894
|
/**
|
|
835
895
|
* Get a list of graphics This route expires daily at 11:05
|
|
836
896
|
* Get graphics
|
|
@@ -840,7 +900,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
840
900
|
* Get a list of graphics This route expires daily at 11:05
|
|
841
901
|
* Get graphics
|
|
842
902
|
*/
|
|
843
|
-
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
903
|
+
getUniverseGraphics(requestParameters: GetUniverseGraphicsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
844
904
|
/**
|
|
845
905
|
* Get information on a graphic This route expires daily at 11:05
|
|
846
906
|
* Get graphic information
|
|
@@ -850,7 +910,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
850
910
|
* Get information on a graphic This route expires daily at 11:05
|
|
851
911
|
* Get graphic information
|
|
852
912
|
*/
|
|
853
|
-
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
913
|
+
getUniverseGraphicsGraphicId(requestParameters: GetUniverseGraphicsGraphicIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
854
914
|
/**
|
|
855
915
|
* Get a list of item groups This route expires daily at 11:05
|
|
856
916
|
* Get item groups
|
|
@@ -860,7 +920,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
860
920
|
* Get a list of item groups This route expires daily at 11:05
|
|
861
921
|
* Get item groups
|
|
862
922
|
*/
|
|
863
|
-
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
923
|
+
getUniverseGroups(requestParameters: GetUniverseGroupsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
864
924
|
/**
|
|
865
925
|
* Get information on an item group This route expires daily at 11:05
|
|
866
926
|
* Get item group information
|
|
@@ -870,7 +930,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
870
930
|
* Get information on an item group This route expires daily at 11:05
|
|
871
931
|
* Get item group information
|
|
872
932
|
*/
|
|
873
|
-
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
933
|
+
getUniverseGroupsGroupId(requestParameters: GetUniverseGroupsGroupIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
874
934
|
/**
|
|
875
935
|
* Get information on a moon This route expires daily at 11:05
|
|
876
936
|
* Get moon information
|
|
@@ -880,7 +940,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
880
940
|
* Get information on a moon This route expires daily at 11:05
|
|
881
941
|
* Get moon information
|
|
882
942
|
*/
|
|
883
|
-
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
943
|
+
getUniverseMoonsMoonId(requestParameters: GetUniverseMoonsMoonIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
884
944
|
/**
|
|
885
945
|
* Get information on a planet This route expires daily at 11:05
|
|
886
946
|
* Get planet information
|
|
@@ -890,7 +950,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
890
950
|
* Get information on a planet This route expires daily at 11:05
|
|
891
951
|
* Get planet information
|
|
892
952
|
*/
|
|
893
|
-
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
953
|
+
getUniversePlanetsPlanetId(requestParameters: GetUniversePlanetsPlanetIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
894
954
|
/**
|
|
895
955
|
* Get a list of character races This route expires daily at 11:05
|
|
896
956
|
* Get character races
|
|
@@ -900,7 +960,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
900
960
|
* Get a list of character races This route expires daily at 11:05
|
|
901
961
|
* Get character races
|
|
902
962
|
*/
|
|
903
|
-
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
963
|
+
getUniverseRaces(requestParameters: GetUniverseRacesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
904
964
|
/**
|
|
905
965
|
* Get a list of regions This route expires daily at 11:05
|
|
906
966
|
* Get regions
|
|
@@ -910,7 +970,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
910
970
|
* Get a list of regions This route expires daily at 11:05
|
|
911
971
|
* Get regions
|
|
912
972
|
*/
|
|
913
|
-
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
973
|
+
getUniverseRegions(requestParameters: GetUniverseRegionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
914
974
|
/**
|
|
915
975
|
* Get information on a region This route expires daily at 11:05
|
|
916
976
|
* Get region information
|
|
@@ -920,7 +980,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
920
980
|
* Get information on a region This route expires daily at 11:05
|
|
921
981
|
* Get region information
|
|
922
982
|
*/
|
|
923
|
-
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
983
|
+
getUniverseRegionsRegionId(requestParameters: GetUniverseRegionsRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
924
984
|
/**
|
|
925
985
|
* Get information on a stargate This route expires daily at 11:05
|
|
926
986
|
* Get stargate information
|
|
@@ -930,7 +990,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
930
990
|
* Get information on a stargate This route expires daily at 11:05
|
|
931
991
|
* Get stargate information
|
|
932
992
|
*/
|
|
933
|
-
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
993
|
+
getUniverseStargatesStargateId(requestParameters: GetUniverseStargatesStargateIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
934
994
|
/**
|
|
935
995
|
* Get information on a star This route expires daily at 11:05
|
|
936
996
|
* Get star information
|
|
@@ -940,7 +1000,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
940
1000
|
* Get information on a star This route expires daily at 11:05
|
|
941
1001
|
* Get star information
|
|
942
1002
|
*/
|
|
943
|
-
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1003
|
+
getUniverseStarsStarId(requestParameters: GetUniverseStarsStarIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
944
1004
|
/**
|
|
945
1005
|
* Get information on a station This route expires daily at 11:05
|
|
946
1006
|
* Get station information
|
|
@@ -950,7 +1010,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
950
1010
|
* Get information on a station This route expires daily at 11:05
|
|
951
1011
|
* Get station information
|
|
952
1012
|
*/
|
|
953
|
-
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1013
|
+
getUniverseStationsStationId(requestParameters: GetUniverseStationsStationIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
954
1014
|
/**
|
|
955
1015
|
* List all public structures
|
|
956
1016
|
* List all public structures
|
|
@@ -960,7 +1020,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
960
1020
|
* List all public structures
|
|
961
1021
|
* List all public structures
|
|
962
1022
|
*/
|
|
963
|
-
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1023
|
+
getUniverseStructures(requestParameters: GetUniverseStructuresRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
964
1024
|
/**
|
|
965
1025
|
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
966
1026
|
* Get structure information
|
|
@@ -970,7 +1030,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
970
1030
|
* Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
971
1031
|
* Get structure information
|
|
972
1032
|
*/
|
|
973
|
-
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1033
|
+
getUniverseStructuresStructureId(requestParameters: GetUniverseStructuresStructureIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
974
1034
|
/**
|
|
975
1035
|
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
976
1036
|
* Get system jumps
|
|
@@ -980,7 +1040,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
980
1040
|
* Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
981
1041
|
* Get system jumps
|
|
982
1042
|
*/
|
|
983
|
-
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1043
|
+
getUniverseSystemJumps(requestParameters: GetUniverseSystemJumpsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
984
1044
|
/**
|
|
985
1045
|
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
986
1046
|
* Get system kills
|
|
@@ -990,7 +1050,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
990
1050
|
* Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
991
1051
|
* Get system kills
|
|
992
1052
|
*/
|
|
993
|
-
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1053
|
+
getUniverseSystemKills(requestParameters: GetUniverseSystemKillsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
994
1054
|
/**
|
|
995
1055
|
* Get a list of solar systems This route expires daily at 11:05
|
|
996
1056
|
* Get solar systems
|
|
@@ -1000,7 +1060,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1000
1060
|
* Get a list of solar systems This route expires daily at 11:05
|
|
1001
1061
|
* Get solar systems
|
|
1002
1062
|
*/
|
|
1003
|
-
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1063
|
+
getUniverseSystems(requestParameters: GetUniverseSystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1004
1064
|
/**
|
|
1005
1065
|
* Get information on a solar system. This route expires daily at 11:05
|
|
1006
1066
|
* Get solar system information
|
|
@@ -1010,7 +1070,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1010
1070
|
* Get information on a solar system. This route expires daily at 11:05
|
|
1011
1071
|
* Get solar system information
|
|
1012
1072
|
*/
|
|
1013
|
-
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1073
|
+
getUniverseSystemsSystemId(requestParameters: GetUniverseSystemsSystemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1014
1074
|
/**
|
|
1015
1075
|
* Get a list of type ids This route expires daily at 11:05
|
|
1016
1076
|
* Get types
|
|
@@ -1020,7 +1080,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1020
1080
|
* Get a list of type ids This route expires daily at 11:05
|
|
1021
1081
|
* Get types
|
|
1022
1082
|
*/
|
|
1023
|
-
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1083
|
+
getUniverseTypes(requestParameters: GetUniverseTypesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1024
1084
|
/**
|
|
1025
1085
|
* Get information on a type This route expires daily at 11:05
|
|
1026
1086
|
* Get type information
|
|
@@ -1030,7 +1090,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1030
1090
|
* Get information on a type This route expires daily at 11:05
|
|
1031
1091
|
* Get type information
|
|
1032
1092
|
*/
|
|
1033
|
-
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1093
|
+
getUniverseTypesTypeId(requestParameters: GetUniverseTypesTypeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1034
1094
|
/**
|
|
1035
1095
|
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
1036
1096
|
* Bulk names to IDs
|
|
@@ -1040,7 +1100,7 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1040
1100
|
* Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
1041
1101
|
* Bulk names to IDs
|
|
1042
1102
|
*/
|
|
1043
|
-
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1103
|
+
postUniverseIds(requestParameters: PostUniverseIdsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1044
1104
|
/**
|
|
1045
1105
|
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
1046
1106
|
* Get names and categories for a set of IDs
|
|
@@ -1050,14 +1110,14 @@ export declare class UniverseApi extends runtime.BaseAPI implements UniverseApiI
|
|
|
1050
1110
|
* Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
1051
1111
|
* Get names and categories for a set of IDs
|
|
1052
1112
|
*/
|
|
1053
|
-
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
1113
|
+
postUniverseNames(requestParameters: PostUniverseNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
1054
1114
|
}
|
|
1055
1115
|
/**
|
|
1056
1116
|
* @export
|
|
1057
1117
|
* @enum {string}
|
|
1058
1118
|
*/
|
|
1059
1119
|
export declare enum GetUniverseAncestriesXCompatibilityDateEnum {
|
|
1060
|
-
|
|
1120
|
+
_20251216 = "2025-12-16"
|
|
1061
1121
|
}
|
|
1062
1122
|
/**
|
|
1063
1123
|
* @export
|
|
@@ -1078,7 +1138,7 @@ export declare enum GetUniverseAncestriesAcceptLanguageEnum {
|
|
|
1078
1138
|
* @enum {string}
|
|
1079
1139
|
*/
|
|
1080
1140
|
export declare enum GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum {
|
|
1081
|
-
|
|
1141
|
+
_20251216 = "2025-12-16"
|
|
1082
1142
|
}
|
|
1083
1143
|
/**
|
|
1084
1144
|
* @export
|
|
@@ -1099,7 +1159,7 @@ export declare enum GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum {
|
|
|
1099
1159
|
* @enum {string}
|
|
1100
1160
|
*/
|
|
1101
1161
|
export declare enum GetUniverseBloodlinesXCompatibilityDateEnum {
|
|
1102
|
-
|
|
1162
|
+
_20251216 = "2025-12-16"
|
|
1103
1163
|
}
|
|
1104
1164
|
/**
|
|
1105
1165
|
* @export
|
|
@@ -1120,7 +1180,7 @@ export declare enum GetUniverseBloodlinesAcceptLanguageEnum {
|
|
|
1120
1180
|
* @enum {string}
|
|
1121
1181
|
*/
|
|
1122
1182
|
export declare enum GetUniverseCategoriesXCompatibilityDateEnum {
|
|
1123
|
-
|
|
1183
|
+
_20251216 = "2025-12-16"
|
|
1124
1184
|
}
|
|
1125
1185
|
/**
|
|
1126
1186
|
* @export
|
|
@@ -1141,7 +1201,7 @@ export declare enum GetUniverseCategoriesAcceptLanguageEnum {
|
|
|
1141
1201
|
* @enum {string}
|
|
1142
1202
|
*/
|
|
1143
1203
|
export declare enum GetUniverseCategoriesCategoryIdXCompatibilityDateEnum {
|
|
1144
|
-
|
|
1204
|
+
_20251216 = "2025-12-16"
|
|
1145
1205
|
}
|
|
1146
1206
|
/**
|
|
1147
1207
|
* @export
|
|
@@ -1162,7 +1222,7 @@ export declare enum GetUniverseCategoriesCategoryIdAcceptLanguageEnum {
|
|
|
1162
1222
|
* @enum {string}
|
|
1163
1223
|
*/
|
|
1164
1224
|
export declare enum GetUniverseConstellationsXCompatibilityDateEnum {
|
|
1165
|
-
|
|
1225
|
+
_20251216 = "2025-12-16"
|
|
1166
1226
|
}
|
|
1167
1227
|
/**
|
|
1168
1228
|
* @export
|
|
@@ -1183,7 +1243,7 @@ export declare enum GetUniverseConstellationsAcceptLanguageEnum {
|
|
|
1183
1243
|
* @enum {string}
|
|
1184
1244
|
*/
|
|
1185
1245
|
export declare enum GetUniverseConstellationsConstellationIdXCompatibilityDateEnum {
|
|
1186
|
-
|
|
1246
|
+
_20251216 = "2025-12-16"
|
|
1187
1247
|
}
|
|
1188
1248
|
/**
|
|
1189
1249
|
* @export
|
|
@@ -1204,7 +1264,7 @@ export declare enum GetUniverseConstellationsConstellationIdAcceptLanguageEnum {
|
|
|
1204
1264
|
* @enum {string}
|
|
1205
1265
|
*/
|
|
1206
1266
|
export declare enum GetUniverseFactionsXCompatibilityDateEnum {
|
|
1207
|
-
|
|
1267
|
+
_20251216 = "2025-12-16"
|
|
1208
1268
|
}
|
|
1209
1269
|
/**
|
|
1210
1270
|
* @export
|
|
@@ -1225,7 +1285,7 @@ export declare enum GetUniverseFactionsAcceptLanguageEnum {
|
|
|
1225
1285
|
* @enum {string}
|
|
1226
1286
|
*/
|
|
1227
1287
|
export declare enum GetUniverseGraphicsXCompatibilityDateEnum {
|
|
1228
|
-
|
|
1288
|
+
_20251216 = "2025-12-16"
|
|
1229
1289
|
}
|
|
1230
1290
|
/**
|
|
1231
1291
|
* @export
|
|
@@ -1246,7 +1306,7 @@ export declare enum GetUniverseGraphicsAcceptLanguageEnum {
|
|
|
1246
1306
|
* @enum {string}
|
|
1247
1307
|
*/
|
|
1248
1308
|
export declare enum GetUniverseGraphicsGraphicIdXCompatibilityDateEnum {
|
|
1249
|
-
|
|
1309
|
+
_20251216 = "2025-12-16"
|
|
1250
1310
|
}
|
|
1251
1311
|
/**
|
|
1252
1312
|
* @export
|
|
@@ -1267,7 +1327,7 @@ export declare enum GetUniverseGraphicsGraphicIdAcceptLanguageEnum {
|
|
|
1267
1327
|
* @enum {string}
|
|
1268
1328
|
*/
|
|
1269
1329
|
export declare enum GetUniverseGroupsXCompatibilityDateEnum {
|
|
1270
|
-
|
|
1330
|
+
_20251216 = "2025-12-16"
|
|
1271
1331
|
}
|
|
1272
1332
|
/**
|
|
1273
1333
|
* @export
|
|
@@ -1288,7 +1348,7 @@ export declare enum GetUniverseGroupsAcceptLanguageEnum {
|
|
|
1288
1348
|
* @enum {string}
|
|
1289
1349
|
*/
|
|
1290
1350
|
export declare enum GetUniverseGroupsGroupIdXCompatibilityDateEnum {
|
|
1291
|
-
|
|
1351
|
+
_20251216 = "2025-12-16"
|
|
1292
1352
|
}
|
|
1293
1353
|
/**
|
|
1294
1354
|
* @export
|
|
@@ -1309,7 +1369,7 @@ export declare enum GetUniverseGroupsGroupIdAcceptLanguageEnum {
|
|
|
1309
1369
|
* @enum {string}
|
|
1310
1370
|
*/
|
|
1311
1371
|
export declare enum GetUniverseMoonsMoonIdXCompatibilityDateEnum {
|
|
1312
|
-
|
|
1372
|
+
_20251216 = "2025-12-16"
|
|
1313
1373
|
}
|
|
1314
1374
|
/**
|
|
1315
1375
|
* @export
|
|
@@ -1330,7 +1390,7 @@ export declare enum GetUniverseMoonsMoonIdAcceptLanguageEnum {
|
|
|
1330
1390
|
* @enum {string}
|
|
1331
1391
|
*/
|
|
1332
1392
|
export declare enum GetUniversePlanetsPlanetIdXCompatibilityDateEnum {
|
|
1333
|
-
|
|
1393
|
+
_20251216 = "2025-12-16"
|
|
1334
1394
|
}
|
|
1335
1395
|
/**
|
|
1336
1396
|
* @export
|
|
@@ -1351,7 +1411,7 @@ export declare enum GetUniversePlanetsPlanetIdAcceptLanguageEnum {
|
|
|
1351
1411
|
* @enum {string}
|
|
1352
1412
|
*/
|
|
1353
1413
|
export declare enum GetUniverseRacesXCompatibilityDateEnum {
|
|
1354
|
-
|
|
1414
|
+
_20251216 = "2025-12-16"
|
|
1355
1415
|
}
|
|
1356
1416
|
/**
|
|
1357
1417
|
* @export
|
|
@@ -1372,7 +1432,7 @@ export declare enum GetUniverseRacesAcceptLanguageEnum {
|
|
|
1372
1432
|
* @enum {string}
|
|
1373
1433
|
*/
|
|
1374
1434
|
export declare enum GetUniverseRegionsXCompatibilityDateEnum {
|
|
1375
|
-
|
|
1435
|
+
_20251216 = "2025-12-16"
|
|
1376
1436
|
}
|
|
1377
1437
|
/**
|
|
1378
1438
|
* @export
|
|
@@ -1393,7 +1453,7 @@ export declare enum GetUniverseRegionsAcceptLanguageEnum {
|
|
|
1393
1453
|
* @enum {string}
|
|
1394
1454
|
*/
|
|
1395
1455
|
export declare enum GetUniverseRegionsRegionIdXCompatibilityDateEnum {
|
|
1396
|
-
|
|
1456
|
+
_20251216 = "2025-12-16"
|
|
1397
1457
|
}
|
|
1398
1458
|
/**
|
|
1399
1459
|
* @export
|
|
@@ -1414,7 +1474,7 @@ export declare enum GetUniverseRegionsRegionIdAcceptLanguageEnum {
|
|
|
1414
1474
|
* @enum {string}
|
|
1415
1475
|
*/
|
|
1416
1476
|
export declare enum GetUniverseStargatesStargateIdXCompatibilityDateEnum {
|
|
1417
|
-
|
|
1477
|
+
_20251216 = "2025-12-16"
|
|
1418
1478
|
}
|
|
1419
1479
|
/**
|
|
1420
1480
|
* @export
|
|
@@ -1435,7 +1495,7 @@ export declare enum GetUniverseStargatesStargateIdAcceptLanguageEnum {
|
|
|
1435
1495
|
* @enum {string}
|
|
1436
1496
|
*/
|
|
1437
1497
|
export declare enum GetUniverseStarsStarIdXCompatibilityDateEnum {
|
|
1438
|
-
|
|
1498
|
+
_20251216 = "2025-12-16"
|
|
1439
1499
|
}
|
|
1440
1500
|
/**
|
|
1441
1501
|
* @export
|
|
@@ -1456,7 +1516,7 @@ export declare enum GetUniverseStarsStarIdAcceptLanguageEnum {
|
|
|
1456
1516
|
* @enum {string}
|
|
1457
1517
|
*/
|
|
1458
1518
|
export declare enum GetUniverseStationsStationIdXCompatibilityDateEnum {
|
|
1459
|
-
|
|
1519
|
+
_20251216 = "2025-12-16"
|
|
1460
1520
|
}
|
|
1461
1521
|
/**
|
|
1462
1522
|
* @export
|
|
@@ -1477,7 +1537,7 @@ export declare enum GetUniverseStationsStationIdAcceptLanguageEnum {
|
|
|
1477
1537
|
* @enum {string}
|
|
1478
1538
|
*/
|
|
1479
1539
|
export declare enum GetUniverseStructuresXCompatibilityDateEnum {
|
|
1480
|
-
|
|
1540
|
+
_20251216 = "2025-12-16"
|
|
1481
1541
|
}
|
|
1482
1542
|
/**
|
|
1483
1543
|
* @export
|
|
@@ -1506,7 +1566,7 @@ export declare enum GetUniverseStructuresAcceptLanguageEnum {
|
|
|
1506
1566
|
* @enum {string}
|
|
1507
1567
|
*/
|
|
1508
1568
|
export declare enum GetUniverseStructuresStructureIdXCompatibilityDateEnum {
|
|
1509
|
-
|
|
1569
|
+
_20251216 = "2025-12-16"
|
|
1510
1570
|
}
|
|
1511
1571
|
/**
|
|
1512
1572
|
* @export
|
|
@@ -1527,7 +1587,7 @@ export declare enum GetUniverseStructuresStructureIdAcceptLanguageEnum {
|
|
|
1527
1587
|
* @enum {string}
|
|
1528
1588
|
*/
|
|
1529
1589
|
export declare enum GetUniverseSystemJumpsXCompatibilityDateEnum {
|
|
1530
|
-
|
|
1590
|
+
_20251216 = "2025-12-16"
|
|
1531
1591
|
}
|
|
1532
1592
|
/**
|
|
1533
1593
|
* @export
|
|
@@ -1548,7 +1608,7 @@ export declare enum GetUniverseSystemJumpsAcceptLanguageEnum {
|
|
|
1548
1608
|
* @enum {string}
|
|
1549
1609
|
*/
|
|
1550
1610
|
export declare enum GetUniverseSystemKillsXCompatibilityDateEnum {
|
|
1551
|
-
|
|
1611
|
+
_20251216 = "2025-12-16"
|
|
1552
1612
|
}
|
|
1553
1613
|
/**
|
|
1554
1614
|
* @export
|
|
@@ -1569,7 +1629,7 @@ export declare enum GetUniverseSystemKillsAcceptLanguageEnum {
|
|
|
1569
1629
|
* @enum {string}
|
|
1570
1630
|
*/
|
|
1571
1631
|
export declare enum GetUniverseSystemsXCompatibilityDateEnum {
|
|
1572
|
-
|
|
1632
|
+
_20251216 = "2025-12-16"
|
|
1573
1633
|
}
|
|
1574
1634
|
/**
|
|
1575
1635
|
* @export
|
|
@@ -1590,7 +1650,7 @@ export declare enum GetUniverseSystemsAcceptLanguageEnum {
|
|
|
1590
1650
|
* @enum {string}
|
|
1591
1651
|
*/
|
|
1592
1652
|
export declare enum GetUniverseSystemsSystemIdXCompatibilityDateEnum {
|
|
1593
|
-
|
|
1653
|
+
_20251216 = "2025-12-16"
|
|
1594
1654
|
}
|
|
1595
1655
|
/**
|
|
1596
1656
|
* @export
|
|
@@ -1611,7 +1671,7 @@ export declare enum GetUniverseSystemsSystemIdAcceptLanguageEnum {
|
|
|
1611
1671
|
* @enum {string}
|
|
1612
1672
|
*/
|
|
1613
1673
|
export declare enum GetUniverseTypesXCompatibilityDateEnum {
|
|
1614
|
-
|
|
1674
|
+
_20251216 = "2025-12-16"
|
|
1615
1675
|
}
|
|
1616
1676
|
/**
|
|
1617
1677
|
* @export
|
|
@@ -1632,7 +1692,7 @@ export declare enum GetUniverseTypesAcceptLanguageEnum {
|
|
|
1632
1692
|
* @enum {string}
|
|
1633
1693
|
*/
|
|
1634
1694
|
export declare enum GetUniverseTypesTypeIdXCompatibilityDateEnum {
|
|
1635
|
-
|
|
1695
|
+
_20251216 = "2025-12-16"
|
|
1636
1696
|
}
|
|
1637
1697
|
/**
|
|
1638
1698
|
* @export
|
|
@@ -1653,7 +1713,7 @@ export declare enum GetUniverseTypesTypeIdAcceptLanguageEnum {
|
|
|
1653
1713
|
* @enum {string}
|
|
1654
1714
|
*/
|
|
1655
1715
|
export declare enum PostUniverseIdsXCompatibilityDateEnum {
|
|
1656
|
-
|
|
1716
|
+
_20251216 = "2025-12-16"
|
|
1657
1717
|
}
|
|
1658
1718
|
/**
|
|
1659
1719
|
* @export
|
|
@@ -1674,7 +1734,7 @@ export declare enum PostUniverseIdsAcceptLanguageEnum {
|
|
|
1674
1734
|
* @enum {string}
|
|
1675
1735
|
*/
|
|
1676
1736
|
export declare enum PostUniverseNamesXCompatibilityDateEnum {
|
|
1677
|
-
|
|
1737
|
+
_20251216 = "2025-12-16"
|
|
1678
1738
|
}
|
|
1679
1739
|
/**
|
|
1680
1740
|
* @export
|