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/ContractsApi.md
CHANGED
|
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
18
18
|
|
|
19
19
|
## getCharactersCharacterIdContracts
|
|
20
20
|
|
|
21
|
-
> Array<CharactersCharacterIdContractsGetInner> getCharactersCharacterIdContracts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
21
|
+
> Array<CharactersCharacterIdContractsGetInner> getCharactersCharacterIdContracts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
22
22
|
|
|
23
23
|
Get contracts
|
|
24
24
|
|
|
@@ -44,7 +44,7 @@ async function example() {
|
|
|
44
44
|
const body = {
|
|
45
45
|
// number | The ID of the character
|
|
46
46
|
characterId: 789,
|
|
47
|
-
// '
|
|
47
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
48
48
|
xCompatibilityDate: 2013-10-20,
|
|
49
49
|
// number (optional)
|
|
50
50
|
page: 56,
|
|
@@ -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 GetCharactersCharacterIdContractsRequest;
|
|
58
60
|
|
|
59
61
|
try {
|
|
@@ -74,11 +76,12 @@ example().catch(console.error);
|
|
|
74
76
|
| Name | Type | Description | Notes |
|
|
75
77
|
|------------- | ------------- | ------------- | -------------|
|
|
76
78
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
77
|
-
| **xCompatibilityDate** | `
|
|
79
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
78
80
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
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
|
## getCharactersCharacterIdContractsContractIdBids
|
|
107
110
|
|
|
108
|
-
> Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCharactersCharacterIdContractsContractIdBids(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
111
|
+
> Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCharactersCharacterIdContractsContractIdBids(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
109
112
|
|
|
110
113
|
Get contract bids
|
|
111
114
|
|
|
@@ -133,7 +136,7 @@ async function example() {
|
|
|
133
136
|
characterId: 789,
|
|
134
137
|
// number
|
|
135
138
|
contractId: 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 GetCharactersCharacterIdContractsContractIdBidsRequest;
|
|
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
|
| **contractId** | `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
|
## getCharactersCharacterIdContractsContractIdItems
|
|
194
200
|
|
|
195
|
-
> Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCharactersCharacterIdContractsContractIdItems(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
201
|
+
> Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCharactersCharacterIdContractsContractIdItems(characterId, contractId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
196
202
|
|
|
197
203
|
Get contract items
|
|
198
204
|
|
|
@@ -220,7 +226,7 @@ async function example() {
|
|
|
220
226
|
characterId: 789,
|
|
221
227
|
// number
|
|
222
228
|
contractId: 789,
|
|
223
|
-
// '
|
|
229
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
224
230
|
xCompatibilityDate: 2013-10-20,
|
|
225
231
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
226
232
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -228,6 +234,8 @@ async function example() {
|
|
|
228
234
|
ifNoneMatch: ifNoneMatch_example,
|
|
229
235
|
// string | The tenant ID for the request. (optional)
|
|
230
236
|
xTenant: ,
|
|
237
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
238
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
231
239
|
} satisfies GetCharactersCharacterIdContractsContractIdItemsRequest;
|
|
232
240
|
|
|
233
241
|
try {
|
|
@@ -249,10 +257,11 @@ example().catch(console.error);
|
|
|
249
257
|
|------------- | ------------- | ------------- | -------------|
|
|
250
258
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
251
259
|
| **contractId** | `number` | | [Defaults to `undefined`] |
|
|
252
|
-
| **xCompatibilityDate** | `
|
|
260
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
253
261
|
| **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] |
|
|
254
262
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
255
263
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
264
|
+
| **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`] |
|
|
256
265
|
|
|
257
266
|
### Return type
|
|
258
267
|
|
|
@@ -279,7 +288,7 @@ example().catch(console.error);
|
|
|
279
288
|
|
|
280
289
|
## getContractsPublicBidsContractId
|
|
281
290
|
|
|
282
|
-
> Array<ContractsPublicBidsContractIdGetInner> getContractsPublicBidsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
291
|
+
> Array<ContractsPublicBidsContractIdGetInner> getContractsPublicBidsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
283
292
|
|
|
284
293
|
Get public contract bids
|
|
285
294
|
|
|
@@ -301,7 +310,7 @@ async function example() {
|
|
|
301
310
|
const body = {
|
|
302
311
|
// number
|
|
303
312
|
contractId: 789,
|
|
304
|
-
// '
|
|
313
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
305
314
|
xCompatibilityDate: 2013-10-20,
|
|
306
315
|
// number (optional)
|
|
307
316
|
page: 56,
|
|
@@ -311,6 +320,8 @@ async function example() {
|
|
|
311
320
|
ifNoneMatch: ifNoneMatch_example,
|
|
312
321
|
// string | The tenant ID for the request. (optional)
|
|
313
322
|
xTenant: ,
|
|
323
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
324
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
314
325
|
} satisfies GetContractsPublicBidsContractIdRequest;
|
|
315
326
|
|
|
316
327
|
try {
|
|
@@ -331,11 +342,12 @@ example().catch(console.error);
|
|
|
331
342
|
| Name | Type | Description | Notes |
|
|
332
343
|
|------------- | ------------- | ------------- | -------------|
|
|
333
344
|
| **contractId** | `number` | | [Defaults to `undefined`] |
|
|
334
|
-
| **xCompatibilityDate** | `
|
|
345
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
335
346
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
336
347
|
| **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] |
|
|
337
348
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
338
349
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
350
|
+
| **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`] |
|
|
339
351
|
|
|
340
352
|
### Return type
|
|
341
353
|
|
|
@@ -362,7 +374,7 @@ No authorization required
|
|
|
362
374
|
|
|
363
375
|
## getContractsPublicItemsContractId
|
|
364
376
|
|
|
365
|
-
> Array<ContractsPublicItemsContractIdGetInner> getContractsPublicItemsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
377
|
+
> Array<ContractsPublicItemsContractIdGetInner> getContractsPublicItemsContractId(contractId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
366
378
|
|
|
367
379
|
Get public contract items
|
|
368
380
|
|
|
@@ -384,7 +396,7 @@ async function example() {
|
|
|
384
396
|
const body = {
|
|
385
397
|
// number
|
|
386
398
|
contractId: 789,
|
|
387
|
-
// '
|
|
399
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
388
400
|
xCompatibilityDate: 2013-10-20,
|
|
389
401
|
// number (optional)
|
|
390
402
|
page: 56,
|
|
@@ -394,6 +406,8 @@ async function example() {
|
|
|
394
406
|
ifNoneMatch: ifNoneMatch_example,
|
|
395
407
|
// string | The tenant ID for the request. (optional)
|
|
396
408
|
xTenant: ,
|
|
409
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
410
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
397
411
|
} satisfies GetContractsPublicItemsContractIdRequest;
|
|
398
412
|
|
|
399
413
|
try {
|
|
@@ -414,11 +428,12 @@ example().catch(console.error);
|
|
|
414
428
|
| Name | Type | Description | Notes |
|
|
415
429
|
|------------- | ------------- | ------------- | -------------|
|
|
416
430
|
| **contractId** | `number` | | [Defaults to `undefined`] |
|
|
417
|
-
| **xCompatibilityDate** | `
|
|
431
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
418
432
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
419
433
|
| **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] |
|
|
420
434
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
421
435
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
436
|
+
| **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`] |
|
|
422
437
|
|
|
423
438
|
### Return type
|
|
424
439
|
|
|
@@ -445,7 +460,7 @@ No authorization required
|
|
|
445
460
|
|
|
446
461
|
## getContractsPublicRegionId
|
|
447
462
|
|
|
448
|
-
> Array<ContractsPublicRegionIdGetInner> getContractsPublicRegionId(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
463
|
+
> Array<ContractsPublicRegionIdGetInner> getContractsPublicRegionId(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
449
464
|
|
|
450
465
|
Get public contracts
|
|
451
466
|
|
|
@@ -467,7 +482,7 @@ async function example() {
|
|
|
467
482
|
const body = {
|
|
468
483
|
// number
|
|
469
484
|
regionId: 789,
|
|
470
|
-
// '
|
|
485
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
471
486
|
xCompatibilityDate: 2013-10-20,
|
|
472
487
|
// number (optional)
|
|
473
488
|
page: 56,
|
|
@@ -477,6 +492,8 @@ async function example() {
|
|
|
477
492
|
ifNoneMatch: ifNoneMatch_example,
|
|
478
493
|
// string | The tenant ID for the request. (optional)
|
|
479
494
|
xTenant: ,
|
|
495
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
496
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
480
497
|
} satisfies GetContractsPublicRegionIdRequest;
|
|
481
498
|
|
|
482
499
|
try {
|
|
@@ -497,11 +514,12 @@ example().catch(console.error);
|
|
|
497
514
|
| Name | Type | Description | Notes |
|
|
498
515
|
|------------- | ------------- | ------------- | -------------|
|
|
499
516
|
| **regionId** | `number` | | [Defaults to `undefined`] |
|
|
500
|
-
| **xCompatibilityDate** | `
|
|
517
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
501
518
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
502
519
|
| **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] |
|
|
503
520
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
504
521
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
522
|
+
| **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`] |
|
|
505
523
|
|
|
506
524
|
### Return type
|
|
507
525
|
|
|
@@ -528,7 +546,7 @@ No authorization required
|
|
|
528
546
|
|
|
529
547
|
## getCorporationsCorporationIdContracts
|
|
530
548
|
|
|
531
|
-
> Array<CorporationsCorporationIdContractsGetInner> getCorporationsCorporationIdContracts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
549
|
+
> Array<CorporationsCorporationIdContractsGetInner> getCorporationsCorporationIdContracts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
532
550
|
|
|
533
551
|
Get corporation contracts
|
|
534
552
|
|
|
@@ -554,7 +572,7 @@ async function example() {
|
|
|
554
572
|
const body = {
|
|
555
573
|
// number | The ID of the corporation
|
|
556
574
|
corporationId: 789,
|
|
557
|
-
// '
|
|
575
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
558
576
|
xCompatibilityDate: 2013-10-20,
|
|
559
577
|
// number (optional)
|
|
560
578
|
page: 56,
|
|
@@ -564,6 +582,8 @@ async function example() {
|
|
|
564
582
|
ifNoneMatch: ifNoneMatch_example,
|
|
565
583
|
// string | The tenant ID for the request. (optional)
|
|
566
584
|
xTenant: ,
|
|
585
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
586
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
567
587
|
} satisfies GetCorporationsCorporationIdContractsRequest;
|
|
568
588
|
|
|
569
589
|
try {
|
|
@@ -584,11 +604,12 @@ example().catch(console.error);
|
|
|
584
604
|
| Name | Type | Description | Notes |
|
|
585
605
|
|------------- | ------------- | ------------- | -------------|
|
|
586
606
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
587
|
-
| **xCompatibilityDate** | `
|
|
607
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
588
608
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
589
609
|
| **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] |
|
|
590
610
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
591
611
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
612
|
+
| **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`] |
|
|
592
613
|
|
|
593
614
|
### Return type
|
|
594
615
|
|
|
@@ -615,7 +636,7 @@ example().catch(console.error);
|
|
|
615
636
|
|
|
616
637
|
## getCorporationsCorporationIdContractsContractIdBids
|
|
617
638
|
|
|
618
|
-
> Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCorporationsCorporationIdContractsContractIdBids(contractId, corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
639
|
+
> Array<CharactersCharacterIdContractsContractIdBidsGetInner> getCorporationsCorporationIdContractsContractIdBids(contractId, corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
619
640
|
|
|
620
641
|
Get corporation contract bids
|
|
621
642
|
|
|
@@ -643,7 +664,7 @@ async function example() {
|
|
|
643
664
|
contractId: 789,
|
|
644
665
|
// number | The ID of the corporation
|
|
645
666
|
corporationId: 789,
|
|
646
|
-
// '
|
|
667
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
647
668
|
xCompatibilityDate: 2013-10-20,
|
|
648
669
|
// number (optional)
|
|
649
670
|
page: 56,
|
|
@@ -653,6 +674,8 @@ async function example() {
|
|
|
653
674
|
ifNoneMatch: ifNoneMatch_example,
|
|
654
675
|
// string | The tenant ID for the request. (optional)
|
|
655
676
|
xTenant: ,
|
|
677
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
678
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
656
679
|
} satisfies GetCorporationsCorporationIdContractsContractIdBidsRequest;
|
|
657
680
|
|
|
658
681
|
try {
|
|
@@ -674,11 +697,12 @@ example().catch(console.error);
|
|
|
674
697
|
|------------- | ------------- | ------------- | -------------|
|
|
675
698
|
| **contractId** | `number` | | [Defaults to `undefined`] |
|
|
676
699
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
677
|
-
| **xCompatibilityDate** | `
|
|
700
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
678
701
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
679
702
|
| **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] |
|
|
680
703
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
681
704
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
705
|
+
| **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`] |
|
|
682
706
|
|
|
683
707
|
### Return type
|
|
684
708
|
|
|
@@ -705,7 +729,7 @@ example().catch(console.error);
|
|
|
705
729
|
|
|
706
730
|
## getCorporationsCorporationIdContractsContractIdItems
|
|
707
731
|
|
|
708
|
-
> Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCorporationsCorporationIdContractsContractIdItems(contractId, corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
732
|
+
> Array<CharactersCharacterIdContractsContractIdItemsGetInner> getCorporationsCorporationIdContractsContractIdItems(contractId, corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
709
733
|
|
|
710
734
|
Get corporation contract items
|
|
711
735
|
|
|
@@ -733,7 +757,7 @@ async function example() {
|
|
|
733
757
|
contractId: 789,
|
|
734
758
|
// number | The ID of the corporation
|
|
735
759
|
corporationId: 789,
|
|
736
|
-
// '
|
|
760
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
737
761
|
xCompatibilityDate: 2013-10-20,
|
|
738
762
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
739
763
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -741,6 +765,8 @@ async function example() {
|
|
|
741
765
|
ifNoneMatch: ifNoneMatch_example,
|
|
742
766
|
// string | The tenant ID for the request. (optional)
|
|
743
767
|
xTenant: ,
|
|
768
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
769
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
744
770
|
} satisfies GetCorporationsCorporationIdContractsContractIdItemsRequest;
|
|
745
771
|
|
|
746
772
|
try {
|
|
@@ -762,10 +788,11 @@ example().catch(console.error);
|
|
|
762
788
|
|------------- | ------------- | ------------- | -------------|
|
|
763
789
|
| **contractId** | `number` | | [Defaults to `undefined`] |
|
|
764
790
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
765
|
-
| **xCompatibilityDate** | `
|
|
791
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
766
792
|
| **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] |
|
|
767
793
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
768
794
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
795
|
+
| **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`] |
|
|
769
796
|
|
|
770
797
|
### Return type
|
|
771
798
|
|