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/CalendarApi.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
|
CharactersCharacterIdCalendarEventIdAttendeesGetInner,
|
|
@@ -29,6 +30,7 @@ export interface GetCharactersCharacterIdCalendarRequest {
|
|
|
29
30
|
acceptLanguage?: GetCharactersCharacterIdCalendarAcceptLanguageEnum;
|
|
30
31
|
ifNoneMatch?: string;
|
|
31
32
|
xTenant?: string;
|
|
33
|
+
ifModifiedSince?: string;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
36
|
export interface GetCharactersCharacterIdCalendarEventIdRequest {
|
|
@@ -38,6 +40,7 @@ export interface GetCharactersCharacterIdCalendarEventIdRequest {
|
|
|
38
40
|
acceptLanguage?: GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum;
|
|
39
41
|
ifNoneMatch?: string;
|
|
40
42
|
xTenant?: string;
|
|
43
|
+
ifModifiedSince?: string;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface GetCharactersCharacterIdCalendarEventIdAttendeesRequest {
|
|
@@ -47,6 +50,7 @@ export interface GetCharactersCharacterIdCalendarEventIdAttendeesRequest {
|
|
|
47
50
|
acceptLanguage?: GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum;
|
|
48
51
|
ifNoneMatch?: string;
|
|
49
52
|
xTenant?: string;
|
|
53
|
+
ifModifiedSince?: string;
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
export interface PutCharactersCharacterIdCalendarEventIdOperationRequest {
|
|
@@ -57,6 +61,7 @@ export interface PutCharactersCharacterIdCalendarEventIdOperationRequest {
|
|
|
57
61
|
acceptLanguage?: PutCharactersCharacterIdCalendarEventIdOperationAcceptLanguageEnum;
|
|
58
62
|
ifNoneMatch?: string;
|
|
59
63
|
xTenant?: string;
|
|
64
|
+
ifModifiedSince?: string;
|
|
60
65
|
}
|
|
61
66
|
|
|
62
67
|
/**
|
|
@@ -70,11 +75,12 @@ export interface CalendarApiInterface {
|
|
|
70
75
|
* 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
|
|
71
76
|
* @summary List calendar event summaries
|
|
72
77
|
* @param {number} characterId The ID of the character
|
|
73
|
-
* @param {'
|
|
78
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
74
79
|
* @param {number} [fromEvent]
|
|
75
80
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
76
81
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
77
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.
|
|
78
84
|
* @param {*} [options] Override http request option.
|
|
79
85
|
* @throws {RequiredError}
|
|
80
86
|
* @memberof CalendarApiInterface
|
|
@@ -85,17 +91,18 @@ export interface CalendarApiInterface {
|
|
|
85
91
|
* 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
|
|
86
92
|
* List calendar event summaries
|
|
87
93
|
*/
|
|
88
|
-
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
94
|
+
getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
89
95
|
|
|
90
96
|
/**
|
|
91
97
|
* Get all the information for a specific event
|
|
92
98
|
* @summary Get an event
|
|
93
99
|
* @param {number} characterId The ID of the character
|
|
94
100
|
* @param {number} eventId
|
|
95
|
-
* @param {'
|
|
101
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
96
102
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
97
103
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
98
104
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
105
|
+
* @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.
|
|
99
106
|
* @param {*} [options] Override http request option.
|
|
100
107
|
* @throws {RequiredError}
|
|
101
108
|
* @memberof CalendarApiInterface
|
|
@@ -106,17 +113,18 @@ export interface CalendarApiInterface {
|
|
|
106
113
|
* Get all the information for a specific event
|
|
107
114
|
* Get an event
|
|
108
115
|
*/
|
|
109
|
-
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
116
|
+
getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
110
117
|
|
|
111
118
|
/**
|
|
112
119
|
* Get all invited attendees for a given event
|
|
113
120
|
* @summary Get attendees
|
|
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 {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
118
125
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
119
126
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
127
|
+
* @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.
|
|
120
128
|
* @param {*} [options] Override http request option.
|
|
121
129
|
* @throws {RequiredError}
|
|
122
130
|
* @memberof CalendarApiInterface
|
|
@@ -127,18 +135,19 @@ export interface CalendarApiInterface {
|
|
|
127
135
|
* Get all invited attendees for a given event
|
|
128
136
|
* Get attendees
|
|
129
137
|
*/
|
|
130
|
-
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
138
|
+
getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
131
139
|
|
|
132
140
|
/**
|
|
133
141
|
* Set your response status to an event
|
|
134
142
|
* @summary Respond to an event
|
|
135
143
|
* @param {number} characterId The ID of the character
|
|
136
144
|
* @param {number} eventId
|
|
137
|
-
* @param {'
|
|
145
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
138
146
|
* @param {PutCharactersCharacterIdCalendarEventIdRequest} putCharactersCharacterIdCalendarEventIdRequest
|
|
139
147
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
140
148
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
141
149
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
150
|
+
* @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.
|
|
142
151
|
* @param {*} [options] Override http request option.
|
|
143
152
|
* @throws {RequiredError}
|
|
144
153
|
* @memberof CalendarApiInterface
|
|
@@ -149,7 +158,7 @@ export interface CalendarApiInterface {
|
|
|
149
158
|
* Set your response status to an event
|
|
150
159
|
* Respond to an event
|
|
151
160
|
*/
|
|
152
|
-
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
161
|
+
putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
153
162
|
|
|
154
163
|
}
|
|
155
164
|
|
|
@@ -201,6 +210,10 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
201
210
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
202
211
|
}
|
|
203
212
|
|
|
213
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
214
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
215
|
+
}
|
|
216
|
+
|
|
204
217
|
/*
|
|
205
218
|
if (this.configuration && this.configuration.accessToken) {
|
|
206
219
|
// oauth required
|
|
@@ -212,6 +225,11 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
212
225
|
let urlPath = `/characters/{character_id}/calendar`;
|
|
213
226
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
214
227
|
|
|
228
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
229
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
230
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
231
|
+
}
|
|
232
|
+
|
|
215
233
|
const facade = this.configuration?.apiFacade;
|
|
216
234
|
if (!facade) {
|
|
217
235
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -224,16 +242,16 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
224
242
|
query: queryParameters,
|
|
225
243
|
}, initOverrides);
|
|
226
244
|
|
|
227
|
-
return
|
|
245
|
+
return response;
|
|
228
246
|
}
|
|
229
247
|
|
|
230
248
|
/**
|
|
231
249
|
* 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
|
|
232
250
|
* List calendar event summaries
|
|
233
251
|
*/
|
|
234
|
-
async getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
252
|
+
async getCharactersCharacterIdCalendar(requestParameters: GetCharactersCharacterIdCalendarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
235
253
|
const response = await this.getCharactersCharacterIdCalendarRaw(requestParameters, initOverrides);
|
|
236
|
-
return
|
|
254
|
+
return response;
|
|
237
255
|
}
|
|
238
256
|
|
|
239
257
|
/**
|
|
@@ -282,6 +300,10 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
282
300
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
283
301
|
}
|
|
284
302
|
|
|
303
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
304
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
305
|
+
}
|
|
306
|
+
|
|
285
307
|
/*
|
|
286
308
|
if (this.configuration && this.configuration.accessToken) {
|
|
287
309
|
// oauth required
|
|
@@ -294,6 +316,11 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
294
316
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
295
317
|
urlPath = urlPath.replace(`{${"event_id"}}`, encodeURIComponent(String(requestParameters['eventId'])));
|
|
296
318
|
|
|
319
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
320
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
321
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
322
|
+
}
|
|
323
|
+
|
|
297
324
|
const facade = this.configuration?.apiFacade;
|
|
298
325
|
if (!facade) {
|
|
299
326
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -306,16 +333,16 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
306
333
|
query: queryParameters,
|
|
307
334
|
}, initOverrides);
|
|
308
335
|
|
|
309
|
-
return
|
|
336
|
+
return response;
|
|
310
337
|
}
|
|
311
338
|
|
|
312
339
|
/**
|
|
313
340
|
* Get all the information for a specific event
|
|
314
341
|
* Get an event
|
|
315
342
|
*/
|
|
316
|
-
async getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
343
|
+
async getCharactersCharacterIdCalendarEventId(requestParameters: GetCharactersCharacterIdCalendarEventIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
317
344
|
const response = await this.getCharactersCharacterIdCalendarEventIdRaw(requestParameters, initOverrides);
|
|
318
|
-
return
|
|
345
|
+
return response;
|
|
319
346
|
}
|
|
320
347
|
|
|
321
348
|
/**
|
|
@@ -364,6 +391,10 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
364
391
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
365
392
|
}
|
|
366
393
|
|
|
394
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
395
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
396
|
+
}
|
|
397
|
+
|
|
367
398
|
/*
|
|
368
399
|
if (this.configuration && this.configuration.accessToken) {
|
|
369
400
|
// oauth required
|
|
@@ -376,6 +407,11 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
376
407
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
377
408
|
urlPath = urlPath.replace(`{${"event_id"}}`, encodeURIComponent(String(requestParameters['eventId'])));
|
|
378
409
|
|
|
410
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
411
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
412
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
413
|
+
}
|
|
414
|
+
|
|
379
415
|
const facade = this.configuration?.apiFacade;
|
|
380
416
|
if (!facade) {
|
|
381
417
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -388,16 +424,16 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
388
424
|
query: queryParameters,
|
|
389
425
|
}, initOverrides);
|
|
390
426
|
|
|
391
|
-
return
|
|
427
|
+
return response;
|
|
392
428
|
}
|
|
393
429
|
|
|
394
430
|
/**
|
|
395
431
|
* Get all invited attendees for a given event
|
|
396
432
|
* Get attendees
|
|
397
433
|
*/
|
|
398
|
-
async getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
434
|
+
async getCharactersCharacterIdCalendarEventIdAttendees(requestParameters: GetCharactersCharacterIdCalendarEventIdAttendeesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
399
435
|
const response = await this.getCharactersCharacterIdCalendarEventIdAttendeesRaw(requestParameters, initOverrides);
|
|
400
|
-
return
|
|
436
|
+
return response;
|
|
401
437
|
}
|
|
402
438
|
|
|
403
439
|
/**
|
|
@@ -455,6 +491,10 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
455
491
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
456
492
|
}
|
|
457
493
|
|
|
494
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
495
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
496
|
+
}
|
|
497
|
+
|
|
458
498
|
/*
|
|
459
499
|
if (this.configuration && this.configuration.accessToken) {
|
|
460
500
|
// oauth required
|
|
@@ -467,6 +507,11 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
467
507
|
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
468
508
|
urlPath = urlPath.replace(`{${"event_id"}}`, encodeURIComponent(String(requestParameters['eventId'])));
|
|
469
509
|
|
|
510
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
511
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
512
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
513
|
+
}
|
|
514
|
+
|
|
470
515
|
const facade = this.configuration?.apiFacade;
|
|
471
516
|
if (!facade) {
|
|
472
517
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -480,15 +525,15 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
480
525
|
body: requestParameters['putCharactersCharacterIdCalendarEventIdRequest'],
|
|
481
526
|
}, initOverrides);
|
|
482
527
|
|
|
483
|
-
return
|
|
528
|
+
return response;
|
|
484
529
|
}
|
|
485
530
|
|
|
486
531
|
/**
|
|
487
532
|
* Set your response status to an event
|
|
488
533
|
* Respond to an event
|
|
489
534
|
*/
|
|
490
|
-
async putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
491
|
-
await this.putCharactersCharacterIdCalendarEventIdRaw(requestParameters, initOverrides);
|
|
535
|
+
async putCharactersCharacterIdCalendarEventId(requestParameters: PutCharactersCharacterIdCalendarEventIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
536
|
+
return await this.putCharactersCharacterIdCalendarEventIdRaw(requestParameters, initOverrides);
|
|
492
537
|
}
|
|
493
538
|
|
|
494
539
|
}
|
|
@@ -498,7 +543,7 @@ export class CalendarApi extends runtime.BaseAPI implements CalendarApiInterface
|
|
|
498
543
|
* @enum {string}
|
|
499
544
|
*/
|
|
500
545
|
export enum GetCharactersCharacterIdCalendarXCompatibilityDateEnum {
|
|
501
|
-
|
|
546
|
+
_20251216 = '2025-12-16'
|
|
502
547
|
}
|
|
503
548
|
/**
|
|
504
549
|
* @export
|
|
@@ -519,7 +564,7 @@ export enum GetCharactersCharacterIdCalendarAcceptLanguageEnum {
|
|
|
519
564
|
* @enum {string}
|
|
520
565
|
*/
|
|
521
566
|
export enum GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum {
|
|
522
|
-
|
|
567
|
+
_20251216 = '2025-12-16'
|
|
523
568
|
}
|
|
524
569
|
/**
|
|
525
570
|
* @export
|
|
@@ -540,7 +585,7 @@ export enum GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum {
|
|
|
540
585
|
* @enum {string}
|
|
541
586
|
*/
|
|
542
587
|
export enum GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum {
|
|
543
|
-
|
|
588
|
+
_20251216 = '2025-12-16'
|
|
544
589
|
}
|
|
545
590
|
/**
|
|
546
591
|
* @export
|
|
@@ -561,7 +606,7 @@ export enum GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum {
|
|
|
561
606
|
* @enum {string}
|
|
562
607
|
*/
|
|
563
608
|
export enum PutCharactersCharacterIdCalendarEventIdOperationXCompatibilityDateEnum {
|
|
564
|
-
|
|
609
|
+
_20251216 = '2025-12-16'
|
|
565
610
|
}
|
|
566
611
|
/**
|
|
567
612
|
* @export
|