esisl_genoa_client 0.1.1 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
6
6
|
* Contact: arcyfa_github@pm.me
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,6 +18,7 @@ export interface GetCharactersCharacterIdCalendarRequest {
|
|
|
18
18
|
acceptLanguage?: GetCharactersCharacterIdCalendarAcceptLanguageEnum;
|
|
19
19
|
ifNoneMatch?: string;
|
|
20
20
|
xTenant?: string;
|
|
21
|
+
ifModifiedSince?: string;
|
|
21
22
|
}
|
|
22
23
|
export interface GetCharactersCharacterIdCalendarEventIdRequest {
|
|
23
24
|
characterId: number;
|
|
@@ -26,6 +27,7 @@ export interface GetCharactersCharacterIdCalendarEventIdRequest {
|
|
|
26
27
|
acceptLanguage?: GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
export interface GetCharactersCharacterIdCalendarEventIdAttendeesRequest {
|
|
31
33
|
characterId: number;
|
|
@@ -34,6 +36,7 @@ export interface GetCharactersCharacterIdCalendarEventIdAttendeesRequest {
|
|
|
34
36
|
acceptLanguage?: GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum;
|
|
35
37
|
ifNoneMatch?: string;
|
|
36
38
|
xTenant?: string;
|
|
39
|
+
ifModifiedSince?: string;
|
|
37
40
|
}
|
|
38
41
|
export interface PutCharactersCharacterIdCalendarEventIdOperationRequest {
|
|
39
42
|
characterId: number;
|
|
@@ -43,6 +46,7 @@ export interface PutCharactersCharacterIdCalendarEventIdOperationRequest {
|
|
|
43
46
|
acceptLanguage?: PutCharactersCharacterIdCalendarEventIdOperationAcceptLanguageEnum;
|
|
44
47
|
ifNoneMatch?: string;
|
|
45
48
|
xTenant?: string;
|
|
49
|
+
ifModifiedSince?: string;
|
|
46
50
|
}
|
|
47
51
|
/**
|
|
48
52
|
* CalendarApi - interface
|
|
@@ -55,11 +59,12 @@ export interface CalendarApiInterface {
|
|
|
55
59
|
* Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event
|
|
56
60
|
* @summary List calendar event summaries
|
|
57
61
|
* @param {number} characterId The ID of the character
|
|
58
|
-
* @param {'
|
|
62
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
59
63
|
* @param {number} [fromEvent]
|
|
60
64
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
61
65
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
62
66
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
67
|
+
* @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.
|
|
63
68
|
* @param {*} [options] Override http request option.
|
|
64
69
|
* @throws {RequiredError}
|
|
65
70
|
* @memberof CalendarApiInterface
|
|
@@ -69,16 +74,17 @@ export interface CalendarApiInterface {
|
|
|
69
74
|
* Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event
|
|
70
75
|
* List calendar event summaries
|
|
71
76
|
*/
|
|
72
|
-
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
77
|
+
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
73
78
|
/**
|
|
74
79
|
* Get all the information for a specific event
|
|
75
80
|
* @summary Get an event
|
|
76
81
|
* @param {number} characterId The ID of the character
|
|
77
82
|
* @param {number} eventId
|
|
78
|
-
* @param {'
|
|
83
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
79
84
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
80
85
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
81
86
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
87
|
+
* @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.
|
|
82
88
|
* @param {*} [options] Override http request option.
|
|
83
89
|
* @throws {RequiredError}
|
|
84
90
|
* @memberof CalendarApiInterface
|
|
@@ -88,16 +94,17 @@ export interface CalendarApiInterface {
|
|
|
88
94
|
* Get all the information for a specific event
|
|
89
95
|
* Get an event
|
|
90
96
|
*/
|
|
91
|
-
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
97
|
+
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
92
98
|
/**
|
|
93
99
|
* Get all invited attendees for a given event
|
|
94
100
|
* @summary Get attendees
|
|
95
101
|
* @param {number} characterId The ID of the character
|
|
96
102
|
* @param {number} eventId
|
|
97
|
-
* @param {'
|
|
103
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
98
104
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
99
105
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
100
106
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
107
|
+
* @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.
|
|
101
108
|
* @param {*} [options] Override http request option.
|
|
102
109
|
* @throws {RequiredError}
|
|
103
110
|
* @memberof CalendarApiInterface
|
|
@@ -107,17 +114,18 @@ export interface CalendarApiInterface {
|
|
|
107
114
|
* Get all invited attendees for a given event
|
|
108
115
|
* Get attendees
|
|
109
116
|
*/
|
|
110
|
-
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
117
|
+
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
111
118
|
/**
|
|
112
119
|
* Set your response status to an event
|
|
113
120
|
* @summary Respond to an event
|
|
114
121
|
* @param {number} characterId The ID of the character
|
|
115
122
|
* @param {number} eventId
|
|
116
|
-
* @param {'
|
|
123
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
117
124
|
* @param {PutCharactersCharacterIdCalendarEventIdRequest} putCharactersCharacterIdCalendarEventIdRequest
|
|
118
125
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
119
126
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
120
127
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
128
|
+
* @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.
|
|
121
129
|
* @param {*} [options] Override http request option.
|
|
122
130
|
* @throws {RequiredError}
|
|
123
131
|
* @memberof CalendarApiInterface
|
|
@@ -127,7 +135,7 @@ export interface CalendarApiInterface {
|
|
|
127
135
|
* Set your response status to an event
|
|
128
136
|
* Respond to an event
|
|
129
137
|
*/
|
|
130
|
-
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
138
|
+
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
131
139
|
}
|
|
132
140
|
/**
|
|
133
141
|
*
|
|
@@ -142,7 +150,7 @@ export declare class CalendarApi extends runtime.BaseAPI implements CalendarApiI
|
|
|
142
150
|
* Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event
|
|
143
151
|
* List calendar event summaries
|
|
144
152
|
*/
|
|
145
|
-
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
153
|
+
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
146
154
|
/**
|
|
147
155
|
* Get all the information for a specific event
|
|
148
156
|
* Get an event
|
|
@@ -152,7 +160,7 @@ export declare class CalendarApi extends runtime.BaseAPI implements CalendarApiI
|
|
|
152
160
|
* Get all the information for a specific event
|
|
153
161
|
* Get an event
|
|
154
162
|
*/
|
|
155
|
-
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
163
|
+
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
156
164
|
/**
|
|
157
165
|
* Get all invited attendees for a given event
|
|
158
166
|
* Get attendees
|
|
@@ -162,7 +170,7 @@ export declare class CalendarApi extends runtime.BaseAPI implements CalendarApiI
|
|
|
162
170
|
* Get all invited attendees for a given event
|
|
163
171
|
* Get attendees
|
|
164
172
|
*/
|
|
165
|
-
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
173
|
+
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
166
174
|
/**
|
|
167
175
|
* Set your response status to an event
|
|
168
176
|
* Respond to an event
|
|
@@ -172,14 +180,14 @@ export declare class CalendarApi extends runtime.BaseAPI implements CalendarApiI
|
|
|
172
180
|
* Set your response status to an event
|
|
173
181
|
* Respond to an event
|
|
174
182
|
*/
|
|
175
|
-
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
183
|
+
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
176
184
|
}
|
|
177
185
|
/**
|
|
178
186
|
* @export
|
|
179
187
|
* @enum {string}
|
|
180
188
|
*/
|
|
181
189
|
export declare enum GetCharactersCharacterIdCalendarXCompatibilityDateEnum {
|
|
182
|
-
|
|
190
|
+
_20251216 = "2025-12-16"
|
|
183
191
|
}
|
|
184
192
|
/**
|
|
185
193
|
* @export
|
|
@@ -200,7 +208,7 @@ export declare enum GetCharactersCharacterIdCalendarAcceptLanguageEnum {
|
|
|
200
208
|
* @enum {string}
|
|
201
209
|
*/
|
|
202
210
|
export declare enum GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum {
|
|
203
|
-
|
|
211
|
+
_20251216 = "2025-12-16"
|
|
204
212
|
}
|
|
205
213
|
/**
|
|
206
214
|
* @export
|
|
@@ -221,7 +229,7 @@ export declare enum GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum {
|
|
|
221
229
|
* @enum {string}
|
|
222
230
|
*/
|
|
223
231
|
export declare enum GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum {
|
|
224
|
-
|
|
232
|
+
_20251216 = "2025-12-16"
|
|
225
233
|
}
|
|
226
234
|
/**
|
|
227
235
|
* @export
|
|
@@ -242,7 +250,7 @@ export declare enum GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLangua
|
|
|
242
250
|
* @enum {string}
|
|
243
251
|
*/
|
|
244
252
|
export declare enum PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum {
|
|
245
|
-
|
|
253
|
+
_20251216 = "2025-12-16"
|
|
246
254
|
}
|
|
247
255
|
/**
|
|
248
256
|
* @export
|
package/dist/apis/CalendarApi.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.PutCharactersCharacterIdCalendarEventIdOperationAcceptLanguageEnum = exports.PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum = exports.GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum = exports.GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = exports.GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = exports.GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = exports.GetCharactersCharacterIdCalendarAcceptLanguageEnum = exports.GetCharactersCharacterIdCalendarXCompatibilityDateEnum = exports.CalendarApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -108,8 +109,15 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
108
109
|
if (requestParameters['xTenant'] != null) {
|
|
109
110
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
110
111
|
}
|
|
112
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
113
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
114
|
+
}
|
|
111
115
|
urlPath = "/characters/{character_id}/calendar";
|
|
112
116
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
117
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
118
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
119
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
120
|
+
}
|
|
113
121
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
114
122
|
if (!facade) {
|
|
115
123
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -122,7 +130,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
122
130
|
}, initOverrides)];
|
|
123
131
|
case 1:
|
|
124
132
|
response = _b.sent();
|
|
125
|
-
return [2 /*return*/,
|
|
133
|
+
return [2 /*return*/, response];
|
|
126
134
|
}
|
|
127
135
|
});
|
|
128
136
|
});
|
|
@@ -139,8 +147,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
139
147
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdCalendarRaw(requestParameters, initOverrides)];
|
|
140
148
|
case 1:
|
|
141
149
|
response = _a.sent();
|
|
142
|
-
return [
|
|
143
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
150
|
+
return [2 /*return*/, response];
|
|
144
151
|
}
|
|
145
152
|
});
|
|
146
153
|
});
|
|
@@ -179,9 +186,16 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
179
186
|
if (requestParameters['xTenant'] != null) {
|
|
180
187
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
181
188
|
}
|
|
189
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
190
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
191
|
+
}
|
|
182
192
|
urlPath = "/characters/{character_id}/calendar/{event_id}";
|
|
183
193
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
184
194
|
urlPath = urlPath.replace("{".concat("event_id", "}"), encodeURIComponent(String(requestParameters['eventId'])));
|
|
195
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
196
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
197
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
198
|
+
}
|
|
185
199
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
186
200
|
if (!facade) {
|
|
187
201
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -194,7 +208,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
194
208
|
}, initOverrides)];
|
|
195
209
|
case 1:
|
|
196
210
|
response = _b.sent();
|
|
197
|
-
return [2 /*return*/,
|
|
211
|
+
return [2 /*return*/, response];
|
|
198
212
|
}
|
|
199
213
|
});
|
|
200
214
|
});
|
|
@@ -211,8 +225,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
211
225
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdCalendarEventIdRaw(requestParameters, initOverrides)];
|
|
212
226
|
case 1:
|
|
213
227
|
response = _a.sent();
|
|
214
|
-
return [
|
|
215
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
228
|
+
return [2 /*return*/, response];
|
|
216
229
|
}
|
|
217
230
|
});
|
|
218
231
|
});
|
|
@@ -251,9 +264,16 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
251
264
|
if (requestParameters['xTenant'] != null) {
|
|
252
265
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
253
266
|
}
|
|
267
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
268
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
269
|
+
}
|
|
254
270
|
urlPath = "/characters/{character_id}/calendar/{event_id}/attendees";
|
|
255
271
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
256
272
|
urlPath = urlPath.replace("{".concat("event_id", "}"), encodeURIComponent(String(requestParameters['eventId'])));
|
|
273
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
274
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
275
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
276
|
+
}
|
|
257
277
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
258
278
|
if (!facade) {
|
|
259
279
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -266,7 +286,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
266
286
|
}, initOverrides)];
|
|
267
287
|
case 1:
|
|
268
288
|
response = _b.sent();
|
|
269
|
-
return [2 /*return*/,
|
|
289
|
+
return [2 /*return*/, response];
|
|
270
290
|
}
|
|
271
291
|
});
|
|
272
292
|
});
|
|
@@ -283,8 +303,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
283
303
|
case 0: return [4 /*yield*/, this.getCharactersCharacterIdCalendarEventIdAttendeesRaw(requestParameters, initOverrides)];
|
|
284
304
|
case 1:
|
|
285
305
|
response = _a.sent();
|
|
286
|
-
return [
|
|
287
|
-
case 2: return [2 /*return*/, _a.sent()];
|
|
306
|
+
return [2 /*return*/, response];
|
|
288
307
|
}
|
|
289
308
|
});
|
|
290
309
|
});
|
|
@@ -327,9 +346,16 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
327
346
|
if (requestParameters['xTenant'] != null) {
|
|
328
347
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
329
348
|
}
|
|
349
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
350
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
351
|
+
}
|
|
330
352
|
urlPath = "/characters/{character_id}/calendar/{event_id}";
|
|
331
353
|
urlPath = urlPath.replace("{".concat("character_id", "}"), encodeURIComponent(String(requestParameters['characterId'])));
|
|
332
354
|
urlPath = urlPath.replace("{".concat("event_id", "}"), encodeURIComponent(String(requestParameters['eventId'])));
|
|
355
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
356
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
357
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
358
|
+
}
|
|
333
359
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
334
360
|
if (!facade) {
|
|
335
361
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -343,7 +369,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
343
369
|
}, initOverrides)];
|
|
344
370
|
case 1:
|
|
345
371
|
response = _b.sent();
|
|
346
|
-
return [2 /*return*/,
|
|
372
|
+
return [2 /*return*/, response];
|
|
347
373
|
}
|
|
348
374
|
});
|
|
349
375
|
});
|
|
@@ -357,9 +383,7 @@ var CalendarApi = /** @class */ (function (_super) {
|
|
|
357
383
|
return __generator(this, function (_a) {
|
|
358
384
|
switch (_a.label) {
|
|
359
385
|
case 0: return [4 /*yield*/, this.putCharactersCharacterIdCalendarEventIdRaw(requestParameters, initOverrides)];
|
|
360
|
-
case 1:
|
|
361
|
-
_a.sent();
|
|
362
|
-
return [2 /*return*/];
|
|
386
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
363
387
|
}
|
|
364
388
|
});
|
|
365
389
|
});
|
|
@@ -373,7 +397,7 @@ exports.CalendarApi = CalendarApi;
|
|
|
373
397
|
*/
|
|
374
398
|
var GetCharactersCharacterIdCalendarXCompatibilityDateEnum;
|
|
375
399
|
(function (GetCharactersCharacterIdCalendarXCompatibilityDateEnum) {
|
|
376
|
-
GetCharactersCharacterIdCalendarXCompatibilityDateEnum["
|
|
400
|
+
GetCharactersCharacterIdCalendarXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
377
401
|
})(GetCharactersCharacterIdCalendarXCompatibilityDateEnum || (exports.GetCharactersCharacterIdCalendarXCompatibilityDateEnum = GetCharactersCharacterIdCalendarXCompatibilityDateEnum = {}));
|
|
378
402
|
/**
|
|
379
403
|
* @export
|
|
@@ -396,7 +420,7 @@ var GetCharactersCharacterIdCalendarAcceptLanguageEnum;
|
|
|
396
420
|
*/
|
|
397
421
|
var GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum;
|
|
398
422
|
(function (GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum) {
|
|
399
|
-
GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum["
|
|
423
|
+
GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
400
424
|
})(GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum || (exports.GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = {}));
|
|
401
425
|
/**
|
|
402
426
|
* @export
|
|
@@ -419,7 +443,7 @@ var GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum;
|
|
|
419
443
|
*/
|
|
420
444
|
var GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum;
|
|
421
445
|
(function (GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum) {
|
|
422
|
-
GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum["
|
|
446
|
+
GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
423
447
|
})(GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum || (exports.GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = {}));
|
|
424
448
|
/**
|
|
425
449
|
* @export
|
|
@@ -442,7 +466,7 @@ var GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum;
|
|
|
442
466
|
*/
|
|
443
467
|
var PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum;
|
|
444
468
|
(function (PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum) {
|
|
445
|
-
PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum["
|
|
469
|
+
PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
446
470
|
})(PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum || (exports.PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum = PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum = {}));
|
|
447
471
|
/**
|
|
448
472
|
* @export
|