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
|
@@ -0,0 +1,667 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* EVE Stable Infrastructure (ESI) - tranquility
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
8
|
+
* Contact: arcyfa_github@pm.me
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import * as runtime from '../runtime';
|
|
17
|
+
import { ESI_COMPATIBILITY_DATE } from '../constants';
|
|
18
|
+
|
|
19
|
+
import type {
|
|
20
|
+
CorporationsProjectsContribution,
|
|
21
|
+
CorporationsProjectsContributors,
|
|
22
|
+
CorporationsProjectsDetail,
|
|
23
|
+
CorporationsProjectsListing,
|
|
24
|
+
} from '../models/index';
|
|
25
|
+
|
|
26
|
+
export interface GetCorporationsProjectsContributionRequest {
|
|
27
|
+
corporationId: number;
|
|
28
|
+
projectId: string;
|
|
29
|
+
characterId: number;
|
|
30
|
+
xCompatibilityDate: GetCorporationsProjectsContributionXCompatibilityDateEnum;
|
|
31
|
+
acceptLanguage?: GetCorporationsProjectsContributionAcceptLanguageEnum;
|
|
32
|
+
ifNoneMatch?: string;
|
|
33
|
+
xTenant?: string;
|
|
34
|
+
ifModifiedSince?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface GetCorporationsProjectsContributorsRequest {
|
|
38
|
+
corporationId: number;
|
|
39
|
+
projectId: string;
|
|
40
|
+
xCompatibilityDate: GetCorporationsProjectsContributorsXCompatibilityDateEnum;
|
|
41
|
+
after?: string;
|
|
42
|
+
before?: string;
|
|
43
|
+
limit?: number;
|
|
44
|
+
acceptLanguage?: GetCorporationsProjectsContributorsAcceptLanguageEnum;
|
|
45
|
+
ifNoneMatch?: string;
|
|
46
|
+
xTenant?: string;
|
|
47
|
+
ifModifiedSince?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface GetCorporationsProjectsDetailRequest {
|
|
51
|
+
corporationId: number;
|
|
52
|
+
projectId: string;
|
|
53
|
+
xCompatibilityDate: GetCorporationsProjectsDetailXCompatibilityDateEnum;
|
|
54
|
+
acceptLanguage?: GetCorporationsProjectsDetailAcceptLanguageEnum;
|
|
55
|
+
ifNoneMatch?: string;
|
|
56
|
+
xTenant?: string;
|
|
57
|
+
ifModifiedSince?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface GetCorporationsProjectsListingRequest {
|
|
61
|
+
corporationId: number;
|
|
62
|
+
xCompatibilityDate: GetCorporationsProjectsListingXCompatibilityDateEnum;
|
|
63
|
+
after?: string;
|
|
64
|
+
before?: string;
|
|
65
|
+
limit?: number;
|
|
66
|
+
state?: GetCorporationsProjectsListingStateEnum;
|
|
67
|
+
acceptLanguage?: GetCorporationsProjectsListingAcceptLanguageEnum;
|
|
68
|
+
ifNoneMatch?: string;
|
|
69
|
+
xTenant?: string;
|
|
70
|
+
ifModifiedSince?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* CorporationProjectsApi - interface
|
|
75
|
+
*
|
|
76
|
+
* @export
|
|
77
|
+
* @interface CorporationProjectsApiInterface
|
|
78
|
+
*/
|
|
79
|
+
export interface CorporationProjectsApiInterface {
|
|
80
|
+
/**
|
|
81
|
+
* Show your contribution to a corporation project.
|
|
82
|
+
* @summary Get your project contribution
|
|
83
|
+
* @param {number} corporationId The ID of the corporation
|
|
84
|
+
* @param {string} projectId The ID of the project
|
|
85
|
+
* @param {number} characterId The ID of the character
|
|
86
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
87
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
88
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
89
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
90
|
+
* @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.
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
* @memberof CorporationProjectsApiInterface
|
|
94
|
+
*/
|
|
95
|
+
getCorporationsProjectsContributionRaw(requestParameters: GetCorporationsProjectsContributionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsContribution>>;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Show your contribution to a corporation project.
|
|
99
|
+
* Get your project contribution
|
|
100
|
+
*/
|
|
101
|
+
getCorporationsProjectsContribution(requestParameters: GetCorporationsProjectsContributionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Listing of all contributors to a corporation project.
|
|
105
|
+
* @summary List project contributors
|
|
106
|
+
* @param {number} corporationId The ID of the corporation
|
|
107
|
+
* @param {string} projectId The ID of the project
|
|
108
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
109
|
+
* @param {string} [after] Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning.
|
|
110
|
+
* @param {string} [before] Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end.
|
|
111
|
+
* @param {number} [limit] The amount of records to retrieve per request.
|
|
112
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
113
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
114
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
115
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
116
|
+
* @param {*} [options] Override http request option.
|
|
117
|
+
* @throws {RequiredError}
|
|
118
|
+
* @memberof CorporationProjectsApiInterface
|
|
119
|
+
*/
|
|
120
|
+
getCorporationsProjectsContributorsRaw(requestParameters: GetCorporationsProjectsContributorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsContributors>>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Listing of all contributors to a corporation project.
|
|
124
|
+
* List project contributors
|
|
125
|
+
*/
|
|
126
|
+
getCorporationsProjectsContributors(requestParameters: GetCorporationsProjectsContributorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Get the details of a corporation project.
|
|
130
|
+
* @summary Get project details
|
|
131
|
+
* @param {number} corporationId The ID of the corporation
|
|
132
|
+
* @param {string} projectId The ID of the project
|
|
133
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
134
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
135
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
136
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
137
|
+
* @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.
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
* @memberof CorporationProjectsApiInterface
|
|
141
|
+
*/
|
|
142
|
+
getCorporationsProjectsDetailRaw(requestParameters: GetCorporationsProjectsDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsDetail>>;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Get the details of a corporation project.
|
|
146
|
+
* Get project details
|
|
147
|
+
*/
|
|
148
|
+
getCorporationsProjectsDetail(requestParameters: GetCorporationsProjectsDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Listing of all (active) corporation projects.
|
|
152
|
+
* @summary List corporation projects
|
|
153
|
+
* @param {number} corporationId The ID of the corporation
|
|
154
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
155
|
+
* @param {string} [after] Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning.
|
|
156
|
+
* @param {string} [before] Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end.
|
|
157
|
+
* @param {number} [limit] The amount of records to retrieve per request.
|
|
158
|
+
* @param {'All' | 'Active'} [state] Filter by state
|
|
159
|
+
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
160
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
161
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
162
|
+
* @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.
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
* @memberof CorporationProjectsApiInterface
|
|
166
|
+
*/
|
|
167
|
+
getCorporationsProjectsListingRaw(requestParameters: GetCorporationsProjectsListingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsListing>>;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Listing of all (active) corporation projects.
|
|
171
|
+
* List corporation projects
|
|
172
|
+
*/
|
|
173
|
+
getCorporationsProjectsListing(requestParameters: GetCorporationsProjectsListingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
174
|
+
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
*
|
|
179
|
+
*/
|
|
180
|
+
export class CorporationProjectsApi extends runtime.BaseAPI implements CorporationProjectsApiInterface {
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Show your contribution to a corporation project.
|
|
184
|
+
* Get your project contribution
|
|
185
|
+
*/
|
|
186
|
+
async getCorporationsProjectsContributionRaw(requestParameters: GetCorporationsProjectsContributionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsContribution>> {
|
|
187
|
+
if (requestParameters['corporationId'] == null) {
|
|
188
|
+
throw new runtime.RequiredError(
|
|
189
|
+
'corporationId',
|
|
190
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsProjectsContribution().'
|
|
191
|
+
);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
if (requestParameters['projectId'] == null) {
|
|
195
|
+
throw new runtime.RequiredError(
|
|
196
|
+
'projectId',
|
|
197
|
+
'Required parameter "projectId" was null or undefined when calling getCorporationsProjectsContribution().'
|
|
198
|
+
);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
if (requestParameters['characterId'] == null) {
|
|
202
|
+
throw new runtime.RequiredError(
|
|
203
|
+
'characterId',
|
|
204
|
+
'Required parameter "characterId" was null or undefined when calling getCorporationsProjectsContribution().'
|
|
205
|
+
);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
209
|
+
throw new runtime.RequiredError(
|
|
210
|
+
'xCompatibilityDate',
|
|
211
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsProjectsContribution().'
|
|
212
|
+
);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
const queryParameters: any = {};
|
|
216
|
+
|
|
217
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
218
|
+
|
|
219
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
220
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
224
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
228
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
if (requestParameters['xTenant'] != null) {
|
|
232
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
236
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/*
|
|
240
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
241
|
+
// oauth required
|
|
242
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_projects.v1"]);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
*/
|
|
246
|
+
|
|
247
|
+
let urlPath = `/corporations/{corporation_id}/projects/{project_id}/contribution/{character_id}`;
|
|
248
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
249
|
+
urlPath = urlPath.replace(`{${"project_id"}}`, encodeURIComponent(String(requestParameters['projectId'])));
|
|
250
|
+
urlPath = urlPath.replace(`{${"character_id"}}`, encodeURIComponent(String(requestParameters['characterId'])));
|
|
251
|
+
|
|
252
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
253
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
254
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
const facade = this.configuration?.apiFacade;
|
|
258
|
+
if (!facade) {
|
|
259
|
+
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
const response = await facade.esi.proxy({
|
|
263
|
+
path: urlPath,
|
|
264
|
+
method: 'GET',
|
|
265
|
+
headers: headerParameters,
|
|
266
|
+
query: queryParameters,
|
|
267
|
+
}, initOverrides);
|
|
268
|
+
|
|
269
|
+
return response;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Show your contribution to a corporation project.
|
|
274
|
+
* Get your project contribution
|
|
275
|
+
*/
|
|
276
|
+
async getCorporationsProjectsContribution(requestParameters: GetCorporationsProjectsContributionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
277
|
+
const response = await this.getCorporationsProjectsContributionRaw(requestParameters, initOverrides);
|
|
278
|
+
return response;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Listing of all contributors to a corporation project.
|
|
283
|
+
* List project contributors
|
|
284
|
+
*/
|
|
285
|
+
async getCorporationsProjectsContributorsRaw(requestParameters: GetCorporationsProjectsContributorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsContributors>> {
|
|
286
|
+
if (requestParameters['corporationId'] == null) {
|
|
287
|
+
throw new runtime.RequiredError(
|
|
288
|
+
'corporationId',
|
|
289
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsProjectsContributors().'
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
if (requestParameters['projectId'] == null) {
|
|
294
|
+
throw new runtime.RequiredError(
|
|
295
|
+
'projectId',
|
|
296
|
+
'Required parameter "projectId" was null or undefined when calling getCorporationsProjectsContributors().'
|
|
297
|
+
);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
301
|
+
throw new runtime.RequiredError(
|
|
302
|
+
'xCompatibilityDate',
|
|
303
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsProjectsContributors().'
|
|
304
|
+
);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
const queryParameters: any = {};
|
|
308
|
+
|
|
309
|
+
if (requestParameters['after'] != null) {
|
|
310
|
+
queryParameters['after'] = requestParameters['after'];
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
if (requestParameters['before'] != null) {
|
|
314
|
+
queryParameters['before'] = requestParameters['before'];
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
if (requestParameters['limit'] != null) {
|
|
318
|
+
queryParameters['limit'] = requestParameters['limit'];
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
322
|
+
|
|
323
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
324
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
328
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
332
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
if (requestParameters['xTenant'] != null) {
|
|
336
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
340
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/*
|
|
344
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
345
|
+
// oauth required
|
|
346
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_projects.v1"]);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
*/
|
|
350
|
+
|
|
351
|
+
let urlPath = `/corporations/{corporation_id}/projects/{project_id}/contributors`;
|
|
352
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
353
|
+
urlPath = urlPath.replace(`{${"project_id"}}`, encodeURIComponent(String(requestParameters['projectId'])));
|
|
354
|
+
|
|
355
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
356
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
357
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
const facade = this.configuration?.apiFacade;
|
|
361
|
+
if (!facade) {
|
|
362
|
+
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
const response = await facade.esi.proxy({
|
|
366
|
+
path: urlPath,
|
|
367
|
+
method: 'GET',
|
|
368
|
+
headers: headerParameters,
|
|
369
|
+
query: queryParameters,
|
|
370
|
+
}, initOverrides);
|
|
371
|
+
|
|
372
|
+
return response;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Listing of all contributors to a corporation project.
|
|
377
|
+
* List project contributors
|
|
378
|
+
*/
|
|
379
|
+
async getCorporationsProjectsContributors(requestParameters: GetCorporationsProjectsContributorsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
380
|
+
const response = await this.getCorporationsProjectsContributorsRaw(requestParameters, initOverrides);
|
|
381
|
+
return response;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* Get the details of a corporation project.
|
|
386
|
+
* Get project details
|
|
387
|
+
*/
|
|
388
|
+
async getCorporationsProjectsDetailRaw(requestParameters: GetCorporationsProjectsDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsDetail>> {
|
|
389
|
+
if (requestParameters['corporationId'] == null) {
|
|
390
|
+
throw new runtime.RequiredError(
|
|
391
|
+
'corporationId',
|
|
392
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsProjectsDetail().'
|
|
393
|
+
);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
if (requestParameters['projectId'] == null) {
|
|
397
|
+
throw new runtime.RequiredError(
|
|
398
|
+
'projectId',
|
|
399
|
+
'Required parameter "projectId" was null or undefined when calling getCorporationsProjectsDetail().'
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
404
|
+
throw new runtime.RequiredError(
|
|
405
|
+
'xCompatibilityDate',
|
|
406
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsProjectsDetail().'
|
|
407
|
+
);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
const queryParameters: any = {};
|
|
411
|
+
|
|
412
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
413
|
+
|
|
414
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
415
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
419
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
423
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
if (requestParameters['xTenant'] != null) {
|
|
427
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
431
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/*
|
|
435
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
436
|
+
// oauth required
|
|
437
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_projects.v1"]);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
*/
|
|
441
|
+
|
|
442
|
+
let urlPath = `/corporations/{corporation_id}/projects/{project_id}`;
|
|
443
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
444
|
+
urlPath = urlPath.replace(`{${"project_id"}}`, encodeURIComponent(String(requestParameters['projectId'])));
|
|
445
|
+
|
|
446
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
447
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
448
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
const facade = this.configuration?.apiFacade;
|
|
452
|
+
if (!facade) {
|
|
453
|
+
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
const response = await facade.esi.proxy({
|
|
457
|
+
path: urlPath,
|
|
458
|
+
method: 'GET',
|
|
459
|
+
headers: headerParameters,
|
|
460
|
+
query: queryParameters,
|
|
461
|
+
}, initOverrides);
|
|
462
|
+
|
|
463
|
+
return response;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Get the details of a corporation project.
|
|
468
|
+
* Get project details
|
|
469
|
+
*/
|
|
470
|
+
async getCorporationsProjectsDetail(requestParameters: GetCorporationsProjectsDetailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
471
|
+
const response = await this.getCorporationsProjectsDetailRaw(requestParameters, initOverrides);
|
|
472
|
+
return response;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* Listing of all (active) corporation projects.
|
|
477
|
+
* List corporation projects
|
|
478
|
+
*/
|
|
479
|
+
async getCorporationsProjectsListingRaw(requestParameters: GetCorporationsProjectsListingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CorporationsProjectsListing>> {
|
|
480
|
+
if (requestParameters['corporationId'] == null) {
|
|
481
|
+
throw new runtime.RequiredError(
|
|
482
|
+
'corporationId',
|
|
483
|
+
'Required parameter "corporationId" was null or undefined when calling getCorporationsProjectsListing().'
|
|
484
|
+
);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
if (requestParameters['xCompatibilityDate'] == null) {
|
|
488
|
+
throw new runtime.RequiredError(
|
|
489
|
+
'xCompatibilityDate',
|
|
490
|
+
'Required parameter "xCompatibilityDate" was null or undefined when calling getCorporationsProjectsListing().'
|
|
491
|
+
);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
const queryParameters: any = {};
|
|
495
|
+
|
|
496
|
+
if (requestParameters['after'] != null) {
|
|
497
|
+
queryParameters['after'] = requestParameters['after'];
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
if (requestParameters['before'] != null) {
|
|
501
|
+
queryParameters['before'] = requestParameters['before'];
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
if (requestParameters['limit'] != null) {
|
|
505
|
+
queryParameters['limit'] = requestParameters['limit'];
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
if (requestParameters['state'] != null) {
|
|
509
|
+
queryParameters['state'] = requestParameters['state'];
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
513
|
+
|
|
514
|
+
if (requestParameters['acceptLanguage'] != null) {
|
|
515
|
+
headerParameters['Accept-Language'] = String(requestParameters['acceptLanguage']);
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
if (requestParameters['ifNoneMatch'] != null) {
|
|
519
|
+
headerParameters['If-None-Match'] = String(requestParameters['ifNoneMatch']);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
if (requestParameters['xCompatibilityDate'] != null) {
|
|
523
|
+
headerParameters['X-Compatibility-Date'] = String(requestParameters['xCompatibilityDate']);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
if (requestParameters['xTenant'] != null) {
|
|
527
|
+
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
531
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/*
|
|
535
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
536
|
+
// oauth required
|
|
537
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2", ["esi-corporations.read_projects.v1"]);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
*/
|
|
541
|
+
|
|
542
|
+
let urlPath = `/corporations/{corporation_id}/projects`;
|
|
543
|
+
urlPath = urlPath.replace(`{${"corporation_id"}}`, encodeURIComponent(String(requestParameters['corporationId'])));
|
|
544
|
+
|
|
545
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
546
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
547
|
+
headerParameters['X-Compatibility-Date'] = ESI_COMPATIBILITY_DATE;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
const facade = this.configuration?.apiFacade;
|
|
551
|
+
if (!facade) {
|
|
552
|
+
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
const response = await facade.esi.proxy({
|
|
556
|
+
path: urlPath,
|
|
557
|
+
method: 'GET',
|
|
558
|
+
headers: headerParameters,
|
|
559
|
+
query: queryParameters,
|
|
560
|
+
}, initOverrides);
|
|
561
|
+
|
|
562
|
+
return response;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Listing of all (active) corporation projects.
|
|
567
|
+
* List corporation projects
|
|
568
|
+
*/
|
|
569
|
+
async getCorporationsProjectsListing(requestParameters: GetCorporationsProjectsListingRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any> {
|
|
570
|
+
const response = await this.getCorporationsProjectsListingRaw(requestParameters, initOverrides);
|
|
571
|
+
return response;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @export
|
|
578
|
+
* @enum {string}
|
|
579
|
+
*/
|
|
580
|
+
export enum GetCorporationsProjectsContributionXCompatibilityDateEnum {
|
|
581
|
+
_20251216 = '2025-12-16'
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* @export
|
|
585
|
+
* @enum {string}
|
|
586
|
+
*/
|
|
587
|
+
export enum GetCorporationsProjectsContributionAcceptLanguageEnum {
|
|
588
|
+
En = 'en',
|
|
589
|
+
De = 'de',
|
|
590
|
+
Fr = 'fr',
|
|
591
|
+
Ja = 'ja',
|
|
592
|
+
Ru = 'ru',
|
|
593
|
+
Zh = 'zh',
|
|
594
|
+
Ko = 'ko',
|
|
595
|
+
Es = 'es'
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* @export
|
|
599
|
+
* @enum {string}
|
|
600
|
+
*/
|
|
601
|
+
export enum GetCorporationsProjectsContributorsXCompatibilityDateEnum {
|
|
602
|
+
_20251216 = '2025-12-16'
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* @export
|
|
606
|
+
* @enum {string}
|
|
607
|
+
*/
|
|
608
|
+
export enum GetCorporationsProjectsContributorsAcceptLanguageEnum {
|
|
609
|
+
En = 'en',
|
|
610
|
+
De = 'de',
|
|
611
|
+
Fr = 'fr',
|
|
612
|
+
Ja = 'ja',
|
|
613
|
+
Ru = 'ru',
|
|
614
|
+
Zh = 'zh',
|
|
615
|
+
Ko = 'ko',
|
|
616
|
+
Es = 'es'
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* @export
|
|
620
|
+
* @enum {string}
|
|
621
|
+
*/
|
|
622
|
+
export enum GetCorporationsProjectsDetailXCompatibilityDateEnum {
|
|
623
|
+
_20251216 = '2025-12-16'
|
|
624
|
+
}
|
|
625
|
+
/**
|
|
626
|
+
* @export
|
|
627
|
+
* @enum {string}
|
|
628
|
+
*/
|
|
629
|
+
export enum GetCorporationsProjectsDetailAcceptLanguageEnum {
|
|
630
|
+
En = 'en',
|
|
631
|
+
De = 'de',
|
|
632
|
+
Fr = 'fr',
|
|
633
|
+
Ja = 'ja',
|
|
634
|
+
Ru = 'ru',
|
|
635
|
+
Zh = 'zh',
|
|
636
|
+
Ko = 'ko',
|
|
637
|
+
Es = 'es'
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* @export
|
|
641
|
+
* @enum {string}
|
|
642
|
+
*/
|
|
643
|
+
export enum GetCorporationsProjectsListingXCompatibilityDateEnum {
|
|
644
|
+
_20251216 = '2025-12-16'
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* @export
|
|
648
|
+
* @enum {string}
|
|
649
|
+
*/
|
|
650
|
+
export enum GetCorporationsProjectsListingStateEnum {
|
|
651
|
+
All = 'All',
|
|
652
|
+
Active = 'Active'
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* @export
|
|
656
|
+
* @enum {string}
|
|
657
|
+
*/
|
|
658
|
+
export enum GetCorporationsProjectsListingAcceptLanguageEnum {
|
|
659
|
+
En = 'en',
|
|
660
|
+
De = 'de',
|
|
661
|
+
Fr = 'fr',
|
|
662
|
+
Ja = 'ja',
|
|
663
|
+
Ru = 'ru',
|
|
664
|
+
Zh = 'zh',
|
|
665
|
+
Ko = 'ko',
|
|
666
|
+
Es = 'es'
|
|
667
|
+
}
|