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.
Files changed (67) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +3 -3
  3. package/api.ts +355 -347
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +300 -292
  8. package/dist/api.js +338 -338
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +300 -292
  16. package/dist/esm/api.js +336 -336
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/AccessListApi.md +4 -4
  28. package/docs/ActivitiesApi.md +6 -6
  29. package/docs/AllianceApi.md +8 -8
  30. package/docs/AssetsApi.md +12 -12
  31. package/docs/CalendarApi.md +8 -8
  32. package/docs/CharacterApi.md +94 -94
  33. package/docs/CharactersDetail.md +6 -2
  34. package/docs/ClonesApi.md +4 -4
  35. package/docs/ContactsApi.md +18 -18
  36. package/docs/ContractsApi.md +18 -18
  37. package/docs/CorporationApi.md +44 -44
  38. package/docs/CorporationProjectsApi.md +8 -8
  39. package/docs/CorporationsStructuresSkyhooksDetailReagent.md +2 -2
  40. package/docs/CorporationsStructuresSovereigntyHubsDetailReagent.md +1 -1
  41. package/docs/DogmaApi.md +10 -10
  42. package/docs/FactionWarfareApi.md +16 -16
  43. package/docs/FittingsApi.md +6 -6
  44. package/docs/FleetsApi.md +28 -28
  45. package/docs/FreelanceJobsApi.md +12 -12
  46. package/docs/IncursionsApi.md +2 -2
  47. package/docs/IndustryApi.md +16 -16
  48. package/docs/InsuranceApi.md +2 -2
  49. package/docs/KillmailsApi.md +6 -6
  50. package/docs/LocationApi.md +6 -6
  51. package/docs/LoyaltyApi.md +4 -4
  52. package/docs/MailApi.md +18 -18
  53. package/docs/MarketApi.md +22 -22
  54. package/docs/MetaApi.md +6 -6
  55. package/docs/PlanetaryInteractionApi.md +8 -8
  56. package/docs/RoutesApi.md +2 -2
  57. package/docs/SearchApi.md +2 -2
  58. package/docs/SkillsApi.md +6 -6
  59. package/docs/SovereigntyApi.md +4 -4
  60. package/docs/StatusApi.md +2 -2
  61. package/docs/StructuresApi.md +12 -12
  62. package/docs/UniverseApi.md +60 -60
  63. package/docs/UserInterfaceApi.md +10 -10
  64. package/docs/WalletApi.md +12 -12
  65. package/docs/WarsApi.md +6 -6
  66. package/index.ts +1 -1
  67. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * EVE Spring Inebriation (ESI) - tranquility
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 2026-05-19
5
+ * The version of the OpenAPI document: 2026-06-09
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2201,6 +2201,10 @@ export interface CharactersCharacterIdWalletTransactionsGetInner {
2201
2201
  'unit_price': number;
2202
2202
  }
2203
2203
  export interface CharactersDetail {
2204
+ /**
2205
+ * Character\'s achievement score
2206
+ */
2207
+ 'achievement_score': number;
2204
2208
  /**
2205
2209
  * Character\'s alliance ID
2206
2210
  */
@@ -2213,10 +2217,18 @@ export interface CharactersDetail {
2213
2217
  * Character\'s bloodline ID
2214
2218
  */
2215
2219
  'bloodline_id': number;
2220
+ /**
2221
+ * Character\'s equipped cosmetic title ID
2222
+ */
2223
+ 'character_title_id'?: string;
2216
2224
  /**
2217
2225
  * Character\'s corporation ID
2218
2226
  */
2219
2227
  'corporation_id': number;
2228
+ /**
2229
+ * Character\'s corporation title
2230
+ */
2231
+ 'corporation_title'?: string;
2220
2232
  /**
2221
2233
  * Character\'s description (biography)
2222
2234
  */
@@ -2241,10 +2253,6 @@ export interface CharactersDetail {
2241
2253
  * Character\'s security status
2242
2254
  */
2243
2255
  'security_status'?: number;
2244
- /**
2245
- * Character\'s corporation title
2246
- */
2247
- 'title'?: string;
2248
2256
  }
2249
2257
  export declare const CharactersDetailGenderEnum: {
2250
2258
  /**
@@ -5719,7 +5727,7 @@ export interface CorporationsStructuresSkyhooksDetailReagent {
5719
5727
  */
5720
5728
  'last_cycle': string;
5721
5729
  /**
5722
- * Secured stock of the reagent
5730
+ * Secured stock of the reagent at the time of \'last_cycle\'
5723
5731
  */
5724
5732
  'secured_stock': number;
5725
5733
  /**
@@ -5727,7 +5735,7 @@ export interface CorporationsStructuresSkyhooksDetailReagent {
5727
5735
  */
5728
5736
  'type_id': number;
5729
5737
  /**
5730
- * Unsecured stock of the reagent
5738
+ * Unsecured stock of the reagent at the time of \'last_cycle\'
5731
5739
  */
5732
5740
  'unsecured_stock': number;
5733
5741
  }
@@ -5799,7 +5807,7 @@ export interface CorporationsStructuresSovereigntyHubsDetail {
5799
5807
  }
5800
5808
  export interface CorporationsStructuresSovereigntyHubsDetailReagent {
5801
5809
  /**
5802
- * Amount of reagent in the bay
5810
+ * Amount of reagent in the bay at the time of \'last_updated\'
5803
5811
  */
5804
5812
  'amount': number;
5805
5813
  /**
@@ -8315,7 +8323,7 @@ export declare class AccessListApi extends BaseAPI {
8315
8323
  getCharactersAccessListsListing(characterId: number, xCompatibilityDate: GetCharactersAccessListsListingXCompatibilityDateEnum, acceptLanguage?: GetCharactersAccessListsListingAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersAccessListsListing, any, {}>>;
8316
8324
  }
8317
8325
  export declare const GetCharactersAccessListsDetailXCompatibilityDateEnum: {
8318
- readonly _20260519: "2026-05-19";
8326
+ readonly _20260609: "2026-06-09";
8319
8327
  };
8320
8328
  export type GetCharactersAccessListsDetailXCompatibilityDateEnum = typeof GetCharactersAccessListsDetailXCompatibilityDateEnum[keyof typeof GetCharactersAccessListsDetailXCompatibilityDateEnum];
8321
8329
  export declare const GetCharactersAccessListsDetailAcceptLanguageEnum: {
@@ -8330,7 +8338,7 @@ export declare const GetCharactersAccessListsDetailAcceptLanguageEnum: {
8330
8338
  };
8331
8339
  export type GetCharactersAccessListsDetailAcceptLanguageEnum = typeof GetCharactersAccessListsDetailAcceptLanguageEnum[keyof typeof GetCharactersAccessListsDetailAcceptLanguageEnum];
8332
8340
  export declare const GetCharactersAccessListsListingXCompatibilityDateEnum: {
8333
- readonly _20260519: "2026-05-19";
8341
+ readonly _20260609: "2026-06-09";
8334
8342
  };
8335
8343
  export type GetCharactersAccessListsListingXCompatibilityDateEnum = typeof GetCharactersAccessListsListingXCompatibilityDateEnum[keyof typeof GetCharactersAccessListsListingXCompatibilityDateEnum];
8336
8344
  export declare const GetCharactersAccessListsListingAcceptLanguageEnum: {
@@ -8521,7 +8529,7 @@ export declare class ActivitiesApi extends BaseAPI {
8521
8529
  getSkyhooksRaidable(xCompatibilityDate: GetSkyhooksRaidableXCompatibilityDateEnum, acceptLanguage?: GetSkyhooksRaidableAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SkyhooksRaidable, any, {}>>;
8522
8530
  }
8523
8531
  export declare const GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum: {
8524
- readonly _20260519: "2026-05-19";
8532
+ readonly _20260609: "2026-06-09";
8525
8533
  };
8526
8534
  export type GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum = typeof GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum[keyof typeof GetCharactersMercenaryTacticalOperationsDetailXCompatibilityDateEnum];
8527
8535
  export declare const GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum: {
@@ -8536,7 +8544,7 @@ export declare const GetCharactersMercenaryTacticalOperationsDetailAcceptLanguag
8536
8544
  };
8537
8545
  export type GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum = typeof GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum[keyof typeof GetCharactersMercenaryTacticalOperationsDetailAcceptLanguageEnum];
8538
8546
  export declare const GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum: {
8539
- readonly _20260519: "2026-05-19";
8547
+ readonly _20260609: "2026-06-09";
8540
8548
  };
8541
8549
  export type GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum = typeof GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum[keyof typeof GetCharactersMercenaryTacticalOperationsListingXCompatibilityDateEnum];
8542
8550
  export declare const GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum: {
@@ -8551,7 +8559,7 @@ export declare const GetCharactersMercenaryTacticalOperationsListingAcceptLangua
8551
8559
  };
8552
8560
  export type GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum = typeof GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum[keyof typeof GetCharactersMercenaryTacticalOperationsListingAcceptLanguageEnum];
8553
8561
  export declare const GetSkyhooksRaidableXCompatibilityDateEnum: {
8554
- readonly _20260519: "2026-05-19";
8562
+ readonly _20260609: "2026-06-09";
8555
8563
  };
8556
8564
  export type GetSkyhooksRaidableXCompatibilityDateEnum = typeof GetSkyhooksRaidableXCompatibilityDateEnum[keyof typeof GetSkyhooksRaidableXCompatibilityDateEnum];
8557
8565
  export declare const GetSkyhooksRaidableAcceptLanguageEnum: {
@@ -8790,7 +8798,7 @@ export declare class AllianceApi extends BaseAPI {
8790
8798
  getAlliancesAllianceIdIcons(allianceId: number, xCompatibilityDate: GetAlliancesAllianceIdIconsXCompatibilityDateEnum, acceptLanguage?: GetAlliancesAllianceIdIconsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AlliancesAllianceIdIconsGet, any, {}>>;
8791
8799
  }
8792
8800
  export declare const GetAlliancesXCompatibilityDateEnum: {
8793
- readonly _20260519: "2026-05-19";
8801
+ readonly _20260609: "2026-06-09";
8794
8802
  };
8795
8803
  export type GetAlliancesXCompatibilityDateEnum = typeof GetAlliancesXCompatibilityDateEnum[keyof typeof GetAlliancesXCompatibilityDateEnum];
8796
8804
  export declare const GetAlliancesAcceptLanguageEnum: {
@@ -8805,7 +8813,7 @@ export declare const GetAlliancesAcceptLanguageEnum: {
8805
8813
  };
8806
8814
  export type GetAlliancesAcceptLanguageEnum = typeof GetAlliancesAcceptLanguageEnum[keyof typeof GetAlliancesAcceptLanguageEnum];
8807
8815
  export declare const GetAlliancesAllianceIdXCompatibilityDateEnum: {
8808
- readonly _20260519: "2026-05-19";
8816
+ readonly _20260609: "2026-06-09";
8809
8817
  };
8810
8818
  export type GetAlliancesAllianceIdXCompatibilityDateEnum = typeof GetAlliancesAllianceIdXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdXCompatibilityDateEnum];
8811
8819
  export declare const GetAlliancesAllianceIdAcceptLanguageEnum: {
@@ -8820,7 +8828,7 @@ export declare const GetAlliancesAllianceIdAcceptLanguageEnum: {
8820
8828
  };
8821
8829
  export type GetAlliancesAllianceIdAcceptLanguageEnum = typeof GetAlliancesAllianceIdAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdAcceptLanguageEnum];
8822
8830
  export declare const GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum: {
8823
- readonly _20260519: "2026-05-19";
8831
+ readonly _20260609: "2026-06-09";
8824
8832
  };
8825
8833
  export type GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdCorporationsXCompatibilityDateEnum];
8826
8834
  export declare const GetAlliancesAllianceIdCorporationsAcceptLanguageEnum: {
@@ -8835,7 +8843,7 @@ export declare const GetAlliancesAllianceIdCorporationsAcceptLanguageEnum: {
8835
8843
  };
8836
8844
  export type GetAlliancesAllianceIdCorporationsAcceptLanguageEnum = typeof GetAlliancesAllianceIdCorporationsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdCorporationsAcceptLanguageEnum];
8837
8845
  export declare const GetAlliancesAllianceIdIconsXCompatibilityDateEnum: {
8838
- readonly _20260519: "2026-05-19";
8846
+ readonly _20260609: "2026-06-09";
8839
8847
  };
8840
8848
  export type GetAlliancesAllianceIdIconsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdIconsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdIconsXCompatibilityDateEnum];
8841
8849
  export declare const GetAlliancesAllianceIdIconsAcceptLanguageEnum: {
@@ -9206,7 +9214,7 @@ export declare class AssetsApi extends BaseAPI {
9206
9214
  postCorporationsCorporationIdAssetsNames(corporationId: number, xCompatibilityDate: PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum, requestBody: Set<number>, acceptLanguage?: PostCorporationsCorporationIdAssetsNamesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdAssetsNamesPostInner[], any, {}>>;
9207
9215
  }
9208
9216
  export declare const GetCharactersCharacterIdAssetsXCompatibilityDateEnum: {
9209
- readonly _20260519: "2026-05-19";
9217
+ readonly _20260609: "2026-06-09";
9210
9218
  };
9211
9219
  export type GetCharactersCharacterIdAssetsXCompatibilityDateEnum = typeof GetCharactersCharacterIdAssetsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAssetsXCompatibilityDateEnum];
9212
9220
  export declare const GetCharactersCharacterIdAssetsAcceptLanguageEnum: {
@@ -9221,7 +9229,7 @@ export declare const GetCharactersCharacterIdAssetsAcceptLanguageEnum: {
9221
9229
  };
9222
9230
  export type GetCharactersCharacterIdAssetsAcceptLanguageEnum = typeof GetCharactersCharacterIdAssetsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAssetsAcceptLanguageEnum];
9223
9231
  export declare const GetCorporationsCorporationIdAssetsXCompatibilityDateEnum: {
9224
- readonly _20260519: "2026-05-19";
9232
+ readonly _20260609: "2026-06-09";
9225
9233
  };
9226
9234
  export type GetCorporationsCorporationIdAssetsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdAssetsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdAssetsXCompatibilityDateEnum];
9227
9235
  export declare const GetCorporationsCorporationIdAssetsAcceptLanguageEnum: {
@@ -9236,7 +9244,7 @@ export declare const GetCorporationsCorporationIdAssetsAcceptLanguageEnum: {
9236
9244
  };
9237
9245
  export type GetCorporationsCorporationIdAssetsAcceptLanguageEnum = typeof GetCorporationsCorporationIdAssetsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAssetsAcceptLanguageEnum];
9238
9246
  export declare const PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum: {
9239
- readonly _20260519: "2026-05-19";
9247
+ readonly _20260609: "2026-06-09";
9240
9248
  };
9241
9249
  export type PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum = typeof PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdAssetsLocationsXCompatibilityDateEnum];
9242
9250
  export declare const PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum: {
@@ -9251,7 +9259,7 @@ export declare const PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum:
9251
9259
  };
9252
9260
  export type PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum = typeof PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdAssetsLocationsAcceptLanguageEnum];
9253
9261
  export declare const PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum: {
9254
- readonly _20260519: "2026-05-19";
9262
+ readonly _20260609: "2026-06-09";
9255
9263
  };
9256
9264
  export type PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum = typeof PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdAssetsNamesXCompatibilityDateEnum];
9257
9265
  export declare const PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum: {
@@ -9266,7 +9274,7 @@ export declare const PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum: {
9266
9274
  };
9267
9275
  export type PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum = typeof PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdAssetsNamesAcceptLanguageEnum];
9268
9276
  export declare const PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum: {
9269
- readonly _20260519: "2026-05-19";
9277
+ readonly _20260609: "2026-06-09";
9270
9278
  };
9271
9279
  export type PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum = typeof PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum[keyof typeof PostCorporationsCorporationIdAssetsLocationsXCompatibilityDateEnum];
9272
9280
  export declare const PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum: {
@@ -9281,7 +9289,7 @@ export declare const PostCorporationsCorporationIdAssetsLocationsAcceptLanguageE
9281
9289
  };
9282
9290
  export type PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum = typeof PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum[keyof typeof PostCorporationsCorporationIdAssetsLocationsAcceptLanguageEnum];
9283
9291
  export declare const PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum: {
9284
- readonly _20260519: "2026-05-19";
9292
+ readonly _20260609: "2026-06-09";
9285
9293
  };
9286
9294
  export type PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum = typeof PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum[keyof typeof PostCorporationsCorporationIdAssetsNamesXCompatibilityDateEnum];
9287
9295
  export declare const PostCorporationsCorporationIdAssetsNamesAcceptLanguageEnum: {
@@ -9544,7 +9552,7 @@ export declare class CalendarApi extends BaseAPI {
9544
9552
  putCharactersCharacterIdCalendarEventId(characterId: number, eventId: number, xCompatibilityDate: PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum, putCharactersCharacterIdCalendarEventIdRequest: PutCharactersCharacterIdCalendarEventIdRequest, acceptLanguage?: PutCharactersCharacterIdCalendarEventIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9545
9553
  }
9546
9554
  export declare const GetCharactersCharacterIdCalendarXCompatibilityDateEnum: {
9547
- readonly _20260519: "2026-05-19";
9555
+ readonly _20260609: "2026-06-09";
9548
9556
  };
9549
9557
  export type GetCharactersCharacterIdCalendarXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarXCompatibilityDateEnum];
9550
9558
  export declare const GetCharactersCharacterIdCalendarAcceptLanguageEnum: {
@@ -9559,7 +9567,7 @@ export declare const GetCharactersCharacterIdCalendarAcceptLanguageEnum: {
9559
9567
  };
9560
9568
  export type GetCharactersCharacterIdCalendarAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarAcceptLanguageEnum];
9561
9569
  export declare const GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum: {
9562
- readonly _20260519: "2026-05-19";
9570
+ readonly _20260609: "2026-06-09";
9563
9571
  };
9564
9572
  export type GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum];
9565
9573
  export declare const GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum: {
@@ -9574,7 +9582,7 @@ export declare const GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum:
9574
9582
  };
9575
9583
  export type GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAcceptLanguageEnum];
9576
9584
  export declare const GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum: {
9577
- readonly _20260519: "2026-05-19";
9585
+ readonly _20260609: "2026-06-09";
9578
9586
  };
9579
9587
  export type GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum = typeof GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAttendeesXCompatibilityDateEnum];
9580
9588
  export declare const GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum: {
@@ -9589,7 +9597,7 @@ export declare const GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLangu
9589
9597
  };
9590
9598
  export type GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum = typeof GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCalendarEventIdAttendeesAcceptLanguageEnum];
9591
9599
  export declare const PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum: {
9592
- readonly _20260519: "2026-05-19";
9600
+ readonly _20260609: "2026-06-09";
9593
9601
  };
9594
9602
  export type PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum = typeof PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdCalendarEventIdXCompatibilityDateEnum];
9595
9603
  export declare const PutCharactersCharacterIdCalendarEventIdAcceptLanguageEnum: {
@@ -9607,19 +9615,6 @@ export type PutCharactersCharacterIdCalendarEventIdAcceptLanguageEnum = typeof P
9607
9615
  * CharacterApi - axios parameter creator
9608
9616
  */
9609
9617
  export declare const CharacterApiAxiosParamCreator: (configuration?: Configuration) => {
9610
- /**
9611
- * Public information about a character
9612
- * @summary Get character\'s public information
9613
- * @param {number} characterId The ID of the character
9614
- * @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
9615
- * @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
9616
- * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
9617
- * @param {string} [xTenant] The tenant ID for the request.
9618
- * @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.
9619
- * @param {*} [options] Override http request option.
9620
- * @throws {RequiredError}
9621
- */
9622
- getCharactersCharacterId: (characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9623
9618
  /**
9624
9619
  * 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)
9625
9620
  * @summary Get agents research
@@ -9764,6 +9759,19 @@ export declare const CharacterApiAxiosParamCreator: (configuration?: Configurati
9764
9759
  * @throws {RequiredError}
9765
9760
  */
9766
9761
  getCharactersCharacterIdTitles: (characterId: number, xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9762
+ /**
9763
+ * Public information about a character
9764
+ * @summary Get character\'s public information
9765
+ * @param {number} characterId The ID of the character
9766
+ * @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
9767
+ * @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
9768
+ * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
9769
+ * @param {string} [xTenant] The tenant ID for the request.
9770
+ * @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.
9771
+ * @param {*} [options] Override http request option.
9772
+ * @throws {RequiredError}
9773
+ */
9774
+ getCharactersDetail: (characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9767
9775
  /**
9768
9776
  * Bulk lookup of character IDs to corporation, alliance and faction
9769
9777
  * @summary Character affiliation
@@ -9796,19 +9804,6 @@ export declare const CharacterApiAxiosParamCreator: (configuration?: Configurati
9796
9804
  * CharacterApi - functional programming interface
9797
9805
  */
9798
9806
  export declare const CharacterApiFp: (configuration?: Configuration) => {
9799
- /**
9800
- * Public information about a character
9801
- * @summary Get character\'s public information
9802
- * @param {number} characterId The ID of the character
9803
- * @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
9804
- * @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
9805
- * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
9806
- * @param {string} [xTenant] The tenant ID for the request.
9807
- * @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.
9808
- * @param {*} [options] Override http request option.
9809
- * @throws {RequiredError}
9810
- */
9811
- getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CharactersDetail>>;
9812
9807
  /**
9813
9808
  * 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)
9814
9809
  * @summary Get agents research
@@ -9953,6 +9948,19 @@ export declare const CharacterApiFp: (configuration?: Configuration) => {
9953
9948
  * @throws {RequiredError}
9954
9949
  */
9955
9950
  getCharactersCharacterIdTitles(characterId: number, xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<CharactersCharacterIdTitlesGetInner>>>;
9951
+ /**
9952
+ * Public information about a character
9953
+ * @summary Get character\'s public information
9954
+ * @param {number} characterId The ID of the character
9955
+ * @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
9956
+ * @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
9957
+ * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
9958
+ * @param {string} [xTenant] The tenant ID for the request.
9959
+ * @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.
9960
+ * @param {*} [options] Override http request option.
9961
+ * @throws {RequiredError}
9962
+ */
9963
+ getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CharactersDetail>>;
9956
9964
  /**
9957
9965
  * Bulk lookup of character IDs to corporation, alliance and faction
9958
9966
  * @summary Character affiliation
@@ -9985,19 +9993,6 @@ export declare const CharacterApiFp: (configuration?: Configuration) => {
9985
9993
  * CharacterApi - factory interface
9986
9994
  */
9987
9995
  export declare const CharacterApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
9988
- /**
9989
- * Public information about a character
9990
- * @summary Get character\'s public information
9991
- * @param {number} characterId The ID of the character
9992
- * @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
9993
- * @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
9994
- * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
9995
- * @param {string} [xTenant] The tenant ID for the request.
9996
- * @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.
9997
- * @param {*} [options] Override http request option.
9998
- * @throws {RequiredError}
9999
- */
10000
- getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<CharactersDetail>;
10001
9996
  /**
10002
9997
  * 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)
10003
9998
  * @summary Get agents research
@@ -10142,6 +10137,19 @@ export declare const CharacterApiFactory: (configuration?: Configuration, basePa
10142
10137
  * @throws {RequiredError}
10143
10138
  */
10144
10139
  getCharactersCharacterIdTitles(characterId: number, xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<CharactersCharacterIdTitlesGetInner>>;
10140
+ /**
10141
+ * Public information about a character
10142
+ * @summary Get character\'s public information
10143
+ * @param {number} characterId The ID of the character
10144
+ * @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
10145
+ * @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
10146
+ * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
10147
+ * @param {string} [xTenant] The tenant ID for the request.
10148
+ * @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.
10149
+ * @param {*} [options] Override http request option.
10150
+ * @throws {RequiredError}
10151
+ */
10152
+ getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): AxiosPromise<CharactersDetail>;
10145
10153
  /**
10146
10154
  * Bulk lookup of character IDs to corporation, alliance and faction
10147
10155
  * @summary Character affiliation
@@ -10174,19 +10182,6 @@ export declare const CharacterApiFactory: (configuration?: Configuration, basePa
10174
10182
  * CharacterApi - object-oriented interface
10175
10183
  */
10176
10184
  export declare class CharacterApi extends BaseAPI {
10177
- /**
10178
- * Public information about a character
10179
- * @summary Get character\'s public information
10180
- * @param {number} characterId The ID of the character
10181
- * @param {GetCharactersCharacterIdXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
10182
- * @param {GetCharactersCharacterIdAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
10183
- * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
10184
- * @param {string} [xTenant] The tenant ID for the request.
10185
- * @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.
10186
- * @param {*} [options] Override http request option.
10187
- * @throws {RequiredError}
10188
- */
10189
- getCharactersCharacterId(characterId: number, xCompatibilityDate: GetCharactersCharacterIdXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersDetail, any, {}>>;
10190
10185
  /**
10191
10186
  * 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)
10192
10187
  * @summary Get agents research
@@ -10331,6 +10326,19 @@ export declare class CharacterApi extends BaseAPI {
10331
10326
  * @throws {RequiredError}
10332
10327
  */
10333
10328
  getCharactersCharacterIdTitles(characterId: number, xCompatibilityDate: GetCharactersCharacterIdTitlesXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdTitlesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdTitlesGetInner[], any, {}>>;
10329
+ /**
10330
+ * Public information about a character
10331
+ * @summary Get character\'s public information
10332
+ * @param {number} characterId The ID of the character
10333
+ * @param {GetCharactersDetailXCompatibilityDateEnum} xCompatibilityDate The compatibility date for the request.
10334
+ * @param {GetCharactersDetailAcceptLanguageEnum} [acceptLanguage] The language to use for the response.
10335
+ * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
10336
+ * @param {string} [xTenant] The tenant ID for the request.
10337
+ * @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.
10338
+ * @param {*} [options] Override http request option.
10339
+ * @throws {RequiredError}
10340
+ */
10341
+ getCharactersDetail(characterId: number, xCompatibilityDate: GetCharactersDetailXCompatibilityDateEnum, acceptLanguage?: GetCharactersDetailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersDetail, any, {}>>;
10334
10342
  /**
10335
10343
  * Bulk lookup of character IDs to corporation, alliance and faction
10336
10344
  * @summary Character affiliation
@@ -10359,23 +10367,8 @@ export declare class CharacterApi extends BaseAPI {
10359
10367
  */
10360
10368
  postCharactersCharacterIdCspa(characterId: number, xCompatibilityDate: PostCharactersCharacterIdCspaXCompatibilityDateEnum, requestBody: Set<number>, acceptLanguage?: PostCharactersCharacterIdCspaAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}>>;
10361
10369
  }
10362
- export declare const GetCharactersCharacterIdXCompatibilityDateEnum: {
10363
- readonly _20260519: "2026-05-19";
10364
- };
10365
- export type GetCharactersCharacterIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdXCompatibilityDateEnum];
10366
- export declare const GetCharactersCharacterIdAcceptLanguageEnum: {
10367
- readonly En: "en";
10368
- readonly De: "de";
10369
- readonly Fr: "fr";
10370
- readonly Ja: "ja";
10371
- readonly Ru: "ru";
10372
- readonly Zh: "zh";
10373
- readonly Ko: "ko";
10374
- readonly Es: "es";
10375
- };
10376
- export type GetCharactersCharacterIdAcceptLanguageEnum = typeof GetCharactersCharacterIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAcceptLanguageEnum];
10377
10370
  export declare const GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum: {
10378
- readonly _20260519: "2026-05-19";
10371
+ readonly _20260609: "2026-06-09";
10379
10372
  };
10380
10373
  export type GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum = typeof GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAgentsResearchXCompatibilityDateEnum];
10381
10374
  export declare const GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum: {
@@ -10390,7 +10383,7 @@ export declare const GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum: {
10390
10383
  };
10391
10384
  export type GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum = typeof GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAgentsResearchAcceptLanguageEnum];
10392
10385
  export declare const GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum: {
10393
- readonly _20260519: "2026-05-19";
10386
+ readonly _20260609: "2026-06-09";
10394
10387
  };
10395
10388
  export type GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum = typeof GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdBlueprintsXCompatibilityDateEnum];
10396
10389
  export declare const GetCharactersCharacterIdBlueprintsAcceptLanguageEnum: {
@@ -10405,7 +10398,7 @@ export declare const GetCharactersCharacterIdBlueprintsAcceptLanguageEnum: {
10405
10398
  };
10406
10399
  export type GetCharactersCharacterIdBlueprintsAcceptLanguageEnum = typeof GetCharactersCharacterIdBlueprintsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdBlueprintsAcceptLanguageEnum];
10407
10400
  export declare const GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum: {
10408
- readonly _20260519: "2026-05-19";
10401
+ readonly _20260609: "2026-06-09";
10409
10402
  };
10410
10403
  export type GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum = typeof GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdCorporationhistoryXCompatibilityDateEnum];
10411
10404
  export declare const GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum: {
@@ -10420,7 +10413,7 @@ export declare const GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnu
10420
10413
  };
10421
10414
  export type GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum = typeof GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdCorporationhistoryAcceptLanguageEnum];
10422
10415
  export declare const GetCharactersCharacterIdFatigueXCompatibilityDateEnum: {
10423
- readonly _20260519: "2026-05-19";
10416
+ readonly _20260609: "2026-06-09";
10424
10417
  };
10425
10418
  export type GetCharactersCharacterIdFatigueXCompatibilityDateEnum = typeof GetCharactersCharacterIdFatigueXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFatigueXCompatibilityDateEnum];
10426
10419
  export declare const GetCharactersCharacterIdFatigueAcceptLanguageEnum: {
@@ -10435,7 +10428,7 @@ export declare const GetCharactersCharacterIdFatigueAcceptLanguageEnum: {
10435
10428
  };
10436
10429
  export type GetCharactersCharacterIdFatigueAcceptLanguageEnum = typeof GetCharactersCharacterIdFatigueAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFatigueAcceptLanguageEnum];
10437
10430
  export declare const GetCharactersCharacterIdMedalsXCompatibilityDateEnum: {
10438
- readonly _20260519: "2026-05-19";
10431
+ readonly _20260609: "2026-06-09";
10439
10432
  };
10440
10433
  export type GetCharactersCharacterIdMedalsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMedalsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMedalsXCompatibilityDateEnum];
10441
10434
  export declare const GetCharactersCharacterIdMedalsAcceptLanguageEnum: {
@@ -10450,7 +10443,7 @@ export declare const GetCharactersCharacterIdMedalsAcceptLanguageEnum: {
10450
10443
  };
10451
10444
  export type GetCharactersCharacterIdMedalsAcceptLanguageEnum = typeof GetCharactersCharacterIdMedalsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMedalsAcceptLanguageEnum];
10452
10445
  export declare const GetCharactersCharacterIdNotificationsXCompatibilityDateEnum: {
10453
- readonly _20260519: "2026-05-19";
10446
+ readonly _20260609: "2026-06-09";
10454
10447
  };
10455
10448
  export type GetCharactersCharacterIdNotificationsXCompatibilityDateEnum = typeof GetCharactersCharacterIdNotificationsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdNotificationsXCompatibilityDateEnum];
10456
10449
  export declare const GetCharactersCharacterIdNotificationsAcceptLanguageEnum: {
@@ -10465,7 +10458,7 @@ export declare const GetCharactersCharacterIdNotificationsAcceptLanguageEnum: {
10465
10458
  };
10466
10459
  export type GetCharactersCharacterIdNotificationsAcceptLanguageEnum = typeof GetCharactersCharacterIdNotificationsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdNotificationsAcceptLanguageEnum];
10467
10460
  export declare const GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum: {
10468
- readonly _20260519: "2026-05-19";
10461
+ readonly _20260609: "2026-06-09";
10469
10462
  };
10470
10463
  export type GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum = typeof GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdNotificationsContactsXCompatibilityDateEnum];
10471
10464
  export declare const GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum: {
@@ -10480,7 +10473,7 @@ export declare const GetCharactersCharacterIdNotificationsContactsAcceptLanguage
10480
10473
  };
10481
10474
  export type GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum = typeof GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdNotificationsContactsAcceptLanguageEnum];
10482
10475
  export declare const GetCharactersCharacterIdPortraitXCompatibilityDateEnum: {
10483
- readonly _20260519: "2026-05-19";
10476
+ readonly _20260609: "2026-06-09";
10484
10477
  };
10485
10478
  export type GetCharactersCharacterIdPortraitXCompatibilityDateEnum = typeof GetCharactersCharacterIdPortraitXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPortraitXCompatibilityDateEnum];
10486
10479
  export declare const GetCharactersCharacterIdPortraitAcceptLanguageEnum: {
@@ -10495,7 +10488,7 @@ export declare const GetCharactersCharacterIdPortraitAcceptLanguageEnum: {
10495
10488
  };
10496
10489
  export type GetCharactersCharacterIdPortraitAcceptLanguageEnum = typeof GetCharactersCharacterIdPortraitAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPortraitAcceptLanguageEnum];
10497
10490
  export declare const GetCharactersCharacterIdRolesXCompatibilityDateEnum: {
10498
- readonly _20260519: "2026-05-19";
10491
+ readonly _20260609: "2026-06-09";
10499
10492
  };
10500
10493
  export type GetCharactersCharacterIdRolesXCompatibilityDateEnum = typeof GetCharactersCharacterIdRolesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdRolesXCompatibilityDateEnum];
10501
10494
  export declare const GetCharactersCharacterIdRolesAcceptLanguageEnum: {
@@ -10510,7 +10503,7 @@ export declare const GetCharactersCharacterIdRolesAcceptLanguageEnum: {
10510
10503
  };
10511
10504
  export type GetCharactersCharacterIdRolesAcceptLanguageEnum = typeof GetCharactersCharacterIdRolesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdRolesAcceptLanguageEnum];
10512
10505
  export declare const GetCharactersCharacterIdStandingsXCompatibilityDateEnum: {
10513
- readonly _20260519: "2026-05-19";
10506
+ readonly _20260609: "2026-06-09";
10514
10507
  };
10515
10508
  export type GetCharactersCharacterIdStandingsXCompatibilityDateEnum = typeof GetCharactersCharacterIdStandingsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdStandingsXCompatibilityDateEnum];
10516
10509
  export declare const GetCharactersCharacterIdStandingsAcceptLanguageEnum: {
@@ -10525,7 +10518,7 @@ export declare const GetCharactersCharacterIdStandingsAcceptLanguageEnum: {
10525
10518
  };
10526
10519
  export type GetCharactersCharacterIdStandingsAcceptLanguageEnum = typeof GetCharactersCharacterIdStandingsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdStandingsAcceptLanguageEnum];
10527
10520
  export declare const GetCharactersCharacterIdTitlesXCompatibilityDateEnum: {
10528
- readonly _20260519: "2026-05-19";
10521
+ readonly _20260609: "2026-06-09";
10529
10522
  };
10530
10523
  export type GetCharactersCharacterIdTitlesXCompatibilityDateEnum = typeof GetCharactersCharacterIdTitlesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdTitlesXCompatibilityDateEnum];
10531
10524
  export declare const GetCharactersCharacterIdTitlesAcceptLanguageEnum: {
@@ -10539,8 +10532,23 @@ export declare const GetCharactersCharacterIdTitlesAcceptLanguageEnum: {
10539
10532
  readonly Es: "es";
10540
10533
  };
10541
10534
  export type GetCharactersCharacterIdTitlesAcceptLanguageEnum = typeof GetCharactersCharacterIdTitlesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdTitlesAcceptLanguageEnum];
10535
+ export declare const GetCharactersDetailXCompatibilityDateEnum: {
10536
+ readonly _20260609: "2026-06-09";
10537
+ };
10538
+ export type GetCharactersDetailXCompatibilityDateEnum = typeof GetCharactersDetailXCompatibilityDateEnum[keyof typeof GetCharactersDetailXCompatibilityDateEnum];
10539
+ export declare const GetCharactersDetailAcceptLanguageEnum: {
10540
+ readonly En: "en";
10541
+ readonly De: "de";
10542
+ readonly Fr: "fr";
10543
+ readonly Ja: "ja";
10544
+ readonly Ru: "ru";
10545
+ readonly Zh: "zh";
10546
+ readonly Ko: "ko";
10547
+ readonly Es: "es";
10548
+ };
10549
+ export type GetCharactersDetailAcceptLanguageEnum = typeof GetCharactersDetailAcceptLanguageEnum[keyof typeof GetCharactersDetailAcceptLanguageEnum];
10542
10550
  export declare const PostCharactersAffiliationXCompatibilityDateEnum: {
10543
- readonly _20260519: "2026-05-19";
10551
+ readonly _20260609: "2026-06-09";
10544
10552
  };
10545
10553
  export type PostCharactersAffiliationXCompatibilityDateEnum = typeof PostCharactersAffiliationXCompatibilityDateEnum[keyof typeof PostCharactersAffiliationXCompatibilityDateEnum];
10546
10554
  export declare const PostCharactersAffiliationAcceptLanguageEnum: {
@@ -10555,7 +10563,7 @@ export declare const PostCharactersAffiliationAcceptLanguageEnum: {
10555
10563
  };
10556
10564
  export type PostCharactersAffiliationAcceptLanguageEnum = typeof PostCharactersAffiliationAcceptLanguageEnum[keyof typeof PostCharactersAffiliationAcceptLanguageEnum];
10557
10565
  export declare const PostCharactersCharacterIdCspaXCompatibilityDateEnum: {
10558
- readonly _20260519: "2026-05-19";
10566
+ readonly _20260609: "2026-06-09";
10559
10567
  };
10560
10568
  export type PostCharactersCharacterIdCspaXCompatibilityDateEnum = typeof PostCharactersCharacterIdCspaXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdCspaXCompatibilityDateEnum];
10561
10569
  export declare const PostCharactersCharacterIdCspaAcceptLanguageEnum: {
@@ -10694,7 +10702,7 @@ export declare class ClonesApi extends BaseAPI {
10694
10702
  getCharactersCharacterIdImplants(characterId: number, xCompatibilityDate: GetCharactersCharacterIdImplantsXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdImplantsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number[], any, {}>>;
10695
10703
  }
10696
10704
  export declare const GetCharactersCharacterIdClonesXCompatibilityDateEnum: {
10697
- readonly _20260519: "2026-05-19";
10705
+ readonly _20260609: "2026-06-09";
10698
10706
  };
10699
10707
  export type GetCharactersCharacterIdClonesXCompatibilityDateEnum = typeof GetCharactersCharacterIdClonesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdClonesXCompatibilityDateEnum];
10700
10708
  export declare const GetCharactersCharacterIdClonesAcceptLanguageEnum: {
@@ -10709,7 +10717,7 @@ export declare const GetCharactersCharacterIdClonesAcceptLanguageEnum: {
10709
10717
  };
10710
10718
  export type GetCharactersCharacterIdClonesAcceptLanguageEnum = typeof GetCharactersCharacterIdClonesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdClonesAcceptLanguageEnum];
10711
10719
  export declare const GetCharactersCharacterIdImplantsXCompatibilityDateEnum: {
10712
- readonly _20260519: "2026-05-19";
10720
+ readonly _20260609: "2026-06-09";
10713
10721
  };
10714
10722
  export type GetCharactersCharacterIdImplantsXCompatibilityDateEnum = typeof GetCharactersCharacterIdImplantsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdImplantsXCompatibilityDateEnum];
10715
10723
  export declare const GetCharactersCharacterIdImplantsAcceptLanguageEnum: {
@@ -11260,7 +11268,7 @@ export declare class ContactsApi extends BaseAPI {
11260
11268
  putCharactersCharacterIdContacts(characterId: number, standing: number, xCompatibilityDate: PutCharactersCharacterIdContactsXCompatibilityDateEnum, requestBody: Array<number>, labelIds?: Array<number>, watched?: boolean, acceptLanguage?: PutCharactersCharacterIdContactsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
11261
11269
  }
11262
11270
  export declare const DeleteCharactersCharacterIdContactsXCompatibilityDateEnum: {
11263
- readonly _20260519: "2026-05-19";
11271
+ readonly _20260609: "2026-06-09";
11264
11272
  };
11265
11273
  export type DeleteCharactersCharacterIdContactsXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdContactsXCompatibilityDateEnum];
11266
11274
  export declare const DeleteCharactersCharacterIdContactsAcceptLanguageEnum: {
@@ -11275,7 +11283,7 @@ export declare const DeleteCharactersCharacterIdContactsAcceptLanguageEnum: {
11275
11283
  };
11276
11284
  export type DeleteCharactersCharacterIdContactsAcceptLanguageEnum = typeof DeleteCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdContactsAcceptLanguageEnum];
11277
11285
  export declare const GetAlliancesAllianceIdContactsXCompatibilityDateEnum: {
11278
- readonly _20260519: "2026-05-19";
11286
+ readonly _20260609: "2026-06-09";
11279
11287
  };
11280
11288
  export type GetAlliancesAllianceIdContactsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdContactsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdContactsXCompatibilityDateEnum];
11281
11289
  export declare const GetAlliancesAllianceIdContactsAcceptLanguageEnum: {
@@ -11290,7 +11298,7 @@ export declare const GetAlliancesAllianceIdContactsAcceptLanguageEnum: {
11290
11298
  };
11291
11299
  export type GetAlliancesAllianceIdContactsAcceptLanguageEnum = typeof GetAlliancesAllianceIdContactsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdContactsAcceptLanguageEnum];
11292
11300
  export declare const GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum: {
11293
- readonly _20260519: "2026-05-19";
11301
+ readonly _20260609: "2026-06-09";
11294
11302
  };
11295
11303
  export type GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum = typeof GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetAlliancesAllianceIdContactsLabelsXCompatibilityDateEnum];
11296
11304
  export declare const GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum: {
@@ -11305,7 +11313,7 @@ export declare const GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum: {
11305
11313
  };
11306
11314
  export type GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum = typeof GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum[keyof typeof GetAlliancesAllianceIdContactsLabelsAcceptLanguageEnum];
11307
11315
  export declare const GetCharactersCharacterIdContactsXCompatibilityDateEnum: {
11308
- readonly _20260519: "2026-05-19";
11316
+ readonly _20260609: "2026-06-09";
11309
11317
  };
11310
11318
  export type GetCharactersCharacterIdContactsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContactsXCompatibilityDateEnum];
11311
11319
  export declare const GetCharactersCharacterIdContactsAcceptLanguageEnum: {
@@ -11320,7 +11328,7 @@ export declare const GetCharactersCharacterIdContactsAcceptLanguageEnum: {
11320
11328
  };
11321
11329
  export type GetCharactersCharacterIdContactsAcceptLanguageEnum = typeof GetCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContactsAcceptLanguageEnum];
11322
11330
  export declare const GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum: {
11323
- readonly _20260519: "2026-05-19";
11331
+ readonly _20260609: "2026-06-09";
11324
11332
  };
11325
11333
  export type GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContactsLabelsXCompatibilityDateEnum];
11326
11334
  export declare const GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum: {
@@ -11335,7 +11343,7 @@ export declare const GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum: {
11335
11343
  };
11336
11344
  export type GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum = typeof GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContactsLabelsAcceptLanguageEnum];
11337
11345
  export declare const GetCorporationsCorporationIdContactsXCompatibilityDateEnum: {
11338
- readonly _20260519: "2026-05-19";
11346
+ readonly _20260609: "2026-06-09";
11339
11347
  };
11340
11348
  export type GetCorporationsCorporationIdContactsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContactsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContactsXCompatibilityDateEnum];
11341
11349
  export declare const GetCorporationsCorporationIdContactsAcceptLanguageEnum: {
@@ -11350,7 +11358,7 @@ export declare const GetCorporationsCorporationIdContactsAcceptLanguageEnum: {
11350
11358
  };
11351
11359
  export type GetCorporationsCorporationIdContactsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContactsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContactsAcceptLanguageEnum];
11352
11360
  export declare const GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum: {
11353
- readonly _20260519: "2026-05-19";
11361
+ readonly _20260609: "2026-06-09";
11354
11362
  };
11355
11363
  export type GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContactsLabelsXCompatibilityDateEnum];
11356
11364
  export declare const GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum: {
@@ -11365,7 +11373,7 @@ export declare const GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnu
11365
11373
  };
11366
11374
  export type GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContactsLabelsAcceptLanguageEnum];
11367
11375
  export declare const PostCharactersCharacterIdContactsXCompatibilityDateEnum: {
11368
- readonly _20260519: "2026-05-19";
11376
+ readonly _20260609: "2026-06-09";
11369
11377
  };
11370
11378
  export type PostCharactersCharacterIdContactsXCompatibilityDateEnum = typeof PostCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdContactsXCompatibilityDateEnum];
11371
11379
  export declare const PostCharactersCharacterIdContactsAcceptLanguageEnum: {
@@ -11380,7 +11388,7 @@ export declare const PostCharactersCharacterIdContactsAcceptLanguageEnum: {
11380
11388
  };
11381
11389
  export type PostCharactersCharacterIdContactsAcceptLanguageEnum = typeof PostCharactersCharacterIdContactsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdContactsAcceptLanguageEnum];
11382
11390
  export declare const PutCharactersCharacterIdContactsXCompatibilityDateEnum: {
11383
- readonly _20260519: "2026-05-19";
11391
+ readonly _20260609: "2026-06-09";
11384
11392
  };
11385
11393
  export type PutCharactersCharacterIdContactsXCompatibilityDateEnum = typeof PutCharactersCharacterIdContactsXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdContactsXCompatibilityDateEnum];
11386
11394
  export declare const PutCharactersCharacterIdContactsAcceptLanguageEnum: {
@@ -11923,7 +11931,7 @@ export declare class ContractsApi extends BaseAPI {
11923
11931
  getCorporationsCorporationIdContractsContractIdItems(contractId: number, corporationId: number, xCompatibilityDate: GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum, acceptLanguage?: GetCorporationsCorporationIdContractsContractIdItemsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdContractsContractIdItemsGetInner[], any, {}>>;
11924
11932
  }
11925
11933
  export declare const GetCharactersCharacterIdContractsXCompatibilityDateEnum: {
11926
- readonly _20260519: "2026-05-19";
11934
+ readonly _20260609: "2026-06-09";
11927
11935
  };
11928
11936
  export type GetCharactersCharacterIdContractsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsXCompatibilityDateEnum];
11929
11937
  export declare const GetCharactersCharacterIdContractsAcceptLanguageEnum: {
@@ -11938,7 +11946,7 @@ export declare const GetCharactersCharacterIdContractsAcceptLanguageEnum: {
11938
11946
  };
11939
11947
  export type GetCharactersCharacterIdContractsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsAcceptLanguageEnum];
11940
11948
  export declare const GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum: {
11941
- readonly _20260519: "2026-05-19";
11949
+ readonly _20260609: "2026-06-09";
11942
11950
  };
11943
11951
  export type GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsContractIdBidsXCompatibilityDateEnum];
11944
11952
  export declare const GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum: {
@@ -11953,7 +11961,7 @@ export declare const GetCharactersCharacterIdContractsContractIdBidsAcceptLangua
11953
11961
  };
11954
11962
  export type GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsContractIdBidsAcceptLanguageEnum];
11955
11963
  export declare const GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum: {
11956
- readonly _20260519: "2026-05-19";
11964
+ readonly _20260609: "2026-06-09";
11957
11965
  };
11958
11966
  export type GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum = typeof GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdContractsContractIdItemsXCompatibilityDateEnum];
11959
11967
  export declare const GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum: {
@@ -11968,7 +11976,7 @@ export declare const GetCharactersCharacterIdContractsContractIdItemsAcceptLangu
11968
11976
  };
11969
11977
  export type GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum = typeof GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdContractsContractIdItemsAcceptLanguageEnum];
11970
11978
  export declare const GetContractsPublicBidsContractIdXCompatibilityDateEnum: {
11971
- readonly _20260519: "2026-05-19";
11979
+ readonly _20260609: "2026-06-09";
11972
11980
  };
11973
11981
  export type GetContractsPublicBidsContractIdXCompatibilityDateEnum = typeof GetContractsPublicBidsContractIdXCompatibilityDateEnum[keyof typeof GetContractsPublicBidsContractIdXCompatibilityDateEnum];
11974
11982
  export declare const GetContractsPublicBidsContractIdAcceptLanguageEnum: {
@@ -11983,7 +11991,7 @@ export declare const GetContractsPublicBidsContractIdAcceptLanguageEnum: {
11983
11991
  };
11984
11992
  export type GetContractsPublicBidsContractIdAcceptLanguageEnum = typeof GetContractsPublicBidsContractIdAcceptLanguageEnum[keyof typeof GetContractsPublicBidsContractIdAcceptLanguageEnum];
11985
11993
  export declare const GetContractsPublicItemsContractIdXCompatibilityDateEnum: {
11986
- readonly _20260519: "2026-05-19";
11994
+ readonly _20260609: "2026-06-09";
11987
11995
  };
11988
11996
  export type GetContractsPublicItemsContractIdXCompatibilityDateEnum = typeof GetContractsPublicItemsContractIdXCompatibilityDateEnum[keyof typeof GetContractsPublicItemsContractIdXCompatibilityDateEnum];
11989
11997
  export declare const GetContractsPublicItemsContractIdAcceptLanguageEnum: {
@@ -11998,7 +12006,7 @@ export declare const GetContractsPublicItemsContractIdAcceptLanguageEnum: {
11998
12006
  };
11999
12007
  export type GetContractsPublicItemsContractIdAcceptLanguageEnum = typeof GetContractsPublicItemsContractIdAcceptLanguageEnum[keyof typeof GetContractsPublicItemsContractIdAcceptLanguageEnum];
12000
12008
  export declare const GetContractsPublicRegionIdXCompatibilityDateEnum: {
12001
- readonly _20260519: "2026-05-19";
12009
+ readonly _20260609: "2026-06-09";
12002
12010
  };
12003
12011
  export type GetContractsPublicRegionIdXCompatibilityDateEnum = typeof GetContractsPublicRegionIdXCompatibilityDateEnum[keyof typeof GetContractsPublicRegionIdXCompatibilityDateEnum];
12004
12012
  export declare const GetContractsPublicRegionIdAcceptLanguageEnum: {
@@ -12013,7 +12021,7 @@ export declare const GetContractsPublicRegionIdAcceptLanguageEnum: {
12013
12021
  };
12014
12022
  export type GetContractsPublicRegionIdAcceptLanguageEnum = typeof GetContractsPublicRegionIdAcceptLanguageEnum[keyof typeof GetContractsPublicRegionIdAcceptLanguageEnum];
12015
12023
  export declare const GetCorporationsCorporationIdContractsXCompatibilityDateEnum: {
12016
- readonly _20260519: "2026-05-19";
12024
+ readonly _20260609: "2026-06-09";
12017
12025
  };
12018
12026
  export type GetCorporationsCorporationIdContractsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsXCompatibilityDateEnum];
12019
12027
  export declare const GetCorporationsCorporationIdContractsAcceptLanguageEnum: {
@@ -12028,7 +12036,7 @@ export declare const GetCorporationsCorporationIdContractsAcceptLanguageEnum: {
12028
12036
  };
12029
12037
  export type GetCorporationsCorporationIdContractsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContractsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContractsAcceptLanguageEnum];
12030
12038
  export declare const GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum: {
12031
- readonly _20260519: "2026-05-19";
12039
+ readonly _20260609: "2026-06-09";
12032
12040
  };
12033
12041
  export type GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdBidsXCompatibilityDateEnum];
12034
12042
  export declare const GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum: {
@@ -12043,7 +12051,7 @@ export declare const GetCorporationsCorporationIdContractsContractIdBidsAcceptLa
12043
12051
  };
12044
12052
  export type GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdBidsAcceptLanguageEnum];
12045
12053
  export declare const GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum: {
12046
- readonly _20260519: "2026-05-19";
12054
+ readonly _20260609: "2026-06-09";
12047
12055
  };
12048
12056
  export type GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContractsContractIdItemsXCompatibilityDateEnum];
12049
12057
  export declare const GetCorporationsCorporationIdContractsContractIdItemsAcceptLanguageEnum: {
@@ -13262,7 +13270,7 @@ export declare class CorporationApi extends BaseAPI {
13262
13270
  getCorporationsNpccorps(xCompatibilityDate: GetCorporationsNpccorpsXCompatibilityDateEnum, acceptLanguage?: GetCorporationsNpccorpsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number[], any, {}>>;
13263
13271
  }
13264
13272
  export declare const GetCorporationsCorporationIdXCompatibilityDateEnum: {
13265
- readonly _20260519: "2026-05-19";
13273
+ readonly _20260609: "2026-06-09";
13266
13274
  };
13267
13275
  export type GetCorporationsCorporationIdXCompatibilityDateEnum = typeof GetCorporationsCorporationIdXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdXCompatibilityDateEnum];
13268
13276
  export declare const GetCorporationsCorporationIdAcceptLanguageEnum: {
@@ -13277,7 +13285,7 @@ export declare const GetCorporationsCorporationIdAcceptLanguageEnum: {
13277
13285
  };
13278
13286
  export type GetCorporationsCorporationIdAcceptLanguageEnum = typeof GetCorporationsCorporationIdAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAcceptLanguageEnum];
13279
13287
  export declare const GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum: {
13280
- readonly _20260519: "2026-05-19";
13288
+ readonly _20260609: "2026-06-09";
13281
13289
  };
13282
13290
  export type GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdAlliancehistoryXCompatibilityDateEnum];
13283
13291
  export declare const GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum: {
@@ -13292,7 +13300,7 @@ export declare const GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEn
13292
13300
  };
13293
13301
  export type GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdAlliancehistoryAcceptLanguageEnum];
13294
13302
  export declare const GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum: {
13295
- readonly _20260519: "2026-05-19";
13303
+ readonly _20260609: "2026-06-09";
13296
13304
  };
13297
13305
  export type GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdBlueprintsXCompatibilityDateEnum];
13298
13306
  export declare const GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum: {
@@ -13307,7 +13315,7 @@ export declare const GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum: {
13307
13315
  };
13308
13316
  export type GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum = typeof GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdBlueprintsAcceptLanguageEnum];
13309
13317
  export declare const GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum: {
13310
- readonly _20260519: "2026-05-19";
13318
+ readonly _20260609: "2026-06-09";
13311
13319
  };
13312
13320
  export type GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdContainersLogsXCompatibilityDateEnum];
13313
13321
  export declare const GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum: {
@@ -13322,7 +13330,7 @@ export declare const GetCorporationsCorporationIdContainersLogsAcceptLanguageEnu
13322
13330
  };
13323
13331
  export type GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum = typeof GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdContainersLogsAcceptLanguageEnum];
13324
13332
  export declare const GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum: {
13325
- readonly _20260519: "2026-05-19";
13333
+ readonly _20260609: "2026-06-09";
13326
13334
  };
13327
13335
  export type GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdDivisionsXCompatibilityDateEnum];
13328
13336
  export declare const GetCorporationsCorporationIdDivisionsAcceptLanguageEnum: {
@@ -13337,7 +13345,7 @@ export declare const GetCorporationsCorporationIdDivisionsAcceptLanguageEnum: {
13337
13345
  };
13338
13346
  export type GetCorporationsCorporationIdDivisionsAcceptLanguageEnum = typeof GetCorporationsCorporationIdDivisionsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdDivisionsAcceptLanguageEnum];
13339
13347
  export declare const GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum: {
13340
- readonly _20260519: "2026-05-19";
13348
+ readonly _20260609: "2026-06-09";
13341
13349
  };
13342
13350
  export type GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdFacilitiesXCompatibilityDateEnum];
13343
13351
  export declare const GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum: {
@@ -13352,7 +13360,7 @@ export declare const GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum: {
13352
13360
  };
13353
13361
  export type GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum = typeof GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdFacilitiesAcceptLanguageEnum];
13354
13362
  export declare const GetCorporationsCorporationIdIconsXCompatibilityDateEnum: {
13355
- readonly _20260519: "2026-05-19";
13363
+ readonly _20260609: "2026-06-09";
13356
13364
  };
13357
13365
  export type GetCorporationsCorporationIdIconsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdIconsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdIconsXCompatibilityDateEnum];
13358
13366
  export declare const GetCorporationsCorporationIdIconsAcceptLanguageEnum: {
@@ -13367,7 +13375,7 @@ export declare const GetCorporationsCorporationIdIconsAcceptLanguageEnum: {
13367
13375
  };
13368
13376
  export type GetCorporationsCorporationIdIconsAcceptLanguageEnum = typeof GetCorporationsCorporationIdIconsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdIconsAcceptLanguageEnum];
13369
13377
  export declare const GetCorporationsCorporationIdMedalsXCompatibilityDateEnum: {
13370
- readonly _20260519: "2026-05-19";
13378
+ readonly _20260609: "2026-06-09";
13371
13379
  };
13372
13380
  export type GetCorporationsCorporationIdMedalsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMedalsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMedalsXCompatibilityDateEnum];
13373
13381
  export declare const GetCorporationsCorporationIdMedalsAcceptLanguageEnum: {
@@ -13382,7 +13390,7 @@ export declare const GetCorporationsCorporationIdMedalsAcceptLanguageEnum: {
13382
13390
  };
13383
13391
  export type GetCorporationsCorporationIdMedalsAcceptLanguageEnum = typeof GetCorporationsCorporationIdMedalsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMedalsAcceptLanguageEnum];
13384
13392
  export declare const GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum: {
13385
- readonly _20260519: "2026-05-19";
13393
+ readonly _20260609: "2026-06-09";
13386
13394
  };
13387
13395
  export type GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMedalsIssuedXCompatibilityDateEnum];
13388
13396
  export declare const GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum: {
@@ -13397,7 +13405,7 @@ export declare const GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum:
13397
13405
  };
13398
13406
  export type GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum = typeof GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMedalsIssuedAcceptLanguageEnum];
13399
13407
  export declare const GetCorporationsCorporationIdMembersXCompatibilityDateEnum: {
13400
- readonly _20260519: "2026-05-19";
13408
+ readonly _20260609: "2026-06-09";
13401
13409
  };
13402
13410
  export type GetCorporationsCorporationIdMembersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersXCompatibilityDateEnum];
13403
13411
  export declare const GetCorporationsCorporationIdMembersAcceptLanguageEnum: {
@@ -13412,7 +13420,7 @@ export declare const GetCorporationsCorporationIdMembersAcceptLanguageEnum: {
13412
13420
  };
13413
13421
  export type GetCorporationsCorporationIdMembersAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersAcceptLanguageEnum];
13414
13422
  export declare const GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum: {
13415
- readonly _20260519: "2026-05-19";
13423
+ readonly _20260609: "2026-06-09";
13416
13424
  };
13417
13425
  export type GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersLimitXCompatibilityDateEnum];
13418
13426
  export declare const GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum: {
@@ -13427,7 +13435,7 @@ export declare const GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum:
13427
13435
  };
13428
13436
  export type GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersLimitAcceptLanguageEnum];
13429
13437
  export declare const GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum: {
13430
- readonly _20260519: "2026-05-19";
13438
+ readonly _20260609: "2026-06-09";
13431
13439
  };
13432
13440
  export type GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembersTitlesXCompatibilityDateEnum];
13433
13441
  export declare const GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum: {
@@ -13442,7 +13450,7 @@ export declare const GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum
13442
13450
  };
13443
13451
  export type GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembersTitlesAcceptLanguageEnum];
13444
13452
  export declare const GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum: {
13445
- readonly _20260519: "2026-05-19";
13453
+ readonly _20260609: "2026-06-09";
13446
13454
  };
13447
13455
  export type GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum = typeof GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdMembertrackingXCompatibilityDateEnum];
13448
13456
  export declare const GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum: {
@@ -13457,7 +13465,7 @@ export declare const GetCorporationsCorporationIdMembertrackingAcceptLanguageEnu
13457
13465
  };
13458
13466
  export type GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum = typeof GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdMembertrackingAcceptLanguageEnum];
13459
13467
  export declare const GetCorporationsCorporationIdRolesXCompatibilityDateEnum: {
13460
- readonly _20260519: "2026-05-19";
13468
+ readonly _20260609: "2026-06-09";
13461
13469
  };
13462
13470
  export type GetCorporationsCorporationIdRolesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdRolesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdRolesXCompatibilityDateEnum];
13463
13471
  export declare const GetCorporationsCorporationIdRolesAcceptLanguageEnum: {
@@ -13472,7 +13480,7 @@ export declare const GetCorporationsCorporationIdRolesAcceptLanguageEnum: {
13472
13480
  };
13473
13481
  export type GetCorporationsCorporationIdRolesAcceptLanguageEnum = typeof GetCorporationsCorporationIdRolesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdRolesAcceptLanguageEnum];
13474
13482
  export declare const GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum: {
13475
- readonly _20260519: "2026-05-19";
13483
+ readonly _20260609: "2026-06-09";
13476
13484
  };
13477
13485
  export type GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdRolesHistoryXCompatibilityDateEnum];
13478
13486
  export declare const GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum: {
@@ -13487,7 +13495,7 @@ export declare const GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum:
13487
13495
  };
13488
13496
  export type GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdRolesHistoryAcceptLanguageEnum];
13489
13497
  export declare const GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum: {
13490
- readonly _20260519: "2026-05-19";
13498
+ readonly _20260609: "2026-06-09";
13491
13499
  };
13492
13500
  export type GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdShareholdersXCompatibilityDateEnum];
13493
13501
  export declare const GetCorporationsCorporationIdShareholdersAcceptLanguageEnum: {
@@ -13502,7 +13510,7 @@ export declare const GetCorporationsCorporationIdShareholdersAcceptLanguageEnum:
13502
13510
  };
13503
13511
  export type GetCorporationsCorporationIdShareholdersAcceptLanguageEnum = typeof GetCorporationsCorporationIdShareholdersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdShareholdersAcceptLanguageEnum];
13504
13512
  export declare const GetCorporationsCorporationIdStandingsXCompatibilityDateEnum: {
13505
- readonly _20260519: "2026-05-19";
13513
+ readonly _20260609: "2026-06-09";
13506
13514
  };
13507
13515
  export type GetCorporationsCorporationIdStandingsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStandingsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStandingsXCompatibilityDateEnum];
13508
13516
  export declare const GetCorporationsCorporationIdStandingsAcceptLanguageEnum: {
@@ -13517,7 +13525,7 @@ export declare const GetCorporationsCorporationIdStandingsAcceptLanguageEnum: {
13517
13525
  };
13518
13526
  export type GetCorporationsCorporationIdStandingsAcceptLanguageEnum = typeof GetCorporationsCorporationIdStandingsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStandingsAcceptLanguageEnum];
13519
13527
  export declare const GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum: {
13520
- readonly _20260519: "2026-05-19";
13528
+ readonly _20260609: "2026-06-09";
13521
13529
  };
13522
13530
  export type GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStarbasesXCompatibilityDateEnum];
13523
13531
  export declare const GetCorporationsCorporationIdStarbasesAcceptLanguageEnum: {
@@ -13532,7 +13540,7 @@ export declare const GetCorporationsCorporationIdStarbasesAcceptLanguageEnum: {
13532
13540
  };
13533
13541
  export type GetCorporationsCorporationIdStarbasesAcceptLanguageEnum = typeof GetCorporationsCorporationIdStarbasesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStarbasesAcceptLanguageEnum];
13534
13542
  export declare const GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum: {
13535
- readonly _20260519: "2026-05-19";
13543
+ readonly _20260609: "2026-06-09";
13536
13544
  };
13537
13545
  export type GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStarbasesStarbaseIdXCompatibilityDateEnum];
13538
13546
  export declare const GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum: {
@@ -13547,7 +13555,7 @@ export declare const GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLangua
13547
13555
  };
13548
13556
  export type GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum = typeof GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStarbasesStarbaseIdAcceptLanguageEnum];
13549
13557
  export declare const GetCorporationsCorporationIdStructuresXCompatibilityDateEnum: {
13550
- readonly _20260519: "2026-05-19";
13558
+ readonly _20260609: "2026-06-09";
13551
13559
  };
13552
13560
  export type GetCorporationsCorporationIdStructuresXCompatibilityDateEnum = typeof GetCorporationsCorporationIdStructuresXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdStructuresXCompatibilityDateEnum];
13553
13561
  export declare const GetCorporationsCorporationIdStructuresAcceptLanguageEnum: {
@@ -13562,7 +13570,7 @@ export declare const GetCorporationsCorporationIdStructuresAcceptLanguageEnum: {
13562
13570
  };
13563
13571
  export type GetCorporationsCorporationIdStructuresAcceptLanguageEnum = typeof GetCorporationsCorporationIdStructuresAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdStructuresAcceptLanguageEnum];
13564
13572
  export declare const GetCorporationsCorporationIdTitlesXCompatibilityDateEnum: {
13565
- readonly _20260519: "2026-05-19";
13573
+ readonly _20260609: "2026-06-09";
13566
13574
  };
13567
13575
  export type GetCorporationsCorporationIdTitlesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdTitlesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdTitlesXCompatibilityDateEnum];
13568
13576
  export declare const GetCorporationsCorporationIdTitlesAcceptLanguageEnum: {
@@ -13577,7 +13585,7 @@ export declare const GetCorporationsCorporationIdTitlesAcceptLanguageEnum: {
13577
13585
  };
13578
13586
  export type GetCorporationsCorporationIdTitlesAcceptLanguageEnum = typeof GetCorporationsCorporationIdTitlesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdTitlesAcceptLanguageEnum];
13579
13587
  export declare const GetCorporationsNpccorpsXCompatibilityDateEnum: {
13580
- readonly _20260519: "2026-05-19";
13588
+ readonly _20260609: "2026-06-09";
13581
13589
  };
13582
13590
  export type GetCorporationsNpccorpsXCompatibilityDateEnum = typeof GetCorporationsNpccorpsXCompatibilityDateEnum[keyof typeof GetCorporationsNpccorpsXCompatibilityDateEnum];
13583
13591
  export declare const GetCorporationsNpccorpsAcceptLanguageEnum: {
@@ -13864,7 +13872,7 @@ export declare class CorporationProjectsApi extends BaseAPI {
13864
13872
  getCorporationsProjectsListing(corporationId: number, xCompatibilityDate: GetCorporationsProjectsListingXCompatibilityDateEnum, after?: string, before?: string, limit?: number, state?: GetCorporationsProjectsListingStateEnum, acceptLanguage?: GetCorporationsProjectsListingAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CorporationsProjectsListing, any, {}>>;
13865
13873
  }
13866
13874
  export declare const GetCorporationsProjectsContributionXCompatibilityDateEnum: {
13867
- readonly _20260519: "2026-05-19";
13875
+ readonly _20260609: "2026-06-09";
13868
13876
  };
13869
13877
  export type GetCorporationsProjectsContributionXCompatibilityDateEnum = typeof GetCorporationsProjectsContributionXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsContributionXCompatibilityDateEnum];
13870
13878
  export declare const GetCorporationsProjectsContributionAcceptLanguageEnum: {
@@ -13879,7 +13887,7 @@ export declare const GetCorporationsProjectsContributionAcceptLanguageEnum: {
13879
13887
  };
13880
13888
  export type GetCorporationsProjectsContributionAcceptLanguageEnum = typeof GetCorporationsProjectsContributionAcceptLanguageEnum[keyof typeof GetCorporationsProjectsContributionAcceptLanguageEnum];
13881
13889
  export declare const GetCorporationsProjectsContributorsXCompatibilityDateEnum: {
13882
- readonly _20260519: "2026-05-19";
13890
+ readonly _20260609: "2026-06-09";
13883
13891
  };
13884
13892
  export type GetCorporationsProjectsContributorsXCompatibilityDateEnum = typeof GetCorporationsProjectsContributorsXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsContributorsXCompatibilityDateEnum];
13885
13893
  export declare const GetCorporationsProjectsContributorsAcceptLanguageEnum: {
@@ -13894,7 +13902,7 @@ export declare const GetCorporationsProjectsContributorsAcceptLanguageEnum: {
13894
13902
  };
13895
13903
  export type GetCorporationsProjectsContributorsAcceptLanguageEnum = typeof GetCorporationsProjectsContributorsAcceptLanguageEnum[keyof typeof GetCorporationsProjectsContributorsAcceptLanguageEnum];
13896
13904
  export declare const GetCorporationsProjectsDetailXCompatibilityDateEnum: {
13897
- readonly _20260519: "2026-05-19";
13905
+ readonly _20260609: "2026-06-09";
13898
13906
  };
13899
13907
  export type GetCorporationsProjectsDetailXCompatibilityDateEnum = typeof GetCorporationsProjectsDetailXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsDetailXCompatibilityDateEnum];
13900
13908
  export declare const GetCorporationsProjectsDetailAcceptLanguageEnum: {
@@ -13909,7 +13917,7 @@ export declare const GetCorporationsProjectsDetailAcceptLanguageEnum: {
13909
13917
  };
13910
13918
  export type GetCorporationsProjectsDetailAcceptLanguageEnum = typeof GetCorporationsProjectsDetailAcceptLanguageEnum[keyof typeof GetCorporationsProjectsDetailAcceptLanguageEnum];
13911
13919
  export declare const GetCorporationsProjectsListingXCompatibilityDateEnum: {
13912
- readonly _20260519: "2026-05-19";
13920
+ readonly _20260609: "2026-06-09";
13913
13921
  };
13914
13922
  export type GetCorporationsProjectsListingXCompatibilityDateEnum = typeof GetCorporationsProjectsListingXCompatibilityDateEnum[keyof typeof GetCorporationsProjectsListingXCompatibilityDateEnum];
13915
13923
  export declare const GetCorporationsProjectsListingStateEnum: {
@@ -14205,7 +14213,7 @@ export declare class DogmaApi extends BaseAPI {
14205
14213
  getDogmaEffectsEffectId(effectId: number, xCompatibilityDate: GetDogmaEffectsEffectIdXCompatibilityDateEnum, acceptLanguage?: GetDogmaEffectsEffectIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DogmaEffectsEffectIdGet, any, {}>>;
14206
14214
  }
14207
14215
  export declare const GetDogmaAttributesXCompatibilityDateEnum: {
14208
- readonly _20260519: "2026-05-19";
14216
+ readonly _20260609: "2026-06-09";
14209
14217
  };
14210
14218
  export type GetDogmaAttributesXCompatibilityDateEnum = typeof GetDogmaAttributesXCompatibilityDateEnum[keyof typeof GetDogmaAttributesXCompatibilityDateEnum];
14211
14219
  export declare const GetDogmaAttributesAcceptLanguageEnum: {
@@ -14220,7 +14228,7 @@ export declare const GetDogmaAttributesAcceptLanguageEnum: {
14220
14228
  };
14221
14229
  export type GetDogmaAttributesAcceptLanguageEnum = typeof GetDogmaAttributesAcceptLanguageEnum[keyof typeof GetDogmaAttributesAcceptLanguageEnum];
14222
14230
  export declare const GetDogmaAttributesAttributeIdXCompatibilityDateEnum: {
14223
- readonly _20260519: "2026-05-19";
14231
+ readonly _20260609: "2026-06-09";
14224
14232
  };
14225
14233
  export type GetDogmaAttributesAttributeIdXCompatibilityDateEnum = typeof GetDogmaAttributesAttributeIdXCompatibilityDateEnum[keyof typeof GetDogmaAttributesAttributeIdXCompatibilityDateEnum];
14226
14234
  export declare const GetDogmaAttributesAttributeIdAcceptLanguageEnum: {
@@ -14235,7 +14243,7 @@ export declare const GetDogmaAttributesAttributeIdAcceptLanguageEnum: {
14235
14243
  };
14236
14244
  export type GetDogmaAttributesAttributeIdAcceptLanguageEnum = typeof GetDogmaAttributesAttributeIdAcceptLanguageEnum[keyof typeof GetDogmaAttributesAttributeIdAcceptLanguageEnum];
14237
14245
  export declare const GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum: {
14238
- readonly _20260519: "2026-05-19";
14246
+ readonly _20260609: "2026-06-09";
14239
14247
  };
14240
14248
  export type GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = typeof GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum[keyof typeof GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum];
14241
14249
  export declare const GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum: {
@@ -14250,7 +14258,7 @@ export declare const GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum: {
14250
14258
  };
14251
14259
  export type GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = typeof GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum[keyof typeof GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum];
14252
14260
  export declare const GetDogmaEffectsXCompatibilityDateEnum: {
14253
- readonly _20260519: "2026-05-19";
14261
+ readonly _20260609: "2026-06-09";
14254
14262
  };
14255
14263
  export type GetDogmaEffectsXCompatibilityDateEnum = typeof GetDogmaEffectsXCompatibilityDateEnum[keyof typeof GetDogmaEffectsXCompatibilityDateEnum];
14256
14264
  export declare const GetDogmaEffectsAcceptLanguageEnum: {
@@ -14265,7 +14273,7 @@ export declare const GetDogmaEffectsAcceptLanguageEnum: {
14265
14273
  };
14266
14274
  export type GetDogmaEffectsAcceptLanguageEnum = typeof GetDogmaEffectsAcceptLanguageEnum[keyof typeof GetDogmaEffectsAcceptLanguageEnum];
14267
14275
  export declare const GetDogmaEffectsEffectIdXCompatibilityDateEnum: {
14268
- readonly _20260519: "2026-05-19";
14276
+ readonly _20260609: "2026-06-09";
14269
14277
  };
14270
14278
  export type GetDogmaEffectsEffectIdXCompatibilityDateEnum = typeof GetDogmaEffectsEffectIdXCompatibilityDateEnum[keyof typeof GetDogmaEffectsEffectIdXCompatibilityDateEnum];
14271
14279
  export declare const GetDogmaEffectsEffectIdAcceptLanguageEnum: {
@@ -14692,7 +14700,7 @@ export declare class FactionWarfareApi extends BaseAPI {
14692
14700
  getFwWars(xCompatibilityDate: GetFwWarsXCompatibilityDateEnum, acceptLanguage?: GetFwWarsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FwWarsGetInner[], any, {}>>;
14693
14701
  }
14694
14702
  export declare const GetCharactersCharacterIdFwStatsXCompatibilityDateEnum: {
14695
- readonly _20260519: "2026-05-19";
14703
+ readonly _20260609: "2026-06-09";
14696
14704
  };
14697
14705
  export type GetCharactersCharacterIdFwStatsXCompatibilityDateEnum = typeof GetCharactersCharacterIdFwStatsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFwStatsXCompatibilityDateEnum];
14698
14706
  export declare const GetCharactersCharacterIdFwStatsAcceptLanguageEnum: {
@@ -14707,7 +14715,7 @@ export declare const GetCharactersCharacterIdFwStatsAcceptLanguageEnum: {
14707
14715
  };
14708
14716
  export type GetCharactersCharacterIdFwStatsAcceptLanguageEnum = typeof GetCharactersCharacterIdFwStatsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFwStatsAcceptLanguageEnum];
14709
14717
  export declare const GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum: {
14710
- readonly _20260519: "2026-05-19";
14718
+ readonly _20260609: "2026-06-09";
14711
14719
  };
14712
14720
  export type GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdFwStatsXCompatibilityDateEnum];
14713
14721
  export declare const GetCorporationsCorporationIdFwStatsAcceptLanguageEnum: {
@@ -14722,7 +14730,7 @@ export declare const GetCorporationsCorporationIdFwStatsAcceptLanguageEnum: {
14722
14730
  };
14723
14731
  export type GetCorporationsCorporationIdFwStatsAcceptLanguageEnum = typeof GetCorporationsCorporationIdFwStatsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdFwStatsAcceptLanguageEnum];
14724
14732
  export declare const GetFwLeaderboardsXCompatibilityDateEnum: {
14725
- readonly _20260519: "2026-05-19";
14733
+ readonly _20260609: "2026-06-09";
14726
14734
  };
14727
14735
  export type GetFwLeaderboardsXCompatibilityDateEnum = typeof GetFwLeaderboardsXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsXCompatibilityDateEnum];
14728
14736
  export declare const GetFwLeaderboardsAcceptLanguageEnum: {
@@ -14737,7 +14745,7 @@ export declare const GetFwLeaderboardsAcceptLanguageEnum: {
14737
14745
  };
14738
14746
  export type GetFwLeaderboardsAcceptLanguageEnum = typeof GetFwLeaderboardsAcceptLanguageEnum[keyof typeof GetFwLeaderboardsAcceptLanguageEnum];
14739
14747
  export declare const GetFwLeaderboardsCharactersXCompatibilityDateEnum: {
14740
- readonly _20260519: "2026-05-19";
14748
+ readonly _20260609: "2026-06-09";
14741
14749
  };
14742
14750
  export type GetFwLeaderboardsCharactersXCompatibilityDateEnum = typeof GetFwLeaderboardsCharactersXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsCharactersXCompatibilityDateEnum];
14743
14751
  export declare const GetFwLeaderboardsCharactersAcceptLanguageEnum: {
@@ -14752,7 +14760,7 @@ export declare const GetFwLeaderboardsCharactersAcceptLanguageEnum: {
14752
14760
  };
14753
14761
  export type GetFwLeaderboardsCharactersAcceptLanguageEnum = typeof GetFwLeaderboardsCharactersAcceptLanguageEnum[keyof typeof GetFwLeaderboardsCharactersAcceptLanguageEnum];
14754
14762
  export declare const GetFwLeaderboardsCorporationsXCompatibilityDateEnum: {
14755
- readonly _20260519: "2026-05-19";
14763
+ readonly _20260609: "2026-06-09";
14756
14764
  };
14757
14765
  export type GetFwLeaderboardsCorporationsXCompatibilityDateEnum = typeof GetFwLeaderboardsCorporationsXCompatibilityDateEnum[keyof typeof GetFwLeaderboardsCorporationsXCompatibilityDateEnum];
14758
14766
  export declare const GetFwLeaderboardsCorporationsAcceptLanguageEnum: {
@@ -14767,7 +14775,7 @@ export declare const GetFwLeaderboardsCorporationsAcceptLanguageEnum: {
14767
14775
  };
14768
14776
  export type GetFwLeaderboardsCorporationsAcceptLanguageEnum = typeof GetFwLeaderboardsCorporationsAcceptLanguageEnum[keyof typeof GetFwLeaderboardsCorporationsAcceptLanguageEnum];
14769
14777
  export declare const GetFwStatsXCompatibilityDateEnum: {
14770
- readonly _20260519: "2026-05-19";
14778
+ readonly _20260609: "2026-06-09";
14771
14779
  };
14772
14780
  export type GetFwStatsXCompatibilityDateEnum = typeof GetFwStatsXCompatibilityDateEnum[keyof typeof GetFwStatsXCompatibilityDateEnum];
14773
14781
  export declare const GetFwStatsAcceptLanguageEnum: {
@@ -14782,7 +14790,7 @@ export declare const GetFwStatsAcceptLanguageEnum: {
14782
14790
  };
14783
14791
  export type GetFwStatsAcceptLanguageEnum = typeof GetFwStatsAcceptLanguageEnum[keyof typeof GetFwStatsAcceptLanguageEnum];
14784
14792
  export declare const GetFwSystemsXCompatibilityDateEnum: {
14785
- readonly _20260519: "2026-05-19";
14793
+ readonly _20260609: "2026-06-09";
14786
14794
  };
14787
14795
  export type GetFwSystemsXCompatibilityDateEnum = typeof GetFwSystemsXCompatibilityDateEnum[keyof typeof GetFwSystemsXCompatibilityDateEnum];
14788
14796
  export declare const GetFwSystemsAcceptLanguageEnum: {
@@ -14797,7 +14805,7 @@ export declare const GetFwSystemsAcceptLanguageEnum: {
14797
14805
  };
14798
14806
  export type GetFwSystemsAcceptLanguageEnum = typeof GetFwSystemsAcceptLanguageEnum[keyof typeof GetFwSystemsAcceptLanguageEnum];
14799
14807
  export declare const GetFwWarsXCompatibilityDateEnum: {
14800
- readonly _20260519: "2026-05-19";
14808
+ readonly _20260609: "2026-06-09";
14801
14809
  };
14802
14810
  export type GetFwWarsXCompatibilityDateEnum = typeof GetFwWarsXCompatibilityDateEnum[keyof typeof GetFwWarsXCompatibilityDateEnum];
14803
14811
  export declare const GetFwWarsAcceptLanguageEnum: {
@@ -14996,7 +15004,7 @@ export declare class FittingsApi extends BaseAPI {
14996
15004
  postCharactersCharacterIdFittings(characterId: number, xCompatibilityDate: PostCharactersCharacterIdFittingsXCompatibilityDateEnum, postCharactersCharacterIdFittingsRequest: PostCharactersCharacterIdFittingsRequest, acceptLanguage?: PostCharactersCharacterIdFittingsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdFittingsPost, any, {}>>;
14997
15005
  }
14998
15006
  export declare const DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum: {
14999
- readonly _20260519: "2026-05-19";
15007
+ readonly _20260609: "2026-06-09";
15000
15008
  };
15001
15009
  export type DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdFittingsFittingIdXCompatibilityDateEnum];
15002
15010
  export declare const DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum: {
@@ -15011,7 +15019,7 @@ export declare const DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageE
15011
15019
  };
15012
15020
  export type DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdFittingsFittingIdAcceptLanguageEnum];
15013
15021
  export declare const GetCharactersCharacterIdFittingsXCompatibilityDateEnum: {
15014
- readonly _20260519: "2026-05-19";
15022
+ readonly _20260609: "2026-06-09";
15015
15023
  };
15016
15024
  export type GetCharactersCharacterIdFittingsXCompatibilityDateEnum = typeof GetCharactersCharacterIdFittingsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFittingsXCompatibilityDateEnum];
15017
15025
  export declare const GetCharactersCharacterIdFittingsAcceptLanguageEnum: {
@@ -15026,7 +15034,7 @@ export declare const GetCharactersCharacterIdFittingsAcceptLanguageEnum: {
15026
15034
  };
15027
15035
  export type GetCharactersCharacterIdFittingsAcceptLanguageEnum = typeof GetCharactersCharacterIdFittingsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFittingsAcceptLanguageEnum];
15028
15036
  export declare const PostCharactersCharacterIdFittingsXCompatibilityDateEnum: {
15029
- readonly _20260519: "2026-05-19";
15037
+ readonly _20260609: "2026-06-09";
15030
15038
  };
15031
15039
  export type PostCharactersCharacterIdFittingsXCompatibilityDateEnum = typeof PostCharactersCharacterIdFittingsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdFittingsXCompatibilityDateEnum];
15032
15040
  export declare const PostCharactersCharacterIdFittingsAcceptLanguageEnum: {
@@ -15837,7 +15845,7 @@ export declare class FleetsApi extends BaseAPI {
15837
15845
  putFleetsFleetIdWingsWingId(fleetId: number, wingId: number, xCompatibilityDate: PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum, putFleetsFleetIdSquadsSquadIdRequest: PutFleetsFleetIdSquadsSquadIdRequest, acceptLanguage?: PutFleetsFleetIdWingsWingIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
15838
15846
  }
15839
15847
  export declare const DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum: {
15840
- readonly _20260519: "2026-05-19";
15848
+ readonly _20260609: "2026-06-09";
15841
15849
  };
15842
15850
  export type DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdMembersMemberIdXCompatibilityDateEnum];
15843
15851
  export declare const DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum: {
@@ -15852,7 +15860,7 @@ export declare const DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum: {
15852
15860
  };
15853
15861
  export type DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdMembersMemberIdAcceptLanguageEnum];
15854
15862
  export declare const DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum: {
15855
- readonly _20260519: "2026-05-19";
15863
+ readonly _20260609: "2026-06-09";
15856
15864
  };
15857
15865
  export type DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum];
15858
15866
  export declare const DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum: {
@@ -15867,7 +15875,7 @@ export declare const DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum: {
15867
15875
  };
15868
15876
  export type DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdSquadsSquadIdAcceptLanguageEnum];
15869
15877
  export declare const DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum: {
15870
- readonly _20260519: "2026-05-19";
15878
+ readonly _20260609: "2026-06-09";
15871
15879
  };
15872
15880
  export type DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum = typeof DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum[keyof typeof DeleteFleetsFleetIdWingsWingIdXCompatibilityDateEnum];
15873
15881
  export declare const DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum: {
@@ -15882,7 +15890,7 @@ export declare const DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum: {
15882
15890
  };
15883
15891
  export type DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum = typeof DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum[keyof typeof DeleteFleetsFleetIdWingsWingIdAcceptLanguageEnum];
15884
15892
  export declare const GetCharactersCharacterIdFleetXCompatibilityDateEnum: {
15885
- readonly _20260519: "2026-05-19";
15893
+ readonly _20260609: "2026-06-09";
15886
15894
  };
15887
15895
  export type GetCharactersCharacterIdFleetXCompatibilityDateEnum = typeof GetCharactersCharacterIdFleetXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdFleetXCompatibilityDateEnum];
15888
15896
  export declare const GetCharactersCharacterIdFleetAcceptLanguageEnum: {
@@ -15897,7 +15905,7 @@ export declare const GetCharactersCharacterIdFleetAcceptLanguageEnum: {
15897
15905
  };
15898
15906
  export type GetCharactersCharacterIdFleetAcceptLanguageEnum = typeof GetCharactersCharacterIdFleetAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdFleetAcceptLanguageEnum];
15899
15907
  export declare const GetFleetsFleetIdXCompatibilityDateEnum: {
15900
- readonly _20260519: "2026-05-19";
15908
+ readonly _20260609: "2026-06-09";
15901
15909
  };
15902
15910
  export type GetFleetsFleetIdXCompatibilityDateEnum = typeof GetFleetsFleetIdXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdXCompatibilityDateEnum];
15903
15911
  export declare const GetFleetsFleetIdAcceptLanguageEnum: {
@@ -15912,7 +15920,7 @@ export declare const GetFleetsFleetIdAcceptLanguageEnum: {
15912
15920
  };
15913
15921
  export type GetFleetsFleetIdAcceptLanguageEnum = typeof GetFleetsFleetIdAcceptLanguageEnum[keyof typeof GetFleetsFleetIdAcceptLanguageEnum];
15914
15922
  export declare const GetFleetsFleetIdMembersXCompatibilityDateEnum: {
15915
- readonly _20260519: "2026-05-19";
15923
+ readonly _20260609: "2026-06-09";
15916
15924
  };
15917
15925
  export type GetFleetsFleetIdMembersXCompatibilityDateEnum = typeof GetFleetsFleetIdMembersXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdMembersXCompatibilityDateEnum];
15918
15926
  export declare const GetFleetsFleetIdMembersAcceptLanguageEnum: {
@@ -15927,7 +15935,7 @@ export declare const GetFleetsFleetIdMembersAcceptLanguageEnum: {
15927
15935
  };
15928
15936
  export type GetFleetsFleetIdMembersAcceptLanguageEnum = typeof GetFleetsFleetIdMembersAcceptLanguageEnum[keyof typeof GetFleetsFleetIdMembersAcceptLanguageEnum];
15929
15937
  export declare const GetFleetsFleetIdWingsXCompatibilityDateEnum: {
15930
- readonly _20260519: "2026-05-19";
15938
+ readonly _20260609: "2026-06-09";
15931
15939
  };
15932
15940
  export type GetFleetsFleetIdWingsXCompatibilityDateEnum = typeof GetFleetsFleetIdWingsXCompatibilityDateEnum[keyof typeof GetFleetsFleetIdWingsXCompatibilityDateEnum];
15933
15941
  export declare const GetFleetsFleetIdWingsAcceptLanguageEnum: {
@@ -15942,7 +15950,7 @@ export declare const GetFleetsFleetIdWingsAcceptLanguageEnum: {
15942
15950
  };
15943
15951
  export type GetFleetsFleetIdWingsAcceptLanguageEnum = typeof GetFleetsFleetIdWingsAcceptLanguageEnum[keyof typeof GetFleetsFleetIdWingsAcceptLanguageEnum];
15944
15952
  export declare const PostFleetsFleetIdMembersXCompatibilityDateEnum: {
15945
- readonly _20260519: "2026-05-19";
15953
+ readonly _20260609: "2026-06-09";
15946
15954
  };
15947
15955
  export type PostFleetsFleetIdMembersXCompatibilityDateEnum = typeof PostFleetsFleetIdMembersXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdMembersXCompatibilityDateEnum];
15948
15956
  export declare const PostFleetsFleetIdMembersAcceptLanguageEnum: {
@@ -15957,7 +15965,7 @@ export declare const PostFleetsFleetIdMembersAcceptLanguageEnum: {
15957
15965
  };
15958
15966
  export type PostFleetsFleetIdMembersAcceptLanguageEnum = typeof PostFleetsFleetIdMembersAcceptLanguageEnum[keyof typeof PostFleetsFleetIdMembersAcceptLanguageEnum];
15959
15967
  export declare const PostFleetsFleetIdWingsXCompatibilityDateEnum: {
15960
- readonly _20260519: "2026-05-19";
15968
+ readonly _20260609: "2026-06-09";
15961
15969
  };
15962
15970
  export type PostFleetsFleetIdWingsXCompatibilityDateEnum = typeof PostFleetsFleetIdWingsXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdWingsXCompatibilityDateEnum];
15963
15971
  export declare const PostFleetsFleetIdWingsAcceptLanguageEnum: {
@@ -15972,7 +15980,7 @@ export declare const PostFleetsFleetIdWingsAcceptLanguageEnum: {
15972
15980
  };
15973
15981
  export type PostFleetsFleetIdWingsAcceptLanguageEnum = typeof PostFleetsFleetIdWingsAcceptLanguageEnum[keyof typeof PostFleetsFleetIdWingsAcceptLanguageEnum];
15974
15982
  export declare const PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum: {
15975
- readonly _20260519: "2026-05-19";
15983
+ readonly _20260609: "2026-06-09";
15976
15984
  };
15977
15985
  export type PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum = typeof PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum[keyof typeof PostFleetsFleetIdWingsWingIdSquadsXCompatibilityDateEnum];
15978
15986
  export declare const PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum: {
@@ -15987,7 +15995,7 @@ export declare const PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum: {
15987
15995
  };
15988
15996
  export type PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum = typeof PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum[keyof typeof PostFleetsFleetIdWingsWingIdSquadsAcceptLanguageEnum];
15989
15997
  export declare const PutFleetsFleetIdXCompatibilityDateEnum: {
15990
- readonly _20260519: "2026-05-19";
15998
+ readonly _20260609: "2026-06-09";
15991
15999
  };
15992
16000
  export type PutFleetsFleetIdXCompatibilityDateEnum = typeof PutFleetsFleetIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdXCompatibilityDateEnum];
15993
16001
  export declare const PutFleetsFleetIdAcceptLanguageEnum: {
@@ -16002,7 +16010,7 @@ export declare const PutFleetsFleetIdAcceptLanguageEnum: {
16002
16010
  };
16003
16011
  export type PutFleetsFleetIdAcceptLanguageEnum = typeof PutFleetsFleetIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdAcceptLanguageEnum];
16004
16012
  export declare const PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum: {
16005
- readonly _20260519: "2026-05-19";
16013
+ readonly _20260609: "2026-06-09";
16006
16014
  };
16007
16015
  export type PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum = typeof PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdMembersMemberIdXCompatibilityDateEnum];
16008
16016
  export declare const PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum: {
@@ -16017,7 +16025,7 @@ export declare const PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum: {
16017
16025
  };
16018
16026
  export type PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum = typeof PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdMembersMemberIdAcceptLanguageEnum];
16019
16027
  export declare const PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum: {
16020
- readonly _20260519: "2026-05-19";
16028
+ readonly _20260609: "2026-06-09";
16021
16029
  };
16022
16030
  export type PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum = typeof PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdSquadsSquadIdXCompatibilityDateEnum];
16023
16031
  export declare const PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum: {
@@ -16032,7 +16040,7 @@ export declare const PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum: {
16032
16040
  };
16033
16041
  export type PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum = typeof PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum[keyof typeof PutFleetsFleetIdSquadsSquadIdAcceptLanguageEnum];
16034
16042
  export declare const PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum: {
16035
- readonly _20260519: "2026-05-19";
16043
+ readonly _20260609: "2026-06-09";
16036
16044
  };
16037
16045
  export type PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum = typeof PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum[keyof typeof PutFleetsFleetIdWingsWingIdXCompatibilityDateEnum];
16038
16046
  export declare const PutFleetsFleetIdWingsWingIdAcceptLanguageEnum: {
@@ -16423,7 +16431,7 @@ export declare class FreelanceJobsApi extends BaseAPI {
16423
16431
  getFreelanceJobsListing(xCompatibilityDate: GetFreelanceJobsListingXCompatibilityDateEnum, after?: string, before?: string, limit?: number, corporationId?: number, acceptLanguage?: GetFreelanceJobsListingAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FreelanceJobsListing, any, {}>>;
16424
16432
  }
16425
16433
  export declare const GetCharactersFreelanceJobsListingXCompatibilityDateEnum: {
16426
- readonly _20260519: "2026-05-19";
16434
+ readonly _20260609: "2026-06-09";
16427
16435
  };
16428
16436
  export type GetCharactersFreelanceJobsListingXCompatibilityDateEnum = typeof GetCharactersFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetCharactersFreelanceJobsListingXCompatibilityDateEnum];
16429
16437
  export declare const GetCharactersFreelanceJobsListingAcceptLanguageEnum: {
@@ -16438,7 +16446,7 @@ export declare const GetCharactersFreelanceJobsListingAcceptLanguageEnum: {
16438
16446
  };
16439
16447
  export type GetCharactersFreelanceJobsListingAcceptLanguageEnum = typeof GetCharactersFreelanceJobsListingAcceptLanguageEnum[keyof typeof GetCharactersFreelanceJobsListingAcceptLanguageEnum];
16440
16448
  export declare const GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum: {
16441
- readonly _20260519: "2026-05-19";
16449
+ readonly _20260609: "2026-06-09";
16442
16450
  };
16443
16451
  export type GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum = typeof GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum[keyof typeof GetCharactersFreelanceJobsParticipationXCompatibilityDateEnum];
16444
16452
  export declare const GetCharactersFreelanceJobsParticipationAcceptLanguageEnum: {
@@ -16453,7 +16461,7 @@ export declare const GetCharactersFreelanceJobsParticipationAcceptLanguageEnum:
16453
16461
  };
16454
16462
  export type GetCharactersFreelanceJobsParticipationAcceptLanguageEnum = typeof GetCharactersFreelanceJobsParticipationAcceptLanguageEnum[keyof typeof GetCharactersFreelanceJobsParticipationAcceptLanguageEnum];
16455
16463
  export declare const GetCorporationsFreelanceJobsListingXCompatibilityDateEnum: {
16456
- readonly _20260519: "2026-05-19";
16464
+ readonly _20260609: "2026-06-09";
16457
16465
  };
16458
16466
  export type GetCorporationsFreelanceJobsListingXCompatibilityDateEnum = typeof GetCorporationsFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetCorporationsFreelanceJobsListingXCompatibilityDateEnum];
16459
16467
  export declare const GetCorporationsFreelanceJobsListingAcceptLanguageEnum: {
@@ -16468,7 +16476,7 @@ export declare const GetCorporationsFreelanceJobsListingAcceptLanguageEnum: {
16468
16476
  };
16469
16477
  export type GetCorporationsFreelanceJobsListingAcceptLanguageEnum = typeof GetCorporationsFreelanceJobsListingAcceptLanguageEnum[keyof typeof GetCorporationsFreelanceJobsListingAcceptLanguageEnum];
16470
16478
  export declare const GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum: {
16471
- readonly _20260519: "2026-05-19";
16479
+ readonly _20260609: "2026-06-09";
16472
16480
  };
16473
16481
  export type GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum = typeof GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum[keyof typeof GetCorporationsFreelanceJobsParticipantsXCompatibilityDateEnum];
16474
16482
  export declare const GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum: {
@@ -16483,7 +16491,7 @@ export declare const GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum:
16483
16491
  };
16484
16492
  export type GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum = typeof GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum[keyof typeof GetCorporationsFreelanceJobsParticipantsAcceptLanguageEnum];
16485
16493
  export declare const GetFreelanceJobsDetailXCompatibilityDateEnum: {
16486
- readonly _20260519: "2026-05-19";
16494
+ readonly _20260609: "2026-06-09";
16487
16495
  };
16488
16496
  export type GetFreelanceJobsDetailXCompatibilityDateEnum = typeof GetFreelanceJobsDetailXCompatibilityDateEnum[keyof typeof GetFreelanceJobsDetailXCompatibilityDateEnum];
16489
16497
  export declare const GetFreelanceJobsDetailAcceptLanguageEnum: {
@@ -16498,7 +16506,7 @@ export declare const GetFreelanceJobsDetailAcceptLanguageEnum: {
16498
16506
  };
16499
16507
  export type GetFreelanceJobsDetailAcceptLanguageEnum = typeof GetFreelanceJobsDetailAcceptLanguageEnum[keyof typeof GetFreelanceJobsDetailAcceptLanguageEnum];
16500
16508
  export declare const GetFreelanceJobsListingXCompatibilityDateEnum: {
16501
- readonly _20260519: "2026-05-19";
16509
+ readonly _20260609: "2026-06-09";
16502
16510
  };
16503
16511
  export type GetFreelanceJobsListingXCompatibilityDateEnum = typeof GetFreelanceJobsListingXCompatibilityDateEnum[keyof typeof GetFreelanceJobsListingXCompatibilityDateEnum];
16504
16512
  export declare const GetFreelanceJobsListingAcceptLanguageEnum: {
@@ -16581,7 +16589,7 @@ export declare class IncursionsApi extends BaseAPI {
16581
16589
  getIncursions(xCompatibilityDate: GetIncursionsXCompatibilityDateEnum, acceptLanguage?: GetIncursionsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IncursionsGetInner[], any, {}>>;
16582
16590
  }
16583
16591
  export declare const GetIncursionsXCompatibilityDateEnum: {
16584
- readonly _20260519: "2026-05-19";
16592
+ readonly _20260609: "2026-06-09";
16585
16593
  };
16586
16594
  export type GetIncursionsXCompatibilityDateEnum = typeof GetIncursionsXCompatibilityDateEnum[keyof typeof GetIncursionsXCompatibilityDateEnum];
16587
16595
  export declare const GetIncursionsAcceptLanguageEnum: {
@@ -17056,7 +17064,7 @@ export declare class IndustryApi extends BaseAPI {
17056
17064
  getIndustrySystems(xCompatibilityDate: GetIndustrySystemsXCompatibilityDateEnum, acceptLanguage?: GetIndustrySystemsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IndustrySystemsGetInner[], any, {}>>;
17057
17065
  }
17058
17066
  export declare const GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum: {
17059
- readonly _20260519: "2026-05-19";
17067
+ readonly _20260609: "2026-06-09";
17060
17068
  };
17061
17069
  export type GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum = typeof GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum];
17062
17070
  export declare const GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum: {
@@ -17071,7 +17079,7 @@ export declare const GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum: {
17071
17079
  };
17072
17080
  export type GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum = typeof GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum];
17073
17081
  export declare const GetCharactersCharacterIdMiningXCompatibilityDateEnum: {
17074
- readonly _20260519: "2026-05-19";
17082
+ readonly _20260609: "2026-06-09";
17075
17083
  };
17076
17084
  export type GetCharactersCharacterIdMiningXCompatibilityDateEnum = typeof GetCharactersCharacterIdMiningXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMiningXCompatibilityDateEnum];
17077
17085
  export declare const GetCharactersCharacterIdMiningAcceptLanguageEnum: {
@@ -17086,7 +17094,7 @@ export declare const GetCharactersCharacterIdMiningAcceptLanguageEnum: {
17086
17094
  };
17087
17095
  export type GetCharactersCharacterIdMiningAcceptLanguageEnum = typeof GetCharactersCharacterIdMiningAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMiningAcceptLanguageEnum];
17088
17096
  export declare const GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum: {
17089
- readonly _20260519: "2026-05-19";
17097
+ readonly _20260609: "2026-06-09";
17090
17098
  };
17091
17099
  export type GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum];
17092
17100
  export declare const GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum: {
@@ -17101,7 +17109,7 @@ export declare const GetCorporationCorporationIdMiningExtractionsAcceptLanguageE
17101
17109
  };
17102
17110
  export type GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum];
17103
17111
  export declare const GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum: {
17104
- readonly _20260519: "2026-05-19";
17112
+ readonly _20260609: "2026-06-09";
17105
17113
  };
17106
17114
  export type GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum];
17107
17115
  export declare const GetCorporationCorporationIdMiningObserversAcceptLanguageEnum: {
@@ -17116,7 +17124,7 @@ export declare const GetCorporationCorporationIdMiningObserversAcceptLanguageEnu
17116
17124
  };
17117
17125
  export type GetCorporationCorporationIdMiningObserversAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningObserversAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningObserversAcceptLanguageEnum];
17118
17126
  export declare const GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum: {
17119
- readonly _20260519: "2026-05-19";
17127
+ readonly _20260609: "2026-06-09";
17120
17128
  };
17121
17129
  export type GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum = typeof GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum[keyof typeof GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum];
17122
17130
  export declare const GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum: {
@@ -17131,7 +17139,7 @@ export declare const GetCorporationCorporationIdMiningObserversObserverIdAcceptL
17131
17139
  };
17132
17140
  export type GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum = typeof GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum[keyof typeof GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum];
17133
17141
  export declare const GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum: {
17134
- readonly _20260519: "2026-05-19";
17142
+ readonly _20260609: "2026-06-09";
17135
17143
  };
17136
17144
  export type GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum];
17137
17145
  export declare const GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum: {
@@ -17146,7 +17154,7 @@ export declare const GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum:
17146
17154
  };
17147
17155
  export type GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum = typeof GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum];
17148
17156
  export declare const GetIndustryFacilitiesXCompatibilityDateEnum: {
17149
- readonly _20260519: "2026-05-19";
17157
+ readonly _20260609: "2026-06-09";
17150
17158
  };
17151
17159
  export type GetIndustryFacilitiesXCompatibilityDateEnum = typeof GetIndustryFacilitiesXCompatibilityDateEnum[keyof typeof GetIndustryFacilitiesXCompatibilityDateEnum];
17152
17160
  export declare const GetIndustryFacilitiesAcceptLanguageEnum: {
@@ -17161,7 +17169,7 @@ export declare const GetIndustryFacilitiesAcceptLanguageEnum: {
17161
17169
  };
17162
17170
  export type GetIndustryFacilitiesAcceptLanguageEnum = typeof GetIndustryFacilitiesAcceptLanguageEnum[keyof typeof GetIndustryFacilitiesAcceptLanguageEnum];
17163
17171
  export declare const GetIndustrySystemsXCompatibilityDateEnum: {
17164
- readonly _20260519: "2026-05-19";
17172
+ readonly _20260609: "2026-06-09";
17165
17173
  };
17166
17174
  export type GetIndustrySystemsXCompatibilityDateEnum = typeof GetIndustrySystemsXCompatibilityDateEnum[keyof typeof GetIndustrySystemsXCompatibilityDateEnum];
17167
17175
  export declare const GetIndustrySystemsAcceptLanguageEnum: {
@@ -17244,7 +17252,7 @@ export declare class InsuranceApi extends BaseAPI {
17244
17252
  getInsurancePrices(xCompatibilityDate: GetInsurancePricesXCompatibilityDateEnum, acceptLanguage?: GetInsurancePricesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InsurancePricesGetInner[], any, {}>>;
17245
17253
  }
17246
17254
  export declare const GetInsurancePricesXCompatibilityDateEnum: {
17247
- readonly _20260519: "2026-05-19";
17255
+ readonly _20260609: "2026-06-09";
17248
17256
  };
17249
17257
  export type GetInsurancePricesXCompatibilityDateEnum = typeof GetInsurancePricesXCompatibilityDateEnum[keyof typeof GetInsurancePricesXCompatibilityDateEnum];
17250
17258
  export declare const GetInsurancePricesAcceptLanguageEnum: {
@@ -17447,7 +17455,7 @@ export declare class KillmailsApi extends BaseAPI {
17447
17455
  getKillmailsKillmailIdKillmailHash(killmailHash: string, killmailId: number, xCompatibilityDate: GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum, acceptLanguage?: GetKillmailsKillmailIdKillmailHashAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<KillmailsKillmailIdKillmailHashGet, any, {}>>;
17448
17456
  }
17449
17457
  export declare const GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum: {
17450
- readonly _20260519: "2026-05-19";
17458
+ readonly _20260609: "2026-06-09";
17451
17459
  };
17452
17460
  export type GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum = typeof GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdKillmailsRecentXCompatibilityDateEnum];
17453
17461
  export declare const GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum: {
@@ -17462,7 +17470,7 @@ export declare const GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum:
17462
17470
  };
17463
17471
  export type GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum = typeof GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdKillmailsRecentAcceptLanguageEnum];
17464
17472
  export declare const GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum: {
17465
- readonly _20260519: "2026-05-19";
17473
+ readonly _20260609: "2026-06-09";
17466
17474
  };
17467
17475
  export type GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum = typeof GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdKillmailsRecentXCompatibilityDateEnum];
17468
17476
  export declare const GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum: {
@@ -17477,7 +17485,7 @@ export declare const GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEn
17477
17485
  };
17478
17486
  export type GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum = typeof GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdKillmailsRecentAcceptLanguageEnum];
17479
17487
  export declare const GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum: {
17480
- readonly _20260519: "2026-05-19";
17488
+ readonly _20260609: "2026-06-09";
17481
17489
  };
17482
17490
  export type GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum = typeof GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum[keyof typeof GetKillmailsKillmailIdKillmailHashXCompatibilityDateEnum];
17483
17491
  export declare const GetKillmailsKillmailIdKillmailHashAcceptLanguageEnum: {
@@ -17668,7 +17676,7 @@ export declare class LocationApi extends BaseAPI {
17668
17676
  getCharactersCharacterIdShip(characterId: number, xCompatibilityDate: GetCharactersCharacterIdShipXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdShipAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdShipGet, any, {}>>;
17669
17677
  }
17670
17678
  export declare const GetCharactersCharacterIdLocationXCompatibilityDateEnum: {
17671
- readonly _20260519: "2026-05-19";
17679
+ readonly _20260609: "2026-06-09";
17672
17680
  };
17673
17681
  export type GetCharactersCharacterIdLocationXCompatibilityDateEnum = typeof GetCharactersCharacterIdLocationXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdLocationXCompatibilityDateEnum];
17674
17682
  export declare const GetCharactersCharacterIdLocationAcceptLanguageEnum: {
@@ -17683,7 +17691,7 @@ export declare const GetCharactersCharacterIdLocationAcceptLanguageEnum: {
17683
17691
  };
17684
17692
  export type GetCharactersCharacterIdLocationAcceptLanguageEnum = typeof GetCharactersCharacterIdLocationAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdLocationAcceptLanguageEnum];
17685
17693
  export declare const GetCharactersCharacterIdOnlineXCompatibilityDateEnum: {
17686
- readonly _20260519: "2026-05-19";
17694
+ readonly _20260609: "2026-06-09";
17687
17695
  };
17688
17696
  export type GetCharactersCharacterIdOnlineXCompatibilityDateEnum = typeof GetCharactersCharacterIdOnlineXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOnlineXCompatibilityDateEnum];
17689
17697
  export declare const GetCharactersCharacterIdOnlineAcceptLanguageEnum: {
@@ -17698,7 +17706,7 @@ export declare const GetCharactersCharacterIdOnlineAcceptLanguageEnum: {
17698
17706
  };
17699
17707
  export type GetCharactersCharacterIdOnlineAcceptLanguageEnum = typeof GetCharactersCharacterIdOnlineAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOnlineAcceptLanguageEnum];
17700
17708
  export declare const GetCharactersCharacterIdShipXCompatibilityDateEnum: {
17701
- readonly _20260519: "2026-05-19";
17709
+ readonly _20260609: "2026-06-09";
17702
17710
  };
17703
17711
  export type GetCharactersCharacterIdShipXCompatibilityDateEnum = typeof GetCharactersCharacterIdShipXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdShipXCompatibilityDateEnum];
17704
17712
  export declare const GetCharactersCharacterIdShipAcceptLanguageEnum: {
@@ -17837,7 +17845,7 @@ export declare class LoyaltyApi extends BaseAPI {
17837
17845
  getLoyaltyStoresCorporationIdOffers(corporationId: number, xCompatibilityDate: GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum, acceptLanguage?: GetLoyaltyStoresCorporationIdOffersAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LoyaltyStoresCorporationIdOffersGetInner[], any, {}>>;
17838
17846
  }
17839
17847
  export declare const GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum: {
17840
- readonly _20260519: "2026-05-19";
17848
+ readonly _20260609: "2026-06-09";
17841
17849
  };
17842
17850
  export type GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum = typeof GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdLoyaltyPointsXCompatibilityDateEnum];
17843
17851
  export declare const GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum: {
@@ -17852,7 +17860,7 @@ export declare const GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum: {
17852
17860
  };
17853
17861
  export type GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum = typeof GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdLoyaltyPointsAcceptLanguageEnum];
17854
17862
  export declare const GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum: {
17855
- readonly _20260519: "2026-05-19";
17863
+ readonly _20260609: "2026-06-09";
17856
17864
  };
17857
17865
  export type GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum = typeof GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum[keyof typeof GetLoyaltyStoresCorporationIdOffersXCompatibilityDateEnum];
17858
17866
  export declare const GetLoyaltyStoresCorporationIdOffersAcceptLanguageEnum: {
@@ -18391,7 +18399,7 @@ export declare class MailApi extends BaseAPI {
18391
18399
  putCharactersCharacterIdMailMailId(characterId: number, mailId: number, xCompatibilityDate: PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum, putCharactersCharacterIdMailMailIdRequest: PutCharactersCharacterIdMailMailIdRequest, acceptLanguage?: PutCharactersCharacterIdMailMailIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
18392
18400
  }
18393
18401
  export declare const DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum: {
18394
- readonly _20260519: "2026-05-19";
18402
+ readonly _20260609: "2026-06-09";
18395
18403
  };
18396
18404
  export type DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdMailLabelsLabelIdXCompatibilityDateEnum];
18397
18405
  export declare const DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum: {
@@ -18406,7 +18414,7 @@ export declare const DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageE
18406
18414
  };
18407
18415
  export type DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdMailLabelsLabelIdAcceptLanguageEnum];
18408
18416
  export declare const DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum: {
18409
- readonly _20260519: "2026-05-19";
18417
+ readonly _20260609: "2026-06-09";
18410
18418
  };
18411
18419
  export type DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof DeleteCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
18412
18420
  export declare const DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum: {
@@ -18421,7 +18429,7 @@ export declare const DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum: {
18421
18429
  };
18422
18430
  export type DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum = typeof DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum[keyof typeof DeleteCharactersCharacterIdMailMailIdAcceptLanguageEnum];
18423
18431
  export declare const GetCharactersCharacterIdMailXCompatibilityDateEnum: {
18424
- readonly _20260519: "2026-05-19";
18432
+ readonly _20260609: "2026-06-09";
18425
18433
  };
18426
18434
  export type GetCharactersCharacterIdMailXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailXCompatibilityDateEnum];
18427
18435
  export declare const GetCharactersCharacterIdMailAcceptLanguageEnum: {
@@ -18436,7 +18444,7 @@ export declare const GetCharactersCharacterIdMailAcceptLanguageEnum: {
18436
18444
  };
18437
18445
  export type GetCharactersCharacterIdMailAcceptLanguageEnum = typeof GetCharactersCharacterIdMailAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailAcceptLanguageEnum];
18438
18446
  export declare const GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum: {
18439
- readonly _20260519: "2026-05-19";
18447
+ readonly _20260609: "2026-06-09";
18440
18448
  };
18441
18449
  export type GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailLabelsXCompatibilityDateEnum];
18442
18450
  export declare const GetCharactersCharacterIdMailLabelsAcceptLanguageEnum: {
@@ -18451,7 +18459,7 @@ export declare const GetCharactersCharacterIdMailLabelsAcceptLanguageEnum: {
18451
18459
  };
18452
18460
  export type GetCharactersCharacterIdMailLabelsAcceptLanguageEnum = typeof GetCharactersCharacterIdMailLabelsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailLabelsAcceptLanguageEnum];
18453
18461
  export declare const GetCharactersCharacterIdMailListsXCompatibilityDateEnum: {
18454
- readonly _20260519: "2026-05-19";
18462
+ readonly _20260609: "2026-06-09";
18455
18463
  };
18456
18464
  export type GetCharactersCharacterIdMailListsXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailListsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailListsXCompatibilityDateEnum];
18457
18465
  export declare const GetCharactersCharacterIdMailListsAcceptLanguageEnum: {
@@ -18466,7 +18474,7 @@ export declare const GetCharactersCharacterIdMailListsAcceptLanguageEnum: {
18466
18474
  };
18467
18475
  export type GetCharactersCharacterIdMailListsAcceptLanguageEnum = typeof GetCharactersCharacterIdMailListsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailListsAcceptLanguageEnum];
18468
18476
  export declare const GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum: {
18469
- readonly _20260519: "2026-05-19";
18477
+ readonly _20260609: "2026-06-09";
18470
18478
  };
18471
18479
  export type GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
18472
18480
  export declare const GetCharactersCharacterIdMailMailIdAcceptLanguageEnum: {
@@ -18481,7 +18489,7 @@ export declare const GetCharactersCharacterIdMailMailIdAcceptLanguageEnum: {
18481
18489
  };
18482
18490
  export type GetCharactersCharacterIdMailMailIdAcceptLanguageEnum = typeof GetCharactersCharacterIdMailMailIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdMailMailIdAcceptLanguageEnum];
18483
18491
  export declare const PostCharactersCharacterIdMailXCompatibilityDateEnum: {
18484
- readonly _20260519: "2026-05-19";
18492
+ readonly _20260609: "2026-06-09";
18485
18493
  };
18486
18494
  export type PostCharactersCharacterIdMailXCompatibilityDateEnum = typeof PostCharactersCharacterIdMailXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdMailXCompatibilityDateEnum];
18487
18495
  export declare const PostCharactersCharacterIdMailAcceptLanguageEnum: {
@@ -18496,7 +18504,7 @@ export declare const PostCharactersCharacterIdMailAcceptLanguageEnum: {
18496
18504
  };
18497
18505
  export type PostCharactersCharacterIdMailAcceptLanguageEnum = typeof PostCharactersCharacterIdMailAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdMailAcceptLanguageEnum];
18498
18506
  export declare const PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum: {
18499
- readonly _20260519: "2026-05-19";
18507
+ readonly _20260609: "2026-06-09";
18500
18508
  };
18501
18509
  export type PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum = typeof PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum[keyof typeof PostCharactersCharacterIdMailLabelsXCompatibilityDateEnum];
18502
18510
  export declare const PostCharactersCharacterIdMailLabelsAcceptLanguageEnum: {
@@ -18511,7 +18519,7 @@ export declare const PostCharactersCharacterIdMailLabelsAcceptLanguageEnum: {
18511
18519
  };
18512
18520
  export type PostCharactersCharacterIdMailLabelsAcceptLanguageEnum = typeof PostCharactersCharacterIdMailLabelsAcceptLanguageEnum[keyof typeof PostCharactersCharacterIdMailLabelsAcceptLanguageEnum];
18513
18521
  export declare const PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum: {
18514
- readonly _20260519: "2026-05-19";
18522
+ readonly _20260609: "2026-06-09";
18515
18523
  };
18516
18524
  export type PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum = typeof PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum[keyof typeof PutCharactersCharacterIdMailMailIdXCompatibilityDateEnum];
18517
18525
  export declare const PutCharactersCharacterIdMailMailIdAcceptLanguageEnum: {
@@ -19146,7 +19154,7 @@ export declare class MarketApi extends BaseAPI {
19146
19154
  getMarketsStructuresStructureId(structureId: number, xCompatibilityDate: GetMarketsStructuresStructureIdXCompatibilityDateEnum, page?: number, acceptLanguage?: GetMarketsStructuresStructureIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketsStructuresStructureIdGetInner[], any, {}>>;
19147
19155
  }
19148
19156
  export declare const GetCharactersCharacterIdOrdersXCompatibilityDateEnum: {
19149
- readonly _20260519: "2026-05-19";
19157
+ readonly _20260609: "2026-06-09";
19150
19158
  };
19151
19159
  export type GetCharactersCharacterIdOrdersXCompatibilityDateEnum = typeof GetCharactersCharacterIdOrdersXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOrdersXCompatibilityDateEnum];
19152
19160
  export declare const GetCharactersCharacterIdOrdersAcceptLanguageEnum: {
@@ -19161,7 +19169,7 @@ export declare const GetCharactersCharacterIdOrdersAcceptLanguageEnum: {
19161
19169
  };
19162
19170
  export type GetCharactersCharacterIdOrdersAcceptLanguageEnum = typeof GetCharactersCharacterIdOrdersAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOrdersAcceptLanguageEnum];
19163
19171
  export declare const GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum: {
19164
- readonly _20260519: "2026-05-19";
19172
+ readonly _20260609: "2026-06-09";
19165
19173
  };
19166
19174
  export type GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum = typeof GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdOrdersHistoryXCompatibilityDateEnum];
19167
19175
  export declare const GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum: {
@@ -19176,7 +19184,7 @@ export declare const GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum: {
19176
19184
  };
19177
19185
  export type GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum = typeof GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdOrdersHistoryAcceptLanguageEnum];
19178
19186
  export declare const GetCorporationsCorporationIdOrdersXCompatibilityDateEnum: {
19179
- readonly _20260519: "2026-05-19";
19187
+ readonly _20260609: "2026-06-09";
19180
19188
  };
19181
19189
  export type GetCorporationsCorporationIdOrdersXCompatibilityDateEnum = typeof GetCorporationsCorporationIdOrdersXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdOrdersXCompatibilityDateEnum];
19182
19190
  export declare const GetCorporationsCorporationIdOrdersAcceptLanguageEnum: {
@@ -19191,7 +19199,7 @@ export declare const GetCorporationsCorporationIdOrdersAcceptLanguageEnum: {
19191
19199
  };
19192
19200
  export type GetCorporationsCorporationIdOrdersAcceptLanguageEnum = typeof GetCorporationsCorporationIdOrdersAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdOrdersAcceptLanguageEnum];
19193
19201
  export declare const GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum: {
19194
- readonly _20260519: "2026-05-19";
19202
+ readonly _20260609: "2026-06-09";
19195
19203
  };
19196
19204
  export type GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum = typeof GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdOrdersHistoryXCompatibilityDateEnum];
19197
19205
  export declare const GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum: {
@@ -19206,7 +19214,7 @@ export declare const GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum
19206
19214
  };
19207
19215
  export type GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum = typeof GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdOrdersHistoryAcceptLanguageEnum];
19208
19216
  export declare const GetMarketsGroupsXCompatibilityDateEnum: {
19209
- readonly _20260519: "2026-05-19";
19217
+ readonly _20260609: "2026-06-09";
19210
19218
  };
19211
19219
  export type GetMarketsGroupsXCompatibilityDateEnum = typeof GetMarketsGroupsXCompatibilityDateEnum[keyof typeof GetMarketsGroupsXCompatibilityDateEnum];
19212
19220
  export declare const GetMarketsGroupsAcceptLanguageEnum: {
@@ -19221,7 +19229,7 @@ export declare const GetMarketsGroupsAcceptLanguageEnum: {
19221
19229
  };
19222
19230
  export type GetMarketsGroupsAcceptLanguageEnum = typeof GetMarketsGroupsAcceptLanguageEnum[keyof typeof GetMarketsGroupsAcceptLanguageEnum];
19223
19231
  export declare const GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum: {
19224
- readonly _20260519: "2026-05-19";
19232
+ readonly _20260609: "2026-06-09";
19225
19233
  };
19226
19234
  export type GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum = typeof GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum[keyof typeof GetMarketsGroupsMarketGroupIdXCompatibilityDateEnum];
19227
19235
  export declare const GetMarketsGroupsMarketGroupIdAcceptLanguageEnum: {
@@ -19236,7 +19244,7 @@ export declare const GetMarketsGroupsMarketGroupIdAcceptLanguageEnum: {
19236
19244
  };
19237
19245
  export type GetMarketsGroupsMarketGroupIdAcceptLanguageEnum = typeof GetMarketsGroupsMarketGroupIdAcceptLanguageEnum[keyof typeof GetMarketsGroupsMarketGroupIdAcceptLanguageEnum];
19238
19246
  export declare const GetMarketsPricesXCompatibilityDateEnum: {
19239
- readonly _20260519: "2026-05-19";
19247
+ readonly _20260609: "2026-06-09";
19240
19248
  };
19241
19249
  export type GetMarketsPricesXCompatibilityDateEnum = typeof GetMarketsPricesXCompatibilityDateEnum[keyof typeof GetMarketsPricesXCompatibilityDateEnum];
19242
19250
  export declare const GetMarketsPricesAcceptLanguageEnum: {
@@ -19251,7 +19259,7 @@ export declare const GetMarketsPricesAcceptLanguageEnum: {
19251
19259
  };
19252
19260
  export type GetMarketsPricesAcceptLanguageEnum = typeof GetMarketsPricesAcceptLanguageEnum[keyof typeof GetMarketsPricesAcceptLanguageEnum];
19253
19261
  export declare const GetMarketsRegionIdHistoryXCompatibilityDateEnum: {
19254
- readonly _20260519: "2026-05-19";
19262
+ readonly _20260609: "2026-06-09";
19255
19263
  };
19256
19264
  export type GetMarketsRegionIdHistoryXCompatibilityDateEnum = typeof GetMarketsRegionIdHistoryXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdHistoryXCompatibilityDateEnum];
19257
19265
  export declare const GetMarketsRegionIdHistoryAcceptLanguageEnum: {
@@ -19272,7 +19280,7 @@ export declare const GetMarketsRegionIdOrdersOrderTypeEnum: {
19272
19280
  };
19273
19281
  export type GetMarketsRegionIdOrdersOrderTypeEnum = typeof GetMarketsRegionIdOrdersOrderTypeEnum[keyof typeof GetMarketsRegionIdOrdersOrderTypeEnum];
19274
19282
  export declare const GetMarketsRegionIdOrdersXCompatibilityDateEnum: {
19275
- readonly _20260519: "2026-05-19";
19283
+ readonly _20260609: "2026-06-09";
19276
19284
  };
19277
19285
  export type GetMarketsRegionIdOrdersXCompatibilityDateEnum = typeof GetMarketsRegionIdOrdersXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdOrdersXCompatibilityDateEnum];
19278
19286
  export declare const GetMarketsRegionIdOrdersAcceptLanguageEnum: {
@@ -19287,7 +19295,7 @@ export declare const GetMarketsRegionIdOrdersAcceptLanguageEnum: {
19287
19295
  };
19288
19296
  export type GetMarketsRegionIdOrdersAcceptLanguageEnum = typeof GetMarketsRegionIdOrdersAcceptLanguageEnum[keyof typeof GetMarketsRegionIdOrdersAcceptLanguageEnum];
19289
19297
  export declare const GetMarketsRegionIdTypesXCompatibilityDateEnum: {
19290
- readonly _20260519: "2026-05-19";
19298
+ readonly _20260609: "2026-06-09";
19291
19299
  };
19292
19300
  export type GetMarketsRegionIdTypesXCompatibilityDateEnum = typeof GetMarketsRegionIdTypesXCompatibilityDateEnum[keyof typeof GetMarketsRegionIdTypesXCompatibilityDateEnum];
19293
19301
  export declare const GetMarketsRegionIdTypesAcceptLanguageEnum: {
@@ -19302,7 +19310,7 @@ export declare const GetMarketsRegionIdTypesAcceptLanguageEnum: {
19302
19310
  };
19303
19311
  export type GetMarketsRegionIdTypesAcceptLanguageEnum = typeof GetMarketsRegionIdTypesAcceptLanguageEnum[keyof typeof GetMarketsRegionIdTypesAcceptLanguageEnum];
19304
19312
  export declare const GetMarketsStructuresStructureIdXCompatibilityDateEnum: {
19305
- readonly _20260519: "2026-05-19";
19313
+ readonly _20260609: "2026-06-09";
19306
19314
  };
19307
19315
  export type GetMarketsStructuresStructureIdXCompatibilityDateEnum = typeof GetMarketsStructuresStructureIdXCompatibilityDateEnum[keyof typeof GetMarketsStructuresStructureIdXCompatibilityDateEnum];
19308
19316
  export declare const GetMarketsStructuresStructureIdAcceptLanguageEnum: {
@@ -19481,7 +19489,7 @@ export declare class MetaApi extends BaseAPI {
19481
19489
  getMetaStatus(xCompatibilityDate: GetMetaStatusXCompatibilityDateEnum, acceptLanguage?: GetMetaStatusAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MetaStatus, any, {}>>;
19482
19490
  }
19483
19491
  export declare const GetMetaChangelogXCompatibilityDateEnum: {
19484
- readonly _20260519: "2026-05-19";
19492
+ readonly _20260609: "2026-06-09";
19485
19493
  };
19486
19494
  export type GetMetaChangelogXCompatibilityDateEnum = typeof GetMetaChangelogXCompatibilityDateEnum[keyof typeof GetMetaChangelogXCompatibilityDateEnum];
19487
19495
  export declare const GetMetaChangelogAcceptLanguageEnum: {
@@ -19496,7 +19504,7 @@ export declare const GetMetaChangelogAcceptLanguageEnum: {
19496
19504
  };
19497
19505
  export type GetMetaChangelogAcceptLanguageEnum = typeof GetMetaChangelogAcceptLanguageEnum[keyof typeof GetMetaChangelogAcceptLanguageEnum];
19498
19506
  export declare const GetMetaCompatibilityDatesXCompatibilityDateEnum: {
19499
- readonly _20260519: "2026-05-19";
19507
+ readonly _20260609: "2026-06-09";
19500
19508
  };
19501
19509
  export type GetMetaCompatibilityDatesXCompatibilityDateEnum = typeof GetMetaCompatibilityDatesXCompatibilityDateEnum[keyof typeof GetMetaCompatibilityDatesXCompatibilityDateEnum];
19502
19510
  export declare const GetMetaCompatibilityDatesAcceptLanguageEnum: {
@@ -19511,7 +19519,7 @@ export declare const GetMetaCompatibilityDatesAcceptLanguageEnum: {
19511
19519
  };
19512
19520
  export type GetMetaCompatibilityDatesAcceptLanguageEnum = typeof GetMetaCompatibilityDatesAcceptLanguageEnum[keyof typeof GetMetaCompatibilityDatesAcceptLanguageEnum];
19513
19521
  export declare const GetMetaStatusXCompatibilityDateEnum: {
19514
- readonly _20260519: "2026-05-19";
19522
+ readonly _20260609: "2026-06-09";
19515
19523
  };
19516
19524
  export type GetMetaStatusXCompatibilityDateEnum = typeof GetMetaStatusXCompatibilityDateEnum[keyof typeof GetMetaStatusXCompatibilityDateEnum];
19517
19525
  export declare const GetMetaStatusAcceptLanguageEnum: {
@@ -19762,7 +19770,7 @@ export declare class PlanetaryInteractionApi extends BaseAPI {
19762
19770
  getUniverseSchematicsSchematicId(schematicId: number, xCompatibilityDate: GetUniverseSchematicsSchematicIdXCompatibilityDateEnum, acceptLanguage?: GetUniverseSchematicsSchematicIdAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UniverseSchematicsSchematicIdGet, any, {}>>;
19763
19771
  }
19764
19772
  export declare const GetCharactersCharacterIdPlanetsXCompatibilityDateEnum: {
19765
- readonly _20260519: "2026-05-19";
19773
+ readonly _20260609: "2026-06-09";
19766
19774
  };
19767
19775
  export type GetCharactersCharacterIdPlanetsXCompatibilityDateEnum = typeof GetCharactersCharacterIdPlanetsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPlanetsXCompatibilityDateEnum];
19768
19776
  export declare const GetCharactersCharacterIdPlanetsAcceptLanguageEnum: {
@@ -19777,7 +19785,7 @@ export declare const GetCharactersCharacterIdPlanetsAcceptLanguageEnum: {
19777
19785
  };
19778
19786
  export type GetCharactersCharacterIdPlanetsAcceptLanguageEnum = typeof GetCharactersCharacterIdPlanetsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPlanetsAcceptLanguageEnum];
19779
19787
  export declare const GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum: {
19780
- readonly _20260519: "2026-05-19";
19788
+ readonly _20260609: "2026-06-09";
19781
19789
  };
19782
19790
  export type GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum = typeof GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdPlanetsPlanetIdXCompatibilityDateEnum];
19783
19791
  export declare const GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum: {
@@ -19792,7 +19800,7 @@ export declare const GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum:
19792
19800
  };
19793
19801
  export type GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum = typeof GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdPlanetsPlanetIdAcceptLanguageEnum];
19794
19802
  export declare const GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum: {
19795
- readonly _20260519: "2026-05-19";
19803
+ readonly _20260609: "2026-06-09";
19796
19804
  };
19797
19805
  export type GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum = typeof GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdCustomsOfficesXCompatibilityDateEnum];
19798
19806
  export declare const GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum: {
@@ -19807,7 +19815,7 @@ export declare const GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnu
19807
19815
  };
19808
19816
  export type GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum = typeof GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdCustomsOfficesAcceptLanguageEnum];
19809
19817
  export declare const GetUniverseSchematicsSchematicIdXCompatibilityDateEnum: {
19810
- readonly _20260519: "2026-05-19";
19818
+ readonly _20260609: "2026-06-09";
19811
19819
  };
19812
19820
  export type GetUniverseSchematicsSchematicIdXCompatibilityDateEnum = typeof GetUniverseSchematicsSchematicIdXCompatibilityDateEnum[keyof typeof GetUniverseSchematicsSchematicIdXCompatibilityDateEnum];
19813
19821
  export declare const GetUniverseSchematicsSchematicIdAcceptLanguageEnum: {
@@ -19902,7 +19910,7 @@ export declare class RoutesApi extends BaseAPI {
19902
19910
  postRoute(originSystemId: number, destinationSystemId: number, xCompatibilityDate: PostRouteXCompatibilityDateEnum, routeRequestBody: RouteRequestBody, acceptLanguage?: PostRouteAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Route, any, {}>>;
19903
19911
  }
19904
19912
  export declare const PostRouteXCompatibilityDateEnum: {
19905
- readonly _20260519: "2026-05-19";
19913
+ readonly _20260609: "2026-06-09";
19906
19914
  };
19907
19915
  export type PostRouteXCompatibilityDateEnum = typeof PostRouteXCompatibilityDateEnum[keyof typeof PostRouteXCompatibilityDateEnum];
19908
19916
  export declare const PostRouteAcceptLanguageEnum: {
@@ -20015,7 +20023,7 @@ export declare const GetCharactersCharacterIdSearchCategoriesEnum: {
20015
20023
  };
20016
20024
  export type GetCharactersCharacterIdSearchCategoriesEnum = typeof GetCharactersCharacterIdSearchCategoriesEnum[keyof typeof GetCharactersCharacterIdSearchCategoriesEnum];
20017
20025
  export declare const GetCharactersCharacterIdSearchXCompatibilityDateEnum: {
20018
- readonly _20260519: "2026-05-19";
20026
+ readonly _20260609: "2026-06-09";
20019
20027
  };
20020
20028
  export type GetCharactersCharacterIdSearchXCompatibilityDateEnum = typeof GetCharactersCharacterIdSearchXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSearchXCompatibilityDateEnum];
20021
20029
  export declare const GetCharactersCharacterIdSearchAcceptLanguageEnum: {
@@ -20206,7 +20214,7 @@ export declare class SkillsApi extends BaseAPI {
20206
20214
  getCharactersCharacterIdSkills(characterId: number, xCompatibilityDate: GetCharactersCharacterIdSkillsXCompatibilityDateEnum, acceptLanguage?: GetCharactersCharacterIdSkillsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersSkills, any, {}>>;
20207
20215
  }
20208
20216
  export declare const GetCharactersCharacterIdAttributesXCompatibilityDateEnum: {
20209
- readonly _20260519: "2026-05-19";
20217
+ readonly _20260609: "2026-06-09";
20210
20218
  };
20211
20219
  export type GetCharactersCharacterIdAttributesXCompatibilityDateEnum = typeof GetCharactersCharacterIdAttributesXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdAttributesXCompatibilityDateEnum];
20212
20220
  export declare const GetCharactersCharacterIdAttributesAcceptLanguageEnum: {
@@ -20221,7 +20229,7 @@ export declare const GetCharactersCharacterIdAttributesAcceptLanguageEnum: {
20221
20229
  };
20222
20230
  export type GetCharactersCharacterIdAttributesAcceptLanguageEnum = typeof GetCharactersCharacterIdAttributesAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdAttributesAcceptLanguageEnum];
20223
20231
  export declare const GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum: {
20224
- readonly _20260519: "2026-05-19";
20232
+ readonly _20260609: "2026-06-09";
20225
20233
  };
20226
20234
  export type GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum = typeof GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSkillqueueXCompatibilityDateEnum];
20227
20235
  export declare const GetCharactersCharacterIdSkillqueueAcceptLanguageEnum: {
@@ -20236,7 +20244,7 @@ export declare const GetCharactersCharacterIdSkillqueueAcceptLanguageEnum: {
20236
20244
  };
20237
20245
  export type GetCharactersCharacterIdSkillqueueAcceptLanguageEnum = typeof GetCharactersCharacterIdSkillqueueAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdSkillqueueAcceptLanguageEnum];
20238
20246
  export declare const GetCharactersCharacterIdSkillsXCompatibilityDateEnum: {
20239
- readonly _20260519: "2026-05-19";
20247
+ readonly _20260609: "2026-06-09";
20240
20248
  };
20241
20249
  export type GetCharactersCharacterIdSkillsXCompatibilityDateEnum = typeof GetCharactersCharacterIdSkillsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdSkillsXCompatibilityDateEnum];
20242
20250
  export declare const GetCharactersCharacterIdSkillsAcceptLanguageEnum: {
@@ -20367,7 +20375,7 @@ export declare class SovereigntyApi extends BaseAPI {
20367
20375
  getSovereigntySystems(xCompatibilityDate: GetSovereigntySystemsXCompatibilityDateEnum, acceptLanguage?: GetSovereigntySystemsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SovereigntySystems, any, {}>>;
20368
20376
  }
20369
20377
  export declare const GetSovereigntyCampaignsXCompatibilityDateEnum: {
20370
- readonly _20260519: "2026-05-19";
20378
+ readonly _20260609: "2026-06-09";
20371
20379
  };
20372
20380
  export type GetSovereigntyCampaignsXCompatibilityDateEnum = typeof GetSovereigntyCampaignsXCompatibilityDateEnum[keyof typeof GetSovereigntyCampaignsXCompatibilityDateEnum];
20373
20381
  export declare const GetSovereigntyCampaignsAcceptLanguageEnum: {
@@ -20382,7 +20390,7 @@ export declare const GetSovereigntyCampaignsAcceptLanguageEnum: {
20382
20390
  };
20383
20391
  export type GetSovereigntyCampaignsAcceptLanguageEnum = typeof GetSovereigntyCampaignsAcceptLanguageEnum[keyof typeof GetSovereigntyCampaignsAcceptLanguageEnum];
20384
20392
  export declare const GetSovereigntySystemsXCompatibilityDateEnum: {
20385
- readonly _20260519: "2026-05-19";
20393
+ readonly _20260609: "2026-06-09";
20386
20394
  };
20387
20395
  export type GetSovereigntySystemsXCompatibilityDateEnum = typeof GetSovereigntySystemsXCompatibilityDateEnum[keyof typeof GetSovereigntySystemsXCompatibilityDateEnum];
20388
20396
  export declare const GetSovereigntySystemsAcceptLanguageEnum: {
@@ -20465,7 +20473,7 @@ export declare class StatusApi extends BaseAPI {
20465
20473
  getStatus(xCompatibilityDate: GetStatusXCompatibilityDateEnum, acceptLanguage?: GetStatusAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatusGet, any, {}>>;
20466
20474
  }
20467
20475
  export declare const GetStatusXCompatibilityDateEnum: {
20468
- readonly _20260519: "2026-05-19";
20476
+ readonly _20260609: "2026-06-09";
20469
20477
  };
20470
20478
  export type GetStatusXCompatibilityDateEnum = typeof GetStatusXCompatibilityDateEnum[keyof typeof GetStatusXCompatibilityDateEnum];
20471
20479
  export declare const GetStatusAcceptLanguageEnum: {
@@ -20824,7 +20832,7 @@ export declare class StructuresApi extends BaseAPI {
20824
20832
  getCorporationsStructuresSovereigntyHubsListing(corporationId: number, xCompatibilityDate: GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum, acceptLanguage?: GetCorporationsStructuresSovereigntyHubsListingAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CorporationsStructuresSovereigntyHubsListing, any, {}>>;
20825
20833
  }
20826
20834
  export declare const GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum: {
20827
- readonly _20260519: "2026-05-19";
20835
+ readonly _20260609: "2026-06-09";
20828
20836
  };
20829
20837
  export type GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum = typeof GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum[keyof typeof GetCharactersStructuresMercenaryDensDetailXCompatibilityDateEnum];
20830
20838
  export declare const GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum: {
@@ -20839,7 +20847,7 @@ export declare const GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnu
20839
20847
  };
20840
20848
  export type GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum = typeof GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum[keyof typeof GetCharactersStructuresMercenaryDensDetailAcceptLanguageEnum];
20841
20849
  export declare const GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum: {
20842
- readonly _20260519: "2026-05-19";
20850
+ readonly _20260609: "2026-06-09";
20843
20851
  };
20844
20852
  export type GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum = typeof GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum[keyof typeof GetCharactersStructuresMercenaryDensListingXCompatibilityDateEnum];
20845
20853
  export declare const GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum: {
@@ -20854,7 +20862,7 @@ export declare const GetCharactersStructuresMercenaryDensListingAcceptLanguageEn
20854
20862
  };
20855
20863
  export type GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum = typeof GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum[keyof typeof GetCharactersStructuresMercenaryDensListingAcceptLanguageEnum];
20856
20864
  export declare const GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum: {
20857
- readonly _20260519: "2026-05-19";
20865
+ readonly _20260609: "2026-06-09";
20858
20866
  };
20859
20867
  export type GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum = typeof GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSkyhooksDetailXCompatibilityDateEnum];
20860
20868
  export declare const GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum: {
@@ -20869,7 +20877,7 @@ export declare const GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum:
20869
20877
  };
20870
20878
  export type GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum = typeof GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSkyhooksDetailAcceptLanguageEnum];
20871
20879
  export declare const GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum: {
20872
- readonly _20260519: "2026-05-19";
20880
+ readonly _20260609: "2026-06-09";
20873
20881
  };
20874
20882
  export type GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum = typeof GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSkyhooksListingXCompatibilityDateEnum];
20875
20883
  export declare const GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum: {
@@ -20884,7 +20892,7 @@ export declare const GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum:
20884
20892
  };
20885
20893
  export type GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum = typeof GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSkyhooksListingAcceptLanguageEnum];
20886
20894
  export declare const GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum: {
20887
- readonly _20260519: "2026-05-19";
20895
+ readonly _20260609: "2026-06-09";
20888
20896
  };
20889
20897
  export type GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum = typeof GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsDetailXCompatibilityDateEnum];
20890
20898
  export declare const GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum: {
@@ -20899,7 +20907,7 @@ export declare const GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguag
20899
20907
  };
20900
20908
  export type GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum = typeof GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsDetailAcceptLanguageEnum];
20901
20909
  export declare const GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum: {
20902
- readonly _20260519: "2026-05-19";
20910
+ readonly _20260609: "2026-06-09";
20903
20911
  };
20904
20912
  export type GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum = typeof GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum[keyof typeof GetCorporationsStructuresSovereigntyHubsListingXCompatibilityDateEnum];
20905
20913
  export declare const GetCorporationsStructuresSovereigntyHubsListingAcceptLanguageEnum: {
@@ -22450,7 +22458,7 @@ export declare class UniverseApi extends BaseAPI {
22450
22458
  postUniverseNames(xCompatibilityDate: PostUniverseNamesXCompatibilityDateEnum, requestBody: Set<number>, acceptLanguage?: PostUniverseNamesAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UniverseNamesPostInner[], any, {}>>;
22451
22459
  }
22452
22460
  export declare const GetUniverseAncestriesXCompatibilityDateEnum: {
22453
- readonly _20260519: "2026-05-19";
22461
+ readonly _20260609: "2026-06-09";
22454
22462
  };
22455
22463
  export type GetUniverseAncestriesXCompatibilityDateEnum = typeof GetUniverseAncestriesXCompatibilityDateEnum[keyof typeof GetUniverseAncestriesXCompatibilityDateEnum];
22456
22464
  export declare const GetUniverseAncestriesAcceptLanguageEnum: {
@@ -22465,7 +22473,7 @@ export declare const GetUniverseAncestriesAcceptLanguageEnum: {
22465
22473
  };
22466
22474
  export type GetUniverseAncestriesAcceptLanguageEnum = typeof GetUniverseAncestriesAcceptLanguageEnum[keyof typeof GetUniverseAncestriesAcceptLanguageEnum];
22467
22475
  export declare const GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum: {
22468
- readonly _20260519: "2026-05-19";
22476
+ readonly _20260609: "2026-06-09";
22469
22477
  };
22470
22478
  export type GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum = typeof GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum[keyof typeof GetUniverseAsteroidBeltsAsteroidBeltIdXCompatibilityDateEnum];
22471
22479
  export declare const GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum: {
@@ -22480,7 +22488,7 @@ export declare const GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum: {
22480
22488
  };
22481
22489
  export type GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum = typeof GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum[keyof typeof GetUniverseAsteroidBeltsAsteroidBeltIdAcceptLanguageEnum];
22482
22490
  export declare const GetUniverseBloodlinesXCompatibilityDateEnum: {
22483
- readonly _20260519: "2026-05-19";
22491
+ readonly _20260609: "2026-06-09";
22484
22492
  };
22485
22493
  export type GetUniverseBloodlinesXCompatibilityDateEnum = typeof GetUniverseBloodlinesXCompatibilityDateEnum[keyof typeof GetUniverseBloodlinesXCompatibilityDateEnum];
22486
22494
  export declare const GetUniverseBloodlinesAcceptLanguageEnum: {
@@ -22495,7 +22503,7 @@ export declare const GetUniverseBloodlinesAcceptLanguageEnum: {
22495
22503
  };
22496
22504
  export type GetUniverseBloodlinesAcceptLanguageEnum = typeof GetUniverseBloodlinesAcceptLanguageEnum[keyof typeof GetUniverseBloodlinesAcceptLanguageEnum];
22497
22505
  export declare const GetUniverseCategoriesXCompatibilityDateEnum: {
22498
- readonly _20260519: "2026-05-19";
22506
+ readonly _20260609: "2026-06-09";
22499
22507
  };
22500
22508
  export type GetUniverseCategoriesXCompatibilityDateEnum = typeof GetUniverseCategoriesXCompatibilityDateEnum[keyof typeof GetUniverseCategoriesXCompatibilityDateEnum];
22501
22509
  export declare const GetUniverseCategoriesAcceptLanguageEnum: {
@@ -22510,7 +22518,7 @@ export declare const GetUniverseCategoriesAcceptLanguageEnum: {
22510
22518
  };
22511
22519
  export type GetUniverseCategoriesAcceptLanguageEnum = typeof GetUniverseCategoriesAcceptLanguageEnum[keyof typeof GetUniverseCategoriesAcceptLanguageEnum];
22512
22520
  export declare const GetUniverseCategoriesCategoryIdXCompatibilityDateEnum: {
22513
- readonly _20260519: "2026-05-19";
22521
+ readonly _20260609: "2026-06-09";
22514
22522
  };
22515
22523
  export type GetUniverseCategoriesCategoryIdXCompatibilityDateEnum = typeof GetUniverseCategoriesCategoryIdXCompatibilityDateEnum[keyof typeof GetUniverseCategoriesCategoryIdXCompatibilityDateEnum];
22516
22524
  export declare const GetUniverseCategoriesCategoryIdAcceptLanguageEnum: {
@@ -22525,7 +22533,7 @@ export declare const GetUniverseCategoriesCategoryIdAcceptLanguageEnum: {
22525
22533
  };
22526
22534
  export type GetUniverseCategoriesCategoryIdAcceptLanguageEnum = typeof GetUniverseCategoriesCategoryIdAcceptLanguageEnum[keyof typeof GetUniverseCategoriesCategoryIdAcceptLanguageEnum];
22527
22535
  export declare const GetUniverseConstellationsXCompatibilityDateEnum: {
22528
- readonly _20260519: "2026-05-19";
22536
+ readonly _20260609: "2026-06-09";
22529
22537
  };
22530
22538
  export type GetUniverseConstellationsXCompatibilityDateEnum = typeof GetUniverseConstellationsXCompatibilityDateEnum[keyof typeof GetUniverseConstellationsXCompatibilityDateEnum];
22531
22539
  export declare const GetUniverseConstellationsAcceptLanguageEnum: {
@@ -22540,7 +22548,7 @@ export declare const GetUniverseConstellationsAcceptLanguageEnum: {
22540
22548
  };
22541
22549
  export type GetUniverseConstellationsAcceptLanguageEnum = typeof GetUniverseConstellationsAcceptLanguageEnum[keyof typeof GetUniverseConstellationsAcceptLanguageEnum];
22542
22550
  export declare const GetUniverseConstellationsConstellationIdXCompatibilityDateEnum: {
22543
- readonly _20260519: "2026-05-19";
22551
+ readonly _20260609: "2026-06-09";
22544
22552
  };
22545
22553
  export type GetUniverseConstellationsConstellationIdXCompatibilityDateEnum = typeof GetUniverseConstellationsConstellationIdXCompatibilityDateEnum[keyof typeof GetUniverseConstellationsConstellationIdXCompatibilityDateEnum];
22546
22554
  export declare const GetUniverseConstellationsConstellationIdAcceptLanguageEnum: {
@@ -22555,7 +22563,7 @@ export declare const GetUniverseConstellationsConstellationIdAcceptLanguageEnum:
22555
22563
  };
22556
22564
  export type GetUniverseConstellationsConstellationIdAcceptLanguageEnum = typeof GetUniverseConstellationsConstellationIdAcceptLanguageEnum[keyof typeof GetUniverseConstellationsConstellationIdAcceptLanguageEnum];
22557
22565
  export declare const GetUniverseFactionsXCompatibilityDateEnum: {
22558
- readonly _20260519: "2026-05-19";
22566
+ readonly _20260609: "2026-06-09";
22559
22567
  };
22560
22568
  export type GetUniverseFactionsXCompatibilityDateEnum = typeof GetUniverseFactionsXCompatibilityDateEnum[keyof typeof GetUniverseFactionsXCompatibilityDateEnum];
22561
22569
  export declare const GetUniverseFactionsAcceptLanguageEnum: {
@@ -22570,7 +22578,7 @@ export declare const GetUniverseFactionsAcceptLanguageEnum: {
22570
22578
  };
22571
22579
  export type GetUniverseFactionsAcceptLanguageEnum = typeof GetUniverseFactionsAcceptLanguageEnum[keyof typeof GetUniverseFactionsAcceptLanguageEnum];
22572
22580
  export declare const GetUniverseGraphicsXCompatibilityDateEnum: {
22573
- readonly _20260519: "2026-05-19";
22581
+ readonly _20260609: "2026-06-09";
22574
22582
  };
22575
22583
  export type GetUniverseGraphicsXCompatibilityDateEnum = typeof GetUniverseGraphicsXCompatibilityDateEnum[keyof typeof GetUniverseGraphicsXCompatibilityDateEnum];
22576
22584
  export declare const GetUniverseGraphicsAcceptLanguageEnum: {
@@ -22585,7 +22593,7 @@ export declare const GetUniverseGraphicsAcceptLanguageEnum: {
22585
22593
  };
22586
22594
  export type GetUniverseGraphicsAcceptLanguageEnum = typeof GetUniverseGraphicsAcceptLanguageEnum[keyof typeof GetUniverseGraphicsAcceptLanguageEnum];
22587
22595
  export declare const GetUniverseGraphicsGraphicIdXCompatibilityDateEnum: {
22588
- readonly _20260519: "2026-05-19";
22596
+ readonly _20260609: "2026-06-09";
22589
22597
  };
22590
22598
  export type GetUniverseGraphicsGraphicIdXCompatibilityDateEnum = typeof GetUniverseGraphicsGraphicIdXCompatibilityDateEnum[keyof typeof GetUniverseGraphicsGraphicIdXCompatibilityDateEnum];
22591
22599
  export declare const GetUniverseGraphicsGraphicIdAcceptLanguageEnum: {
@@ -22600,7 +22608,7 @@ export declare const GetUniverseGraphicsGraphicIdAcceptLanguageEnum: {
22600
22608
  };
22601
22609
  export type GetUniverseGraphicsGraphicIdAcceptLanguageEnum = typeof GetUniverseGraphicsGraphicIdAcceptLanguageEnum[keyof typeof GetUniverseGraphicsGraphicIdAcceptLanguageEnum];
22602
22610
  export declare const GetUniverseGroupsXCompatibilityDateEnum: {
22603
- readonly _20260519: "2026-05-19";
22611
+ readonly _20260609: "2026-06-09";
22604
22612
  };
22605
22613
  export type GetUniverseGroupsXCompatibilityDateEnum = typeof GetUniverseGroupsXCompatibilityDateEnum[keyof typeof GetUniverseGroupsXCompatibilityDateEnum];
22606
22614
  export declare const GetUniverseGroupsAcceptLanguageEnum: {
@@ -22615,7 +22623,7 @@ export declare const GetUniverseGroupsAcceptLanguageEnum: {
22615
22623
  };
22616
22624
  export type GetUniverseGroupsAcceptLanguageEnum = typeof GetUniverseGroupsAcceptLanguageEnum[keyof typeof GetUniverseGroupsAcceptLanguageEnum];
22617
22625
  export declare const GetUniverseGroupsGroupIdXCompatibilityDateEnum: {
22618
- readonly _20260519: "2026-05-19";
22626
+ readonly _20260609: "2026-06-09";
22619
22627
  };
22620
22628
  export type GetUniverseGroupsGroupIdXCompatibilityDateEnum = typeof GetUniverseGroupsGroupIdXCompatibilityDateEnum[keyof typeof GetUniverseGroupsGroupIdXCompatibilityDateEnum];
22621
22629
  export declare const GetUniverseGroupsGroupIdAcceptLanguageEnum: {
@@ -22630,7 +22638,7 @@ export declare const GetUniverseGroupsGroupIdAcceptLanguageEnum: {
22630
22638
  };
22631
22639
  export type GetUniverseGroupsGroupIdAcceptLanguageEnum = typeof GetUniverseGroupsGroupIdAcceptLanguageEnum[keyof typeof GetUniverseGroupsGroupIdAcceptLanguageEnum];
22632
22640
  export declare const GetUniverseMoonsMoonIdXCompatibilityDateEnum: {
22633
- readonly _20260519: "2026-05-19";
22641
+ readonly _20260609: "2026-06-09";
22634
22642
  };
22635
22643
  export type GetUniverseMoonsMoonIdXCompatibilityDateEnum = typeof GetUniverseMoonsMoonIdXCompatibilityDateEnum[keyof typeof GetUniverseMoonsMoonIdXCompatibilityDateEnum];
22636
22644
  export declare const GetUniverseMoonsMoonIdAcceptLanguageEnum: {
@@ -22645,7 +22653,7 @@ export declare const GetUniverseMoonsMoonIdAcceptLanguageEnum: {
22645
22653
  };
22646
22654
  export type GetUniverseMoonsMoonIdAcceptLanguageEnum = typeof GetUniverseMoonsMoonIdAcceptLanguageEnum[keyof typeof GetUniverseMoonsMoonIdAcceptLanguageEnum];
22647
22655
  export declare const GetUniversePlanetsPlanetIdXCompatibilityDateEnum: {
22648
- readonly _20260519: "2026-05-19";
22656
+ readonly _20260609: "2026-06-09";
22649
22657
  };
22650
22658
  export type GetUniversePlanetsPlanetIdXCompatibilityDateEnum = typeof GetUniversePlanetsPlanetIdXCompatibilityDateEnum[keyof typeof GetUniversePlanetsPlanetIdXCompatibilityDateEnum];
22651
22659
  export declare const GetUniversePlanetsPlanetIdAcceptLanguageEnum: {
@@ -22660,7 +22668,7 @@ export declare const GetUniversePlanetsPlanetIdAcceptLanguageEnum: {
22660
22668
  };
22661
22669
  export type GetUniversePlanetsPlanetIdAcceptLanguageEnum = typeof GetUniversePlanetsPlanetIdAcceptLanguageEnum[keyof typeof GetUniversePlanetsPlanetIdAcceptLanguageEnum];
22662
22670
  export declare const GetUniverseRacesXCompatibilityDateEnum: {
22663
- readonly _20260519: "2026-05-19";
22671
+ readonly _20260609: "2026-06-09";
22664
22672
  };
22665
22673
  export type GetUniverseRacesXCompatibilityDateEnum = typeof GetUniverseRacesXCompatibilityDateEnum[keyof typeof GetUniverseRacesXCompatibilityDateEnum];
22666
22674
  export declare const GetUniverseRacesAcceptLanguageEnum: {
@@ -22675,7 +22683,7 @@ export declare const GetUniverseRacesAcceptLanguageEnum: {
22675
22683
  };
22676
22684
  export type GetUniverseRacesAcceptLanguageEnum = typeof GetUniverseRacesAcceptLanguageEnum[keyof typeof GetUniverseRacesAcceptLanguageEnum];
22677
22685
  export declare const GetUniverseRegionsXCompatibilityDateEnum: {
22678
- readonly _20260519: "2026-05-19";
22686
+ readonly _20260609: "2026-06-09";
22679
22687
  };
22680
22688
  export type GetUniverseRegionsXCompatibilityDateEnum = typeof GetUniverseRegionsXCompatibilityDateEnum[keyof typeof GetUniverseRegionsXCompatibilityDateEnum];
22681
22689
  export declare const GetUniverseRegionsAcceptLanguageEnum: {
@@ -22690,7 +22698,7 @@ export declare const GetUniverseRegionsAcceptLanguageEnum: {
22690
22698
  };
22691
22699
  export type GetUniverseRegionsAcceptLanguageEnum = typeof GetUniverseRegionsAcceptLanguageEnum[keyof typeof GetUniverseRegionsAcceptLanguageEnum];
22692
22700
  export declare const GetUniverseRegionsRegionIdXCompatibilityDateEnum: {
22693
- readonly _20260519: "2026-05-19";
22701
+ readonly _20260609: "2026-06-09";
22694
22702
  };
22695
22703
  export type GetUniverseRegionsRegionIdXCompatibilityDateEnum = typeof GetUniverseRegionsRegionIdXCompatibilityDateEnum[keyof typeof GetUniverseRegionsRegionIdXCompatibilityDateEnum];
22696
22704
  export declare const GetUniverseRegionsRegionIdAcceptLanguageEnum: {
@@ -22705,7 +22713,7 @@ export declare const GetUniverseRegionsRegionIdAcceptLanguageEnum: {
22705
22713
  };
22706
22714
  export type GetUniverseRegionsRegionIdAcceptLanguageEnum = typeof GetUniverseRegionsRegionIdAcceptLanguageEnum[keyof typeof GetUniverseRegionsRegionIdAcceptLanguageEnum];
22707
22715
  export declare const GetUniverseStargatesStargateIdXCompatibilityDateEnum: {
22708
- readonly _20260519: "2026-05-19";
22716
+ readonly _20260609: "2026-06-09";
22709
22717
  };
22710
22718
  export type GetUniverseStargatesStargateIdXCompatibilityDateEnum = typeof GetUniverseStargatesStargateIdXCompatibilityDateEnum[keyof typeof GetUniverseStargatesStargateIdXCompatibilityDateEnum];
22711
22719
  export declare const GetUniverseStargatesStargateIdAcceptLanguageEnum: {
@@ -22720,7 +22728,7 @@ export declare const GetUniverseStargatesStargateIdAcceptLanguageEnum: {
22720
22728
  };
22721
22729
  export type GetUniverseStargatesStargateIdAcceptLanguageEnum = typeof GetUniverseStargatesStargateIdAcceptLanguageEnum[keyof typeof GetUniverseStargatesStargateIdAcceptLanguageEnum];
22722
22730
  export declare const GetUniverseStarsStarIdXCompatibilityDateEnum: {
22723
- readonly _20260519: "2026-05-19";
22731
+ readonly _20260609: "2026-06-09";
22724
22732
  };
22725
22733
  export type GetUniverseStarsStarIdXCompatibilityDateEnum = typeof GetUniverseStarsStarIdXCompatibilityDateEnum[keyof typeof GetUniverseStarsStarIdXCompatibilityDateEnum];
22726
22734
  export declare const GetUniverseStarsStarIdAcceptLanguageEnum: {
@@ -22735,7 +22743,7 @@ export declare const GetUniverseStarsStarIdAcceptLanguageEnum: {
22735
22743
  };
22736
22744
  export type GetUniverseStarsStarIdAcceptLanguageEnum = typeof GetUniverseStarsStarIdAcceptLanguageEnum[keyof typeof GetUniverseStarsStarIdAcceptLanguageEnum];
22737
22745
  export declare const GetUniverseStationsStationIdXCompatibilityDateEnum: {
22738
- readonly _20260519: "2026-05-19";
22746
+ readonly _20260609: "2026-06-09";
22739
22747
  };
22740
22748
  export type GetUniverseStationsStationIdXCompatibilityDateEnum = typeof GetUniverseStationsStationIdXCompatibilityDateEnum[keyof typeof GetUniverseStationsStationIdXCompatibilityDateEnum];
22741
22749
  export declare const GetUniverseStationsStationIdAcceptLanguageEnum: {
@@ -22750,7 +22758,7 @@ export declare const GetUniverseStationsStationIdAcceptLanguageEnum: {
22750
22758
  };
22751
22759
  export type GetUniverseStationsStationIdAcceptLanguageEnum = typeof GetUniverseStationsStationIdAcceptLanguageEnum[keyof typeof GetUniverseStationsStationIdAcceptLanguageEnum];
22752
22760
  export declare const GetUniverseStructuresXCompatibilityDateEnum: {
22753
- readonly _20260519: "2026-05-19";
22761
+ readonly _20260609: "2026-06-09";
22754
22762
  };
22755
22763
  export type GetUniverseStructuresXCompatibilityDateEnum = typeof GetUniverseStructuresXCompatibilityDateEnum[keyof typeof GetUniverseStructuresXCompatibilityDateEnum];
22756
22764
  export declare const GetUniverseStructuresFilterEnum: {
@@ -22770,7 +22778,7 @@ export declare const GetUniverseStructuresAcceptLanguageEnum: {
22770
22778
  };
22771
22779
  export type GetUniverseStructuresAcceptLanguageEnum = typeof GetUniverseStructuresAcceptLanguageEnum[keyof typeof GetUniverseStructuresAcceptLanguageEnum];
22772
22780
  export declare const GetUniverseStructuresStructureIdXCompatibilityDateEnum: {
22773
- readonly _20260519: "2026-05-19";
22781
+ readonly _20260609: "2026-06-09";
22774
22782
  };
22775
22783
  export type GetUniverseStructuresStructureIdXCompatibilityDateEnum = typeof GetUniverseStructuresStructureIdXCompatibilityDateEnum[keyof typeof GetUniverseStructuresStructureIdXCompatibilityDateEnum];
22776
22784
  export declare const GetUniverseStructuresStructureIdAcceptLanguageEnum: {
@@ -22785,7 +22793,7 @@ export declare const GetUniverseStructuresStructureIdAcceptLanguageEnum: {
22785
22793
  };
22786
22794
  export type GetUniverseStructuresStructureIdAcceptLanguageEnum = typeof GetUniverseStructuresStructureIdAcceptLanguageEnum[keyof typeof GetUniverseStructuresStructureIdAcceptLanguageEnum];
22787
22795
  export declare const GetUniverseSystemJumpsXCompatibilityDateEnum: {
22788
- readonly _20260519: "2026-05-19";
22796
+ readonly _20260609: "2026-06-09";
22789
22797
  };
22790
22798
  export type GetUniverseSystemJumpsXCompatibilityDateEnum = typeof GetUniverseSystemJumpsXCompatibilityDateEnum[keyof typeof GetUniverseSystemJumpsXCompatibilityDateEnum];
22791
22799
  export declare const GetUniverseSystemJumpsAcceptLanguageEnum: {
@@ -22800,7 +22808,7 @@ export declare const GetUniverseSystemJumpsAcceptLanguageEnum: {
22800
22808
  };
22801
22809
  export type GetUniverseSystemJumpsAcceptLanguageEnum = typeof GetUniverseSystemJumpsAcceptLanguageEnum[keyof typeof GetUniverseSystemJumpsAcceptLanguageEnum];
22802
22810
  export declare const GetUniverseSystemKillsXCompatibilityDateEnum: {
22803
- readonly _20260519: "2026-05-19";
22811
+ readonly _20260609: "2026-06-09";
22804
22812
  };
22805
22813
  export type GetUniverseSystemKillsXCompatibilityDateEnum = typeof GetUniverseSystemKillsXCompatibilityDateEnum[keyof typeof GetUniverseSystemKillsXCompatibilityDateEnum];
22806
22814
  export declare const GetUniverseSystemKillsAcceptLanguageEnum: {
@@ -22815,7 +22823,7 @@ export declare const GetUniverseSystemKillsAcceptLanguageEnum: {
22815
22823
  };
22816
22824
  export type GetUniverseSystemKillsAcceptLanguageEnum = typeof GetUniverseSystemKillsAcceptLanguageEnum[keyof typeof GetUniverseSystemKillsAcceptLanguageEnum];
22817
22825
  export declare const GetUniverseSystemsXCompatibilityDateEnum: {
22818
- readonly _20260519: "2026-05-19";
22826
+ readonly _20260609: "2026-06-09";
22819
22827
  };
22820
22828
  export type GetUniverseSystemsXCompatibilityDateEnum = typeof GetUniverseSystemsXCompatibilityDateEnum[keyof typeof GetUniverseSystemsXCompatibilityDateEnum];
22821
22829
  export declare const GetUniverseSystemsAcceptLanguageEnum: {
@@ -22830,7 +22838,7 @@ export declare const GetUniverseSystemsAcceptLanguageEnum: {
22830
22838
  };
22831
22839
  export type GetUniverseSystemsAcceptLanguageEnum = typeof GetUniverseSystemsAcceptLanguageEnum[keyof typeof GetUniverseSystemsAcceptLanguageEnum];
22832
22840
  export declare const GetUniverseSystemsSystemIdXCompatibilityDateEnum: {
22833
- readonly _20260519: "2026-05-19";
22841
+ readonly _20260609: "2026-06-09";
22834
22842
  };
22835
22843
  export type GetUniverseSystemsSystemIdXCompatibilityDateEnum = typeof GetUniverseSystemsSystemIdXCompatibilityDateEnum[keyof typeof GetUniverseSystemsSystemIdXCompatibilityDateEnum];
22836
22844
  export declare const GetUniverseSystemsSystemIdAcceptLanguageEnum: {
@@ -22845,7 +22853,7 @@ export declare const GetUniverseSystemsSystemIdAcceptLanguageEnum: {
22845
22853
  };
22846
22854
  export type GetUniverseSystemsSystemIdAcceptLanguageEnum = typeof GetUniverseSystemsSystemIdAcceptLanguageEnum[keyof typeof GetUniverseSystemsSystemIdAcceptLanguageEnum];
22847
22855
  export declare const GetUniverseTypesXCompatibilityDateEnum: {
22848
- readonly _20260519: "2026-05-19";
22856
+ readonly _20260609: "2026-06-09";
22849
22857
  };
22850
22858
  export type GetUniverseTypesXCompatibilityDateEnum = typeof GetUniverseTypesXCompatibilityDateEnum[keyof typeof GetUniverseTypesXCompatibilityDateEnum];
22851
22859
  export declare const GetUniverseTypesAcceptLanguageEnum: {
@@ -22860,7 +22868,7 @@ export declare const GetUniverseTypesAcceptLanguageEnum: {
22860
22868
  };
22861
22869
  export type GetUniverseTypesAcceptLanguageEnum = typeof GetUniverseTypesAcceptLanguageEnum[keyof typeof GetUniverseTypesAcceptLanguageEnum];
22862
22870
  export declare const GetUniverseTypesTypeIdXCompatibilityDateEnum: {
22863
- readonly _20260519: "2026-05-19";
22871
+ readonly _20260609: "2026-06-09";
22864
22872
  };
22865
22873
  export type GetUniverseTypesTypeIdXCompatibilityDateEnum = typeof GetUniverseTypesTypeIdXCompatibilityDateEnum[keyof typeof GetUniverseTypesTypeIdXCompatibilityDateEnum];
22866
22874
  export declare const GetUniverseTypesTypeIdAcceptLanguageEnum: {
@@ -22875,7 +22883,7 @@ export declare const GetUniverseTypesTypeIdAcceptLanguageEnum: {
22875
22883
  };
22876
22884
  export type GetUniverseTypesTypeIdAcceptLanguageEnum = typeof GetUniverseTypesTypeIdAcceptLanguageEnum[keyof typeof GetUniverseTypesTypeIdAcceptLanguageEnum];
22877
22885
  export declare const PostUniverseIdsXCompatibilityDateEnum: {
22878
- readonly _20260519: "2026-05-19";
22886
+ readonly _20260609: "2026-06-09";
22879
22887
  };
22880
22888
  export type PostUniverseIdsXCompatibilityDateEnum = typeof PostUniverseIdsXCompatibilityDateEnum[keyof typeof PostUniverseIdsXCompatibilityDateEnum];
22881
22889
  export declare const PostUniverseIdsAcceptLanguageEnum: {
@@ -22890,7 +22898,7 @@ export declare const PostUniverseIdsAcceptLanguageEnum: {
22890
22898
  };
22891
22899
  export type PostUniverseIdsAcceptLanguageEnum = typeof PostUniverseIdsAcceptLanguageEnum[keyof typeof PostUniverseIdsAcceptLanguageEnum];
22892
22900
  export declare const PostUniverseNamesXCompatibilityDateEnum: {
22893
- readonly _20260519: "2026-05-19";
22901
+ readonly _20260609: "2026-06-09";
22894
22902
  };
22895
22903
  export type PostUniverseNamesXCompatibilityDateEnum = typeof PostUniverseNamesXCompatibilityDateEnum[keyof typeof PostUniverseNamesXCompatibilityDateEnum];
22896
22904
  export declare const PostUniverseNamesAcceptLanguageEnum: {
@@ -23193,7 +23201,7 @@ export declare class UserInterfaceApi extends BaseAPI {
23193
23201
  postUiOpenwindowNewmail(xCompatibilityDate: PostUiOpenwindowNewmailXCompatibilityDateEnum, postUiOpenwindowNewmailRequest: PostUiOpenwindowNewmailRequest, acceptLanguage?: PostUiOpenwindowNewmailAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
23194
23202
  }
23195
23203
  export declare const PostUiAutopilotWaypointXCompatibilityDateEnum: {
23196
- readonly _20260519: "2026-05-19";
23204
+ readonly _20260609: "2026-06-09";
23197
23205
  };
23198
23206
  export type PostUiAutopilotWaypointXCompatibilityDateEnum = typeof PostUiAutopilotWaypointXCompatibilityDateEnum[keyof typeof PostUiAutopilotWaypointXCompatibilityDateEnum];
23199
23207
  export declare const PostUiAutopilotWaypointAcceptLanguageEnum: {
@@ -23208,7 +23216,7 @@ export declare const PostUiAutopilotWaypointAcceptLanguageEnum: {
23208
23216
  };
23209
23217
  export type PostUiAutopilotWaypointAcceptLanguageEnum = typeof PostUiAutopilotWaypointAcceptLanguageEnum[keyof typeof PostUiAutopilotWaypointAcceptLanguageEnum];
23210
23218
  export declare const PostUiOpenwindowContractXCompatibilityDateEnum: {
23211
- readonly _20260519: "2026-05-19";
23219
+ readonly _20260609: "2026-06-09";
23212
23220
  };
23213
23221
  export type PostUiOpenwindowContractXCompatibilityDateEnum = typeof PostUiOpenwindowContractXCompatibilityDateEnum[keyof typeof PostUiOpenwindowContractXCompatibilityDateEnum];
23214
23222
  export declare const PostUiOpenwindowContractAcceptLanguageEnum: {
@@ -23223,7 +23231,7 @@ export declare const PostUiOpenwindowContractAcceptLanguageEnum: {
23223
23231
  };
23224
23232
  export type PostUiOpenwindowContractAcceptLanguageEnum = typeof PostUiOpenwindowContractAcceptLanguageEnum[keyof typeof PostUiOpenwindowContractAcceptLanguageEnum];
23225
23233
  export declare const PostUiOpenwindowInformationXCompatibilityDateEnum: {
23226
- readonly _20260519: "2026-05-19";
23234
+ readonly _20260609: "2026-06-09";
23227
23235
  };
23228
23236
  export type PostUiOpenwindowInformationXCompatibilityDateEnum = typeof PostUiOpenwindowInformationXCompatibilityDateEnum[keyof typeof PostUiOpenwindowInformationXCompatibilityDateEnum];
23229
23237
  export declare const PostUiOpenwindowInformationAcceptLanguageEnum: {
@@ -23238,7 +23246,7 @@ export declare const PostUiOpenwindowInformationAcceptLanguageEnum: {
23238
23246
  };
23239
23247
  export type PostUiOpenwindowInformationAcceptLanguageEnum = typeof PostUiOpenwindowInformationAcceptLanguageEnum[keyof typeof PostUiOpenwindowInformationAcceptLanguageEnum];
23240
23248
  export declare const PostUiOpenwindowMarketdetailsXCompatibilityDateEnum: {
23241
- readonly _20260519: "2026-05-19";
23249
+ readonly _20260609: "2026-06-09";
23242
23250
  };
23243
23251
  export type PostUiOpenwindowMarketdetailsXCompatibilityDateEnum = typeof PostUiOpenwindowMarketdetailsXCompatibilityDateEnum[keyof typeof PostUiOpenwindowMarketdetailsXCompatibilityDateEnum];
23244
23252
  export declare const PostUiOpenwindowMarketdetailsAcceptLanguageEnum: {
@@ -23253,7 +23261,7 @@ export declare const PostUiOpenwindowMarketdetailsAcceptLanguageEnum: {
23253
23261
  };
23254
23262
  export type PostUiOpenwindowMarketdetailsAcceptLanguageEnum = typeof PostUiOpenwindowMarketdetailsAcceptLanguageEnum[keyof typeof PostUiOpenwindowMarketdetailsAcceptLanguageEnum];
23255
23263
  export declare const PostUiOpenwindowNewmailXCompatibilityDateEnum: {
23256
- readonly _20260519: "2026-05-19";
23264
+ readonly _20260609: "2026-06-09";
23257
23265
  };
23258
23266
  export type PostUiOpenwindowNewmailXCompatibilityDateEnum = typeof PostUiOpenwindowNewmailXCompatibilityDateEnum[keyof typeof PostUiOpenwindowNewmailXCompatibilityDateEnum];
23259
23267
  export declare const PostUiOpenwindowNewmailAcceptLanguageEnum: {
@@ -23624,7 +23632,7 @@ export declare class WalletApi extends BaseAPI {
23624
23632
  getCorporationsCorporationIdWalletsDivisionTransactions(corporationId: number, division: number, xCompatibilityDate: GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum, fromId?: number, acceptLanguage?: GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CorporationsCorporationIdWalletsDivisionTransactionsGetInner[], any, {}>>;
23625
23633
  }
23626
23634
  export declare const GetCharactersCharacterIdWalletXCompatibilityDateEnum: {
23627
- readonly _20260519: "2026-05-19";
23635
+ readonly _20260609: "2026-06-09";
23628
23636
  };
23629
23637
  export type GetCharactersCharacterIdWalletXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletXCompatibilityDateEnum];
23630
23638
  export declare const GetCharactersCharacterIdWalletAcceptLanguageEnum: {
@@ -23639,7 +23647,7 @@ export declare const GetCharactersCharacterIdWalletAcceptLanguageEnum: {
23639
23647
  };
23640
23648
  export type GetCharactersCharacterIdWalletAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletAcceptLanguageEnum];
23641
23649
  export declare const GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum: {
23642
- readonly _20260519: "2026-05-19";
23650
+ readonly _20260609: "2026-06-09";
23643
23651
  };
23644
23652
  export type GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletJournalXCompatibilityDateEnum];
23645
23653
  export declare const GetCharactersCharacterIdWalletJournalAcceptLanguageEnum: {
@@ -23654,7 +23662,7 @@ export declare const GetCharactersCharacterIdWalletJournalAcceptLanguageEnum: {
23654
23662
  };
23655
23663
  export type GetCharactersCharacterIdWalletJournalAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletJournalAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletJournalAcceptLanguageEnum];
23656
23664
  export declare const GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum: {
23657
- readonly _20260519: "2026-05-19";
23665
+ readonly _20260609: "2026-06-09";
23658
23666
  };
23659
23667
  export type GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum = typeof GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum[keyof typeof GetCharactersCharacterIdWalletTransactionsXCompatibilityDateEnum];
23660
23668
  export declare const GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum: {
@@ -23669,7 +23677,7 @@ export declare const GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnu
23669
23677
  };
23670
23678
  export type GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum = typeof GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum[keyof typeof GetCharactersCharacterIdWalletTransactionsAcceptLanguageEnum];
23671
23679
  export declare const GetCorporationsCorporationIdWalletsXCompatibilityDateEnum: {
23672
- readonly _20260519: "2026-05-19";
23680
+ readonly _20260609: "2026-06-09";
23673
23681
  };
23674
23682
  export type GetCorporationsCorporationIdWalletsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsXCompatibilityDateEnum];
23675
23683
  export declare const GetCorporationsCorporationIdWalletsAcceptLanguageEnum: {
@@ -23684,7 +23692,7 @@ export declare const GetCorporationsCorporationIdWalletsAcceptLanguageEnum: {
23684
23692
  };
23685
23693
  export type GetCorporationsCorporationIdWalletsAcceptLanguageEnum = typeof GetCorporationsCorporationIdWalletsAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdWalletsAcceptLanguageEnum];
23686
23694
  export declare const GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum: {
23687
- readonly _20260519: "2026-05-19";
23695
+ readonly _20260609: "2026-06-09";
23688
23696
  };
23689
23697
  export type GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionJournalXCompatibilityDateEnum];
23690
23698
  export declare const GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum: {
@@ -23699,7 +23707,7 @@ export declare const GetCorporationsCorporationIdWalletsDivisionJournalAcceptLan
23699
23707
  };
23700
23708
  export type GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum = typeof GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionJournalAcceptLanguageEnum];
23701
23709
  export declare const GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum: {
23702
- readonly _20260519: "2026-05-19";
23710
+ readonly _20260609: "2026-06-09";
23703
23711
  };
23704
23712
  export type GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum = typeof GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum[keyof typeof GetCorporationsCorporationIdWalletsDivisionTransactionsXCompatibilityDateEnum];
23705
23713
  export declare const GetCorporationsCorporationIdWalletsDivisionTransactionsAcceptLanguageEnum: {
@@ -23894,7 +23902,7 @@ export declare class WarsApi extends BaseAPI {
23894
23902
  getWarsWarIdKillmails(warId: number, xCompatibilityDate: GetWarsWarIdKillmailsXCompatibilityDateEnum, page?: number, acceptLanguage?: GetWarsWarIdKillmailsAcceptLanguageEnum, ifNoneMatch?: string, xTenant?: string, ifModifiedSince?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CharactersCharacterIdKillmailsRecentGetInner[], any, {}>>;
23895
23903
  }
23896
23904
  export declare const GetWarsXCompatibilityDateEnum: {
23897
- readonly _20260519: "2026-05-19";
23905
+ readonly _20260609: "2026-06-09";
23898
23906
  };
23899
23907
  export type GetWarsXCompatibilityDateEnum = typeof GetWarsXCompatibilityDateEnum[keyof typeof GetWarsXCompatibilityDateEnum];
23900
23908
  export declare const GetWarsAcceptLanguageEnum: {
@@ -23909,7 +23917,7 @@ export declare const GetWarsAcceptLanguageEnum: {
23909
23917
  };
23910
23918
  export type GetWarsAcceptLanguageEnum = typeof GetWarsAcceptLanguageEnum[keyof typeof GetWarsAcceptLanguageEnum];
23911
23919
  export declare const GetWarsWarIdXCompatibilityDateEnum: {
23912
- readonly _20260519: "2026-05-19";
23920
+ readonly _20260609: "2026-06-09";
23913
23921
  };
23914
23922
  export type GetWarsWarIdXCompatibilityDateEnum = typeof GetWarsWarIdXCompatibilityDateEnum[keyof typeof GetWarsWarIdXCompatibilityDateEnum];
23915
23923
  export declare const GetWarsWarIdAcceptLanguageEnum: {
@@ -23924,7 +23932,7 @@ export declare const GetWarsWarIdAcceptLanguageEnum: {
23924
23932
  };
23925
23933
  export type GetWarsWarIdAcceptLanguageEnum = typeof GetWarsWarIdAcceptLanguageEnum[keyof typeof GetWarsWarIdAcceptLanguageEnum];
23926
23934
  export declare const GetWarsWarIdKillmailsXCompatibilityDateEnum: {
23927
- readonly _20260519: "2026-05-19";
23935
+ readonly _20260609: "2026-06-09";
23928
23936
  };
23929
23937
  export type GetWarsWarIdKillmailsXCompatibilityDateEnum = typeof GetWarsWarIdKillmailsXCompatibilityDateEnum[keyof typeof GetWarsWarIdKillmailsXCompatibilityDateEnum];
23930
23938
  export declare const GetWarsWarIdKillmailsAcceptLanguageEnum: {