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 GetIncursionsRequest {
16
16
  acceptLanguage?: GetIncursionsAcceptLanguageEnum;
17
17
  ifNoneMatch?: string;
18
18
  xTenant?: string;
19
+ ifModifiedSince?: string;
19
20
  }
20
21
  /**
21
22
  * IncursionsApi - interface
@@ -27,10 +28,11 @@ export interface IncursionsApiInterface {
27
28
  /**
28
29
  * Return a list of current incursions
29
30
  * @summary List incursions
30
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
31
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
31
32
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
32
33
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
33
34
  * @param {string} [xTenant] The tenant ID for the request.
35
+ * @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.
34
36
  * @param {*} [options] Override http request option.
35
37
  * @throws {RequiredError}
36
38
  * @memberof IncursionsApiInterface
@@ -40,7 +42,7 @@ export interface IncursionsApiInterface {
40
42
  * Return a list of current incursions
41
43
  * List incursions
42
44
  */
43
- getIncursions(requestParameters: GetIncursionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IncursionsGetInner>>;
45
+ getIncursions(requestParameters: GetIncursionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
44
46
  }
45
47
  /**
46
48
  *
@@ -55,14 +57,14 @@ export declare class IncursionsApi extends runtime.BaseAPI implements Incursions
55
57
  * Return a list of current incursions
56
58
  * List incursions
57
59
  */
58
- getIncursions(requestParameters: GetIncursionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IncursionsGetInner>>;
60
+ getIncursions(requestParameters: GetIncursionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
59
61
  }
60
62
  /**
61
63
  * @export
62
64
  * @enum {string}
63
65
  */
64
66
  export declare enum GetIncursionsXCompatibilityDateEnum {
65
- _20200101 = "2020-01-01"
67
+ _20251216 = "2025-12-16"
66
68
  }
67
69
  /**
68
70
  * @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.GetIncursionsAcceptLanguageEnum = exports.GetIncursionsXCompatibilityDateEnum = exports.IncursionsApi = 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 IncursionsApi = /** @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 = "/incursions";
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 IncursionsApi = /** @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 IncursionsApi = /** @class */ (function (_super) {
132
140
  case 0: return [4 /*yield*/, this.getIncursionsRaw(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
  });
@@ -147,7 +154,7 @@ exports.IncursionsApi = IncursionsApi;
147
154
  */
148
155
  var GetIncursionsXCompatibilityDateEnum;
149
156
  (function (GetIncursionsXCompatibilityDateEnum) {
150
- GetIncursionsXCompatibilityDateEnum["_20200101"] = "2020-01-01";
157
+ GetIncursionsXCompatibilityDateEnum["_20251216"] = "2025-12-16";
151
158
  })(GetIncursionsXCompatibilityDateEnum || (exports.GetIncursionsXCompatibilityDateEnum = GetIncursionsXCompatibilityDateEnum = {}));
152
159
  /**
153
160
  * @export
@@ -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).
@@ -18,6 +18,7 @@ export interface GetCharactersCharacterIdIndustryJobsRequest {
18
18
  acceptLanguage?: GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum;
19
19
  ifNoneMatch?: string;
20
20
  xTenant?: string;
21
+ ifModifiedSince?: string;
21
22
  }
22
23
  export interface GetCharactersCharacterIdMiningRequest {
23
24
  characterId: number;
@@ -26,6 +27,7 @@ export interface GetCharactersCharacterIdMiningRequest {
26
27
  acceptLanguage?: GetCharactersCharacterIdMiningAcceptLanguageEnum;
27
28
  ifNoneMatch?: string;
28
29
  xTenant?: string;
30
+ ifModifiedSince?: string;
29
31
  }
30
32
  export interface GetCorporationCorporationIdMiningExtractionsRequest {
31
33
  corporationId: number;
@@ -34,6 +36,7 @@ export interface GetCorporationCorporationIdMiningExtractionsRequest {
34
36
  acceptLanguage?: GetCorporationCorporationIdMiningExtractionsAcceptLanguageEnum;
35
37
  ifNoneMatch?: string;
36
38
  xTenant?: string;
39
+ ifModifiedSince?: string;
37
40
  }
38
41
  export interface GetCorporationCorporationIdMiningObserversRequest {
39
42
  corporationId: number;
@@ -42,6 +45,7 @@ export interface GetCorporationCorporationIdMiningObserversRequest {
42
45
  acceptLanguage?: GetCorporationCorporationIdMiningObserversAcceptLanguageEnum;
43
46
  ifNoneMatch?: string;
44
47
  xTenant?: string;
48
+ ifModifiedSince?: string;
45
49
  }
46
50
  export interface GetCorporationCorporationIdMiningObserversObserverIdRequest {
47
51
  corporationId: number;
@@ -51,6 +55,7 @@ export interface GetCorporationCorporationIdMiningObserversObserverIdRequest {
51
55
  acceptLanguage?: GetCorporationCorporationIdMiningObserversObserverIdAcceptLanguageEnum;
52
56
  ifNoneMatch?: string;
53
57
  xTenant?: string;
58
+ ifModifiedSince?: string;
54
59
  }
55
60
  export interface GetCorporationsCorporationIdIndustryJobsRequest {
56
61
  corporationId: number;
@@ -60,18 +65,21 @@ export interface GetCorporationsCorporationIdIndustryJobsRequest {
60
65
  acceptLanguage?: GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum;
61
66
  ifNoneMatch?: string;
62
67
  xTenant?: string;
68
+ ifModifiedSince?: string;
63
69
  }
64
70
  export interface GetIndustryFacilitiesRequest {
65
71
  xCompatibilityDate: GetIndustryFacilitiesXCompatibilityDateEnum;
66
72
  acceptLanguage?: GetIndustryFacilitiesAcceptLanguageEnum;
67
73
  ifNoneMatch?: string;
68
74
  xTenant?: string;
75
+ ifModifiedSince?: string;
69
76
  }
70
77
  export interface GetIndustrySystemsRequest {
71
78
  xCompatibilityDate: GetIndustrySystemsXCompatibilityDateEnum;
72
79
  acceptLanguage?: GetIndustrySystemsAcceptLanguageEnum;
73
80
  ifNoneMatch?: string;
74
81
  xTenant?: string;
82
+ ifModifiedSince?: string;
75
83
  }
76
84
  /**
77
85
  * IndustryApi - interface
@@ -84,11 +92,12 @@ export interface IndustryApiInterface {
84
92
  * List industry jobs placed by a character
85
93
  * @summary List character industry jobs
86
94
  * @param {number} characterId The ID of the character
87
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
95
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
88
96
  * @param {boolean} [includeCompleted]
89
97
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
90
98
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
91
99
  * @param {string} [xTenant] The tenant ID for the request.
100
+ * @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.
92
101
  * @param {*} [options] Override http request option.
93
102
  * @throws {RequiredError}
94
103
  * @memberof IndustryApiInterface
@@ -98,16 +107,17 @@ export interface IndustryApiInterface {
98
107
  * List industry jobs placed by a character
99
108
  * List character industry jobs
100
109
  */
101
- getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdIndustryJobsGetInner>>;
110
+ getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
102
111
  /**
103
112
  * Paginated record of all mining done by a character for the past 30 days
104
113
  * @summary Character mining ledger
105
114
  * @param {number} characterId The ID of the character
106
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
115
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
107
116
  * @param {number} [page]
108
117
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
109
118
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
110
119
  * @param {string} [xTenant] The tenant ID for the request.
120
+ * @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.
111
121
  * @param {*} [options] Override http request option.
112
122
  * @throws {RequiredError}
113
123
  * @memberof IndustryApiInterface
@@ -117,16 +127,17 @@ export interface IndustryApiInterface {
117
127
  * Paginated record of all mining done by a character for the past 30 days
118
128
  * Character mining ledger
119
129
  */
120
- getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMiningGetInner>>;
130
+ getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
121
131
  /**
122
132
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
123
133
  * @summary Moon extraction timers
124
134
  * @param {number} corporationId The ID of the corporation
125
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
135
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
126
136
  * @param {number} [page]
127
137
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
128
138
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
129
139
  * @param {string} [xTenant] The tenant ID for the request.
140
+ * @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.
130
141
  * @param {*} [options] Override http request option.
131
142
  * @throws {RequiredError}
132
143
  * @memberof IndustryApiInterface
@@ -136,16 +147,17 @@ export interface IndustryApiInterface {
136
147
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
137
148
  * Moon extraction timers
138
149
  */
139
- getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningExtractionsGetInner>>;
150
+ getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
140
151
  /**
141
152
  * Paginated list of all entities capable of observing and recording mining for a corporation
142
153
  * @summary Corporation mining observers
143
154
  * @param {number} corporationId The ID of the corporation
144
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
155
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
145
156
  * @param {number} [page]
146
157
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
147
158
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
148
159
  * @param {string} [xTenant] The tenant ID for the request.
160
+ * @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.
149
161
  * @param {*} [options] Override http request option.
150
162
  * @throws {RequiredError}
151
163
  * @memberof IndustryApiInterface
@@ -155,17 +167,18 @@ export interface IndustryApiInterface {
155
167
  * Paginated list of all entities capable of observing and recording mining for a corporation
156
168
  * Corporation mining observers
157
169
  */
158
- getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningObserversGetInner>>;
170
+ getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
159
171
  /**
160
172
  * Paginated record of all mining seen by an observer
161
173
  * @summary Observed corporation mining
162
174
  * @param {number} corporationId The ID of the corporation
163
175
  * @param {number} observerId
164
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
176
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
165
177
  * @param {number} [page]
166
178
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
167
179
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
168
180
  * @param {string} [xTenant] The tenant ID for the request.
181
+ * @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.
169
182
  * @param {*} [options] Override http request option.
170
183
  * @throws {RequiredError}
171
184
  * @memberof IndustryApiInterface
@@ -175,17 +188,18 @@ export interface IndustryApiInterface {
175
188
  * Paginated record of all mining seen by an observer
176
189
  * Observed corporation mining
177
190
  */
178
- getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningObserversObserverIdGetInner>>;
191
+ getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
179
192
  /**
180
193
  * List industry jobs run by a corporation
181
194
  * @summary List corporation industry jobs
182
195
  * @param {number} corporationId The ID of the corporation
183
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
196
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
184
197
  * @param {boolean} [includeCompleted]
185
198
  * @param {number} [page]
186
199
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
187
200
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
188
201
  * @param {string} [xTenant] The tenant ID for the request.
202
+ * @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.
189
203
  * @param {*} [options] Override http request option.
190
204
  * @throws {RequiredError}
191
205
  * @memberof IndustryApiInterface
@@ -195,14 +209,15 @@ export interface IndustryApiInterface {
195
209
  * List industry jobs run by a corporation
196
210
  * List corporation industry jobs
197
211
  */
198
- getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdIndustryJobsGetInner>>;
212
+ getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
199
213
  /**
200
214
  * Return a list of industry facilities
201
215
  * @summary List industry facilities
202
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
216
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
203
217
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
204
218
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
205
219
  * @param {string} [xTenant] The tenant ID for the request.
220
+ * @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.
206
221
  * @param {*} [options] Override http request option.
207
222
  * @throws {RequiredError}
208
223
  * @memberof IndustryApiInterface
@@ -212,14 +227,15 @@ export interface IndustryApiInterface {
212
227
  * Return a list of industry facilities
213
228
  * List industry facilities
214
229
  */
215
- getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IndustryFacilitiesGetInner>>;
230
+ getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
216
231
  /**
217
232
  * Return cost indices for solar systems
218
233
  * @summary List solar system cost indices
219
- * @param {'2020-01-01'} xCompatibilityDate The compatibility date for the request.
234
+ * @param {'2025-12-16'} xCompatibilityDate The compatibility date for the request.
220
235
  * @param {'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'} [acceptLanguage] The language to use for the response.
221
236
  * @param {string} [ifNoneMatch] The ETag of the previous request. A 304 will be returned if this matches the current ETag.
222
237
  * @param {string} [xTenant] The tenant ID for the request.
238
+ * @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.
223
239
  * @param {*} [options] Override http request option.
224
240
  * @throws {RequiredError}
225
241
  * @memberof IndustryApiInterface
@@ -229,7 +245,7 @@ export interface IndustryApiInterface {
229
245
  * Return cost indices for solar systems
230
246
  * List solar system cost indices
231
247
  */
232
- getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IndustrySystemsGetInner>>;
248
+ getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
233
249
  }
234
250
  /**
235
251
  *
@@ -244,7 +260,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
244
260
  * List industry jobs placed by a character
245
261
  * List character industry jobs
246
262
  */
247
- getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdIndustryJobsGetInner>>;
263
+ getCharactersCharacterIdIndustryJobs(requestParameters: GetCharactersCharacterIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
248
264
  /**
249
265
  * Paginated record of all mining done by a character for the past 30 days
250
266
  * Character mining ledger
@@ -254,7 +270,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
254
270
  * Paginated record of all mining done by a character for the past 30 days
255
271
  * Character mining ledger
256
272
  */
257
- getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CharactersCharacterIdMiningGetInner>>;
273
+ getCharactersCharacterIdMining(requestParameters: GetCharactersCharacterIdMiningRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
258
274
  /**
259
275
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
260
276
  * Moon extraction timers
@@ -264,7 +280,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
264
280
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
265
281
  * Moon extraction timers
266
282
  */
267
- getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningExtractionsGetInner>>;
283
+ getCorporationCorporationIdMiningExtractions(requestParameters: GetCorporationCorporationIdMiningExtractionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
268
284
  /**
269
285
  * Paginated list of all entities capable of observing and recording mining for a corporation
270
286
  * Corporation mining observers
@@ -274,7 +290,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
274
290
  * Paginated list of all entities capable of observing and recording mining for a corporation
275
291
  * Corporation mining observers
276
292
  */
277
- getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningObserversGetInner>>;
293
+ getCorporationCorporationIdMiningObservers(requestParameters: GetCorporationCorporationIdMiningObserversRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
278
294
  /**
279
295
  * Paginated record of all mining seen by an observer
280
296
  * Observed corporation mining
@@ -284,7 +300,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
284
300
  * Paginated record of all mining seen by an observer
285
301
  * Observed corporation mining
286
302
  */
287
- getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationCorporationIdMiningObserversObserverIdGetInner>>;
303
+ getCorporationCorporationIdMiningObserversObserverId(requestParameters: GetCorporationCorporationIdMiningObserversObserverIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
288
304
  /**
289
305
  * List industry jobs run by a corporation
290
306
  * List corporation industry jobs
@@ -294,7 +310,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
294
310
  * List industry jobs run by a corporation
295
311
  * List corporation industry jobs
296
312
  */
297
- getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<CorporationsCorporationIdIndustryJobsGetInner>>;
313
+ getCorporationsCorporationIdIndustryJobs(requestParameters: GetCorporationsCorporationIdIndustryJobsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
298
314
  /**
299
315
  * Return a list of industry facilities
300
316
  * List industry facilities
@@ -304,7 +320,7 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
304
320
  * Return a list of industry facilities
305
321
  * List industry facilities
306
322
  */
307
- getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IndustryFacilitiesGetInner>>;
323
+ getIndustryFacilities(requestParameters: GetIndustryFacilitiesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
308
324
  /**
309
325
  * Return cost indices for solar systems
310
326
  * List solar system cost indices
@@ -314,14 +330,14 @@ export declare class IndustryApi extends runtime.BaseAPI implements IndustryApiI
314
330
  * Return cost indices for solar systems
315
331
  * List solar system cost indices
316
332
  */
317
- getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<IndustrySystemsGetInner>>;
333
+ getIndustrySystems(requestParameters: GetIndustrySystemsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
318
334
  }
319
335
  /**
320
336
  * @export
321
337
  * @enum {string}
322
338
  */
323
339
  export declare enum GetCharactersCharacterIdIndustryJobsXCompatibilityDateEnum {
324
- _20200101 = "2020-01-01"
340
+ _20251216 = "2025-12-16"
325
341
  }
326
342
  /**
327
343
  * @export
@@ -342,7 +358,7 @@ export declare enum GetCharactersCharacterIdIndustryJobsAcceptLanguageEnum {
342
358
  * @enum {string}
343
359
  */
344
360
  export declare enum GetCharactersCharacterIdMiningXCompatibilityDateEnum {
345
- _20200101 = "2020-01-01"
361
+ _20251216 = "2025-12-16"
346
362
  }
347
363
  /**
348
364
  * @export
@@ -363,7 +379,7 @@ export declare enum GetCharactersCharacterIdMiningAcceptLanguageEnum {
363
379
  * @enum {string}
364
380
  */
365
381
  export declare enum GetCorporationCorporationIdMiningExtractionsXCompatibilityDateEnum {
366
- _20200101 = "2020-01-01"
382
+ _20251216 = "2025-12-16"
367
383
  }
368
384
  /**
369
385
  * @export
@@ -384,7 +400,7 @@ export declare enum GetCorporationCorporationIdMiningExtractionsAcceptLanguageEn
384
400
  * @enum {string}
385
401
  */
386
402
  export declare enum GetCorporationCorporationIdMiningObserversXCompatibilityDateEnum {
387
- _20200101 = "2020-01-01"
403
+ _20251216 = "2025-12-16"
388
404
  }
389
405
  /**
390
406
  * @export
@@ -405,7 +421,7 @@ export declare enum GetCorporationCorporationIdMiningObserversAcceptLanguageEnum
405
421
  * @enum {string}
406
422
  */
407
423
  export declare enum GetCorporationCorporationIdMiningObserversObserverIdXCompatibilityDateEnum {
408
- _20200101 = "2020-01-01"
424
+ _20251216 = "2025-12-16"
409
425
  }
410
426
  /**
411
427
  * @export
@@ -426,7 +442,7 @@ export declare enum GetCorporationCorporationIdMiningObserversObserverIdAcceptLa
426
442
  * @enum {string}
427
443
  */
428
444
  export declare enum GetCorporationsCorporationIdIndustryJobsXCompatibilityDateEnum {
429
- _20200101 = "2020-01-01"
445
+ _20251216 = "2025-12-16"
430
446
  }
431
447
  /**
432
448
  * @export
@@ -447,7 +463,7 @@ export declare enum GetCorporationsCorporationIdIndustryJobsAcceptLanguageEnum {
447
463
  * @enum {string}
448
464
  */
449
465
  export declare enum GetIndustryFacilitiesXCompatibilityDateEnum {
450
- _20200101 = "2020-01-01"
466
+ _20251216 = "2025-12-16"
451
467
  }
452
468
  /**
453
469
  * @export
@@ -468,7 +484,7 @@ export declare enum GetIndustryFacilitiesAcceptLanguageEnum {
468
484
  * @enum {string}
469
485
  */
470
486
  export declare enum GetIndustrySystemsXCompatibilityDateEnum {
471
- _20200101 = "2020-01-01"
487
+ _20251216 = "2025-12-16"
472
488
  }
473
489
  /**
474
490
  * @export