eve-esi-client-ts 1.1.21 → 1.1.23
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/VERSION +1 -1
- package/README.md +3 -3
- package/api.ts +355 -347
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +300 -292
- package/dist/api.js +338 -338
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +300 -292
- package/dist/esm/api.js +336 -336
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AccessListApi.md +4 -4
- package/docs/ActivitiesApi.md +6 -6
- package/docs/AllianceApi.md +8 -8
- package/docs/AssetsApi.md +12 -12
- package/docs/CalendarApi.md +8 -8
- package/docs/CharacterApi.md +94 -94
- package/docs/CharactersDetail.md +6 -2
- package/docs/ClonesApi.md +4 -4
- package/docs/ContactsApi.md +18 -18
- package/docs/ContractsApi.md +18 -18
- package/docs/CorporationApi.md +44 -44
- package/docs/CorporationProjectsApi.md +8 -8
- package/docs/CorporationsStructuresSkyhooksDetailReagent.md +2 -2
- package/docs/CorporationsStructuresSovereigntyHubsDetailReagent.md +1 -1
- package/docs/DogmaApi.md +10 -10
- package/docs/FactionWarfareApi.md +16 -16
- package/docs/FittingsApi.md +6 -6
- package/docs/FleetsApi.md +28 -28
- package/docs/FreelanceJobsApi.md +12 -12
- package/docs/IncursionsApi.md +2 -2
- package/docs/IndustryApi.md +16 -16
- package/docs/InsuranceApi.md +2 -2
- package/docs/KillmailsApi.md +6 -6
- package/docs/LocationApi.md +6 -6
- package/docs/LoyaltyApi.md +4 -4
- package/docs/MailApi.md +18 -18
- package/docs/MarketApi.md +22 -22
- package/docs/MetaApi.md +6 -6
- package/docs/PlanetaryInteractionApi.md +8 -8
- package/docs/RoutesApi.md +2 -2
- package/docs/SearchApi.md +2 -2
- package/docs/SkillsApi.md +6 -6
- package/docs/SovereigntyApi.md +4 -4
- package/docs/StatusApi.md +2 -2
- package/docs/StructuresApi.md +12 -12
- package/docs/UniverseApi.md +60 -60
- package/docs/UserInterfaceApi.md +10 -10
- package/docs/WalletApi.md +12 -12
- package/docs/WarsApi.md +6 -6
- package/index.ts +1 -1
- package/package.json +1 -1
package/docs/ContactsApi.md
CHANGED
|
@@ -32,7 +32,7 @@ const apiInstance = new ContactsApi(configuration);
|
|
|
32
32
|
|
|
33
33
|
let characterId: number; //The ID of the character (default to undefined)
|
|
34
34
|
let contactIds: Array<number>; // (default to undefined)
|
|
35
|
-
let xCompatibilityDate: '2026-
|
|
35
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
36
36
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
37
37
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
38
38
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -55,7 +55,7 @@ const { status, data } = await apiInstance.deleteCharactersCharacterIdContacts(
|
|
|
55
55
|
|------------- | ------------- | ------------- | -------------|
|
|
56
56
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
57
57
|
| **contactIds** | **Array<number>** | | defaults to undefined|
|
|
58
|
-
| **xCompatibilityDate** | [**'2026-
|
|
58
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
59
59
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
60
60
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
61
61
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -101,7 +101,7 @@ const configuration = new Configuration();
|
|
|
101
101
|
const apiInstance = new ContactsApi(configuration);
|
|
102
102
|
|
|
103
103
|
let allianceId: number; //The ID of the alliance (default to undefined)
|
|
104
|
-
let xCompatibilityDate: '2026-
|
|
104
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
105
105
|
let page: number; // (optional) (default to undefined)
|
|
106
106
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
107
107
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -124,7 +124,7 @@ const { status, data } = await apiInstance.getAlliancesAllianceIdContacts(
|
|
|
124
124
|
|Name | Type | Description | Notes|
|
|
125
125
|
|------------- | ------------- | ------------- | -------------|
|
|
126
126
|
| **allianceId** | [**number**] | The ID of the alliance | defaults to undefined|
|
|
127
|
-
| **xCompatibilityDate** | [**'2026-
|
|
127
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
128
128
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
129
129
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
130
130
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -171,7 +171,7 @@ const configuration = new Configuration();
|
|
|
171
171
|
const apiInstance = new ContactsApi(configuration);
|
|
172
172
|
|
|
173
173
|
let allianceId: number; //The ID of the alliance (default to undefined)
|
|
174
|
-
let xCompatibilityDate: '2026-
|
|
174
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
175
175
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
176
176
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
177
177
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -192,7 +192,7 @@ const { status, data } = await apiInstance.getAlliancesAllianceIdContactsLabels(
|
|
|
192
192
|
|Name | Type | Description | Notes|
|
|
193
193
|
|------------- | ------------- | ------------- | -------------|
|
|
194
194
|
| **allianceId** | [**number**] | The ID of the alliance | defaults to undefined|
|
|
195
|
-
| **xCompatibilityDate** | [**'2026-
|
|
195
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
196
196
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
197
197
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
198
198
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -238,7 +238,7 @@ const configuration = new Configuration();
|
|
|
238
238
|
const apiInstance = new ContactsApi(configuration);
|
|
239
239
|
|
|
240
240
|
let characterId: number; //The ID of the character (default to undefined)
|
|
241
|
-
let xCompatibilityDate: '2026-
|
|
241
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
242
242
|
let page: number; // (optional) (default to undefined)
|
|
243
243
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
244
244
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -261,7 +261,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdContacts(
|
|
|
261
261
|
|Name | Type | Description | Notes|
|
|
262
262
|
|------------- | ------------- | ------------- | -------------|
|
|
263
263
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
264
|
-
| **xCompatibilityDate** | [**'2026-
|
|
264
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
265
265
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
266
266
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
267
267
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -308,7 +308,7 @@ const configuration = new Configuration();
|
|
|
308
308
|
const apiInstance = new ContactsApi(configuration);
|
|
309
309
|
|
|
310
310
|
let characterId: number; //The ID of the character (default to undefined)
|
|
311
|
-
let xCompatibilityDate: '2026-
|
|
311
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
312
312
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
313
313
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
314
314
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -329,7 +329,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdContactsLabel
|
|
|
329
329
|
|Name | Type | Description | Notes|
|
|
330
330
|
|------------- | ------------- | ------------- | -------------|
|
|
331
331
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
332
|
-
| **xCompatibilityDate** | [**'2026-
|
|
332
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
333
333
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
334
334
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
335
335
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -375,7 +375,7 @@ const configuration = new Configuration();
|
|
|
375
375
|
const apiInstance = new ContactsApi(configuration);
|
|
376
376
|
|
|
377
377
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
378
|
-
let xCompatibilityDate: '2026-
|
|
378
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
379
379
|
let page: number; // (optional) (default to undefined)
|
|
380
380
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
381
381
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -398,7 +398,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContacts(
|
|
|
398
398
|
|Name | Type | Description | Notes|
|
|
399
399
|
|------------- | ------------- | ------------- | -------------|
|
|
400
400
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
401
|
-
| **xCompatibilityDate** | [**'2026-
|
|
401
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
402
402
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
403
403
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
404
404
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -445,7 +445,7 @@ const configuration = new Configuration();
|
|
|
445
445
|
const apiInstance = new ContactsApi(configuration);
|
|
446
446
|
|
|
447
447
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
448
|
-
let xCompatibilityDate: '2026-
|
|
448
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
449
449
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
450
450
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
451
451
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -466,7 +466,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContactsL
|
|
|
466
466
|
|Name | Type | Description | Notes|
|
|
467
467
|
|------------- | ------------- | ------------- | -------------|
|
|
468
468
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
469
|
-
| **xCompatibilityDate** | [**'2026-
|
|
469
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
470
470
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
471
471
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
472
472
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -513,7 +513,7 @@ const apiInstance = new ContactsApi(configuration);
|
|
|
513
513
|
|
|
514
514
|
let characterId: number; //The ID of the character (default to undefined)
|
|
515
515
|
let standing: number; // (default to undefined)
|
|
516
|
-
let xCompatibilityDate: '2026-
|
|
516
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
517
517
|
let requestBody: Array<number>; //
|
|
518
518
|
let labelIds: Array<number>; // (optional) (default to undefined)
|
|
519
519
|
let watched: boolean; // (optional) (default to false)
|
|
@@ -543,7 +543,7 @@ const { status, data } = await apiInstance.postCharactersCharacterIdContacts(
|
|
|
543
543
|
| **requestBody** | **Array<number>**| | |
|
|
544
544
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
545
545
|
| **standing** | [**number**] | | defaults to undefined|
|
|
546
|
-
| **xCompatibilityDate** | [**'2026-
|
|
546
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
547
547
|
| **labelIds** | **Array<number>** | | (optional) defaults to undefined|
|
|
548
548
|
| **watched** | [**boolean**] | | (optional) defaults to false|
|
|
549
549
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
@@ -592,7 +592,7 @@ const apiInstance = new ContactsApi(configuration);
|
|
|
592
592
|
|
|
593
593
|
let characterId: number; //The ID of the character (default to undefined)
|
|
594
594
|
let standing: number; // (default to undefined)
|
|
595
|
-
let xCompatibilityDate: '2026-
|
|
595
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
596
596
|
let requestBody: Array<number>; //
|
|
597
597
|
let labelIds: Array<number>; // (optional) (default to undefined)
|
|
598
598
|
let watched: boolean; // (optional) (default to false)
|
|
@@ -622,7 +622,7 @@ const { status, data } = await apiInstance.putCharactersCharacterIdContacts(
|
|
|
622
622
|
| **requestBody** | **Array<number>**| | |
|
|
623
623
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
624
624
|
| **standing** | [**number**] | | defaults to undefined|
|
|
625
|
-
| **xCompatibilityDate** | [**'2026-
|
|
625
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
626
626
|
| **labelIds** | **Array<number>** | | (optional) defaults to undefined|
|
|
627
627
|
| **watched** | [**boolean**] | | (optional) defaults to false|
|
|
628
628
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
package/docs/ContractsApi.md
CHANGED
|
@@ -31,7 +31,7 @@ const configuration = new Configuration();
|
|
|
31
31
|
const apiInstance = new ContractsApi(configuration);
|
|
32
32
|
|
|
33
33
|
let characterId: number; //The ID of the character (default to undefined)
|
|
34
|
-
let xCompatibilityDate: '2026-
|
|
34
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
35
35
|
let page: number; // (optional) (default to undefined)
|
|
36
36
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
37
37
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdContracts(
|
|
|
54
54
|
|Name | Type | Description | Notes|
|
|
55
55
|
|------------- | ------------- | ------------- | -------------|
|
|
56
56
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
57
|
-
| **xCompatibilityDate** | [**'2026-
|
|
57
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
58
58
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
59
59
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
60
60
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -102,7 +102,7 @@ const apiInstance = new ContractsApi(configuration);
|
|
|
102
102
|
|
|
103
103
|
let characterId: number; //The ID of the character (default to undefined)
|
|
104
104
|
let contractId: number; // (default to undefined)
|
|
105
|
-
let xCompatibilityDate: '2026-
|
|
105
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
106
106
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
107
107
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
108
108
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -125,7 +125,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdContractsCont
|
|
|
125
125
|
|------------- | ------------- | ------------- | -------------|
|
|
126
126
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
127
127
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
128
|
-
| **xCompatibilityDate** | [**'2026-
|
|
128
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
129
129
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
130
130
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
131
131
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -172,7 +172,7 @@ const apiInstance = new ContractsApi(configuration);
|
|
|
172
172
|
|
|
173
173
|
let characterId: number; //The ID of the character (default to undefined)
|
|
174
174
|
let contractId: number; // (default to undefined)
|
|
175
|
-
let xCompatibilityDate: '2026-
|
|
175
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
176
176
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
177
177
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
178
178
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -195,7 +195,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdContractsCont
|
|
|
195
195
|
|------------- | ------------- | ------------- | -------------|
|
|
196
196
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
197
197
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
198
|
-
| **xCompatibilityDate** | [**'2026-
|
|
198
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
199
199
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
200
200
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
201
201
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -241,7 +241,7 @@ const configuration = new Configuration();
|
|
|
241
241
|
const apiInstance = new ContractsApi(configuration);
|
|
242
242
|
|
|
243
243
|
let contractId: number; // (default to undefined)
|
|
244
|
-
let xCompatibilityDate: '2026-
|
|
244
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
245
245
|
let page: number; // (optional) (default to undefined)
|
|
246
246
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
247
247
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -264,7 +264,7 @@ const { status, data } = await apiInstance.getContractsPublicBidsContractId(
|
|
|
264
264
|
|Name | Type | Description | Notes|
|
|
265
265
|
|------------- | ------------- | ------------- | -------------|
|
|
266
266
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
267
|
-
| **xCompatibilityDate** | [**'2026-
|
|
267
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
268
268
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
269
269
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
270
270
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -311,7 +311,7 @@ const configuration = new Configuration();
|
|
|
311
311
|
const apiInstance = new ContractsApi(configuration);
|
|
312
312
|
|
|
313
313
|
let contractId: number; // (default to undefined)
|
|
314
|
-
let xCompatibilityDate: '2026-
|
|
314
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
315
315
|
let page: number; // (optional) (default to undefined)
|
|
316
316
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
317
317
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -334,7 +334,7 @@ const { status, data } = await apiInstance.getContractsPublicItemsContractId(
|
|
|
334
334
|
|Name | Type | Description | Notes|
|
|
335
335
|
|------------- | ------------- | ------------- | -------------|
|
|
336
336
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
337
|
-
| **xCompatibilityDate** | [**'2026-
|
|
337
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
338
338
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
339
339
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
340
340
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -381,7 +381,7 @@ const configuration = new Configuration();
|
|
|
381
381
|
const apiInstance = new ContractsApi(configuration);
|
|
382
382
|
|
|
383
383
|
let regionId: number; // (default to undefined)
|
|
384
|
-
let xCompatibilityDate: '2026-
|
|
384
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
385
385
|
let page: number; // (optional) (default to undefined)
|
|
386
386
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
387
387
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -404,7 +404,7 @@ const { status, data } = await apiInstance.getContractsPublicRegionId(
|
|
|
404
404
|
|Name | Type | Description | Notes|
|
|
405
405
|
|------------- | ------------- | ------------- | -------------|
|
|
406
406
|
| **regionId** | [**number**] | | defaults to undefined|
|
|
407
|
-
| **xCompatibilityDate** | [**'2026-
|
|
407
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
408
408
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
409
409
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
410
410
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -451,7 +451,7 @@ const configuration = new Configuration();
|
|
|
451
451
|
const apiInstance = new ContractsApi(configuration);
|
|
452
452
|
|
|
453
453
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
454
|
-
let xCompatibilityDate: '2026-
|
|
454
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
455
455
|
let page: number; // (optional) (default to undefined)
|
|
456
456
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
457
457
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -474,7 +474,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContracts
|
|
|
474
474
|
|Name | Type | Description | Notes|
|
|
475
475
|
|------------- | ------------- | ------------- | -------------|
|
|
476
476
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
477
|
-
| **xCompatibilityDate** | [**'2026-
|
|
477
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
478
478
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
479
479
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
480
480
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -522,7 +522,7 @@ const apiInstance = new ContractsApi(configuration);
|
|
|
522
522
|
|
|
523
523
|
let contractId: number; // (default to undefined)
|
|
524
524
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
525
|
-
let xCompatibilityDate: '2026-
|
|
525
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
526
526
|
let page: number; // (optional) (default to undefined)
|
|
527
527
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
528
528
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -547,7 +547,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContracts
|
|
|
547
547
|
|------------- | ------------- | ------------- | -------------|
|
|
548
548
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
549
549
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
550
|
-
| **xCompatibilityDate** | [**'2026-
|
|
550
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
551
551
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
552
552
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
553
553
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -595,7 +595,7 @@ const apiInstance = new ContractsApi(configuration);
|
|
|
595
595
|
|
|
596
596
|
let contractId: number; // (default to undefined)
|
|
597
597
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
598
|
-
let xCompatibilityDate: '2026-
|
|
598
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
599
599
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
600
600
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
601
601
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -618,7 +618,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdContracts
|
|
|
618
618
|
|------------- | ------------- | ------------- | -------------|
|
|
619
619
|
| **contractId** | [**number**] | | defaults to undefined|
|
|
620
620
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
621
|
-
| **xCompatibilityDate** | [**'2026-
|
|
621
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
622
622
|
| **acceptLanguage** | [**'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'**]**Array<'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'>** | The language to use for the response. | (optional) defaults to 'en'|
|
|
623
623
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
624
624
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|