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/FreelanceJobsApi.md
CHANGED
|
@@ -28,7 +28,7 @@ const configuration = new Configuration();
|
|
|
28
28
|
const apiInstance = new FreelanceJobsApi(configuration);
|
|
29
29
|
|
|
30
30
|
let characterId: number; //The ID of the character (default to undefined)
|
|
31
|
-
let xCompatibilityDate: '2026-
|
|
31
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
32
32
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
33
33
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
34
34
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.getCharactersFreelanceJobsListing(
|
|
|
49
49
|
|Name | Type | Description | Notes|
|
|
50
50
|
|------------- | ------------- | ------------- | -------------|
|
|
51
51
|
| **characterId** | **number** | The ID of the character | defaults to undefined|
|
|
52
|
-
| **xCompatibilityDate** | [**'2026-
|
|
52
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
53
53
|
| **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'|
|
|
54
54
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
55
55
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -96,7 +96,7 @@ const apiInstance = new FreelanceJobsApi(configuration);
|
|
|
96
96
|
|
|
97
97
|
let characterId: number; //The ID of the character (default to undefined)
|
|
98
98
|
let jobId: string; //The ID of the freelance job (default to undefined)
|
|
99
|
-
let xCompatibilityDate: '2026-
|
|
99
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
100
100
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
101
101
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
102
102
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -119,7 +119,7 @@ const { status, data } = await apiInstance.getCharactersFreelanceJobsParticipati
|
|
|
119
119
|
|------------- | ------------- | ------------- | -------------|
|
|
120
120
|
| **characterId** | **number** | The ID of the character | defaults to undefined|
|
|
121
121
|
| **jobId** | **string** | The ID of the freelance job | defaults to undefined|
|
|
122
|
-
| **xCompatibilityDate** | [**'2026-
|
|
122
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
123
123
|
| **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'|
|
|
124
124
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
125
125
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -165,7 +165,7 @@ const configuration = new Configuration();
|
|
|
165
165
|
const apiInstance = new FreelanceJobsApi(configuration);
|
|
166
166
|
|
|
167
167
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
168
|
-
let xCompatibilityDate: '2026-
|
|
168
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
169
169
|
let after: string; //Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional) (default to undefined)
|
|
170
170
|
let before: string; //Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional) (default to undefined)
|
|
171
171
|
let limit: number; //The amount of records to retrieve per request. (optional) (default to 10)
|
|
@@ -192,7 +192,7 @@ const { status, data } = await apiInstance.getCorporationsFreelanceJobsListing(
|
|
|
192
192
|
|Name | Type | Description | Notes|
|
|
193
193
|
|------------- | ------------- | ------------- | -------------|
|
|
194
194
|
| **corporationId** | **number** | The ID of the corporation | 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
|
| **after** | [**string**] | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. | (optional) defaults to undefined|
|
|
197
197
|
| **before** | [**string**] | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. | (optional) defaults to undefined|
|
|
198
198
|
| **limit** | [**number**] | The amount of records to retrieve per request. | (optional) defaults to 10|
|
|
@@ -242,7 +242,7 @@ const apiInstance = new FreelanceJobsApi(configuration);
|
|
|
242
242
|
|
|
243
243
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
244
244
|
let jobId: string; //The ID of the job (default to undefined)
|
|
245
|
-
let xCompatibilityDate: '2026-
|
|
245
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
246
246
|
let after: string; //Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional) (default to undefined)
|
|
247
247
|
let before: string; //Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional) (default to undefined)
|
|
248
248
|
let limit: number; //The amount of records to retrieve per request. (optional) (default to 10)
|
|
@@ -271,7 +271,7 @@ const { status, data } = await apiInstance.getCorporationsFreelanceJobsParticipa
|
|
|
271
271
|
|------------- | ------------- | ------------- | -------------|
|
|
272
272
|
| **corporationId** | **number** | The ID of the corporation | defaults to undefined|
|
|
273
273
|
| **jobId** | **string** | The ID of the job | defaults to undefined|
|
|
274
|
-
| **xCompatibilityDate** | [**'2026-
|
|
274
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
275
275
|
| **after** | [**string**] | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. | (optional) defaults to undefined|
|
|
276
276
|
| **before** | [**string**] | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. | (optional) defaults to undefined|
|
|
277
277
|
| **limit** | [**number**] | The amount of records to retrieve per request. | (optional) defaults to 10|
|
|
@@ -320,7 +320,7 @@ const configuration = new Configuration();
|
|
|
320
320
|
const apiInstance = new FreelanceJobsApi(configuration);
|
|
321
321
|
|
|
322
322
|
let jobId: string; //The ID of the freelance job (default to undefined)
|
|
323
|
-
let xCompatibilityDate: '2026-
|
|
323
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
324
324
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
325
325
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
326
326
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -341,7 +341,7 @@ const { status, data } = await apiInstance.getFreelanceJobsDetail(
|
|
|
341
341
|
|Name | Type | Description | Notes|
|
|
342
342
|
|------------- | ------------- | ------------- | -------------|
|
|
343
343
|
| **jobId** | **string** | The ID of the freelance job | defaults to undefined|
|
|
344
|
-
| **xCompatibilityDate** | [**'2026-
|
|
344
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
345
345
|
| **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'|
|
|
346
346
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
347
347
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -386,7 +386,7 @@ import {
|
|
|
386
386
|
const configuration = new Configuration();
|
|
387
387
|
const apiInstance = new FreelanceJobsApi(configuration);
|
|
388
388
|
|
|
389
|
-
let xCompatibilityDate: '2026-
|
|
389
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
390
390
|
let after: string; //Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional) (default to undefined)
|
|
391
391
|
let before: string; //Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional) (default to undefined)
|
|
392
392
|
let limit: number; //The amount of records to retrieve per request. (optional) (default to 10)
|
|
@@ -413,7 +413,7 @@ const { status, data } = await apiInstance.getFreelanceJobsListing(
|
|
|
413
413
|
|
|
414
414
|
|Name | Type | Description | Notes|
|
|
415
415
|
|------------- | ------------- | ------------- | -------------|
|
|
416
|
-
| **xCompatibilityDate** | [**'2026-
|
|
416
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
417
417
|
| **after** | [**string**] | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. | (optional) defaults to undefined|
|
|
418
418
|
| **before** | [**string**] | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. | (optional) defaults to undefined|
|
|
419
419
|
| **limit** | [**number**] | The amount of records to retrieve per request. | (optional) defaults to 10|
|
package/docs/IncursionsApi.md
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
const configuration = new Configuration();
|
|
23
23
|
const apiInstance = new IncursionsApi(configuration);
|
|
24
24
|
|
|
25
|
-
let xCompatibilityDate: '2026-
|
|
25
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
26
26
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
27
27
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
28
28
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -41,7 +41,7 @@ const { status, data } = await apiInstance.getIncursions(
|
|
|
41
41
|
|
|
42
42
|
|Name | Type | Description | Notes|
|
|
43
43
|
|------------- | ------------- | ------------- | -------------|
|
|
44
|
-
| **xCompatibilityDate** | [**'2026-
|
|
44
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
45
45
|
| **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'|
|
|
46
46
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
47
47
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/IndustryApi.md
CHANGED
|
@@ -30,7 +30,7 @@ const configuration = new Configuration();
|
|
|
30
30
|
const apiInstance = new IndustryApi(configuration);
|
|
31
31
|
|
|
32
32
|
let characterId: number; //The ID of the character (default to undefined)
|
|
33
|
-
let xCompatibilityDate: '2026-
|
|
33
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
34
34
|
let includeCompleted: boolean; // (optional) (default to undefined)
|
|
35
35
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
36
36
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdIndustryJobs(
|
|
|
53
53
|
|Name | Type | Description | Notes|
|
|
54
54
|
|------------- | ------------- | ------------- | -------------|
|
|
55
55
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
56
|
-
| **xCompatibilityDate** | [**'2026-
|
|
56
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
57
57
|
| **includeCompleted** | [**boolean**] | | (optional) defaults to undefined|
|
|
58
58
|
| **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'|
|
|
59
59
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -100,7 +100,7 @@ const configuration = new Configuration();
|
|
|
100
100
|
const apiInstance = new IndustryApi(configuration);
|
|
101
101
|
|
|
102
102
|
let characterId: number; //The ID of the character (default to undefined)
|
|
103
|
-
let xCompatibilityDate: '2026-
|
|
103
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
104
104
|
let page: number; // (optional) (default to undefined)
|
|
105
105
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
106
106
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -123,7 +123,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdMining(
|
|
|
123
123
|
|Name | Type | Description | Notes|
|
|
124
124
|
|------------- | ------------- | ------------- | -------------|
|
|
125
125
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
126
|
-
| **xCompatibilityDate** | [**'2026-
|
|
126
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
127
127
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
128
128
|
| **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'|
|
|
129
129
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -170,7 +170,7 @@ const configuration = new Configuration();
|
|
|
170
170
|
const apiInstance = new IndustryApi(configuration);
|
|
171
171
|
|
|
172
172
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
173
|
-
let xCompatibilityDate: '2026-
|
|
173
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
174
174
|
let page: number; // (optional) (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)
|
|
@@ -193,7 +193,7 @@ const { status, data } = await apiInstance.getCorporationCorporationIdMiningExtr
|
|
|
193
193
|
|Name | Type | Description | Notes|
|
|
194
194
|
|------------- | ------------- | ------------- | -------------|
|
|
195
195
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
196
|
-
| **xCompatibilityDate** | [**'2026-
|
|
196
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
197
197
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
198
198
|
| **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'|
|
|
199
199
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -240,7 +240,7 @@ const configuration = new Configuration();
|
|
|
240
240
|
const apiInstance = new IndustryApi(configuration);
|
|
241
241
|
|
|
242
242
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
243
|
-
let xCompatibilityDate: '2026-
|
|
243
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
244
244
|
let page: number; // (optional) (default to undefined)
|
|
245
245
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
246
246
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -263,7 +263,7 @@ const { status, data } = await apiInstance.getCorporationCorporationIdMiningObse
|
|
|
263
263
|
|Name | Type | Description | Notes|
|
|
264
264
|
|------------- | ------------- | ------------- | -------------|
|
|
265
265
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
266
|
-
| **xCompatibilityDate** | [**'2026-
|
|
266
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
267
267
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
268
268
|
| **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'|
|
|
269
269
|
| **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 apiInstance = new IndustryApi(configuration);
|
|
|
311
311
|
|
|
312
312
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
313
313
|
let observerId: 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)
|
|
@@ -336,7 +336,7 @@ const { status, data } = await apiInstance.getCorporationCorporationIdMiningObse
|
|
|
336
336
|
|------------- | ------------- | ------------- | -------------|
|
|
337
337
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
338
338
|
| **observerId** | [**number**] | | defaults to undefined|
|
|
339
|
-
| **xCompatibilityDate** | [**'2026-
|
|
339
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
340
340
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
341
341
|
| **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'|
|
|
342
342
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -383,7 +383,7 @@ const configuration = new Configuration();
|
|
|
383
383
|
const apiInstance = new IndustryApi(configuration);
|
|
384
384
|
|
|
385
385
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
386
|
-
let xCompatibilityDate: '2026-
|
|
386
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
387
387
|
let includeCompleted: boolean; // (optional) (default to false)
|
|
388
388
|
let page: number; // (optional) (default to undefined)
|
|
389
389
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
@@ -408,7 +408,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdIndustryJ
|
|
|
408
408
|
|Name | Type | Description | Notes|
|
|
409
409
|
|------------- | ------------- | ------------- | -------------|
|
|
410
410
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
411
|
-
| **xCompatibilityDate** | [**'2026-
|
|
411
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
412
412
|
| **includeCompleted** | [**boolean**] | | (optional) defaults to false|
|
|
413
413
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
414
414
|
| **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'|
|
|
@@ -455,7 +455,7 @@ import {
|
|
|
455
455
|
const configuration = new Configuration();
|
|
456
456
|
const apiInstance = new IndustryApi(configuration);
|
|
457
457
|
|
|
458
|
-
let xCompatibilityDate: '2026-
|
|
458
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
459
459
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
460
460
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
461
461
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -474,7 +474,7 @@ const { status, data } = await apiInstance.getIndustryFacilities(
|
|
|
474
474
|
|
|
475
475
|
|Name | Type | Description | Notes|
|
|
476
476
|
|------------- | ------------- | ------------- | -------------|
|
|
477
|
-
| **xCompatibilityDate** | [**'2026-
|
|
477
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
478
478
|
| **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'|
|
|
479
479
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
480
480
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -519,7 +519,7 @@ import {
|
|
|
519
519
|
const configuration = new Configuration();
|
|
520
520
|
const apiInstance = new IndustryApi(configuration);
|
|
521
521
|
|
|
522
|
-
let xCompatibilityDate: '2026-
|
|
522
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
523
523
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
524
524
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
525
525
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -538,7 +538,7 @@ const { status, data } = await apiInstance.getIndustrySystems(
|
|
|
538
538
|
|
|
539
539
|
|Name | Type | Description | Notes|
|
|
540
540
|
|------------- | ------------- | ------------- | -------------|
|
|
541
|
-
| **xCompatibilityDate** | [**'2026-
|
|
541
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
542
542
|
| **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'|
|
|
543
543
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
544
544
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/InsuranceApi.md
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
const configuration = new Configuration();
|
|
23
23
|
const apiInstance = new InsuranceApi(configuration);
|
|
24
24
|
|
|
25
|
-
let xCompatibilityDate: '2026-
|
|
25
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
26
26
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
27
27
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
28
28
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -41,7 +41,7 @@ const { status, data } = await apiInstance.getInsurancePrices(
|
|
|
41
41
|
|
|
42
42
|
|Name | Type | Description | Notes|
|
|
43
43
|
|------------- | ------------- | ------------- | -------------|
|
|
44
|
-
| **xCompatibilityDate** | [**'2026-
|
|
44
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
45
45
|
| **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'|
|
|
46
46
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
47
47
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/KillmailsApi.md
CHANGED
|
@@ -25,7 +25,7 @@ const configuration = new Configuration();
|
|
|
25
25
|
const apiInstance = new KillmailsApi(configuration);
|
|
26
26
|
|
|
27
27
|
let characterId: number; //The ID of the character (default to undefined)
|
|
28
|
-
let xCompatibilityDate: '2026-
|
|
28
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
29
29
|
let page: number; // (optional) (default to undefined)
|
|
30
30
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
31
31
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -48,7 +48,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdKillmailsRece
|
|
|
48
48
|
|Name | Type | Description | Notes|
|
|
49
49
|
|------------- | ------------- | ------------- | -------------|
|
|
50
50
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
51
|
-
| **xCompatibilityDate** | [**'2026-
|
|
51
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
52
52
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
53
53
|
| **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'|
|
|
54
54
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -95,7 +95,7 @@ const configuration = new Configuration();
|
|
|
95
95
|
const apiInstance = new KillmailsApi(configuration);
|
|
96
96
|
|
|
97
97
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
98
|
-
let xCompatibilityDate: '2026-
|
|
98
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
99
99
|
let page: number; // (optional) (default to undefined)
|
|
100
100
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
101
101
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.getCorporationsCorporationIdKillmails
|
|
|
118
118
|
|Name | Type | Description | Notes|
|
|
119
119
|
|------------- | ------------- | ------------- | -------------|
|
|
120
120
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
121
|
-
| **xCompatibilityDate** | [**'2026-
|
|
121
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
122
122
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
123
123
|
| **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'|
|
|
124
124
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -166,7 +166,7 @@ const apiInstance = new KillmailsApi(configuration);
|
|
|
166
166
|
|
|
167
167
|
let killmailHash: string; // (default to undefined)
|
|
168
168
|
let killmailId: number; // (default to undefined)
|
|
169
|
-
let xCompatibilityDate: '2026-
|
|
169
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
170
170
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
171
171
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
172
172
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -189,7 +189,7 @@ const { status, data } = await apiInstance.getKillmailsKillmailIdKillmailHash(
|
|
|
189
189
|
|------------- | ------------- | ------------- | -------------|
|
|
190
190
|
| **killmailHash** | [**string**] | | defaults to undefined|
|
|
191
191
|
| **killmailId** | [**number**] | | defaults to undefined|
|
|
192
|
-
| **xCompatibilityDate** | [**'2026-
|
|
192
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
193
193
|
| **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'|
|
|
194
194
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
195
195
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/LocationApi.md
CHANGED
|
@@ -25,7 +25,7 @@ const configuration = new Configuration();
|
|
|
25
25
|
const apiInstance = new LocationApi(configuration);
|
|
26
26
|
|
|
27
27
|
let characterId: number; //The ID of the character (default to undefined)
|
|
28
|
-
let xCompatibilityDate: '2026-
|
|
28
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
29
29
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
30
30
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
31
31
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdLocation(
|
|
|
46
46
|
|Name | Type | Description | Notes|
|
|
47
47
|
|------------- | ------------- | ------------- | -------------|
|
|
48
48
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
49
|
-
| **xCompatibilityDate** | [**'2026-
|
|
49
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
50
50
|
| **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'|
|
|
51
51
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
52
52
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -92,7 +92,7 @@ const configuration = new Configuration();
|
|
|
92
92
|
const apiInstance = new LocationApi(configuration);
|
|
93
93
|
|
|
94
94
|
let characterId: number; //The ID of the character (default to undefined)
|
|
95
|
-
let xCompatibilityDate: '2026-
|
|
95
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
96
96
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
97
97
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
98
98
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -113,7 +113,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdOnline(
|
|
|
113
113
|
|Name | Type | Description | Notes|
|
|
114
114
|
|------------- | ------------- | ------------- | -------------|
|
|
115
115
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
116
|
-
| **xCompatibilityDate** | [**'2026-
|
|
116
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
117
117
|
| **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'|
|
|
118
118
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
119
119
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -159,7 +159,7 @@ const configuration = new Configuration();
|
|
|
159
159
|
const apiInstance = new LocationApi(configuration);
|
|
160
160
|
|
|
161
161
|
let characterId: number; //The ID of the character (default to undefined)
|
|
162
|
-
let xCompatibilityDate: '2026-
|
|
162
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
163
163
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
164
164
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
165
165
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -180,7 +180,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdShip(
|
|
|
180
180
|
|Name | Type | Description | Notes|
|
|
181
181
|
|------------- | ------------- | ------------- | -------------|
|
|
182
182
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
183
|
-
| **xCompatibilityDate** | [**'2026-
|
|
183
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
184
184
|
| **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'|
|
|
185
185
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
186
186
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
package/docs/LoyaltyApi.md
CHANGED
|
@@ -24,7 +24,7 @@ const configuration = new Configuration();
|
|
|
24
24
|
const apiInstance = new LoyaltyApi(configuration);
|
|
25
25
|
|
|
26
26
|
let characterId: number; //The ID of the character (default to undefined)
|
|
27
|
-
let xCompatibilityDate: '2026-
|
|
27
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
28
28
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
29
29
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
30
30
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.getCharactersCharacterIdLoyaltyPoints
|
|
|
45
45
|
|Name | Type | Description | Notes|
|
|
46
46
|
|------------- | ------------- | ------------- | -------------|
|
|
47
47
|
| **characterId** | [**number**] | The ID of the character | defaults to undefined|
|
|
48
|
-
| **xCompatibilityDate** | [**'2026-
|
|
48
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
49
49
|
| **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'|
|
|
50
50
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
51
51
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -91,7 +91,7 @@ const configuration = new Configuration();
|
|
|
91
91
|
const apiInstance = new LoyaltyApi(configuration);
|
|
92
92
|
|
|
93
93
|
let corporationId: number; //The ID of the corporation (default to undefined)
|
|
94
|
-
let xCompatibilityDate: '2026-
|
|
94
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
95
95
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
96
96
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
97
97
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -112,7 +112,7 @@ const { status, data } = await apiInstance.getLoyaltyStoresCorporationIdOffers(
|
|
|
112
112
|
|Name | Type | Description | Notes|
|
|
113
113
|
|------------- | ------------- | ------------- | -------------|
|
|
114
114
|
| **corporationId** | [**number**] | The ID of the corporation | defaults to undefined|
|
|
115
|
-
| **xCompatibilityDate** | [**'2026-
|
|
115
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
116
116
|
| **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'|
|
|
117
117
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
118
118
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|