esisl_genoa_client 0.1.1 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
package/dist/apis/MailApi.d.ts
CHANGED
|
@@ -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 DeleteCharactersCharacterIdMailLabelsLabelIdRequest {
|
|
|
18
18
|
acceptLanguage?: DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum;
|
|
19
19
|
ifNoneMatch?: string;
|
|
20
20
|
xTenant?: string;
|
|
21
|
+
ifModifiedSince?: string;
|
|
21
22
|
}
|
|
22
23
|
export interface DeleteCharactersCharacterIdMailMailIdRequest {
|
|
23
24
|
characterId: number;
|
|
@@ -26,6 +27,7 @@ export interface DeleteCharactersCharacterIdMailMailIdRequest {
|
|
|
26
27
|
acceptLanguage?: DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
27
28
|
ifNoneMatch?: string;
|
|
28
29
|
xTenant?: string;
|
|
30
|
+
ifModifiedSince?: string;
|
|
29
31
|
}
|
|
30
32
|
export interface GetCharactersCharacterIdMailRequest {
|
|
31
33
|
characterId: number;
|
|
@@ -35,6 +37,7 @@ export interface GetCharactersCharacterIdMailRequest {
|
|
|
35
37
|
acceptLanguage?: GetCharactersCharacterIdMailAcceptLanguageEnum;
|
|
36
38
|
ifNoneMatch?: string;
|
|
37
39
|
xTenant?: string;
|
|
40
|
+
ifModifiedSince?: string;
|
|
38
41
|
}
|
|
39
42
|
export interface GetCharactersCharacterIdMailLabelsRequest {
|
|
40
43
|
characterId: number;
|
|
@@ -42,6 +45,7 @@ export interface GetCharactersCharacterIdMailLabelsRequest {
|
|
|
42
45
|
acceptLanguage?: GetCharactersCharacterIdMailLabelsAcceptLanguageEnum;
|
|
43
46
|
ifNoneMatch?: string;
|
|
44
47
|
xTenant?: string;
|
|
48
|
+
ifModifiedSince?: string;
|
|
45
49
|
}
|
|
46
50
|
export interface GetCharactersCharacterIdMailListsRequest {
|
|
47
51
|
characterId: number;
|
|
@@ -49,6 +53,7 @@ export interface GetCharactersCharacterIdMailListsRequest {
|
|
|
49
53
|
acceptLanguage?: GetCharactersCharacterIdMailListsAcceptLanguageEnum;
|
|
50
54
|
ifNoneMatch?: string;
|
|
51
55
|
xTenant?: string;
|
|
56
|
+
ifModifiedSince?: string;
|
|
52
57
|
}
|
|
53
58
|
export interface GetCharactersCharacterIdMailMailIdRequest {
|
|
54
59
|
characterId: number;
|
|
@@ -57,6 +62,7 @@ export interface GetCharactersCharacterIdMailMailIdRequest {
|
|
|
57
62
|
acceptLanguage?: GetCharactersCharacterIdMailMailIdAcceptLanguageEnum;
|
|
58
63
|
ifNoneMatch?: string;
|
|
59
64
|
xTenant?: string;
|
|
65
|
+
ifModifiedSince?: string;
|
|
60
66
|
}
|
|
61
67
|
export interface PostCharactersCharacterIdMailOperationRequest {
|
|
62
68
|
characterId: number;
|
|
@@ -65,6 +71,7 @@ export interface PostCharactersCharacterIdMailOperationRequest {
|
|
|
65
71
|
acceptLanguage?: PostCharactersCharacterIdMailOperationAcceptLanguageEnum;
|
|
66
72
|
ifNoneMatch?: string;
|
|
67
73
|
xTenant?: string;
|
|
74
|
+
ifModifiedSince?: string;
|
|
68
75
|
}
|
|
69
76
|
export interface PostCharactersCharacterIdMailLabelsOperationRequest {
|
|
70
77
|
characterId: number;
|
|
@@ -73,6 +80,7 @@ export interface PostCharactersCharacterIdMailLabelsOperationRequest {
|
|
|
73
80
|
acceptLanguage?: PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEnum;
|
|
74
81
|
ifNoneMatch?: string;
|
|
75
82
|
xTenant?: string;
|
|
83
|
+
ifModifiedSince?: string;
|
|
76
84
|
}
|
|
77
85
|
export interface PutCharactersCharacterIdMailMailIdOperationRequest {
|
|
78
86
|
characterId: number;
|
|
@@ -82,6 +90,7 @@ export interface PutCharactersCharacterIdMailMailIdOperationRequest {
|
|
|
82
90
|
acceptLanguage?: PutCharactersCharacterIdMailMailIdOperationAcceptLanguageEnum;
|
|
83
91
|
ifNoneMatch?: string;
|
|
84
92
|
xTenant?: string;
|
|
93
|
+
ifModifiedSince?: string;
|
|
85
94
|
}
|
|
86
95
|
/**
|
|
87
96
|
* MailApi - interface
|
|
@@ -95,10 +104,11 @@ export interface MailApiInterface {
|
|
|
95
104
|
* @summary Delete a mail label
|
|
96
105
|
* @param {number} characterId The ID of the character
|
|
97
106
|
* @param {number} labelId
|
|
98
|
-
* @param {'
|
|
107
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
99
108
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
100
109
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
101
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.
|
|
102
112
|
* @param {*} [options] Override http request option.
|
|
103
113
|
* @throws {RequiredError}
|
|
104
114
|
* @memberof MailApiInterface
|
|
@@ -108,16 +118,17 @@ export interface MailApiInterface {
|
|
|
108
118
|
* Delete a mail label
|
|
109
119
|
* Delete a mail label
|
|
110
120
|
*/
|
|
111
|
-
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
121
|
+
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
112
122
|
/**
|
|
113
123
|
* Delete a mail
|
|
114
124
|
* @summary Delete a mail
|
|
115
125
|
* @param {number} characterId The ID of the character
|
|
116
126
|
* @param {number} mailId
|
|
117
|
-
* @param {'
|
|
127
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
118
128
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
119
129
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
120
130
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
131
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
121
132
|
* @param {*} [options] Override http request option.
|
|
122
133
|
* @throws {RequiredError}
|
|
123
134
|
* @memberof MailApiInterface
|
|
@@ -127,17 +138,18 @@ export interface MailApiInterface {
|
|
|
127
138
|
* Delete a mail
|
|
128
139
|
* Delete a mail
|
|
129
140
|
*/
|
|
130
|
-
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
141
|
+
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
131
142
|
/**
|
|
132
143
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
133
144
|
* @summary Return mail headers
|
|
134
145
|
* @param {number} characterId The ID of the character
|
|
135
|
-
* @param {'
|
|
146
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
136
147
|
* @param {Set<number>} [labels]
|
|
137
148
|
* @param {number} [lastMailId]
|
|
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 MailApiInterface
|
|
@@ -147,15 +159,16 @@ export interface MailApiInterface {
|
|
|
147
159
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
148
160
|
* Return mail headers
|
|
149
161
|
*/
|
|
150
|
-
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
162
|
+
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
151
163
|
/**
|
|
152
164
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
153
165
|
* @summary Get mail labels and unread counts
|
|
154
166
|
* @param {number} characterId The ID of the character
|
|
155
|
-
* @param {'
|
|
167
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
156
168
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
157
169
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
158
170
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
171
|
+
* @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.
|
|
159
172
|
* @param {*} [options] Override http request option.
|
|
160
173
|
* @throws {RequiredError}
|
|
161
174
|
* @memberof MailApiInterface
|
|
@@ -165,15 +178,16 @@ export interface MailApiInterface {
|
|
|
165
178
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
166
179
|
* Get mail labels and unread counts
|
|
167
180
|
*/
|
|
168
|
-
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
181
|
+
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
169
182
|
/**
|
|
170
183
|
* Return all mailing lists that the character is subscribed to
|
|
171
184
|
* @summary Return mailing list subscriptions
|
|
172
185
|
* @param {number} characterId The ID of the character
|
|
173
|
-
* @param {'
|
|
186
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
174
187
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
175
188
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
176
189
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
190
|
+
* @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.
|
|
177
191
|
* @param {*} [options] Override http request option.
|
|
178
192
|
* @throws {RequiredError}
|
|
179
193
|
* @memberof MailApiInterface
|
|
@@ -183,16 +197,17 @@ export interface MailApiInterface {
|
|
|
183
197
|
* Return all mailing lists that the character is subscribed to
|
|
184
198
|
* Return mailing list subscriptions
|
|
185
199
|
*/
|
|
186
|
-
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
200
|
+
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
187
201
|
/**
|
|
188
202
|
* Return the contents of an EVE mail
|
|
189
203
|
* @summary Return a mail
|
|
190
204
|
* @param {number} characterId The ID of the character
|
|
191
205
|
* @param {number} mailId
|
|
192
|
-
* @param {'
|
|
206
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
193
207
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
194
208
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
195
209
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
210
|
+
* @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.
|
|
196
211
|
* @param {*} [options] Override http request option.
|
|
197
212
|
* @throws {RequiredError}
|
|
198
213
|
* @memberof MailApiInterface
|
|
@@ -202,16 +217,17 @@ export interface MailApiInterface {
|
|
|
202
217
|
* Return the contents of an EVE mail
|
|
203
218
|
* Return a mail
|
|
204
219
|
*/
|
|
205
|
-
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
220
|
+
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
206
221
|
/**
|
|
207
222
|
* Create and send a new mail
|
|
208
223
|
* @summary Send a new mail
|
|
209
224
|
* @param {number} characterId The ID of the character
|
|
210
|
-
* @param {'
|
|
225
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
211
226
|
* @param {PostCharactersCharacterIdMailRequest} postCharactersCharacterIdMailRequest
|
|
212
227
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
213
228
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
214
229
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
230
|
+
* @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.
|
|
215
231
|
* @param {*} [options] Override http request option.
|
|
216
232
|
* @throws {RequiredError}
|
|
217
233
|
* @memberof MailApiInterface
|
|
@@ -221,16 +237,17 @@ export interface MailApiInterface {
|
|
|
221
237
|
* Create and send a new mail
|
|
222
238
|
* Send a new mail
|
|
223
239
|
*/
|
|
224
|
-
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
240
|
+
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
225
241
|
/**
|
|
226
242
|
* Create a mail label
|
|
227
243
|
* @summary Create a mail label
|
|
228
244
|
* @param {number} characterId The ID of the character
|
|
229
|
-
* @param {'
|
|
245
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
230
246
|
* @param {PostCharactersCharacterIdMailLabelsRequest} postCharactersCharacterIdMailLabelsRequest
|
|
231
247
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
232
248
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
233
249
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
250
|
+
* @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.
|
|
234
251
|
* @param {*} [options] Override http request option.
|
|
235
252
|
* @throws {RequiredError}
|
|
236
253
|
* @memberof MailApiInterface
|
|
@@ -240,17 +257,18 @@ export interface MailApiInterface {
|
|
|
240
257
|
* Create a mail label
|
|
241
258
|
* Create a mail label
|
|
242
259
|
*/
|
|
243
|
-
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
260
|
+
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
244
261
|
/**
|
|
245
262
|
* Update metadata about a mail
|
|
246
263
|
* @summary Update metadata about a mail
|
|
247
264
|
* @param {number} characterId The ID of the character
|
|
248
265
|
* @param {number} mailId
|
|
249
|
-
* @param {'
|
|
266
|
+
* @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
|
|
250
267
|
* @param {PutCharactersCharacterIdMailMailIdRequest} putCharactersCharacterIdMailMailIdRequest
|
|
251
268
|
* @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
|
|
252
269
|
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
253
270
|
* @param {string} [xTenant] The tenant ID for the request.
|
|
271
|
+
* @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.
|
|
254
272
|
* @param {*} [options] Override http request option.
|
|
255
273
|
* @throws {RequiredError}
|
|
256
274
|
* @memberof MailApiInterface
|
|
@@ -260,7 +278,7 @@ export interface MailApiInterface {
|
|
|
260
278
|
* Update metadata about a mail
|
|
261
279
|
* Update metadata about a mail
|
|
262
280
|
*/
|
|
263
|
-
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
281
|
+
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
264
282
|
}
|
|
265
283
|
/**
|
|
266
284
|
*
|
|
@@ -275,7 +293,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
275
293
|
* Delete a mail label
|
|
276
294
|
* Delete a mail label
|
|
277
295
|
*/
|
|
278
|
-
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
296
|
+
deleteCharactersCharacterIdMailLabelsLabelId(requestParameters: DeleteCharactersCharacterIdMailLabelsLabelIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
279
297
|
/**
|
|
280
298
|
* Delete a mail
|
|
281
299
|
* Delete a mail
|
|
@@ -285,7 +303,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
285
303
|
* Delete a mail
|
|
286
304
|
* Delete a mail
|
|
287
305
|
*/
|
|
288
|
-
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
306
|
+
deleteCharactersCharacterIdMailMailId(requestParameters: DeleteCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
289
307
|
/**
|
|
290
308
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
291
309
|
* Return mail headers
|
|
@@ -295,7 +313,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
295
313
|
* Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards
|
|
296
314
|
* Return mail headers
|
|
297
315
|
*/
|
|
298
|
-
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
316
|
+
getCharactersCharacterIdMail(requestParameters: GetCharactersCharacterIdMailRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
299
317
|
/**
|
|
300
318
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
301
319
|
* Get mail labels and unread counts
|
|
@@ -305,7 +323,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
305
323
|
* Return a list of the users mail labels, unread counts for each label and a total unread count.
|
|
306
324
|
* Get mail labels and unread counts
|
|
307
325
|
*/
|
|
308
|
-
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
326
|
+
getCharactersCharacterIdMailLabels(requestParameters: GetCharactersCharacterIdMailLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
309
327
|
/**
|
|
310
328
|
* Return all mailing lists that the character is subscribed to
|
|
311
329
|
* Return mailing list subscriptions
|
|
@@ -315,7 +333,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
315
333
|
* Return all mailing lists that the character is subscribed to
|
|
316
334
|
* Return mailing list subscriptions
|
|
317
335
|
*/
|
|
318
|
-
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
336
|
+
getCharactersCharacterIdMailLists(requestParameters: GetCharactersCharacterIdMailListsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
319
337
|
/**
|
|
320
338
|
* Return the contents of an EVE mail
|
|
321
339
|
* Return a mail
|
|
@@ -325,7 +343,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
325
343
|
* Return the contents of an EVE mail
|
|
326
344
|
* Return a mail
|
|
327
345
|
*/
|
|
328
|
-
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
346
|
+
getCharactersCharacterIdMailMailId(requestParameters: GetCharactersCharacterIdMailMailIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
329
347
|
/**
|
|
330
348
|
* Create and send a new mail
|
|
331
349
|
* Send a new mail
|
|
@@ -335,7 +353,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
335
353
|
* Create and send a new mail
|
|
336
354
|
* Send a new mail
|
|
337
355
|
*/
|
|
338
|
-
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
356
|
+
postCharactersCharacterIdMail(requestParameters: PostCharactersCharacterIdMailOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
339
357
|
/**
|
|
340
358
|
* Create a mail label
|
|
341
359
|
* Create a mail label
|
|
@@ -345,7 +363,7 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
345
363
|
* Create a mail label
|
|
346
364
|
* Create a mail label
|
|
347
365
|
*/
|
|
348
|
-
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
366
|
+
postCharactersCharacterIdMailLabels(requestParameters: PostCharactersCharacterIdMailLabelsOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
349
367
|
/**
|
|
350
368
|
* Update metadata about a mail
|
|
351
369
|
* Update metadata about a mail
|
|
@@ -355,14 +373,14 @@ export declare class MailApi extends runtime.BaseAPI implements MailApiInterface
|
|
|
355
373
|
* Update metadata about a mail
|
|
356
374
|
* Update metadata about a mail
|
|
357
375
|
*/
|
|
358
|
-
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
376
|
+
putCharactersCharacterIdMailMailId(requestParameters: PutCharactersCharacterIdMailMailIdOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
|
|
359
377
|
}
|
|
360
378
|
/**
|
|
361
379
|
* @export
|
|
362
380
|
* @enum {string}
|
|
363
381
|
*/
|
|
364
382
|
export declare enum DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum {
|
|
365
|
-
|
|
383
|
+
_20251216 = "2025-12-16"
|
|
366
384
|
}
|
|
367
385
|
/**
|
|
368
386
|
* @export
|
|
@@ -383,7 +401,7 @@ export declare enum DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEn
|
|
|
383
401
|
* @enum {string}
|
|
384
402
|
*/
|
|
385
403
|
export declare enum DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
386
|
-
|
|
404
|
+
_20251216 = "2025-12-16"
|
|
387
405
|
}
|
|
388
406
|
/**
|
|
389
407
|
* @export
|
|
@@ -404,7 +422,7 @@ export declare enum DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
|
404
422
|
* @enum {string}
|
|
405
423
|
*/
|
|
406
424
|
export declare enum GetCharactersCharacterIdMailXCompatibilityDateEnum {
|
|
407
|
-
|
|
425
|
+
_20251216 = "2025-12-16"
|
|
408
426
|
}
|
|
409
427
|
/**
|
|
410
428
|
* @export
|
|
@@ -425,7 +443,7 @@ export declare enum GetCharactersCharacterIdMailAcceptLanguageEnum {
|
|
|
425
443
|
* @enum {string}
|
|
426
444
|
*/
|
|
427
445
|
export declare enum GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum {
|
|
428
|
-
|
|
446
|
+
_20251216 = "2025-12-16"
|
|
429
447
|
}
|
|
430
448
|
/**
|
|
431
449
|
* @export
|
|
@@ -446,7 +464,7 @@ export declare enum GetCharactersCharacterIdMailLabelsAcceptLanguageEnum {
|
|
|
446
464
|
* @enum {string}
|
|
447
465
|
*/
|
|
448
466
|
export declare enum GetCharactersCharacterIdMailListsXCompatibilityDateEnum {
|
|
449
|
-
|
|
467
|
+
_20251216 = "2025-12-16"
|
|
450
468
|
}
|
|
451
469
|
/**
|
|
452
470
|
* @export
|
|
@@ -467,7 +485,7 @@ export declare enum GetCharactersCharacterIdMailListsAcceptLanguageEnum {
|
|
|
467
485
|
* @enum {string}
|
|
468
486
|
*/
|
|
469
487
|
export declare enum GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum {
|
|
470
|
-
|
|
488
|
+
_20251216 = "2025-12-16"
|
|
471
489
|
}
|
|
472
490
|
/**
|
|
473
491
|
* @export
|
|
@@ -488,7 +506,7 @@ export declare enum GetCharactersCharacterIdMailMailIdAcceptLanguageEnum {
|
|
|
488
506
|
* @enum {string}
|
|
489
507
|
*/
|
|
490
508
|
export declare enum PostCharactersCharacterIdMailOperationXCompatibilityDateEnum {
|
|
491
|
-
|
|
509
|
+
_20251216 = "2025-12-16"
|
|
492
510
|
}
|
|
493
511
|
/**
|
|
494
512
|
* @export
|
|
@@ -509,7 +527,7 @@ export declare enum PostCharactersCharacterIdMailOperationAcceptLanguageEnum {
|
|
|
509
527
|
* @enum {string}
|
|
510
528
|
*/
|
|
511
529
|
export declare enum PostCharactersCharacterIdMailLabelsOperationXCompatibilityDateEnum {
|
|
512
|
-
|
|
530
|
+
_20251216 = "2025-12-16"
|
|
513
531
|
}
|
|
514
532
|
/**
|
|
515
533
|
* @export
|
|
@@ -530,7 +548,7 @@ export declare enum PostCharactersCharacterIdMailLabelsOperationAcceptLanguageEn
|
|
|
530
548
|
* @enum {string}
|
|
531
549
|
*/
|
|
532
550
|
export declare enum PutCharactersCharacterIdMailMailIdOperationXCompatibilityDateEnum {
|
|
533
|
-
|
|
551
|
+
_20251216 = "2025-12-16"
|
|
534
552
|
}
|
|
535
553
|
/**
|
|
536
554
|
* @export
|