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).
|
|
@@ -19,6 +19,7 @@ export interface PostUiAutopilotWaypointRequest {
|
|
|
19
19
|
acceptLanguage?: PostUiAutopilotWaypointAcceptLanguageEnum;
|
|
20
20
|
ifNoneMatch?: string;
|
|
21
21
|
xTenant?: string;
|
|
22
|
+
ifModifiedSince?: string;
|
|
22
23
|
}
|
|
23
24
|
export interface PostUiOpenwindowContractRequest {
|
|
24
25
|
contractId: number;
|
|
@@ -26,6 +27,7 @@ export interface PostUiOpenwindowContractRequest {
|
|
|
26
27
|
acceptLanguage?: PostUiOpenwindowContractAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
export interface PostUiOpenwindowInformationRequest {
|
|
31
33
|
targetId: number;
|
|
@@ -33,6 +35,7 @@ export interface PostUiOpenwindowInformationRequest {
|
|
|
33
35
|
acceptLanguage?: PostUiOpenwindowInformationAcceptLanguageEnum;
|
|
34
36
|
ifNoneMatch?: string;
|
|
35
37
|
xTenant?: string;
|
|
38
|
+
ifModifiedSince?: string;
|
|
36
39
|
}
|
|
37
40
|
export interface PostUiOpenwindowMarketdetailsRequest {
|
|
38
41
|
typeId: number;
|
|
@@ -40,6 +43,7 @@ export interface PostUiOpenwindowMarketdetailsRequest {
|
|
|
40
43
|
acceptLanguage?: PostUiOpenwindowMarketdetailsAcceptLanguageEnum;
|
|
41
44
|
ifNoneMatch?: string;
|
|
42
45
|
xTenant?: string;
|
|
46
|
+
ifModifiedSince?: string;
|
|
43
47
|
}
|
|
44
48
|
export interface PostUiOpenwindowNewmailOperationRequest {
|
|
45
49
|
xCompatibilityDate: PostUiOpenwindowNewmailOperationXCompatibilityDateEnum;
|
|
@@ -47,6 +51,7 @@ export interface PostUiOpenwindowNewmailOperationRequest {
|
|
|
47
51
|
acceptLanguage?: PostUiOpenwindowNewmailOperationAcceptLanguageEnum;
|
|
48
52
|
ifNoneMatch?: string;
|
|
49
53
|
xTenant?: string;
|
|
54
|
+
ifModifiedSince?: string;
|
|
50
55
|
}
|
|
51
56
|
/**
|
|
52
57
|
* UserInterfaceApi - interface
|
|
@@ -61,10 +66,11 @@ export interface UserInterfaceApiInterface {
|
|
|
61
66
|
* @param {boolean} addToBeginning
|
|
62
67
|
* @param {boolean} clearOtherWaypoints
|
|
63
68
|
* @param {number} destinationId
|
|
64
|
-
* @param {'
|
|
69
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
65
70
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
66
71
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
67
72
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
73
|
+
* @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.
|
|
68
74
|
* @param {*} [options] Override http request option.
|
|
69
75
|
* @throws {RequiredError}
|
|
70
76
|
* @memberof UserInterfaceApiInterface
|
|
@@ -74,15 +80,16 @@ export interface UserInterfaceApiInterface {
|
|
|
74
80
|
* Set a solar system as autopilot waypoint
|
|
75
81
|
* Set Autopilot Waypoint
|
|
76
82
|
*/
|
|
77
|
-
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
83
|
+
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
78
84
|
/**
|
|
79
85
|
* Open the contract window inside the client
|
|
80
86
|
* @summary Open Contract Window
|
|
81
87
|
* @param {number} contractId
|
|
82
|
-
* @param {'
|
|
88
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
83
89
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
84
90
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
85
91
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
92
|
+
* @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.
|
|
86
93
|
* @param {*} [options] Override http request option.
|
|
87
94
|
* @throws {RequiredError}
|
|
88
95
|
* @memberof UserInterfaceApiInterface
|
|
@@ -92,15 +99,16 @@ export interface UserInterfaceApiInterface {
|
|
|
92
99
|
* Open the contract window inside the client
|
|
93
100
|
* Open Contract Window
|
|
94
101
|
*/
|
|
95
|
-
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
102
|
+
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
96
103
|
/**
|
|
97
104
|
* Open the information window for a character, corporation or alliance inside the client
|
|
98
105
|
* @summary Open Information Window
|
|
99
106
|
* @param {number} targetId
|
|
100
|
-
* @param {'
|
|
107
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
101
108
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
102
109
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
103
110
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
111
|
+
* @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.
|
|
104
112
|
* @param {*} [options] Override http request option.
|
|
105
113
|
* @throws {RequiredError}
|
|
106
114
|
* @memberof UserInterfaceApiInterface
|
|
@@ -110,15 +118,16 @@ export interface UserInterfaceApiInterface {
|
|
|
110
118
|
* Open the information window for a character, corporation or alliance inside the client
|
|
111
119
|
* Open Information Window
|
|
112
120
|
*/
|
|
113
|
-
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
121
|
+
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
114
122
|
/**
|
|
115
123
|
* Open the market details window for a specific typeID inside the client
|
|
116
124
|
* @summary Open Market Details
|
|
117
125
|
* @param {number} typeId
|
|
118
|
-
* @param {'
|
|
126
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
119
127
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
120
128
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
121
129
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
130
|
+
* @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
131
|
* @param {*} [options] Override http request option.
|
|
123
132
|
* @throws {RequiredError}
|
|
124
133
|
* @memberof UserInterfaceApiInterface
|
|
@@ -128,15 +137,16 @@ export interface UserInterfaceApiInterface {
|
|
|
128
137
|
* Open the market details window for a specific typeID inside the client
|
|
129
138
|
* Open Market Details
|
|
130
139
|
*/
|
|
131
|
-
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
140
|
+
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
132
141
|
/**
|
|
133
142
|
* Open the New Mail window, according to settings from the request if applicable
|
|
134
143
|
* @summary Open New Mail Window
|
|
135
|
-
* @param {'
|
|
144
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
136
145
|
* @param {PostUiOpenwindowNewmailRequest} postUiOpenwindowNewmailRequest
|
|
137
146
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
138
147
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
139
148
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
149
|
+
* @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.
|
|
140
150
|
* @param {*} [options] Override http request option.
|
|
141
151
|
* @throws {RequiredError}
|
|
142
152
|
* @memberof UserInterfaceApiInterface
|
|
@@ -146,7 +156,7 @@ export interface UserInterfaceApiInterface {
|
|
|
146
156
|
* Open the New Mail window, according to settings from the request if applicable
|
|
147
157
|
* Open New Mail Window
|
|
148
158
|
*/
|
|
149
|
-
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
159
|
+
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
150
160
|
}
|
|
151
161
|
/**
|
|
152
162
|
*
|
|
@@ -161,7 +171,7 @@ export declare class UserInterfaceApi extends runtime.BaseAPI implements UserInt
|
|
|
161
171
|
* Set a solar system as autopilot waypoint
|
|
162
172
|
* Set Autopilot Waypoint
|
|
163
173
|
*/
|
|
164
|
-
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
174
|
+
postUiAutopilotWaypoint(requestParameters: PostUiAutopilotWaypointRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
165
175
|
/**
|
|
166
176
|
* Open the contract window inside the client
|
|
167
177
|
* Open Contract Window
|
|
@@ -171,7 +181,7 @@ export declare class UserInterfaceApi extends runtime.BaseAPI implements UserInt
|
|
|
171
181
|
* Open the contract window inside the client
|
|
172
182
|
* Open Contract Window
|
|
173
183
|
*/
|
|
174
|
-
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
184
|
+
postUiOpenwindowContract(requestParameters: PostUiOpenwindowContractRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
175
185
|
/**
|
|
176
186
|
* Open the information window for a character, corporation or alliance inside the client
|
|
177
187
|
* Open Information Window
|
|
@@ -181,7 +191,7 @@ export declare class UserInterfaceApi extends runtime.BaseAPI implements UserInt
|
|
|
181
191
|
* Open the information window for a character, corporation or alliance inside the client
|
|
182
192
|
* Open Information Window
|
|
183
193
|
*/
|
|
184
|
-
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
194
|
+
postUiOpenwindowInformation(requestParameters: PostUiOpenwindowInformationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
185
195
|
/**
|
|
186
196
|
* Open the market details window for a specific typeID inside the client
|
|
187
197
|
* Open Market Details
|
|
@@ -191,7 +201,7 @@ export declare class UserInterfaceApi extends runtime.BaseAPI implements UserInt
|
|
|
191
201
|
* Open the market details window for a specific typeID inside the client
|
|
192
202
|
* Open Market Details
|
|
193
203
|
*/
|
|
194
|
-
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
204
|
+
postUiOpenwindowMarketdetails(requestParameters: PostUiOpenwindowMarketdetailsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
195
205
|
/**
|
|
196
206
|
* Open the New Mail window, according to settings from the request if applicable
|
|
197
207
|
* Open New Mail Window
|
|
@@ -201,14 +211,14 @@ export declare class UserInterfaceApi extends runtime.BaseAPI implements UserInt
|
|
|
201
211
|
* Open the New Mail window, according to settings from the request if applicable
|
|
202
212
|
* Open New Mail Window
|
|
203
213
|
*/
|
|
204
|
-
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
214
|
+
postUiOpenwindowNewmail(requestParameters: PostUiOpenwindowNewmailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
205
215
|
}
|
|
206
216
|
/**
|
|
207
217
|
* @export
|
|
208
218
|
* @enum {string}
|
|
209
219
|
*/
|
|
210
220
|
export declare enum PostUiAutopilotWaypointXCompatibilityDateEnum {
|
|
211
|
-
|
|
221
|
+
_20251216 = "2025-12-16"
|
|
212
222
|
}
|
|
213
223
|
/**
|
|
214
224
|
* @export
|
|
@@ -229,7 +239,7 @@ export declare enum PostUiAutopilotWaypointAcceptLanguageEnum {
|
|
|
229
239
|
* @enum {string}
|
|
230
240
|
*/
|
|
231
241
|
export declare enum PostUiOpenwindowContractXCompatibilityDateEnum {
|
|
232
|
-
|
|
242
|
+
_20251216 = "2025-12-16"
|
|
233
243
|
}
|
|
234
244
|
/**
|
|
235
245
|
* @export
|
|
@@ -250,7 +260,7 @@ export declare enum PostUiOpenwindowContractAcceptLanguageEnum {
|
|
|
250
260
|
* @enum {string}
|
|
251
261
|
*/
|
|
252
262
|
export declare enum PostUiOpenwindowInformationXCompatibilityDateEnum {
|
|
253
|
-
|
|
263
|
+
_20251216 = "2025-12-16"
|
|
254
264
|
}
|
|
255
265
|
/**
|
|
256
266
|
* @export
|
|
@@ -271,7 +281,7 @@ export declare enum PostUiOpenwindowInformationAcceptLanguageEnum {
|
|
|
271
281
|
* @enum {string}
|
|
272
282
|
*/
|
|
273
283
|
export declare enum PostUiOpenwindowMarketdetailsXCompatibilityDateEnum {
|
|
274
|
-
|
|
284
|
+
_20251216 = "2025-12-16"
|
|
275
285
|
}
|
|
276
286
|
/**
|
|
277
287
|
* @export
|
|
@@ -292,7 +302,7 @@ export declare enum PostUiOpenwindowMarketdetailsAcceptLanguageEnum {
|
|
|
292
302
|
* @enum {string}
|
|
293
303
|
*/
|
|
294
304
|
export declare enum PostUiOpenwindowNewmailOperationXCompatibilityDateEnum {
|
|
295
|
-
|
|
305
|
+
_20251216 = "2025-12-16"
|
|
296
306
|
}
|
|
297
307
|
/**
|
|
298
308
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* EVE Stable Infrastructure (ESI) - tranquility
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 2025-12-16
|
|
9
9
|
* Contact: arcyfa_github@pm.me
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
67
67
|
exports.PostUiOpenwindowNewmailOperationAcceptLanguageEnum = exports.PostUiOpenwindowNewmailOperationXCompatibilityDateEnum = exports.PostUiOpenwindowMarketdetailsAcceptLanguageEnum = exports.PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = exports.PostUiOpenwindowInformationAcceptLanguageEnum = exports.PostUiOpenwindowInformationXCompatibilityDateEnum = exports.PostUiOpenwindowContractAcceptLanguageEnum = exports.PostUiOpenwindowContractXCompatibilityDateEnum = exports.PostUiAutopilotWaypointAcceptLanguageEnum = exports.PostUiAutopilotWaypointXCompatibilityDateEnum = exports.UserInterfaceApi = void 0;
|
|
68
68
|
var runtime = require("../runtime");
|
|
69
|
+
var constants_1 = require("../constants");
|
|
69
70
|
/**
|
|
70
71
|
*
|
|
71
72
|
*/
|
|
@@ -120,7 +121,14 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
120
121
|
if (requestParameters['xTenant'] != null) {
|
|
121
122
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
122
123
|
}
|
|
124
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
125
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
126
|
+
}
|
|
123
127
|
urlPath = "/ui/autopilot/waypoint";
|
|
128
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
129
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
130
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
131
|
+
}
|
|
124
132
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
125
133
|
if (!facade) {
|
|
126
134
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -133,7 +141,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
133
141
|
}, initOverrides)];
|
|
134
142
|
case 1:
|
|
135
143
|
response = _b.sent();
|
|
136
|
-
return [2 /*return*/,
|
|
144
|
+
return [2 /*return*/, response];
|
|
137
145
|
}
|
|
138
146
|
});
|
|
139
147
|
});
|
|
@@ -147,9 +155,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
147
155
|
return __generator(this, function (_a) {
|
|
148
156
|
switch (_a.label) {
|
|
149
157
|
case 0: return [4 /*yield*/, this.postUiAutopilotWaypointRaw(requestParameters, initOverrides)];
|
|
150
|
-
case 1:
|
|
151
|
-
_a.sent();
|
|
152
|
-
return [2 /*return*/];
|
|
158
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
153
159
|
}
|
|
154
160
|
});
|
|
155
161
|
});
|
|
@@ -188,7 +194,14 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
188
194
|
if (requestParameters['xTenant'] != null) {
|
|
189
195
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
190
196
|
}
|
|
197
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
198
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
199
|
+
}
|
|
191
200
|
urlPath = "/ui/openwindow/contract";
|
|
201
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
202
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
203
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
204
|
+
}
|
|
192
205
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
193
206
|
if (!facade) {
|
|
194
207
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -201,7 +214,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
201
214
|
}, initOverrides)];
|
|
202
215
|
case 1:
|
|
203
216
|
response = _b.sent();
|
|
204
|
-
return [2 /*return*/,
|
|
217
|
+
return [2 /*return*/, response];
|
|
205
218
|
}
|
|
206
219
|
});
|
|
207
220
|
});
|
|
@@ -215,9 +228,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
215
228
|
return __generator(this, function (_a) {
|
|
216
229
|
switch (_a.label) {
|
|
217
230
|
case 0: return [4 /*yield*/, this.postUiOpenwindowContractRaw(requestParameters, initOverrides)];
|
|
218
|
-
case 1:
|
|
219
|
-
_a.sent();
|
|
220
|
-
return [2 /*return*/];
|
|
231
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
221
232
|
}
|
|
222
233
|
});
|
|
223
234
|
});
|
|
@@ -256,7 +267,14 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
256
267
|
if (requestParameters['xTenant'] != null) {
|
|
257
268
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
258
269
|
}
|
|
270
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
271
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
272
|
+
}
|
|
259
273
|
urlPath = "/ui/openwindow/information";
|
|
274
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
275
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
276
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
277
|
+
}
|
|
260
278
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
261
279
|
if (!facade) {
|
|
262
280
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -269,7 +287,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
269
287
|
}, initOverrides)];
|
|
270
288
|
case 1:
|
|
271
289
|
response = _b.sent();
|
|
272
|
-
return [2 /*return*/,
|
|
290
|
+
return [2 /*return*/, response];
|
|
273
291
|
}
|
|
274
292
|
});
|
|
275
293
|
});
|
|
@@ -283,9 +301,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
283
301
|
return __generator(this, function (_a) {
|
|
284
302
|
switch (_a.label) {
|
|
285
303
|
case 0: return [4 /*yield*/, this.postUiOpenwindowInformationRaw(requestParameters, initOverrides)];
|
|
286
|
-
case 1:
|
|
287
|
-
_a.sent();
|
|
288
|
-
return [2 /*return*/];
|
|
304
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
289
305
|
}
|
|
290
306
|
});
|
|
291
307
|
});
|
|
@@ -324,7 +340,14 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
324
340
|
if (requestParameters['xTenant'] != null) {
|
|
325
341
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
326
342
|
}
|
|
343
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
344
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
345
|
+
}
|
|
327
346
|
urlPath = "/ui/openwindow/marketdetails";
|
|
347
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
348
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
349
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
350
|
+
}
|
|
328
351
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
329
352
|
if (!facade) {
|
|
330
353
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -337,7 +360,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
337
360
|
}, initOverrides)];
|
|
338
361
|
case 1:
|
|
339
362
|
response = _b.sent();
|
|
340
|
-
return [2 /*return*/,
|
|
363
|
+
return [2 /*return*/, response];
|
|
341
364
|
}
|
|
342
365
|
});
|
|
343
366
|
});
|
|
@@ -351,9 +374,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
351
374
|
return __generator(this, function (_a) {
|
|
352
375
|
switch (_a.label) {
|
|
353
376
|
case 0: return [4 /*yield*/, this.postUiOpenwindowMarketdetailsRaw(requestParameters, initOverrides)];
|
|
354
|
-
case 1:
|
|
355
|
-
_a.sent();
|
|
356
|
-
return [2 /*return*/];
|
|
377
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
357
378
|
}
|
|
358
379
|
});
|
|
359
380
|
});
|
|
@@ -390,7 +411,14 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
390
411
|
if (requestParameters['xTenant'] != null) {
|
|
391
412
|
headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
|
|
392
413
|
}
|
|
414
|
+
if (requestParameters['ifModifiedSince'] != null) {
|
|
415
|
+
headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
|
|
416
|
+
}
|
|
393
417
|
urlPath = "/ui/openwindow/newmail";
|
|
418
|
+
// Auto-inject X-Compatibility-Date if not already provided
|
|
419
|
+
if (!headerParameters['X-Compatibility-Date']) {
|
|
420
|
+
headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
|
|
421
|
+
}
|
|
394
422
|
facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
|
|
395
423
|
if (!facade) {
|
|
396
424
|
throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
|
|
@@ -404,7 +432,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
404
432
|
}, initOverrides)];
|
|
405
433
|
case 1:
|
|
406
434
|
response = _b.sent();
|
|
407
|
-
return [2 /*return*/,
|
|
435
|
+
return [2 /*return*/, response];
|
|
408
436
|
}
|
|
409
437
|
});
|
|
410
438
|
});
|
|
@@ -418,9 +446,7 @@ var UserInterfaceApi = /** @class */ (function (_super) {
|
|
|
418
446
|
return __generator(this, function (_a) {
|
|
419
447
|
switch (_a.label) {
|
|
420
448
|
case 0: return [4 /*yield*/, this.postUiOpenwindowNewmailRaw(requestParameters, initOverrides)];
|
|
421
|
-
case 1:
|
|
422
|
-
_a.sent();
|
|
423
|
-
return [2 /*return*/];
|
|
449
|
+
case 1: return [2 /*return*/, _a.sent()];
|
|
424
450
|
}
|
|
425
451
|
});
|
|
426
452
|
});
|
|
@@ -434,7 +460,7 @@ exports.UserInterfaceApi = UserInterfaceApi;
|
|
|
434
460
|
*/
|
|
435
461
|
var PostUiAutopilotWaypointXCompatibilityDateEnum;
|
|
436
462
|
(function (PostUiAutopilotWaypointXCompatibilityDateEnum) {
|
|
437
|
-
PostUiAutopilotWaypointXCompatibilityDateEnum["
|
|
463
|
+
PostUiAutopilotWaypointXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
438
464
|
})(PostUiAutopilotWaypointXCompatibilityDateEnum || (exports.PostUiAutopilotWaypointXCompatibilityDateEnum = PostUiAutopilotWaypointXCompatibilityDateEnum = {}));
|
|
439
465
|
/**
|
|
440
466
|
* @export
|
|
@@ -457,7 +483,7 @@ var PostUiAutopilotWaypointAcceptLanguageEnum;
|
|
|
457
483
|
*/
|
|
458
484
|
var PostUiOpenwindowContractXCompatibilityDateEnum;
|
|
459
485
|
(function (PostUiOpenwindowContractXCompatibilityDateEnum) {
|
|
460
|
-
PostUiOpenwindowContractXCompatibilityDateEnum["
|
|
486
|
+
PostUiOpenwindowContractXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
461
487
|
})(PostUiOpenwindowContractXCompatibilityDateEnum || (exports.PostUiOpenwindowContractXCompatibilityDateEnum = PostUiOpenwindowContractXCompatibilityDateEnum = {}));
|
|
462
488
|
/**
|
|
463
489
|
* @export
|
|
@@ -480,7 +506,7 @@ var PostUiOpenwindowContractAcceptLanguageEnum;
|
|
|
480
506
|
*/
|
|
481
507
|
var PostUiOpenwindowInformationXCompatibilityDateEnum;
|
|
482
508
|
(function (PostUiOpenwindowInformationXCompatibilityDateEnum) {
|
|
483
|
-
PostUiOpenwindowInformationXCompatibilityDateEnum["
|
|
509
|
+
PostUiOpenwindowInformationXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
484
510
|
})(PostUiOpenwindowInformationXCompatibilityDateEnum || (exports.PostUiOpenwindowInformationXCompatibilityDateEnum = PostUiOpenwindowInformationXCompatibilityDateEnum = {}));
|
|
485
511
|
/**
|
|
486
512
|
* @export
|
|
@@ -503,7 +529,7 @@ var PostUiOpenwindowInformationAcceptLanguageEnum;
|
|
|
503
529
|
*/
|
|
504
530
|
var PostUiOpenwindowMarketdetailsXCompatibilityDateEnum;
|
|
505
531
|
(function (PostUiOpenwindowMarketdetailsXCompatibilityDateEnum) {
|
|
506
|
-
PostUiOpenwindowMarketdetailsXCompatibilityDateEnum["
|
|
532
|
+
PostUiOpenwindowMarketdetailsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
507
533
|
})(PostUiOpenwindowMarketdetailsXCompatibilityDateEnum || (exports.PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = {}));
|
|
508
534
|
/**
|
|
509
535
|
* @export
|
|
@@ -526,7 +552,7 @@ var PostUiOpenwindowMarketdetailsAcceptLanguageEnum;
|
|
|
526
552
|
*/
|
|
527
553
|
var PostUiOpenwindowNewmailOperationXCompatibilityDateEnum;
|
|
528
554
|
(function (PostUiOpenwindowNewmailOperationXCompatibilityDateEnum) {
|
|
529
|
-
PostUiOpenwindowNewmailOperationXCompatibilityDateEnum["
|
|
555
|
+
PostUiOpenwindowNewmailOperationXCompatibilityDateEnum["_20251216"] = "2025-12-16";
|
|
530
556
|
})(PostUiOpenwindowNewmailOperationXCompatibilityDateEnum || (exports.PostUiOpenwindowNewmailOperationXCompatibilityDateEnum = PostUiOpenwindowNewmailOperationXCompatibilityDateEnum = {}));
|
|
531
557
|
/**
|
|
532
558
|
* @export
|