esisl_genoa_client 0.1.1 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
package/src/apis/AssetsApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document:
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
8
|
* Contact: arcyfa_github@pm.me
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
17
18
|
|
|
18
19
|
import type {
|
|
19
20
|
CharactersCharacterIdAssetsGetInner,
|
|
@@ -29,6 +30,7 @@ export interface GetCharactersCharacterIdAssetsRequest {
|
|
|
29
30
|
acceptLanguage?: GetCharactersCharacterIdAssetsAcceptLanguageEnum;
|
|
30
31
|
ifNoneMatch?: string;
|
|
31
32
|
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
export interface GetCorporationsCorporationIdAssetsRequest {
|
|
@@ -38,6 +40,7 @@ export interface GetCorporationsCorporationIdAssetsRequest {
|
|
|
38
40
|
acceptLanguage?: GetCorporationsCorporationIdAssetsAcceptLanguageEnum;
|
|
39
41
|
ifNoneMatch?: string;
|
|
40
42
|
xTenant?: string;
|
|
43
|
+
ifModifiedSince?: string;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface PostCharactersCharacterIdAssetsLocationsRequest {
|
|
@@ -47,6 +50,7 @@ export interface PostCharactersCharacterIdAssetsLocationsRequest {
|
|
|
47
50
|
acceptLanguage?: PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum;
|
|
48
51
|
ifNoneMatch?: string;
|
|
49
52
|
xTenant?: string;
|
|
53
|
+
ifModifiedSince?: string;
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
export interface PostCharactersCharacterIdAssetsNamesRequest {
|
|
@@ -56,6 +60,7 @@ export interface PostCharactersCharacterIdAssetsNamesRequest {
|
|
|
56
60
|
acceptLanguage?: PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum;
|
|
57
61
|
ifNoneMatch?: string;
|
|
58
62
|
xTenant?: string;
|
|
63
|
+
ifModifiedSince?: string;
|
|
59
64
|
}
|
|
60
65
|
|
|
61
66
|
export interface PostCorporationsCorporationIdAssetsLocationsRequest {
|
|
@@ -65,6 +70,7 @@ export interface PostCorporationsCorporationIdAssetsLocationsRequest {
|
|
|
65
70
|
acceptLanguage?: PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum;
|
|
66
71
|
ifNoneMatch?: string;
|
|
67
72
|
xTenant?: string;
|
|
73
|
+
ifModifiedSince?: string;
|
|
68
74
|
}
|
|
69
75
|
|
|
70
76
|
export interface PostCorporationsCorporationIdAssetsNamesRequest {
|
|
@@ -74,6 +80,7 @@ export interface PostCorporationsCorporationIdAssetsNamesRequest {
|
|
|
74
80
|
acceptLanguage?: PostCorporationsCorporationIdAssetsNamesAcceptLanguageEnum;
|
|
75
81
|
ifNoneMatch?: string;
|
|
76
82
|
xTenant?: string;
|
|
83
|
+
ifModifiedSince?: string;
|
|
77
84
|
}
|
|
78
85
|
|
|
79
86
|
/**
|
|
@@ -87,11 +94,12 @@ export interface AssetsApiInterface {
|
|
|
87
94
|
* Return a list of the characters assets
|
|
88
95
|
* @summary Get character assets
|
|
89
96
|
* @param {number} characterId The ID of the character
|
|
90
|
-
* @param {'
|
|
97
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
91
98
|
* @param {number} [page]
|
|
92
99
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
93
100
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
94
101
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
102
|
+
* @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.
|
|
95
103
|
* @param {*} [options] Override http request option.
|
|
96
104
|
* @throws {RequiredError}
|
|
97
105
|
* @memberof AssetsApiInterface
|
|
@@ -102,17 +110,18 @@ export interface AssetsApiInterface {
|
|
|
102
110
|
* Return a list of the characters assets
|
|
103
111
|
* Get character assets
|
|
104
112
|
*/
|
|
105
|
-
getCharactersCharacterIdAssets(requestParameters: GetCharactersCharacterIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
113
|
+
getCharactersCharacterIdAssets(requestParameters: GetCharactersCharacterIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
106
114
|
|
|
107
115
|
/**
|
|
108
116
|
* Return a list of the corporation assets
|
|
109
117
|
* @summary Get corporation assets
|
|
110
118
|
* @param {number} corporationId The ID of the corporation
|
|
111
|
-
* @param {'
|
|
119
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
112
120
|
* @param {number} [page]
|
|
113
121
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
114
122
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
115
123
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
124
|
+
* @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.
|
|
116
125
|
* @param {*} [options] Override http request option.
|
|
117
126
|
* @throws {RequiredError}
|
|
118
127
|
* @memberof AssetsApiInterface
|
|
@@ -123,17 +132,18 @@ export interface AssetsApiInterface {
|
|
|
123
132
|
* Return a list of the corporation assets
|
|
124
133
|
* Get corporation assets
|
|
125
134
|
*/
|
|
126
|
-
getCorporationsCorporationIdAssets(requestParameters: GetCorporationsCorporationIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
135
|
+
getCorporationsCorporationIdAssets(requestParameters: GetCorporationsCorporationIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
127
136
|
|
|
128
137
|
/**
|
|
129
138
|
* Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
130
139
|
* @summary Get character asset locations
|
|
131
140
|
* @param {number} characterId The ID of the character
|
|
132
|
-
* @param {'
|
|
141
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
133
142
|
* @param {Set<number>} requestBody
|
|
134
143
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
135
144
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
136
145
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
146
|
+
* @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.
|
|
137
147
|
* @param {*} [options] Override http request option.
|
|
138
148
|
* @throws {RequiredError}
|
|
139
149
|
* @memberof AssetsApiInterface
|
|
@@ -144,17 +154,18 @@ export interface AssetsApiInterface {
|
|
|
144
154
|
* Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
145
155
|
* Get character asset locations
|
|
146
156
|
*/
|
|
147
|
-
postCharactersCharacterIdAssetsLocations(requestParameters: PostCharactersCharacterIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
157
|
+
postCharactersCharacterIdAssetsLocations(requestParameters: PostCharactersCharacterIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
148
158
|
|
|
149
159
|
/**
|
|
150
160
|
* Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships.
|
|
151
161
|
* @summary Get character asset names
|
|
152
162
|
* @param {number} characterId The ID of the character
|
|
153
|
-
* @param {'
|
|
163
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
154
164
|
* @param {Set<number>} requestBody
|
|
155
165
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
156
166
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
157
167
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
168
|
+
* @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.
|
|
158
169
|
* @param {*} [options] Override http request option.
|
|
159
170
|
* @throws {RequiredError}
|
|
160
171
|
* @memberof AssetsApiInterface
|
|
@@ -165,17 +176,18 @@ export interface AssetsApiInterface {
|
|
|
165
176
|
* Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships.
|
|
166
177
|
* Get character asset names
|
|
167
178
|
*/
|
|
168
|
-
postCharactersCharacterIdAssetsNames(requestParameters: PostCharactersCharacterIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
179
|
+
postCharactersCharacterIdAssetsNames(requestParameters: PostCharactersCharacterIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
169
180
|
|
|
170
181
|
/**
|
|
171
182
|
* Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
172
183
|
* @summary Get corporation asset locations
|
|
173
184
|
* @param {number} corporationId The ID of the corporation
|
|
174
|
-
* @param {'
|
|
185
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
175
186
|
* @param {Set<number>} requestBody
|
|
176
187
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
177
188
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
178
189
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
190
|
+
* @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.
|
|
179
191
|
* @param {*} [options] Override http request option.
|
|
180
192
|
* @throws {RequiredError}
|
|
181
193
|
* @memberof AssetsApiInterface
|
|
@@ -186,17 +198,18 @@ export interface AssetsApiInterface {
|
|
|
186
198
|
* Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
187
199
|
* Get corporation asset locations
|
|
188
200
|
*/
|
|
189
|
-
postCorporationsCorporationIdAssetsLocations(requestParameters: PostCorporationsCorporationIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
201
|
+
postCorporationsCorporationIdAssetsLocations(requestParameters: PostCorporationsCorporationIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
190
202
|
|
|
191
203
|
/**
|
|
192
204
|
* Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships
|
|
193
205
|
* @summary Get corporation asset names
|
|
194
206
|
* @param {number} corporationId The ID of the corporation
|
|
195
|
-
* @param {'
|
|
207
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
196
208
|
* @param {Set<number>} requestBody
|
|
197
209
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
198
210
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
199
211
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
212
|
+
* @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.
|
|
200
213
|
* @param {*} [options] Override http request option.
|
|
201
214
|
* @throws {RequiredError}
|
|
202
215
|
* @memberof AssetsApiInterface
|
|
@@ -207,7 +220,7 @@ export interface AssetsApiInterface {
|
|
|
207
220
|
* Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships
|
|
208
221
|
* Get corporation asset names
|
|
209
222
|
*/
|
|
210
|
-
postCorporationsCorporationIdAssetsNames(requestParameters: PostCorporationsCorporationIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
223
|
+
postCorporationsCorporationIdAssetsNames(requestParameters: PostCorporationsCorporationIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
211
224
|
|
|
212
225
|
}
|
|
213
226
|
|
|
@@ -259,6 +272,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
259
272
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
260
273
|
}
|
|
261
274
|
|
|
275
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
276
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
277
|
+
}
|
|
278
|
+
|
|
262
279
|
/*
|
|
263
280
|
if (this.configuration && this.configuration.accessToken) {
|
|
264
281
|
// oauth required
|
|
@@ -270,6 +287,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
270
287
|
let urlPath = `/characters/{character_id}/assets`;
|
|
271
288
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
272
289
|
|
|
290
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
291
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
292
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
293
|
+
}
|
|
294
|
+
|
|
273
295
|
const facade = this.configuration?.apiFacade;
|
|
274
296
|
if (!facade) {
|
|
275
297
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -282,16 +304,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
282
304
|
query: queryParameters,
|
|
283
305
|
}, initOverrides);
|
|
284
306
|
|
|
285
|
-
return
|
|
307
|
+
return response;
|
|
286
308
|
}
|
|
287
309
|
|
|
288
310
|
/**
|
|
289
311
|
* Return a list of the characters assets
|
|
290
312
|
* Get character assets
|
|
291
313
|
*/
|
|
292
|
-
async getCharactersCharacterIdAssets(requestParameters: GetCharactersCharacterIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
314
|
+
async getCharactersCharacterIdAssets(requestParameters: GetCharactersCharacterIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
293
315
|
const response = await this.getCharactersCharacterIdAssetsRaw(requestParameters, initOverrides);
|
|
294
|
-
return
|
|
316
|
+
return response;
|
|
295
317
|
}
|
|
296
318
|
|
|
297
319
|
/**
|
|
@@ -337,6 +359,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
337
359
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
338
360
|
}
|
|
339
361
|
|
|
362
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
363
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
364
|
+
}
|
|
365
|
+
|
|
340
366
|
/*
|
|
341
367
|
if (this.configuration && this.configuration.accessToken) {
|
|
342
368
|
// oauth required
|
|
@@ -348,6 +374,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
348
374
|
let urlPath = `/corporations/{corporation_id}/assets`;
|
|
349
375
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
350
376
|
|
|
377
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
378
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
379
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
380
|
+
}
|
|
381
|
+
|
|
351
382
|
const facade = this.configuration?.apiFacade;
|
|
352
383
|
if (!facade) {
|
|
353
384
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -360,16 +391,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
360
391
|
query: queryParameters,
|
|
361
392
|
}, initOverrides);
|
|
362
393
|
|
|
363
|
-
return
|
|
394
|
+
return response;
|
|
364
395
|
}
|
|
365
396
|
|
|
366
397
|
/**
|
|
367
398
|
* Return a list of the corporation assets
|
|
368
399
|
* Get corporation assets
|
|
369
400
|
*/
|
|
370
|
-
async getCorporationsCorporationIdAssets(requestParameters: GetCorporationsCorporationIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
401
|
+
async getCorporationsCorporationIdAssets(requestParameters: GetCorporationsCorporationIdAssetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
371
402
|
const response = await this.getCorporationsCorporationIdAssetsRaw(requestParameters, initOverrides);
|
|
372
|
-
return
|
|
403
|
+
return response;
|
|
373
404
|
}
|
|
374
405
|
|
|
375
406
|
/**
|
|
@@ -420,6 +451,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
420
451
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
421
452
|
}
|
|
422
453
|
|
|
454
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
455
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
456
|
+
}
|
|
457
|
+
|
|
423
458
|
/*
|
|
424
459
|
if (this.configuration && this.configuration.accessToken) {
|
|
425
460
|
// oauth required
|
|
@@ -431,6 +466,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
431
466
|
let urlPath = `/characters/{character_id}/assets/locations`;
|
|
432
467
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
433
468
|
|
|
469
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
470
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
471
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
472
|
+
}
|
|
473
|
+
|
|
434
474
|
const facade = this.configuration?.apiFacade;
|
|
435
475
|
if (!facade) {
|
|
436
476
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -444,16 +484,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
444
484
|
body: requestParameters['requestBody'],
|
|
445
485
|
}, initOverrides);
|
|
446
486
|
|
|
447
|
-
return
|
|
487
|
+
return response;
|
|
448
488
|
}
|
|
449
489
|
|
|
450
490
|
/**
|
|
451
491
|
* Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
452
492
|
* Get character asset locations
|
|
453
493
|
*/
|
|
454
|
-
async postCharactersCharacterIdAssetsLocations(requestParameters: PostCharactersCharacterIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
494
|
+
async postCharactersCharacterIdAssetsLocations(requestParameters: PostCharactersCharacterIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
455
495
|
const response = await this.postCharactersCharacterIdAssetsLocationsRaw(requestParameters, initOverrides);
|
|
456
|
-
return
|
|
496
|
+
return response;
|
|
457
497
|
}
|
|
458
498
|
|
|
459
499
|
/**
|
|
@@ -504,6 +544,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
504
544
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
505
545
|
}
|
|
506
546
|
|
|
547
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
548
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
549
|
+
}
|
|
550
|
+
|
|
507
551
|
/*
|
|
508
552
|
if (this.configuration && this.configuration.accessToken) {
|
|
509
553
|
// oauth required
|
|
@@ -515,6 +559,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
515
559
|
let urlPath = `/characters/{character_id}/assets/names`;
|
|
516
560
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
517
561
|
|
|
562
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
563
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
564
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
565
|
+
}
|
|
566
|
+
|
|
518
567
|
const facade = this.configuration?.apiFacade;
|
|
519
568
|
if (!facade) {
|
|
520
569
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -528,16 +577,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
528
577
|
body: requestParameters['requestBody'],
|
|
529
578
|
}, initOverrides);
|
|
530
579
|
|
|
531
|
-
return
|
|
580
|
+
return response;
|
|
532
581
|
}
|
|
533
582
|
|
|
534
583
|
/**
|
|
535
584
|
* Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships.
|
|
536
585
|
* Get character asset names
|
|
537
586
|
*/
|
|
538
|
-
async postCharactersCharacterIdAssetsNames(requestParameters: PostCharactersCharacterIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
587
|
+
async postCharactersCharacterIdAssetsNames(requestParameters: PostCharactersCharacterIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
539
588
|
const response = await this.postCharactersCharacterIdAssetsNamesRaw(requestParameters, initOverrides);
|
|
540
|
-
return
|
|
589
|
+
return response;
|
|
541
590
|
}
|
|
542
591
|
|
|
543
592
|
/**
|
|
@@ -588,6 +637,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
588
637
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
589
638
|
}
|
|
590
639
|
|
|
640
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
641
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
642
|
+
}
|
|
643
|
+
|
|
591
644
|
/*
|
|
592
645
|
if (this.configuration && this.configuration.accessToken) {
|
|
593
646
|
// oauth required
|
|
@@ -599,6 +652,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
599
652
|
let urlPath = `/corporations/{corporation_id}/assets/locations`;
|
|
600
653
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
601
654
|
|
|
655
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
656
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
657
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
658
|
+
}
|
|
659
|
+
|
|
602
660
|
const facade = this.configuration?.apiFacade;
|
|
603
661
|
if (!facade) {
|
|
604
662
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -612,16 +670,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
612
670
|
body: requestParameters['requestBody'],
|
|
613
671
|
}, initOverrides);
|
|
614
672
|
|
|
615
|
-
return
|
|
673
|
+
return response;
|
|
616
674
|
}
|
|
617
675
|
|
|
618
676
|
/**
|
|
619
677
|
* Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
|
|
620
678
|
* Get corporation asset locations
|
|
621
679
|
*/
|
|
622
|
-
async postCorporationsCorporationIdAssetsLocations(requestParameters: PostCorporationsCorporationIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
680
|
+
async postCorporationsCorporationIdAssetsLocations(requestParameters: PostCorporationsCorporationIdAssetsLocationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
623
681
|
const response = await this.postCorporationsCorporationIdAssetsLocationsRaw(requestParameters, initOverrides);
|
|
624
|
-
return
|
|
682
|
+
return response;
|
|
625
683
|
}
|
|
626
684
|
|
|
627
685
|
/**
|
|
@@ -672,6 +730,10 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
672
730
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
673
731
|
}
|
|
674
732
|
|
|
733
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
734
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
735
|
+
}
|
|
736
|
+
|
|
675
737
|
/*
|
|
676
738
|
if (this.configuration && this.configuration.accessToken) {
|
|
677
739
|
// oauth required
|
|
@@ -683,6 +745,11 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
683
745
|
let urlPath = `/corporations/{corporation_id}/assets/names`;
|
|
684
746
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
685
747
|
|
|
748
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
749
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
750
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
751
|
+
}
|
|
752
|
+
|
|
686
753
|
const facade = this.configuration?.apiFacade;
|
|
687
754
|
if (!facade) {
|
|
688
755
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -696,16 +763,16 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
696
763
|
body: requestParameters['requestBody'],
|
|
697
764
|
}, initOverrides);
|
|
698
765
|
|
|
699
|
-
return
|
|
766
|
+
return response;
|
|
700
767
|
}
|
|
701
768
|
|
|
702
769
|
/**
|
|
703
770
|
* Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships
|
|
704
771
|
* Get corporation asset names
|
|
705
772
|
*/
|
|
706
|
-
async postCorporationsCorporationIdAssetsNames(requestParameters: PostCorporationsCorporationIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
773
|
+
async postCorporationsCorporationIdAssetsNames(requestParameters: PostCorporationsCorporationIdAssetsNamesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
707
774
|
const response = await this.postCorporationsCorporationIdAssetsNamesRaw(requestParameters, initOverrides);
|
|
708
|
-
return
|
|
775
|
+
return response;
|
|
709
776
|
}
|
|
710
777
|
|
|
711
778
|
}
|
|
@@ -715,7 +782,7 @@ export class AssetsApi extends runtime.BaseAPI implements AssetsApiInterface {
|
|
|
715
782
|
* @enum {string}
|
|
716
783
|
*/
|
|
717
784
|
export enum GetCharactersCharacterIdAssetsXCompatibilityDateEnum {
|
|
718
|
-
|
|
785
|
+
_20251216 = '2025-12-16'
|
|
719
786
|
}
|
|
720
787
|
/**
|
|
721
788
|
* @export
|
|
@@ -736,7 +803,7 @@ export enum GetCharactersCharacterIdAssetsAcceptLanguageEnum {
|
|
|
736
803
|
* @enum {string}
|
|
737
804
|
*/
|
|
738
805
|
export enum GetCorporationsCorporationIdAssetsXCompatibilityDateEnum {
|
|
739
|
-
|
|
806
|
+
_20251216 = '2025-12-16'
|
|
740
807
|
}
|
|
741
808
|
/**
|
|
742
809
|
* @export
|
|
@@ -757,7 +824,7 @@ export enum GetCorporationsCorporationIdAssetsAcceptLanguageEnum {
|
|
|
757
824
|
* @enum {string}
|
|
758
825
|
*/
|
|
759
826
|
export enum PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum {
|
|
760
|
-
|
|
827
|
+
_20251216 = '2025-12-16'
|
|
761
828
|
}
|
|
762
829
|
/**
|
|
763
830
|
* @export
|
|
@@ -778,7 +845,7 @@ export enum PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum {
|
|
|
778
845
|
* @enum {string}
|
|
779
846
|
*/
|
|
780
847
|
export enum PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum {
|
|
781
|
-
|
|
848
|
+
_20251216 = '2025-12-16'
|
|
782
849
|
}
|
|
783
850
|
/**
|
|
784
851
|
* @export
|
|
@@ -799,7 +866,7 @@ export enum PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum {
|
|
|
799
866
|
* @enum {string}
|
|
800
867
|
*/
|
|
801
868
|
export enum PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum {
|
|
802
|
-
|
|
869
|
+
_20251216 = '2025-12-16'
|
|
803
870
|
}
|
|
804
871
|
/**
|
|
805
872
|
* @export
|
|
@@ -820,7 +887,7 @@ export enum PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum {
|
|
|
820
887
|
* @enum {string}
|
|
821
888
|
*/
|
|
822
889
|
export enum PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum {
|
|
823
|
-
|
|
890
|
+
_20251216 = '2025-12-16'
|
|
824
891
|
}
|
|
825
892
|
/**
|
|
826
893
|
* @export
|