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/WalletApi.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
|
CharactersCharacterIdWalletJournalGetInner,
|
|
@@ -29,6 +30,7 @@ export interface GetCharactersCharacterIdWalletRequest {
|
|
|
29
30
|
acceptLanguage?: GetCharactersCharacterIdWalletAcceptLanguageEnum;
|
|
30
31
|
ifNoneMatch?: string;
|
|
31
32
|
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
export interface GetCharactersCharacterIdWalletJournalRequest {
|
|
@@ -38,6 +40,7 @@ export interface GetCharactersCharacterIdWalletJournalRequest {
|
|
|
38
40
|
acceptLanguage?: GetCharactersCharacterIdWalletJournalAcceptLanguageEnum;
|
|
39
41
|
ifNoneMatch?: string;
|
|
40
42
|
xTenant?: string;
|
|
43
|
+
ifModifiedSince?: string;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface GetCharactersCharacterIdWalletTransactionsRequest {
|
|
@@ -47,6 +50,7 @@ export interface GetCharactersCharacterIdWalletTransactionsRequest {
|
|
|
47
50
|
acceptLanguage?: GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum;
|
|
48
51
|
ifNoneMatch?: string;
|
|
49
52
|
xTenant?: string;
|
|
53
|
+
ifModifiedSince?: string;
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
export interface GetCorporationsCorporationIdWalletsRequest {
|
|
@@ -55,6 +59,7 @@ export interface GetCorporationsCorporationIdWalletsRequest {
|
|
|
55
59
|
acceptLanguage?: GetCorporationsCorporationIdWalletsAcceptLanguageEnum;
|
|
56
60
|
ifNoneMatch?: string;
|
|
57
61
|
xTenant?: string;
|
|
62
|
+
ifModifiedSince?: string;
|
|
58
63
|
}
|
|
59
64
|
|
|
60
65
|
export interface GetCorporationsCorporationIdWalletsDivisionJournalRequest {
|
|
@@ -65,6 +70,7 @@ export interface GetCorporationsCorporationIdWalletsDivisionJournalRequest {
|
|
|
65
70
|
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum;
|
|
66
71
|
ifNoneMatch?: string;
|
|
67
72
|
xTenant?: string;
|
|
73
|
+
ifModifiedSince?: string;
|
|
68
74
|
}
|
|
69
75
|
|
|
70
76
|
export interface GetCorporationsCorporationIdWalletsDivisionTransactionsRequest {
|
|
@@ -75,6 +81,7 @@ export interface GetCorporationsCorporationIdWalletsDivisionTransactionsRequest
|
|
|
75
81
|
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum;
|
|
76
82
|
ifNoneMatch?: string;
|
|
77
83
|
xTenant?: string;
|
|
84
|
+
ifModifiedSince?: string;
|
|
78
85
|
}
|
|
79
86
|
|
|
80
87
|
/**
|
|
@@ -88,10 +95,11 @@ export interface WalletApiInterface {
|
|
|
88
95
|
* Returns a character\'s wallet balance
|
|
89
96
|
* @summary Get a character\'s wallet balance
|
|
90
97
|
* @param {number} characterId The ID of the character
|
|
91
|
-
* @param {'
|
|
98
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
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 WalletApiInterface
|
|
@@ -102,17 +110,18 @@ export interface WalletApiInterface {
|
|
|
102
110
|
* Returns a character\'s wallet balance
|
|
103
111
|
* Get a character\'s wallet balance
|
|
104
112
|
*/
|
|
105
|
-
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
113
|
+
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
106
114
|
|
|
107
115
|
/**
|
|
108
116
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
109
117
|
* @summary Get character wallet journal
|
|
110
118
|
* @param {number} characterId The ID of the character
|
|
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 WalletApiInterface
|
|
@@ -123,17 +132,18 @@ export interface WalletApiInterface {
|
|
|
123
132
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
124
133
|
* Get character wallet journal
|
|
125
134
|
*/
|
|
126
|
-
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
135
|
+
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
127
136
|
|
|
128
137
|
/**
|
|
129
138
|
* Get wallet transactions of a character
|
|
130
139
|
* @summary Get wallet transactions
|
|
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 {number} [fromId]
|
|
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 WalletApiInterface
|
|
@@ -144,16 +154,17 @@ export interface WalletApiInterface {
|
|
|
144
154
|
* Get wallet transactions of a character
|
|
145
155
|
* Get wallet transactions
|
|
146
156
|
*/
|
|
147
|
-
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
157
|
+
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
148
158
|
|
|
149
159
|
/**
|
|
150
160
|
* Get a corporation\'s wallets
|
|
151
161
|
* @summary Returns a corporation\'s wallet balance
|
|
152
162
|
* @param {number} corporationId The ID of the corporation
|
|
153
|
-
* @param {'
|
|
163
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
154
164
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
155
165
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
156
166
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
167
|
+
* @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.
|
|
157
168
|
* @param {*} [options] Override http request option.
|
|
158
169
|
* @throws {RequiredError}
|
|
159
170
|
* @memberof WalletApiInterface
|
|
@@ -164,18 +175,19 @@ export interface WalletApiInterface {
|
|
|
164
175
|
* Get a corporation\'s wallets
|
|
165
176
|
* Returns a corporation\'s wallet balance
|
|
166
177
|
*/
|
|
167
|
-
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
178
|
+
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
168
179
|
|
|
169
180
|
/**
|
|
170
181
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
171
182
|
* @summary Get corporation wallet journal
|
|
172
183
|
* @param {number} corporationId The ID of the corporation
|
|
173
184
|
* @param {number} division
|
|
174
|
-
* @param {'
|
|
185
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
175
186
|
* @param {number} [page]
|
|
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 WalletApiInterface
|
|
@@ -186,18 +198,19 @@ export interface WalletApiInterface {
|
|
|
186
198
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
187
199
|
* Get corporation wallet journal
|
|
188
200
|
*/
|
|
189
|
-
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
201
|
+
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
190
202
|
|
|
191
203
|
/**
|
|
192
204
|
* Get wallet transactions of a corporation
|
|
193
205
|
* @summary Get corporation wallet transactions
|
|
194
206
|
* @param {number} corporationId The ID of the corporation
|
|
195
207
|
* @param {number} division
|
|
196
|
-
* @param {'
|
|
208
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
197
209
|
* @param {number} [fromId]
|
|
198
210
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
199
211
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
200
212
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
213
|
+
* @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.
|
|
201
214
|
* @param {*} [options] Override http request option.
|
|
202
215
|
* @throws {RequiredError}
|
|
203
216
|
* @memberof WalletApiInterface
|
|
@@ -208,7 +221,7 @@ export interface WalletApiInterface {
|
|
|
208
221
|
* Get wallet transactions of a corporation
|
|
209
222
|
* Get corporation wallet transactions
|
|
210
223
|
*/
|
|
211
|
-
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
224
|
+
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
212
225
|
|
|
213
226
|
}
|
|
214
227
|
|
|
@@ -256,6 +269,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
256
269
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
257
270
|
}
|
|
258
271
|
|
|
272
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
273
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
274
|
+
}
|
|
275
|
+
|
|
259
276
|
/*
|
|
260
277
|
if (this.configuration && this.configuration.accessToken) {
|
|
261
278
|
// oauth required
|
|
@@ -267,6 +284,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
267
284
|
let urlPath = `/characters/{character_id}/wallet`;
|
|
268
285
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
269
286
|
|
|
287
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
288
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
289
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
290
|
+
}
|
|
291
|
+
|
|
270
292
|
const facade = this.configuration?.apiFacade;
|
|
271
293
|
if (!facade) {
|
|
272
294
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -279,20 +301,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
279
301
|
query: queryParameters,
|
|
280
302
|
}, initOverrides);
|
|
281
303
|
|
|
282
|
-
|
|
283
|
-
return new runtime.JSONApiResponse<number>(response);
|
|
284
|
-
} else {
|
|
285
|
-
return new runtime.TextApiResponse(response) as any;
|
|
286
|
-
}
|
|
304
|
+
return response;
|
|
287
305
|
}
|
|
288
306
|
|
|
289
307
|
/**
|
|
290
308
|
* Returns a character\'s wallet balance
|
|
291
309
|
* Get a character\'s wallet balance
|
|
292
310
|
*/
|
|
293
|
-
async getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
311
|
+
async getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
294
312
|
const response = await this.getCharactersCharacterIdWalletRaw(requestParameters, initOverrides);
|
|
295
|
-
return
|
|
313
|
+
return response;
|
|
296
314
|
}
|
|
297
315
|
|
|
298
316
|
/**
|
|
@@ -338,6 +356,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
338
356
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
339
357
|
}
|
|
340
358
|
|
|
359
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
360
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
361
|
+
}
|
|
362
|
+
|
|
341
363
|
/*
|
|
342
364
|
if (this.configuration && this.configuration.accessToken) {
|
|
343
365
|
// oauth required
|
|
@@ -349,6 +371,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
349
371
|
let urlPath = `/characters/{character_id}/wallet/journal`;
|
|
350
372
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
351
373
|
|
|
374
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
375
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
376
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
377
|
+
}
|
|
378
|
+
|
|
352
379
|
const facade = this.configuration?.apiFacade;
|
|
353
380
|
if (!facade) {
|
|
354
381
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -361,16 +388,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
361
388
|
query: queryParameters,
|
|
362
389
|
}, initOverrides);
|
|
363
390
|
|
|
364
|
-
return
|
|
391
|
+
return response;
|
|
365
392
|
}
|
|
366
393
|
|
|
367
394
|
/**
|
|
368
395
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
369
396
|
* Get character wallet journal
|
|
370
397
|
*/
|
|
371
|
-
async getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
398
|
+
async getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
372
399
|
const response = await this.getCharactersCharacterIdWalletJournalRaw(requestParameters, initOverrides);
|
|
373
|
-
return
|
|
400
|
+
return response;
|
|
374
401
|
}
|
|
375
402
|
|
|
376
403
|
/**
|
|
@@ -416,6 +443,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
416
443
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
417
444
|
}
|
|
418
445
|
|
|
446
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
447
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
448
|
+
}
|
|
449
|
+
|
|
419
450
|
/*
|
|
420
451
|
if (this.configuration && this.configuration.accessToken) {
|
|
421
452
|
// oauth required
|
|
@@ -427,6 +458,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
427
458
|
let urlPath = `/characters/{character_id}/wallet/transactions`;
|
|
428
459
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
429
460
|
|
|
461
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
462
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
463
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
464
|
+
}
|
|
465
|
+
|
|
430
466
|
const facade = this.configuration?.apiFacade;
|
|
431
467
|
if (!facade) {
|
|
432
468
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -439,16 +475,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
439
475
|
query: queryParameters,
|
|
440
476
|
}, initOverrides);
|
|
441
477
|
|
|
442
|
-
return
|
|
478
|
+
return response;
|
|
443
479
|
}
|
|
444
480
|
|
|
445
481
|
/**
|
|
446
482
|
* Get wallet transactions of a character
|
|
447
483
|
* Get wallet transactions
|
|
448
484
|
*/
|
|
449
|
-
async getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
485
|
+
async getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
450
486
|
const response = await this.getCharactersCharacterIdWalletTransactionsRaw(requestParameters, initOverrides);
|
|
451
|
-
return
|
|
487
|
+
return response;
|
|
452
488
|
}
|
|
453
489
|
|
|
454
490
|
/**
|
|
@@ -490,6 +526,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
490
526
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
491
527
|
}
|
|
492
528
|
|
|
529
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
530
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
531
|
+
}
|
|
532
|
+
|
|
493
533
|
/*
|
|
494
534
|
if (this.configuration && this.configuration.accessToken) {
|
|
495
535
|
// oauth required
|
|
@@ -501,6 +541,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
501
541
|
let urlPath = `/corporations/{corporation_id}/wallets`;
|
|
502
542
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
503
543
|
|
|
544
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
545
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
546
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
547
|
+
}
|
|
548
|
+
|
|
504
549
|
const facade = this.configuration?.apiFacade;
|
|
505
550
|
if (!facade) {
|
|
506
551
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -513,16 +558,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
513
558
|
query: queryParameters,
|
|
514
559
|
}, initOverrides);
|
|
515
560
|
|
|
516
|
-
return
|
|
561
|
+
return response;
|
|
517
562
|
}
|
|
518
563
|
|
|
519
564
|
/**
|
|
520
565
|
* Get a corporation\'s wallets
|
|
521
566
|
* Returns a corporation\'s wallet balance
|
|
522
567
|
*/
|
|
523
|
-
async getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
568
|
+
async getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
524
569
|
const response = await this.getCorporationsCorporationIdWalletsRaw(requestParameters, initOverrides);
|
|
525
|
-
return
|
|
570
|
+
return response;
|
|
526
571
|
}
|
|
527
572
|
|
|
528
573
|
/**
|
|
@@ -575,6 +620,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
575
620
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
576
621
|
}
|
|
577
622
|
|
|
623
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
624
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
625
|
+
}
|
|
626
|
+
|
|
578
627
|
/*
|
|
579
628
|
if (this.configuration && this.configuration.accessToken) {
|
|
580
629
|
// oauth required
|
|
@@ -587,6 +636,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
587
636
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
588
637
|
urlPath = urlPath.replace(`{${"division"}}`, encodeURIComponent(String(requestParameters['division'])));
|
|
589
638
|
|
|
639
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
640
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
641
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
642
|
+
}
|
|
643
|
+
|
|
590
644
|
const facade = this.configuration?.apiFacade;
|
|
591
645
|
if (!facade) {
|
|
592
646
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -599,16 +653,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
599
653
|
query: queryParameters,
|
|
600
654
|
}, initOverrides);
|
|
601
655
|
|
|
602
|
-
return
|
|
656
|
+
return response;
|
|
603
657
|
}
|
|
604
658
|
|
|
605
659
|
/**
|
|
606
660
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
607
661
|
* Get corporation wallet journal
|
|
608
662
|
*/
|
|
609
|
-
async getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
663
|
+
async getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
610
664
|
const response = await this.getCorporationsCorporationIdWalletsDivisionJournalRaw(requestParameters, initOverrides);
|
|
611
|
-
return
|
|
665
|
+
return response;
|
|
612
666
|
}
|
|
613
667
|
|
|
614
668
|
/**
|
|
@@ -661,6 +715,10 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
661
715
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
662
716
|
}
|
|
663
717
|
|
|
718
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
719
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
720
|
+
}
|
|
721
|
+
|
|
664
722
|
/*
|
|
665
723
|
if (this.configuration && this.configuration.accessToken) {
|
|
666
724
|
// oauth required
|
|
@@ -673,6 +731,11 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
673
731
|
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
674
732
|
urlPath = urlPath.replace(`{${"division"}}`, encodeURIComponent(String(requestParameters['division'])));
|
|
675
733
|
|
|
734
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
735
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
736
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
737
|
+
}
|
|
738
|
+
|
|
676
739
|
const facade = this.configuration?.apiFacade;
|
|
677
740
|
if (!facade) {
|
|
678
741
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -685,16 +748,16 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
685
748
|
query: queryParameters,
|
|
686
749
|
}, initOverrides);
|
|
687
750
|
|
|
688
|
-
return
|
|
751
|
+
return response;
|
|
689
752
|
}
|
|
690
753
|
|
|
691
754
|
/**
|
|
692
755
|
* Get wallet transactions of a corporation
|
|
693
756
|
* Get corporation wallet transactions
|
|
694
757
|
*/
|
|
695
|
-
async getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
758
|
+
async getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
696
759
|
const response = await this.getCorporationsCorporationIdWalletsDivisionTransactionsRaw(requestParameters, initOverrides);
|
|
697
|
-
return
|
|
760
|
+
return response;
|
|
698
761
|
}
|
|
699
762
|
|
|
700
763
|
}
|
|
@@ -704,7 +767,7 @@ export class WalletApi extends runtime.BaseAPI implements WalletApiInterface {
|
|
|
704
767
|
* @enum {string}
|
|
705
768
|
*/
|
|
706
769
|
export enum GetCharactersCharacterIdWalletXCompatibilityDateEnum {
|
|
707
|
-
|
|
770
|
+
_20251216 = '2025-12-16'
|
|
708
771
|
}
|
|
709
772
|
/**
|
|
710
773
|
* @export
|
|
@@ -725,7 +788,7 @@ export enum GetCharactersCharacterIdWalletAcceptLanguageEnum {
|
|
|
725
788
|
* @enum {string}
|
|
726
789
|
*/
|
|
727
790
|
export enum GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum {
|
|
728
|
-
|
|
791
|
+
_20251216 = '2025-12-16'
|
|
729
792
|
}
|
|
730
793
|
/**
|
|
731
794
|
* @export
|
|
@@ -746,7 +809,7 @@ export enum GetCharactersCharacterIdWalletJournalAcceptLanguageEnum {
|
|
|
746
809
|
* @enum {string}
|
|
747
810
|
*/
|
|
748
811
|
export enum GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum {
|
|
749
|
-
|
|
812
|
+
_20251216 = '2025-12-16'
|
|
750
813
|
}
|
|
751
814
|
/**
|
|
752
815
|
* @export
|
|
@@ -767,7 +830,7 @@ export enum GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum {
|
|
|
767
830
|
* @enum {string}
|
|
768
831
|
*/
|
|
769
832
|
export enum GetCorporationsCorporationIdWalletsXCompatibilityDateEnum {
|
|
770
|
-
|
|
833
|
+
_20251216 = '2025-12-16'
|
|
771
834
|
}
|
|
772
835
|
/**
|
|
773
836
|
* @export
|
|
@@ -788,7 +851,7 @@ export enum GetCorporationsCorporationIdWalletsAcceptLanguageEnum {
|
|
|
788
851
|
* @enum {string}
|
|
789
852
|
*/
|
|
790
853
|
export enum GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum {
|
|
791
|
-
|
|
854
|
+
_20251216 = '2025-12-16'
|
|
792
855
|
}
|
|
793
856
|
/**
|
|
794
857
|
* @export
|
|
@@ -809,7 +872,7 @@ export enum GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum
|
|
|
809
872
|
* @enum {string}
|
|
810
873
|
*/
|
|
811
874
|
export enum GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum {
|
|
812
|
-
|
|
875
|
+
_20251216 = '2025-12-16'
|
|
813
876
|
}
|
|
814
877
|
/**
|
|
815
878
|
* @export
|