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/UniverseApi.md
CHANGED
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
const configuration = new Configuration();
|
|
52
52
|
const apiInstance = new UniverseApi(configuration);
|
|
53
53
|
|
|
54
|
-
let xCompatibilityDate: '2026-
|
|
54
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
55
55
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
56
56
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
57
57
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -70,7 +70,7 @@ const { status, data } = await apiInstance.getUniverseAncestries(
|
|
|
70
70
|
|
|
71
71
|
|Name | Type | Description | Notes|
|
|
72
72
|
|------------- | ------------- | ------------- | -------------|
|
|
73
|
-
| **xCompatibilityDate** | [**'2026-
|
|
73
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
74
74
|
| **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'|
|
|
75
75
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
76
76
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -116,7 +116,7 @@ const configuration = new Configuration();
|
|
|
116
116
|
const apiInstance = new UniverseApi(configuration);
|
|
117
117
|
|
|
118
118
|
let asteroidBeltId: number; // (default to undefined)
|
|
119
|
-
let xCompatibilityDate: '2026-
|
|
119
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
120
120
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
121
121
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
122
122
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -137,7 +137,7 @@ const { status, data } = await apiInstance.getUniverseAsteroidBeltsAsteroidBeltI
|
|
|
137
137
|
|Name | Type | Description | Notes|
|
|
138
138
|
|------------- | ------------- | ------------- | -------------|
|
|
139
139
|
| **asteroidBeltId** | [**number**] | | defaults to undefined|
|
|
140
|
-
| **xCompatibilityDate** | [**'2026-
|
|
140
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
141
141
|
| **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'|
|
|
142
142
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
143
143
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -182,7 +182,7 @@ import {
|
|
|
182
182
|
const configuration = new Configuration();
|
|
183
183
|
const apiInstance = new UniverseApi(configuration);
|
|
184
184
|
|
|
185
|
-
let xCompatibilityDate: '2026-
|
|
185
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
186
186
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
187
187
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
188
188
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.getUniverseBloodlines(
|
|
|
201
201
|
|
|
202
202
|
|Name | Type | Description | Notes|
|
|
203
203
|
|------------- | ------------- | ------------- | -------------|
|
|
204
|
-
| **xCompatibilityDate** | [**'2026-
|
|
204
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
205
205
|
| **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'|
|
|
206
206
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
207
207
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -246,7 +246,7 @@ import {
|
|
|
246
246
|
const configuration = new Configuration();
|
|
247
247
|
const apiInstance = new UniverseApi(configuration);
|
|
248
248
|
|
|
249
|
-
let xCompatibilityDate: '2026-
|
|
249
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
250
250
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
251
251
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
252
252
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -265,7 +265,7 @@ const { status, data } = await apiInstance.getUniverseCategories(
|
|
|
265
265
|
|
|
266
266
|
|Name | Type | Description | Notes|
|
|
267
267
|
|------------- | ------------- | ------------- | -------------|
|
|
268
|
-
| **xCompatibilityDate** | [**'2026-
|
|
268
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | 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|
|
|
271
271
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -311,7 +311,7 @@ const configuration = new Configuration();
|
|
|
311
311
|
const apiInstance = new UniverseApi(configuration);
|
|
312
312
|
|
|
313
313
|
let categoryId: 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 acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
316
316
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
317
317
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -332,7 +332,7 @@ const { status, data } = await apiInstance.getUniverseCategoriesCategoryId(
|
|
|
332
332
|
|Name | Type | Description | Notes|
|
|
333
333
|
|------------- | ------------- | ------------- | -------------|
|
|
334
334
|
| **categoryId** | [**number**] | | defaults to undefined|
|
|
335
|
-
| **xCompatibilityDate** | [**'2026-
|
|
335
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
336
336
|
| **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'|
|
|
337
337
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
338
338
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -377,7 +377,7 @@ import {
|
|
|
377
377
|
const configuration = new Configuration();
|
|
378
378
|
const apiInstance = new UniverseApi(configuration);
|
|
379
379
|
|
|
380
|
-
let xCompatibilityDate: '2026-
|
|
380
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
381
381
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
382
382
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
383
383
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -396,7 +396,7 @@ const { status, data } = await apiInstance.getUniverseConstellations(
|
|
|
396
396
|
|
|
397
397
|
|Name | Type | Description | Notes|
|
|
398
398
|
|------------- | ------------- | ------------- | -------------|
|
|
399
|
-
| **xCompatibilityDate** | [**'2026-
|
|
399
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
400
400
|
| **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'|
|
|
401
401
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
402
402
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -442,7 +442,7 @@ const configuration = new Configuration();
|
|
|
442
442
|
const apiInstance = new UniverseApi(configuration);
|
|
443
443
|
|
|
444
444
|
let constellationId: number; // (default to undefined)
|
|
445
|
-
let xCompatibilityDate: '2026-
|
|
445
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
446
446
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
447
447
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
448
448
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -463,7 +463,7 @@ const { status, data } = await apiInstance.getUniverseConstellationsConstellatio
|
|
|
463
463
|
|Name | Type | Description | Notes|
|
|
464
464
|
|------------- | ------------- | ------------- | -------------|
|
|
465
465
|
| **constellationId** | [**number**] | | defaults to undefined|
|
|
466
|
-
| **xCompatibilityDate** | [**'2026-
|
|
466
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
467
467
|
| **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'|
|
|
468
468
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
469
469
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -508,7 +508,7 @@ import {
|
|
|
508
508
|
const configuration = new Configuration();
|
|
509
509
|
const apiInstance = new UniverseApi(configuration);
|
|
510
510
|
|
|
511
|
-
let xCompatibilityDate: '2026-
|
|
511
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
512
512
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
513
513
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
514
514
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -527,7 +527,7 @@ const { status, data } = await apiInstance.getUniverseFactions(
|
|
|
527
527
|
|
|
528
528
|
|Name | Type | Description | Notes|
|
|
529
529
|
|------------- | ------------- | ------------- | -------------|
|
|
530
|
-
| **xCompatibilityDate** | [**'2026-
|
|
530
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
531
531
|
| **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'|
|
|
532
532
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
533
533
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -572,7 +572,7 @@ import {
|
|
|
572
572
|
const configuration = new Configuration();
|
|
573
573
|
const apiInstance = new UniverseApi(configuration);
|
|
574
574
|
|
|
575
|
-
let xCompatibilityDate: '2026-
|
|
575
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
576
576
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
577
577
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
578
578
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -591,7 +591,7 @@ const { status, data } = await apiInstance.getUniverseGraphics(
|
|
|
591
591
|
|
|
592
592
|
|Name | Type | Description | Notes|
|
|
593
593
|
|------------- | ------------- | ------------- | -------------|
|
|
594
|
-
| **xCompatibilityDate** | [**'2026-
|
|
594
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
595
595
|
| **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'|
|
|
596
596
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
597
597
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -637,7 +637,7 @@ const configuration = new Configuration();
|
|
|
637
637
|
const apiInstance = new UniverseApi(configuration);
|
|
638
638
|
|
|
639
639
|
let graphicId: number; // (default to undefined)
|
|
640
|
-
let xCompatibilityDate: '2026-
|
|
640
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
641
641
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
642
642
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
643
643
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -658,7 +658,7 @@ const { status, data } = await apiInstance.getUniverseGraphicsGraphicId(
|
|
|
658
658
|
|Name | Type | Description | Notes|
|
|
659
659
|
|------------- | ------------- | ------------- | -------------|
|
|
660
660
|
| **graphicId** | [**number**] | | defaults to undefined|
|
|
661
|
-
| **xCompatibilityDate** | [**'2026-
|
|
661
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
662
662
|
| **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'|
|
|
663
663
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
664
664
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -703,7 +703,7 @@ import {
|
|
|
703
703
|
const configuration = new Configuration();
|
|
704
704
|
const apiInstance = new UniverseApi(configuration);
|
|
705
705
|
|
|
706
|
-
let xCompatibilityDate: '2026-
|
|
706
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
707
707
|
let page: number; // (optional) (default to undefined)
|
|
708
708
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
709
709
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -724,7 +724,7 @@ const { status, data } = await apiInstance.getUniverseGroups(
|
|
|
724
724
|
|
|
725
725
|
|Name | Type | Description | Notes|
|
|
726
726
|
|------------- | ------------- | ------------- | -------------|
|
|
727
|
-
| **xCompatibilityDate** | [**'2026-
|
|
727
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
728
728
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
729
729
|
| **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'|
|
|
730
730
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -771,7 +771,7 @@ const configuration = new Configuration();
|
|
|
771
771
|
const apiInstance = new UniverseApi(configuration);
|
|
772
772
|
|
|
773
773
|
let groupId: number; // (default to undefined)
|
|
774
|
-
let xCompatibilityDate: '2026-
|
|
774
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
775
775
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
776
776
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
777
777
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -792,7 +792,7 @@ const { status, data } = await apiInstance.getUniverseGroupsGroupId(
|
|
|
792
792
|
|Name | Type | Description | Notes|
|
|
793
793
|
|------------- | ------------- | ------------- | -------------|
|
|
794
794
|
| **groupId** | [**number**] | | defaults to undefined|
|
|
795
|
-
| **xCompatibilityDate** | [**'2026-
|
|
795
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
796
796
|
| **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'|
|
|
797
797
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
798
798
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -838,7 +838,7 @@ const configuration = new Configuration();
|
|
|
838
838
|
const apiInstance = new UniverseApi(configuration);
|
|
839
839
|
|
|
840
840
|
let moonId: number; // (default to undefined)
|
|
841
|
-
let xCompatibilityDate: '2026-
|
|
841
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
842
842
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
843
843
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
844
844
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -859,7 +859,7 @@ const { status, data } = await apiInstance.getUniverseMoonsMoonId(
|
|
|
859
859
|
|Name | Type | Description | Notes|
|
|
860
860
|
|------------- | ------------- | ------------- | -------------|
|
|
861
861
|
| **moonId** | [**number**] | | defaults to undefined|
|
|
862
|
-
| **xCompatibilityDate** | [**'2026-
|
|
862
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
863
863
|
| **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'|
|
|
864
864
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
865
865
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -905,7 +905,7 @@ const configuration = new Configuration();
|
|
|
905
905
|
const apiInstance = new UniverseApi(configuration);
|
|
906
906
|
|
|
907
907
|
let planetId: number; // (default to undefined)
|
|
908
|
-
let xCompatibilityDate: '2026-
|
|
908
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
909
909
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
910
910
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
911
911
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -926,7 +926,7 @@ const { status, data } = await apiInstance.getUniversePlanetsPlanetId(
|
|
|
926
926
|
|Name | Type | Description | Notes|
|
|
927
927
|
|------------- | ------------- | ------------- | -------------|
|
|
928
928
|
| **planetId** | [**number**] | | defaults to undefined|
|
|
929
|
-
| **xCompatibilityDate** | [**'2026-
|
|
929
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
930
930
|
| **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'|
|
|
931
931
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
932
932
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -971,7 +971,7 @@ import {
|
|
|
971
971
|
const configuration = new Configuration();
|
|
972
972
|
const apiInstance = new UniverseApi(configuration);
|
|
973
973
|
|
|
974
|
-
let xCompatibilityDate: '2026-
|
|
974
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
975
975
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
976
976
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
977
977
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -990,7 +990,7 @@ const { status, data } = await apiInstance.getUniverseRaces(
|
|
|
990
990
|
|
|
991
991
|
|Name | Type | Description | Notes|
|
|
992
992
|
|------------- | ------------- | ------------- | -------------|
|
|
993
|
-
| **xCompatibilityDate** | [**'2026-
|
|
993
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
994
994
|
| **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'|
|
|
995
995
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
996
996
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1035,7 +1035,7 @@ import {
|
|
|
1035
1035
|
const configuration = new Configuration();
|
|
1036
1036
|
const apiInstance = new UniverseApi(configuration);
|
|
1037
1037
|
|
|
1038
|
-
let xCompatibilityDate: '2026-
|
|
1038
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1039
1039
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1040
1040
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1041
1041
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1054,7 +1054,7 @@ const { status, data } = await apiInstance.getUniverseRegions(
|
|
|
1054
1054
|
|
|
1055
1055
|
|Name | Type | Description | Notes|
|
|
1056
1056
|
|------------- | ------------- | ------------- | -------------|
|
|
1057
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1057
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1058
1058
|
| **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'|
|
|
1059
1059
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1060
1060
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1100,7 +1100,7 @@ const configuration = new Configuration();
|
|
|
1100
1100
|
const apiInstance = new UniverseApi(configuration);
|
|
1101
1101
|
|
|
1102
1102
|
let regionId: number; // (default to undefined)
|
|
1103
|
-
let xCompatibilityDate: '2026-
|
|
1103
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1104
1104
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1105
1105
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1106
1106
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1121,7 +1121,7 @@ const { status, data } = await apiInstance.getUniverseRegionsRegionId(
|
|
|
1121
1121
|
|Name | Type | Description | Notes|
|
|
1122
1122
|
|------------- | ------------- | ------------- | -------------|
|
|
1123
1123
|
| **regionId** | [**number**] | | defaults to undefined|
|
|
1124
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1124
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1125
1125
|
| **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'|
|
|
1126
1126
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1127
1127
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1167,7 +1167,7 @@ const configuration = new Configuration();
|
|
|
1167
1167
|
const apiInstance = new UniverseApi(configuration);
|
|
1168
1168
|
|
|
1169
1169
|
let stargateId: number; // (default to undefined)
|
|
1170
|
-
let xCompatibilityDate: '2026-
|
|
1170
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1171
1171
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1172
1172
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1173
1173
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1188,7 +1188,7 @@ const { status, data } = await apiInstance.getUniverseStargatesStargateId(
|
|
|
1188
1188
|
|Name | Type | Description | Notes|
|
|
1189
1189
|
|------------- | ------------- | ------------- | -------------|
|
|
1190
1190
|
| **stargateId** | [**number**] | | defaults to undefined|
|
|
1191
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1191
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1192
1192
|
| **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'|
|
|
1193
1193
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1194
1194
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1234,7 +1234,7 @@ const configuration = new Configuration();
|
|
|
1234
1234
|
const apiInstance = new UniverseApi(configuration);
|
|
1235
1235
|
|
|
1236
1236
|
let starId: number; // (default to undefined)
|
|
1237
|
-
let xCompatibilityDate: '2026-
|
|
1237
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1238
1238
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1239
1239
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1240
1240
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1255,7 +1255,7 @@ const { status, data } = await apiInstance.getUniverseStarsStarId(
|
|
|
1255
1255
|
|Name | Type | Description | Notes|
|
|
1256
1256
|
|------------- | ------------- | ------------- | -------------|
|
|
1257
1257
|
| **starId** | [**number**] | | defaults to undefined|
|
|
1258
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1258
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1259
1259
|
| **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'|
|
|
1260
1260
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1261
1261
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1301,7 +1301,7 @@ const configuration = new Configuration();
|
|
|
1301
1301
|
const apiInstance = new UniverseApi(configuration);
|
|
1302
1302
|
|
|
1303
1303
|
let stationId: number; // (default to undefined)
|
|
1304
|
-
let xCompatibilityDate: '2026-
|
|
1304
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1305
1305
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1306
1306
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1307
1307
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1322,7 +1322,7 @@ const { status, data } = await apiInstance.getUniverseStationsStationId(
|
|
|
1322
1322
|
|Name | Type | Description | Notes|
|
|
1323
1323
|
|------------- | ------------- | ------------- | -------------|
|
|
1324
1324
|
| **stationId** | [**number**] | | defaults to undefined|
|
|
1325
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1325
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1326
1326
|
| **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'|
|
|
1327
1327
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1328
1328
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1367,7 +1367,7 @@ import {
|
|
|
1367
1367
|
const configuration = new Configuration();
|
|
1368
1368
|
const apiInstance = new UniverseApi(configuration);
|
|
1369
1369
|
|
|
1370
|
-
let xCompatibilityDate: '2026-
|
|
1370
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1371
1371
|
let filter: 'market' | 'manufacturing_basic'; // (optional) (default to undefined)
|
|
1372
1372
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1373
1373
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -1388,7 +1388,7 @@ const { status, data } = await apiInstance.getUniverseStructures(
|
|
|
1388
1388
|
|
|
1389
1389
|
|Name | Type | Description | Notes|
|
|
1390
1390
|
|------------- | ------------- | ------------- | -------------|
|
|
1391
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1391
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1392
1392
|
| **filter** | [**'market' | 'manufacturing_basic'**]**Array<'market' | 'manufacturing_basic'>** | | (optional) defaults to undefined|
|
|
1393
1393
|
| **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'|
|
|
1394
1394
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -1435,7 +1435,7 @@ const configuration = new Configuration();
|
|
|
1435
1435
|
const apiInstance = new UniverseApi(configuration);
|
|
1436
1436
|
|
|
1437
1437
|
let structureId: number; // (default to undefined)
|
|
1438
|
-
let xCompatibilityDate: '2026-
|
|
1438
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1439
1439
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1440
1440
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1441
1441
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1456,7 +1456,7 @@ const { status, data } = await apiInstance.getUniverseStructuresStructureId(
|
|
|
1456
1456
|
|Name | Type | Description | Notes|
|
|
1457
1457
|
|------------- | ------------- | ------------- | -------------|
|
|
1458
1458
|
| **structureId** | [**number**] | | defaults to undefined|
|
|
1459
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1459
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1460
1460
|
| **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'|
|
|
1461
1461
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1462
1462
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1501,7 +1501,7 @@ import {
|
|
|
1501
1501
|
const configuration = new Configuration();
|
|
1502
1502
|
const apiInstance = new UniverseApi(configuration);
|
|
1503
1503
|
|
|
1504
|
-
let xCompatibilityDate: '2026-
|
|
1504
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1505
1505
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1506
1506
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1507
1507
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1520,7 +1520,7 @@ const { status, data } = await apiInstance.getUniverseSystemJumps(
|
|
|
1520
1520
|
|
|
1521
1521
|
|Name | Type | Description | Notes|
|
|
1522
1522
|
|------------- | ------------- | ------------- | -------------|
|
|
1523
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1523
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1524
1524
|
| **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'|
|
|
1525
1525
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1526
1526
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1565,7 +1565,7 @@ import {
|
|
|
1565
1565
|
const configuration = new Configuration();
|
|
1566
1566
|
const apiInstance = new UniverseApi(configuration);
|
|
1567
1567
|
|
|
1568
|
-
let xCompatibilityDate: '2026-
|
|
1568
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1569
1569
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1570
1570
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1571
1571
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1584,7 +1584,7 @@ const { status, data } = await apiInstance.getUniverseSystemKills(
|
|
|
1584
1584
|
|
|
1585
1585
|
|Name | Type | Description | Notes|
|
|
1586
1586
|
|------------- | ------------- | ------------- | -------------|
|
|
1587
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1587
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1588
1588
|
| **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'|
|
|
1589
1589
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1590
1590
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1629,7 +1629,7 @@ import {
|
|
|
1629
1629
|
const configuration = new Configuration();
|
|
1630
1630
|
const apiInstance = new UniverseApi(configuration);
|
|
1631
1631
|
|
|
1632
|
-
let xCompatibilityDate: '2026-
|
|
1632
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1633
1633
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1634
1634
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1635
1635
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1648,7 +1648,7 @@ const { status, data } = await apiInstance.getUniverseSystems(
|
|
|
1648
1648
|
|
|
1649
1649
|
|Name | Type | Description | Notes|
|
|
1650
1650
|
|------------- | ------------- | ------------- | -------------|
|
|
1651
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1651
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1652
1652
|
| **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'|
|
|
1653
1653
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1654
1654
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1694,7 +1694,7 @@ const configuration = new Configuration();
|
|
|
1694
1694
|
const apiInstance = new UniverseApi(configuration);
|
|
1695
1695
|
|
|
1696
1696
|
let systemId: number; // (default to undefined)
|
|
1697
|
-
let xCompatibilityDate: '2026-
|
|
1697
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1698
1698
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1699
1699
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1700
1700
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1715,7 +1715,7 @@ const { status, data } = await apiInstance.getUniverseSystemsSystemId(
|
|
|
1715
1715
|
|Name | Type | Description | Notes|
|
|
1716
1716
|
|------------- | ------------- | ------------- | -------------|
|
|
1717
1717
|
| **systemId** | [**number**] | | defaults to undefined|
|
|
1718
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1718
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1719
1719
|
| **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'|
|
|
1720
1720
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1721
1721
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1760,7 +1760,7 @@ import {
|
|
|
1760
1760
|
const configuration = new Configuration();
|
|
1761
1761
|
const apiInstance = new UniverseApi(configuration);
|
|
1762
1762
|
|
|
1763
|
-
let xCompatibilityDate: '2026-
|
|
1763
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1764
1764
|
let page: number; // (optional) (default to undefined)
|
|
1765
1765
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1766
1766
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -1781,7 +1781,7 @@ const { status, data } = await apiInstance.getUniverseTypes(
|
|
|
1781
1781
|
|
|
1782
1782
|
|Name | Type | Description | Notes|
|
|
1783
1783
|
|------------- | ------------- | ------------- | -------------|
|
|
1784
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1784
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1785
1785
|
| **page** | [**number**] | | (optional) defaults to undefined|
|
|
1786
1786
|
| **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'|
|
|
1787
1787
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
@@ -1828,7 +1828,7 @@ const configuration = new Configuration();
|
|
|
1828
1828
|
const apiInstance = new UniverseApi(configuration);
|
|
1829
1829
|
|
|
1830
1830
|
let typeId: number; // (default to undefined)
|
|
1831
|
-
let xCompatibilityDate: '2026-
|
|
1831
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1832
1832
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1833
1833
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
1834
1834
|
let xTenant: string; //The tenant ID for the request. (optional) (default to 'tranquility')
|
|
@@ -1849,7 +1849,7 @@ const { status, data } = await apiInstance.getUniverseTypesTypeId(
|
|
|
1849
1849
|
|Name | Type | Description | Notes|
|
|
1850
1850
|
|------------- | ------------- | ------------- | -------------|
|
|
1851
1851
|
| **typeId** | [**number**] | | defaults to undefined|
|
|
1852
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1852
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1853
1853
|
| **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'|
|
|
1854
1854
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1855
1855
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1894,7 +1894,7 @@ import {
|
|
|
1894
1894
|
const configuration = new Configuration();
|
|
1895
1895
|
const apiInstance = new UniverseApi(configuration);
|
|
1896
1896
|
|
|
1897
|
-
let xCompatibilityDate: '2026-
|
|
1897
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1898
1898
|
let requestBody: Set<string>; //
|
|
1899
1899
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1900
1900
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -1916,7 +1916,7 @@ const { status, data } = await apiInstance.postUniverseIds(
|
|
|
1916
1916
|
|Name | Type | Description | Notes|
|
|
1917
1917
|
|------------- | ------------- | ------------- | -------------|
|
|
1918
1918
|
| **requestBody** | **Set<string>**| | |
|
|
1919
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1919
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1920
1920
|
| **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'|
|
|
1921
1921
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1922
1922
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|
|
@@ -1961,7 +1961,7 @@ import {
|
|
|
1961
1961
|
const configuration = new Configuration();
|
|
1962
1962
|
const apiInstance = new UniverseApi(configuration);
|
|
1963
1963
|
|
|
1964
|
-
let xCompatibilityDate: '2026-
|
|
1964
|
+
let xCompatibilityDate: '2026-06-09'; //The compatibility date for the request. (default to undefined)
|
|
1965
1965
|
let requestBody: Set<number>; //
|
|
1966
1966
|
let acceptLanguage: 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'; //The language to use for the response. (optional) (default to 'en')
|
|
1967
1967
|
let ifNoneMatch: string; //The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional) (default to undefined)
|
|
@@ -1983,7 +1983,7 @@ const { status, data } = await apiInstance.postUniverseNames(
|
|
|
1983
1983
|
|Name | Type | Description | Notes|
|
|
1984
1984
|
|------------- | ------------- | ------------- | -------------|
|
|
1985
1985
|
| **requestBody** | **Set<number>**| | |
|
|
1986
|
-
| **xCompatibilityDate** | [**'2026-
|
|
1986
|
+
| **xCompatibilityDate** | [**'2026-06-09'**]**Array<'2026-06-09'>** | The compatibility date for the request. | defaults to undefined|
|
|
1987
1987
|
| **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'|
|
|
1988
1988
|
| **ifNoneMatch** | [**string**] | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | (optional) defaults to undefined|
|
|
1989
1989
|
| **xTenant** | [**string**] | The tenant ID for the request. | (optional) defaults to 'tranquility'|
|