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/dist/apis/WalletApi.d.ts
CHANGED
|
@@ -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).
|
|
@@ -17,6 +17,7 @@ export interface GetCharactersCharacterIdWalletRequest {
|
|
|
17
17
|
acceptLanguage?: GetCharactersCharacterIdWalletAcceptLanguageEnum;
|
|
18
18
|
ifNoneMatch?: string;
|
|
19
19
|
xTenant?: string;
|
|
20
|
+
ifModifiedSince?: string;
|
|
20
21
|
}
|
|
21
22
|
export interface GetCharactersCharacterIdWalletJournalRequest {
|
|
22
23
|
characterId: number;
|
|
@@ -25,6 +26,7 @@ export interface GetCharactersCharacterIdWalletJournalRequest {
|
|
|
25
26
|
acceptLanguage?: GetCharactersCharacterIdWalletJournalAcceptLanguageEnum;
|
|
26
27
|
ifNoneMatch?: string;
|
|
27
28
|
xTenant?: string;
|
|
29
|
+
ifModifiedSince?: string;
|
|
28
30
|
}
|
|
29
31
|
export interface GetCharactersCharacterIdWalletTransactionsRequest {
|
|
30
32
|
characterId: number;
|
|
@@ -33,6 +35,7 @@ export interface GetCharactersCharacterIdWalletTransactionsRequest {
|
|
|
33
35
|
acceptLanguage?: GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum;
|
|
34
36
|
ifNoneMatch?: string;
|
|
35
37
|
xTenant?: string;
|
|
38
|
+
ifModifiedSince?: string;
|
|
36
39
|
}
|
|
37
40
|
export interface GetCorporationsCorporationIdWalletsRequest {
|
|
38
41
|
corporationId: number;
|
|
@@ -40,6 +43,7 @@ export interface GetCorporationsCorporationIdWalletsRequest {
|
|
|
40
43
|
acceptLanguage?: GetCorporationsCorporationIdWalletsAcceptLanguageEnum;
|
|
41
44
|
ifNoneMatch?: string;
|
|
42
45
|
xTenant?: string;
|
|
46
|
+
ifModifiedSince?: string;
|
|
43
47
|
}
|
|
44
48
|
export interface GetCorporationsCorporationIdWalletsDivisionJournalRequest {
|
|
45
49
|
corporationId: number;
|
|
@@ -49,6 +53,7 @@ export interface GetCorporationsCorporationIdWalletsDivisionJournalRequest {
|
|
|
49
53
|
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum;
|
|
50
54
|
ifNoneMatch?: string;
|
|
51
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
52
57
|
}
|
|
53
58
|
export interface GetCorporationsCorporationIdWalletsDivisionTransactionsRequest {
|
|
54
59
|
corporationId: number;
|
|
@@ -58,6 +63,7 @@ export interface GetCorporationsCorporationIdWalletsDivisionTransactionsRequest
|
|
|
58
63
|
acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum;
|
|
59
64
|
ifNoneMatch?: string;
|
|
60
65
|
xTenant?: string;
|
|
66
|
+
ifModifiedSince?: string;
|
|
61
67
|
}
|
|
62
68
|
/**
|
|
63
69
|
* WalletApi - interface
|
|
@@ -70,10 +76,11 @@ export interface WalletApiInterface {
|
|
|
70
76
|
* Returns a character\'s wallet balance
|
|
71
77
|
* @summary Get a character\'s wallet balance
|
|
72
78
|
* @param {number} characterId The ID of the character
|
|
73
|
-
* @param {'
|
|
79
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
74
80
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
75
81
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
76
82
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
83
|
+
* @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.
|
|
77
84
|
* @param {*} [options] Override http request option.
|
|
78
85
|
* @throws {RequiredError}
|
|
79
86
|
* @memberof WalletApiInterface
|
|
@@ -83,16 +90,17 @@ export interface WalletApiInterface {
|
|
|
83
90
|
* Returns a character\'s wallet balance
|
|
84
91
|
* Get a character\'s wallet balance
|
|
85
92
|
*/
|
|
86
|
-
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
93
|
+
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
87
94
|
/**
|
|
88
95
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
89
96
|
* @summary Get character wallet journal
|
|
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 {number} [page]
|
|
93
100
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
94
101
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
95
102
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
103
|
+
* @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.
|
|
96
104
|
* @param {*} [options] Override http request option.
|
|
97
105
|
* @throws {RequiredError}
|
|
98
106
|
* @memberof WalletApiInterface
|
|
@@ -102,16 +110,17 @@ export interface WalletApiInterface {
|
|
|
102
110
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
103
111
|
* Get character wallet journal
|
|
104
112
|
*/
|
|
105
|
-
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
113
|
+
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
106
114
|
/**
|
|
107
115
|
* Get wallet transactions of a character
|
|
108
116
|
* @summary Get wallet transactions
|
|
109
117
|
* @param {number} characterId The ID of the character
|
|
110
|
-
* @param {'
|
|
118
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
111
119
|
* @param {number} [fromId]
|
|
112
120
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
113
121
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
114
122
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
123
|
+
* @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.
|
|
115
124
|
* @param {*} [options] Override http request option.
|
|
116
125
|
* @throws {RequiredError}
|
|
117
126
|
* @memberof WalletApiInterface
|
|
@@ -121,15 +130,16 @@ export interface WalletApiInterface {
|
|
|
121
130
|
* Get wallet transactions of a character
|
|
122
131
|
* Get wallet transactions
|
|
123
132
|
*/
|
|
124
|
-
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
133
|
+
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
125
134
|
/**
|
|
126
135
|
* Get a corporation\'s wallets
|
|
127
136
|
* @summary Returns a corporation\'s wallet balance
|
|
128
137
|
* @param {number} corporationId The ID of the corporation
|
|
129
|
-
* @param {'
|
|
138
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
130
139
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
131
140
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
132
141
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
142
|
+
* @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.
|
|
133
143
|
* @param {*} [options] Override http request option.
|
|
134
144
|
* @throws {RequiredError}
|
|
135
145
|
* @memberof WalletApiInterface
|
|
@@ -139,17 +149,18 @@ export interface WalletApiInterface {
|
|
|
139
149
|
* Get a corporation\'s wallets
|
|
140
150
|
* Returns a corporation\'s wallet balance
|
|
141
151
|
*/
|
|
142
|
-
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
152
|
+
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
143
153
|
/**
|
|
144
154
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
145
155
|
* @summary Get corporation wallet journal
|
|
146
156
|
* @param {number} corporationId The ID of the corporation
|
|
147
157
|
* @param {number} division
|
|
148
|
-
* @param {'
|
|
158
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
149
159
|
* @param {number} [page]
|
|
150
160
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
151
161
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
152
162
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
163
|
+
* @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.
|
|
153
164
|
* @param {*} [options] Override http request option.
|
|
154
165
|
* @throws {RequiredError}
|
|
155
166
|
* @memberof WalletApiInterface
|
|
@@ -159,17 +170,18 @@ export interface WalletApiInterface {
|
|
|
159
170
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
160
171
|
* Get corporation wallet journal
|
|
161
172
|
*/
|
|
162
|
-
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
173
|
+
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
163
174
|
/**
|
|
164
175
|
* Get wallet transactions of a corporation
|
|
165
176
|
* @summary Get corporation wallet transactions
|
|
166
177
|
* @param {number} corporationId The ID of the corporation
|
|
167
178
|
* @param {number} division
|
|
168
|
-
* @param {'
|
|
179
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
169
180
|
* @param {number} [fromId]
|
|
170
181
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
171
182
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
172
183
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
184
|
+
* @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.
|
|
173
185
|
* @param {*} [options] Override http request option.
|
|
174
186
|
* @throws {RequiredError}
|
|
175
187
|
* @memberof WalletApiInterface
|
|
@@ -179,7 +191,7 @@ export interface WalletApiInterface {
|
|
|
179
191
|
* Get wallet transactions of a corporation
|
|
180
192
|
* Get corporation wallet transactions
|
|
181
193
|
*/
|
|
182
|
-
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
194
|
+
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
183
195
|
}
|
|
184
196
|
/**
|
|
185
197
|
*
|
|
@@ -194,7 +206,7 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
194
206
|
* Returns a character\'s wallet balance
|
|
195
207
|
* Get a character\'s wallet balance
|
|
196
208
|
*/
|
|
197
|
-
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
209
|
+
getCharactersCharacterIdWallet(requestParameters: GetCharactersCharacterIdWalletRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
198
210
|
/**
|
|
199
211
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
200
212
|
* Get character wallet journal
|
|
@@ -204,7 +216,7 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
204
216
|
* Retrieve the given character\'s wallet journal going 30 days back
|
|
205
217
|
* Get character wallet journal
|
|
206
218
|
*/
|
|
207
|
-
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
219
|
+
getCharactersCharacterIdWalletJournal(requestParameters: GetCharactersCharacterIdWalletJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
208
220
|
/**
|
|
209
221
|
* Get wallet transactions of a character
|
|
210
222
|
* Get wallet transactions
|
|
@@ -214,7 +226,7 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
214
226
|
* Get wallet transactions of a character
|
|
215
227
|
* Get wallet transactions
|
|
216
228
|
*/
|
|
217
|
-
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
229
|
+
getCharactersCharacterIdWalletTransactions(requestParameters: GetCharactersCharacterIdWalletTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
218
230
|
/**
|
|
219
231
|
* Get a corporation\'s wallets
|
|
220
232
|
* Returns a corporation\'s wallet balance
|
|
@@ -224,7 +236,7 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
224
236
|
* Get a corporation\'s wallets
|
|
225
237
|
* Returns a corporation\'s wallet balance
|
|
226
238
|
*/
|
|
227
|
-
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
239
|
+
getCorporationsCorporationIdWallets(requestParameters: GetCorporationsCorporationIdWalletsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
228
240
|
/**
|
|
229
241
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
230
242
|
* Get corporation wallet journal
|
|
@@ -234,7 +246,7 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
234
246
|
* Retrieve the given corporation\'s wallet journal for the given division going 30 days back
|
|
235
247
|
* Get corporation wallet journal
|
|
236
248
|
*/
|
|
237
|
-
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
249
|
+
getCorporationsCorporationIdWalletsDivisionJournal(requestParameters: GetCorporationsCorporationIdWalletsDivisionJournalRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
238
250
|
/**
|
|
239
251
|
* Get wallet transactions of a corporation
|
|
240
252
|
* Get corporation wallet transactions
|
|
@@ -244,14 +256,14 @@ export declare class WalletApi extends runtime.BaseAPI implements WalletApiInter
|
|
|
244
256
|
* Get wallet transactions of a corporation
|
|
245
257
|
* Get corporation wallet transactions
|
|
246
258
|
*/
|
|
247
|
-
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
259
|
+
getCorporationsCorporationIdWalletsDivisionTransactions(requestParameters: GetCorporationsCorporationIdWalletsDivisionTransactionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
248
260
|
}
|
|
249
261
|
/**
|
|
250
262
|
* @export
|
|
251
263
|
* @enum {string}
|
|
252
264
|
*/
|
|
253
265
|
export declare enum GetCharactersCharacterIdWalletXCompatibilityDateEnum {
|
|
254
|
-
|
|
266
|
+
_20251216 = "2025-12-16"
|
|
255
267
|
}
|
|
256
268
|
/**
|
|
257
269
|
* @export
|
|
@@ -272,7 +284,7 @@ export declare enum GetCharactersCharacterIdWalletAcceptLanguageEnum {
|
|
|
272
284
|
* @enum {string}
|
|
273
285
|
*/
|
|
274
286
|
export declare enum GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum {
|
|
275
|
-
|
|
287
|
+
_20251216 = "2025-12-16"
|
|
276
288
|
}
|
|
277
289
|
/**
|
|
278
290
|
* @export
|
|
@@ -293,7 +305,7 @@ export declare enum GetCharactersCharacterIdWalletJournalAcceptLanguageEnum {
|
|
|
293
305
|
* @enum {string}
|
|
294
306
|
*/
|
|
295
307
|
export declare enum GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum {
|
|
296
|
-
|
|
308
|
+
_20251216 = "2025-12-16"
|
|
297
309
|
}
|
|
298
310
|
/**
|
|
299
311
|
* @export
|
|
@@ -314,7 +326,7 @@ export declare enum GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum
|
|
|
314
326
|
* @enum {string}
|
|
315
327
|
*/
|
|
316
328
|
export declare enum GetCorporationsCorporationIdWalletsXCompatibilityDateEnum {
|
|
317
|
-
|
|
329
|
+
_20251216 = "2025-12-16"
|
|
318
330
|
}
|
|
319
331
|
/**
|
|
320
332
|
* @export
|
|
@@ -335,7 +347,7 @@ export declare enum GetCorporationsCorporationIdWalletsAcceptLanguageEnum {
|
|
|
335
347
|
* @enum {string}
|
|
336
348
|
*/
|
|
337
349
|
export declare enum GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum {
|
|
338
|
-
|
|
350
|
+
_20251216 = "2025-12-16"
|
|
339
351
|
}
|
|
340
352
|
/**
|
|
341
353
|
* @export
|
|
@@ -356,7 +368,7 @@ export declare enum GetCorporationsCorporationIdWalletsDivisionJournalAcceptLang
|
|
|
356
368
|
* @enum {string}
|
|
357
369
|
*/
|
|
358
370
|
export declare enum GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum {
|
|
359
|
-
|
|
371
|
+
_20251216 = "2025-12-16"
|
|
360
372
|
}
|
|
361
373
|
/**
|
|
362
374
|
* @export
|
package/dist/apis/WalletApi.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum = exports.GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = exports.GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum = exports.GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = exports.GetCorporationsCorporationIdWalletsAcceptLanguageEnum = exports.GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = exports.GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum = exports.GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = exports.GetCharactersCharacterIdWalletJournalAcceptLanguageEnum = exports.GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = exports.GetCharactersCharacterIdWalletAcceptLanguageEnum = exports.GetCharactersCharacterIdWalletXCompatibilityDateEnum = exports.WalletApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -105,8 +106,15 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
105
106
|
if (requestParameters['xTenant'] != null) {
|
|
106
107
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
107
108
|
}
|
|
109
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
110
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
111
|
+
}
|
|
108
112
|
urlPath = "/characters/{character_id}/wallet";
|
|
109
113
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
114
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
115
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
116
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
117
|
+
}
|
|
110
118
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
111
119
|
if (!facade) {
|
|
112
120
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -119,13 +127,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
119
127
|
}, initOverrides)];
|
|
120
128
|
case 1:
|
|
121
129
|
response = _b.sent();
|
|
122
|
-
|
|
123
|
-
return [2 /*return*/, new runtime.JSONApiResponse(response)];
|
|
124
|
-
}
|
|
125
|
-
else {
|
|
126
|
-
return [2 /*return*/, new runtime.TextApiResponse(response)];
|
|
127
|
-
}
|
|
128
|
-
return [2 /*return*/];
|
|
130
|
+
return [2 /*return*/, response];
|
|
129
131
|
}
|
|
130
132
|
});
|
|
131
133
|
});
|
|
@@ -142,8 +144,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
142
144
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdWalletRaw(requestParameters, initOverrides)];
|
|
143
145
|
case 1:
|
|
144
146
|
response = _a.sent();
|
|
145
|
-
return [
|
|
146
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
147
|
+
return [2 /*return*/, response];
|
|
147
148
|
}
|
|
148
149
|
});
|
|
149
150
|
});
|
|
@@ -182,8 +183,15 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
182
183
|
if (requestParameters['xTenant'] != null) {
|
|
183
184
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
184
185
|
}
|
|
186
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
187
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
188
|
+
}
|
|
185
189
|
urlPath = "/characters/{character_id}/wallet/journal";
|
|
186
190
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
191
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
192
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
193
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
194
|
+
}
|
|
187
195
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
188
196
|
if (!facade) {
|
|
189
197
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -196,7 +204,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
196
204
|
}, initOverrides)];
|
|
197
205
|
case 1:
|
|
198
206
|
response = _b.sent();
|
|
199
|
-
return [2 /*return*/,
|
|
207
|
+
return [2 /*return*/, response];
|
|
200
208
|
}
|
|
201
209
|
});
|
|
202
210
|
});
|
|
@@ -213,8 +221,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
213
221
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdWalletJournalRaw(requestParameters, initOverrides)];
|
|
214
222
|
case 1:
|
|
215
223
|
response = _a.sent();
|
|
216
|
-
return [
|
|
217
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
224
|
+
return [2 /*return*/, response];
|
|
218
225
|
}
|
|
219
226
|
});
|
|
220
227
|
});
|
|
@@ -253,8 +260,15 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
253
260
|
if (requestParameters['xTenant'] != null) {
|
|
254
261
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
255
262
|
}
|
|
263
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
264
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
265
|
+
}
|
|
256
266
|
urlPath = "/characters/{character_id}/wallet/transactions";
|
|
257
267
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
268
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
269
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
270
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
271
|
+
}
|
|
258
272
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
259
273
|
if (!facade) {
|
|
260
274
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -267,7 +281,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
267
281
|
}, initOverrides)];
|
|
268
282
|
case 1:
|
|
269
283
|
response = _b.sent();
|
|
270
|
-
return [2 /*return*/,
|
|
284
|
+
return [2 /*return*/, response];
|
|
271
285
|
}
|
|
272
286
|
});
|
|
273
287
|
});
|
|
@@ -284,8 +298,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
284
298
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdWalletTransactionsRaw(requestParameters, initOverrides)];
|
|
285
299
|
case 1:
|
|
286
300
|
response = _a.sent();
|
|
287
|
-
return [
|
|
288
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
301
|
+
return [2 /*return*/, response];
|
|
289
302
|
}
|
|
290
303
|
});
|
|
291
304
|
});
|
|
@@ -321,8 +334,15 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
321
334
|
if (requestParameters['xTenant'] != null) {
|
|
322
335
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
323
336
|
}
|
|
337
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
338
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
339
|
+
}
|
|
324
340
|
urlPath = "/corporations/{corporation_id}/wallets";
|
|
325
341
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
342
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
343
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
344
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
345
|
+
}
|
|
326
346
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
327
347
|
if (!facade) {
|
|
328
348
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -335,7 +355,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
335
355
|
}, initOverrides)];
|
|
336
356
|
case 1:
|
|
337
357
|
response = _b.sent();
|
|
338
|
-
return [2 /*return*/,
|
|
358
|
+
return [2 /*return*/, response];
|
|
339
359
|
}
|
|
340
360
|
});
|
|
341
361
|
});
|
|
@@ -352,8 +372,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
352
372
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdWalletsRaw(requestParameters, initOverrides)];
|
|
353
373
|
case 1:
|
|
354
374
|
response = _a.sent();
|
|
355
|
-
return [
|
|
356
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
375
|
+
return [2 /*return*/, response];
|
|
357
376
|
}
|
|
358
377
|
});
|
|
359
378
|
});
|
|
@@ -395,9 +414,16 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
395
414
|
if (requestParameters['xTenant'] != null) {
|
|
396
415
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
397
416
|
}
|
|
417
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
418
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
419
|
+
}
|
|
398
420
|
urlPath = "/corporations/{corporation_id}/wallets/{division}/journal";
|
|
399
421
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
400
422
|
urlPath = urlPath.replace("{".concat("division", "}"), encodeURIComponent(String(requestParameters['division'])));
|
|
423
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
424
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
425
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
426
|
+
}
|
|
401
427
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
402
428
|
if (!facade) {
|
|
403
429
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -410,7 +436,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
410
436
|
}, initOverrides)];
|
|
411
437
|
case 1:
|
|
412
438
|
response = _b.sent();
|
|
413
|
-
return [2 /*return*/,
|
|
439
|
+
return [2 /*return*/, response];
|
|
414
440
|
}
|
|
415
441
|
});
|
|
416
442
|
});
|
|
@@ -427,8 +453,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
427
453
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdWalletsDivisionJournalRaw(requestParameters, initOverrides)];
|
|
428
454
|
case 1:
|
|
429
455
|
response = _a.sent();
|
|
430
|
-
return [
|
|
431
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
456
|
+
return [2 /*return*/, response];
|
|
432
457
|
}
|
|
433
458
|
});
|
|
434
459
|
});
|
|
@@ -470,9 +495,16 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
470
495
|
if (requestParameters['xTenant'] != null) {
|
|
471
496
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
472
497
|
}
|
|
498
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
499
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
500
|
+
}
|
|
473
501
|
urlPath = "/corporations/{corporation_id}/wallets/{division}/transactions";
|
|
474
502
|
urlPath = urlPath.replace("{".concat("corporation_id", "}"), encodeURIComponent(String(requestParameters['corporationId'])));
|
|
475
503
|
urlPath = urlPath.replace("{".concat("division", "}"), encodeURIComponent(String(requestParameters['division'])));
|
|
504
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
505
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
506
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
507
|
+
}
|
|
476
508
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
477
509
|
if (!facade) {
|
|
478
510
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -485,7 +517,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
485
517
|
}, initOverrides)];
|
|
486
518
|
case 1:
|
|
487
519
|
response = _b.sent();
|
|
488
|
-
return [2 /*return*/,
|
|
520
|
+
return [2 /*return*/, response];
|
|
489
521
|
}
|
|
490
522
|
});
|
|
491
523
|
});
|
|
@@ -502,8 +534,7 @@ var WalletApi = /** @class */ (function (_super) {
|
|
|
502
534
|
case 0: return [4 /*yield*/, this.getCorporationsCorporationIdWalletsDivisionTransactionsRaw(requestParameters, initOverrides)];
|
|
503
535
|
case 1:
|
|
504
536
|
response = _a.sent();
|
|
505
|
-
return [
|
|
506
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
537
|
+
return [2 /*return*/, response];
|
|
507
538
|
}
|
|
508
539
|
});
|
|
509
540
|
});
|
|
@@ -517,7 +548,7 @@ exports.WalletApi = WalletApi;
|
|
|
517
548
|
*/
|
|
518
549
|
var GetCharactersCharacterIdWalletXCompatibilityDateEnum;
|
|
519
550
|
(function (GetCharactersCharacterIdWalletXCompatibilityDateEnum) {
|
|
520
|
-
GetCharactersCharacterIdWalletXCompatibilityDateEnum["
|
|
551
|
+
GetCharactersCharacterIdWalletXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
521
552
|
})(GetCharactersCharacterIdWalletXCompatibilityDateEnum || (exports.GetCharactersCharacterIdWalletXCompatibilityDateEnum = GetCharactersCharacterIdWalletXCompatibilityDateEnum = {}));
|
|
522
553
|
/**
|
|
523
554
|
* @export
|
|
@@ -540,7 +571,7 @@ var GetCharactersCharacterIdWalletAcceptLanguageEnum;
|
|
|
540
571
|
*/
|
|
541
572
|
var GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum;
|
|
542
573
|
(function (GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum) {
|
|
543
|
-
GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum["
|
|
574
|
+
GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
544
575
|
})(GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum || (exports.GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = {}));
|
|
545
576
|
/**
|
|
546
577
|
* @export
|
|
@@ -563,7 +594,7 @@ var GetCharactersCharacterIdWalletJournalAcceptLanguageEnum;
|
|
|
563
594
|
*/
|
|
564
595
|
var GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum;
|
|
565
596
|
(function (GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum) {
|
|
566
|
-
GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum["
|
|
597
|
+
GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
567
598
|
})(GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum || (exports.GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = {}));
|
|
568
599
|
/**
|
|
569
600
|
* @export
|
|
@@ -586,7 +617,7 @@ var GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum;
|
|
|
586
617
|
*/
|
|
587
618
|
var GetCorporationsCorporationIdWalletsXCompatibilityDateEnum;
|
|
588
619
|
(function (GetCorporationsCorporationIdWalletsXCompatibilityDateEnum) {
|
|
589
|
-
GetCorporationsCorporationIdWalletsXCompatibilityDateEnum["
|
|
620
|
+
GetCorporationsCorporationIdWalletsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
590
621
|
})(GetCorporationsCorporationIdWalletsXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = {}));
|
|
591
622
|
/**
|
|
592
623
|
* @export
|
|
@@ -609,7 +640,7 @@ var GetCorporationsCorporationIdWalletsAcceptLanguageEnum;
|
|
|
609
640
|
*/
|
|
610
641
|
var GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum;
|
|
611
642
|
(function (GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum) {
|
|
612
|
-
GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum["
|
|
643
|
+
GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
613
644
|
})(GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = {}));
|
|
614
645
|
/**
|
|
615
646
|
* @export
|
|
@@ -632,7 +663,7 @@ var GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum;
|
|
|
632
663
|
*/
|
|
633
664
|
var GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum;
|
|
634
665
|
(function (GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum) {
|
|
635
|
-
GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum["
|
|
666
|
+
GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
636
667
|
})(GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum || (exports.GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = {}));
|
|
637
668
|
/**
|
|
638
669
|
* @export
|