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
package/dist/runtime.js CHANGED
@@ -1,17 +1,9 @@
1
1
  "use strict";
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
- /**
5
- * EVE Stable Infrastructure (ESI) - tranquility
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
- *
8
- * The version of the OpenAPI document: 2020-01-01
9
- * Contact: arcyfa_github@pm.me
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
4
+ /*
5
+ This is no longer a working api it simply a service layer to call esi.proxy
6
+ */
15
7
  var __extends = (this && this.__extends) || (function () {
16
8
  var extendStatics = function (d, b) {
17
9
  extendStatics = Object.setPrototypeOf ||
@@ -27,17 +19,6 @@ var __extends = (this && this.__extends) || (function () {
27
19
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
20
  };
29
21
  })();
30
- var __assign = (this && this.__assign) || function () {
31
- __assign = Object.assign || function(t) {
32
- for (var s, i = 1, n = arguments.length; i < n; i++) {
33
- s = arguments[i];
34
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
35
- t[p] = s[p];
36
- }
37
- return t;
38
- };
39
- return __assign.apply(this, arguments);
40
- };
41
22
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
42
23
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
43
24
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -75,11 +56,10 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
75
56
  }
76
57
  };
77
58
  Object.defineProperty(exports, "__esModule", { value: true });
78
- exports.TextApiResponse = exports.BlobApiResponse = exports.VoidApiResponse = exports.JSONApiResponse = exports.COLLECTION_FORMATS = exports.RequiredError = exports.FetchError = exports.ResponseError = exports.BaseAPI = exports.DefaultConfig = exports.Configuration = exports.BASE_PATH = void 0;
59
+ exports.TextApiResponse = exports.BlobApiResponse = exports.VoidApiResponse = exports.JSONApiResponse = exports.COLLECTION_FORMATS = exports.RequiredError = exports.BaseAPI = exports.DefaultConfig = exports.Configuration = void 0;
79
60
  exports.querystring = querystring;
80
61
  exports.exists = exists;
81
62
  exports.canConsumeForm = canConsumeForm;
82
- exports.BASE_PATH = "https://esi.evetech.net".replace(/\/+$/, "");
83
63
  var Configuration = /** @class */ (function () {
84
64
  function Configuration(configuration) {
85
65
  if (configuration === void 0) { configuration = {}; }
@@ -92,27 +72,6 @@ var Configuration = /** @class */ (function () {
92
72
  enumerable: false,
93
73
  configurable: true
94
74
  });
95
- Object.defineProperty(Configuration.prototype, "basePath", {
96
- get: function () {
97
- return this.configuration.basePath != null ? this.configuration.basePath : exports.BASE_PATH;
98
- },
99
- enumerable: false,
100
- configurable: true
101
- });
102
- Object.defineProperty(Configuration.prototype, "fetchApi", {
103
- get: function () {
104
- return this.configuration.fetchApi;
105
- },
106
- enumerable: false,
107
- configurable: true
108
- });
109
- Object.defineProperty(Configuration.prototype, "middleware", {
110
- get: function () {
111
- return this.configuration.middleware || [];
112
- },
113
- enumerable: false,
114
- configurable: true
115
- });
116
75
  Object.defineProperty(Configuration.prototype, "queryParamsStringify", {
117
76
  get: function () {
118
77
  return this.configuration.queryParamsStringify || querystring;
@@ -120,45 +79,6 @@ var Configuration = /** @class */ (function () {
120
79
  enumerable: false,
121
80
  configurable: true
122
81
  });
123
- Object.defineProperty(Configuration.prototype, "username", {
124
- get: function () {
125
- return this.configuration.username;
126
- },
127
- enumerable: false,
128
- configurable: true
129
- });
130
- Object.defineProperty(Configuration.prototype, "password", {
131
- get: function () {
132
- return this.configuration.password;
133
- },
134
- enumerable: false,
135
- configurable: true
136
- });
137
- Object.defineProperty(Configuration.prototype, "apiKey", {
138
- get: function () {
139
- var apiKey = this.configuration.apiKey;
140
- if (apiKey) {
141
- return typeof apiKey === 'function' ? apiKey : function () { return apiKey; };
142
- }
143
- return undefined;
144
- },
145
- enumerable: false,
146
- configurable: true
147
- });
148
- Object.defineProperty(Configuration.prototype, "accessToken", {
149
- get: function () {
150
- var _this = this;
151
- var accessToken = this.configuration.accessToken;
152
- if (accessToken) {
153
- return typeof accessToken === 'function' ? accessToken : function () { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
154
- return [2 /*return*/, accessToken];
155
- }); }); };
156
- }
157
- return undefined;
158
- },
159
- enumerable: false,
160
- configurable: true
161
- });
162
82
  Object.defineProperty(Configuration.prototype, "headers", {
163
83
  get: function () {
164
84
  return this.configuration.headers;
@@ -166,13 +86,6 @@ var Configuration = /** @class */ (function () {
166
86
  enumerable: false,
167
87
  configurable: true
168
88
  });
169
- Object.defineProperty(Configuration.prototype, "credentials", {
170
- get: function () {
171
- return this.configuration.credentials;
172
- },
173
- enumerable: false,
174
- configurable: true
175
- });
176
89
  Object.defineProperty(Configuration.prototype, "apiFacade", {
177
90
  get: function () {
178
91
  return this.configuration.apiFacade;
@@ -190,118 +103,8 @@ exports.DefaultConfig = new Configuration();
190
103
  var BaseAPI = /** @class */ (function () {
191
104
  function BaseAPI(configuration) {
192
105
  if (configuration === void 0) { configuration = exports.DefaultConfig; }
193
- var _this = this;
194
106
  this.configuration = configuration;
195
- this.fetchApi = function (url, init) { return __awaiter(_this, void 0, void 0, function () {
196
- var fetchParams, _i, _a, middleware, response, e_1, _b, _c, middleware, _d, _e, middleware;
197
- return __generator(this, function (_f) {
198
- switch (_f.label) {
199
- case 0:
200
- fetchParams = { url: url, init: init };
201
- _i = 0, _a = this.middleware;
202
- _f.label = 1;
203
- case 1:
204
- if (!(_i < _a.length)) return [3 /*break*/, 4];
205
- middleware = _a[_i];
206
- if (!middleware.pre) return [3 /*break*/, 3];
207
- return [4 /*yield*/, middleware.pre(__assign({ fetch: this.fetchApi }, fetchParams))];
208
- case 2:
209
- fetchParams = (_f.sent()) || fetchParams;
210
- _f.label = 3;
211
- case 3:
212
- _i++;
213
- return [3 /*break*/, 1];
214
- case 4:
215
- response = undefined;
216
- _f.label = 5;
217
- case 5:
218
- _f.trys.push([5, 7, , 12]);
219
- return [4 /*yield*/, (this.configuration.fetchApi || fetch)(fetchParams.url, fetchParams.init)];
220
- case 6:
221
- response = _f.sent();
222
- return [3 /*break*/, 12];
223
- case 7:
224
- e_1 = _f.sent();
225
- _b = 0, _c = this.middleware;
226
- _f.label = 8;
227
- case 8:
228
- if (!(_b < _c.length)) return [3 /*break*/, 11];
229
- middleware = _c[_b];
230
- if (!middleware.onError) return [3 /*break*/, 10];
231
- return [4 /*yield*/, middleware.onError({
232
- fetch: this.fetchApi,
233
- url: fetchParams.url,
234
- init: fetchParams.init,
235
- error: e_1,
236
- response: response ? response.clone() : undefined,
237
- })];
238
- case 9:
239
- response = (_f.sent()) || response;
240
- _f.label = 10;
241
- case 10:
242
- _b++;
243
- return [3 /*break*/, 8];
244
- case 11:
245
- if (response === undefined) {
246
- if (e_1 instanceof Error) {
247
- throw new FetchError(e_1, 'The request failed and the interceptors did not return an alternative response');
248
- }
249
- else {
250
- throw e_1;
251
- }
252
- }
253
- return [3 /*break*/, 12];
254
- case 12:
255
- _d = 0, _e = this.middleware;
256
- _f.label = 13;
257
- case 13:
258
- if (!(_d < _e.length)) return [3 /*break*/, 16];
259
- middleware = _e[_d];
260
- if (!middleware.post) return [3 /*break*/, 15];
261
- return [4 /*yield*/, middleware.post({
262
- fetch: this.fetchApi,
263
- url: fetchParams.url,
264
- init: fetchParams.init,
265
- response: response.clone(),
266
- })];
267
- case 14:
268
- response = (_f.sent()) || response;
269
- _f.label = 15;
270
- case 15:
271
- _d++;
272
- return [3 /*break*/, 13];
273
- case 16: return [2 /*return*/, response];
274
- }
275
- });
276
- }); };
277
- this.middleware = configuration.middleware;
278
107
  }
279
- BaseAPI.prototype.withMiddleware = function () {
280
- var _a;
281
- var middlewares = [];
282
- for (var _i = 0; _i < arguments.length; _i++) {
283
- middlewares[_i] = arguments[_i];
284
- }
285
- var next = this.clone();
286
- next.middleware = (_a = next.middleware).concat.apply(_a, middlewares);
287
- return next;
288
- };
289
- BaseAPI.prototype.withPreMiddleware = function () {
290
- var preMiddlewares = [];
291
- for (var _i = 0; _i < arguments.length; _i++) {
292
- preMiddlewares[_i] = arguments[_i];
293
- }
294
- var middlewares = preMiddlewares.map(function (pre) { return ({ pre: pre }); });
295
- return this.withMiddleware.apply(this, middlewares);
296
- };
297
- BaseAPI.prototype.withPostMiddleware = function () {
298
- var postMiddlewares = [];
299
- for (var _i = 0; _i < arguments.length; _i++) {
300
- postMiddlewares[_i] = arguments[_i];
301
- }
302
- var middlewares = postMiddlewares.map(function (post) { return ({ post: post }); });
303
- return this.withMiddleware.apply(this, middlewares);
304
- };
305
108
  /**
306
109
  * Check if the given MIME is a JSON MIME.
307
110
  * JSON MIME examples:
@@ -318,119 +121,11 @@ var BaseAPI = /** @class */ (function () {
318
121
  }
319
122
  return BaseAPI.jsonRegex.test(mime);
320
123
  };
321
- BaseAPI.prototype.request = function (context, initOverrides) {
322
- return __awaiter(this, void 0, void 0, function () {
323
- var _a, url, init, response;
324
- return __generator(this, function (_b) {
325
- switch (_b.label) {
326
- case 0: return [4 /*yield*/, this.createFetchParams(context, initOverrides)];
327
- case 1:
328
- _a = _b.sent(), url = _a.url, init = _a.init;
329
- return [4 /*yield*/, this.fetchApi(url, init)];
330
- case 2:
331
- response = _b.sent();
332
- if (response && (response.status >= 200 && response.status < 300)) {
333
- return [2 /*return*/, response];
334
- }
335
- throw new ResponseError(response, 'Response returned an error code');
336
- }
337
- });
338
- });
339
- };
340
- BaseAPI.prototype.createFetchParams = function (context, initOverrides) {
341
- return __awaiter(this, void 0, void 0, function () {
342
- var url, headers, initOverrideFn, initParams, overriddenInit, _a, body, init;
343
- var _this = this;
344
- return __generator(this, function (_b) {
345
- switch (_b.label) {
346
- case 0:
347
- url = this.configuration.basePath + context.path;
348
- if (context.query !== undefined && Object.keys(context.query).length !== 0) {
349
- // only add the querystring to the URL if there are query parameters.
350
- // this is done to avoid urls ending with a "?" character which buggy webservers
351
- // do not handle correctly sometimes.
352
- url += '?' + this.configuration.queryParamsStringify(context.query);
353
- }
354
- headers = Object.assign({}, this.configuration.headers, context.headers);
355
- Object.keys(headers).forEach(function (key) { return headers[key] === undefined ? delete headers[key] : {}; });
356
- initOverrideFn = typeof initOverrides === "function"
357
- ? initOverrides
358
- : function () { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
359
- return [2 /*return*/, initOverrides];
360
- }); }); };
361
- initParams = {
362
- method: context.method,
363
- headers: headers,
364
- body: context.body,
365
- credentials: this.configuration.credentials,
366
- };
367
- _a = [__assign({}, initParams)];
368
- return [4 /*yield*/, initOverrideFn({
369
- init: initParams,
370
- context: context,
371
- })];
372
- case 1:
373
- overriddenInit = __assign.apply(void 0, _a.concat([(_b.sent())]));
374
- if (isFormData(overriddenInit.body)
375
- || (overriddenInit.body instanceof URLSearchParams)
376
- || isBlob(overriddenInit.body)) {
377
- body = overriddenInit.body;
378
- }
379
- else if (this.isJsonMime(headers['Content-Type'])) {
380
- body = JSON.stringify(overriddenInit.body);
381
- }
382
- else {
383
- body = overriddenInit.body;
384
- }
385
- init = __assign(__assign({}, overriddenInit), { body: body });
386
- return [2 /*return*/, { url: url, init: init }];
387
- }
388
- });
389
- });
390
- };
391
- /**
392
- * Create a shallow clone of `this` by constructing a new instance
393
- * and then shallow cloning data members.
394
- */
395
- BaseAPI.prototype.clone = function () {
396
- var constructor = this.constructor;
397
- var next = new constructor(this.configuration);
398
- next.middleware = this.middleware.slice();
399
- return next;
400
- };
401
124
  BaseAPI.jsonRegex = new RegExp('^(:?application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(:?;.*)?$', 'i');
402
125
  return BaseAPI;
403
126
  }());
404
127
  exports.BaseAPI = BaseAPI;
405
128
  ;
406
- function isBlob(value) {
407
- return typeof Blob !== 'undefined' && value instanceof Blob;
408
- }
409
- function isFormData(value) {
410
- return typeof FormData !== "undefined" && value instanceof FormData;
411
- }
412
- var ResponseError = /** @class */ (function (_super) {
413
- __extends(ResponseError, _super);
414
- function ResponseError(response, msg) {
415
- var _this = _super.call(this, msg) || this;
416
- _this.response = response;
417
- _this.name = "ResponseError";
418
- return _this;
419
- }
420
- return ResponseError;
421
- }(Error));
422
- exports.ResponseError = ResponseError;
423
- var FetchError = /** @class */ (function (_super) {
424
- __extends(FetchError, _super);
425
- function FetchError(cause, msg) {
426
- var _this = _super.call(this, msg) || this;
427
- _this.cause = cause;
428
- _this.name = "FetchError";
429
- return _this;
430
- }
431
- return FetchError;
432
- }(Error));
433
- exports.FetchError = FetchError;
434
129
  var RequiredError = /** @class */ (function (_super) {
435
130
  __extends(RequiredError, _super);
436
131
  function RequiredError(field, msg) {
@@ -13,7 +13,7 @@ All URIs are relative to *https://esi.evetech.net*
13
13
 
14
14
  ## getAlliances
15
15
 
16
- > Set&lt;number&gt; getAlliances(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
16
+ > Set&lt;number&gt; getAlliances(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
17
17
 
18
18
  List all alliances
19
19
 
@@ -33,7 +33,7 @@ async function example() {
33
33
  const api = new AllianceApi();
34
34
 
35
35
  const body = {
36
- // '2020-01-01' | The compatibility date for the request.
36
+ // '2025-12-16' | The compatibility date for the request.
37
37
  xCompatibilityDate: 2013-10-20,
38
38
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
39
39
  acceptLanguage: acceptLanguage_example,
@@ -41,6 +41,8 @@ async function example() {
41
41
  ifNoneMatch: ifNoneMatch_example,
42
42
  // string | The tenant ID for the request. (optional)
43
43
  xTenant: ,
44
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
45
+ ifModifiedSince: ifModifiedSince_example,
44
46
  } satisfies GetAlliancesRequest;
45
47
 
46
48
  try {
@@ -60,10 +62,11 @@ example().catch(console.error);
60
62
 
61
63
  | Name | Type | Description | Notes |
62
64
  |------------- | ------------- | ------------- | -------------|
63
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
65
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
64
66
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
65
67
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
66
68
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
69
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
67
70
 
68
71
  ### Return type
69
72
 
@@ -90,7 +93,7 @@ No authorization required
90
93
 
91
94
  ## getAlliancesAllianceId
92
95
 
93
- > AlliancesAllianceIdGet getAlliancesAllianceId(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
96
+ > AlliancesAllianceIdGet getAlliancesAllianceId(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
94
97
 
95
98
  Get alliance information
96
99
 
@@ -112,7 +115,7 @@ async function example() {
112
115
  const body = {
113
116
  // number | The ID of the alliance
114
117
  allianceId: 789,
115
- // '2020-01-01' | The compatibility date for the request.
118
+ // '2025-12-16' | The compatibility date for the request.
116
119
  xCompatibilityDate: 2013-10-20,
117
120
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
118
121
  acceptLanguage: acceptLanguage_example,
@@ -120,6 +123,8 @@ async function example() {
120
123
  ifNoneMatch: ifNoneMatch_example,
121
124
  // string | The tenant ID for the request. (optional)
122
125
  xTenant: ,
126
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
127
+ ifModifiedSince: ifModifiedSince_example,
123
128
  } satisfies GetAlliancesAllianceIdRequest;
124
129
 
125
130
  try {
@@ -140,10 +145,11 @@ example().catch(console.error);
140
145
  | Name | Type | Description | Notes |
141
146
  |------------- | ------------- | ------------- | -------------|
142
147
  | **allianceId** | `number` | The ID of the alliance | [Defaults to `undefined`] |
143
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
148
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
144
149
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
145
150
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
146
151
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
152
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
147
153
 
148
154
  ### Return type
149
155
 
@@ -170,7 +176,7 @@ No authorization required
170
176
 
171
177
  ## getAlliancesAllianceIdCorporations
172
178
 
173
- > Set&lt;number&gt; getAlliancesAllianceIdCorporations(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
179
+ > Set&lt;number&gt; getAlliancesAllianceIdCorporations(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
174
180
 
175
181
  List alliance\&#39;s corporations
176
182
 
@@ -192,7 +198,7 @@ async function example() {
192
198
  const body = {
193
199
  // number | The ID of the alliance
194
200
  allianceId: 789,
195
- // '2020-01-01' | The compatibility date for the request.
201
+ // '2025-12-16' | The compatibility date for the request.
196
202
  xCompatibilityDate: 2013-10-20,
197
203
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
198
204
  acceptLanguage: acceptLanguage_example,
@@ -200,6 +206,8 @@ async function example() {
200
206
  ifNoneMatch: ifNoneMatch_example,
201
207
  // string | The tenant ID for the request. (optional)
202
208
  xTenant: ,
209
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
210
+ ifModifiedSince: ifModifiedSince_example,
203
211
  } satisfies GetAlliancesAllianceIdCorporationsRequest;
204
212
 
205
213
  try {
@@ -220,10 +228,11 @@ example().catch(console.error);
220
228
  | Name | Type | Description | Notes |
221
229
  |------------- | ------------- | ------------- | -------------|
222
230
  | **allianceId** | `number` | The ID of the alliance | [Defaults to `undefined`] |
223
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
231
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
224
232
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
225
233
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
226
234
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
235
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
227
236
 
228
237
  ### Return type
229
238
 
@@ -250,7 +259,7 @@ No authorization required
250
259
 
251
260
  ## getAlliancesAllianceIdIcons
252
261
 
253
- > AlliancesAllianceIdIconsGet getAlliancesAllianceIdIcons(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
262
+ > AlliancesAllianceIdIconsGet getAlliancesAllianceIdIcons(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
254
263
 
255
264
  Get alliance icon
256
265
 
@@ -272,7 +281,7 @@ async function example() {
272
281
  const body = {
273
282
  // number | The ID of the alliance
274
283
  allianceId: 789,
275
- // '2020-01-01' | The compatibility date for the request.
284
+ // '2025-12-16' | The compatibility date for the request.
276
285
  xCompatibilityDate: 2013-10-20,
277
286
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
278
287
  acceptLanguage: acceptLanguage_example,
@@ -280,6 +289,8 @@ async function example() {
280
289
  ifNoneMatch: ifNoneMatch_example,
281
290
  // string | The tenant ID for the request. (optional)
282
291
  xTenant: ,
292
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
293
+ ifModifiedSince: ifModifiedSince_example,
283
294
  } satisfies GetAlliancesAllianceIdIconsRequest;
284
295
 
285
296
  try {
@@ -300,10 +311,11 @@ example().catch(console.error);
300
311
  | Name | Type | Description | Notes |
301
312
  |------------- | ------------- | ------------- | -------------|
302
313
  | **allianceId** | `number` | The ID of the alliance | [Defaults to `undefined`] |
303
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
314
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
304
315
  | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `&#39;en&#39;`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
305
316
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
306
317
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
318
+ | **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
307
319
 
308
320
  ### Return type
309
321
 
@@ -0,0 +1,14 @@
1
+
2
+ # AllianceId
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `allianceId` | number
10
+
11
+
12
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
13
+
14
+