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
@@ -0,0 +1,14 @@
1
+
2
+ # CorporationId
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `corporationId` | 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
+
@@ -0,0 +1,14 @@
1
+
2
+ # CorporationItemDelivery
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `corporationItemDelivery` | [FreelanceJobsDetailParametercorporationitemdelivery](FreelanceJobsDetailParametercorporationitemdelivery.md)
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
+
@@ -0,0 +1,393 @@
1
+ # CorporationProjectsApi
2
+
3
+ All URIs are relative to *https://esi.evetech.net*
4
+
5
+ | Method | HTTP request | Description |
6
+ |------------- | ------------- | -------------|
7
+ | [**getCorporationsProjectsContribution**](CorporationProjectsApi.md#getcorporationsprojectscontribution) | **GET** /corporations/{corporation_id}/projects/{project_id}/contribution/{character_id} | Get your project contribution |
8
+ | [**getCorporationsProjectsContributors**](CorporationProjectsApi.md#getcorporationsprojectscontributors) | **GET** /corporations/{corporation_id}/projects/{project_id}/contributors | List project contributors |
9
+ | [**getCorporationsProjectsDetail**](CorporationProjectsApi.md#getcorporationsprojectsdetail) | **GET** /corporations/{corporation_id}/projects/{project_id} | Get project details |
10
+ | [**getCorporationsProjectsListing**](CorporationProjectsApi.md#getcorporationsprojectslisting) | **GET** /corporations/{corporation_id}/projects | List corporation projects |
11
+
12
+
13
+
14
+ ## getCorporationsProjectsContribution
15
+
16
+ > CorporationsProjectsContribution getCorporationsProjectsContribution(corporationId, projectId, characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
17
+
18
+ Get your project contribution
19
+
20
+ Show your contribution to a corporation project.
21
+
22
+ ### Example
23
+
24
+ ```ts
25
+ import {
26
+ Configuration,
27
+ CorporationProjectsApi,
28
+ } from 'esisl_genoa_client';
29
+ import type { GetCorporationsProjectsContributionRequest } from 'esisl_genoa_client';
30
+
31
+ async function example() {
32
+ console.log("🚀 Testing esisl_genoa_client SDK...");
33
+ const config = new Configuration({
34
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
35
+ accessToken: "YOUR ACCESS TOKEN",
36
+ });
37
+ const api = new CorporationProjectsApi(config);
38
+
39
+ const body = {
40
+ // number | The ID of the corporation
41
+ corporationId: 789,
42
+ // string | The ID of the project
43
+ projectId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
44
+ // number | The ID of the character
45
+ characterId: 789,
46
+ // '2025-12-16' | The compatibility date for the request.
47
+ xCompatibilityDate: 2013-10-20,
48
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
49
+ acceptLanguage: acceptLanguage_example,
50
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
51
+ ifNoneMatch: ifNoneMatch_example,
52
+ // string | The tenant ID for the request. (optional)
53
+ xTenant: ,
54
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
55
+ ifModifiedSince: ifModifiedSince_example,
56
+ } satisfies GetCorporationsProjectsContributionRequest;
57
+
58
+ try {
59
+ const data = await api.getCorporationsProjectsContribution(body);
60
+ console.log(data);
61
+ } catch (error) {
62
+ console.error(error);
63
+ }
64
+ }
65
+
66
+ // Run the test
67
+ example().catch(console.error);
68
+ ```
69
+
70
+ ### Parameters
71
+
72
+
73
+ | Name | Type | Description | Notes |
74
+ |------------- | ------------- | ------------- | -------------|
75
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
76
+ | **projectId** | `string` | The ID of the project | [Defaults to `undefined`] |
77
+ | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
78
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
79
+ | **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
80
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
81
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
82
+ | **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`] |
83
+
84
+ ### Return type
85
+
86
+ [**CorporationsProjectsContribution**](CorporationsProjectsContribution.md)
87
+
88
+ ### Authorization
89
+
90
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
91
+
92
+ ### HTTP request headers
93
+
94
+ - **Content-Type**: Not defined
95
+ - **Accept**: `application/json`
96
+
97
+
98
+ ### HTTP response details
99
+ | Status code | Description | Response headers |
100
+ |-------------|-------------|------------------|
101
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
102
+ | **0** | Error | - |
103
+
104
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
105
+
106
+
107
+ ## getCorporationsProjectsContributors
108
+
109
+ > CorporationsProjectsContributors getCorporationsProjectsContributors(corporationId, projectId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
110
+
111
+ List project contributors
112
+
113
+ Listing of all contributors to a corporation project.
114
+
115
+ ### Example
116
+
117
+ ```ts
118
+ import {
119
+ Configuration,
120
+ CorporationProjectsApi,
121
+ } from 'esisl_genoa_client';
122
+ import type { GetCorporationsProjectsContributorsRequest } from 'esisl_genoa_client';
123
+
124
+ async function example() {
125
+ console.log("🚀 Testing esisl_genoa_client SDK...");
126
+ const config = new Configuration({
127
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
128
+ accessToken: "YOUR ACCESS TOKEN",
129
+ });
130
+ const api = new CorporationProjectsApi(config);
131
+
132
+ const body = {
133
+ // number | The ID of the corporation
134
+ corporationId: 789,
135
+ // string | The ID of the project
136
+ projectId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
137
+ // '2025-12-16' | The compatibility date for the request.
138
+ xCompatibilityDate: 2013-10-20,
139
+ // string | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional)
140
+ after: after_example,
141
+ // string | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional)
142
+ before: before_example,
143
+ // number | The amount of records to retrieve per request. (optional)
144
+ limit: 789,
145
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
146
+ acceptLanguage: acceptLanguage_example,
147
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
148
+ ifNoneMatch: ifNoneMatch_example,
149
+ // string | The tenant ID for the request. (optional)
150
+ xTenant: ,
151
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
152
+ ifModifiedSince: ifModifiedSince_example,
153
+ } satisfies GetCorporationsProjectsContributorsRequest;
154
+
155
+ try {
156
+ const data = await api.getCorporationsProjectsContributors(body);
157
+ console.log(data);
158
+ } catch (error) {
159
+ console.error(error);
160
+ }
161
+ }
162
+
163
+ // Run the test
164
+ example().catch(console.error);
165
+ ```
166
+
167
+ ### Parameters
168
+
169
+
170
+ | Name | Type | Description | Notes |
171
+ |------------- | ------------- | ------------- | -------------|
172
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
173
+ | **projectId** | `string` | The ID of the project | [Defaults to `undefined`] |
174
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
175
+ | **after** | `string` | Return records from after this cursor (mutual exclusive with \&#39;before\&#39;). \&#39;0\&#39; to start from the beginning. | [Optional] [Defaults to `undefined`] |
176
+ | **before** | `string` | Return records from before this cursor (mutual exclusive with \&#39;after\&#39;). \&#39;0\&#39; to start from the end. | [Optional] [Defaults to `undefined`] |
177
+ | **limit** | `number` | The amount of records to retrieve per request. | [Optional] [Defaults to `10`] |
178
+ | **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] |
179
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
180
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
181
+ | **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`] |
182
+
183
+ ### Return type
184
+
185
+ [**CorporationsProjectsContributors**](CorporationsProjectsContributors.md)
186
+
187
+ ### Authorization
188
+
189
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
190
+
191
+ ### HTTP request headers
192
+
193
+ - **Content-Type**: Not defined
194
+ - **Accept**: `application/json`
195
+
196
+
197
+ ### HTTP response details
198
+ | Status code | Description | Response headers |
199
+ |-------------|-------------|------------------|
200
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
201
+ | **0** | Error | - |
202
+
203
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
204
+
205
+
206
+ ## getCorporationsProjectsDetail
207
+
208
+ > CorporationsProjectsDetail getCorporationsProjectsDetail(corporationId, projectId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
209
+
210
+ Get project details
211
+
212
+ Get the details of a corporation project.
213
+
214
+ ### Example
215
+
216
+ ```ts
217
+ import {
218
+ Configuration,
219
+ CorporationProjectsApi,
220
+ } from 'esisl_genoa_client';
221
+ import type { GetCorporationsProjectsDetailRequest } from 'esisl_genoa_client';
222
+
223
+ async function example() {
224
+ console.log("🚀 Testing esisl_genoa_client SDK...");
225
+ const config = new Configuration({
226
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
227
+ accessToken: "YOUR ACCESS TOKEN",
228
+ });
229
+ const api = new CorporationProjectsApi(config);
230
+
231
+ const body = {
232
+ // number | The ID of the corporation
233
+ corporationId: 789,
234
+ // string | The ID of the project
235
+ projectId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
236
+ // '2025-12-16' | The compatibility date for the request.
237
+ xCompatibilityDate: 2013-10-20,
238
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
239
+ acceptLanguage: acceptLanguage_example,
240
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
241
+ ifNoneMatch: ifNoneMatch_example,
242
+ // string | The tenant ID for the request. (optional)
243
+ xTenant: ,
244
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
245
+ ifModifiedSince: ifModifiedSince_example,
246
+ } satisfies GetCorporationsProjectsDetailRequest;
247
+
248
+ try {
249
+ const data = await api.getCorporationsProjectsDetail(body);
250
+ console.log(data);
251
+ } catch (error) {
252
+ console.error(error);
253
+ }
254
+ }
255
+
256
+ // Run the test
257
+ example().catch(console.error);
258
+ ```
259
+
260
+ ### Parameters
261
+
262
+
263
+ | Name | Type | Description | Notes |
264
+ |------------- | ------------- | ------------- | -------------|
265
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
266
+ | **projectId** | `string` | The ID of the project | [Defaults to `undefined`] |
267
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
268
+ | **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] |
269
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
270
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
271
+ | **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`] |
272
+
273
+ ### Return type
274
+
275
+ [**CorporationsProjectsDetail**](CorporationsProjectsDetail.md)
276
+
277
+ ### Authorization
278
+
279
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
280
+
281
+ ### HTTP request headers
282
+
283
+ - **Content-Type**: Not defined
284
+ - **Accept**: `application/json`
285
+
286
+
287
+ ### HTTP response details
288
+ | Status code | Description | Response headers |
289
+ |-------------|-------------|------------------|
290
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
291
+ | **0** | Error | - |
292
+
293
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
294
+
295
+
296
+ ## getCorporationsProjectsListing
297
+
298
+ > CorporationsProjectsListing getCorporationsProjectsListing(corporationId, xCompatibilityDate, after, before, limit, state, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
299
+
300
+ List corporation projects
301
+
302
+ Listing of all (active) corporation projects.
303
+
304
+ ### Example
305
+
306
+ ```ts
307
+ import {
308
+ Configuration,
309
+ CorporationProjectsApi,
310
+ } from 'esisl_genoa_client';
311
+ import type { GetCorporationsProjectsListingRequest } from 'esisl_genoa_client';
312
+
313
+ async function example() {
314
+ console.log("🚀 Testing esisl_genoa_client SDK...");
315
+ const config = new Configuration({
316
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
317
+ accessToken: "YOUR ACCESS TOKEN",
318
+ });
319
+ const api = new CorporationProjectsApi(config);
320
+
321
+ const body = {
322
+ // number | The ID of the corporation
323
+ corporationId: 789,
324
+ // '2025-12-16' | The compatibility date for the request.
325
+ xCompatibilityDate: 2013-10-20,
326
+ // string | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional)
327
+ after: after_example,
328
+ // string | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional)
329
+ before: before_example,
330
+ // number | The amount of records to retrieve per request. (optional)
331
+ limit: 789,
332
+ // 'All' | 'Active' | Filter by state (optional)
333
+ state: state_example,
334
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
335
+ acceptLanguage: acceptLanguage_example,
336
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
337
+ ifNoneMatch: ifNoneMatch_example,
338
+ // string | The tenant ID for the request. (optional)
339
+ xTenant: ,
340
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
341
+ ifModifiedSince: ifModifiedSince_example,
342
+ } satisfies GetCorporationsProjectsListingRequest;
343
+
344
+ try {
345
+ const data = await api.getCorporationsProjectsListing(body);
346
+ console.log(data);
347
+ } catch (error) {
348
+ console.error(error);
349
+ }
350
+ }
351
+
352
+ // Run the test
353
+ example().catch(console.error);
354
+ ```
355
+
356
+ ### Parameters
357
+
358
+
359
+ | Name | Type | Description | Notes |
360
+ |------------- | ------------- | ------------- | -------------|
361
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
362
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
363
+ | **after** | `string` | Return records from after this cursor (mutual exclusive with \&#39;before\&#39;). \&#39;0\&#39; to start from the beginning. | [Optional] [Defaults to `undefined`] |
364
+ | **before** | `string` | Return records from before this cursor (mutual exclusive with \&#39;after\&#39;). \&#39;0\&#39; to start from the end. | [Optional] [Defaults to `undefined`] |
365
+ | **limit** | `number` | The amount of records to retrieve per request. | [Optional] [Defaults to `10`] |
366
+ | **state** | `All`, `Active` | Filter by state | [Optional] [Defaults to `&#39;Active&#39;`] [Enum: All, Active] |
367
+ | **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] |
368
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
369
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
370
+ | **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`] |
371
+
372
+ ### Return type
373
+
374
+ [**CorporationsProjectsListing**](CorporationsProjectsListing.md)
375
+
376
+ ### Authorization
377
+
378
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
379
+
380
+ ### HTTP request headers
381
+
382
+ - **Content-Type**: Not defined
383
+ - **Accept**: `application/json`
384
+
385
+
386
+ ### HTTP response details
387
+ | Status code | Description | Response headers |
388
+ |-------------|-------------|------------------|
389
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
390
+ | **0** | Error | - |
391
+
392
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
393
+
@@ -0,0 +1,15 @@
1
+
2
+ # CorporationsFreelanceJobsListing
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `cursor` | [Cursor](Cursor.md)
10
+ `freelanceJobs` | [Array&lt;FreelanceJobsDetailFreelancejob&gt;](FreelanceJobsDetailFreelancejob.md)
11
+
12
+
13
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
14
+
15
+
@@ -0,0 +1,15 @@
1
+
2
+ # CorporationsFreelanceJobsParticipants
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `cursor` | [Cursor](Cursor.md)
10
+ `participants` | [Array&lt;CorporationsFreelanceJobsParticipantsParticipant&gt;](CorporationsFreelanceJobsParticipantsParticipant.md)
11
+
12
+
13
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
14
+
15
+
@@ -0,0 +1,17 @@
1
+
2
+ # CorporationsFreelanceJobsParticipantsParticipant
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `contributed` | number
10
+ `id` | number
11
+ `name` | string
12
+ `state` | string
13
+
14
+
15
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
16
+
17
+
@@ -0,0 +1,15 @@
1
+
2
+ # CorporationsProjectsContribution
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `contributed` | number
10
+ `lastModified` | string
11
+
12
+
13
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
14
+
15
+
@@ -0,0 +1,15 @@
1
+
2
+ # CorporationsProjectsContributors
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `contributors` | [Array&lt;CorporationsProjectsContributorsContributor&gt;](CorporationsProjectsContributorsContributor.md)
10
+ `cursor` | [Cursor](Cursor.md)
11
+
12
+
13
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
14
+
15
+
@@ -0,0 +1,16 @@
1
+
2
+ # CorporationsProjectsContributorsContributor
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `contributed` | number
10
+ `id` | number
11
+ `name` | string
12
+
13
+
14
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
15
+
16
+
@@ -0,0 +1,23 @@
1
+
2
+ # CorporationsProjectsDetail
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `_configuration` | [CorporationsProjectsDetailConfiguration](CorporationsProjectsDetailConfiguration.md)
10
+ `contribution` | [CorporationsProjectsDetailContribution](CorporationsProjectsDetailContribution.md)
11
+ `creator` | [CorporationsProjectsDetailCreator](CorporationsProjectsDetailCreator.md)
12
+ `details` | [CorporationsProjectsDetailDetails](CorporationsProjectsDetailDetails.md)
13
+ `id` | string
14
+ `lastModified` | string
15
+ `name` | string
16
+ `progress` | [CorporationsProjectsDetailProgress](CorporationsProjectsDetailProgress.md)
17
+ `reward` | [CorporationsProjectsDetailReward](CorporationsProjectsDetailReward.md)
18
+ `state` | string
19
+
20
+
21
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
22
+
23
+
@@ -0,0 +1,31 @@
1
+
2
+ # CorporationsProjectsDetailConfiguration
3
+
4
+ Project\'s configuration
5
+
6
+ ## Properties
7
+
8
+ Name | Type
9
+ ------------ | -------------
10
+ `captureFwComplex` | [CorporationsProjectsDetailConfigurationcapturefwcomplex](CorporationsProjectsDetailConfigurationcapturefwcomplex.md)
11
+ `damageShip` | [CorporationsProjectsDetailConfigurationdamageship](CorporationsProjectsDetailConfigurationdamageship.md)
12
+ `defendFwComplex` | [CorporationsProjectsDetailConfigurationdefendfwcomplex](CorporationsProjectsDetailConfigurationdefendfwcomplex.md)
13
+ `deliverItem` | [CorporationsProjectsDetailConfigurationdeliveritem](CorporationsProjectsDetailConfigurationdeliveritem.md)
14
+ `destroyNpc` | [CorporationsProjectsDetailConfigurationdestroynpc](CorporationsProjectsDetailConfigurationdestroynpc.md)
15
+ `destroyShip` | [CorporationsProjectsDetailConfigurationdestroyship](CorporationsProjectsDetailConfigurationdestroyship.md)
16
+ `earnLoyaltyPoint` | [CorporationsProjectsDetailConfigurationearnloyaltypoints](CorporationsProjectsDetailConfigurationearnloyaltypoints.md)
17
+ `lostShip` | [CorporationsProjectsDetailConfigurationlostship](CorporationsProjectsDetailConfigurationlostship.md)
18
+ `manual` | object
19
+ `manufactureItem` | [CorporationsProjectsDetailConfigurationmanufactureitem](CorporationsProjectsDetailConfigurationmanufactureitem.md)
20
+ `mineMaterial` | [CorporationsProjectsDetailConfigurationminematerial](CorporationsProjectsDetailConfigurationminematerial.md)
21
+ `remoteBoostShield` | [CorporationsProjectsDetailConfigurationremoteboostshield](CorporationsProjectsDetailConfigurationremoteboostshield.md)
22
+ `remoteRepairArmor` | [CorporationsProjectsDetailConfigurationremoterepairarmor](CorporationsProjectsDetailConfigurationremoterepairarmor.md)
23
+ `salvageWreck` | [CorporationsProjectsDetailConfigurationsalvagewreck](CorporationsProjectsDetailConfigurationsalvagewreck.md)
24
+ `scanSignature` | [CorporationsProjectsDetailConfigurationscansignature](CorporationsProjectsDetailConfigurationscansignature.md)
25
+ `shipInsurance` | [CorporationsProjectsDetailConfigurationshipinsurance](CorporationsProjectsDetailConfigurationshipinsurance.md)
26
+ `unknown` | [CorporationsProjectsDetailConfigurationunknown](CorporationsProjectsDetailConfigurationunknown.md)
27
+
28
+
29
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
30
+
31
+
@@ -0,0 +1,16 @@
1
+
2
+ # CorporationsProjectsDetailConfigurationcapturefwcomplex
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `archetypes` | [Array&lt;CorporationsProjectsDetailConfigurationmatcherarchetype&gt;](CorporationsProjectsDetailConfigurationmatcherarchetype.md)
10
+ `factions` | [Array&lt;CorporationsProjectsDetailConfigurationmatcherfaction&gt;](CorporationsProjectsDetailConfigurationmatcherfaction.md)
11
+ `locations` | [Array&lt;CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner&gt;](CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md)
12
+
13
+
14
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
15
+
16
+
@@ -0,0 +1,16 @@
1
+
2
+ # CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `solarSystemId` | number
10
+ `constellationId` | number
11
+ `regionId` | number
12
+
13
+
14
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
15
+
16
+
@@ -0,0 +1,16 @@
1
+
2
+ # CorporationsProjectsDetailConfigurationdamageship
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `identities` | [Array&lt;CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner&gt;](CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md)
10
+ `locations` | [Array&lt;CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner&gt;](CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md)
11
+ `ships` | [Array&lt;CorporationsProjectsDetailConfigurationdamageshipShipsInner&gt;](CorporationsProjectsDetailConfigurationdamageshipShipsInner.md)
12
+
13
+
14
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
15
+
16
+
@@ -0,0 +1,17 @@
1
+
2
+ # CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `characterId` | number
10
+ `corporationId` | number
11
+ `allianceId` | number
12
+ `factionId` | number
13
+
14
+
15
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
16
+
17
+
@@ -0,0 +1,15 @@
1
+
2
+ # CorporationsProjectsDetailConfigurationdamageshipShipsInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `typeId` | number
10
+ `groupId` | number
11
+
12
+
13
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
14
+
15
+