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,561 @@
1
+ # FreelanceJobsApi
2
+
3
+ All URIs are relative to *https://esi.evetech.net*
4
+
5
+ | Method | HTTP request | Description |
6
+ |------------- | ------------- | -------------|
7
+ | [**getCharactersFreelanceJobsListing**](FreelanceJobsApi.md#getcharactersfreelancejobslisting) | **GET** /characters/{character_id}/freelance-jobs | List character freelance jobs |
8
+ | [**getCharactersFreelanceJobsParticipation**](FreelanceJobsApi.md#getcharactersfreelancejobsparticipation) | **GET** /characters/{character_id}/freelance-jobs/{job_id}/participation | Get character freelance job participation |
9
+ | [**getCorporationsFreelanceJobsListing**](FreelanceJobsApi.md#getcorporationsfreelancejobslisting) | **GET** /corporations/{corporation_id}/freelance-jobs | List corporation freelance jobs |
10
+ | [**getCorporationsFreelanceJobsParticipants**](FreelanceJobsApi.md#getcorporationsfreelancejobsparticipants) | **GET** /corporations/{corporation_id}/freelance-jobs/{job_id}/participants | List participants of a freelance job |
11
+ | [**getFreelanceJobsDetail**](FreelanceJobsApi.md#getfreelancejobsdetail) | **GET** /freelance-jobs/{job_id} | Get freelance job details |
12
+ | [**getFreelanceJobsListing**](FreelanceJobsApi.md#getfreelancejobslisting) | **GET** /freelance-jobs | List freelance jobs |
13
+
14
+
15
+
16
+ ## getCharactersFreelanceJobsListing
17
+
18
+ > CharactersFreelanceJobsListing getCharactersFreelanceJobsListing(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
19
+
20
+ List character freelance jobs
21
+
22
+ Listing of all freelance jobs you are actively participating in.
23
+
24
+ ### Example
25
+
26
+ ```ts
27
+ import {
28
+ Configuration,
29
+ FreelanceJobsApi,
30
+ } from 'esisl_genoa_client';
31
+ import type { GetCharactersFreelanceJobsListingRequest } from 'esisl_genoa_client';
32
+
33
+ async function example() {
34
+ console.log("🚀 Testing esisl_genoa_client SDK...");
35
+ const config = new Configuration({
36
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
37
+ accessToken: "YOUR ACCESS TOKEN",
38
+ });
39
+ const api = new FreelanceJobsApi(config);
40
+
41
+ const body = {
42
+ // number | The ID of the character
43
+ characterId: 789,
44
+ // '2025-12-16' | The compatibility date for the request.
45
+ xCompatibilityDate: 2013-10-20,
46
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
47
+ acceptLanguage: acceptLanguage_example,
48
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
49
+ ifNoneMatch: ifNoneMatch_example,
50
+ // string | The tenant ID for the request. (optional)
51
+ xTenant: ,
52
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
53
+ ifModifiedSince: ifModifiedSince_example,
54
+ } satisfies GetCharactersFreelanceJobsListingRequest;
55
+
56
+ try {
57
+ const data = await api.getCharactersFreelanceJobsListing(body);
58
+ console.log(data);
59
+ } catch (error) {
60
+ console.error(error);
61
+ }
62
+ }
63
+
64
+ // Run the test
65
+ example().catch(console.error);
66
+ ```
67
+
68
+ ### Parameters
69
+
70
+
71
+ | Name | Type | Description | Notes |
72
+ |------------- | ------------- | ------------- | -------------|
73
+ | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
74
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
75
+ | **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] |
76
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
77
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
78
+ | **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`] |
79
+
80
+ ### Return type
81
+
82
+ [**CharactersFreelanceJobsListing**](CharactersFreelanceJobsListing.md)
83
+
84
+ ### Authorization
85
+
86
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
87
+
88
+ ### HTTP request headers
89
+
90
+ - **Content-Type**: Not defined
91
+ - **Accept**: `application/json`
92
+
93
+
94
+ ### HTTP response details
95
+ | Status code | Description | Response headers |
96
+ |-------------|-------------|------------------|
97
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
98
+ | **0** | Error | - |
99
+
100
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
101
+
102
+
103
+ ## getCharactersFreelanceJobsParticipation
104
+
105
+ > CharactersFreelanceJobsParticipation getCharactersFreelanceJobsParticipation(characterId, jobId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
106
+
107
+ Get character freelance job participation
108
+
109
+ Show your participation in a freelance job.
110
+
111
+ ### Example
112
+
113
+ ```ts
114
+ import {
115
+ Configuration,
116
+ FreelanceJobsApi,
117
+ } from 'esisl_genoa_client';
118
+ import type { GetCharactersFreelanceJobsParticipationRequest } from 'esisl_genoa_client';
119
+
120
+ async function example() {
121
+ console.log("🚀 Testing esisl_genoa_client SDK...");
122
+ const config = new Configuration({
123
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
124
+ accessToken: "YOUR ACCESS TOKEN",
125
+ });
126
+ const api = new FreelanceJobsApi(config);
127
+
128
+ const body = {
129
+ // number | The ID of the character
130
+ characterId: 789,
131
+ // string | The ID of the freelance job
132
+ jobId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
133
+ // '2025-12-16' | The compatibility date for the request.
134
+ xCompatibilityDate: 2013-10-20,
135
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
136
+ acceptLanguage: acceptLanguage_example,
137
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
138
+ ifNoneMatch: ifNoneMatch_example,
139
+ // string | The tenant ID for the request. (optional)
140
+ xTenant: ,
141
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
142
+ ifModifiedSince: ifModifiedSince_example,
143
+ } satisfies GetCharactersFreelanceJobsParticipationRequest;
144
+
145
+ try {
146
+ const data = await api.getCharactersFreelanceJobsParticipation(body);
147
+ console.log(data);
148
+ } catch (error) {
149
+ console.error(error);
150
+ }
151
+ }
152
+
153
+ // Run the test
154
+ example().catch(console.error);
155
+ ```
156
+
157
+ ### Parameters
158
+
159
+
160
+ | Name | Type | Description | Notes |
161
+ |------------- | ------------- | ------------- | -------------|
162
+ | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
163
+ | **jobId** | `string` | The ID of the freelance job | [Defaults to `undefined`] |
164
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
165
+ | **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] |
166
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
167
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
168
+ | **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`] |
169
+
170
+ ### Return type
171
+
172
+ [**CharactersFreelanceJobsParticipation**](CharactersFreelanceJobsParticipation.md)
173
+
174
+ ### Authorization
175
+
176
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
177
+
178
+ ### HTTP request headers
179
+
180
+ - **Content-Type**: Not defined
181
+ - **Accept**: `application/json`
182
+
183
+
184
+ ### HTTP response details
185
+ | Status code | Description | Response headers |
186
+ |-------------|-------------|------------------|
187
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
188
+ | **0** | Error | - |
189
+
190
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
191
+
192
+
193
+ ## getCorporationsFreelanceJobsListing
194
+
195
+ > CorporationsFreelanceJobsListing getCorporationsFreelanceJobsListing(corporationId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
196
+
197
+ List corporation freelance jobs
198
+
199
+ Listing of all freelance jobs for your corporation.
200
+
201
+ ### Example
202
+
203
+ ```ts
204
+ import {
205
+ Configuration,
206
+ FreelanceJobsApi,
207
+ } from 'esisl_genoa_client';
208
+ import type { GetCorporationsFreelanceJobsListingRequest } from 'esisl_genoa_client';
209
+
210
+ async function example() {
211
+ console.log("🚀 Testing esisl_genoa_client SDK...");
212
+ const config = new Configuration({
213
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
214
+ accessToken: "YOUR ACCESS TOKEN",
215
+ });
216
+ const api = new FreelanceJobsApi(config);
217
+
218
+ const body = {
219
+ // number | The ID of the corporation
220
+ corporationId: 789,
221
+ // '2025-12-16' | The compatibility date for the request.
222
+ xCompatibilityDate: 2013-10-20,
223
+ // string | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional)
224
+ after: after_example,
225
+ // string | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional)
226
+ before: before_example,
227
+ // number | The amount of records to retrieve per request. (optional)
228
+ limit: 789,
229
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
230
+ acceptLanguage: acceptLanguage_example,
231
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
232
+ ifNoneMatch: ifNoneMatch_example,
233
+ // string | The tenant ID for the request. (optional)
234
+ xTenant: ,
235
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
236
+ ifModifiedSince: ifModifiedSince_example,
237
+ } satisfies GetCorporationsFreelanceJobsListingRequest;
238
+
239
+ try {
240
+ const data = await api.getCorporationsFreelanceJobsListing(body);
241
+ console.log(data);
242
+ } catch (error) {
243
+ console.error(error);
244
+ }
245
+ }
246
+
247
+ // Run the test
248
+ example().catch(console.error);
249
+ ```
250
+
251
+ ### Parameters
252
+
253
+
254
+ | Name | Type | Description | Notes |
255
+ |------------- | ------------- | ------------- | -------------|
256
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
257
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
258
+ | **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`] |
259
+ | **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`] |
260
+ | **limit** | `number` | The amount of records to retrieve per request. | [Optional] [Defaults to `10`] |
261
+ | **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] |
262
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
263
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
264
+ | **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`] |
265
+
266
+ ### Return type
267
+
268
+ [**CorporationsFreelanceJobsListing**](CorporationsFreelanceJobsListing.md)
269
+
270
+ ### Authorization
271
+
272
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
273
+
274
+ ### HTTP request headers
275
+
276
+ - **Content-Type**: Not defined
277
+ - **Accept**: `application/json`
278
+
279
+
280
+ ### HTTP response details
281
+ | Status code | Description | Response headers |
282
+ |-------------|-------------|------------------|
283
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
284
+ | **0** | Error | - |
285
+
286
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
287
+
288
+
289
+ ## getCorporationsFreelanceJobsParticipants
290
+
291
+ > CorporationsFreelanceJobsParticipants getCorporationsFreelanceJobsParticipants(corporationId, jobId, xCompatibilityDate, after, before, limit, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
292
+
293
+ List participants of a freelance job
294
+
295
+ Listing of all participants of a freelance job.
296
+
297
+ ### Example
298
+
299
+ ```ts
300
+ import {
301
+ Configuration,
302
+ FreelanceJobsApi,
303
+ } from 'esisl_genoa_client';
304
+ import type { GetCorporationsFreelanceJobsParticipantsRequest } from 'esisl_genoa_client';
305
+
306
+ async function example() {
307
+ console.log("🚀 Testing esisl_genoa_client SDK...");
308
+ const config = new Configuration({
309
+ // To configure OAuth2 access token for authorization: OAuth2 accessCode
310
+ accessToken: "YOUR ACCESS TOKEN",
311
+ });
312
+ const api = new FreelanceJobsApi(config);
313
+
314
+ const body = {
315
+ // number | The ID of the corporation
316
+ corporationId: 789,
317
+ // string | The ID of the job
318
+ jobId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
319
+ // '2025-12-16' | The compatibility date for the request.
320
+ xCompatibilityDate: 2013-10-20,
321
+ // string | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional)
322
+ after: after_example,
323
+ // string | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional)
324
+ before: before_example,
325
+ // number | The amount of records to retrieve per request. (optional)
326
+ limit: 789,
327
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
328
+ acceptLanguage: acceptLanguage_example,
329
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
330
+ ifNoneMatch: ifNoneMatch_example,
331
+ // string | The tenant ID for the request. (optional)
332
+ xTenant: ,
333
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
334
+ ifModifiedSince: ifModifiedSince_example,
335
+ } satisfies GetCorporationsFreelanceJobsParticipantsRequest;
336
+
337
+ try {
338
+ const data = await api.getCorporationsFreelanceJobsParticipants(body);
339
+ console.log(data);
340
+ } catch (error) {
341
+ console.error(error);
342
+ }
343
+ }
344
+
345
+ // Run the test
346
+ example().catch(console.error);
347
+ ```
348
+
349
+ ### Parameters
350
+
351
+
352
+ | Name | Type | Description | Notes |
353
+ |------------- | ------------- | ------------- | -------------|
354
+ | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
355
+ | **jobId** | `string` | The ID of the job | [Defaults to `undefined`] |
356
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
357
+ | **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`] |
358
+ | **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`] |
359
+ | **limit** | `number` | The amount of records to retrieve per request. | [Optional] [Defaults to `10`] |
360
+ | **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] |
361
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
362
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
363
+ | **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`] |
364
+
365
+ ### Return type
366
+
367
+ [**CorporationsFreelanceJobsParticipants**](CorporationsFreelanceJobsParticipants.md)
368
+
369
+ ### Authorization
370
+
371
+ [OAuth2 accessCode](../README.md#OAuth2-accessCode)
372
+
373
+ ### HTTP request headers
374
+
375
+ - **Content-Type**: Not defined
376
+ - **Accept**: `application/json`
377
+
378
+
379
+ ### HTTP response details
380
+ | Status code | Description | Response headers |
381
+ |-------------|-------------|------------------|
382
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
383
+ | **0** | Error | - |
384
+
385
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
386
+
387
+
388
+ ## getFreelanceJobsDetail
389
+
390
+ > FreelanceJobsDetail getFreelanceJobsDetail(jobId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
391
+
392
+ Get freelance job details
393
+
394
+ Get the details of a freelance job. Jobs without an ACL (public jobs) does not require authentication. Jobs with an ACL requires authentication, and requires that the character is: - An active participant of the job, or - A freelance job manager for the corporation that owns the job.
395
+
396
+ ### Example
397
+
398
+ ```ts
399
+ import {
400
+ Configuration,
401
+ FreelanceJobsApi,
402
+ } from 'esisl_genoa_client';
403
+ import type { GetFreelanceJobsDetailRequest } from 'esisl_genoa_client';
404
+
405
+ async function example() {
406
+ console.log("🚀 Testing esisl_genoa_client SDK...");
407
+ const api = new FreelanceJobsApi();
408
+
409
+ const body = {
410
+ // string | The ID of the freelance job
411
+ jobId: 38400000-8cf0-11bd-b23e-10b96e4ef00d,
412
+ // '2025-12-16' | The compatibility date for the request.
413
+ xCompatibilityDate: 2013-10-20,
414
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
415
+ acceptLanguage: acceptLanguage_example,
416
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
417
+ ifNoneMatch: ifNoneMatch_example,
418
+ // string | The tenant ID for the request. (optional)
419
+ xTenant: ,
420
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
421
+ ifModifiedSince: ifModifiedSince_example,
422
+ } satisfies GetFreelanceJobsDetailRequest;
423
+
424
+ try {
425
+ const data = await api.getFreelanceJobsDetail(body);
426
+ console.log(data);
427
+ } catch (error) {
428
+ console.error(error);
429
+ }
430
+ }
431
+
432
+ // Run the test
433
+ example().catch(console.error);
434
+ ```
435
+
436
+ ### Parameters
437
+
438
+
439
+ | Name | Type | Description | Notes |
440
+ |------------- | ------------- | ------------- | -------------|
441
+ | **jobId** | `string` | The ID of the freelance job | [Defaults to `undefined`] |
442
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
443
+ | **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] |
444
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
445
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
446
+ | **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`] |
447
+
448
+ ### Return type
449
+
450
+ [**FreelanceJobsDetail**](FreelanceJobsDetail.md)
451
+
452
+ ### Authorization
453
+
454
+ No authorization required
455
+
456
+ ### HTTP request headers
457
+
458
+ - **Content-Type**: Not defined
459
+ - **Accept**: `application/json`
460
+
461
+
462
+ ### HTTP response details
463
+ | Status code | Description | Response headers |
464
+ |-------------|-------------|------------------|
465
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
466
+ | **0** | Error | - |
467
+
468
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
469
+
470
+
471
+ ## getFreelanceJobsListing
472
+
473
+ > FreelanceJobsListing getFreelanceJobsListing(xCompatibilityDate, after, before, limit, corporationId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
474
+
475
+ List freelance jobs
476
+
477
+ Listing of all public freelance jobs.
478
+
479
+ ### Example
480
+
481
+ ```ts
482
+ import {
483
+ Configuration,
484
+ FreelanceJobsApi,
485
+ } from 'esisl_genoa_client';
486
+ import type { GetFreelanceJobsListingRequest } from 'esisl_genoa_client';
487
+
488
+ async function example() {
489
+ console.log("🚀 Testing esisl_genoa_client SDK...");
490
+ const api = new FreelanceJobsApi();
491
+
492
+ const body = {
493
+ // '2025-12-16' | The compatibility date for the request.
494
+ xCompatibilityDate: 2013-10-20,
495
+ // string | Return records from after this cursor (mutual exclusive with \'before\'). \'0\' to start from the beginning. (optional)
496
+ after: after_example,
497
+ // string | Return records from before this cursor (mutual exclusive with \'after\'). \'0\' to start from the end. (optional)
498
+ before: before_example,
499
+ // number | The amount of records to retrieve per request. (optional)
500
+ limit: 789,
501
+ // number | Filter on corporation ID (optional)
502
+ corporationId: 789,
503
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
504
+ acceptLanguage: acceptLanguage_example,
505
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
506
+ ifNoneMatch: ifNoneMatch_example,
507
+ // string | The tenant ID for the request. (optional)
508
+ xTenant: ,
509
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
510
+ ifModifiedSince: ifModifiedSince_example,
511
+ } satisfies GetFreelanceJobsListingRequest;
512
+
513
+ try {
514
+ const data = await api.getFreelanceJobsListing(body);
515
+ console.log(data);
516
+ } catch (error) {
517
+ console.error(error);
518
+ }
519
+ }
520
+
521
+ // Run the test
522
+ example().catch(console.error);
523
+ ```
524
+
525
+ ### Parameters
526
+
527
+
528
+ | Name | Type | Description | Notes |
529
+ |------------- | ------------- | ------------- | -------------|
530
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
531
+ | **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`] |
532
+ | **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`] |
533
+ | **limit** | `number` | The amount of records to retrieve per request. | [Optional] [Defaults to `10`] |
534
+ | **corporationId** | `number` | Filter on corporation ID | [Optional] [Defaults to `undefined`] |
535
+ | **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] |
536
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
537
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
538
+ | **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`] |
539
+
540
+ ### Return type
541
+
542
+ [**FreelanceJobsListing**](FreelanceJobsListing.md)
543
+
544
+ ### Authorization
545
+
546
+ No authorization required
547
+
548
+ ### HTTP request headers
549
+
550
+ - **Content-Type**: Not defined
551
+ - **Accept**: `application/json`
552
+
553
+
554
+ ### HTTP response details
555
+ | Status code | Description | Response headers |
556
+ |-------------|-------------|------------------|
557
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
558
+ | **0** | Error | - |
559
+
560
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
561
+
@@ -0,0 +1,23 @@
1
+
2
+ # FreelanceJobsDetail
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `accessAndVisibility` | [FreelanceJobsDetailAccessandvisibility](FreelanceJobsDetailAccessandvisibility.md)
10
+ `_configuration` | [FreelanceJobsDetailConfiguration](FreelanceJobsDetailConfiguration.md)
11
+ `contribution` | [FreelanceJobsDetailContribution](FreelanceJobsDetailContribution.md)
12
+ `details` | [FreelanceJobsDetailDetails](FreelanceJobsDetailDetails.md)
13
+ `id` | string
14
+ `lastModified` | string
15
+ `name` | string
16
+ `progress` | [FreelanceJobsDetailProgress](FreelanceJobsDetailProgress.md)
17
+ `reward` | [FreelanceJobsDetailReward](FreelanceJobsDetailReward.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,16 @@
1
+
2
+ # FreelanceJobsDetailAccessandvisibility
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `aclProtected` | boolean
10
+ `broadcastLocations` | [Array&lt;FreelanceJobsDetailBroadcastlocations&gt;](FreelanceJobsDetailBroadcastlocations.md)
11
+ `restrictions` | [FreelanceJobsDetailRestrictions](FreelanceJobsDetailRestrictions.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,15 @@
1
+
2
+ # FreelanceJobsDetailBroadcastlocations
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | number
10
+ `name` | 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,16 @@
1
+
2
+ # FreelanceJobsDetailConfiguration
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `method` | string
10
+ `parameters` | [{ [key: string]: FreelanceJobsDetailConfigurationParametersValue; }](FreelanceJobsDetailConfigurationParametersValue.md)
11
+ `version` | 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,17 @@
1
+
2
+ # FreelanceJobsDetailConfigurationParametersValue
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `matcher` | [FreelanceJobsDetailParametermatcher](FreelanceJobsDetailParametermatcher.md)
10
+ `options` | [FreelanceJobsDetailParameteroptions](FreelanceJobsDetailParameteroptions.md)
11
+ `_boolean` | [FreelanceJobsDetailParameterboolean](FreelanceJobsDetailParameterboolean.md)
12
+ `corporationItemDelivery` | [FreelanceJobsDetailParametercorporationitemdelivery](FreelanceJobsDetailParametercorporationitemdelivery.md)
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,18 @@
1
+
2
+ # FreelanceJobsDetailContribution
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `contributionPerParticipantLimit` | number
10
+ `maxCommittedParticipants` | number
11
+ `rewardPerContribution` | number
12
+ `submissionLimit` | number
13
+ `submissionMultiplier` | number
14
+
15
+
16
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
17
+
18
+