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 GetCharactersCharacterIdContractsRequest {
|
|
|
18
18
|
acceptLanguage?: GetCharactersCharacterIdContractsAcceptLanguageEnum;
|
|
19
19
|
ifNoneMatch?: string;
|
|
20
20
|
xTenant?: string;
|
|
21
|
+
ifModifiedSince?: string;
|
|
21
22
|
}
|
|
22
23
|
export interface GetCharactersCharacterIdContractsContractIdBidsRequest {
|
|
23
24
|
characterId: number;
|
|
@@ -26,6 +27,7 @@ export interface GetCharactersCharacterIdContractsContractIdBidsRequest {
|
|
|
26
27
|
acceptLanguage?: GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
export interface GetCharactersCharacterIdContractsContractIdItemsRequest {
|
|
31
33
|
characterId: number;
|
|
@@ -34,6 +36,7 @@ export interface GetCharactersCharacterIdContractsContractIdItemsRequest {
|
|
|
34
36
|
acceptLanguage?: GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum;
|
|
35
37
|
ifNoneMatch?: string;
|
|
36
38
|
xTenant?: string;
|
|
39
|
+
ifModifiedSince?: string;
|
|
37
40
|
}
|
|
38
41
|
export interface GetContractsPublicBidsContractIdRequest {
|
|
39
42
|
contractId: number;
|
|
@@ -42,6 +45,7 @@ export interface GetContractsPublicBidsContractIdRequest {
|
|
|
42
45
|
acceptLanguage?: GetContractsPublicBidsContractIdAcceptLanguageEnum;
|
|
43
46
|
ifNoneMatch?: string;
|
|
44
47
|
xTenant?: string;
|
|
48
|
+
ifModifiedSince?: string;
|
|
45
49
|
}
|
|
46
50
|
export interface GetContractsPublicItemsContractIdRequest {
|
|
47
51
|
contractId: number;
|
|
@@ -50,6 +54,7 @@ export interface GetContractsPublicItemsContractIdRequest {
|
|
|
50
54
|
acceptLanguage?: GetContractsPublicItemsContractIdAcceptLanguageEnum;
|
|
51
55
|
ifNoneMatch?: string;
|
|
52
56
|
xTenant?: string;
|
|
57
|
+
ifModifiedSince?: string;
|
|
53
58
|
}
|
|
54
59
|
export interface GetContractsPublicRegionIdRequest {
|
|
55
60
|
regionId: number;
|
|
@@ -58,6 +63,7 @@ export interface GetContractsPublicRegionIdRequest {
|
|
|
58
63
|
acceptLanguage?: GetContractsPublicRegionIdAcceptLanguageEnum;
|
|
59
64
|
ifNoneMatch?: string;
|
|
60
65
|
xTenant?: string;
|
|
66
|
+
ifModifiedSince?: string;
|
|
61
67
|
}
|
|
62
68
|
export interface GetCorporationsCorporationIdContractsRequest {
|
|
63
69
|
corporationId: number;
|
|
@@ -66,6 +72,7 @@ export interface GetCorporationsCorporationIdContractsRequest {
|
|
|
66
72
|
acceptLanguage?: GetCorporationsCorporationIdContractsAcceptLanguageEnum;
|
|
67
73
|
ifNoneMatch?: string;
|
|
68
74
|
xTenant?: string;
|
|
75
|
+
ifModifiedSince?: string;
|
|
69
76
|
}
|
|
70
77
|
export interface GetCorporationsCorporationIdContractsContractIdBidsRequest {
|
|
71
78
|
contractId: number;
|
|
@@ -75,6 +82,7 @@ export interface GetCorporationsCorporationIdContractsContractIdBidsRequest {
|
|
|
75
82
|
acceptLanguage?: GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum;
|
|
76
83
|
ifNoneMatch?: string;
|
|
77
84
|
xTenant?: string;
|
|
85
|
+
ifModifiedSince?: string;
|
|
78
86
|
}
|
|
79
87
|
export interface GetCorporationsCorporationIdContractsContractIdItemsRequest {
|
|
80
88
|
contractId: number;
|
|
@@ -83,6 +91,7 @@ export interface GetCorporationsCorporationIdContractsContractIdItemsRequest {
|
|
|
83
91
|
acceptLanguage?: GetCorporationsCorporationIdContractsContractIdItemsAcceptLanguageEnum;
|
|
84
92
|
ifNoneMatch?: string;
|
|
85
93
|
xTenant?: string;
|
|
94
|
+
ifModifiedSince?: string;
|
|
86
95
|
}
|
|
87
96
|
/**
|
|
88
97
|
* ContractsApi - interface
|
|
@@ -95,11 +104,12 @@ export interface ContractsApiInterface {
|
|
|
95
104
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
96
105
|
* @summary Get contracts
|
|
97
106
|
* @param {number} characterId The ID of the character
|
|
98
|
-
* @param {'
|
|
107
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
99
108
|
* @param {number} [page]
|
|
100
109
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
101
110
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
102
111
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
112
|
+
* @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.
|
|
103
113
|
* @param {*} [options] Override http request option.
|
|
104
114
|
* @throws {RequiredError}
|
|
105
115
|
* @memberof ContractsApiInterface
|
|
@@ -109,16 +119,17 @@ export interface ContractsApiInterface {
|
|
|
109
119
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
110
120
|
* Get contracts
|
|
111
121
|
*/
|
|
112
|
-
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
122
|
+
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
113
123
|
/**
|
|
114
124
|
* Lists bids on a particular auction contract
|
|
115
125
|
* @summary Get contract bids
|
|
116
126
|
* @param {number} characterId The ID of the character
|
|
117
127
|
* @param {number} contractId
|
|
118
|
-
* @param {'
|
|
128
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
119
129
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
120
130
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
121
131
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
132
|
+
* @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.
|
|
122
133
|
* @param {*} [options] Override http request option.
|
|
123
134
|
* @throws {RequiredError}
|
|
124
135
|
* @memberof ContractsApiInterface
|
|
@@ -128,16 +139,17 @@ export interface ContractsApiInterface {
|
|
|
128
139
|
* Lists bids on a particular auction contract
|
|
129
140
|
* Get contract bids
|
|
130
141
|
*/
|
|
131
|
-
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
142
|
+
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
132
143
|
/**
|
|
133
144
|
* Lists items of a particular contract
|
|
134
145
|
* @summary Get contract items
|
|
135
146
|
* @param {number} characterId The ID of the character
|
|
136
147
|
* @param {number} contractId
|
|
137
|
-
* @param {'
|
|
148
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
138
149
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
139
150
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
140
151
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
152
|
+
* @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.
|
|
141
153
|
* @param {*} [options] Override http request option.
|
|
142
154
|
* @throws {RequiredError}
|
|
143
155
|
* @memberof ContractsApiInterface
|
|
@@ -147,16 +159,17 @@ export interface ContractsApiInterface {
|
|
|
147
159
|
* Lists items of a particular contract
|
|
148
160
|
* Get contract items
|
|
149
161
|
*/
|
|
150
|
-
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
162
|
+
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
151
163
|
/**
|
|
152
164
|
* Lists bids on a public auction contract
|
|
153
165
|
* @summary Get public contract bids
|
|
154
166
|
* @param {number} contractId
|
|
155
|
-
* @param {'
|
|
167
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
156
168
|
* @param {number} [page]
|
|
157
169
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
158
170
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
159
171
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
172
|
+
* @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.
|
|
160
173
|
* @param {*} [options] Override http request option.
|
|
161
174
|
* @throws {RequiredError}
|
|
162
175
|
* @memberof ContractsApiInterface
|
|
@@ -166,16 +179,17 @@ export interface ContractsApiInterface {
|
|
|
166
179
|
* Lists bids on a public auction contract
|
|
167
180
|
* Get public contract bids
|
|
168
181
|
*/
|
|
169
|
-
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
182
|
+
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
170
183
|
/**
|
|
171
184
|
* Lists items of a public contract
|
|
172
185
|
* @summary Get public contract items
|
|
173
186
|
* @param {number} contractId
|
|
174
|
-
* @param {'
|
|
187
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
175
188
|
* @param {number} [page]
|
|
176
189
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
177
190
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
178
191
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
192
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
179
193
|
* @param {*} [options] Override http request option.
|
|
180
194
|
* @throws {RequiredError}
|
|
181
195
|
* @memberof ContractsApiInterface
|
|
@@ -185,16 +199,17 @@ export interface ContractsApiInterface {
|
|
|
185
199
|
* Lists items of a public contract
|
|
186
200
|
* Get public contract items
|
|
187
201
|
*/
|
|
188
|
-
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
202
|
+
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
189
203
|
/**
|
|
190
204
|
* Returns a paginated list of all public contracts in the given region
|
|
191
205
|
* @summary Get public contracts
|
|
192
206
|
* @param {number} regionId
|
|
193
|
-
* @param {'
|
|
207
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
194
208
|
* @param {number} [page]
|
|
195
209
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
196
210
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
197
211
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
212
|
+
* @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.
|
|
198
213
|
* @param {*} [options] Override http request option.
|
|
199
214
|
* @throws {RequiredError}
|
|
200
215
|
* @memberof ContractsApiInterface
|
|
@@ -204,16 +219,17 @@ export interface ContractsApiInterface {
|
|
|
204
219
|
* Returns a paginated list of all public contracts in the given region
|
|
205
220
|
* Get public contracts
|
|
206
221
|
*/
|
|
207
|
-
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
222
|
+
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
208
223
|
/**
|
|
209
224
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
210
225
|
* @summary Get corporation contracts
|
|
211
226
|
* @param {number} corporationId The ID of the corporation
|
|
212
|
-
* @param {'
|
|
227
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
213
228
|
* @param {number} [page]
|
|
214
229
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
215
230
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
216
231
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
232
|
+
* @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.
|
|
217
233
|
* @param {*} [options] Override http request option.
|
|
218
234
|
* @throws {RequiredError}
|
|
219
235
|
* @memberof ContractsApiInterface
|
|
@@ -223,17 +239,18 @@ export interface ContractsApiInterface {
|
|
|
223
239
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
224
240
|
* Get corporation contracts
|
|
225
241
|
*/
|
|
226
|
-
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
242
|
+
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
227
243
|
/**
|
|
228
244
|
* Lists bids on a particular auction contract
|
|
229
245
|
* @summary Get corporation contract bids
|
|
230
246
|
* @param {number} contractId
|
|
231
247
|
* @param {number} corporationId The ID of the corporation
|
|
232
|
-
* @param {'
|
|
248
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
233
249
|
* @param {number} [page]
|
|
234
250
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
235
251
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
236
252
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
253
|
+
* @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.
|
|
237
254
|
* @param {*} [options] Override http request option.
|
|
238
255
|
* @throws {RequiredError}
|
|
239
256
|
* @memberof ContractsApiInterface
|
|
@@ -243,16 +260,17 @@ export interface ContractsApiInterface {
|
|
|
243
260
|
* Lists bids on a particular auction contract
|
|
244
261
|
* Get corporation contract bids
|
|
245
262
|
*/
|
|
246
|
-
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
263
|
+
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
247
264
|
/**
|
|
248
265
|
* Lists items of a particular contract
|
|
249
266
|
* @summary Get corporation contract items
|
|
250
267
|
* @param {number} contractId
|
|
251
268
|
* @param {number} corporationId The ID of the corporation
|
|
252
|
-
* @param {'
|
|
269
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
253
270
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
254
271
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
255
272
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
273
|
+
* @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.
|
|
256
274
|
* @param {*} [options] Override http request option.
|
|
257
275
|
* @throws {RequiredError}
|
|
258
276
|
* @memberof ContractsApiInterface
|
|
@@ -262,7 +280,7 @@ export interface ContractsApiInterface {
|
|
|
262
280
|
* Lists items of a particular contract
|
|
263
281
|
* Get corporation contract items
|
|
264
282
|
*/
|
|
265
|
-
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
283
|
+
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
266
284
|
}
|
|
267
285
|
/**
|
|
268
286
|
*
|
|
@@ -277,7 +295,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
277
295
|
* Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
278
296
|
* Get contracts
|
|
279
297
|
*/
|
|
280
|
-
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
298
|
+
getCharactersCharacterIdContracts(requestParameters: GetCharactersCharacterIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
281
299
|
/**
|
|
282
300
|
* Lists bids on a particular auction contract
|
|
283
301
|
* Get contract bids
|
|
@@ -287,7 +305,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
287
305
|
* Lists bids on a particular auction contract
|
|
288
306
|
* Get contract bids
|
|
289
307
|
*/
|
|
290
|
-
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
308
|
+
getCharactersCharacterIdContractsContractIdBids(requestParameters: GetCharactersCharacterIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
291
309
|
/**
|
|
292
310
|
* Lists items of a particular contract
|
|
293
311
|
* Get contract items
|
|
@@ -297,7 +315,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
297
315
|
* Lists items of a particular contract
|
|
298
316
|
* Get contract items
|
|
299
317
|
*/
|
|
300
|
-
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
318
|
+
getCharactersCharacterIdContractsContractIdItems(requestParameters: GetCharactersCharacterIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
301
319
|
/**
|
|
302
320
|
* Lists bids on a public auction contract
|
|
303
321
|
* Get public contract bids
|
|
@@ -307,7 +325,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
307
325
|
* Lists bids on a public auction contract
|
|
308
326
|
* Get public contract bids
|
|
309
327
|
*/
|
|
310
|
-
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
328
|
+
getContractsPublicBidsContractId(requestParameters: GetContractsPublicBidsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
311
329
|
/**
|
|
312
330
|
* Lists items of a public contract
|
|
313
331
|
* Get public contract items
|
|
@@ -317,7 +335,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
317
335
|
* Lists items of a public contract
|
|
318
336
|
* Get public contract items
|
|
319
337
|
*/
|
|
320
|
-
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
338
|
+
getContractsPublicItemsContractId(requestParameters: GetContractsPublicItemsContractIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
321
339
|
/**
|
|
322
340
|
* Returns a paginated list of all public contracts in the given region
|
|
323
341
|
* Get public contracts
|
|
@@ -327,7 +345,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
327
345
|
* Returns a paginated list of all public contracts in the given region
|
|
328
346
|
* Get public contracts
|
|
329
347
|
*/
|
|
330
|
-
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
348
|
+
getContractsPublicRegionId(requestParameters: GetContractsPublicRegionIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
331
349
|
/**
|
|
332
350
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
333
351
|
* Get corporation contracts
|
|
@@ -337,7 +355,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
337
355
|
* Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is \"in_progress\".
|
|
338
356
|
* Get corporation contracts
|
|
339
357
|
*/
|
|
340
|
-
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
358
|
+
getCorporationsCorporationIdContracts(requestParameters: GetCorporationsCorporationIdContractsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
341
359
|
/**
|
|
342
360
|
* Lists bids on a particular auction contract
|
|
343
361
|
* Get corporation contract bids
|
|
@@ -347,7 +365,7 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
347
365
|
* Lists bids on a particular auction contract
|
|
348
366
|
* Get corporation contract bids
|
|
349
367
|
*/
|
|
350
|
-
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
368
|
+
getCorporationsCorporationIdContractsContractIdBids(requestParameters: GetCorporationsCorporationIdContractsContractIdBidsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
351
369
|
/**
|
|
352
370
|
* Lists items of a particular contract
|
|
353
371
|
* Get corporation contract items
|
|
@@ -357,14 +375,14 @@ export declare class ContractsApi extends runtime.BaseAPI implements ContractsAp
|
|
|
357
375
|
* Lists items of a particular contract
|
|
358
376
|
* Get corporation contract items
|
|
359
377
|
*/
|
|
360
|
-
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
378
|
+
getCorporationsCorporationIdContractsContractIdItems(requestParameters: GetCorporationsCorporationIdContractsContractIdItemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
361
379
|
}
|
|
362
380
|
/**
|
|
363
381
|
* @export
|
|
364
382
|
* @enum {string}
|
|
365
383
|
*/
|
|
366
384
|
export declare enum GetCharactersCharacterIdContractsXCompatibilityDateEnum {
|
|
367
|
-
|
|
385
|
+
_20251216 = "2025-12-16"
|
|
368
386
|
}
|
|
369
387
|
/**
|
|
370
388
|
* @export
|
|
@@ -385,7 +403,7 @@ export declare enum GetCharactersCharacterIdContractsAcceptLanguageEnum {
|
|
|
385
403
|
* @enum {string}
|
|
386
404
|
*/
|
|
387
405
|
export declare enum GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum {
|
|
388
|
-
|
|
406
|
+
_20251216 = "2025-12-16"
|
|
389
407
|
}
|
|
390
408
|
/**
|
|
391
409
|
* @export
|
|
@@ -406,7 +424,7 @@ export declare enum GetCharactersCharacterIdContractsContractIdBidsAcceptLanguag
|
|
|
406
424
|
* @enum {string}
|
|
407
425
|
*/
|
|
408
426
|
export declare enum GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum {
|
|
409
|
-
|
|
427
|
+
_20251216 = "2025-12-16"
|
|
410
428
|
}
|
|
411
429
|
/**
|
|
412
430
|
* @export
|
|
@@ -427,7 +445,7 @@ export declare enum GetCharactersCharacterIdContractsContractIdItemsAcceptLangua
|
|
|
427
445
|
* @enum {string}
|
|
428
446
|
*/
|
|
429
447
|
export declare enum GetContractsPublicBidsContractIdXCompatibilityDateEnum {
|
|
430
|
-
|
|
448
|
+
_20251216 = "2025-12-16"
|
|
431
449
|
}
|
|
432
450
|
/**
|
|
433
451
|
* @export
|
|
@@ -448,7 +466,7 @@ export declare enum GetContractsPublicBidsContractIdAcceptLanguageEnum {
|
|
|
448
466
|
* @enum {string}
|
|
449
467
|
*/
|
|
450
468
|
export declare enum GetContractsPublicItemsContractIdXCompatibilityDateEnum {
|
|
451
|
-
|
|
469
|
+
_20251216 = "2025-12-16"
|
|
452
470
|
}
|
|
453
471
|
/**
|
|
454
472
|
* @export
|
|
@@ -469,7 +487,7 @@ export declare enum GetContractsPublicItemsContractIdAcceptLanguageEnum {
|
|
|
469
487
|
* @enum {string}
|
|
470
488
|
*/
|
|
471
489
|
export declare enum GetContractsPublicRegionIdXCompatibilityDateEnum {
|
|
472
|
-
|
|
490
|
+
_20251216 = "2025-12-16"
|
|
473
491
|
}
|
|
474
492
|
/**
|
|
475
493
|
* @export
|
|
@@ -490,7 +508,7 @@ export declare enum GetContractsPublicRegionIdAcceptLanguageEnum {
|
|
|
490
508
|
* @enum {string}
|
|
491
509
|
*/
|
|
492
510
|
export declare enum GetCorporationsCorporationIdContractsXCompatibilityDateEnum {
|
|
493
|
-
|
|
511
|
+
_20251216 = "2025-12-16"
|
|
494
512
|
}
|
|
495
513
|
/**
|
|
496
514
|
* @export
|
|
@@ -511,7 +529,7 @@ export declare enum GetCorporationsCorporationIdContractsAcceptLanguageEnum {
|
|
|
511
529
|
* @enum {string}
|
|
512
530
|
*/
|
|
513
531
|
export declare enum GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum {
|
|
514
|
-
|
|
532
|
+
_20251216 = "2025-12-16"
|
|
515
533
|
}
|
|
516
534
|
/**
|
|
517
535
|
* @export
|
|
@@ -532,7 +550,7 @@ export declare enum GetCorporationsCorporationIdContractsContractIdBidsAcceptLan
|
|
|
532
550
|
* @enum {string}
|
|
533
551
|
*/
|
|
534
552
|
export declare enum GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum {
|
|
535
|
-
|
|
553
|
+
_20251216 = "2025-12-16"
|
|
536
554
|
}
|
|
537
555
|
/**
|
|
538
556
|
* @export
|