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/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* EVE Spring Inebriation (ESI) - tranquility
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2026-
|
|
7
|
+
* The version of the OpenAPI document: 2026-06-09
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2292,6 +2292,10 @@ export interface CharactersCharacterIdWalletTransactionsGetInner {
|
|
|
2292
2292
|
'unit_price': number;
|
|
2293
2293
|
}
|
|
2294
2294
|
export interface CharactersDetail {
|
|
2295
|
+
/**
|
|
2296
|
+
* Character\'s achievement score
|
|
2297
|
+
*/
|
|
2298
|
+
'achievement_score': number;
|
|
2295
2299
|
/**
|
|
2296
2300
|
* Character\'s alliance ID
|
|
2297
2301
|
*/
|
|
@@ -2304,10 +2308,18 @@ export interface CharactersDetail {
|
|
|
2304
2308
|
* Character\'s bloodline ID
|
|
2305
2309
|
*/
|
|
2306
2310
|
'bloodline_id': number;
|
|
2311
|
+
/**
|
|
2312
|
+
* Character\'s equipped cosmetic title ID
|
|
2313
|
+
*/
|
|
2314
|
+
'character_title_id'?: string;
|
|
2307
2315
|
/**
|
|
2308
2316
|
* Character\'s corporation ID
|
|
2309
2317
|
*/
|
|
2310
2318
|
'corporation_id': number;
|
|
2319
|
+
/**
|
|
2320
|
+
* Character\'s corporation title
|
|
2321
|
+
*/
|
|
2322
|
+
'corporation_title'?: string;
|
|
2311
2323
|
/**
|
|
2312
2324
|
* Character\'s description (biography)
|
|
2313
2325
|
*/
|
|
@@ -2332,10 +2344,6 @@ export interface CharactersDetail {
|
|
|
2332
2344
|
* Character\'s security status
|
|
2333
2345
|
*/
|
|
2334
2346
|
'security_status'?: number;
|
|
2335
|
-
/**
|
|
2336
|
-
* Character\'s corporation title
|
|
2337
|
-
*/
|
|
2338
|
-
'title'?: string;
|
|
2339
2347
|
}
|
|
2340
2348
|
|
|
2341
2349
|
export const CharactersDetailGenderEnum = {
|
|
@@ -5937,7 +5945,7 @@ export interface CorporationsStructuresSkyhooksDetailReagent {
|
|
|
5937
5945
|
*/
|
|
5938
5946
|
'last_cycle': string;
|
|
5939
5947
|
/**
|
|
5940
|
-
* Secured stock of the reagent
|
|
5948
|
+
* Secured stock of the reagent at the time of \'last_cycle\'
|
|
5941
5949
|
*/
|
|
5942
5950
|
'secured_stock': number;
|
|
5943
5951
|
/**
|
|
@@ -5945,7 +5953,7 @@ export interface CorporationsStructuresSkyhooksDetailReagent {
|
|
|
5945
5953
|
*/
|
|
5946
5954
|
'type_id': number;
|
|
5947
5955
|
/**
|
|
5948
|
-
* Unsecured stock of the reagent
|
|
5956
|
+
* Unsecured stock of the reagent at the time of \'last_cycle\'
|
|
5949
5957
|
*/
|
|
5950
5958
|
'unsecured_stock': number;
|
|
5951
5959
|
}
|
|
@@ -6017,7 +6025,7 @@ export interface CorporationsStructuresSovereigntyHubsDetail {
|
|
|
6017
6025
|
}
|
|
6018
6026
|
export interface CorporationsStructuresSovereigntyHubsDetailReagent {
|
|
6019
6027
|
/**
|
|
6020
|
-
* Amount of reagent in the bay
|
|
6028
|
+
* Amount of reagent in the bay at the time of \'last_updated\'
|
|
6021
6029
|
*/
|
|
6022
6030
|
'amount': number;
|
|
6023
6031
|
/**
|
|
@@ -8737,7 +8745,7 @@ export class AccessListApi extends BaseAPI {
|
|
|
8737
8745
|
}
|
|
8738
8746
|
|
|
8739
8747
|
export const GetCharactersAccessListsDetailXCompatibilityDateEnum = {
|
|
8740
|
-
|
|
8748
|
+
_20260609: '2026-06-09',
|
|
8741
8749
|
} as const;
|
|
8742
8750
|
export type GetCharactersAccessListsDetailXCompatibilityDateEnum = typeof GetCharactersAccessListsDetailXCompatibilityDateEnum[keyof typeof GetCharactersAccessListsDetailXCompatibilityDateEnum];
|
|
8743
8751
|
export const GetCharactersAccessListsDetailAcceptLanguageEnum = {
|
|
@@ -8752,7 +8760,7 @@ export const GetCharactersAccessListsDetailAcceptLanguageEnum = {
|
|
|
8752
8760
|
} as const;
|
|
8753
8761
|
export type GetCharactersAccessListsDetailAcceptLanguageEnum = typeof GetCharactersAccessListsDetailAcceptLanguageEnum[keyof typeof GetCharactersAccessListsDetailAcceptLanguageEnum];
|
|
8754
8762
|
export const GetCharactersAccessListsListingXCompatibilityDateEnum = {
|
|
8755
|
-
|
|
8763
|
+
_20260609: '2026-06-09',
|
|
8756
8764
|
} as const;
|
|
8757
8765
|
export type GetCharactersAccessListsListingXCompatibilityDateEnum = typeof GetCharactersAccessListsListingXCompatibilityDateEnum[keyof typeof GetCharactersAccessListsListingXCompatibilityDateEnum];
|
|
8758
8766
|
export const GetCharactersAccessListsListingAcceptLanguageEnum = {
|
|
@@ -9129,7 +9137,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
|
9129
9137
|
}
|
|
9130
9138
|
|
|
9131
9139
|
export const GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum = {
|
|
9132
|
-
|
|
9140
|
+
_20260609: '2026-06-09',
|
|
9133
9141
|
} as const;
|
|
9134
9142
|
export type GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum = typeof GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum[keyof typeof GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum];
|
|
9135
9143
|
export const GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum = {
|
|
@@ -9144,7 +9152,7 @@ export const GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum =
|
|
|
9144
9152
|
} as const;
|
|
9145
9153
|
export type GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum = typeof GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum[keyof typeof GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum];
|
|
9146
9154
|
export const GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum = {
|
|
9147
|
-
|
|
9155
|
+
_20260609: '2026-06-09',
|
|
9148
9156
|
} as const;
|
|
9149
9157
|
export type GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum = typeof GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum[keyof typeof GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum];
|
|
9150
9158
|
export const GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum = {
|
|
@@ -9159,7 +9167,7 @@ export const GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum =
|
|
|
9159
9167
|
} as const;
|
|
9160
9168
|
export type GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum = typeof GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum[keyof typeof GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum];
|
|
9161
9169
|
export const GetSkyhooksRaidableXCompatibilityDateEnum = {
|
|
9162
|
-
|
|
9170
|
+
_20260609: '2026-06-09',
|
|
9163
9171
|
} as const;
|
|
9164
9172
|
export type GetSkyhooksRaidableXCompatibilityDateEnum = typeof GetSkyhooksRaidableXCompatibilityDateEnum[keyof typeof GetSkyhooksRaidableXCompatibilityDateEnum];
|
|
9165
9173
|
export const GetSkyhooksRaidableAcceptLanguageEnum = {
|
|
@@ -9628,7 +9636,7 @@ export class AllianceApi extends BaseAPI {
|
|
|
9628
9636
|
}
|
|
9629
9637
|
|
|
9630
9638
|
export const GetAlliancesXCompatibilityDateEnum = {
|
|
9631
|
-
|
|
9639
|
+
_20260609: '2026-06-09',
|
|
9632
9640
|
} as const;
|
|
9633
9641
|
export type GetAlliancesXCompatibilityDateEnum = typeof GetAlliancesXCompatibilityDateEnum[keyof typeof GetAlliancesXCompatibilityDateEnum];
|
|
9634
9642
|
export const GetAlliancesAcceptLanguageEnum = {
|
|
@@ -9643,7 +9651,7 @@ export const GetAlliancesAcceptLanguageEnum = {
|
|
|
9643
9651
|
} as const;
|
|
9644
9652
|
export type GetAlliancesAcceptLanguageEnum = typeof GetAlliancesAcceptLanguageEnum[keyof typeof GetAlliancesAcceptLanguageEnum];
|
|
9645
9653
|
export const GetAlliancesAllianceIdXCompatibilityDateEnum = {
|
|
9646
|
-
|
|
9654
|
+
_20260609: '2026-06-09',
|
|
9647
9655
|
} as const;
|
|
9648
9656
|
export type GetAlliancesAllianceIdXCompatibilityDateEnum = typeof GetAlliancesAllianceIdXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdXCompatibilityDateEnum];
|
|
9649
9657
|
export const GetAlliancesAllianceIdAcceptLanguageEnum = {
|
|
@@ -9658,7 +9666,7 @@ export const GetAlliancesAllianceIdAcceptLanguageEnum = {
|
|
|
9658
9666
|
} as const;
|
|
9659
9667
|
export type GetAlliancesAllianceIdAcceptLanguageEnum = typeof GetAlliancesAllianceIdAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdAcceptLanguageEnum];
|
|
9660
9668
|
export const GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum = {
|
|
9661
|
-
|
|
9669
|
+
_20260609: '2026-06-09',
|
|
9662
9670
|
} as const;
|
|
9663
9671
|
export type GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum];
|
|
9664
9672
|
export const GetAlliancesAllianceIdCorporationsAcceptLanguageEnum = {
|
|
@@ -9673,7 +9681,7 @@ export const GetAlliancesAllianceIdCorporationsAcceptLanguageEnum = {
|
|
|
9673
9681
|
} as const;
|
|
9674
9682
|
export type GetAlliancesAllianceIdCorporationsAcceptLanguageEnum = typeof GetAlliancesAllianceIdCorporationsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdCorporationsAcceptLanguageEnum];
|
|
9675
9683
|
export const GetAlliancesAllianceIdIconsXCompatibilityDateEnum = {
|
|
9676
|
-
|
|
9684
|
+
_20260609: '2026-06-09',
|
|
9677
9685
|
} as const;
|
|
9678
9686
|
export type GetAlliancesAllianceIdIconsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdIconsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdIconsXCompatibilityDateEnum];
|
|
9679
9687
|
export const GetAlliancesAllianceIdIconsAcceptLanguageEnum = {
|
|
@@ -10435,7 +10443,7 @@ export class AssetsApi extends BaseAPI {
|
|
|
10435
10443
|
}
|
|
10436
10444
|
|
|
10437
10445
|
export const GetCharactersCharacterIdAssetsXCompatibilityDateEnum = {
|
|
10438
|
-
|
|
10446
|
+
_20260609: '2026-06-09',
|
|
10439
10447
|
} as const;
|
|
10440
10448
|
export type GetCharactersCharacterIdAssetsXCompatibilityDateEnum = typeof GetCharactersCharacterIdAssetsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAssetsXCompatibilityDateEnum];
|
|
10441
10449
|
export const GetCharactersCharacterIdAssetsAcceptLanguageEnum = {
|
|
@@ -10450,7 +10458,7 @@ export const GetCharactersCharacterIdAssetsAcceptLanguageEnum = {
|
|
|
10450
10458
|
} as const;
|
|
10451
10459
|
export type GetCharactersCharacterIdAssetsAcceptLanguageEnum = typeof GetCharactersCharacterIdAssetsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAssetsAcceptLanguageEnum];
|
|
10452
10460
|
export const GetCorporationsCorporationIdAssetsXCompatibilityDateEnum = {
|
|
10453
|
-
|
|
10461
|
+
_20260609: '2026-06-09',
|
|
10454
10462
|
} as const;
|
|
10455
10463
|
export type GetCorporationsCorporationIdAssetsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdAssetsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdAssetsXCompatibilityDateEnum];
|
|
10456
10464
|
export const GetCorporationsCorporationIdAssetsAcceptLanguageEnum = {
|
|
@@ -10465,7 +10473,7 @@ export const GetCorporationsCorporationIdAssetsAcceptLanguageEnum = {
|
|
|
10465
10473
|
} as const;
|
|
10466
10474
|
export type GetCorporationsCorporationIdAssetsAcceptLanguageEnum = typeof GetCorporationsCorporationIdAssetsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAssetsAcceptLanguageEnum];
|
|
10467
10475
|
export const PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum = {
|
|
10468
|
-
|
|
10476
|
+
_20260609: '2026-06-09',
|
|
10469
10477
|
} as const;
|
|
10470
10478
|
export type PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum = typeof PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum];
|
|
10471
10479
|
export const PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum = {
|
|
@@ -10480,7 +10488,7 @@ export const PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum = {
|
|
|
10480
10488
|
} as const;
|
|
10481
10489
|
export type PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum = typeof PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum];
|
|
10482
10490
|
export const PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum = {
|
|
10483
|
-
|
|
10491
|
+
_20260609: '2026-06-09',
|
|
10484
10492
|
} as const;
|
|
10485
10493
|
export type PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum = typeof PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum];
|
|
10486
10494
|
export const PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum = {
|
|
@@ -10495,7 +10503,7 @@ export const PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum = {
|
|
|
10495
10503
|
} as const;
|
|
10496
10504
|
export type PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum = typeof PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum];
|
|
10497
10505
|
export const PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum = {
|
|
10498
|
-
|
|
10506
|
+
_20260609: '2026-06-09',
|
|
10499
10507
|
} as const;
|
|
10500
10508
|
export type PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum = typeof PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum[keyof typeof PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum];
|
|
10501
10509
|
export const PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum = {
|
|
@@ -10510,7 +10518,7 @@ export const PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum = {
|
|
|
10510
10518
|
} as const;
|
|
10511
10519
|
export type PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum = typeof PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum[keyof typeof PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum];
|
|
10512
10520
|
export const PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum = {
|
|
10513
|
-
|
|
10521
|
+
_20260609: '2026-06-09',
|
|
10514
10522
|
} as const;
|
|
10515
10523
|
export type PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum = typeof PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum[keyof typeof PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum];
|
|
10516
10524
|
export const PostCorporationsCorporationIdAssetsNamesAcceptLanguageEnum = {
|
|
@@ -11039,7 +11047,7 @@ export class CalendarApi extends BaseAPI {
|
|
|
11039
11047
|
}
|
|
11040
11048
|
|
|
11041
11049
|
export const GetCharactersCharacterIdCalendarXCompatibilityDateEnum = {
|
|
11042
|
-
|
|
11050
|
+
_20260609: '2026-06-09',
|
|
11043
11051
|
} as const;
|
|
11044
11052
|
export type GetCharactersCharacterIdCalendarXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarXCompatibilityDateEnum];
|
|
11045
11053
|
export const GetCharactersCharacterIdCalendarAcceptLanguageEnum = {
|
|
@@ -11054,7 +11062,7 @@ export const GetCharactersCharacterIdCalendarAcceptLanguageEnum = {
|
|
|
11054
11062
|
} as const;
|
|
11055
11063
|
export type GetCharactersCharacterIdCalendarAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarAcceptLanguageEnum];
|
|
11056
11064
|
export const GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = {
|
|
11057
|
-
|
|
11065
|
+
_20260609: '2026-06-09',
|
|
11058
11066
|
} as const;
|
|
11059
11067
|
export type GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum];
|
|
11060
11068
|
export const GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = {
|
|
@@ -11069,7 +11077,7 @@ export const GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = {
|
|
|
11069
11077
|
} as const;
|
|
11070
11078
|
export type GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum];
|
|
11071
11079
|
export const GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = {
|
|
11072
|
-
|
|
11080
|
+
_20260609: '2026-06-09',
|
|
11073
11081
|
} as const;
|
|
11074
11082
|
export type GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum];
|
|
11075
11083
|
export const GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum = {
|
|
@@ -11084,7 +11092,7 @@ export const GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum
|
|
|
11084
11092
|
} as const;
|
|
11085
11093
|
export type GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum];
|
|
11086
11094
|
export const PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = {
|
|
11087
|
-
|
|
11095
|
+
_20260609: '2026-06-09',
|
|
11088
11096
|
} as const;
|
|
11089
11097
|
export type PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = typeof PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum];
|
|
11090
11098
|
export const PutCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = {
|
|
@@ -11105,64 +11113,6 @@ export type PutCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = typeof P
|
|
|
11105
11113
|
*/
|
|
11106
11114
|
export const CharacterApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
11107
11115
|
return {
|
|
11108
|
-
/**
|
|
11109
|
-
* Public information about a character
|
|
11110
|
-
* @summary Get character\'s public information
|
|
11111
|
-
* @param {number} characterId The ID of the character
|
|
11112
|
-
* @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
11113
|
-
* @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
11114
|
-
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
11115
|
-
* @param {string} [xTenant] The tenant ID for the request.
|
|
11116
|
-
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
11117
|
-
* @param {*} [options] Override http request option.
|
|
11118
|
-
* @throws {RequiredError}
|
|
11119
|
-
*/
|
|
11120
|
-
getCharactersCharacterId: async (characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11121
|
-
// verify required parameter 'characterId' is not null or undefined
|
|
11122
|
-
assertParamExists('getCharactersCharacterId', 'characterId', characterId)
|
|
11123
|
-
// verify required parameter 'xCompatibilityDate' is not null or undefined
|
|
11124
|
-
assertParamExists('getCharactersCharacterId', 'xCompatibilityDate', xCompatibilityDate)
|
|
11125
|
-
const localVarPath = `/characters/{character_id}`
|
|
11126
|
-
.replace('{character_id}', encodeURIComponent(String(characterId)));
|
|
11127
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
11128
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
11129
|
-
let baseOptions;
|
|
11130
|
-
if (configuration) {
|
|
11131
|
-
baseOptions = configuration.baseOptions;
|
|
11132
|
-
}
|
|
11133
|
-
|
|
11134
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
11135
|
-
const localVarHeaderParameter = {} as any;
|
|
11136
|
-
const localVarQueryParameter = {} as any;
|
|
11137
|
-
|
|
11138
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
11139
|
-
|
|
11140
|
-
if (acceptLanguage != null) {
|
|
11141
|
-
localVarHeaderParameter['Accept-Language'] = String(acceptLanguage);
|
|
11142
|
-
}
|
|
11143
|
-
if (ifNoneMatch != null) {
|
|
11144
|
-
localVarHeaderParameter['If-None-Match'] = String(ifNoneMatch);
|
|
11145
|
-
}
|
|
11146
|
-
if (xCompatibilityDate != null) {
|
|
11147
|
-
localVarHeaderParameter['X-Compatibility-Date'] = typeof xCompatibilityDate === 'string'
|
|
11148
|
-
? xCompatibilityDate
|
|
11149
|
-
: JSON.stringify(xCompatibilityDate, replaceWithSerializableTypeIfNeeded);
|
|
11150
|
-
}
|
|
11151
|
-
if (xTenant != null) {
|
|
11152
|
-
localVarHeaderParameter['X-Tenant'] = String(xTenant);
|
|
11153
|
-
}
|
|
11154
|
-
if (ifModifiedSince != null) {
|
|
11155
|
-
localVarHeaderParameter['If-Modified-Since'] = String(ifModifiedSince);
|
|
11156
|
-
}
|
|
11157
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
11158
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
11159
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
11160
|
-
|
|
11161
|
-
return {
|
|
11162
|
-
url: toPathString(localVarUrlObj),
|
|
11163
|
-
options: localVarRequestOptions,
|
|
11164
|
-
};
|
|
11165
|
-
},
|
|
11166
11116
|
/**
|
|
11167
11117
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
11168
11118
|
* @summary Get agents research
|
|
@@ -11842,6 +11792,64 @@ export const CharacterApiAxiosParamCreator = function (configuration?: Configura
|
|
|
11842
11792
|
options: localVarRequestOptions,
|
|
11843
11793
|
};
|
|
11844
11794
|
},
|
|
11795
|
+
/**
|
|
11796
|
+
* Public information about a character
|
|
11797
|
+
* @summary Get character\'s public information
|
|
11798
|
+
* @param {number} characterId The ID of the character
|
|
11799
|
+
* @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
11800
|
+
* @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
11801
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
11802
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
11803
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
11804
|
+
* @param {*} [options] Override http request option.
|
|
11805
|
+
* @throws {RequiredError}
|
|
11806
|
+
*/
|
|
11807
|
+
getCharactersDetail: async (characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
11808
|
+
// verify required parameter 'characterId' is not null or undefined
|
|
11809
|
+
assertParamExists('getCharactersDetail', 'characterId', characterId)
|
|
11810
|
+
// verify required parameter 'xCompatibilityDate' is not null or undefined
|
|
11811
|
+
assertParamExists('getCharactersDetail', 'xCompatibilityDate', xCompatibilityDate)
|
|
11812
|
+
const localVarPath = `/characters/{character_id}`
|
|
11813
|
+
.replace('{character_id}', encodeURIComponent(String(characterId)));
|
|
11814
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
11815
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
11816
|
+
let baseOptions;
|
|
11817
|
+
if (configuration) {
|
|
11818
|
+
baseOptions = configuration.baseOptions;
|
|
11819
|
+
}
|
|
11820
|
+
|
|
11821
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
11822
|
+
const localVarHeaderParameter = {} as any;
|
|
11823
|
+
const localVarQueryParameter = {} as any;
|
|
11824
|
+
|
|
11825
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
11826
|
+
|
|
11827
|
+
if (acceptLanguage != null) {
|
|
11828
|
+
localVarHeaderParameter['Accept-Language'] = String(acceptLanguage);
|
|
11829
|
+
}
|
|
11830
|
+
if (ifNoneMatch != null) {
|
|
11831
|
+
localVarHeaderParameter['If-None-Match'] = String(ifNoneMatch);
|
|
11832
|
+
}
|
|
11833
|
+
if (xCompatibilityDate != null) {
|
|
11834
|
+
localVarHeaderParameter['X-Compatibility-Date'] = typeof xCompatibilityDate === 'string'
|
|
11835
|
+
? xCompatibilityDate
|
|
11836
|
+
: JSON.stringify(xCompatibilityDate, replaceWithSerializableTypeIfNeeded);
|
|
11837
|
+
}
|
|
11838
|
+
if (xTenant != null) {
|
|
11839
|
+
localVarHeaderParameter['X-Tenant'] = String(xTenant);
|
|
11840
|
+
}
|
|
11841
|
+
if (ifModifiedSince != null) {
|
|
11842
|
+
localVarHeaderParameter['If-Modified-Since'] = String(ifModifiedSince);
|
|
11843
|
+
}
|
|
11844
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
11845
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
11846
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
11847
|
+
|
|
11848
|
+
return {
|
|
11849
|
+
url: toPathString(localVarUrlObj),
|
|
11850
|
+
options: localVarRequestOptions,
|
|
11851
|
+
};
|
|
11852
|
+
},
|
|
11845
11853
|
/**
|
|
11846
11854
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
11847
11855
|
* @summary Character affiliation
|
|
@@ -11977,24 +11985,6 @@ export const CharacterApiAxiosParamCreator = function (configuration?: Configura
|
|
|
11977
11985
|
export const CharacterApiFp = function(configuration?: Configuration) {
|
|
11978
11986
|
const localVarAxiosParamCreator = CharacterApiAxiosParamCreator(configuration)
|
|
11979
11987
|
return {
|
|
11980
|
-
/**
|
|
11981
|
-
* Public information about a character
|
|
11982
|
-
* @summary Get character\'s public information
|
|
11983
|
-
* @param {number} characterId The ID of the character
|
|
11984
|
-
* @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
11985
|
-
* @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
11986
|
-
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
11987
|
-
* @param {string} [xTenant] The tenant ID for the request.
|
|
11988
|
-
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
11989
|
-
* @param {*} [options] Override http request option.
|
|
11990
|
-
* @throws {RequiredError}
|
|
11991
|
-
*/
|
|
11992
|
-
async getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CharactersDetail>> {
|
|
11993
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options);
|
|
11994
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
11995
|
-
const localVarOperationServerBasePath = operationServerMap['CharacterApi.getCharactersCharacterId']?.[localVarOperationServerIndex]?.url;
|
|
11996
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
11997
|
-
},
|
|
11998
11988
|
/**
|
|
11999
11989
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
12000
11990
|
* @summary Get agents research
|
|
@@ -12194,6 +12184,24 @@ export const CharacterApiFp = function(configuration?: Configuration) {
|
|
|
12194
12184
|
const localVarOperationServerBasePath = operationServerMap['CharacterApi.getCharactersCharacterIdTitles']?.[localVarOperationServerIndex]?.url;
|
|
12195
12185
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12196
12186
|
},
|
|
12187
|
+
/**
|
|
12188
|
+
* Public information about a character
|
|
12189
|
+
* @summary Get character\'s public information
|
|
12190
|
+
* @param {number} characterId The ID of the character
|
|
12191
|
+
* @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
12192
|
+
* @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
12193
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
12194
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
12195
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
12196
|
+
* @param {*} [options] Override http request option.
|
|
12197
|
+
* @throws {RequiredError}
|
|
12198
|
+
*/
|
|
12199
|
+
async getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CharactersDetail>> {
|
|
12200
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCharactersDetail(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options);
|
|
12201
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
12202
|
+
const localVarOperationServerBasePath = operationServerMap['CharacterApi.getCharactersDetail']?.[localVarOperationServerIndex]?.url;
|
|
12203
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
12204
|
+
},
|
|
12197
12205
|
/**
|
|
12198
12206
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
12199
12207
|
* @summary Character affiliation
|
|
@@ -12240,21 +12248,6 @@ export const CharacterApiFp = function(configuration?: Configuration) {
|
|
|
12240
12248
|
export const CharacterApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
12241
12249
|
const localVarFp = CharacterApiFp(configuration)
|
|
12242
12250
|
return {
|
|
12243
|
-
/**
|
|
12244
|
-
* Public information about a character
|
|
12245
|
-
* @summary Get character\'s public information
|
|
12246
|
-
* @param {number} characterId The ID of the character
|
|
12247
|
-
* @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
12248
|
-
* @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
12249
|
-
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
12250
|
-
* @param {string} [xTenant] The tenant ID for the request.
|
|
12251
|
-
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
12252
|
-
* @param {*} [options] Override http request option.
|
|
12253
|
-
* @throws {RequiredError}
|
|
12254
|
-
*/
|
|
12255
|
-
getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<CharactersDetail> {
|
|
12256
|
-
return localVarFp.getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(axios, basePath));
|
|
12257
|
-
},
|
|
12258
12251
|
/**
|
|
12259
12252
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
12260
12253
|
* @summary Get agents research
|
|
@@ -12421,6 +12414,21 @@ export const CharacterApiFactory = function (configuration?: Configuration, base
|
|
|
12421
12414
|
getCharactersCharacterIdTitles(characterId: number, xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<CharactersCharacterIdTitlesGetInner>> {
|
|
12422
12415
|
return localVarFp.getCharactersCharacterIdTitles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(axios, basePath));
|
|
12423
12416
|
},
|
|
12417
|
+
/**
|
|
12418
|
+
* Public information about a character
|
|
12419
|
+
* @summary Get character\'s public information
|
|
12420
|
+
* @param {number} characterId The ID of the character
|
|
12421
|
+
* @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
12422
|
+
* @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
12423
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
12424
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
12425
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
12426
|
+
* @param {*} [options] Override http request option.
|
|
12427
|
+
* @throws {RequiredError}
|
|
12428
|
+
*/
|
|
12429
|
+
getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<CharactersDetail> {
|
|
12430
|
+
return localVarFp.getCharactersDetail(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(axios, basePath));
|
|
12431
|
+
},
|
|
12424
12432
|
/**
|
|
12425
12433
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
12426
12434
|
* @summary Character affiliation
|
|
@@ -12459,22 +12467,6 @@ export const CharacterApiFactory = function (configuration?: Configuration, base
|
|
|
12459
12467
|
* CharacterApi - object-oriented interface
|
|
12460
12468
|
*/
|
|
12461
12469
|
export class CharacterApi extends BaseAPI {
|
|
12462
|
-
/**
|
|
12463
|
-
* Public information about a character
|
|
12464
|
-
* @summary Get character\'s public information
|
|
12465
|
-
* @param {number} characterId The ID of the character
|
|
12466
|
-
* @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
12467
|
-
* @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
12468
|
-
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
12469
|
-
* @param {string} [xTenant] The tenant ID for the request.
|
|
12470
|
-
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
12471
|
-
* @param {*} [options] Override http request option.
|
|
12472
|
-
* @throws {RequiredError}
|
|
12473
|
-
*/
|
|
12474
|
-
public getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig) {
|
|
12475
|
-
return CharacterApiFp(this.configuration).getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(this.axios, this.basePath));
|
|
12476
|
-
}
|
|
12477
|
-
|
|
12478
12470
|
/**
|
|
12479
12471
|
* Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
12480
12472
|
* @summary Get agents research
|
|
@@ -12652,6 +12644,22 @@ export class CharacterApi extends BaseAPI {
|
|
|
12652
12644
|
return CharacterApiFp(this.configuration).getCharactersCharacterIdTitles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(this.axios, this.basePath));
|
|
12653
12645
|
}
|
|
12654
12646
|
|
|
12647
|
+
/**
|
|
12648
|
+
* Public information about a character
|
|
12649
|
+
* @summary Get character\'s public information
|
|
12650
|
+
* @param {number} characterId The ID of the character
|
|
12651
|
+
* @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
|
|
12652
|
+
* @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
|
|
12653
|
+
* @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
|
|
12654
|
+
* @param {string} [xTenant] The tenant ID for the request.
|
|
12655
|
+
* @param {string} [ifModifiedSince] The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.
|
|
12656
|
+
* @param {*} [options] Override http request option.
|
|
12657
|
+
* @throws {RequiredError}
|
|
12658
|
+
*/
|
|
12659
|
+
public getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig) {
|
|
12660
|
+
return CharacterApiFp(this.configuration).getCharactersDetail(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince, options).then((request) => request(this.axios, this.basePath));
|
|
12661
|
+
}
|
|
12662
|
+
|
|
12655
12663
|
/**
|
|
12656
12664
|
* Bulk lookup of character IDs to corporation, alliance and faction
|
|
12657
12665
|
* @summary Character affiliation
|
|
@@ -12686,23 +12694,8 @@ export class CharacterApi extends BaseAPI {
|
|
|
12686
12694
|
}
|
|
12687
12695
|
}
|
|
12688
12696
|
|
|
12689
|
-
export const GetCharactersCharacterIdXCompatibilityDateEnum = {
|
|
12690
|
-
_20260519: '2026-05-19',
|
|
12691
|
-
} as const;
|
|
12692
|
-
export type GetCharactersCharacterIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdXCompatibilityDateEnum];
|
|
12693
|
-
export const GetCharactersCharacterIdAcceptLanguageEnum = {
|
|
12694
|
-
En: 'en',
|
|
12695
|
-
De: 'de',
|
|
12696
|
-
Fr: 'fr',
|
|
12697
|
-
Ja: 'ja',
|
|
12698
|
-
Ru: 'ru',
|
|
12699
|
-
Zh: 'zh',
|
|
12700
|
-
Ko: 'ko',
|
|
12701
|
-
Es: 'es',
|
|
12702
|
-
} as const;
|
|
12703
|
-
export type GetCharactersCharacterIdAcceptLanguageEnum = typeof GetCharactersCharacterIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAcceptLanguageEnum];
|
|
12704
12697
|
export const GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum = {
|
|
12705
|
-
|
|
12698
|
+
_20260609: '2026-06-09',
|
|
12706
12699
|
} as const;
|
|
12707
12700
|
export type GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum = typeof GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum];
|
|
12708
12701
|
export const GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum = {
|
|
@@ -12717,7 +12710,7 @@ export const GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum = {
|
|
|
12717
12710
|
} as const;
|
|
12718
12711
|
export type GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum = typeof GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum];
|
|
12719
12712
|
export const GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum = {
|
|
12720
|
-
|
|
12713
|
+
_20260609: '2026-06-09',
|
|
12721
12714
|
} as const;
|
|
12722
12715
|
export type GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum = typeof GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum];
|
|
12723
12716
|
export const GetCharactersCharacterIdBlueprintsAcceptLanguageEnum = {
|
|
@@ -12732,7 +12725,7 @@ export const GetCharactersCharacterIdBlueprintsAcceptLanguageEnum = {
|
|
|
12732
12725
|
} as const;
|
|
12733
12726
|
export type GetCharactersCharacterIdBlueprintsAcceptLanguageEnum = typeof GetCharactersCharacterIdBlueprintsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdBlueprintsAcceptLanguageEnum];
|
|
12734
12727
|
export const GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum = {
|
|
12735
|
-
|
|
12728
|
+
_20260609: '2026-06-09',
|
|
12736
12729
|
} as const;
|
|
12737
12730
|
export type GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum = typeof GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum];
|
|
12738
12731
|
export const GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum = {
|
|
@@ -12747,7 +12740,7 @@ export const GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum = {
|
|
|
12747
12740
|
} as const;
|
|
12748
12741
|
export type GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum = typeof GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum];
|
|
12749
12742
|
export const GetCharactersCharacterIdFatigueXCompatibilityDateEnum = {
|
|
12750
|
-
|
|
12743
|
+
_20260609: '2026-06-09',
|
|
12751
12744
|
} as const;
|
|
12752
12745
|
export type GetCharactersCharacterIdFatigueXCompatibilityDateEnum = typeof GetCharactersCharacterIdFatigueXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFatigueXCompatibilityDateEnum];
|
|
12753
12746
|
export const GetCharactersCharacterIdFatigueAcceptLanguageEnum = {
|
|
@@ -12762,7 +12755,7 @@ export const GetCharactersCharacterIdFatigueAcceptLanguageEnum = {
|
|
|
12762
12755
|
} as const;
|
|
12763
12756
|
export type GetCharactersCharacterIdFatigueAcceptLanguageEnum = typeof GetCharactersCharacterIdFatigueAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFatigueAcceptLanguageEnum];
|
|
12764
12757
|
export const GetCharactersCharacterIdMedalsXCompatibilityDateEnum = {
|
|
12765
|
-
|
|
12758
|
+
_20260609: '2026-06-09',
|
|
12766
12759
|
} as const;
|
|
12767
12760
|
export type GetCharactersCharacterIdMedalsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMedalsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMedalsXCompatibilityDateEnum];
|
|
12768
12761
|
export const GetCharactersCharacterIdMedalsAcceptLanguageEnum = {
|
|
@@ -12777,7 +12770,7 @@ export const GetCharactersCharacterIdMedalsAcceptLanguageEnum = {
|
|
|
12777
12770
|
} as const;
|
|
12778
12771
|
export type GetCharactersCharacterIdMedalsAcceptLanguageEnum = typeof GetCharactersCharacterIdMedalsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMedalsAcceptLanguageEnum];
|
|
12779
12772
|
export const GetCharactersCharacterIdNotificationsXCompatibilityDateEnum = {
|
|
12780
|
-
|
|
12773
|
+
_20260609: '2026-06-09',
|
|
12781
12774
|
} as const;
|
|
12782
12775
|
export type GetCharactersCharacterIdNotificationsXCompatibilityDateEnum = typeof GetCharactersCharacterIdNotificationsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdNotificationsXCompatibilityDateEnum];
|
|
12783
12776
|
export const GetCharactersCharacterIdNotificationsAcceptLanguageEnum = {
|
|
@@ -12792,7 +12785,7 @@ export const GetCharactersCharacterIdNotificationsAcceptLanguageEnum = {
|
|
|
12792
12785
|
} as const;
|
|
12793
12786
|
export type GetCharactersCharacterIdNotificationsAcceptLanguageEnum = typeof GetCharactersCharacterIdNotificationsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdNotificationsAcceptLanguageEnum];
|
|
12794
12787
|
export const GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum = {
|
|
12795
|
-
|
|
12788
|
+
_20260609: '2026-06-09',
|
|
12796
12789
|
} as const;
|
|
12797
12790
|
export type GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum = typeof GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum];
|
|
12798
12791
|
export const GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum = {
|
|
@@ -12807,7 +12800,7 @@ export const GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum = {
|
|
|
12807
12800
|
} as const;
|
|
12808
12801
|
export type GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum = typeof GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum];
|
|
12809
12802
|
export const GetCharactersCharacterIdPortraitXCompatibilityDateEnum = {
|
|
12810
|
-
|
|
12803
|
+
_20260609: '2026-06-09',
|
|
12811
12804
|
} as const;
|
|
12812
12805
|
export type GetCharactersCharacterIdPortraitXCompatibilityDateEnum = typeof GetCharactersCharacterIdPortraitXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPortraitXCompatibilityDateEnum];
|
|
12813
12806
|
export const GetCharactersCharacterIdPortraitAcceptLanguageEnum = {
|
|
@@ -12822,7 +12815,7 @@ export const GetCharactersCharacterIdPortraitAcceptLanguageEnum = {
|
|
|
12822
12815
|
} as const;
|
|
12823
12816
|
export type GetCharactersCharacterIdPortraitAcceptLanguageEnum = typeof GetCharactersCharacterIdPortraitAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPortraitAcceptLanguageEnum];
|
|
12824
12817
|
export const GetCharactersCharacterIdRolesXCompatibilityDateEnum = {
|
|
12825
|
-
|
|
12818
|
+
_20260609: '2026-06-09',
|
|
12826
12819
|
} as const;
|
|
12827
12820
|
export type GetCharactersCharacterIdRolesXCompatibilityDateEnum = typeof GetCharactersCharacterIdRolesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdRolesXCompatibilityDateEnum];
|
|
12828
12821
|
export const GetCharactersCharacterIdRolesAcceptLanguageEnum = {
|
|
@@ -12837,7 +12830,7 @@ export const GetCharactersCharacterIdRolesAcceptLanguageEnum = {
|
|
|
12837
12830
|
} as const;
|
|
12838
12831
|
export type GetCharactersCharacterIdRolesAcceptLanguageEnum = typeof GetCharactersCharacterIdRolesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdRolesAcceptLanguageEnum];
|
|
12839
12832
|
export const GetCharactersCharacterIdStandingsXCompatibilityDateEnum = {
|
|
12840
|
-
|
|
12833
|
+
_20260609: '2026-06-09',
|
|
12841
12834
|
} as const;
|
|
12842
12835
|
export type GetCharactersCharacterIdStandingsXCompatibilityDateEnum = typeof GetCharactersCharacterIdStandingsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdStandingsXCompatibilityDateEnum];
|
|
12843
12836
|
export const GetCharactersCharacterIdStandingsAcceptLanguageEnum = {
|
|
@@ -12852,7 +12845,7 @@ export const GetCharactersCharacterIdStandingsAcceptLanguageEnum = {
|
|
|
12852
12845
|
} as const;
|
|
12853
12846
|
export type GetCharactersCharacterIdStandingsAcceptLanguageEnum = typeof GetCharactersCharacterIdStandingsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdStandingsAcceptLanguageEnum];
|
|
12854
12847
|
export const GetCharactersCharacterIdTitlesXCompatibilityDateEnum = {
|
|
12855
|
-
|
|
12848
|
+
_20260609: '2026-06-09',
|
|
12856
12849
|
} as const;
|
|
12857
12850
|
export type GetCharactersCharacterIdTitlesXCompatibilityDateEnum = typeof GetCharactersCharacterIdTitlesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdTitlesXCompatibilityDateEnum];
|
|
12858
12851
|
export const GetCharactersCharacterIdTitlesAcceptLanguageEnum = {
|
|
@@ -12866,8 +12859,23 @@ export const GetCharactersCharacterIdTitlesAcceptLanguageEnum = {
|
|
|
12866
12859
|
Es: 'es',
|
|
12867
12860
|
} as const;
|
|
12868
12861
|
export type GetCharactersCharacterIdTitlesAcceptLanguageEnum = typeof GetCharactersCharacterIdTitlesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdTitlesAcceptLanguageEnum];
|
|
12862
|
+
export const GetCharactersDetailXCompatibilityDateEnum = {
|
|
12863
|
+
_20260609: '2026-06-09',
|
|
12864
|
+
} as const;
|
|
12865
|
+
export type GetCharactersDetailXCompatibilityDateEnum = typeof GetCharactersDetailXCompatibilityDateEnum[keyof typeof GetCharactersDetailXCompatibilityDateEnum];
|
|
12866
|
+
export const GetCharactersDetailAcceptLanguageEnum = {
|
|
12867
|
+
En: 'en',
|
|
12868
|
+
De: 'de',
|
|
12869
|
+
Fr: 'fr',
|
|
12870
|
+
Ja: 'ja',
|
|
12871
|
+
Ru: 'ru',
|
|
12872
|
+
Zh: 'zh',
|
|
12873
|
+
Ko: 'ko',
|
|
12874
|
+
Es: 'es',
|
|
12875
|
+
} as const;
|
|
12876
|
+
export type GetCharactersDetailAcceptLanguageEnum = typeof GetCharactersDetailAcceptLanguageEnum[keyof typeof GetCharactersDetailAcceptLanguageEnum];
|
|
12869
12877
|
export const PostCharactersAffiliationXCompatibilityDateEnum = {
|
|
12870
|
-
|
|
12878
|
+
_20260609: '2026-06-09',
|
|
12871
12879
|
} as const;
|
|
12872
12880
|
export type PostCharactersAffiliationXCompatibilityDateEnum = typeof PostCharactersAffiliationXCompatibilityDateEnum[keyof typeof PostCharactersAffiliationXCompatibilityDateEnum];
|
|
12873
12881
|
export const PostCharactersAffiliationAcceptLanguageEnum = {
|
|
@@ -12882,7 +12890,7 @@ export const PostCharactersAffiliationAcceptLanguageEnum = {
|
|
|
12882
12890
|
} as const;
|
|
12883
12891
|
export type PostCharactersAffiliationAcceptLanguageEnum = typeof PostCharactersAffiliationAcceptLanguageEnum[keyof typeof PostCharactersAffiliationAcceptLanguageEnum];
|
|
12884
12892
|
export const PostCharactersCharacterIdCspaXCompatibilityDateEnum = {
|
|
12885
|
-
|
|
12893
|
+
_20260609: '2026-06-09',
|
|
12886
12894
|
} as const;
|
|
12887
12895
|
export type PostCharactersCharacterIdCspaXCompatibilityDateEnum = typeof PostCharactersCharacterIdCspaXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdCspaXCompatibilityDateEnum];
|
|
12888
12896
|
export const PostCharactersCharacterIdCspaAcceptLanguageEnum = {
|
|
@@ -13152,7 +13160,7 @@ export class ClonesApi extends BaseAPI {
|
|
|
13152
13160
|
}
|
|
13153
13161
|
|
|
13154
13162
|
export const GetCharactersCharacterIdClonesXCompatibilityDateEnum = {
|
|
13155
|
-
|
|
13163
|
+
_20260609: '2026-06-09',
|
|
13156
13164
|
} as const;
|
|
13157
13165
|
export type GetCharactersCharacterIdClonesXCompatibilityDateEnum = typeof GetCharactersCharacterIdClonesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdClonesXCompatibilityDateEnum];
|
|
13158
13166
|
export const GetCharactersCharacterIdClonesAcceptLanguageEnum = {
|
|
@@ -13167,7 +13175,7 @@ export const GetCharactersCharacterIdClonesAcceptLanguageEnum = {
|
|
|
13167
13175
|
} as const;
|
|
13168
13176
|
export type GetCharactersCharacterIdClonesAcceptLanguageEnum = typeof GetCharactersCharacterIdClonesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdClonesAcceptLanguageEnum];
|
|
13169
13177
|
export const GetCharactersCharacterIdImplantsXCompatibilityDateEnum = {
|
|
13170
|
-
|
|
13178
|
+
_20260609: '2026-06-09',
|
|
13171
13179
|
} as const;
|
|
13172
13180
|
export type GetCharactersCharacterIdImplantsXCompatibilityDateEnum = typeof GetCharactersCharacterIdImplantsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdImplantsXCompatibilityDateEnum];
|
|
13173
13181
|
export const GetCharactersCharacterIdImplantsAcceptLanguageEnum = {
|
|
@@ -14316,7 +14324,7 @@ export class ContactsApi extends BaseAPI {
|
|
|
14316
14324
|
}
|
|
14317
14325
|
|
|
14318
14326
|
export const DeleteCharactersCharacterIdContactsXCompatibilityDateEnum = {
|
|
14319
|
-
|
|
14327
|
+
_20260609: '2026-06-09',
|
|
14320
14328
|
} as const;
|
|
14321
14329
|
export type DeleteCharactersCharacterIdContactsXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdContactsXCompatibilityDateEnum];
|
|
14322
14330
|
export const DeleteCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
@@ -14331,7 +14339,7 @@ export const DeleteCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
|
14331
14339
|
} as const;
|
|
14332
14340
|
export type DeleteCharactersCharacterIdContactsAcceptLanguageEnum = typeof DeleteCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdContactsAcceptLanguageEnum];
|
|
14333
14341
|
export const GetAlliancesAllianceIdContactsXCompatibilityDateEnum = {
|
|
14334
|
-
|
|
14342
|
+
_20260609: '2026-06-09',
|
|
14335
14343
|
} as const;
|
|
14336
14344
|
export type GetAlliancesAllianceIdContactsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdContactsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdContactsXCompatibilityDateEnum];
|
|
14337
14345
|
export const GetAlliancesAllianceIdContactsAcceptLanguageEnum = {
|
|
@@ -14346,7 +14354,7 @@ export const GetAlliancesAllianceIdContactsAcceptLanguageEnum = {
|
|
|
14346
14354
|
} as const;
|
|
14347
14355
|
export type GetAlliancesAllianceIdContactsAcceptLanguageEnum = typeof GetAlliancesAllianceIdContactsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdContactsAcceptLanguageEnum];
|
|
14348
14356
|
export const GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum = {
|
|
14349
|
-
|
|
14357
|
+
_20260609: '2026-06-09',
|
|
14350
14358
|
} as const;
|
|
14351
14359
|
export type GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum];
|
|
14352
14360
|
export const GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum = {
|
|
@@ -14361,7 +14369,7 @@ export const GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum = {
|
|
|
14361
14369
|
} as const;
|
|
14362
14370
|
export type GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum = typeof GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum];
|
|
14363
14371
|
export const GetCharactersCharacterIdContactsXCompatibilityDateEnum = {
|
|
14364
|
-
|
|
14372
|
+
_20260609: '2026-06-09',
|
|
14365
14373
|
} as const;
|
|
14366
14374
|
export type GetCharactersCharacterIdContactsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContactsXCompatibilityDateEnum];
|
|
14367
14375
|
export const GetCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
@@ -14376,7 +14384,7 @@ export const GetCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
|
14376
14384
|
} as const;
|
|
14377
14385
|
export type GetCharactersCharacterIdContactsAcceptLanguageEnum = typeof GetCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContactsAcceptLanguageEnum];
|
|
14378
14386
|
export const GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum = {
|
|
14379
|
-
|
|
14387
|
+
_20260609: '2026-06-09',
|
|
14380
14388
|
} as const;
|
|
14381
14389
|
export type GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum];
|
|
14382
14390
|
export const GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum = {
|
|
@@ -14391,7 +14399,7 @@ export const GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum = {
|
|
|
14391
14399
|
} as const;
|
|
14392
14400
|
export type GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum = typeof GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum];
|
|
14393
14401
|
export const GetCorporationsCorporationIdContactsXCompatibilityDateEnum = {
|
|
14394
|
-
|
|
14402
|
+
_20260609: '2026-06-09',
|
|
14395
14403
|
} as const;
|
|
14396
14404
|
export type GetCorporationsCorporationIdContactsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContactsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContactsXCompatibilityDateEnum];
|
|
14397
14405
|
export const GetCorporationsCorporationIdContactsAcceptLanguageEnum = {
|
|
@@ -14406,7 +14414,7 @@ export const GetCorporationsCorporationIdContactsAcceptLanguageEnum = {
|
|
|
14406
14414
|
} as const;
|
|
14407
14415
|
export type GetCorporationsCorporationIdContactsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContactsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContactsAcceptLanguageEnum];
|
|
14408
14416
|
export const GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum = {
|
|
14409
|
-
|
|
14417
|
+
_20260609: '2026-06-09',
|
|
14410
14418
|
} as const;
|
|
14411
14419
|
export type GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum];
|
|
14412
14420
|
export const GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum = {
|
|
@@ -14421,7 +14429,7 @@ export const GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum = {
|
|
|
14421
14429
|
} as const;
|
|
14422
14430
|
export type GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum];
|
|
14423
14431
|
export const PostCharactersCharacterIdContactsXCompatibilityDateEnum = {
|
|
14424
|
-
|
|
14432
|
+
_20260609: '2026-06-09',
|
|
14425
14433
|
} as const;
|
|
14426
14434
|
export type PostCharactersCharacterIdContactsXCompatibilityDateEnum = typeof PostCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdContactsXCompatibilityDateEnum];
|
|
14427
14435
|
export const PostCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
@@ -14436,7 +14444,7 @@ export const PostCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
|
14436
14444
|
} as const;
|
|
14437
14445
|
export type PostCharactersCharacterIdContactsAcceptLanguageEnum = typeof PostCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdContactsAcceptLanguageEnum];
|
|
14438
14446
|
export const PutCharactersCharacterIdContactsXCompatibilityDateEnum = {
|
|
14439
|
-
|
|
14447
|
+
_20260609: '2026-06-09',
|
|
14440
14448
|
} as const;
|
|
14441
14449
|
export type PutCharactersCharacterIdContactsXCompatibilityDateEnum = typeof PutCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdContactsXCompatibilityDateEnum];
|
|
14442
14450
|
export const PutCharactersCharacterIdContactsAcceptLanguageEnum = {
|
|
@@ -15547,7 +15555,7 @@ export class ContractsApi extends BaseAPI {
|
|
|
15547
15555
|
}
|
|
15548
15556
|
|
|
15549
15557
|
export const GetCharactersCharacterIdContractsXCompatibilityDateEnum = {
|
|
15550
|
-
|
|
15558
|
+
_20260609: '2026-06-09',
|
|
15551
15559
|
} as const;
|
|
15552
15560
|
export type GetCharactersCharacterIdContractsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsXCompatibilityDateEnum];
|
|
15553
15561
|
export const GetCharactersCharacterIdContractsAcceptLanguageEnum = {
|
|
@@ -15562,7 +15570,7 @@ export const GetCharactersCharacterIdContractsAcceptLanguageEnum = {
|
|
|
15562
15570
|
} as const;
|
|
15563
15571
|
export type GetCharactersCharacterIdContractsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsAcceptLanguageEnum];
|
|
15564
15572
|
export const GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum = {
|
|
15565
|
-
|
|
15573
|
+
_20260609: '2026-06-09',
|
|
15566
15574
|
} as const;
|
|
15567
15575
|
export type GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum];
|
|
15568
15576
|
export const GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum = {
|
|
@@ -15577,7 +15585,7 @@ export const GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum =
|
|
|
15577
15585
|
} as const;
|
|
15578
15586
|
export type GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum];
|
|
15579
15587
|
export const GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum = {
|
|
15580
|
-
|
|
15588
|
+
_20260609: '2026-06-09',
|
|
15581
15589
|
} as const;
|
|
15582
15590
|
export type GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum];
|
|
15583
15591
|
export const GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum = {
|
|
@@ -15592,7 +15600,7 @@ export const GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum
|
|
|
15592
15600
|
} as const;
|
|
15593
15601
|
export type GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum];
|
|
15594
15602
|
export const GetContractsPublicBidsContractIdXCompatibilityDateEnum = {
|
|
15595
|
-
|
|
15603
|
+
_20260609: '2026-06-09',
|
|
15596
15604
|
} as const;
|
|
15597
15605
|
export type GetContractsPublicBidsContractIdXCompatibilityDateEnum = typeof GetContractsPublicBidsContractIdXCompatibilityDateEnum[keyof typeof GetContractsPublicBidsContractIdXCompatibilityDateEnum];
|
|
15598
15606
|
export const GetContractsPublicBidsContractIdAcceptLanguageEnum = {
|
|
@@ -15607,7 +15615,7 @@ export const GetContractsPublicBidsContractIdAcceptLanguageEnum = {
|
|
|
15607
15615
|
} as const;
|
|
15608
15616
|
export type GetContractsPublicBidsContractIdAcceptLanguageEnum = typeof GetContractsPublicBidsContractIdAcceptLanguageEnum[keyof typeof GetContractsPublicBidsContractIdAcceptLanguageEnum];
|
|
15609
15617
|
export const GetContractsPublicItemsContractIdXCompatibilityDateEnum = {
|
|
15610
|
-
|
|
15618
|
+
_20260609: '2026-06-09',
|
|
15611
15619
|
} as const;
|
|
15612
15620
|
export type GetContractsPublicItemsContractIdXCompatibilityDateEnum = typeof GetContractsPublicItemsContractIdXCompatibilityDateEnum[keyof typeof GetContractsPublicItemsContractIdXCompatibilityDateEnum];
|
|
15613
15621
|
export const GetContractsPublicItemsContractIdAcceptLanguageEnum = {
|
|
@@ -15622,7 +15630,7 @@ export const GetContractsPublicItemsContractIdAcceptLanguageEnum = {
|
|
|
15622
15630
|
} as const;
|
|
15623
15631
|
export type GetContractsPublicItemsContractIdAcceptLanguageEnum = typeof GetContractsPublicItemsContractIdAcceptLanguageEnum[keyof typeof GetContractsPublicItemsContractIdAcceptLanguageEnum];
|
|
15624
15632
|
export const GetContractsPublicRegionIdXCompatibilityDateEnum = {
|
|
15625
|
-
|
|
15633
|
+
_20260609: '2026-06-09',
|
|
15626
15634
|
} as const;
|
|
15627
15635
|
export type GetContractsPublicRegionIdXCompatibilityDateEnum = typeof GetContractsPublicRegionIdXCompatibilityDateEnum[keyof typeof GetContractsPublicRegionIdXCompatibilityDateEnum];
|
|
15628
15636
|
export const GetContractsPublicRegionIdAcceptLanguageEnum = {
|
|
@@ -15637,7 +15645,7 @@ export const GetContractsPublicRegionIdAcceptLanguageEnum = {
|
|
|
15637
15645
|
} as const;
|
|
15638
15646
|
export type GetContractsPublicRegionIdAcceptLanguageEnum = typeof GetContractsPublicRegionIdAcceptLanguageEnum[keyof typeof GetContractsPublicRegionIdAcceptLanguageEnum];
|
|
15639
15647
|
export const GetCorporationsCorporationIdContractsXCompatibilityDateEnum = {
|
|
15640
|
-
|
|
15648
|
+
_20260609: '2026-06-09',
|
|
15641
15649
|
} as const;
|
|
15642
15650
|
export type GetCorporationsCorporationIdContractsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsXCompatibilityDateEnum];
|
|
15643
15651
|
export const GetCorporationsCorporationIdContractsAcceptLanguageEnum = {
|
|
@@ -15652,7 +15660,7 @@ export const GetCorporationsCorporationIdContractsAcceptLanguageEnum = {
|
|
|
15652
15660
|
} as const;
|
|
15653
15661
|
export type GetCorporationsCorporationIdContractsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContractsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContractsAcceptLanguageEnum];
|
|
15654
15662
|
export const GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum = {
|
|
15655
|
-
|
|
15663
|
+
_20260609: '2026-06-09',
|
|
15656
15664
|
} as const;
|
|
15657
15665
|
export type GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum];
|
|
15658
15666
|
export const GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum = {
|
|
@@ -15667,7 +15675,7 @@ export const GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEn
|
|
|
15667
15675
|
} as const;
|
|
15668
15676
|
export type GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum];
|
|
15669
15677
|
export const GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum = {
|
|
15670
|
-
|
|
15678
|
+
_20260609: '2026-06-09',
|
|
15671
15679
|
} as const;
|
|
15672
15680
|
export type GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum];
|
|
15673
15681
|
export const GetCorporationsCorporationIdContractsContractIdItemsAcceptLanguageEnum = {
|
|
@@ -18223,7 +18231,7 @@ export class CorporationApi extends BaseAPI {
|
|
|
18223
18231
|
}
|
|
18224
18232
|
|
|
18225
18233
|
export const GetCorporationsCorporationIdXCompatibilityDateEnum = {
|
|
18226
|
-
|
|
18234
|
+
_20260609: '2026-06-09',
|
|
18227
18235
|
} as const;
|
|
18228
18236
|
export type GetCorporationsCorporationIdXCompatibilityDateEnum = typeof GetCorporationsCorporationIdXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdXCompatibilityDateEnum];
|
|
18229
18237
|
export const GetCorporationsCorporationIdAcceptLanguageEnum = {
|
|
@@ -18238,7 +18246,7 @@ export const GetCorporationsCorporationIdAcceptLanguageEnum = {
|
|
|
18238
18246
|
} as const;
|
|
18239
18247
|
export type GetCorporationsCorporationIdAcceptLanguageEnum = typeof GetCorporationsCorporationIdAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAcceptLanguageEnum];
|
|
18240
18248
|
export const GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum = {
|
|
18241
|
-
|
|
18249
|
+
_20260609: '2026-06-09',
|
|
18242
18250
|
} as const;
|
|
18243
18251
|
export type GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum];
|
|
18244
18252
|
export const GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum = {
|
|
@@ -18253,7 +18261,7 @@ export const GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum = {
|
|
|
18253
18261
|
} as const;
|
|
18254
18262
|
export type GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum];
|
|
18255
18263
|
export const GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum = {
|
|
18256
|
-
|
|
18264
|
+
_20260609: '2026-06-09',
|
|
18257
18265
|
} as const;
|
|
18258
18266
|
export type GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum];
|
|
18259
18267
|
export const GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum = {
|
|
@@ -18268,7 +18276,7 @@ export const GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum = {
|
|
|
18268
18276
|
} as const;
|
|
18269
18277
|
export type GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum = typeof GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum];
|
|
18270
18278
|
export const GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum = {
|
|
18271
|
-
|
|
18279
|
+
_20260609: '2026-06-09',
|
|
18272
18280
|
} as const;
|
|
18273
18281
|
export type GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum];
|
|
18274
18282
|
export const GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum = {
|
|
@@ -18283,7 +18291,7 @@ export const GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum = {
|
|
|
18283
18291
|
} as const;
|
|
18284
18292
|
export type GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum];
|
|
18285
18293
|
export const GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum = {
|
|
18286
|
-
|
|
18294
|
+
_20260609: '2026-06-09',
|
|
18287
18295
|
} as const;
|
|
18288
18296
|
export type GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum];
|
|
18289
18297
|
export const GetCorporationsCorporationIdDivisionsAcceptLanguageEnum = {
|
|
@@ -18298,7 +18306,7 @@ export const GetCorporationsCorporationIdDivisionsAcceptLanguageEnum = {
|
|
|
18298
18306
|
} as const;
|
|
18299
18307
|
export type GetCorporationsCorporationIdDivisionsAcceptLanguageEnum = typeof GetCorporationsCorporationIdDivisionsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdDivisionsAcceptLanguageEnum];
|
|
18300
18308
|
export const GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum = {
|
|
18301
|
-
|
|
18309
|
+
_20260609: '2026-06-09',
|
|
18302
18310
|
} as const;
|
|
18303
18311
|
export type GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum];
|
|
18304
18312
|
export const GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum = {
|
|
@@ -18313,7 +18321,7 @@ export const GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum = {
|
|
|
18313
18321
|
} as const;
|
|
18314
18322
|
export type GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum = typeof GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum];
|
|
18315
18323
|
export const GetCorporationsCorporationIdIconsXCompatibilityDateEnum = {
|
|
18316
|
-
|
|
18324
|
+
_20260609: '2026-06-09',
|
|
18317
18325
|
} as const;
|
|
18318
18326
|
export type GetCorporationsCorporationIdIconsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdIconsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdIconsXCompatibilityDateEnum];
|
|
18319
18327
|
export const GetCorporationsCorporationIdIconsAcceptLanguageEnum = {
|
|
@@ -18328,7 +18336,7 @@ export const GetCorporationsCorporationIdIconsAcceptLanguageEnum = {
|
|
|
18328
18336
|
} as const;
|
|
18329
18337
|
export type GetCorporationsCorporationIdIconsAcceptLanguageEnum = typeof GetCorporationsCorporationIdIconsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdIconsAcceptLanguageEnum];
|
|
18330
18338
|
export const GetCorporationsCorporationIdMedalsXCompatibilityDateEnum = {
|
|
18331
|
-
|
|
18339
|
+
_20260609: '2026-06-09',
|
|
18332
18340
|
} as const;
|
|
18333
18341
|
export type GetCorporationsCorporationIdMedalsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMedalsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMedalsXCompatibilityDateEnum];
|
|
18334
18342
|
export const GetCorporationsCorporationIdMedalsAcceptLanguageEnum = {
|
|
@@ -18343,7 +18351,7 @@ export const GetCorporationsCorporationIdMedalsAcceptLanguageEnum = {
|
|
|
18343
18351
|
} as const;
|
|
18344
18352
|
export type GetCorporationsCorporationIdMedalsAcceptLanguageEnum = typeof GetCorporationsCorporationIdMedalsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMedalsAcceptLanguageEnum];
|
|
18345
18353
|
export const GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum = {
|
|
18346
|
-
|
|
18354
|
+
_20260609: '2026-06-09',
|
|
18347
18355
|
} as const;
|
|
18348
18356
|
export type GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum];
|
|
18349
18357
|
export const GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum = {
|
|
@@ -18358,7 +18366,7 @@ export const GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum = {
|
|
|
18358
18366
|
} as const;
|
|
18359
18367
|
export type GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum = typeof GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum];
|
|
18360
18368
|
export const GetCorporationsCorporationIdMembersXCompatibilityDateEnum = {
|
|
18361
|
-
|
|
18369
|
+
_20260609: '2026-06-09',
|
|
18362
18370
|
} as const;
|
|
18363
18371
|
export type GetCorporationsCorporationIdMembersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersXCompatibilityDateEnum];
|
|
18364
18372
|
export const GetCorporationsCorporationIdMembersAcceptLanguageEnum = {
|
|
@@ -18373,7 +18381,7 @@ export const GetCorporationsCorporationIdMembersAcceptLanguageEnum = {
|
|
|
18373
18381
|
} as const;
|
|
18374
18382
|
export type GetCorporationsCorporationIdMembersAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersAcceptLanguageEnum];
|
|
18375
18383
|
export const GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum = {
|
|
18376
|
-
|
|
18384
|
+
_20260609: '2026-06-09',
|
|
18377
18385
|
} as const;
|
|
18378
18386
|
export type GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum];
|
|
18379
18387
|
export const GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum = {
|
|
@@ -18388,7 +18396,7 @@ export const GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum = {
|
|
|
18388
18396
|
} as const;
|
|
18389
18397
|
export type GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum];
|
|
18390
18398
|
export const GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum = {
|
|
18391
|
-
|
|
18399
|
+
_20260609: '2026-06-09',
|
|
18392
18400
|
} as const;
|
|
18393
18401
|
export type GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum];
|
|
18394
18402
|
export const GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum = {
|
|
@@ -18403,7 +18411,7 @@ export const GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum = {
|
|
|
18403
18411
|
} as const;
|
|
18404
18412
|
export type GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum];
|
|
18405
18413
|
export const GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum = {
|
|
18406
|
-
|
|
18414
|
+
_20260609: '2026-06-09',
|
|
18407
18415
|
} as const;
|
|
18408
18416
|
export type GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum];
|
|
18409
18417
|
export const GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum = {
|
|
@@ -18418,7 +18426,7 @@ export const GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum = {
|
|
|
18418
18426
|
} as const;
|
|
18419
18427
|
export type GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum];
|
|
18420
18428
|
export const GetCorporationsCorporationIdRolesXCompatibilityDateEnum = {
|
|
18421
|
-
|
|
18429
|
+
_20260609: '2026-06-09',
|
|
18422
18430
|
} as const;
|
|
18423
18431
|
export type GetCorporationsCorporationIdRolesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdRolesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdRolesXCompatibilityDateEnum];
|
|
18424
18432
|
export const GetCorporationsCorporationIdRolesAcceptLanguageEnum = {
|
|
@@ -18433,7 +18441,7 @@ export const GetCorporationsCorporationIdRolesAcceptLanguageEnum = {
|
|
|
18433
18441
|
} as const;
|
|
18434
18442
|
export type GetCorporationsCorporationIdRolesAcceptLanguageEnum = typeof GetCorporationsCorporationIdRolesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdRolesAcceptLanguageEnum];
|
|
18435
18443
|
export const GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum = {
|
|
18436
|
-
|
|
18444
|
+
_20260609: '2026-06-09',
|
|
18437
18445
|
} as const;
|
|
18438
18446
|
export type GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum];
|
|
18439
18447
|
export const GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum = {
|
|
@@ -18448,7 +18456,7 @@ export const GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum = {
|
|
|
18448
18456
|
} as const;
|
|
18449
18457
|
export type GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum];
|
|
18450
18458
|
export const GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum = {
|
|
18451
|
-
|
|
18459
|
+
_20260609: '2026-06-09',
|
|
18452
18460
|
} as const;
|
|
18453
18461
|
export type GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum];
|
|
18454
18462
|
export const GetCorporationsCorporationIdShareholdersAcceptLanguageEnum = {
|
|
@@ -18463,7 +18471,7 @@ export const GetCorporationsCorporationIdShareholdersAcceptLanguageEnum = {
|
|
|
18463
18471
|
} as const;
|
|
18464
18472
|
export type GetCorporationsCorporationIdShareholdersAcceptLanguageEnum = typeof GetCorporationsCorporationIdShareholdersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdShareholdersAcceptLanguageEnum];
|
|
18465
18473
|
export const GetCorporationsCorporationIdStandingsXCompatibilityDateEnum = {
|
|
18466
|
-
|
|
18474
|
+
_20260609: '2026-06-09',
|
|
18467
18475
|
} as const;
|
|
18468
18476
|
export type GetCorporationsCorporationIdStandingsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStandingsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStandingsXCompatibilityDateEnum];
|
|
18469
18477
|
export const GetCorporationsCorporationIdStandingsAcceptLanguageEnum = {
|
|
@@ -18478,7 +18486,7 @@ export const GetCorporationsCorporationIdStandingsAcceptLanguageEnum = {
|
|
|
18478
18486
|
} as const;
|
|
18479
18487
|
export type GetCorporationsCorporationIdStandingsAcceptLanguageEnum = typeof GetCorporationsCorporationIdStandingsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStandingsAcceptLanguageEnum];
|
|
18480
18488
|
export const GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum = {
|
|
18481
|
-
|
|
18489
|
+
_20260609: '2026-06-09',
|
|
18482
18490
|
} as const;
|
|
18483
18491
|
export type GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum];
|
|
18484
18492
|
export const GetCorporationsCorporationIdStarbasesAcceptLanguageEnum = {
|
|
@@ -18493,7 +18501,7 @@ export const GetCorporationsCorporationIdStarbasesAcceptLanguageEnum = {
|
|
|
18493
18501
|
} as const;
|
|
18494
18502
|
export type GetCorporationsCorporationIdStarbasesAcceptLanguageEnum = typeof GetCorporationsCorporationIdStarbasesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStarbasesAcceptLanguageEnum];
|
|
18495
18503
|
export const GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum = {
|
|
18496
|
-
|
|
18504
|
+
_20260609: '2026-06-09',
|
|
18497
18505
|
} as const;
|
|
18498
18506
|
export type GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum];
|
|
18499
18507
|
export const GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum = {
|
|
@@ -18508,7 +18516,7 @@ export const GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum =
|
|
|
18508
18516
|
} as const;
|
|
18509
18517
|
export type GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum = typeof GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum];
|
|
18510
18518
|
export const GetCorporationsCorporationIdStructuresXCompatibilityDateEnum = {
|
|
18511
|
-
|
|
18519
|
+
_20260609: '2026-06-09',
|
|
18512
18520
|
} as const;
|
|
18513
18521
|
export type GetCorporationsCorporationIdStructuresXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStructuresXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStructuresXCompatibilityDateEnum];
|
|
18514
18522
|
export const GetCorporationsCorporationIdStructuresAcceptLanguageEnum = {
|
|
@@ -18523,7 +18531,7 @@ export const GetCorporationsCorporationIdStructuresAcceptLanguageEnum = {
|
|
|
18523
18531
|
} as const;
|
|
18524
18532
|
export type GetCorporationsCorporationIdStructuresAcceptLanguageEnum = typeof GetCorporationsCorporationIdStructuresAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStructuresAcceptLanguageEnum];
|
|
18525
18533
|
export const GetCorporationsCorporationIdTitlesXCompatibilityDateEnum = {
|
|
18526
|
-
|
|
18534
|
+
_20260609: '2026-06-09',
|
|
18527
18535
|
} as const;
|
|
18528
18536
|
export type GetCorporationsCorporationIdTitlesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdTitlesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdTitlesXCompatibilityDateEnum];
|
|
18529
18537
|
export const GetCorporationsCorporationIdTitlesAcceptLanguageEnum = {
|
|
@@ -18538,7 +18546,7 @@ export const GetCorporationsCorporationIdTitlesAcceptLanguageEnum = {
|
|
|
18538
18546
|
} as const;
|
|
18539
18547
|
export type GetCorporationsCorporationIdTitlesAcceptLanguageEnum = typeof GetCorporationsCorporationIdTitlesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdTitlesAcceptLanguageEnum];
|
|
18540
18548
|
export const GetCorporationsNpccorpsXCompatibilityDateEnum = {
|
|
18541
|
-
|
|
18549
|
+
_20260609: '2026-06-09',
|
|
18542
18550
|
} as const;
|
|
18543
18551
|
export type GetCorporationsNpccorpsXCompatibilityDateEnum = typeof GetCorporationsNpccorpsXCompatibilityDateEnum[keyof typeof GetCorporationsNpccorpsXCompatibilityDateEnum];
|
|
18544
18552
|
export const GetCorporationsNpccorpsAcceptLanguageEnum = {
|
|
@@ -19114,7 +19122,7 @@ export class CorporationProjectsApi extends BaseAPI {
|
|
|
19114
19122
|
}
|
|
19115
19123
|
|
|
19116
19124
|
export const GetCorporationsProjectsContributionXCompatibilityDateEnum = {
|
|
19117
|
-
|
|
19125
|
+
_20260609: '2026-06-09',
|
|
19118
19126
|
} as const;
|
|
19119
19127
|
export type GetCorporationsProjectsContributionXCompatibilityDateEnum = typeof GetCorporationsProjectsContributionXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsContributionXCompatibilityDateEnum];
|
|
19120
19128
|
export const GetCorporationsProjectsContributionAcceptLanguageEnum = {
|
|
@@ -19129,7 +19137,7 @@ export const GetCorporationsProjectsContributionAcceptLanguageEnum = {
|
|
|
19129
19137
|
} as const;
|
|
19130
19138
|
export type GetCorporationsProjectsContributionAcceptLanguageEnum = typeof GetCorporationsProjectsContributionAcceptLanguageEnum[keyof typeof GetCorporationsProjectsContributionAcceptLanguageEnum];
|
|
19131
19139
|
export const GetCorporationsProjectsContributorsXCompatibilityDateEnum = {
|
|
19132
|
-
|
|
19140
|
+
_20260609: '2026-06-09',
|
|
19133
19141
|
} as const;
|
|
19134
19142
|
export type GetCorporationsProjectsContributorsXCompatibilityDateEnum = typeof GetCorporationsProjectsContributorsXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsContributorsXCompatibilityDateEnum];
|
|
19135
19143
|
export const GetCorporationsProjectsContributorsAcceptLanguageEnum = {
|
|
@@ -19144,7 +19152,7 @@ export const GetCorporationsProjectsContributorsAcceptLanguageEnum = {
|
|
|
19144
19152
|
} as const;
|
|
19145
19153
|
export type GetCorporationsProjectsContributorsAcceptLanguageEnum = typeof GetCorporationsProjectsContributorsAcceptLanguageEnum[keyof typeof GetCorporationsProjectsContributorsAcceptLanguageEnum];
|
|
19146
19154
|
export const GetCorporationsProjectsDetailXCompatibilityDateEnum = {
|
|
19147
|
-
|
|
19155
|
+
_20260609: '2026-06-09',
|
|
19148
19156
|
} as const;
|
|
19149
19157
|
export type GetCorporationsProjectsDetailXCompatibilityDateEnum = typeof GetCorporationsProjectsDetailXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsDetailXCompatibilityDateEnum];
|
|
19150
19158
|
export const GetCorporationsProjectsDetailAcceptLanguageEnum = {
|
|
@@ -19159,7 +19167,7 @@ export const GetCorporationsProjectsDetailAcceptLanguageEnum = {
|
|
|
19159
19167
|
} as const;
|
|
19160
19168
|
export type GetCorporationsProjectsDetailAcceptLanguageEnum = typeof GetCorporationsProjectsDetailAcceptLanguageEnum[keyof typeof GetCorporationsProjectsDetailAcceptLanguageEnum];
|
|
19161
19169
|
export const GetCorporationsProjectsListingXCompatibilityDateEnum = {
|
|
19162
|
-
|
|
19170
|
+
_20260609: '2026-06-09',
|
|
19163
19171
|
} as const;
|
|
19164
19172
|
export type GetCorporationsProjectsListingXCompatibilityDateEnum = typeof GetCorporationsProjectsListingXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsListingXCompatibilityDateEnum];
|
|
19165
19173
|
export const GetCorporationsProjectsListingStateEnum = {
|
|
@@ -19740,7 +19748,7 @@ export class DogmaApi extends BaseAPI {
|
|
|
19740
19748
|
}
|
|
19741
19749
|
|
|
19742
19750
|
export const GetDogmaAttributesXCompatibilityDateEnum = {
|
|
19743
|
-
|
|
19751
|
+
_20260609: '2026-06-09',
|
|
19744
19752
|
} as const;
|
|
19745
19753
|
export type GetDogmaAttributesXCompatibilityDateEnum = typeof GetDogmaAttributesXCompatibilityDateEnum[keyof typeof GetDogmaAttributesXCompatibilityDateEnum];
|
|
19746
19754
|
export const GetDogmaAttributesAcceptLanguageEnum = {
|
|
@@ -19755,7 +19763,7 @@ export const GetDogmaAttributesAcceptLanguageEnum = {
|
|
|
19755
19763
|
} as const;
|
|
19756
19764
|
export type GetDogmaAttributesAcceptLanguageEnum = typeof GetDogmaAttributesAcceptLanguageEnum[keyof typeof GetDogmaAttributesAcceptLanguageEnum];
|
|
19757
19765
|
export const GetDogmaAttributesAttributeIdXCompatibilityDateEnum = {
|
|
19758
|
-
|
|
19766
|
+
_20260609: '2026-06-09',
|
|
19759
19767
|
} as const;
|
|
19760
19768
|
export type GetDogmaAttributesAttributeIdXCompatibilityDateEnum = typeof GetDogmaAttributesAttributeIdXCompatibilityDateEnum[keyof typeof GetDogmaAttributesAttributeIdXCompatibilityDateEnum];
|
|
19761
19769
|
export const GetDogmaAttributesAttributeIdAcceptLanguageEnum = {
|
|
@@ -19770,7 +19778,7 @@ export const GetDogmaAttributesAttributeIdAcceptLanguageEnum = {
|
|
|
19770
19778
|
} as const;
|
|
19771
19779
|
export type GetDogmaAttributesAttributeIdAcceptLanguageEnum = typeof GetDogmaAttributesAttributeIdAcceptLanguageEnum[keyof typeof GetDogmaAttributesAttributeIdAcceptLanguageEnum];
|
|
19772
19780
|
export const GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = {
|
|
19773
|
-
|
|
19781
|
+
_20260609: '2026-06-09',
|
|
19774
19782
|
} as const;
|
|
19775
19783
|
export type GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = typeof GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum[keyof typeof GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum];
|
|
19776
19784
|
export const GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = {
|
|
@@ -19785,7 +19793,7 @@ export const GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = {
|
|
|
19785
19793
|
} as const;
|
|
19786
19794
|
export type GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = typeof GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum[keyof typeof GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum];
|
|
19787
19795
|
export const GetDogmaEffectsXCompatibilityDateEnum = {
|
|
19788
|
-
|
|
19796
|
+
_20260609: '2026-06-09',
|
|
19789
19797
|
} as const;
|
|
19790
19798
|
export type GetDogmaEffectsXCompatibilityDateEnum = typeof GetDogmaEffectsXCompatibilityDateEnum[keyof typeof GetDogmaEffectsXCompatibilityDateEnum];
|
|
19791
19799
|
export const GetDogmaEffectsAcceptLanguageEnum = {
|
|
@@ -19800,7 +19808,7 @@ export const GetDogmaEffectsAcceptLanguageEnum = {
|
|
|
19800
19808
|
} as const;
|
|
19801
19809
|
export type GetDogmaEffectsAcceptLanguageEnum = typeof GetDogmaEffectsAcceptLanguageEnum[keyof typeof GetDogmaEffectsAcceptLanguageEnum];
|
|
19802
19810
|
export const GetDogmaEffectsEffectIdXCompatibilityDateEnum = {
|
|
19803
|
-
|
|
19811
|
+
_20260609: '2026-06-09',
|
|
19804
19812
|
} as const;
|
|
19805
19813
|
export type GetDogmaEffectsEffectIdXCompatibilityDateEnum = typeof GetDogmaEffectsEffectIdXCompatibilityDateEnum[keyof typeof GetDogmaEffectsEffectIdXCompatibilityDateEnum];
|
|
19806
19814
|
export const GetDogmaEffectsEffectIdAcceptLanguageEnum = {
|
|
@@ -20670,7 +20678,7 @@ export class FactionWarfareApi extends BaseAPI {
|
|
|
20670
20678
|
}
|
|
20671
20679
|
|
|
20672
20680
|
export const GetCharactersCharacterIdFwStatsXCompatibilityDateEnum = {
|
|
20673
|
-
|
|
20681
|
+
_20260609: '2026-06-09',
|
|
20674
20682
|
} as const;
|
|
20675
20683
|
export type GetCharactersCharacterIdFwStatsXCompatibilityDateEnum = typeof GetCharactersCharacterIdFwStatsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFwStatsXCompatibilityDateEnum];
|
|
20676
20684
|
export const GetCharactersCharacterIdFwStatsAcceptLanguageEnum = {
|
|
@@ -20685,7 +20693,7 @@ export const GetCharactersCharacterIdFwStatsAcceptLanguageEnum = {
|
|
|
20685
20693
|
} as const;
|
|
20686
20694
|
export type GetCharactersCharacterIdFwStatsAcceptLanguageEnum = typeof GetCharactersCharacterIdFwStatsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFwStatsAcceptLanguageEnum];
|
|
20687
20695
|
export const GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum = {
|
|
20688
|
-
|
|
20696
|
+
_20260609: '2026-06-09',
|
|
20689
20697
|
} as const;
|
|
20690
20698
|
export type GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum];
|
|
20691
20699
|
export const GetCorporationsCorporationIdFwStatsAcceptLanguageEnum = {
|
|
@@ -20700,7 +20708,7 @@ export const GetCorporationsCorporationIdFwStatsAcceptLanguageEnum = {
|
|
|
20700
20708
|
} as const;
|
|
20701
20709
|
export type GetCorporationsCorporationIdFwStatsAcceptLanguageEnum = typeof GetCorporationsCorporationIdFwStatsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdFwStatsAcceptLanguageEnum];
|
|
20702
20710
|
export const GetFwLeaderboardsXCompatibilityDateEnum = {
|
|
20703
|
-
|
|
20711
|
+
_20260609: '2026-06-09',
|
|
20704
20712
|
} as const;
|
|
20705
20713
|
export type GetFwLeaderboardsXCompatibilityDateEnum = typeof GetFwLeaderboardsXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsXCompatibilityDateEnum];
|
|
20706
20714
|
export const GetFwLeaderboardsAcceptLanguageEnum = {
|
|
@@ -20715,7 +20723,7 @@ export const GetFwLeaderboardsAcceptLanguageEnum = {
|
|
|
20715
20723
|
} as const;
|
|
20716
20724
|
export type GetFwLeaderboardsAcceptLanguageEnum = typeof GetFwLeaderboardsAcceptLanguageEnum[keyof typeof GetFwLeaderboardsAcceptLanguageEnum];
|
|
20717
20725
|
export const GetFwLeaderboardsCharactersXCompatibilityDateEnum = {
|
|
20718
|
-
|
|
20726
|
+
_20260609: '2026-06-09',
|
|
20719
20727
|
} as const;
|
|
20720
20728
|
export type GetFwLeaderboardsCharactersXCompatibilityDateEnum = typeof GetFwLeaderboardsCharactersXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsCharactersXCompatibilityDateEnum];
|
|
20721
20729
|
export const GetFwLeaderboardsCharactersAcceptLanguageEnum = {
|
|
@@ -20730,7 +20738,7 @@ export const GetFwLeaderboardsCharactersAcceptLanguageEnum = {
|
|
|
20730
20738
|
} as const;
|
|
20731
20739
|
export type GetFwLeaderboardsCharactersAcceptLanguageEnum = typeof GetFwLeaderboardsCharactersAcceptLanguageEnum[keyof typeof GetFwLeaderboardsCharactersAcceptLanguageEnum];
|
|
20732
20740
|
export const GetFwLeaderboardsCorporationsXCompatibilityDateEnum = {
|
|
20733
|
-
|
|
20741
|
+
_20260609: '2026-06-09',
|
|
20734
20742
|
} as const;
|
|
20735
20743
|
export type GetFwLeaderboardsCorporationsXCompatibilityDateEnum = typeof GetFwLeaderboardsCorporationsXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsCorporationsXCompatibilityDateEnum];
|
|
20736
20744
|
export const GetFwLeaderboardsCorporationsAcceptLanguageEnum = {
|
|
@@ -20745,7 +20753,7 @@ export const GetFwLeaderboardsCorporationsAcceptLanguageEnum = {
|
|
|
20745
20753
|
} as const;
|
|
20746
20754
|
export type GetFwLeaderboardsCorporationsAcceptLanguageEnum = typeof GetFwLeaderboardsCorporationsAcceptLanguageEnum[keyof typeof GetFwLeaderboardsCorporationsAcceptLanguageEnum];
|
|
20747
20755
|
export const GetFwStatsXCompatibilityDateEnum = {
|
|
20748
|
-
|
|
20756
|
+
_20260609: '2026-06-09',
|
|
20749
20757
|
} as const;
|
|
20750
20758
|
export type GetFwStatsXCompatibilityDateEnum = typeof GetFwStatsXCompatibilityDateEnum[keyof typeof GetFwStatsXCompatibilityDateEnum];
|
|
20751
20759
|
export const GetFwStatsAcceptLanguageEnum = {
|
|
@@ -20760,7 +20768,7 @@ export const GetFwStatsAcceptLanguageEnum = {
|
|
|
20760
20768
|
} as const;
|
|
20761
20769
|
export type GetFwStatsAcceptLanguageEnum = typeof GetFwStatsAcceptLanguageEnum[keyof typeof GetFwStatsAcceptLanguageEnum];
|
|
20762
20770
|
export const GetFwSystemsXCompatibilityDateEnum = {
|
|
20763
|
-
|
|
20771
|
+
_20260609: '2026-06-09',
|
|
20764
20772
|
} as const;
|
|
20765
20773
|
export type GetFwSystemsXCompatibilityDateEnum = typeof GetFwSystemsXCompatibilityDateEnum[keyof typeof GetFwSystemsXCompatibilityDateEnum];
|
|
20766
20774
|
export const GetFwSystemsAcceptLanguageEnum = {
|
|
@@ -20775,7 +20783,7 @@ export const GetFwSystemsAcceptLanguageEnum = {
|
|
|
20775
20783
|
} as const;
|
|
20776
20784
|
export type GetFwSystemsAcceptLanguageEnum = typeof GetFwSystemsAcceptLanguageEnum[keyof typeof GetFwSystemsAcceptLanguageEnum];
|
|
20777
20785
|
export const GetFwWarsXCompatibilityDateEnum = {
|
|
20778
|
-
|
|
20786
|
+
_20260609: '2026-06-09',
|
|
20779
20787
|
} as const;
|
|
20780
20788
|
export type GetFwWarsXCompatibilityDateEnum = typeof GetFwWarsXCompatibilityDateEnum[keyof typeof GetFwWarsXCompatibilityDateEnum];
|
|
20781
20789
|
export const GetFwWarsAcceptLanguageEnum = {
|
|
@@ -21171,7 +21179,7 @@ export class FittingsApi extends BaseAPI {
|
|
|
21171
21179
|
}
|
|
21172
21180
|
|
|
21173
21181
|
export const DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum = {
|
|
21174
|
-
|
|
21182
|
+
_20260609: '2026-06-09',
|
|
21175
21183
|
} as const;
|
|
21176
21184
|
export type DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum];
|
|
21177
21185
|
export const DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum = {
|
|
@@ -21186,7 +21194,7 @@ export const DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum = {
|
|
|
21186
21194
|
} as const;
|
|
21187
21195
|
export type DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum];
|
|
21188
21196
|
export const GetCharactersCharacterIdFittingsXCompatibilityDateEnum = {
|
|
21189
|
-
|
|
21197
|
+
_20260609: '2026-06-09',
|
|
21190
21198
|
} as const;
|
|
21191
21199
|
export type GetCharactersCharacterIdFittingsXCompatibilityDateEnum = typeof GetCharactersCharacterIdFittingsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFittingsXCompatibilityDateEnum];
|
|
21192
21200
|
export const GetCharactersCharacterIdFittingsAcceptLanguageEnum = {
|
|
@@ -21201,7 +21209,7 @@ export const GetCharactersCharacterIdFittingsAcceptLanguageEnum = {
|
|
|
21201
21209
|
} as const;
|
|
21202
21210
|
export type GetCharactersCharacterIdFittingsAcceptLanguageEnum = typeof GetCharactersCharacterIdFittingsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFittingsAcceptLanguageEnum];
|
|
21203
21211
|
export const PostCharactersCharacterIdFittingsXCompatibilityDateEnum = {
|
|
21204
|
-
|
|
21212
|
+
_20260609: '2026-06-09',
|
|
21205
21213
|
} as const;
|
|
21206
21214
|
export type PostCharactersCharacterIdFittingsXCompatibilityDateEnum = typeof PostCharactersCharacterIdFittingsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdFittingsXCompatibilityDateEnum];
|
|
21207
21215
|
export const PostCharactersCharacterIdFittingsAcceptLanguageEnum = {
|
|
@@ -22892,7 +22900,7 @@ export class FleetsApi extends BaseAPI {
|
|
|
22892
22900
|
}
|
|
22893
22901
|
|
|
22894
22902
|
export const DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = {
|
|
22895
|
-
|
|
22903
|
+
_20260609: '2026-06-09',
|
|
22896
22904
|
} as const;
|
|
22897
22905
|
export type DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum];
|
|
22898
22906
|
export const DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum = {
|
|
@@ -22907,7 +22915,7 @@ export const DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum = {
|
|
|
22907
22915
|
} as const;
|
|
22908
22916
|
export type DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum];
|
|
22909
22917
|
export const DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = {
|
|
22910
|
-
|
|
22918
|
+
_20260609: '2026-06-09',
|
|
22911
22919
|
} as const;
|
|
22912
22920
|
export type DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum];
|
|
22913
22921
|
export const DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = {
|
|
@@ -22922,7 +22930,7 @@ export const DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = {
|
|
|
22922
22930
|
} as const;
|
|
22923
22931
|
export type DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum];
|
|
22924
22932
|
export const DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum = {
|
|
22925
|
-
|
|
22933
|
+
_20260609: '2026-06-09',
|
|
22926
22934
|
} as const;
|
|
22927
22935
|
export type DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum];
|
|
22928
22936
|
export const DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum = {
|
|
@@ -22937,7 +22945,7 @@ export const DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum = {
|
|
|
22937
22945
|
} as const;
|
|
22938
22946
|
export type DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum];
|
|
22939
22947
|
export const GetCharactersCharacterIdFleetXCompatibilityDateEnum = {
|
|
22940
|
-
|
|
22948
|
+
_20260609: '2026-06-09',
|
|
22941
22949
|
} as const;
|
|
22942
22950
|
export type GetCharactersCharacterIdFleetXCompatibilityDateEnum = typeof GetCharactersCharacterIdFleetXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFleetXCompatibilityDateEnum];
|
|
22943
22951
|
export const GetCharactersCharacterIdFleetAcceptLanguageEnum = {
|
|
@@ -22952,7 +22960,7 @@ export const GetCharactersCharacterIdFleetAcceptLanguageEnum = {
|
|
|
22952
22960
|
} as const;
|
|
22953
22961
|
export type GetCharactersCharacterIdFleetAcceptLanguageEnum = typeof GetCharactersCharacterIdFleetAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFleetAcceptLanguageEnum];
|
|
22954
22962
|
export const GetFleetsFleetIdXCompatibilityDateEnum = {
|
|
22955
|
-
|
|
22963
|
+
_20260609: '2026-06-09',
|
|
22956
22964
|
} as const;
|
|
22957
22965
|
export type GetFleetsFleetIdXCompatibilityDateEnum = typeof GetFleetsFleetIdXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdXCompatibilityDateEnum];
|
|
22958
22966
|
export const GetFleetsFleetIdAcceptLanguageEnum = {
|
|
@@ -22967,7 +22975,7 @@ export const GetFleetsFleetIdAcceptLanguageEnum = {
|
|
|
22967
22975
|
} as const;
|
|
22968
22976
|
export type GetFleetsFleetIdAcceptLanguageEnum = typeof GetFleetsFleetIdAcceptLanguageEnum[keyof typeof GetFleetsFleetIdAcceptLanguageEnum];
|
|
22969
22977
|
export const GetFleetsFleetIdMembersXCompatibilityDateEnum = {
|
|
22970
|
-
|
|
22978
|
+
_20260609: '2026-06-09',
|
|
22971
22979
|
} as const;
|
|
22972
22980
|
export type GetFleetsFleetIdMembersXCompatibilityDateEnum = typeof GetFleetsFleetIdMembersXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdMembersXCompatibilityDateEnum];
|
|
22973
22981
|
export const GetFleetsFleetIdMembersAcceptLanguageEnum = {
|
|
@@ -22982,7 +22990,7 @@ export const GetFleetsFleetIdMembersAcceptLanguageEnum = {
|
|
|
22982
22990
|
} as const;
|
|
22983
22991
|
export type GetFleetsFleetIdMembersAcceptLanguageEnum = typeof GetFleetsFleetIdMembersAcceptLanguageEnum[keyof typeof GetFleetsFleetIdMembersAcceptLanguageEnum];
|
|
22984
22992
|
export const GetFleetsFleetIdWingsXCompatibilityDateEnum = {
|
|
22985
|
-
|
|
22993
|
+
_20260609: '2026-06-09',
|
|
22986
22994
|
} as const;
|
|
22987
22995
|
export type GetFleetsFleetIdWingsXCompatibilityDateEnum = typeof GetFleetsFleetIdWingsXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdWingsXCompatibilityDateEnum];
|
|
22988
22996
|
export const GetFleetsFleetIdWingsAcceptLanguageEnum = {
|
|
@@ -22997,7 +23005,7 @@ export const GetFleetsFleetIdWingsAcceptLanguageEnum = {
|
|
|
22997
23005
|
} as const;
|
|
22998
23006
|
export type GetFleetsFleetIdWingsAcceptLanguageEnum = typeof GetFleetsFleetIdWingsAcceptLanguageEnum[keyof typeof GetFleetsFleetIdWingsAcceptLanguageEnum];
|
|
22999
23007
|
export const PostFleetsFleetIdMembersXCompatibilityDateEnum = {
|
|
23000
|
-
|
|
23008
|
+
_20260609: '2026-06-09',
|
|
23001
23009
|
} as const;
|
|
23002
23010
|
export type PostFleetsFleetIdMembersXCompatibilityDateEnum = typeof PostFleetsFleetIdMembersXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdMembersXCompatibilityDateEnum];
|
|
23003
23011
|
export const PostFleetsFleetIdMembersAcceptLanguageEnum = {
|
|
@@ -23012,7 +23020,7 @@ export const PostFleetsFleetIdMembersAcceptLanguageEnum = {
|
|
|
23012
23020
|
} as const;
|
|
23013
23021
|
export type PostFleetsFleetIdMembersAcceptLanguageEnum = typeof PostFleetsFleetIdMembersAcceptLanguageEnum[keyof typeof PostFleetsFleetIdMembersAcceptLanguageEnum];
|
|
23014
23022
|
export const PostFleetsFleetIdWingsXCompatibilityDateEnum = {
|
|
23015
|
-
|
|
23023
|
+
_20260609: '2026-06-09',
|
|
23016
23024
|
} as const;
|
|
23017
23025
|
export type PostFleetsFleetIdWingsXCompatibilityDateEnum = typeof PostFleetsFleetIdWingsXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdWingsXCompatibilityDateEnum];
|
|
23018
23026
|
export const PostFleetsFleetIdWingsAcceptLanguageEnum = {
|
|
@@ -23027,7 +23035,7 @@ export const PostFleetsFleetIdWingsAcceptLanguageEnum = {
|
|
|
23027
23035
|
} as const;
|
|
23028
23036
|
export type PostFleetsFleetIdWingsAcceptLanguageEnum = typeof PostFleetsFleetIdWingsAcceptLanguageEnum[keyof typeof PostFleetsFleetIdWingsAcceptLanguageEnum];
|
|
23029
23037
|
export const PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum = {
|
|
23030
|
-
|
|
23038
|
+
_20260609: '2026-06-09',
|
|
23031
23039
|
} as const;
|
|
23032
23040
|
export type PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum = typeof PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum];
|
|
23033
23041
|
export const PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum = {
|
|
@@ -23042,7 +23050,7 @@ export const PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum = {
|
|
|
23042
23050
|
} as const;
|
|
23043
23051
|
export type PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum = typeof PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum[keyof typeof PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum];
|
|
23044
23052
|
export const PutFleetsFleetIdXCompatibilityDateEnum = {
|
|
23045
|
-
|
|
23053
|
+
_20260609: '2026-06-09',
|
|
23046
23054
|
} as const;
|
|
23047
23055
|
export type PutFleetsFleetIdXCompatibilityDateEnum = typeof PutFleetsFleetIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdXCompatibilityDateEnum];
|
|
23048
23056
|
export const PutFleetsFleetIdAcceptLanguageEnum = {
|
|
@@ -23057,7 +23065,7 @@ export const PutFleetsFleetIdAcceptLanguageEnum = {
|
|
|
23057
23065
|
} as const;
|
|
23058
23066
|
export type PutFleetsFleetIdAcceptLanguageEnum = typeof PutFleetsFleetIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdAcceptLanguageEnum];
|
|
23059
23067
|
export const PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = {
|
|
23060
|
-
|
|
23068
|
+
_20260609: '2026-06-09',
|
|
23061
23069
|
} as const;
|
|
23062
23070
|
export type PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = typeof PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum];
|
|
23063
23071
|
export const PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum = {
|
|
@@ -23072,7 +23080,7 @@ export const PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum = {
|
|
|
23072
23080
|
} as const;
|
|
23073
23081
|
export type PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum = typeof PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum];
|
|
23074
23082
|
export const PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = {
|
|
23075
|
-
|
|
23083
|
+
_20260609: '2026-06-09',
|
|
23076
23084
|
} as const;
|
|
23077
23085
|
export type PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = typeof PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum];
|
|
23078
23086
|
export const PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = {
|
|
@@ -23087,7 +23095,7 @@ export const PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = {
|
|
|
23087
23095
|
} as const;
|
|
23088
23096
|
export type PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = typeof PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum];
|
|
23089
23097
|
export const PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum = {
|
|
23090
|
-
|
|
23098
|
+
_20260609: '2026-06-09',
|
|
23091
23099
|
} as const;
|
|
23092
23100
|
export type PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum = typeof PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum];
|
|
23093
23101
|
export const PutFleetsFleetIdWingsWingIdAcceptLanguageEnum = {
|
|
@@ -23880,7 +23888,7 @@ export class FreelanceJobsApi extends BaseAPI {
|
|
|
23880
23888
|
}
|
|
23881
23889
|
|
|
23882
23890
|
export const GetCharactersFreelanceJobsListingXCompatibilityDateEnum = {
|
|
23883
|
-
|
|
23891
|
+
_20260609: '2026-06-09',
|
|
23884
23892
|
} as const;
|
|
23885
23893
|
export type GetCharactersFreelanceJobsListingXCompatibilityDateEnum = typeof GetCharactersFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetCharactersFreelanceJobsListingXCompatibilityDateEnum];
|
|
23886
23894
|
export const GetCharactersFreelanceJobsListingAcceptLanguageEnum = {
|
|
@@ -23895,7 +23903,7 @@ export const GetCharactersFreelanceJobsListingAcceptLanguageEnum = {
|
|
|
23895
23903
|
} as const;
|
|
23896
23904
|
export type GetCharactersFreelanceJobsListingAcceptLanguageEnum = typeof GetCharactersFreelanceJobsListingAcceptLanguageEnum[keyof typeof GetCharactersFreelanceJobsListingAcceptLanguageEnum];
|
|
23897
23905
|
export const GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum = {
|
|
23898
|
-
|
|
23906
|
+
_20260609: '2026-06-09',
|
|
23899
23907
|
} as const;
|
|
23900
23908
|
export type GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum = typeof GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum[keyof typeof GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum];
|
|
23901
23909
|
export const GetCharactersFreelanceJobsParticipationAcceptLanguageEnum = {
|
|
@@ -23910,7 +23918,7 @@ export const GetCharactersFreelanceJobsParticipationAcceptLanguageEnum = {
|
|
|
23910
23918
|
} as const;
|
|
23911
23919
|
export type GetCharactersFreelanceJobsParticipationAcceptLanguageEnum = typeof GetCharactersFreelanceJobsParticipationAcceptLanguageEnum[keyof typeof GetCharactersFreelanceJobsParticipationAcceptLanguageEnum];
|
|
23912
23920
|
export const GetCorporationsFreelanceJobsListingXCompatibilityDateEnum = {
|
|
23913
|
-
|
|
23921
|
+
_20260609: '2026-06-09',
|
|
23914
23922
|
} as const;
|
|
23915
23923
|
export type GetCorporationsFreelanceJobsListingXCompatibilityDateEnum = typeof GetCorporationsFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetCorporationsFreelanceJobsListingXCompatibilityDateEnum];
|
|
23916
23924
|
export const GetCorporationsFreelanceJobsListingAcceptLanguageEnum = {
|
|
@@ -23925,7 +23933,7 @@ export const GetCorporationsFreelanceJobsListingAcceptLanguageEnum = {
|
|
|
23925
23933
|
} as const;
|
|
23926
23934
|
export type GetCorporationsFreelanceJobsListingAcceptLanguageEnum = typeof GetCorporationsFreelanceJobsListingAcceptLanguageEnum[keyof typeof GetCorporationsFreelanceJobsListingAcceptLanguageEnum];
|
|
23927
23935
|
export const GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum = {
|
|
23928
|
-
|
|
23936
|
+
_20260609: '2026-06-09',
|
|
23929
23937
|
} as const;
|
|
23930
23938
|
export type GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum = typeof GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum[keyof typeof GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum];
|
|
23931
23939
|
export const GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum = {
|
|
@@ -23940,7 +23948,7 @@ export const GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum = {
|
|
|
23940
23948
|
} as const;
|
|
23941
23949
|
export type GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum = typeof GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum[keyof typeof GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum];
|
|
23942
23950
|
export const GetFreelanceJobsDetailXCompatibilityDateEnum = {
|
|
23943
|
-
|
|
23951
|
+
_20260609: '2026-06-09',
|
|
23944
23952
|
} as const;
|
|
23945
23953
|
export type GetFreelanceJobsDetailXCompatibilityDateEnum = typeof GetFreelanceJobsDetailXCompatibilityDateEnum[keyof typeof GetFreelanceJobsDetailXCompatibilityDateEnum];
|
|
23946
23954
|
export const GetFreelanceJobsDetailAcceptLanguageEnum = {
|
|
@@ -23955,7 +23963,7 @@ export const GetFreelanceJobsDetailAcceptLanguageEnum = {
|
|
|
23955
23963
|
} as const;
|
|
23956
23964
|
export type GetFreelanceJobsDetailAcceptLanguageEnum = typeof GetFreelanceJobsDetailAcceptLanguageEnum[keyof typeof GetFreelanceJobsDetailAcceptLanguageEnum];
|
|
23957
23965
|
export const GetFreelanceJobsListingXCompatibilityDateEnum = {
|
|
23958
|
-
|
|
23966
|
+
_20260609: '2026-06-09',
|
|
23959
23967
|
} as const;
|
|
23960
23968
|
export type GetFreelanceJobsListingXCompatibilityDateEnum = typeof GetFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetFreelanceJobsListingXCompatibilityDateEnum];
|
|
23961
23969
|
export const GetFreelanceJobsListingAcceptLanguageEnum = {
|
|
@@ -24103,7 +24111,7 @@ export class IncursionsApi extends BaseAPI {
|
|
|
24103
24111
|
}
|
|
24104
24112
|
|
|
24105
24113
|
export const GetIncursionsXCompatibilityDateEnum = {
|
|
24106
|
-
|
|
24114
|
+
_20260609: '2026-06-09',
|
|
24107
24115
|
} as const;
|
|
24108
24116
|
export type GetIncursionsXCompatibilityDateEnum = typeof GetIncursionsXCompatibilityDateEnum[keyof typeof GetIncursionsXCompatibilityDateEnum];
|
|
24109
24117
|
export const GetIncursionsAcceptLanguageEnum = {
|
|
@@ -25080,7 +25088,7 @@ export class IndustryApi extends BaseAPI {
|
|
|
25080
25088
|
}
|
|
25081
25089
|
|
|
25082
25090
|
export const GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum = {
|
|
25083
|
-
|
|
25091
|
+
_20260609: '2026-06-09',
|
|
25084
25092
|
} as const;
|
|
25085
25093
|
export type GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum = typeof GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum];
|
|
25086
25094
|
export const GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum = {
|
|
@@ -25095,7 +25103,7 @@ export const GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum = {
|
|
|
25095
25103
|
} as const;
|
|
25096
25104
|
export type GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum = typeof GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum];
|
|
25097
25105
|
export const GetCharactersCharacterIdMiningXCompatibilityDateEnum = {
|
|
25098
|
-
|
|
25106
|
+
_20260609: '2026-06-09',
|
|
25099
25107
|
} as const;
|
|
25100
25108
|
export type GetCharactersCharacterIdMiningXCompatibilityDateEnum = typeof GetCharactersCharacterIdMiningXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMiningXCompatibilityDateEnum];
|
|
25101
25109
|
export const GetCharactersCharacterIdMiningAcceptLanguageEnum = {
|
|
@@ -25110,7 +25118,7 @@ export const GetCharactersCharacterIdMiningAcceptLanguageEnum = {
|
|
|
25110
25118
|
} as const;
|
|
25111
25119
|
export type GetCharactersCharacterIdMiningAcceptLanguageEnum = typeof GetCharactersCharacterIdMiningAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMiningAcceptLanguageEnum];
|
|
25112
25120
|
export const GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum = {
|
|
25113
|
-
|
|
25121
|
+
_20260609: '2026-06-09',
|
|
25114
25122
|
} as const;
|
|
25115
25123
|
export type GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum];
|
|
25116
25124
|
export const GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum = {
|
|
@@ -25125,7 +25133,7 @@ export const GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum = {
|
|
|
25125
25133
|
} as const;
|
|
25126
25134
|
export type GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum];
|
|
25127
25135
|
export const GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum = {
|
|
25128
|
-
|
|
25136
|
+
_20260609: '2026-06-09',
|
|
25129
25137
|
} as const;
|
|
25130
25138
|
export type GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum];
|
|
25131
25139
|
export const GetCorporationCorporationIdMiningObserversAcceptLanguageEnum = {
|
|
@@ -25140,7 +25148,7 @@ export const GetCorporationCorporationIdMiningObserversAcceptLanguageEnum = {
|
|
|
25140
25148
|
} as const;
|
|
25141
25149
|
export type GetCorporationCorporationIdMiningObserversAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningObserversAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningObserversAcceptLanguageEnum];
|
|
25142
25150
|
export const GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum = {
|
|
25143
|
-
|
|
25151
|
+
_20260609: '2026-06-09',
|
|
25144
25152
|
} as const;
|
|
25145
25153
|
export type GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum];
|
|
25146
25154
|
export const GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum = {
|
|
@@ -25155,7 +25163,7 @@ export const GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageE
|
|
|
25155
25163
|
} as const;
|
|
25156
25164
|
export type GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum];
|
|
25157
25165
|
export const GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum = {
|
|
25158
|
-
|
|
25166
|
+
_20260609: '2026-06-09',
|
|
25159
25167
|
} as const;
|
|
25160
25168
|
export type GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum];
|
|
25161
25169
|
export const GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum = {
|
|
@@ -25170,7 +25178,7 @@ export const GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum = {
|
|
|
25170
25178
|
} as const;
|
|
25171
25179
|
export type GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum = typeof GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum];
|
|
25172
25180
|
export const GetIndustryFacilitiesXCompatibilityDateEnum = {
|
|
25173
|
-
|
|
25181
|
+
_20260609: '2026-06-09',
|
|
25174
25182
|
} as const;
|
|
25175
25183
|
export type GetIndustryFacilitiesXCompatibilityDateEnum = typeof GetIndustryFacilitiesXCompatibilityDateEnum[keyof typeof GetIndustryFacilitiesXCompatibilityDateEnum];
|
|
25176
25184
|
export const GetIndustryFacilitiesAcceptLanguageEnum = {
|
|
@@ -25185,7 +25193,7 @@ export const GetIndustryFacilitiesAcceptLanguageEnum = {
|
|
|
25185
25193
|
} as const;
|
|
25186
25194
|
export type GetIndustryFacilitiesAcceptLanguageEnum = typeof GetIndustryFacilitiesAcceptLanguageEnum[keyof typeof GetIndustryFacilitiesAcceptLanguageEnum];
|
|
25187
25195
|
export const GetIndustrySystemsXCompatibilityDateEnum = {
|
|
25188
|
-
|
|
25196
|
+
_20260609: '2026-06-09',
|
|
25189
25197
|
} as const;
|
|
25190
25198
|
export type GetIndustrySystemsXCompatibilityDateEnum = typeof GetIndustrySystemsXCompatibilityDateEnum[keyof typeof GetIndustrySystemsXCompatibilityDateEnum];
|
|
25191
25199
|
export const GetIndustrySystemsAcceptLanguageEnum = {
|
|
@@ -25333,7 +25341,7 @@ export class InsuranceApi extends BaseAPI {
|
|
|
25333
25341
|
}
|
|
25334
25342
|
|
|
25335
25343
|
export const GetInsurancePricesXCompatibilityDateEnum = {
|
|
25336
|
-
|
|
25344
|
+
_20260609: '2026-06-09',
|
|
25337
25345
|
} as const;
|
|
25338
25346
|
export type GetInsurancePricesXCompatibilityDateEnum = typeof GetInsurancePricesXCompatibilityDateEnum[keyof typeof GetInsurancePricesXCompatibilityDateEnum];
|
|
25339
25347
|
export const GetInsurancePricesAcceptLanguageEnum = {
|
|
@@ -25733,7 +25741,7 @@ export class KillmailsApi extends BaseAPI {
|
|
|
25733
25741
|
}
|
|
25734
25742
|
|
|
25735
25743
|
export const GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = {
|
|
25736
|
-
|
|
25744
|
+
_20260609: '2026-06-09',
|
|
25737
25745
|
} as const;
|
|
25738
25746
|
export type GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = typeof GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum];
|
|
25739
25747
|
export const GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum = {
|
|
@@ -25748,7 +25756,7 @@ export const GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum = {
|
|
|
25748
25756
|
} as const;
|
|
25749
25757
|
export type GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum = typeof GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum];
|
|
25750
25758
|
export const GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = {
|
|
25751
|
-
|
|
25759
|
+
_20260609: '2026-06-09',
|
|
25752
25760
|
} as const;
|
|
25753
25761
|
export type GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = typeof GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum];
|
|
25754
25762
|
export const GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum = {
|
|
@@ -25763,7 +25771,7 @@ export const GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum = {
|
|
|
25763
25771
|
} as const;
|
|
25764
25772
|
export type GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum = typeof GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum];
|
|
25765
25773
|
export const GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = {
|
|
25766
|
-
|
|
25774
|
+
_20260609: '2026-06-09',
|
|
25767
25775
|
} as const;
|
|
25768
25776
|
export type GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = typeof GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum[keyof typeof GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum];
|
|
25769
25777
|
export const GetKillmailsKillmailIdKillmailHashAcceptLanguageEnum = {
|
|
@@ -26144,7 +26152,7 @@ export class LocationApi extends BaseAPI {
|
|
|
26144
26152
|
}
|
|
26145
26153
|
|
|
26146
26154
|
export const GetCharactersCharacterIdLocationXCompatibilityDateEnum = {
|
|
26147
|
-
|
|
26155
|
+
_20260609: '2026-06-09',
|
|
26148
26156
|
} as const;
|
|
26149
26157
|
export type GetCharactersCharacterIdLocationXCompatibilityDateEnum = typeof GetCharactersCharacterIdLocationXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdLocationXCompatibilityDateEnum];
|
|
26150
26158
|
export const GetCharactersCharacterIdLocationAcceptLanguageEnum = {
|
|
@@ -26159,7 +26167,7 @@ export const GetCharactersCharacterIdLocationAcceptLanguageEnum = {
|
|
|
26159
26167
|
} as const;
|
|
26160
26168
|
export type GetCharactersCharacterIdLocationAcceptLanguageEnum = typeof GetCharactersCharacterIdLocationAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdLocationAcceptLanguageEnum];
|
|
26161
26169
|
export const GetCharactersCharacterIdOnlineXCompatibilityDateEnum = {
|
|
26162
|
-
|
|
26170
|
+
_20260609: '2026-06-09',
|
|
26163
26171
|
} as const;
|
|
26164
26172
|
export type GetCharactersCharacterIdOnlineXCompatibilityDateEnum = typeof GetCharactersCharacterIdOnlineXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOnlineXCompatibilityDateEnum];
|
|
26165
26173
|
export const GetCharactersCharacterIdOnlineAcceptLanguageEnum = {
|
|
@@ -26174,7 +26182,7 @@ export const GetCharactersCharacterIdOnlineAcceptLanguageEnum = {
|
|
|
26174
26182
|
} as const;
|
|
26175
26183
|
export type GetCharactersCharacterIdOnlineAcceptLanguageEnum = typeof GetCharactersCharacterIdOnlineAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOnlineAcceptLanguageEnum];
|
|
26176
26184
|
export const GetCharactersCharacterIdShipXCompatibilityDateEnum = {
|
|
26177
|
-
|
|
26185
|
+
_20260609: '2026-06-09',
|
|
26178
26186
|
} as const;
|
|
26179
26187
|
export type GetCharactersCharacterIdShipXCompatibilityDateEnum = typeof GetCharactersCharacterIdShipXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdShipXCompatibilityDateEnum];
|
|
26180
26188
|
export const GetCharactersCharacterIdShipAcceptLanguageEnum = {
|
|
@@ -26440,7 +26448,7 @@ export class LoyaltyApi extends BaseAPI {
|
|
|
26440
26448
|
}
|
|
26441
26449
|
|
|
26442
26450
|
export const GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = {
|
|
26443
|
-
|
|
26451
|
+
_20260609: '2026-06-09',
|
|
26444
26452
|
} as const;
|
|
26445
26453
|
export type GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = typeof GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum];
|
|
26446
26454
|
export const GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum = {
|
|
@@ -26455,7 +26463,7 @@ export const GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum = {
|
|
|
26455
26463
|
} as const;
|
|
26456
26464
|
export type GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum = typeof GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum];
|
|
26457
26465
|
export const GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = {
|
|
26458
|
-
|
|
26466
|
+
_20260609: '2026-06-09',
|
|
26459
26467
|
} as const;
|
|
26460
26468
|
export type GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = typeof GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum[keyof typeof GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum];
|
|
26461
26469
|
export const GetLoyaltyStoresCorporationIdOffersAcceptLanguageEnum = {
|
|
@@ -27570,7 +27578,7 @@ export class MailApi extends BaseAPI {
|
|
|
27570
27578
|
}
|
|
27571
27579
|
|
|
27572
27580
|
export const DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum = {
|
|
27573
|
-
|
|
27581
|
+
_20260609: '2026-06-09',
|
|
27574
27582
|
} as const;
|
|
27575
27583
|
export type DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum];
|
|
27576
27584
|
export const DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum = {
|
|
@@ -27585,7 +27593,7 @@ export const DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum = {
|
|
|
27585
27593
|
} as const;
|
|
27586
27594
|
export type DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum];
|
|
27587
27595
|
export const DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum = {
|
|
27588
|
-
|
|
27596
|
+
_20260609: '2026-06-09',
|
|
27589
27597
|
} as const;
|
|
27590
27598
|
export type DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
|
|
27591
27599
|
export const DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum = {
|
|
@@ -27600,7 +27608,7 @@ export const DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum = {
|
|
|
27600
27608
|
} as const;
|
|
27601
27609
|
export type DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum];
|
|
27602
27610
|
export const GetCharactersCharacterIdMailXCompatibilityDateEnum = {
|
|
27603
|
-
|
|
27611
|
+
_20260609: '2026-06-09',
|
|
27604
27612
|
} as const;
|
|
27605
27613
|
export type GetCharactersCharacterIdMailXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailXCompatibilityDateEnum];
|
|
27606
27614
|
export const GetCharactersCharacterIdMailAcceptLanguageEnum = {
|
|
@@ -27615,7 +27623,7 @@ export const GetCharactersCharacterIdMailAcceptLanguageEnum = {
|
|
|
27615
27623
|
} as const;
|
|
27616
27624
|
export type GetCharactersCharacterIdMailAcceptLanguageEnum = typeof GetCharactersCharacterIdMailAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailAcceptLanguageEnum];
|
|
27617
27625
|
export const GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum = {
|
|
27618
|
-
|
|
27626
|
+
_20260609: '2026-06-09',
|
|
27619
27627
|
} as const;
|
|
27620
27628
|
export type GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum];
|
|
27621
27629
|
export const GetCharactersCharacterIdMailLabelsAcceptLanguageEnum = {
|
|
@@ -27630,7 +27638,7 @@ export const GetCharactersCharacterIdMailLabelsAcceptLanguageEnum = {
|
|
|
27630
27638
|
} as const;
|
|
27631
27639
|
export type GetCharactersCharacterIdMailLabelsAcceptLanguageEnum = typeof GetCharactersCharacterIdMailLabelsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailLabelsAcceptLanguageEnum];
|
|
27632
27640
|
export const GetCharactersCharacterIdMailListsXCompatibilityDateEnum = {
|
|
27633
|
-
|
|
27641
|
+
_20260609: '2026-06-09',
|
|
27634
27642
|
} as const;
|
|
27635
27643
|
export type GetCharactersCharacterIdMailListsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailListsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailListsXCompatibilityDateEnum];
|
|
27636
27644
|
export const GetCharactersCharacterIdMailListsAcceptLanguageEnum = {
|
|
@@ -27645,7 +27653,7 @@ export const GetCharactersCharacterIdMailListsAcceptLanguageEnum = {
|
|
|
27645
27653
|
} as const;
|
|
27646
27654
|
export type GetCharactersCharacterIdMailListsAcceptLanguageEnum = typeof GetCharactersCharacterIdMailListsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailListsAcceptLanguageEnum];
|
|
27647
27655
|
export const GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum = {
|
|
27648
|
-
|
|
27656
|
+
_20260609: '2026-06-09',
|
|
27649
27657
|
} as const;
|
|
27650
27658
|
export type GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
|
|
27651
27659
|
export const GetCharactersCharacterIdMailMailIdAcceptLanguageEnum = {
|
|
@@ -27660,7 +27668,7 @@ export const GetCharactersCharacterIdMailMailIdAcceptLanguageEnum = {
|
|
|
27660
27668
|
} as const;
|
|
27661
27669
|
export type GetCharactersCharacterIdMailMailIdAcceptLanguageEnum = typeof GetCharactersCharacterIdMailMailIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailMailIdAcceptLanguageEnum];
|
|
27662
27670
|
export const PostCharactersCharacterIdMailXCompatibilityDateEnum = {
|
|
27663
|
-
|
|
27671
|
+
_20260609: '2026-06-09',
|
|
27664
27672
|
} as const;
|
|
27665
27673
|
export type PostCharactersCharacterIdMailXCompatibilityDateEnum = typeof PostCharactersCharacterIdMailXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdMailXCompatibilityDateEnum];
|
|
27666
27674
|
export const PostCharactersCharacterIdMailAcceptLanguageEnum = {
|
|
@@ -27675,7 +27683,7 @@ export const PostCharactersCharacterIdMailAcceptLanguageEnum = {
|
|
|
27675
27683
|
} as const;
|
|
27676
27684
|
export type PostCharactersCharacterIdMailAcceptLanguageEnum = typeof PostCharactersCharacterIdMailAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdMailAcceptLanguageEnum];
|
|
27677
27685
|
export const PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum = {
|
|
27678
|
-
|
|
27686
|
+
_20260609: '2026-06-09',
|
|
27679
27687
|
} as const;
|
|
27680
27688
|
export type PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum = typeof PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum];
|
|
27681
27689
|
export const PostCharactersCharacterIdMailLabelsAcceptLanguageEnum = {
|
|
@@ -27690,7 +27698,7 @@ export const PostCharactersCharacterIdMailLabelsAcceptLanguageEnum = {
|
|
|
27690
27698
|
} as const;
|
|
27691
27699
|
export type PostCharactersCharacterIdMailLabelsAcceptLanguageEnum = typeof PostCharactersCharacterIdMailLabelsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdMailLabelsAcceptLanguageEnum];
|
|
27692
27700
|
export const PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum = {
|
|
27693
|
-
|
|
27701
|
+
_20260609: '2026-06-09',
|
|
27694
27702
|
} as const;
|
|
27695
27703
|
export type PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
|
|
27696
27704
|
export const PutCharactersCharacterIdMailMailIdAcceptLanguageEnum = {
|
|
@@ -28997,7 +29005,7 @@ export class MarketApi extends BaseAPI {
|
|
|
28997
29005
|
}
|
|
28998
29006
|
|
|
28999
29007
|
export const GetCharactersCharacterIdOrdersXCompatibilityDateEnum = {
|
|
29000
|
-
|
|
29008
|
+
_20260609: '2026-06-09',
|
|
29001
29009
|
} as const;
|
|
29002
29010
|
export type GetCharactersCharacterIdOrdersXCompatibilityDateEnum = typeof GetCharactersCharacterIdOrdersXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOrdersXCompatibilityDateEnum];
|
|
29003
29011
|
export const GetCharactersCharacterIdOrdersAcceptLanguageEnum = {
|
|
@@ -29012,7 +29020,7 @@ export const GetCharactersCharacterIdOrdersAcceptLanguageEnum = {
|
|
|
29012
29020
|
} as const;
|
|
29013
29021
|
export type GetCharactersCharacterIdOrdersAcceptLanguageEnum = typeof GetCharactersCharacterIdOrdersAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOrdersAcceptLanguageEnum];
|
|
29014
29022
|
export const GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = {
|
|
29015
|
-
|
|
29023
|
+
_20260609: '2026-06-09',
|
|
29016
29024
|
} as const;
|
|
29017
29025
|
export type GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = typeof GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum];
|
|
29018
29026
|
export const GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = {
|
|
@@ -29027,7 +29035,7 @@ export const GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = {
|
|
|
29027
29035
|
} as const;
|
|
29028
29036
|
export type GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = typeof GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum];
|
|
29029
29037
|
export const GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = {
|
|
29030
|
-
|
|
29038
|
+
_20260609: '2026-06-09',
|
|
29031
29039
|
} as const;
|
|
29032
29040
|
export type GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdOrdersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdOrdersXCompatibilityDateEnum];
|
|
29033
29041
|
export const GetCorporationsCorporationIdOrdersAcceptLanguageEnum = {
|
|
@@ -29042,7 +29050,7 @@ export const GetCorporationsCorporationIdOrdersAcceptLanguageEnum = {
|
|
|
29042
29050
|
} as const;
|
|
29043
29051
|
export type GetCorporationsCorporationIdOrdersAcceptLanguageEnum = typeof GetCorporationsCorporationIdOrdersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdOrdersAcceptLanguageEnum];
|
|
29044
29052
|
export const GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = {
|
|
29045
|
-
|
|
29053
|
+
_20260609: '2026-06-09',
|
|
29046
29054
|
} as const;
|
|
29047
29055
|
export type GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum];
|
|
29048
29056
|
export const GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = {
|
|
@@ -29057,7 +29065,7 @@ export const GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = {
|
|
|
29057
29065
|
} as const;
|
|
29058
29066
|
export type GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum];
|
|
29059
29067
|
export const GetMarketsGroupsXCompatibilityDateEnum = {
|
|
29060
|
-
|
|
29068
|
+
_20260609: '2026-06-09',
|
|
29061
29069
|
} as const;
|
|
29062
29070
|
export type GetMarketsGroupsXCompatibilityDateEnum = typeof GetMarketsGroupsXCompatibilityDateEnum[keyof typeof GetMarketsGroupsXCompatibilityDateEnum];
|
|
29063
29071
|
export const GetMarketsGroupsAcceptLanguageEnum = {
|
|
@@ -29072,7 +29080,7 @@ export const GetMarketsGroupsAcceptLanguageEnum = {
|
|
|
29072
29080
|
} as const;
|
|
29073
29081
|
export type GetMarketsGroupsAcceptLanguageEnum = typeof GetMarketsGroupsAcceptLanguageEnum[keyof typeof GetMarketsGroupsAcceptLanguageEnum];
|
|
29074
29082
|
export const GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = {
|
|
29075
|
-
|
|
29083
|
+
_20260609: '2026-06-09',
|
|
29076
29084
|
} as const;
|
|
29077
29085
|
export type GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = typeof GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum[keyof typeof GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum];
|
|
29078
29086
|
export const GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = {
|
|
@@ -29087,7 +29095,7 @@ export const GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = {
|
|
|
29087
29095
|
} as const;
|
|
29088
29096
|
export type GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = typeof GetMarketsGroupsMarketGroupIdAcceptLanguageEnum[keyof typeof GetMarketsGroupsMarketGroupIdAcceptLanguageEnum];
|
|
29089
29097
|
export const GetMarketsPricesXCompatibilityDateEnum = {
|
|
29090
|
-
|
|
29098
|
+
_20260609: '2026-06-09',
|
|
29091
29099
|
} as const;
|
|
29092
29100
|
export type GetMarketsPricesXCompatibilityDateEnum = typeof GetMarketsPricesXCompatibilityDateEnum[keyof typeof GetMarketsPricesXCompatibilityDateEnum];
|
|
29093
29101
|
export const GetMarketsPricesAcceptLanguageEnum = {
|
|
@@ -29102,7 +29110,7 @@ export const GetMarketsPricesAcceptLanguageEnum = {
|
|
|
29102
29110
|
} as const;
|
|
29103
29111
|
export type GetMarketsPricesAcceptLanguageEnum = typeof GetMarketsPricesAcceptLanguageEnum[keyof typeof GetMarketsPricesAcceptLanguageEnum];
|
|
29104
29112
|
export const GetMarketsRegionIdHistoryXCompatibilityDateEnum = {
|
|
29105
|
-
|
|
29113
|
+
_20260609: '2026-06-09',
|
|
29106
29114
|
} as const;
|
|
29107
29115
|
export type GetMarketsRegionIdHistoryXCompatibilityDateEnum = typeof GetMarketsRegionIdHistoryXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdHistoryXCompatibilityDateEnum];
|
|
29108
29116
|
export const GetMarketsRegionIdHistoryAcceptLanguageEnum = {
|
|
@@ -29123,7 +29131,7 @@ export const GetMarketsRegionIdOrdersOrderTypeEnum = {
|
|
|
29123
29131
|
} as const;
|
|
29124
29132
|
export type GetMarketsRegionIdOrdersOrderTypeEnum = typeof GetMarketsRegionIdOrdersOrderTypeEnum[keyof typeof GetMarketsRegionIdOrdersOrderTypeEnum];
|
|
29125
29133
|
export const GetMarketsRegionIdOrdersXCompatibilityDateEnum = {
|
|
29126
|
-
|
|
29134
|
+
_20260609: '2026-06-09',
|
|
29127
29135
|
} as const;
|
|
29128
29136
|
export type GetMarketsRegionIdOrdersXCompatibilityDateEnum = typeof GetMarketsRegionIdOrdersXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdOrdersXCompatibilityDateEnum];
|
|
29129
29137
|
export const GetMarketsRegionIdOrdersAcceptLanguageEnum = {
|
|
@@ -29138,7 +29146,7 @@ export const GetMarketsRegionIdOrdersAcceptLanguageEnum = {
|
|
|
29138
29146
|
} as const;
|
|
29139
29147
|
export type GetMarketsRegionIdOrdersAcceptLanguageEnum = typeof GetMarketsRegionIdOrdersAcceptLanguageEnum[keyof typeof GetMarketsRegionIdOrdersAcceptLanguageEnum];
|
|
29140
29148
|
export const GetMarketsRegionIdTypesXCompatibilityDateEnum = {
|
|
29141
|
-
|
|
29149
|
+
_20260609: '2026-06-09',
|
|
29142
29150
|
} as const;
|
|
29143
29151
|
export type GetMarketsRegionIdTypesXCompatibilityDateEnum = typeof GetMarketsRegionIdTypesXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdTypesXCompatibilityDateEnum];
|
|
29144
29152
|
export const GetMarketsRegionIdTypesAcceptLanguageEnum = {
|
|
@@ -29153,7 +29161,7 @@ export const GetMarketsRegionIdTypesAcceptLanguageEnum = {
|
|
|
29153
29161
|
} as const;
|
|
29154
29162
|
export type GetMarketsRegionIdTypesAcceptLanguageEnum = typeof GetMarketsRegionIdTypesAcceptLanguageEnum[keyof typeof GetMarketsRegionIdTypesAcceptLanguageEnum];
|
|
29155
29163
|
export const GetMarketsStructuresStructureIdXCompatibilityDateEnum = {
|
|
29156
|
-
|
|
29164
|
+
_20260609: '2026-06-09',
|
|
29157
29165
|
} as const;
|
|
29158
29166
|
export type GetMarketsStructuresStructureIdXCompatibilityDateEnum = typeof GetMarketsStructuresStructureIdXCompatibilityDateEnum[keyof typeof GetMarketsStructuresStructureIdXCompatibilityDateEnum];
|
|
29159
29167
|
export const GetMarketsStructuresStructureIdAcceptLanguageEnum = {
|
|
@@ -29501,7 +29509,7 @@ export class MetaApi extends BaseAPI {
|
|
|
29501
29509
|
}
|
|
29502
29510
|
|
|
29503
29511
|
export const GetMetaChangelogXCompatibilityDateEnum = {
|
|
29504
|
-
|
|
29512
|
+
_20260609: '2026-06-09',
|
|
29505
29513
|
} as const;
|
|
29506
29514
|
export type GetMetaChangelogXCompatibilityDateEnum = typeof GetMetaChangelogXCompatibilityDateEnum[keyof typeof GetMetaChangelogXCompatibilityDateEnum];
|
|
29507
29515
|
export const GetMetaChangelogAcceptLanguageEnum = {
|
|
@@ -29516,7 +29524,7 @@ export const GetMetaChangelogAcceptLanguageEnum = {
|
|
|
29516
29524
|
} as const;
|
|
29517
29525
|
export type GetMetaChangelogAcceptLanguageEnum = typeof GetMetaChangelogAcceptLanguageEnum[keyof typeof GetMetaChangelogAcceptLanguageEnum];
|
|
29518
29526
|
export const GetMetaCompatibilityDatesXCompatibilityDateEnum = {
|
|
29519
|
-
|
|
29527
|
+
_20260609: '2026-06-09',
|
|
29520
29528
|
} as const;
|
|
29521
29529
|
export type GetMetaCompatibilityDatesXCompatibilityDateEnum = typeof GetMetaCompatibilityDatesXCompatibilityDateEnum[keyof typeof GetMetaCompatibilityDatesXCompatibilityDateEnum];
|
|
29522
29530
|
export const GetMetaCompatibilityDatesAcceptLanguageEnum = {
|
|
@@ -29531,7 +29539,7 @@ export const GetMetaCompatibilityDatesAcceptLanguageEnum = {
|
|
|
29531
29539
|
} as const;
|
|
29532
29540
|
export type GetMetaCompatibilityDatesAcceptLanguageEnum = typeof GetMetaCompatibilityDatesAcceptLanguageEnum[keyof typeof GetMetaCompatibilityDatesAcceptLanguageEnum];
|
|
29533
29541
|
export const GetMetaStatusXCompatibilityDateEnum = {
|
|
29534
|
-
|
|
29542
|
+
_20260609: '2026-06-09',
|
|
29535
29543
|
} as const;
|
|
29536
29544
|
export type GetMetaStatusXCompatibilityDateEnum = typeof GetMetaStatusXCompatibilityDateEnum[keyof typeof GetMetaStatusXCompatibilityDateEnum];
|
|
29537
29545
|
export const GetMetaStatusAcceptLanguageEnum = {
|
|
@@ -30034,7 +30042,7 @@ export class PlanetaryInteractionApi extends BaseAPI {
|
|
|
30034
30042
|
}
|
|
30035
30043
|
|
|
30036
30044
|
export const GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = {
|
|
30037
|
-
|
|
30045
|
+
_20260609: '2026-06-09',
|
|
30038
30046
|
} as const;
|
|
30039
30047
|
export type GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = typeof GetCharactersCharacterIdPlanetsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPlanetsXCompatibilityDateEnum];
|
|
30040
30048
|
export const GetCharactersCharacterIdPlanetsAcceptLanguageEnum = {
|
|
@@ -30049,7 +30057,7 @@ export const GetCharactersCharacterIdPlanetsAcceptLanguageEnum = {
|
|
|
30049
30057
|
} as const;
|
|
30050
30058
|
export type GetCharactersCharacterIdPlanetsAcceptLanguageEnum = typeof GetCharactersCharacterIdPlanetsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPlanetsAcceptLanguageEnum];
|
|
30051
30059
|
export const GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = {
|
|
30052
|
-
|
|
30060
|
+
_20260609: '2026-06-09',
|
|
30053
30061
|
} as const;
|
|
30054
30062
|
export type GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum];
|
|
30055
30063
|
export const GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum = {
|
|
@@ -30064,7 +30072,7 @@ export const GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum = {
|
|
|
30064
30072
|
} as const;
|
|
30065
30073
|
export type GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum = typeof GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum];
|
|
30066
30074
|
export const GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = {
|
|
30067
|
-
|
|
30075
|
+
_20260609: '2026-06-09',
|
|
30068
30076
|
} as const;
|
|
30069
30077
|
export type GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum];
|
|
30070
30078
|
export const GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum = {
|
|
@@ -30079,7 +30087,7 @@ export const GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum = {
|
|
|
30079
30087
|
} as const;
|
|
30080
30088
|
export type GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum = typeof GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum];
|
|
30081
30089
|
export const GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = {
|
|
30082
|
-
|
|
30090
|
+
_20260609: '2026-06-09',
|
|
30083
30091
|
} as const;
|
|
30084
30092
|
export type GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = typeof GetUniverseSchematicsSchematicIdXCompatibilityDateEnum[keyof typeof GetUniverseSchematicsSchematicIdXCompatibilityDateEnum];
|
|
30085
30093
|
export const GetUniverseSchematicsSchematicIdAcceptLanguageEnum = {
|
|
@@ -30249,7 +30257,7 @@ export class RoutesApi extends BaseAPI {
|
|
|
30249
30257
|
}
|
|
30250
30258
|
|
|
30251
30259
|
export const PostRouteXCompatibilityDateEnum = {
|
|
30252
|
-
|
|
30260
|
+
_20260609: '2026-06-09',
|
|
30253
30261
|
} as const;
|
|
30254
30262
|
export type PostRouteXCompatibilityDateEnum = typeof PostRouteXCompatibilityDateEnum[keyof typeof PostRouteXCompatibilityDateEnum];
|
|
30255
30263
|
export const PostRouteAcceptLanguageEnum = {
|
|
@@ -30450,7 +30458,7 @@ export const GetCharactersCharacterIdSearchCategoriesEnum = {
|
|
|
30450
30458
|
} as const;
|
|
30451
30459
|
export type GetCharactersCharacterIdSearchCategoriesEnum = typeof GetCharactersCharacterIdSearchCategoriesEnum[keyof typeof GetCharactersCharacterIdSearchCategoriesEnum];
|
|
30452
30460
|
export const GetCharactersCharacterIdSearchXCompatibilityDateEnum = {
|
|
30453
|
-
|
|
30461
|
+
_20260609: '2026-06-09',
|
|
30454
30462
|
} as const;
|
|
30455
30463
|
export type GetCharactersCharacterIdSearchXCompatibilityDateEnum = typeof GetCharactersCharacterIdSearchXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSearchXCompatibilityDateEnum];
|
|
30456
30464
|
export const GetCharactersCharacterIdSearchAcceptLanguageEnum = {
|
|
@@ -30831,7 +30839,7 @@ export class SkillsApi extends BaseAPI {
|
|
|
30831
30839
|
}
|
|
30832
30840
|
|
|
30833
30841
|
export const GetCharactersCharacterIdAttributesXCompatibilityDateEnum = {
|
|
30834
|
-
|
|
30842
|
+
_20260609: '2026-06-09',
|
|
30835
30843
|
} as const;
|
|
30836
30844
|
export type GetCharactersCharacterIdAttributesXCompatibilityDateEnum = typeof GetCharactersCharacterIdAttributesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAttributesXCompatibilityDateEnum];
|
|
30837
30845
|
export const GetCharactersCharacterIdAttributesAcceptLanguageEnum = {
|
|
@@ -30846,7 +30854,7 @@ export const GetCharactersCharacterIdAttributesAcceptLanguageEnum = {
|
|
|
30846
30854
|
} as const;
|
|
30847
30855
|
export type GetCharactersCharacterIdAttributesAcceptLanguageEnum = typeof GetCharactersCharacterIdAttributesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAttributesAcceptLanguageEnum];
|
|
30848
30856
|
export const GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = {
|
|
30849
|
-
|
|
30857
|
+
_20260609: '2026-06-09',
|
|
30850
30858
|
} as const;
|
|
30851
30859
|
export type GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = typeof GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum];
|
|
30852
30860
|
export const GetCharactersCharacterIdSkillqueueAcceptLanguageEnum = {
|
|
@@ -30861,7 +30869,7 @@ export const GetCharactersCharacterIdSkillqueueAcceptLanguageEnum = {
|
|
|
30861
30869
|
} as const;
|
|
30862
30870
|
export type GetCharactersCharacterIdSkillqueueAcceptLanguageEnum = typeof GetCharactersCharacterIdSkillqueueAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdSkillqueueAcceptLanguageEnum];
|
|
30863
30871
|
export const GetCharactersCharacterIdSkillsXCompatibilityDateEnum = {
|
|
30864
|
-
|
|
30872
|
+
_20260609: '2026-06-09',
|
|
30865
30873
|
} as const;
|
|
30866
30874
|
export type GetCharactersCharacterIdSkillsXCompatibilityDateEnum = typeof GetCharactersCharacterIdSkillsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSkillsXCompatibilityDateEnum];
|
|
30867
30875
|
export const GetCharactersCharacterIdSkillsAcceptLanguageEnum = {
|
|
@@ -31109,7 +31117,7 @@ export class SovereigntyApi extends BaseAPI {
|
|
|
31109
31117
|
}
|
|
31110
31118
|
|
|
31111
31119
|
export const GetSovereigntyCampaignsXCompatibilityDateEnum = {
|
|
31112
|
-
|
|
31120
|
+
_20260609: '2026-06-09',
|
|
31113
31121
|
} as const;
|
|
31114
31122
|
export type GetSovereigntyCampaignsXCompatibilityDateEnum = typeof GetSovereigntyCampaignsXCompatibilityDateEnum[keyof typeof GetSovereigntyCampaignsXCompatibilityDateEnum];
|
|
31115
31123
|
export const GetSovereigntyCampaignsAcceptLanguageEnum = {
|
|
@@ -31124,7 +31132,7 @@ export const GetSovereigntyCampaignsAcceptLanguageEnum = {
|
|
|
31124
31132
|
} as const;
|
|
31125
31133
|
export type GetSovereigntyCampaignsAcceptLanguageEnum = typeof GetSovereigntyCampaignsAcceptLanguageEnum[keyof typeof GetSovereigntyCampaignsAcceptLanguageEnum];
|
|
31126
31134
|
export const GetSovereigntySystemsXCompatibilityDateEnum = {
|
|
31127
|
-
|
|
31135
|
+
_20260609: '2026-06-09',
|
|
31128
31136
|
} as const;
|
|
31129
31137
|
export type GetSovereigntySystemsXCompatibilityDateEnum = typeof GetSovereigntySystemsXCompatibilityDateEnum[keyof typeof GetSovereigntySystemsXCompatibilityDateEnum];
|
|
31130
31138
|
export const GetSovereigntySystemsAcceptLanguageEnum = {
|
|
@@ -31272,7 +31280,7 @@ export class StatusApi extends BaseAPI {
|
|
|
31272
31280
|
}
|
|
31273
31281
|
|
|
31274
31282
|
export const GetStatusXCompatibilityDateEnum = {
|
|
31275
|
-
|
|
31283
|
+
_20260609: '2026-06-09',
|
|
31276
31284
|
} as const;
|
|
31277
31285
|
export type GetStatusXCompatibilityDateEnum = typeof GetStatusXCompatibilityDateEnum[keyof typeof GetStatusXCompatibilityDateEnum];
|
|
31278
31286
|
export const GetStatusAcceptLanguageEnum = {
|
|
@@ -32007,7 +32015,7 @@ export class StructuresApi extends BaseAPI {
|
|
|
32007
32015
|
}
|
|
32008
32016
|
|
|
32009
32017
|
export const GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum = {
|
|
32010
|
-
|
|
32018
|
+
_20260609: '2026-06-09',
|
|
32011
32019
|
} as const;
|
|
32012
32020
|
export type GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum = typeof GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum[keyof typeof GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum];
|
|
32013
32021
|
export const GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum = {
|
|
@@ -32022,7 +32030,7 @@ export const GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum = {
|
|
|
32022
32030
|
} as const;
|
|
32023
32031
|
export type GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum = typeof GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum[keyof typeof GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum];
|
|
32024
32032
|
export const GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum = {
|
|
32025
|
-
|
|
32033
|
+
_20260609: '2026-06-09',
|
|
32026
32034
|
} as const;
|
|
32027
32035
|
export type GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum = typeof GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum[keyof typeof GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum];
|
|
32028
32036
|
export const GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum = {
|
|
@@ -32037,7 +32045,7 @@ export const GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum = {
|
|
|
32037
32045
|
} as const;
|
|
32038
32046
|
export type GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum = typeof GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum[keyof typeof GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum];
|
|
32039
32047
|
export const GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum = {
|
|
32040
|
-
|
|
32048
|
+
_20260609: '2026-06-09',
|
|
32041
32049
|
} as const;
|
|
32042
32050
|
export type GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum = typeof GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum];
|
|
32043
32051
|
export const GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum = {
|
|
@@ -32052,7 +32060,7 @@ export const GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum = {
|
|
|
32052
32060
|
} as const;
|
|
32053
32061
|
export type GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum = typeof GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum];
|
|
32054
32062
|
export const GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum = {
|
|
32055
|
-
|
|
32063
|
+
_20260609: '2026-06-09',
|
|
32056
32064
|
} as const;
|
|
32057
32065
|
export type GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum = typeof GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum];
|
|
32058
32066
|
export const GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum = {
|
|
@@ -32067,7 +32075,7 @@ export const GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum = {
|
|
|
32067
32075
|
} as const;
|
|
32068
32076
|
export type GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum = typeof GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum];
|
|
32069
32077
|
export const GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum = {
|
|
32070
|
-
|
|
32078
|
+
_20260609: '2026-06-09',
|
|
32071
32079
|
} as const;
|
|
32072
32080
|
export type GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum = typeof GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum];
|
|
32073
32081
|
export const GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum = {
|
|
@@ -32082,7 +32090,7 @@ export const GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum =
|
|
|
32082
32090
|
} as const;
|
|
32083
32091
|
export type GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum = typeof GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum];
|
|
32084
32092
|
export const GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum = {
|
|
32085
|
-
|
|
32093
|
+
_20260609: '2026-06-09',
|
|
32086
32094
|
} as const;
|
|
32087
32095
|
export type GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum = typeof GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum];
|
|
32088
32096
|
export const GetCorporationsStructuresSovereigntyHubsListingAcceptLanguageEnum = {
|
|
@@ -35272,7 +35280,7 @@ export class UniverseApi extends BaseAPI {
|
|
|
35272
35280
|
}
|
|
35273
35281
|
|
|
35274
35282
|
export const GetUniverseAncestriesXCompatibilityDateEnum = {
|
|
35275
|
-
|
|
35283
|
+
_20260609: '2026-06-09',
|
|
35276
35284
|
} as const;
|
|
35277
35285
|
export type GetUniverseAncestriesXCompatibilityDateEnum = typeof GetUniverseAncestriesXCompatibilityDateEnum[keyof typeof GetUniverseAncestriesXCompatibilityDateEnum];
|
|
35278
35286
|
export const GetUniverseAncestriesAcceptLanguageEnum = {
|
|
@@ -35287,7 +35295,7 @@ export const GetUniverseAncestriesAcceptLanguageEnum = {
|
|
|
35287
35295
|
} as const;
|
|
35288
35296
|
export type GetUniverseAncestriesAcceptLanguageEnum = typeof GetUniverseAncestriesAcceptLanguageEnum[keyof typeof GetUniverseAncestriesAcceptLanguageEnum];
|
|
35289
35297
|
export const GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum = {
|
|
35290
|
-
|
|
35298
|
+
_20260609: '2026-06-09',
|
|
35291
35299
|
} as const;
|
|
35292
35300
|
export type GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum = typeof GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum[keyof typeof GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum];
|
|
35293
35301
|
export const GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum = {
|
|
@@ -35302,7 +35310,7 @@ export const GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum = {
|
|
|
35302
35310
|
} as const;
|
|
35303
35311
|
export type GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum = typeof GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum[keyof typeof GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum];
|
|
35304
35312
|
export const GetUniverseBloodlinesXCompatibilityDateEnum = {
|
|
35305
|
-
|
|
35313
|
+
_20260609: '2026-06-09',
|
|
35306
35314
|
} as const;
|
|
35307
35315
|
export type GetUniverseBloodlinesXCompatibilityDateEnum = typeof GetUniverseBloodlinesXCompatibilityDateEnum[keyof typeof GetUniverseBloodlinesXCompatibilityDateEnum];
|
|
35308
35316
|
export const GetUniverseBloodlinesAcceptLanguageEnum = {
|
|
@@ -35317,7 +35325,7 @@ export const GetUniverseBloodlinesAcceptLanguageEnum = {
|
|
|
35317
35325
|
} as const;
|
|
35318
35326
|
export type GetUniverseBloodlinesAcceptLanguageEnum = typeof GetUniverseBloodlinesAcceptLanguageEnum[keyof typeof GetUniverseBloodlinesAcceptLanguageEnum];
|
|
35319
35327
|
export const GetUniverseCategoriesXCompatibilityDateEnum = {
|
|
35320
|
-
|
|
35328
|
+
_20260609: '2026-06-09',
|
|
35321
35329
|
} as const;
|
|
35322
35330
|
export type GetUniverseCategoriesXCompatibilityDateEnum = typeof GetUniverseCategoriesXCompatibilityDateEnum[keyof typeof GetUniverseCategoriesXCompatibilityDateEnum];
|
|
35323
35331
|
export const GetUniverseCategoriesAcceptLanguageEnum = {
|
|
@@ -35332,7 +35340,7 @@ export const GetUniverseCategoriesAcceptLanguageEnum = {
|
|
|
35332
35340
|
} as const;
|
|
35333
35341
|
export type GetUniverseCategoriesAcceptLanguageEnum = typeof GetUniverseCategoriesAcceptLanguageEnum[keyof typeof GetUniverseCategoriesAcceptLanguageEnum];
|
|
35334
35342
|
export const GetUniverseCategoriesCategoryIdXCompatibilityDateEnum = {
|
|
35335
|
-
|
|
35343
|
+
_20260609: '2026-06-09',
|
|
35336
35344
|
} as const;
|
|
35337
35345
|
export type GetUniverseCategoriesCategoryIdXCompatibilityDateEnum = typeof GetUniverseCategoriesCategoryIdXCompatibilityDateEnum[keyof typeof GetUniverseCategoriesCategoryIdXCompatibilityDateEnum];
|
|
35338
35346
|
export const GetUniverseCategoriesCategoryIdAcceptLanguageEnum = {
|
|
@@ -35347,7 +35355,7 @@ export const GetUniverseCategoriesCategoryIdAcceptLanguageEnum = {
|
|
|
35347
35355
|
} as const;
|
|
35348
35356
|
export type GetUniverseCategoriesCategoryIdAcceptLanguageEnum = typeof GetUniverseCategoriesCategoryIdAcceptLanguageEnum[keyof typeof GetUniverseCategoriesCategoryIdAcceptLanguageEnum];
|
|
35349
35357
|
export const GetUniverseConstellationsXCompatibilityDateEnum = {
|
|
35350
|
-
|
|
35358
|
+
_20260609: '2026-06-09',
|
|
35351
35359
|
} as const;
|
|
35352
35360
|
export type GetUniverseConstellationsXCompatibilityDateEnum = typeof GetUniverseConstellationsXCompatibilityDateEnum[keyof typeof GetUniverseConstellationsXCompatibilityDateEnum];
|
|
35353
35361
|
export const GetUniverseConstellationsAcceptLanguageEnum = {
|
|
@@ -35362,7 +35370,7 @@ export const GetUniverseConstellationsAcceptLanguageEnum = {
|
|
|
35362
35370
|
} as const;
|
|
35363
35371
|
export type GetUniverseConstellationsAcceptLanguageEnum = typeof GetUniverseConstellationsAcceptLanguageEnum[keyof typeof GetUniverseConstellationsAcceptLanguageEnum];
|
|
35364
35372
|
export const GetUniverseConstellationsConstellationIdXCompatibilityDateEnum = {
|
|
35365
|
-
|
|
35373
|
+
_20260609: '2026-06-09',
|
|
35366
35374
|
} as const;
|
|
35367
35375
|
export type GetUniverseConstellationsConstellationIdXCompatibilityDateEnum = typeof GetUniverseConstellationsConstellationIdXCompatibilityDateEnum[keyof typeof GetUniverseConstellationsConstellationIdXCompatibilityDateEnum];
|
|
35368
35376
|
export const GetUniverseConstellationsConstellationIdAcceptLanguageEnum = {
|
|
@@ -35377,7 +35385,7 @@ export const GetUniverseConstellationsConstellationIdAcceptLanguageEnum = {
|
|
|
35377
35385
|
} as const;
|
|
35378
35386
|
export type GetUniverseConstellationsConstellationIdAcceptLanguageEnum = typeof GetUniverseConstellationsConstellationIdAcceptLanguageEnum[keyof typeof GetUniverseConstellationsConstellationIdAcceptLanguageEnum];
|
|
35379
35387
|
export const GetUniverseFactionsXCompatibilityDateEnum = {
|
|
35380
|
-
|
|
35388
|
+
_20260609: '2026-06-09',
|
|
35381
35389
|
} as const;
|
|
35382
35390
|
export type GetUniverseFactionsXCompatibilityDateEnum = typeof GetUniverseFactionsXCompatibilityDateEnum[keyof typeof GetUniverseFactionsXCompatibilityDateEnum];
|
|
35383
35391
|
export const GetUniverseFactionsAcceptLanguageEnum = {
|
|
@@ -35392,7 +35400,7 @@ export const GetUniverseFactionsAcceptLanguageEnum = {
|
|
|
35392
35400
|
} as const;
|
|
35393
35401
|
export type GetUniverseFactionsAcceptLanguageEnum = typeof GetUniverseFactionsAcceptLanguageEnum[keyof typeof GetUniverseFactionsAcceptLanguageEnum];
|
|
35394
35402
|
export const GetUniverseGraphicsXCompatibilityDateEnum = {
|
|
35395
|
-
|
|
35403
|
+
_20260609: '2026-06-09',
|
|
35396
35404
|
} as const;
|
|
35397
35405
|
export type GetUniverseGraphicsXCompatibilityDateEnum = typeof GetUniverseGraphicsXCompatibilityDateEnum[keyof typeof GetUniverseGraphicsXCompatibilityDateEnum];
|
|
35398
35406
|
export const GetUniverseGraphicsAcceptLanguageEnum = {
|
|
@@ -35407,7 +35415,7 @@ export const GetUniverseGraphicsAcceptLanguageEnum = {
|
|
|
35407
35415
|
} as const;
|
|
35408
35416
|
export type GetUniverseGraphicsAcceptLanguageEnum = typeof GetUniverseGraphicsAcceptLanguageEnum[keyof typeof GetUniverseGraphicsAcceptLanguageEnum];
|
|
35409
35417
|
export const GetUniverseGraphicsGraphicIdXCompatibilityDateEnum = {
|
|
35410
|
-
|
|
35418
|
+
_20260609: '2026-06-09',
|
|
35411
35419
|
} as const;
|
|
35412
35420
|
export type GetUniverseGraphicsGraphicIdXCompatibilityDateEnum = typeof GetUniverseGraphicsGraphicIdXCompatibilityDateEnum[keyof typeof GetUniverseGraphicsGraphicIdXCompatibilityDateEnum];
|
|
35413
35421
|
export const GetUniverseGraphicsGraphicIdAcceptLanguageEnum = {
|
|
@@ -35422,7 +35430,7 @@ export const GetUniverseGraphicsGraphicIdAcceptLanguageEnum = {
|
|
|
35422
35430
|
} as const;
|
|
35423
35431
|
export type GetUniverseGraphicsGraphicIdAcceptLanguageEnum = typeof GetUniverseGraphicsGraphicIdAcceptLanguageEnum[keyof typeof GetUniverseGraphicsGraphicIdAcceptLanguageEnum];
|
|
35424
35432
|
export const GetUniverseGroupsXCompatibilityDateEnum = {
|
|
35425
|
-
|
|
35433
|
+
_20260609: '2026-06-09',
|
|
35426
35434
|
} as const;
|
|
35427
35435
|
export type GetUniverseGroupsXCompatibilityDateEnum = typeof GetUniverseGroupsXCompatibilityDateEnum[keyof typeof GetUniverseGroupsXCompatibilityDateEnum];
|
|
35428
35436
|
export const GetUniverseGroupsAcceptLanguageEnum = {
|
|
@@ -35437,7 +35445,7 @@ export const GetUniverseGroupsAcceptLanguageEnum = {
|
|
|
35437
35445
|
} as const;
|
|
35438
35446
|
export type GetUniverseGroupsAcceptLanguageEnum = typeof GetUniverseGroupsAcceptLanguageEnum[keyof typeof GetUniverseGroupsAcceptLanguageEnum];
|
|
35439
35447
|
export const GetUniverseGroupsGroupIdXCompatibilityDateEnum = {
|
|
35440
|
-
|
|
35448
|
+
_20260609: '2026-06-09',
|
|
35441
35449
|
} as const;
|
|
35442
35450
|
export type GetUniverseGroupsGroupIdXCompatibilityDateEnum = typeof GetUniverseGroupsGroupIdXCompatibilityDateEnum[keyof typeof GetUniverseGroupsGroupIdXCompatibilityDateEnum];
|
|
35443
35451
|
export const GetUniverseGroupsGroupIdAcceptLanguageEnum = {
|
|
@@ -35452,7 +35460,7 @@ export const GetUniverseGroupsGroupIdAcceptLanguageEnum = {
|
|
|
35452
35460
|
} as const;
|
|
35453
35461
|
export type GetUniverseGroupsGroupIdAcceptLanguageEnum = typeof GetUniverseGroupsGroupIdAcceptLanguageEnum[keyof typeof GetUniverseGroupsGroupIdAcceptLanguageEnum];
|
|
35454
35462
|
export const GetUniverseMoonsMoonIdXCompatibilityDateEnum = {
|
|
35455
|
-
|
|
35463
|
+
_20260609: '2026-06-09',
|
|
35456
35464
|
} as const;
|
|
35457
35465
|
export type GetUniverseMoonsMoonIdXCompatibilityDateEnum = typeof GetUniverseMoonsMoonIdXCompatibilityDateEnum[keyof typeof GetUniverseMoonsMoonIdXCompatibilityDateEnum];
|
|
35458
35466
|
export const GetUniverseMoonsMoonIdAcceptLanguageEnum = {
|
|
@@ -35467,7 +35475,7 @@ export const GetUniverseMoonsMoonIdAcceptLanguageEnum = {
|
|
|
35467
35475
|
} as const;
|
|
35468
35476
|
export type GetUniverseMoonsMoonIdAcceptLanguageEnum = typeof GetUniverseMoonsMoonIdAcceptLanguageEnum[keyof typeof GetUniverseMoonsMoonIdAcceptLanguageEnum];
|
|
35469
35477
|
export const GetUniversePlanetsPlanetIdXCompatibilityDateEnum = {
|
|
35470
|
-
|
|
35478
|
+
_20260609: '2026-06-09',
|
|
35471
35479
|
} as const;
|
|
35472
35480
|
export type GetUniversePlanetsPlanetIdXCompatibilityDateEnum = typeof GetUniversePlanetsPlanetIdXCompatibilityDateEnum[keyof typeof GetUniversePlanetsPlanetIdXCompatibilityDateEnum];
|
|
35473
35481
|
export const GetUniversePlanetsPlanetIdAcceptLanguageEnum = {
|
|
@@ -35482,7 +35490,7 @@ export const GetUniversePlanetsPlanetIdAcceptLanguageEnum = {
|
|
|
35482
35490
|
} as const;
|
|
35483
35491
|
export type GetUniversePlanetsPlanetIdAcceptLanguageEnum = typeof GetUniversePlanetsPlanetIdAcceptLanguageEnum[keyof typeof GetUniversePlanetsPlanetIdAcceptLanguageEnum];
|
|
35484
35492
|
export const GetUniverseRacesXCompatibilityDateEnum = {
|
|
35485
|
-
|
|
35493
|
+
_20260609: '2026-06-09',
|
|
35486
35494
|
} as const;
|
|
35487
35495
|
export type GetUniverseRacesXCompatibilityDateEnum = typeof GetUniverseRacesXCompatibilityDateEnum[keyof typeof GetUniverseRacesXCompatibilityDateEnum];
|
|
35488
35496
|
export const GetUniverseRacesAcceptLanguageEnum = {
|
|
@@ -35497,7 +35505,7 @@ export const GetUniverseRacesAcceptLanguageEnum = {
|
|
|
35497
35505
|
} as const;
|
|
35498
35506
|
export type GetUniverseRacesAcceptLanguageEnum = typeof GetUniverseRacesAcceptLanguageEnum[keyof typeof GetUniverseRacesAcceptLanguageEnum];
|
|
35499
35507
|
export const GetUniverseRegionsXCompatibilityDateEnum = {
|
|
35500
|
-
|
|
35508
|
+
_20260609: '2026-06-09',
|
|
35501
35509
|
} as const;
|
|
35502
35510
|
export type GetUniverseRegionsXCompatibilityDateEnum = typeof GetUniverseRegionsXCompatibilityDateEnum[keyof typeof GetUniverseRegionsXCompatibilityDateEnum];
|
|
35503
35511
|
export const GetUniverseRegionsAcceptLanguageEnum = {
|
|
@@ -35512,7 +35520,7 @@ export const GetUniverseRegionsAcceptLanguageEnum = {
|
|
|
35512
35520
|
} as const;
|
|
35513
35521
|
export type GetUniverseRegionsAcceptLanguageEnum = typeof GetUniverseRegionsAcceptLanguageEnum[keyof typeof GetUniverseRegionsAcceptLanguageEnum];
|
|
35514
35522
|
export const GetUniverseRegionsRegionIdXCompatibilityDateEnum = {
|
|
35515
|
-
|
|
35523
|
+
_20260609: '2026-06-09',
|
|
35516
35524
|
} as const;
|
|
35517
35525
|
export type GetUniverseRegionsRegionIdXCompatibilityDateEnum = typeof GetUniverseRegionsRegionIdXCompatibilityDateEnum[keyof typeof GetUniverseRegionsRegionIdXCompatibilityDateEnum];
|
|
35518
35526
|
export const GetUniverseRegionsRegionIdAcceptLanguageEnum = {
|
|
@@ -35527,7 +35535,7 @@ export const GetUniverseRegionsRegionIdAcceptLanguageEnum = {
|
|
|
35527
35535
|
} as const;
|
|
35528
35536
|
export type GetUniverseRegionsRegionIdAcceptLanguageEnum = typeof GetUniverseRegionsRegionIdAcceptLanguageEnum[keyof typeof GetUniverseRegionsRegionIdAcceptLanguageEnum];
|
|
35529
35537
|
export const GetUniverseStargatesStargateIdXCompatibilityDateEnum = {
|
|
35530
|
-
|
|
35538
|
+
_20260609: '2026-06-09',
|
|
35531
35539
|
} as const;
|
|
35532
35540
|
export type GetUniverseStargatesStargateIdXCompatibilityDateEnum = typeof GetUniverseStargatesStargateIdXCompatibilityDateEnum[keyof typeof GetUniverseStargatesStargateIdXCompatibilityDateEnum];
|
|
35533
35541
|
export const GetUniverseStargatesStargateIdAcceptLanguageEnum = {
|
|
@@ -35542,7 +35550,7 @@ export const GetUniverseStargatesStargateIdAcceptLanguageEnum = {
|
|
|
35542
35550
|
} as const;
|
|
35543
35551
|
export type GetUniverseStargatesStargateIdAcceptLanguageEnum = typeof GetUniverseStargatesStargateIdAcceptLanguageEnum[keyof typeof GetUniverseStargatesStargateIdAcceptLanguageEnum];
|
|
35544
35552
|
export const GetUniverseStarsStarIdXCompatibilityDateEnum = {
|
|
35545
|
-
|
|
35553
|
+
_20260609: '2026-06-09',
|
|
35546
35554
|
} as const;
|
|
35547
35555
|
export type GetUniverseStarsStarIdXCompatibilityDateEnum = typeof GetUniverseStarsStarIdXCompatibilityDateEnum[keyof typeof GetUniverseStarsStarIdXCompatibilityDateEnum];
|
|
35548
35556
|
export const GetUniverseStarsStarIdAcceptLanguageEnum = {
|
|
@@ -35557,7 +35565,7 @@ export const GetUniverseStarsStarIdAcceptLanguageEnum = {
|
|
|
35557
35565
|
} as const;
|
|
35558
35566
|
export type GetUniverseStarsStarIdAcceptLanguageEnum = typeof GetUniverseStarsStarIdAcceptLanguageEnum[keyof typeof GetUniverseStarsStarIdAcceptLanguageEnum];
|
|
35559
35567
|
export const GetUniverseStationsStationIdXCompatibilityDateEnum = {
|
|
35560
|
-
|
|
35568
|
+
_20260609: '2026-06-09',
|
|
35561
35569
|
} as const;
|
|
35562
35570
|
export type GetUniverseStationsStationIdXCompatibilityDateEnum = typeof GetUniverseStationsStationIdXCompatibilityDateEnum[keyof typeof GetUniverseStationsStationIdXCompatibilityDateEnum];
|
|
35563
35571
|
export const GetUniverseStationsStationIdAcceptLanguageEnum = {
|
|
@@ -35572,7 +35580,7 @@ export const GetUniverseStationsStationIdAcceptLanguageEnum = {
|
|
|
35572
35580
|
} as const;
|
|
35573
35581
|
export type GetUniverseStationsStationIdAcceptLanguageEnum = typeof GetUniverseStationsStationIdAcceptLanguageEnum[keyof typeof GetUniverseStationsStationIdAcceptLanguageEnum];
|
|
35574
35582
|
export const GetUniverseStructuresXCompatibilityDateEnum = {
|
|
35575
|
-
|
|
35583
|
+
_20260609: '2026-06-09',
|
|
35576
35584
|
} as const;
|
|
35577
35585
|
export type GetUniverseStructuresXCompatibilityDateEnum = typeof GetUniverseStructuresXCompatibilityDateEnum[keyof typeof GetUniverseStructuresXCompatibilityDateEnum];
|
|
35578
35586
|
export const GetUniverseStructuresFilterEnum = {
|
|
@@ -35592,7 +35600,7 @@ export const GetUniverseStructuresAcceptLanguageEnum = {
|
|
|
35592
35600
|
} as const;
|
|
35593
35601
|
export type GetUniverseStructuresAcceptLanguageEnum = typeof GetUniverseStructuresAcceptLanguageEnum[keyof typeof GetUniverseStructuresAcceptLanguageEnum];
|
|
35594
35602
|
export const GetUniverseStructuresStructureIdXCompatibilityDateEnum = {
|
|
35595
|
-
|
|
35603
|
+
_20260609: '2026-06-09',
|
|
35596
35604
|
} as const;
|
|
35597
35605
|
export type GetUniverseStructuresStructureIdXCompatibilityDateEnum = typeof GetUniverseStructuresStructureIdXCompatibilityDateEnum[keyof typeof GetUniverseStructuresStructureIdXCompatibilityDateEnum];
|
|
35598
35606
|
export const GetUniverseStructuresStructureIdAcceptLanguageEnum = {
|
|
@@ -35607,7 +35615,7 @@ export const GetUniverseStructuresStructureIdAcceptLanguageEnum = {
|
|
|
35607
35615
|
} as const;
|
|
35608
35616
|
export type GetUniverseStructuresStructureIdAcceptLanguageEnum = typeof GetUniverseStructuresStructureIdAcceptLanguageEnum[keyof typeof GetUniverseStructuresStructureIdAcceptLanguageEnum];
|
|
35609
35617
|
export const GetUniverseSystemJumpsXCompatibilityDateEnum = {
|
|
35610
|
-
|
|
35618
|
+
_20260609: '2026-06-09',
|
|
35611
35619
|
} as const;
|
|
35612
35620
|
export type GetUniverseSystemJumpsXCompatibilityDateEnum = typeof GetUniverseSystemJumpsXCompatibilityDateEnum[keyof typeof GetUniverseSystemJumpsXCompatibilityDateEnum];
|
|
35613
35621
|
export const GetUniverseSystemJumpsAcceptLanguageEnum = {
|
|
@@ -35622,7 +35630,7 @@ export const GetUniverseSystemJumpsAcceptLanguageEnum = {
|
|
|
35622
35630
|
} as const;
|
|
35623
35631
|
export type GetUniverseSystemJumpsAcceptLanguageEnum = typeof GetUniverseSystemJumpsAcceptLanguageEnum[keyof typeof GetUniverseSystemJumpsAcceptLanguageEnum];
|
|
35624
35632
|
export const GetUniverseSystemKillsXCompatibilityDateEnum = {
|
|
35625
|
-
|
|
35633
|
+
_20260609: '2026-06-09',
|
|
35626
35634
|
} as const;
|
|
35627
35635
|
export type GetUniverseSystemKillsXCompatibilityDateEnum = typeof GetUniverseSystemKillsXCompatibilityDateEnum[keyof typeof GetUniverseSystemKillsXCompatibilityDateEnum];
|
|
35628
35636
|
export const GetUniverseSystemKillsAcceptLanguageEnum = {
|
|
@@ -35637,7 +35645,7 @@ export const GetUniverseSystemKillsAcceptLanguageEnum = {
|
|
|
35637
35645
|
} as const;
|
|
35638
35646
|
export type GetUniverseSystemKillsAcceptLanguageEnum = typeof GetUniverseSystemKillsAcceptLanguageEnum[keyof typeof GetUniverseSystemKillsAcceptLanguageEnum];
|
|
35639
35647
|
export const GetUniverseSystemsXCompatibilityDateEnum = {
|
|
35640
|
-
|
|
35648
|
+
_20260609: '2026-06-09',
|
|
35641
35649
|
} as const;
|
|
35642
35650
|
export type GetUniverseSystemsXCompatibilityDateEnum = typeof GetUniverseSystemsXCompatibilityDateEnum[keyof typeof GetUniverseSystemsXCompatibilityDateEnum];
|
|
35643
35651
|
export const GetUniverseSystemsAcceptLanguageEnum = {
|
|
@@ -35652,7 +35660,7 @@ export const GetUniverseSystemsAcceptLanguageEnum = {
|
|
|
35652
35660
|
} as const;
|
|
35653
35661
|
export type GetUniverseSystemsAcceptLanguageEnum = typeof GetUniverseSystemsAcceptLanguageEnum[keyof typeof GetUniverseSystemsAcceptLanguageEnum];
|
|
35654
35662
|
export const GetUniverseSystemsSystemIdXCompatibilityDateEnum = {
|
|
35655
|
-
|
|
35663
|
+
_20260609: '2026-06-09',
|
|
35656
35664
|
} as const;
|
|
35657
35665
|
export type GetUniverseSystemsSystemIdXCompatibilityDateEnum = typeof GetUniverseSystemsSystemIdXCompatibilityDateEnum[keyof typeof GetUniverseSystemsSystemIdXCompatibilityDateEnum];
|
|
35658
35666
|
export const GetUniverseSystemsSystemIdAcceptLanguageEnum = {
|
|
@@ -35667,7 +35675,7 @@ export const GetUniverseSystemsSystemIdAcceptLanguageEnum = {
|
|
|
35667
35675
|
} as const;
|
|
35668
35676
|
export type GetUniverseSystemsSystemIdAcceptLanguageEnum = typeof GetUniverseSystemsSystemIdAcceptLanguageEnum[keyof typeof GetUniverseSystemsSystemIdAcceptLanguageEnum];
|
|
35669
35677
|
export const GetUniverseTypesXCompatibilityDateEnum = {
|
|
35670
|
-
|
|
35678
|
+
_20260609: '2026-06-09',
|
|
35671
35679
|
} as const;
|
|
35672
35680
|
export type GetUniverseTypesXCompatibilityDateEnum = typeof GetUniverseTypesXCompatibilityDateEnum[keyof typeof GetUniverseTypesXCompatibilityDateEnum];
|
|
35673
35681
|
export const GetUniverseTypesAcceptLanguageEnum = {
|
|
@@ -35682,7 +35690,7 @@ export const GetUniverseTypesAcceptLanguageEnum = {
|
|
|
35682
35690
|
} as const;
|
|
35683
35691
|
export type GetUniverseTypesAcceptLanguageEnum = typeof GetUniverseTypesAcceptLanguageEnum[keyof typeof GetUniverseTypesAcceptLanguageEnum];
|
|
35684
35692
|
export const GetUniverseTypesTypeIdXCompatibilityDateEnum = {
|
|
35685
|
-
|
|
35693
|
+
_20260609: '2026-06-09',
|
|
35686
35694
|
} as const;
|
|
35687
35695
|
export type GetUniverseTypesTypeIdXCompatibilityDateEnum = typeof GetUniverseTypesTypeIdXCompatibilityDateEnum[keyof typeof GetUniverseTypesTypeIdXCompatibilityDateEnum];
|
|
35688
35696
|
export const GetUniverseTypesTypeIdAcceptLanguageEnum = {
|
|
@@ -35697,7 +35705,7 @@ export const GetUniverseTypesTypeIdAcceptLanguageEnum = {
|
|
|
35697
35705
|
} as const;
|
|
35698
35706
|
export type GetUniverseTypesTypeIdAcceptLanguageEnum = typeof GetUniverseTypesTypeIdAcceptLanguageEnum[keyof typeof GetUniverseTypesTypeIdAcceptLanguageEnum];
|
|
35699
35707
|
export const PostUniverseIdsXCompatibilityDateEnum = {
|
|
35700
|
-
|
|
35708
|
+
_20260609: '2026-06-09',
|
|
35701
35709
|
} as const;
|
|
35702
35710
|
export type PostUniverseIdsXCompatibilityDateEnum = typeof PostUniverseIdsXCompatibilityDateEnum[keyof typeof PostUniverseIdsXCompatibilityDateEnum];
|
|
35703
35711
|
export const PostUniverseIdsAcceptLanguageEnum = {
|
|
@@ -35712,7 +35720,7 @@ export const PostUniverseIdsAcceptLanguageEnum = {
|
|
|
35712
35720
|
} as const;
|
|
35713
35721
|
export type PostUniverseIdsAcceptLanguageEnum = typeof PostUniverseIdsAcceptLanguageEnum[keyof typeof PostUniverseIdsAcceptLanguageEnum];
|
|
35714
35722
|
export const PostUniverseNamesXCompatibilityDateEnum = {
|
|
35715
|
-
|
|
35723
|
+
_20260609: '2026-06-09',
|
|
35716
35724
|
} as const;
|
|
35717
35725
|
export type PostUniverseNamesXCompatibilityDateEnum = typeof PostUniverseNamesXCompatibilityDateEnum[keyof typeof PostUniverseNamesXCompatibilityDateEnum];
|
|
35718
35726
|
export const PostUniverseNamesAcceptLanguageEnum = {
|
|
@@ -36348,7 +36356,7 @@ export class UserInterfaceApi extends BaseAPI {
|
|
|
36348
36356
|
}
|
|
36349
36357
|
|
|
36350
36358
|
export const PostUiAutopilotWaypointXCompatibilityDateEnum = {
|
|
36351
|
-
|
|
36359
|
+
_20260609: '2026-06-09',
|
|
36352
36360
|
} as const;
|
|
36353
36361
|
export type PostUiAutopilotWaypointXCompatibilityDateEnum = typeof PostUiAutopilotWaypointXCompatibilityDateEnum[keyof typeof PostUiAutopilotWaypointXCompatibilityDateEnum];
|
|
36354
36362
|
export const PostUiAutopilotWaypointAcceptLanguageEnum = {
|
|
@@ -36363,7 +36371,7 @@ export const PostUiAutopilotWaypointAcceptLanguageEnum = {
|
|
|
36363
36371
|
} as const;
|
|
36364
36372
|
export type PostUiAutopilotWaypointAcceptLanguageEnum = typeof PostUiAutopilotWaypointAcceptLanguageEnum[keyof typeof PostUiAutopilotWaypointAcceptLanguageEnum];
|
|
36365
36373
|
export const PostUiOpenwindowContractXCompatibilityDateEnum = {
|
|
36366
|
-
|
|
36374
|
+
_20260609: '2026-06-09',
|
|
36367
36375
|
} as const;
|
|
36368
36376
|
export type PostUiOpenwindowContractXCompatibilityDateEnum = typeof PostUiOpenwindowContractXCompatibilityDateEnum[keyof typeof PostUiOpenwindowContractXCompatibilityDateEnum];
|
|
36369
36377
|
export const PostUiOpenwindowContractAcceptLanguageEnum = {
|
|
@@ -36378,7 +36386,7 @@ export const PostUiOpenwindowContractAcceptLanguageEnum = {
|
|
|
36378
36386
|
} as const;
|
|
36379
36387
|
export type PostUiOpenwindowContractAcceptLanguageEnum = typeof PostUiOpenwindowContractAcceptLanguageEnum[keyof typeof PostUiOpenwindowContractAcceptLanguageEnum];
|
|
36380
36388
|
export const PostUiOpenwindowInformationXCompatibilityDateEnum = {
|
|
36381
|
-
|
|
36389
|
+
_20260609: '2026-06-09',
|
|
36382
36390
|
} as const;
|
|
36383
36391
|
export type PostUiOpenwindowInformationXCompatibilityDateEnum = typeof PostUiOpenwindowInformationXCompatibilityDateEnum[keyof typeof PostUiOpenwindowInformationXCompatibilityDateEnum];
|
|
36384
36392
|
export const PostUiOpenwindowInformationAcceptLanguageEnum = {
|
|
@@ -36393,7 +36401,7 @@ export const PostUiOpenwindowInformationAcceptLanguageEnum = {
|
|
|
36393
36401
|
} as const;
|
|
36394
36402
|
export type PostUiOpenwindowInformationAcceptLanguageEnum = typeof PostUiOpenwindowInformationAcceptLanguageEnum[keyof typeof PostUiOpenwindowInformationAcceptLanguageEnum];
|
|
36395
36403
|
export const PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = {
|
|
36396
|
-
|
|
36404
|
+
_20260609: '2026-06-09',
|
|
36397
36405
|
} as const;
|
|
36398
36406
|
export type PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = typeof PostUiOpenwindowMarketdetailsXCompatibilityDateEnum[keyof typeof PostUiOpenwindowMarketdetailsXCompatibilityDateEnum];
|
|
36399
36407
|
export const PostUiOpenwindowMarketdetailsAcceptLanguageEnum = {
|
|
@@ -36408,7 +36416,7 @@ export const PostUiOpenwindowMarketdetailsAcceptLanguageEnum = {
|
|
|
36408
36416
|
} as const;
|
|
36409
36417
|
export type PostUiOpenwindowMarketdetailsAcceptLanguageEnum = typeof PostUiOpenwindowMarketdetailsAcceptLanguageEnum[keyof typeof PostUiOpenwindowMarketdetailsAcceptLanguageEnum];
|
|
36410
36418
|
export const PostUiOpenwindowNewmailXCompatibilityDateEnum = {
|
|
36411
|
-
|
|
36419
|
+
_20260609: '2026-06-09',
|
|
36412
36420
|
} as const;
|
|
36413
36421
|
export type PostUiOpenwindowNewmailXCompatibilityDateEnum = typeof PostUiOpenwindowNewmailXCompatibilityDateEnum[keyof typeof PostUiOpenwindowNewmailXCompatibilityDateEnum];
|
|
36414
36422
|
export const PostUiOpenwindowNewmailAcceptLanguageEnum = {
|
|
@@ -37168,7 +37176,7 @@ export class WalletApi extends BaseAPI {
|
|
|
37168
37176
|
}
|
|
37169
37177
|
|
|
37170
37178
|
export const GetCharactersCharacterIdWalletXCompatibilityDateEnum = {
|
|
37171
|
-
|
|
37179
|
+
_20260609: '2026-06-09',
|
|
37172
37180
|
} as const;
|
|
37173
37181
|
export type GetCharactersCharacterIdWalletXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletXCompatibilityDateEnum];
|
|
37174
37182
|
export const GetCharactersCharacterIdWalletAcceptLanguageEnum = {
|
|
@@ -37183,7 +37191,7 @@ export const GetCharactersCharacterIdWalletAcceptLanguageEnum = {
|
|
|
37183
37191
|
} as const;
|
|
37184
37192
|
export type GetCharactersCharacterIdWalletAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletAcceptLanguageEnum];
|
|
37185
37193
|
export const GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = {
|
|
37186
|
-
|
|
37194
|
+
_20260609: '2026-06-09',
|
|
37187
37195
|
} as const;
|
|
37188
37196
|
export type GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum];
|
|
37189
37197
|
export const GetCharactersCharacterIdWalletJournalAcceptLanguageEnum = {
|
|
@@ -37198,7 +37206,7 @@ export const GetCharactersCharacterIdWalletJournalAcceptLanguageEnum = {
|
|
|
37198
37206
|
} as const;
|
|
37199
37207
|
export type GetCharactersCharacterIdWalletJournalAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletJournalAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletJournalAcceptLanguageEnum];
|
|
37200
37208
|
export const GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = {
|
|
37201
|
-
|
|
37209
|
+
_20260609: '2026-06-09',
|
|
37202
37210
|
} as const;
|
|
37203
37211
|
export type GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum];
|
|
37204
37212
|
export const GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum = {
|
|
@@ -37213,7 +37221,7 @@ export const GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum = {
|
|
|
37213
37221
|
} as const;
|
|
37214
37222
|
export type GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum];
|
|
37215
37223
|
export const GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = {
|
|
37216
|
-
|
|
37224
|
+
_20260609: '2026-06-09',
|
|
37217
37225
|
} as const;
|
|
37218
37226
|
export type GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsXCompatibilityDateEnum];
|
|
37219
37227
|
export const GetCorporationsCorporationIdWalletsAcceptLanguageEnum = {
|
|
@@ -37228,7 +37236,7 @@ export const GetCorporationsCorporationIdWalletsAcceptLanguageEnum = {
|
|
|
37228
37236
|
} as const;
|
|
37229
37237
|
export type GetCorporationsCorporationIdWalletsAcceptLanguageEnum = typeof GetCorporationsCorporationIdWalletsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdWalletsAcceptLanguageEnum];
|
|
37230
37238
|
export const GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = {
|
|
37231
|
-
|
|
37239
|
+
_20260609: '2026-06-09',
|
|
37232
37240
|
} as const;
|
|
37233
37241
|
export type GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum];
|
|
37234
37242
|
export const GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum = {
|
|
@@ -37243,7 +37251,7 @@ export const GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnu
|
|
|
37243
37251
|
} as const;
|
|
37244
37252
|
export type GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum = typeof GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum];
|
|
37245
37253
|
export const GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = {
|
|
37246
|
-
|
|
37254
|
+
_20260609: '2026-06-09',
|
|
37247
37255
|
} as const;
|
|
37248
37256
|
export type GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum];
|
|
37249
37257
|
export const GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum = {
|
|
@@ -37621,7 +37629,7 @@ export class WarsApi extends BaseAPI {
|
|
|
37621
37629
|
}
|
|
37622
37630
|
|
|
37623
37631
|
export const GetWarsXCompatibilityDateEnum = {
|
|
37624
|
-
|
|
37632
|
+
_20260609: '2026-06-09',
|
|
37625
37633
|
} as const;
|
|
37626
37634
|
export type GetWarsXCompatibilityDateEnum = typeof GetWarsXCompatibilityDateEnum[keyof typeof GetWarsXCompatibilityDateEnum];
|
|
37627
37635
|
export const GetWarsAcceptLanguageEnum = {
|
|
@@ -37636,7 +37644,7 @@ export const GetWarsAcceptLanguageEnum = {
|
|
|
37636
37644
|
} as const;
|
|
37637
37645
|
export type GetWarsAcceptLanguageEnum = typeof GetWarsAcceptLanguageEnum[keyof typeof GetWarsAcceptLanguageEnum];
|
|
37638
37646
|
export const GetWarsWarIdXCompatibilityDateEnum = {
|
|
37639
|
-
|
|
37647
|
+
_20260609: '2026-06-09',
|
|
37640
37648
|
} as const;
|
|
37641
37649
|
export type GetWarsWarIdXCompatibilityDateEnum = typeof GetWarsWarIdXCompatibilityDateEnum[keyof typeof GetWarsWarIdXCompatibilityDateEnum];
|
|
37642
37650
|
export const GetWarsWarIdAcceptLanguageEnum = {
|
|
@@ -37651,7 +37659,7 @@ export const GetWarsWarIdAcceptLanguageEnum = {
|
|
|
37651
37659
|
} as const;
|
|
37652
37660
|
export type GetWarsWarIdAcceptLanguageEnum = typeof GetWarsWarIdAcceptLanguageEnum[keyof typeof GetWarsWarIdAcceptLanguageEnum];
|
|
37653
37661
|
export const GetWarsWarIdKillmailsXCompatibilityDateEnum = {
|
|
37654
|
-
|
|
37662
|
+
_20260609: '2026-06-09',
|
|
37655
37663
|
} as const;
|
|
37656
37664
|
export type GetWarsWarIdKillmailsXCompatibilityDateEnum = typeof GetWarsWarIdKillmailsXCompatibilityDateEnum[keyof typeof GetWarsWarIdKillmailsXCompatibilityDateEnum];
|
|
37657
37665
|
export const GetWarsWarIdKillmailsAcceptLanguageEnum = {
|