esisl_genoa_client 0.1.1 → 0.1.6

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 (255) hide show
  1. package/.openapi-generator/FILES +105 -0
  2. package/README.md +119 -5
  3. package/dist/apis/AllianceApi.d.ts +25 -17
  4. package/dist/apis/AllianceApi.js +42 -17
  5. package/dist/apis/AssetsApi.d.ts +37 -25
  6. package/dist/apis/AssetsApi.js +62 -25
  7. package/dist/apis/CalendarApi.d.ts +25 -17
  8. package/dist/apis/CalendarApi.js +42 -18
  9. package/dist/apis/CharacterApi.d.ts +85 -57
  10. package/dist/apis/CharacterApi.js +142 -63
  11. package/dist/apis/ClonesApi.d.ts +13 -9
  12. package/dist/apis/ClonesApi.js +22 -9
  13. package/dist/apis/ContactsApi.d.ts +55 -37
  14. package/dist/apis/ContactsApi.js +92 -39
  15. package/dist/apis/ContractsApi.d.ts +55 -37
  16. package/dist/apis/ContractsApi.js +92 -37
  17. package/dist/apis/CorporationApi.d.ts +133 -89
  18. package/dist/apis/CorporationApi.js +222 -95
  19. package/dist/apis/CorporationProjectsApi.d.ts +288 -0
  20. package/dist/apis/CorporationProjectsApi.js +514 -0
  21. package/dist/apis/DogmaApi.d.ts +31 -21
  22. package/dist/apis/DogmaApi.js +52 -21
  23. package/dist/apis/FactionWarfareApi.d.ts +49 -33
  24. package/dist/apis/FactionWarfareApi.js +82 -33
  25. package/dist/apis/FittingsApi.d.ts +19 -13
  26. package/dist/apis/FittingsApi.js +32 -14
  27. package/dist/apis/FleetsApi.d.ts +85 -57
  28. package/dist/apis/FleetsApi.js +142 -65
  29. package/dist/apis/FreelanceJobsApi.d.ts +396 -0
  30. package/dist/apis/FreelanceJobsApi.js +696 -0
  31. package/dist/apis/IncursionsApi.d.ts +7 -5
  32. package/dist/apis/IncursionsApi.js +12 -5
  33. package/dist/apis/IndustryApi.d.ts +49 -33
  34. package/dist/apis/IndustryApi.js +82 -33
  35. package/dist/apis/InsuranceApi.d.ts +7 -5
  36. package/dist/apis/InsuranceApi.js +12 -5
  37. package/dist/apis/KillmailsApi.d.ts +19 -13
  38. package/dist/apis/KillmailsApi.js +32 -13
  39. package/dist/apis/LocationApi.d.ts +19 -13
  40. package/dist/apis/LocationApi.js +32 -13
  41. package/dist/apis/LoyaltyApi.d.ts +13 -9
  42. package/dist/apis/LoyaltyApi.js +22 -9
  43. package/dist/apis/MailApi.d.ts +55 -37
  44. package/dist/apis/MailApi.js +92 -52
  45. package/dist/apis/MarketApi.d.ts +67 -45
  46. package/dist/apis/MarketApi.js +112 -45
  47. package/dist/apis/MetaApi.d.ts +70 -10
  48. package/dist/apis/MetaApi.js +116 -10
  49. package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
  50. package/dist/apis/PlanetaryInteractionApi.js +42 -17
  51. package/dist/apis/RoutesApi.d.ts +29 -39
  52. package/dist/apis/RoutesApi.js +48 -55
  53. package/dist/apis/SearchApi.d.ts +7 -5
  54. package/dist/apis/SearchApi.js +12 -5
  55. package/dist/apis/SkillsApi.d.ts +19 -13
  56. package/dist/apis/SkillsApi.js +32 -13
  57. package/dist/apis/SovereigntyApi.d.ts +19 -13
  58. package/dist/apis/SovereigntyApi.js +32 -13
  59. package/dist/apis/StatusApi.d.ts +7 -5
  60. package/dist/apis/StatusApi.js +12 -5
  61. package/dist/apis/UniverseApi.d.ts +181 -121
  62. package/dist/apis/UniverseApi.js +302 -121
  63. package/dist/apis/UserInterfaceApi.d.ts +31 -21
  64. package/dist/apis/UserInterfaceApi.js +52 -26
  65. package/dist/apis/WalletApi.d.ts +37 -25
  66. package/dist/apis/WalletApi.js +62 -31
  67. package/dist/apis/WarsApi.d.ts +19 -13
  68. package/dist/apis/WarsApi.js +32 -13
  69. package/dist/apis/index.d.ts +2 -0
  70. package/dist/apis/index.js +2 -0
  71. package/dist/constants.d.ts +8 -0
  72. package/dist/constants.js +13 -0
  73. package/dist/index.d.ts +1 -0
  74. package/dist/index.js +5 -0
  75. package/dist/models/index.d.ts +2339 -295
  76. package/dist/models/index.js +165 -2
  77. package/dist/runtime.d.ts +6 -56
  78. package/dist/runtime.js +4 -309
  79. package/docs/AllianceApi.md +24 -12
  80. package/docs/AllianceId.md +14 -0
  81. package/docs/AssetsApi.md +36 -18
  82. package/docs/CalendarApi.md +24 -12
  83. package/docs/CaptureFwComplex.md +14 -0
  84. package/docs/CharacterApi.md +84 -42
  85. package/docs/CharacterId.md +14 -0
  86. package/docs/CharactersFreelanceJobsListing.md +14 -0
  87. package/docs/CharactersFreelanceJobsParticipation.md +16 -0
  88. package/docs/ClonesApi.md +12 -6
  89. package/docs/ConstellationId.md +14 -0
  90. package/docs/ContactsApi.md +54 -27
  91. package/docs/ContractsApi.md +54 -27
  92. package/docs/CorporationApi.md +132 -66
  93. package/docs/CorporationId.md +14 -0
  94. package/docs/CorporationItemDelivery.md +14 -0
  95. package/docs/CorporationProjectsApi.md +393 -0
  96. package/docs/CorporationsFreelanceJobsListing.md +15 -0
  97. package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
  98. package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
  99. package/docs/CorporationsProjectsContribution.md +15 -0
  100. package/docs/CorporationsProjectsContributors.md +15 -0
  101. package/docs/CorporationsProjectsContributorsContributor.md +16 -0
  102. package/docs/CorporationsProjectsDetail.md +23 -0
  103. package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
  104. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
  105. package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
  106. package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
  107. package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
  108. package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
  109. package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
  110. package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
  111. package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
  112. package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
  113. package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
  114. package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
  115. package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
  116. package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
  117. package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
  118. package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
  119. package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
  120. package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
  121. package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
  122. package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
  123. package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
  124. package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
  125. package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
  126. package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
  127. package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
  128. package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
  129. package/docs/CorporationsProjectsDetailContribution.md +17 -0
  130. package/docs/CorporationsProjectsDetailCreator.md +15 -0
  131. package/docs/CorporationsProjectsDetailDetails.md +18 -0
  132. package/docs/CorporationsProjectsDetailProgress.md +15 -0
  133. package/docs/CorporationsProjectsDetailProject.md +19 -0
  134. package/docs/CorporationsProjectsDetailReward.md +15 -0
  135. package/docs/CorporationsProjectsListing.md +15 -0
  136. package/docs/Cursor.md +15 -0
  137. package/docs/DamageShip.md +14 -0
  138. package/docs/DefendFwComplex.md +14 -0
  139. package/docs/DeliverItem.md +14 -0
  140. package/docs/DestroyNpc.md +14 -0
  141. package/docs/DestroyShip.md +14 -0
  142. package/docs/DogmaApi.md +30 -15
  143. package/docs/EarnLoyaltyPoint.md +14 -0
  144. package/docs/FactionId.md +14 -0
  145. package/docs/FactionWarfareApi.md +48 -24
  146. package/docs/FittingsApi.md +18 -9
  147. package/docs/FleetsApi.md +84 -42
  148. package/docs/FreelanceJobsApi.md +561 -0
  149. package/docs/FreelanceJobsDetail.md +23 -0
  150. package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
  151. package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
  152. package/docs/FreelanceJobsDetailConfiguration.md +16 -0
  153. package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
  154. package/docs/FreelanceJobsDetailContribution.md +18 -0
  155. package/docs/FreelanceJobsDetailCreator.md +15 -0
  156. package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
  157. package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
  158. package/docs/FreelanceJobsDetailDetails.md +19 -0
  159. package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
  160. package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
  161. package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
  162. package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
  163. package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
  164. package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
  165. package/docs/FreelanceJobsDetailProgress.md +15 -0
  166. package/docs/FreelanceJobsDetailRestrictions.md +15 -0
  167. package/docs/FreelanceJobsDetailReward.md +15 -0
  168. package/docs/FreelanceJobsListing.md +15 -0
  169. package/docs/GroupId.md +14 -0
  170. package/docs/GroupId1.md +14 -0
  171. package/docs/IncursionsApi.md +6 -3
  172. package/docs/IndustryApi.md +48 -24
  173. package/docs/InsuranceApi.md +6 -3
  174. package/docs/KillmailsApi.md +18 -9
  175. package/docs/LocationApi.md +18 -9
  176. package/docs/LostShip.md +14 -0
  177. package/docs/LoyaltyApi.md +12 -6
  178. package/docs/MailApi.md +54 -27
  179. package/docs/Manual.md +14 -0
  180. package/docs/ManufactureItem.md +14 -0
  181. package/docs/MarketApi.md +66 -33
  182. package/docs/Matcher.md +14 -0
  183. package/docs/MetaApi.md +95 -8
  184. package/docs/MetaChangelogEntry.md +1 -1
  185. package/docs/MetaStatus.md +14 -0
  186. package/docs/MetaStatusRoutestatus.md +16 -0
  187. package/docs/MineMaterial.md +14 -0
  188. package/docs/ModelBoolean.md +14 -0
  189. package/docs/Options.md +14 -0
  190. package/docs/PlanetaryInteractionApi.md +24 -12
  191. package/docs/RegionId.md +14 -0
  192. package/docs/RemoteBoostShield.md +14 -0
  193. package/docs/RemoteRepairArmor.md +14 -0
  194. package/docs/Route.md +14 -0
  195. package/docs/RouteConnection.md +15 -0
  196. package/docs/RouteRequestBody.md +17 -0
  197. package/docs/RoutesApi.md +24 -27
  198. package/docs/SalvageWreck.md +14 -0
  199. package/docs/ScanSignature.md +14 -0
  200. package/docs/SearchApi.md +6 -3
  201. package/docs/ShipInsurance.md +14 -0
  202. package/docs/SkillsApi.md +18 -9
  203. package/docs/SolarSystemId.md +14 -0
  204. package/docs/SovereigntyApi.md +18 -9
  205. package/docs/StationId.md +14 -0
  206. package/docs/StatusApi.md +6 -3
  207. package/docs/StructureId.md +14 -0
  208. package/docs/TypeId.md +14 -0
  209. package/docs/UniverseApi.md +180 -90
  210. package/docs/Unknown.md +14 -0
  211. package/docs/UserInterfaceApi.md +30 -15
  212. package/docs/WalletApi.md +36 -18
  213. package/docs/WarsApi.md +18 -9
  214. package/esisl_genoa_client-0.1.6.tgz +0 -0
  215. package/package.json +1 -1
  216. package/src/apis/AllianceApi.ts +70 -25
  217. package/src/apis/AssetsApi.ts +104 -37
  218. package/src/apis/CalendarApi.ts +70 -25
  219. package/src/apis/CharacterApi.ts +240 -89
  220. package/src/apis/ClonesApi.ts +36 -13
  221. package/src/apis/ContactsApi.ts +155 -55
  222. package/src/apis/ContractsApi.ts +155 -55
  223. package/src/apis/CorporationApi.ts +376 -137
  224. package/src/apis/CorporationProjectsApi.ts +667 -0
  225. package/src/apis/DogmaApi.ts +87 -31
  226. package/src/apis/FactionWarfareApi.ts +138 -49
  227. package/src/apis/FittingsApi.ts +53 -19
  228. package/src/apis/FleetsApi.ts +240 -85
  229. package/src/apis/FreelanceJobsApi.ts +907 -0
  230. package/src/apis/IncursionsApi.ts +19 -7
  231. package/src/apis/IndustryApi.ts +138 -49
  232. package/src/apis/InsuranceApi.ts +19 -7
  233. package/src/apis/KillmailsApi.ts +53 -19
  234. package/src/apis/LocationApi.ts +53 -19
  235. package/src/apis/LoyaltyApi.ts +36 -13
  236. package/src/apis/MailApi.ts +155 -63
  237. package/src/apis/MarketApi.ts +189 -67
  238. package/src/apis/MetaApi.ts +156 -13
  239. package/src/apis/PlanetaryInteractionApi.ts +70 -25
  240. package/src/apis/RoutesApi.ts +67 -66
  241. package/src/apis/SearchApi.ts +19 -7
  242. package/src/apis/SkillsApi.ts +53 -19
  243. package/src/apis/SovereigntyApi.ts +53 -19
  244. package/src/apis/StatusApi.ts +19 -7
  245. package/src/apis/UniverseApi.ts +512 -181
  246. package/src/apis/UserInterfaceApi.ts +87 -31
  247. package/src/apis/WalletApi.ts +104 -41
  248. package/src/apis/WarsApi.ts +53 -19
  249. package/src/apis/index.ts +2 -0
  250. package/src/constants.ts +10 -0
  251. package/src/index.ts +1 -0
  252. package/src/models/index.ts +2374 -308
  253. package/src/runtime.ts +14 -225
  254. package/esisl_genoa_client-0.1.0.tgz +0 -0
  255. package/esisl_genoa_client-0.1.1.tgz +0 -0
@@ -2,7 +2,7 @@
2
2
  * EVE Stable Infrastructure (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: 2020-01-01
5
+ * The version of the OpenAPI document: 2025-12-16
6
6
  * Contact: arcyfa_github@pm.me
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,6 +16,7 @@ export interface GetDogmaAttributesRequest {
16
16
  acceptLanguage?: GetDogmaAttributesAcceptLanguageEnum;
17
17
  ifNoneMatch?: string;
18
18
  xTenant?: string;
19
+ ifModifiedSince?: string;
19
20
  }
20
21
  export interface GetDogmaAttributesAttributeIdRequest {
21
22
  attributeId: number;
@@ -23,6 +24,7 @@ export interface GetDogmaAttributesAttributeIdRequest {
23
24
  acceptLanguage?: GetDogmaAttributesAttributeIdAcceptLanguageEnum;
24
25
  ifNoneMatch?: string;
25
26
  xTenant?: string;
27
+ ifModifiedSince?: string;
26
28
  }
27
29
  export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
28
30
  itemId: number;
@@ -31,12 +33,14 @@ export interface GetDogmaDynamicItemsTypeIdItemIdRequest {
31
33
  acceptLanguage?: GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum;
32
34
  ifNoneMatch?: string;
33
35
  xTenant?: string;
36
+ ifModifiedSince?: string;
34
37
  }
35
38
  export interface GetDogmaEffectsRequest {
36
39
  xCompatibilityDate: GetDogmaEffectsXCompatibilityDateEnum;
37
40
  acceptLanguage?: GetDogmaEffectsAcceptLanguageEnum;
38
41
  ifNoneMatch?: string;
39
42
  xTenant?: string;
43
+ ifModifiedSince?: string;
40
44
  }
41
45
  export interface GetDogmaEffectsEffectIdRequest {
42
46
  effectId: number;
@@ -44,6 +48,7 @@ export interface GetDogmaEffectsEffectIdRequest {
44
48
  acceptLanguage?: GetDogmaEffectsEffectIdAcceptLanguageEnum;
45
49
  ifNoneMatch?: string;
46
50
  xTenant?: string;
51
+ ifModifiedSince?: string;
47
52
  }
48
53
  /**
49
54
  * DogmaApi - interface
@@ -55,10 +60,11 @@ export interface DogmaApiInterface {
55
60
  /**
56
61
  * Get a list of dogma attribute ids This route expires daily at 11:05
57
62
  * @summary Get attributes
58
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
63
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
59
64
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
60
65
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
61
66
  * @param {string} [xTenant] The tenant ID for the request.
67
+ * @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.
62
68
  * @param {*} [options] Override http request option.
63
69
  * @throws {RequiredError}
64
70
  * @memberof DogmaApiInterface
@@ -68,15 +74,16 @@ export interface DogmaApiInterface {
68
74
  * Get a list of dogma attribute ids This route expires daily at 11:05
69
75
  * Get attributes
70
76
  */
71
- getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
77
+ getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
72
78
  /**
73
79
  * Get information on a dogma attribute This route expires daily at 11:05
74
80
  * @summary Get attribute information
75
81
  * @param {number} attributeId
76
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
82
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
77
83
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
78
84
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
79
85
  * @param {string} [xTenant] The tenant ID for the request.
86
+ * @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.
80
87
  * @param {*} [options] Override http request option.
81
88
  * @throws {RequiredError}
82
89
  * @memberof DogmaApiInterface
@@ -86,16 +93,17 @@ export interface DogmaApiInterface {
86
93
  * Get information on a dogma attribute This route expires daily at 11:05
87
94
  * Get attribute information
88
95
  */
89
- getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaAttributesAttributeIdGet>;
96
+ getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
90
97
  /**
91
98
  * Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
92
99
  * @summary Get dynamic item information
93
100
  * @param {number} itemId
94
101
  * @param {number} typeId
95
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
102
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
96
103
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
97
104
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
98
105
  * @param {string} [xTenant] The tenant ID for the request.
106
+ * @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.
99
107
  * @param {*} [options] Override http request option.
100
108
  * @throws {RequiredError}
101
109
  * @memberof DogmaApiInterface
@@ -105,14 +113,15 @@ export interface DogmaApiInterface {
105
113
  * Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
106
114
  * Get dynamic item information
107
115
  */
108
- getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaDynamicItemsTypeIdItemIdGet>;
116
+ getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
109
117
  /**
110
118
  * Get a list of dogma effect ids This route expires daily at 11:05
111
119
  * @summary Get effects
112
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
120
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
113
121
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
114
122
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
115
123
  * @param {string} [xTenant] The tenant ID for the request.
124
+ * @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.
116
125
  * @param {*} [options] Override http request option.
117
126
  * @throws {RequiredError}
118
127
  * @memberof DogmaApiInterface
@@ -122,15 +131,16 @@ export interface DogmaApiInterface {
122
131
  * Get a list of dogma effect ids This route expires daily at 11:05
123
132
  * Get effects
124
133
  */
125
- getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
134
+ getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
126
135
  /**
127
136
  * Get information on a dogma effect This route expires daily at 11:05
128
137
  * @summary Get effect information
129
138
  * @param {number} effectId
130
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
139
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
131
140
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
132
141
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
133
142
  * @param {string} [xTenant] The tenant ID for the request.
143
+ * @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.
134
144
  * @param {*} [options] Override http request option.
135
145
  * @throws {RequiredError}
136
146
  * @memberof DogmaApiInterface
@@ -140,7 +150,7 @@ export interface DogmaApiInterface {
140
150
  * Get information on a dogma effect This route expires daily at 11:05
141
151
  * Get effect information
142
152
  */
143
- getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaEffectsEffectIdGet>;
153
+ getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
144
154
  }
145
155
  /**
146
156
  *
@@ -155,7 +165,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
155
165
  * Get a list of dogma attribute ids This route expires daily at 11:05
156
166
  * Get attributes
157
167
  */
158
- getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
168
+ getDogmaAttributes(requestParameters: GetDogmaAttributesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
159
169
  /**
160
170
  * Get information on a dogma attribute This route expires daily at 11:05
161
171
  * Get attribute information
@@ -165,7 +175,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
165
175
  * Get information on a dogma attribute This route expires daily at 11:05
166
176
  * Get attribute information
167
177
  */
168
- getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaAttributesAttributeIdGet>;
178
+ getDogmaAttributesAttributeId(requestParameters: GetDogmaAttributesAttributeIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
169
179
  /**
170
180
  * Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
171
181
  * Get dynamic item information
@@ -175,7 +185,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
175
185
  * Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05
176
186
  * Get dynamic item information
177
187
  */
178
- getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaDynamicItemsTypeIdItemIdGet>;
188
+ getDogmaDynamicItemsTypeIdItemId(requestParameters: GetDogmaDynamicItemsTypeIdItemIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
179
189
  /**
180
190
  * Get a list of dogma effect ids This route expires daily at 11:05
181
191
  * Get effects
@@ -185,7 +195,7 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
185
195
  * Get a list of dogma effect ids This route expires daily at 11:05
186
196
  * Get effects
187
197
  */
188
- getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<number>>;
198
+ getDogmaEffects(requestParameters: GetDogmaEffectsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
189
199
  /**
190
200
  * Get information on a dogma effect This route expires daily at 11:05
191
201
  * Get effect information
@@ -195,14 +205,14 @@ export declare class DogmaApi extends runtime.BaseAPI implements DogmaApiInterfa
195
205
  * Get information on a dogma effect This route expires daily at 11:05
196
206
  * Get effect information
197
207
  */
198
- getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DogmaEffectsEffectIdGet>;
208
+ getDogmaEffectsEffectId(requestParameters: GetDogmaEffectsEffectIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
199
209
  }
200
210
  /**
201
211
  * @export
202
212
  * @enum {string}
203
213
  */
204
214
  export declare enum GetDogmaAttributesXCompatibilityDateEnum {
205
- _20200101 = "2020-01-01"
215
+ _20251216 = "2025-12-16"
206
216
  }
207
217
  /**
208
218
  * @export
@@ -223,7 +233,7 @@ export declare enum GetDogmaAttributesAcceptLanguageEnum {
223
233
  * @enum {string}
224
234
  */
225
235
  export declare enum GetDogmaAttributesAttributeIdXCompatibilityDateEnum {
226
- _20200101 = "2020-01-01"
236
+ _20251216 = "2025-12-16"
227
237
  }
228
238
  /**
229
239
  * @export
@@ -244,7 +254,7 @@ export declare enum GetDogmaAttributesAttributeIdAcceptLanguageEnum {
244
254
  * @enum {string}
245
255
  */
246
256
  export declare enum GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum {
247
- _20200101 = "2020-01-01"
257
+ _20251216 = "2025-12-16"
248
258
  }
249
259
  /**
250
260
  * @export
@@ -265,7 +275,7 @@ export declare enum GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum {
265
275
  * @enum {string}
266
276
  */
267
277
  export declare enum GetDogmaEffectsXCompatibilityDateEnum {
268
- _20200101 = "2020-01-01"
278
+ _20251216 = "2025-12-16"
269
279
  }
270
280
  /**
271
281
  * @export
@@ -286,7 +296,7 @@ export declare enum GetDogmaEffectsAcceptLanguageEnum {
286
296
  * @enum {string}
287
297
  */
288
298
  export declare enum GetDogmaEffectsEffectIdXCompatibilityDateEnum {
289
- _20200101 = "2020-01-01"
299
+ _20251216 = "2025-12-16"
290
300
  }
291
301
  /**
292
302
  * @export
@@ -5,7 +5,7 @@
5
5
  * EVE Stable Infrastructure (ESI) - tranquility
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 2020-01-01
8
+ * The version of the OpenAPI document: 2025-12-16
9
9
  * Contact: arcyfa_github@pm.me
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -66,6 +66,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
66
66
  Object.defineProperty(exports, "__esModule", { value: true });
67
67
  exports.GetDogmaEffectsEffectIdAcceptLanguageEnum = exports.GetDogmaEffectsEffectIdXCompatibilityDateEnum = exports.GetDogmaEffectsAcceptLanguageEnum = exports.GetDogmaEffectsXCompatibilityDateEnum = exports.GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum = exports.GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = exports.GetDogmaAttributesAttributeIdAcceptLanguageEnum = exports.GetDogmaAttributesAttributeIdXCompatibilityDateEnum = exports.GetDogmaAttributesAcceptLanguageEnum = exports.GetDogmaAttributesXCompatibilityDateEnum = exports.DogmaApi = void 0;
68
68
  var runtime = require("../runtime");
69
+ var constants_1 = require("../constants");
69
70
  /**
70
71
  *
71
72
  */
@@ -102,7 +103,14 @@ var DogmaApi = /** @class */ (function (_super) {
102
103
  if (requestParameters['xTenant'] != null) {
103
104
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
104
105
  }
106
+ if (requestParameters['ifModifiedSince'] != null) {
107
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
108
+ }
105
109
  urlPath = "/dogma/attributes";
110
+ // Auto-inject X-Compatibility-Date if not already provided
111
+ if (!headerParameters['X-Compatibility-Date']) {
112
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
113
+ }
106
114
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
107
115
  if (!facade) {
108
116
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -115,7 +123,7 @@ var DogmaApi = /** @class */ (function (_super) {
115
123
  }, initOverrides)];
116
124
  case 1:
117
125
  response = _b.sent();
118
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
126
+ return [2 /*return*/, response];
119
127
  }
120
128
  });
121
129
  });
@@ -132,8 +140,7 @@ var DogmaApi = /** @class */ (function (_super) {
132
140
  case 0: return [4 /*yield*/, this.getDogmaAttributesRaw(requestParameters, initOverrides)];
133
141
  case 1:
134
142
  response = _a.sent();
135
- return [4 /*yield*/, response.value()];
136
- case 2: return [2 /*return*/, _a.sent()];
143
+ return [2 /*return*/, response];
137
144
  }
138
145
  });
139
146
  });
@@ -169,8 +176,15 @@ var DogmaApi = /** @class */ (function (_super) {
169
176
  if (requestParameters['xTenant'] != null) {
170
177
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
171
178
  }
179
+ if (requestParameters['ifModifiedSince'] != null) {
180
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
181
+ }
172
182
  urlPath = "/dogma/attributes/{attribute_id}";
173
183
  urlPath = urlPath.replace("{".concat("attribute_id", "}"), encodeURIComponent(String(requestParameters['attributeId'])));
184
+ // Auto-inject X-Compatibility-Date if not already provided
185
+ if (!headerParameters['X-Compatibility-Date']) {
186
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
187
+ }
174
188
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
175
189
  if (!facade) {
176
190
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -183,7 +197,7 @@ var DogmaApi = /** @class */ (function (_super) {
183
197
  }, initOverrides)];
184
198
  case 1:
185
199
  response = _b.sent();
186
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
200
+ return [2 /*return*/, response];
187
201
  }
188
202
  });
189
203
  });
@@ -200,8 +214,7 @@ var DogmaApi = /** @class */ (function (_super) {
200
214
  case 0: return [4 /*yield*/, this.getDogmaAttributesAttributeIdRaw(requestParameters, initOverrides)];
201
215
  case 1:
202
216
  response = _a.sent();
203
- return [4 /*yield*/, response.value()];
204
- case 2: return [2 /*return*/, _a.sent()];
217
+ return [2 /*return*/, response];
205
218
  }
206
219
  });
207
220
  });
@@ -240,9 +253,16 @@ var DogmaApi = /** @class */ (function (_super) {
240
253
  if (requestParameters['xTenant'] != null) {
241
254
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
242
255
  }
256
+ if (requestParameters['ifModifiedSince'] != null) {
257
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
258
+ }
243
259
  urlPath = "/dogma/dynamic/items/{type_id}/{item_id}";
244
260
  urlPath = urlPath.replace("{".concat("item_id", "}"), encodeURIComponent(String(requestParameters['itemId'])));
245
261
  urlPath = urlPath.replace("{".concat("type_id", "}"), encodeURIComponent(String(requestParameters['typeId'])));
262
+ // Auto-inject X-Compatibility-Date if not already provided
263
+ if (!headerParameters['X-Compatibility-Date']) {
264
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
265
+ }
246
266
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
247
267
  if (!facade) {
248
268
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -255,7 +275,7 @@ var DogmaApi = /** @class */ (function (_super) {
255
275
  }, initOverrides)];
256
276
  case 1:
257
277
  response = _b.sent();
258
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
278
+ return [2 /*return*/, response];
259
279
  }
260
280
  });
261
281
  });
@@ -272,8 +292,7 @@ var DogmaApi = /** @class */ (function (_super) {
272
292
  case 0: return [4 /*yield*/, this.getDogmaDynamicItemsTypeIdItemIdRaw(requestParameters, initOverrides)];
273
293
  case 1:
274
294
  response = _a.sent();
275
- return [4 /*yield*/, response.value()];
276
- case 2: return [2 /*return*/, _a.sent()];
295
+ return [2 /*return*/, response];
277
296
  }
278
297
  });
279
298
  });
@@ -306,7 +325,14 @@ var DogmaApi = /** @class */ (function (_super) {
306
325
  if (requestParameters['xTenant'] != null) {
307
326
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
308
327
  }
328
+ if (requestParameters['ifModifiedSince'] != null) {
329
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
330
+ }
309
331
  urlPath = "/dogma/effects";
332
+ // Auto-inject X-Compatibility-Date if not already provided
333
+ if (!headerParameters['X-Compatibility-Date']) {
334
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
335
+ }
310
336
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
311
337
  if (!facade) {
312
338
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -319,7 +345,7 @@ var DogmaApi = /** @class */ (function (_super) {
319
345
  }, initOverrides)];
320
346
  case 1:
321
347
  response = _b.sent();
322
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
348
+ return [2 /*return*/, response];
323
349
  }
324
350
  });
325
351
  });
@@ -336,8 +362,7 @@ var DogmaApi = /** @class */ (function (_super) {
336
362
  case 0: return [4 /*yield*/, this.getDogmaEffectsRaw(requestParameters, initOverrides)];
337
363
  case 1:
338
364
  response = _a.sent();
339
- return [4 /*yield*/, response.value()];
340
- case 2: return [2 /*return*/, _a.sent()];
365
+ return [2 /*return*/, response];
341
366
  }
342
367
  });
343
368
  });
@@ -373,8 +398,15 @@ var DogmaApi = /** @class */ (function (_super) {
373
398
  if (requestParameters['xTenant'] != null) {
374
399
  headerParameters['X-Tenant'] = String(requestParameters['xTenant']);
375
400
  }
401
+ if (requestParameters['ifModifiedSince'] != null) {
402
+ headerParameters['If-Modified-Since'] = String(requestParameters['ifModifiedSince']);
403
+ }
376
404
  urlPath = "/dogma/effects/{effect_id}";
377
405
  urlPath = urlPath.replace("{".concat("effect_id", "}"), encodeURIComponent(String(requestParameters['effectId'])));
406
+ // Auto-inject X-Compatibility-Date if not already provided
407
+ if (!headerParameters['X-Compatibility-Date']) {
408
+ headerParameters['X-Compatibility-Date'] = constants_1.ESI_COMPATIBILITY_DATE;
409
+ }
378
410
  facade = (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.apiFacade;
379
411
  if (!facade) {
380
412
  throw new runtime.RequiredError('apiFacade', 'apiFacade is required in Configuration. Provide it via new Configuration({ apiFacade: myFacade })');
@@ -387,7 +419,7 @@ var DogmaApi = /** @class */ (function (_super) {
387
419
  }, initOverrides)];
388
420
  case 1:
389
421
  response = _b.sent();
390
- return [2 /*return*/, new runtime.JSONApiResponse(response)];
422
+ return [2 /*return*/, response];
391
423
  }
392
424
  });
393
425
  });
@@ -404,8 +436,7 @@ var DogmaApi = /** @class */ (function (_super) {
404
436
  case 0: return [4 /*yield*/, this.getDogmaEffectsEffectIdRaw(requestParameters, initOverrides)];
405
437
  case 1:
406
438
  response = _a.sent();
407
- return [4 /*yield*/, response.value()];
408
- case 2: return [2 /*return*/, _a.sent()];
439
+ return [2 /*return*/, response];
409
440
  }
410
441
  });
411
442
  });
@@ -419,7 +450,7 @@ exports.DogmaApi = DogmaApi;
419
450
  */
420
451
  var GetDogmaAttributesXCompatibilityDateEnum;
421
452
  (function (GetDogmaAttributesXCompatibilityDateEnum) {
422
- GetDogmaAttributesXCompatibilityDateEnum["_20200101"] = "2020-01-01";
453
+ GetDogmaAttributesXCompatibilityDateEnum["_20251216"] = "2025-12-16";
423
454
  })(GetDogmaAttributesXCompatibilityDateEnum || (exports.GetDogmaAttributesXCompatibilityDateEnum = GetDogmaAttributesXCompatibilityDateEnum = {}));
424
455
  /**
425
456
  * @export
@@ -442,7 +473,7 @@ var GetDogmaAttributesAcceptLanguageEnum;
442
473
  */
443
474
  var GetDogmaAttributesAttributeIdXCompatibilityDateEnum;
444
475
  (function (GetDogmaAttributesAttributeIdXCompatibilityDateEnum) {
445
- GetDogmaAttributesAttributeIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
476
+ GetDogmaAttributesAttributeIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
446
477
  })(GetDogmaAttributesAttributeIdXCompatibilityDateEnum || (exports.GetDogmaAttributesAttributeIdXCompatibilityDateEnum = GetDogmaAttributesAttributeIdXCompatibilityDateEnum = {}));
447
478
  /**
448
479
  * @export
@@ -465,7 +496,7 @@ var GetDogmaAttributesAttributeIdAcceptLanguageEnum;
465
496
  */
466
497
  var GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum;
467
498
  (function (GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum) {
468
- GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
499
+ GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
469
500
  })(GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum || (exports.GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = GetDogmaDynamicItemsTypeIdItemIdXCompatibilityDateEnum = {}));
470
501
  /**
471
502
  * @export
@@ -488,7 +519,7 @@ var GetDogmaDynamicItemsTypeIdItemIdAcceptLanguageEnum;
488
519
  */
489
520
  var GetDogmaEffectsXCompatibilityDateEnum;
490
521
  (function (GetDogmaEffectsXCompatibilityDateEnum) {
491
- GetDogmaEffectsXCompatibilityDateEnum["_20200101"] = "2020-01-01";
522
+ GetDogmaEffectsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
492
523
  })(GetDogmaEffectsXCompatibilityDateEnum || (exports.GetDogmaEffectsXCompatibilityDateEnum = GetDogmaEffectsXCompatibilityDateEnum = {}));
493
524
  /**
494
525
  * @export
@@ -511,7 +542,7 @@ var GetDogmaEffectsAcceptLanguageEnum;
511
542
  */
512
543
  var GetDogmaEffectsEffectIdXCompatibilityDateEnum;
513
544
  (function (GetDogmaEffectsEffectIdXCompatibilityDateEnum) {
514
- GetDogmaEffectsEffectIdXCompatibilityDateEnum["_20200101"] = "2020-01-01";
545
+ GetDogmaEffectsEffectIdXCompatibilityDateEnum["_20251216"] = "2025-12-16";
515
546
  })(GetDogmaEffectsEffectIdXCompatibilityDateEnum || (exports.GetDogmaEffectsEffectIdXCompatibilityDateEnum = GetDogmaEffectsEffectIdXCompatibilityDateEnum = {}));
516
547
  /**
517
548
  * @export