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/docs/MailApi.md
CHANGED
|
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
18
18
|
|
|
19
19
|
## deleteCharactersCharacterIdMailLabelsLabelId
|
|
20
20
|
|
|
21
|
-
> deleteCharactersCharacterIdMailLabelsLabelId(characterId, labelId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
21
|
+
> deleteCharactersCharacterIdMailLabelsLabelId(characterId, labelId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
22
22
|
|
|
23
23
|
Delete a mail label
|
|
24
24
|
|
|
@@ -46,7 +46,7 @@ async function example() {
|
|
|
46
46
|
characterId: 789,
|
|
47
47
|
// number
|
|
48
48
|
labelId: 789,
|
|
49
|
-
// '
|
|
49
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
50
50
|
xCompatibilityDate: 2013-10-20,
|
|
51
51
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
52
52
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -54,6 +54,8 @@ async function example() {
|
|
|
54
54
|
ifNoneMatch: ifNoneMatch_example,
|
|
55
55
|
// string | The tenant ID for the request. (optional)
|
|
56
56
|
xTenant: ,
|
|
57
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
58
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
57
59
|
} satisfies DeleteCharactersCharacterIdMailLabelsLabelIdRequest;
|
|
58
60
|
|
|
59
61
|
try {
|
|
@@ -75,10 +77,11 @@ example().catch(console.error);
|
|
|
75
77
|
|------------- | ------------- | ------------- | -------------|
|
|
76
78
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
77
79
|
| **labelId** | `number` | | [Defaults to `undefined`] |
|
|
78
|
-
| **xCompatibilityDate** | `
|
|
80
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
79
81
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
80
82
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
81
83
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
84
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
82
85
|
|
|
83
86
|
### Return type
|
|
84
87
|
|
|
@@ -105,7 +108,7 @@ example().catch(console.error);
|
|
|
105
108
|
|
|
106
109
|
## deleteCharactersCharacterIdMailMailId
|
|
107
110
|
|
|
108
|
-
> deleteCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
111
|
+
> deleteCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
109
112
|
|
|
110
113
|
Delete a mail
|
|
111
114
|
|
|
@@ -133,7 +136,7 @@ async function example() {
|
|
|
133
136
|
characterId: 789,
|
|
134
137
|
// number
|
|
135
138
|
mailId: 789,
|
|
136
|
-
// '
|
|
139
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
137
140
|
xCompatibilityDate: 2013-10-20,
|
|
138
141
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
139
142
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -141,6 +144,8 @@ async function example() {
|
|
|
141
144
|
ifNoneMatch: ifNoneMatch_example,
|
|
142
145
|
// string | The tenant ID for the request. (optional)
|
|
143
146
|
xTenant: ,
|
|
147
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
148
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
144
149
|
} satisfies DeleteCharactersCharacterIdMailMailIdRequest;
|
|
145
150
|
|
|
146
151
|
try {
|
|
@@ -162,10 +167,11 @@ example().catch(console.error);
|
|
|
162
167
|
|------------- | ------------- | ------------- | -------------|
|
|
163
168
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
164
169
|
| **mailId** | `number` | | [Defaults to `undefined`] |
|
|
165
|
-
| **xCompatibilityDate** | `
|
|
170
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
166
171
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
167
172
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
168
173
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
174
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
169
175
|
|
|
170
176
|
### Return type
|
|
171
177
|
|
|
@@ -192,7 +198,7 @@ example().catch(console.error);
|
|
|
192
198
|
|
|
193
199
|
## getCharactersCharacterIdMail
|
|
194
200
|
|
|
195
|
-
> Array<CharactersCharacterIdMailGetInner> getCharactersCharacterIdMail(characterId, xCompatibilityDate, labels, lastMailId, acceptLanguage, ifNoneMatch, xTenant)
|
|
201
|
+
> Array<CharactersCharacterIdMailGetInner> getCharactersCharacterIdMail(characterId, xCompatibilityDate, labels, lastMailId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
196
202
|
|
|
197
203
|
Return mail headers
|
|
198
204
|
|
|
@@ -218,7 +224,7 @@ async function example() {
|
|
|
218
224
|
const body = {
|
|
219
225
|
// number | The ID of the character
|
|
220
226
|
characterId: 789,
|
|
221
|
-
// '
|
|
227
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
222
228
|
xCompatibilityDate: 2013-10-20,
|
|
223
229
|
// Set<number> (optional)
|
|
224
230
|
labels: ...,
|
|
@@ -230,6 +236,8 @@ async function example() {
|
|
|
230
236
|
ifNoneMatch: ifNoneMatch_example,
|
|
231
237
|
// string | The tenant ID for the request. (optional)
|
|
232
238
|
xTenant: ,
|
|
239
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
240
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
233
241
|
} satisfies GetCharactersCharacterIdMailRequest;
|
|
234
242
|
|
|
235
243
|
try {
|
|
@@ -250,12 +258,13 @@ example().catch(console.error);
|
|
|
250
258
|
| Name | Type | Description | Notes |
|
|
251
259
|
|------------- | ------------- | ------------- | -------------|
|
|
252
260
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
253
|
-
| **xCompatibilityDate** | `
|
|
261
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
254
262
|
| **labels** | `Set<number>` | | [Optional] |
|
|
255
263
|
| **lastMailId** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
256
264
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
257
265
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
258
266
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
267
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
259
268
|
|
|
260
269
|
### Return type
|
|
261
270
|
|
|
@@ -282,7 +291,7 @@ example().catch(console.error);
|
|
|
282
291
|
|
|
283
292
|
## getCharactersCharacterIdMailLabels
|
|
284
293
|
|
|
285
|
-
> CharactersCharacterIdMailLabelsGet getCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
294
|
+
> CharactersCharacterIdMailLabelsGet getCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
286
295
|
|
|
287
296
|
Get mail labels and unread counts
|
|
288
297
|
|
|
@@ -308,7 +317,7 @@ async function example() {
|
|
|
308
317
|
const body = {
|
|
309
318
|
// number | The ID of the character
|
|
310
319
|
characterId: 789,
|
|
311
|
-
// '
|
|
320
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
312
321
|
xCompatibilityDate: 2013-10-20,
|
|
313
322
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
314
323
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -316,6 +325,8 @@ async function example() {
|
|
|
316
325
|
ifNoneMatch: ifNoneMatch_example,
|
|
317
326
|
// string | The tenant ID for the request. (optional)
|
|
318
327
|
xTenant: ,
|
|
328
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
329
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
319
330
|
} satisfies GetCharactersCharacterIdMailLabelsRequest;
|
|
320
331
|
|
|
321
332
|
try {
|
|
@@ -336,10 +347,11 @@ example().catch(console.error);
|
|
|
336
347
|
| Name | Type | Description | Notes |
|
|
337
348
|
|------------- | ------------- | ------------- | -------------|
|
|
338
349
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
339
|
-
| **xCompatibilityDate** | `
|
|
350
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
340
351
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
341
352
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
342
353
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
354
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
343
355
|
|
|
344
356
|
### Return type
|
|
345
357
|
|
|
@@ -366,7 +378,7 @@ example().catch(console.error);
|
|
|
366
378
|
|
|
367
379
|
## getCharactersCharacterIdMailLists
|
|
368
380
|
|
|
369
|
-
> Array<CharactersCharacterIdMailListsGetInner> getCharactersCharacterIdMailLists(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
381
|
+
> Array<CharactersCharacterIdMailListsGetInner> getCharactersCharacterIdMailLists(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
370
382
|
|
|
371
383
|
Return mailing list subscriptions
|
|
372
384
|
|
|
@@ -392,7 +404,7 @@ async function example() {
|
|
|
392
404
|
const body = {
|
|
393
405
|
// number | The ID of the character
|
|
394
406
|
characterId: 789,
|
|
395
|
-
// '
|
|
407
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
396
408
|
xCompatibilityDate: 2013-10-20,
|
|
397
409
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
398
410
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -400,6 +412,8 @@ async function example() {
|
|
|
400
412
|
ifNoneMatch: ifNoneMatch_example,
|
|
401
413
|
// string | The tenant ID for the request. (optional)
|
|
402
414
|
xTenant: ,
|
|
415
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
416
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
403
417
|
} satisfies GetCharactersCharacterIdMailListsRequest;
|
|
404
418
|
|
|
405
419
|
try {
|
|
@@ -420,10 +434,11 @@ example().catch(console.error);
|
|
|
420
434
|
| Name | Type | Description | Notes |
|
|
421
435
|
|------------- | ------------- | ------------- | -------------|
|
|
422
436
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
423
|
-
| **xCompatibilityDate** | `
|
|
437
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
424
438
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
425
439
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
426
440
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
441
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
427
442
|
|
|
428
443
|
### Return type
|
|
429
444
|
|
|
@@ -450,7 +465,7 @@ example().catch(console.error);
|
|
|
450
465
|
|
|
451
466
|
## getCharactersCharacterIdMailMailId
|
|
452
467
|
|
|
453
|
-
> CharactersCharacterIdMailMailIdGet getCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
468
|
+
> CharactersCharacterIdMailMailIdGet getCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
454
469
|
|
|
455
470
|
Return a mail
|
|
456
471
|
|
|
@@ -478,7 +493,7 @@ async function example() {
|
|
|
478
493
|
characterId: 789,
|
|
479
494
|
// number
|
|
480
495
|
mailId: 789,
|
|
481
|
-
// '
|
|
496
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
482
497
|
xCompatibilityDate: 2013-10-20,
|
|
483
498
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
484
499
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -486,6 +501,8 @@ async function example() {
|
|
|
486
501
|
ifNoneMatch: ifNoneMatch_example,
|
|
487
502
|
// string | The tenant ID for the request. (optional)
|
|
488
503
|
xTenant: ,
|
|
504
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
505
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
489
506
|
} satisfies GetCharactersCharacterIdMailMailIdRequest;
|
|
490
507
|
|
|
491
508
|
try {
|
|
@@ -507,10 +524,11 @@ example().catch(console.error);
|
|
|
507
524
|
|------------- | ------------- | ------------- | -------------|
|
|
508
525
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
509
526
|
| **mailId** | `number` | | [Defaults to `undefined`] |
|
|
510
|
-
| **xCompatibilityDate** | `
|
|
527
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
511
528
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
512
529
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
513
530
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
531
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
514
532
|
|
|
515
533
|
### Return type
|
|
516
534
|
|
|
@@ -537,7 +555,7 @@ example().catch(console.error);
|
|
|
537
555
|
|
|
538
556
|
## postCharactersCharacterIdMail
|
|
539
557
|
|
|
540
|
-
> number postCharactersCharacterIdMail(characterId, xCompatibilityDate, postCharactersCharacterIdMailRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
558
|
+
> number postCharactersCharacterIdMail(characterId, xCompatibilityDate, postCharactersCharacterIdMailRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
541
559
|
|
|
542
560
|
Send a new mail
|
|
543
561
|
|
|
@@ -563,7 +581,7 @@ async function example() {
|
|
|
563
581
|
const body = {
|
|
564
582
|
// number | The ID of the character
|
|
565
583
|
characterId: 789,
|
|
566
|
-
// '
|
|
584
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
567
585
|
xCompatibilityDate: 2013-10-20,
|
|
568
586
|
// PostCharactersCharacterIdMailRequest
|
|
569
587
|
postCharactersCharacterIdMailRequest: ...,
|
|
@@ -573,6 +591,8 @@ async function example() {
|
|
|
573
591
|
ifNoneMatch: ifNoneMatch_example,
|
|
574
592
|
// string | The tenant ID for the request. (optional)
|
|
575
593
|
xTenant: ,
|
|
594
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
595
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
576
596
|
} satisfies PostCharactersCharacterIdMailOperationRequest;
|
|
577
597
|
|
|
578
598
|
try {
|
|
@@ -593,11 +613,12 @@ example().catch(console.error);
|
|
|
593
613
|
| Name | Type | Description | Notes |
|
|
594
614
|
|------------- | ------------- | ------------- | -------------|
|
|
595
615
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
596
|
-
| **xCompatibilityDate** | `
|
|
616
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
597
617
|
| **postCharactersCharacterIdMailRequest** | [PostCharactersCharacterIdMailRequest](PostCharactersCharacterIdMailRequest.md) | | |
|
|
598
618
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
599
619
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
600
620
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
621
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
601
622
|
|
|
602
623
|
### Return type
|
|
603
624
|
|
|
@@ -624,7 +645,7 @@ example().catch(console.error);
|
|
|
624
645
|
|
|
625
646
|
## postCharactersCharacterIdMailLabels
|
|
626
647
|
|
|
627
|
-
> number postCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, postCharactersCharacterIdMailLabelsRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
648
|
+
> number postCharactersCharacterIdMailLabels(characterId, xCompatibilityDate, postCharactersCharacterIdMailLabelsRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
628
649
|
|
|
629
650
|
Create a mail label
|
|
630
651
|
|
|
@@ -650,7 +671,7 @@ async function example() {
|
|
|
650
671
|
const body = {
|
|
651
672
|
// number | The ID of the character
|
|
652
673
|
characterId: 789,
|
|
653
|
-
// '
|
|
674
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
654
675
|
xCompatibilityDate: 2013-10-20,
|
|
655
676
|
// PostCharactersCharacterIdMailLabelsRequest
|
|
656
677
|
postCharactersCharacterIdMailLabelsRequest: ...,
|
|
@@ -660,6 +681,8 @@ async function example() {
|
|
|
660
681
|
ifNoneMatch: ifNoneMatch_example,
|
|
661
682
|
// string | The tenant ID for the request. (optional)
|
|
662
683
|
xTenant: ,
|
|
684
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
685
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
663
686
|
} satisfies PostCharactersCharacterIdMailLabelsOperationRequest;
|
|
664
687
|
|
|
665
688
|
try {
|
|
@@ -680,11 +703,12 @@ example().catch(console.error);
|
|
|
680
703
|
| Name | Type | Description | Notes |
|
|
681
704
|
|------------- | ------------- | ------------- | -------------|
|
|
682
705
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
683
|
-
| **xCompatibilityDate** | `
|
|
706
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
684
707
|
| **postCharactersCharacterIdMailLabelsRequest** | [PostCharactersCharacterIdMailLabelsRequest](PostCharactersCharacterIdMailLabelsRequest.md) | | |
|
|
685
708
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
686
709
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
687
710
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
711
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
688
712
|
|
|
689
713
|
### Return type
|
|
690
714
|
|
|
@@ -711,7 +735,7 @@ example().catch(console.error);
|
|
|
711
735
|
|
|
712
736
|
## putCharactersCharacterIdMailMailId
|
|
713
737
|
|
|
714
|
-
> putCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, putCharactersCharacterIdMailMailIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
738
|
+
> putCharactersCharacterIdMailMailId(characterId, mailId, xCompatibilityDate, putCharactersCharacterIdMailMailIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
715
739
|
|
|
716
740
|
Update metadata about a mail
|
|
717
741
|
|
|
@@ -739,7 +763,7 @@ async function example() {
|
|
|
739
763
|
characterId: 789,
|
|
740
764
|
// number
|
|
741
765
|
mailId: 789,
|
|
742
|
-
// '
|
|
766
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
743
767
|
xCompatibilityDate: 2013-10-20,
|
|
744
768
|
// PutCharactersCharacterIdMailMailIdRequest
|
|
745
769
|
putCharactersCharacterIdMailMailIdRequest: ...,
|
|
@@ -749,6 +773,8 @@ async function example() {
|
|
|
749
773
|
ifNoneMatch: ifNoneMatch_example,
|
|
750
774
|
// string | The tenant ID for the request. (optional)
|
|
751
775
|
xTenant: ,
|
|
776
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
777
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
752
778
|
} satisfies PutCharactersCharacterIdMailMailIdOperationRequest;
|
|
753
779
|
|
|
754
780
|
try {
|
|
@@ -770,11 +796,12 @@ example().catch(console.error);
|
|
|
770
796
|
|------------- | ------------- | ------------- | -------------|
|
|
771
797
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
772
798
|
| **mailId** | `number` | | [Defaults to `undefined`] |
|
|
773
|
-
| **xCompatibilityDate** | `
|
|
799
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
774
800
|
| **putCharactersCharacterIdMailMailIdRequest** | [PutCharactersCharacterIdMailMailIdRequest](PutCharactersCharacterIdMailMailIdRequest.md) | | |
|
|
775
801
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
776
802
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
777
803
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
804
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
778
805
|
|
|
779
806
|
### Return type
|
|
780
807
|
|
package/docs/Manual.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Manual
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`manual` | object
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# ManufactureItem
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`manufactureItem` | [CorporationsProjectsDetailConfigurationmanufactureitem](CorporationsProjectsDetailConfigurationmanufactureitem.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|