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/docs/MarketApi.md CHANGED
@@ -20,7 +20,7 @@ All URIs are relative to *https://esi.evetech.net*
20
20
 
21
21
  ## getCharactersCharacterIdOrders
22
22
 
23
- > Array<CharactersCharacterIdOrdersGetInner> getCharactersCharacterIdOrders(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
23
+ > Array<CharactersCharacterIdOrdersGetInner> getCharactersCharacterIdOrders(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
24
24
 
25
25
  List open orders from a character
26
26
 
@@ -46,7 +46,7 @@ async function example() {
46
46
  const body = {
47
47
  // number | The ID of the character
48
48
  characterId: 789,
49
- // '2020-01-01' | The compatibility date for the request.
49
+ // '2025-12-16' | The compatibility date for the request.
50
50
  xCompatibilityDate: 2013-10-20,
51
51
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
52
52
  acceptLanguage: acceptLanguage_example,
@@ -54,6 +54,8 @@ async function example() {
54
54
  ifNoneMatch: ifNoneMatch_example,
55
55
  // string | The tenant ID for the request. (optional)
56
56
  xTenant: ,
57
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
58
+ ifModifiedSince: ifModifiedSince_example,
57
59
  } satisfies GetCharactersCharacterIdOrdersRequest;
58
60
 
59
61
  try {
@@ -74,10 +76,11 @@ example().catch(console.error);
74
76
  | Name | Type | Description | Notes |
75
77
  |------------- | ------------- | ------------- | -------------|
76
78
  | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
77
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
79
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
78
80
  | **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] |
79
81
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
80
82
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
83
+ | **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`] |
81
84
 
82
85
  ### Return type
83
86
 
@@ -104,7 +107,7 @@ example().catch(console.error);
104
107
 
105
108
  ## getCharactersCharacterIdOrdersHistory
106
109
 
107
- > Array<CharactersCharacterIdOrdersHistoryGetInner> getCharactersCharacterIdOrdersHistory(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
110
+ > Array<CharactersCharacterIdOrdersHistoryGetInner> getCharactersCharacterIdOrdersHistory(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
108
111
 
109
112
  List historical orders by a character
110
113
 
@@ -130,7 +133,7 @@ async function example() {
130
133
  const body = {
131
134
  // number | The ID of the character
132
135
  characterId: 789,
133
- // '2020-01-01' | The compatibility date for the request.
136
+ // '2025-12-16' | The compatibility date for the request.
134
137
  xCompatibilityDate: 2013-10-20,
135
138
  // number (optional)
136
139
  page: 56,
@@ -140,6 +143,8 @@ async function example() {
140
143
  ifNoneMatch: ifNoneMatch_example,
141
144
  // string | The tenant ID for the request. (optional)
142
145
  xTenant: ,
146
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
147
+ ifModifiedSince: ifModifiedSince_example,
143
148
  } satisfies GetCharactersCharacterIdOrdersHistoryRequest;
144
149
 
145
150
  try {
@@ -160,11 +165,12 @@ example().catch(console.error);
160
165
  | Name | Type | Description | Notes |
161
166
  |------------- | ------------- | ------------- | -------------|
162
167
  | **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
163
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
168
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
164
169
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
165
170
  | **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] |
166
171
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
167
172
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
173
+ | **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`] |
168
174
 
169
175
  ### Return type
170
176
 
@@ -191,7 +197,7 @@ example().catch(console.error);
191
197
 
192
198
  ## getCorporationsCorporationIdOrders
193
199
 
194
- > Array<CorporationsCorporationIdOrdersGetInner> getCorporationsCorporationIdOrders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
200
+ > Array<CorporationsCorporationIdOrdersGetInner> getCorporationsCorporationIdOrders(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
195
201
 
196
202
  List open orders from a corporation
197
203
 
@@ -217,7 +223,7 @@ async function example() {
217
223
  const body = {
218
224
  // number | The ID of the corporation
219
225
  corporationId: 789,
220
- // '2020-01-01' | The compatibility date for the request.
226
+ // '2025-12-16' | The compatibility date for the request.
221
227
  xCompatibilityDate: 2013-10-20,
222
228
  // number (optional)
223
229
  page: 56,
@@ -227,6 +233,8 @@ async function example() {
227
233
  ifNoneMatch: ifNoneMatch_example,
228
234
  // string | The tenant ID for the request. (optional)
229
235
  xTenant: ,
236
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
237
+ ifModifiedSince: ifModifiedSince_example,
230
238
  } satisfies GetCorporationsCorporationIdOrdersRequest;
231
239
 
232
240
  try {
@@ -247,11 +255,12 @@ example().catch(console.error);
247
255
  | Name | Type | Description | Notes |
248
256
  |------------- | ------------- | ------------- | -------------|
249
257
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
250
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
258
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
251
259
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
252
260
  | **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] |
253
261
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
254
262
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
263
+ | **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`] |
255
264
 
256
265
  ### Return type
257
266
 
@@ -278,7 +287,7 @@ example().catch(console.error);
278
287
 
279
288
  ## getCorporationsCorporationIdOrdersHistory
280
289
 
281
- > Array<CorporationsCorporationIdOrdersHistoryGetInner> getCorporationsCorporationIdOrdersHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
290
+ > Array<CorporationsCorporationIdOrdersHistoryGetInner> getCorporationsCorporationIdOrdersHistory(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
282
291
 
283
292
  List historical orders from a corporation
284
293
 
@@ -304,7 +313,7 @@ async function example() {
304
313
  const body = {
305
314
  // number | The ID of the corporation
306
315
  corporationId: 789,
307
- // '2020-01-01' | The compatibility date for the request.
316
+ // '2025-12-16' | The compatibility date for the request.
308
317
  xCompatibilityDate: 2013-10-20,
309
318
  // number (optional)
310
319
  page: 56,
@@ -314,6 +323,8 @@ async function example() {
314
323
  ifNoneMatch: ifNoneMatch_example,
315
324
  // string | The tenant ID for the request. (optional)
316
325
  xTenant: ,
326
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
327
+ ifModifiedSince: ifModifiedSince_example,
317
328
  } satisfies GetCorporationsCorporationIdOrdersHistoryRequest;
318
329
 
319
330
  try {
@@ -334,11 +345,12 @@ example().catch(console.error);
334
345
  | Name | Type | Description | Notes |
335
346
  |------------- | ------------- | ------------- | -------------|
336
347
  | **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
337
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
348
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
338
349
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
339
350
  | **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] |
340
351
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
341
352
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
353
+ | **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`] |
342
354
 
343
355
  ### Return type
344
356
 
@@ -365,7 +377,7 @@ example().catch(console.error);
365
377
 
366
378
  ## getMarketsGroups
367
379
 
368
- > Array<number> getMarketsGroups(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
380
+ > Array<number> getMarketsGroups(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
369
381
 
370
382
  Get item groups
371
383
 
@@ -385,7 +397,7 @@ async function example() {
385
397
  const api = new MarketApi();
386
398
 
387
399
  const body = {
388
- // '2020-01-01' | The compatibility date for the request.
400
+ // '2025-12-16' | The compatibility date for the request.
389
401
  xCompatibilityDate: 2013-10-20,
390
402
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
391
403
  acceptLanguage: acceptLanguage_example,
@@ -393,6 +405,8 @@ async function example() {
393
405
  ifNoneMatch: ifNoneMatch_example,
394
406
  // string | The tenant ID for the request. (optional)
395
407
  xTenant: ,
408
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
409
+ ifModifiedSince: ifModifiedSince_example,
396
410
  } satisfies GetMarketsGroupsRequest;
397
411
 
398
412
  try {
@@ -412,10 +426,11 @@ example().catch(console.error);
412
426
 
413
427
  | Name | Type | Description | Notes |
414
428
  |------------- | ------------- | ------------- | -------------|
415
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
429
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
416
430
  | **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] |
417
431
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
418
432
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
433
+ | **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`] |
419
434
 
420
435
  ### Return type
421
436
 
@@ -442,7 +457,7 @@ No authorization required
442
457
 
443
458
  ## getMarketsGroupsMarketGroupId
444
459
 
445
- > MarketsGroupsMarketGroupIdGet getMarketsGroupsMarketGroupId(marketGroupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
460
+ > MarketsGroupsMarketGroupIdGet getMarketsGroupsMarketGroupId(marketGroupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
446
461
 
447
462
  Get item group information
448
463
 
@@ -464,7 +479,7 @@ async function example() {
464
479
  const body = {
465
480
  // number
466
481
  marketGroupId: 789,
467
- // '2020-01-01' | The compatibility date for the request.
482
+ // '2025-12-16' | The compatibility date for the request.
468
483
  xCompatibilityDate: 2013-10-20,
469
484
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
470
485
  acceptLanguage: acceptLanguage_example,
@@ -472,6 +487,8 @@ async function example() {
472
487
  ifNoneMatch: ifNoneMatch_example,
473
488
  // string | The tenant ID for the request. (optional)
474
489
  xTenant: ,
490
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
491
+ ifModifiedSince: ifModifiedSince_example,
475
492
  } satisfies GetMarketsGroupsMarketGroupIdRequest;
476
493
 
477
494
  try {
@@ -492,10 +509,11 @@ example().catch(console.error);
492
509
  | Name | Type | Description | Notes |
493
510
  |------------- | ------------- | ------------- | -------------|
494
511
  | **marketGroupId** | `number` | | [Defaults to `undefined`] |
495
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
512
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
496
513
  | **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] |
497
514
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
498
515
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
516
+ | **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`] |
499
517
 
500
518
  ### Return type
501
519
 
@@ -522,7 +540,7 @@ No authorization required
522
540
 
523
541
  ## getMarketsPrices
524
542
 
525
- > Array<MarketsPricesGetInner> getMarketsPrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
543
+ > Array<MarketsPricesGetInner> getMarketsPrices(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
526
544
 
527
545
  List market prices
528
546
 
@@ -542,7 +560,7 @@ async function example() {
542
560
  const api = new MarketApi();
543
561
 
544
562
  const body = {
545
- // '2020-01-01' | The compatibility date for the request.
563
+ // '2025-12-16' | The compatibility date for the request.
546
564
  xCompatibilityDate: 2013-10-20,
547
565
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
548
566
  acceptLanguage: acceptLanguage_example,
@@ -550,6 +568,8 @@ async function example() {
550
568
  ifNoneMatch: ifNoneMatch_example,
551
569
  // string | The tenant ID for the request. (optional)
552
570
  xTenant: ,
571
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
572
+ ifModifiedSince: ifModifiedSince_example,
553
573
  } satisfies GetMarketsPricesRequest;
554
574
 
555
575
  try {
@@ -569,10 +589,11 @@ example().catch(console.error);
569
589
 
570
590
  | Name | Type | Description | Notes |
571
591
  |------------- | ------------- | ------------- | -------------|
572
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
592
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
573
593
  | **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] |
574
594
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
575
595
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
596
+ | **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`] |
576
597
 
577
598
  ### Return type
578
599
 
@@ -599,7 +620,7 @@ No authorization required
599
620
 
600
621
  ## getMarketsRegionIdHistory
601
622
 
602
- > Array<MarketsRegionIdHistoryGetInner> getMarketsRegionIdHistory(regionId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
623
+ > Array<MarketsRegionIdHistoryGetInner> getMarketsRegionIdHistory(regionId, typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
603
624
 
604
625
  List historical market statistics in a region
605
626
 
@@ -623,7 +644,7 @@ async function example() {
623
644
  regionId: 789,
624
645
  // number
625
646
  typeId: 789,
626
- // '2020-01-01' | The compatibility date for the request.
647
+ // '2025-12-16' | The compatibility date for the request.
627
648
  xCompatibilityDate: 2013-10-20,
628
649
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
629
650
  acceptLanguage: acceptLanguage_example,
@@ -631,6 +652,8 @@ async function example() {
631
652
  ifNoneMatch: ifNoneMatch_example,
632
653
  // string | The tenant ID for the request. (optional)
633
654
  xTenant: ,
655
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
656
+ ifModifiedSince: ifModifiedSince_example,
634
657
  } satisfies GetMarketsRegionIdHistoryRequest;
635
658
 
636
659
  try {
@@ -652,10 +675,11 @@ example().catch(console.error);
652
675
  |------------- | ------------- | ------------- | -------------|
653
676
  | **regionId** | `number` | | [Defaults to `undefined`] |
654
677
  | **typeId** | `number` | | [Defaults to `undefined`] |
655
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
678
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
656
679
  | **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] |
657
680
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
658
681
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
682
+ | **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`] |
659
683
 
660
684
  ### Return type
661
685
 
@@ -682,7 +706,7 @@ No authorization required
682
706
 
683
707
  ## getMarketsRegionIdOrders
684
708
 
685
- > Array<MarketsRegionIdOrdersGetInner> getMarketsRegionIdOrders(orderType, regionId, xCompatibilityDate, page, typeId, acceptLanguage, ifNoneMatch, xTenant)
709
+ > Array<MarketsRegionIdOrdersGetInner> getMarketsRegionIdOrders(orderType, regionId, xCompatibilityDate, page, typeId, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
686
710
 
687
711
  List orders in a region
688
712
 
@@ -706,7 +730,7 @@ async function example() {
706
730
  orderType: orderType_example,
707
731
  // number
708
732
  regionId: 789,
709
- // '2020-01-01' | The compatibility date for the request.
733
+ // '2025-12-16' | The compatibility date for the request.
710
734
  xCompatibilityDate: 2013-10-20,
711
735
  // number (optional)
712
736
  page: 56,
@@ -718,6 +742,8 @@ async function example() {
718
742
  ifNoneMatch: ifNoneMatch_example,
719
743
  // string | The tenant ID for the request. (optional)
720
744
  xTenant: ,
745
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
746
+ ifModifiedSince: ifModifiedSince_example,
721
747
  } satisfies GetMarketsRegionIdOrdersRequest;
722
748
 
723
749
  try {
@@ -739,12 +765,13 @@ example().catch(console.error);
739
765
  |------------- | ------------- | ------------- | -------------|
740
766
  | **orderType** | `buy`, `sell`, `all` | | [Defaults to `'all'`] [Enum: buy, sell, all] |
741
767
  | **regionId** | `number` | | [Defaults to `undefined`] |
742
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
768
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
743
769
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
744
770
  | **typeId** | `number` | | [Optional] [Defaults to `undefined`] |
745
771
  | **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] |
746
772
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
747
773
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
774
+ | **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`] |
748
775
 
749
776
  ### Return type
750
777
 
@@ -771,7 +798,7 @@ No authorization required
771
798
 
772
799
  ## getMarketsRegionIdTypes
773
800
 
774
- > Array<number> getMarketsRegionIdTypes(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
801
+ > Array<number> getMarketsRegionIdTypes(regionId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
775
802
 
776
803
  List type IDs relevant to a market
777
804
 
@@ -793,7 +820,7 @@ async function example() {
793
820
  const body = {
794
821
  // number
795
822
  regionId: 789,
796
- // '2020-01-01' | The compatibility date for the request.
823
+ // '2025-12-16' | The compatibility date for the request.
797
824
  xCompatibilityDate: 2013-10-20,
798
825
  // number (optional)
799
826
  page: 56,
@@ -803,6 +830,8 @@ async function example() {
803
830
  ifNoneMatch: ifNoneMatch_example,
804
831
  // string | The tenant ID for the request. (optional)
805
832
  xTenant: ,
833
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
834
+ ifModifiedSince: ifModifiedSince_example,
806
835
  } satisfies GetMarketsRegionIdTypesRequest;
807
836
 
808
837
  try {
@@ -823,11 +852,12 @@ example().catch(console.error);
823
852
  | Name | Type | Description | Notes |
824
853
  |------------- | ------------- | ------------- | -------------|
825
854
  | **regionId** | `number` | | [Defaults to `undefined`] |
826
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
855
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
827
856
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
828
857
  | **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] |
829
858
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
830
859
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
860
+ | **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`] |
831
861
 
832
862
  ### Return type
833
863
 
@@ -854,7 +884,7 @@ No authorization required
854
884
 
855
885
  ## getMarketsStructuresStructureId
856
886
 
857
- > Array<MarketsStructuresStructureIdGetInner> getMarketsStructuresStructureId(structureId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
887
+ > Array<MarketsStructuresStructureIdGetInner> getMarketsStructuresStructureId(structureId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
858
888
 
859
889
  List orders in a structure
860
890
 
@@ -880,7 +910,7 @@ async function example() {
880
910
  const body = {
881
911
  // number
882
912
  structureId: 789,
883
- // '2020-01-01' | The compatibility date for the request.
913
+ // '2025-12-16' | The compatibility date for the request.
884
914
  xCompatibilityDate: 2013-10-20,
885
915
  // number (optional)
886
916
  page: 56,
@@ -890,6 +920,8 @@ async function example() {
890
920
  ifNoneMatch: ifNoneMatch_example,
891
921
  // string | The tenant ID for the request. (optional)
892
922
  xTenant: ,
923
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
924
+ ifModifiedSince: ifModifiedSince_example,
893
925
  } satisfies GetMarketsStructuresStructureIdRequest;
894
926
 
895
927
  try {
@@ -910,11 +942,12 @@ example().catch(console.error);
910
942
  | Name | Type | Description | Notes |
911
943
  |------------- | ------------- | ------------- | -------------|
912
944
  | **structureId** | `number` | | [Defaults to `undefined`] |
913
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
945
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
914
946
  | **page** | `number` | | [Optional] [Defaults to `undefined`] |
915
947
  | **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] |
916
948
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
917
949
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
950
+ | **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`] |
918
951
 
919
952
  ### Return type
920
953
 
@@ -0,0 +1,14 @@
1
+
2
+ # Matcher
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `matcher` | [FreelanceJobsDetailParametermatcher](FreelanceJobsDetailParametermatcher.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
+
package/docs/MetaApi.md CHANGED
@@ -6,12 +6,13 @@ All URIs are relative to *https://esi.evetech.net*
6
6
  |------------- | ------------- | -------------|
7
7
  | [**getMetaChangelog**](MetaApi.md#getmetachangelog) | **GET** /meta/changelog | Get changelog |
8
8
  | [**getMetaCompatibilityDates**](MetaApi.md#getmetacompatibilitydates) | **GET** /meta/compatibility-dates | Get compatibility dates |
9
+ | [**getMetaStatus**](MetaApi.md#getmetastatus) | **GET** /meta/status | Get health status |
9
10
 
10
11
 
11
12
 
12
13
  ## getMetaChangelog
13
14
 
14
- > MetaChangelog getMetaChangelog(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
15
+ > MetaChangelog getMetaChangelog(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
15
16
 
16
17
  Get changelog
17
18
 
@@ -31,7 +32,7 @@ async function example() {
31
32
  const api = new MetaApi();
32
33
 
33
34
  const body = {
34
- // '2020-01-01' | The compatibility date for the request.
35
+ // '2025-12-16' | The compatibility date for the request.
35
36
  xCompatibilityDate: 2013-10-20,
36
37
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
37
38
  acceptLanguage: acceptLanguage_example,
@@ -39,6 +40,8 @@ async function example() {
39
40
  ifNoneMatch: ifNoneMatch_example,
40
41
  // string | The tenant ID for the request. (optional)
41
42
  xTenant: ,
43
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
44
+ ifModifiedSince: ifModifiedSince_example,
42
45
  } satisfies GetMetaChangelogRequest;
43
46
 
44
47
  try {
@@ -58,10 +61,11 @@ example().catch(console.error);
58
61
 
59
62
  | Name | Type | Description | Notes |
60
63
  |------------- | ------------- | ------------- | -------------|
61
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
64
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
62
65
  | **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] |
63
66
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
64
67
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
68
+ | **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`] |
65
69
 
66
70
  ### Return type
67
71
 
@@ -81,14 +85,14 @@ No authorization required
81
85
  | Status code | Description | Response headers |
82
86
  |-------------|-------------|------------------|
83
87
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
84
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
88
+ | **0** | Error | - |
85
89
 
86
90
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
87
91
 
88
92
 
89
93
  ## getMetaCompatibilityDates
90
94
 
91
- > MetaCompatibilityDates getMetaCompatibilityDates(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
95
+ > MetaCompatibilityDates getMetaCompatibilityDates(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
92
96
 
93
97
  Get compatibility dates
94
98
 
@@ -108,7 +112,7 @@ async function example() {
108
112
  const api = new MetaApi();
109
113
 
110
114
  const body = {
111
- // '2020-01-01' | The compatibility date for the request.
115
+ // '2025-12-16' | The compatibility date for the request.
112
116
  xCompatibilityDate: 2013-10-20,
113
117
  // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
114
118
  acceptLanguage: acceptLanguage_example,
@@ -116,6 +120,8 @@ async function example() {
116
120
  ifNoneMatch: ifNoneMatch_example,
117
121
  // string | The tenant ID for the request. (optional)
118
122
  xTenant: ,
123
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
124
+ ifModifiedSince: ifModifiedSince_example,
119
125
  } satisfies GetMetaCompatibilityDatesRequest;
120
126
 
121
127
  try {
@@ -135,10 +141,11 @@ example().catch(console.error);
135
141
 
136
142
  | Name | Type | Description | Notes |
137
143
  |------------- | ------------- | ------------- | -------------|
138
- | **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
144
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
139
145
  | **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] |
140
146
  | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
141
147
  | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
148
+ | **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`] |
142
149
 
143
150
  ### Return type
144
151
 
@@ -158,7 +165,87 @@ No authorization required
158
165
  | Status code | Description | Response headers |
159
166
  |-------------|-------------|------------------|
160
167
  | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
161
- | **0** | Error | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
168
+ | **0** | Error | - |
169
+
170
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
171
+
172
+
173
+ ## getMetaStatus
174
+
175
+ > MetaStatus getMetaStatus(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
176
+
177
+ Get health status
178
+
179
+ Get the health status of each API route.
180
+
181
+ ### Example
182
+
183
+ ```ts
184
+ import {
185
+ Configuration,
186
+ MetaApi,
187
+ } from 'esisl_genoa_client';
188
+ import type { GetMetaStatusRequest } from 'esisl_genoa_client';
189
+
190
+ async function example() {
191
+ console.log("🚀 Testing esisl_genoa_client SDK...");
192
+ const api = new MetaApi();
193
+
194
+ const body = {
195
+ // '2025-12-16' | The compatibility date for the request.
196
+ xCompatibilityDate: 2013-10-20,
197
+ // 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
198
+ acceptLanguage: acceptLanguage_example,
199
+ // string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
200
+ ifNoneMatch: ifNoneMatch_example,
201
+ // string | The tenant ID for the request. (optional)
202
+ xTenant: ,
203
+ // string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
204
+ ifModifiedSince: ifModifiedSince_example,
205
+ } satisfies GetMetaStatusRequest;
206
+
207
+ try {
208
+ const data = await api.getMetaStatus(body);
209
+ console.log(data);
210
+ } catch (error) {
211
+ console.error(error);
212
+ }
213
+ }
214
+
215
+ // Run the test
216
+ example().catch(console.error);
217
+ ```
218
+
219
+ ### Parameters
220
+
221
+
222
+ | Name | Type | Description | Notes |
223
+ |------------- | ------------- | ------------- | -------------|
224
+ | **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
225
+ | **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] |
226
+ | **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
227
+ | **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `&#39;tranquility&#39;`] |
228
+ | **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`] |
229
+
230
+ ### Return type
231
+
232
+ [**MetaStatus**](MetaStatus.md)
233
+
234
+ ### Authorization
235
+
236
+ No authorization required
237
+
238
+ ### HTTP request headers
239
+
240
+ - **Content-Type**: Not defined
241
+ - **Accept**: `application/json`
242
+
243
+
244
+ ### HTTP response details
245
+ | Status code | Description | Response headers |
246
+ |-------------|-------------|------------------|
247
+ | **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
248
+ | **0** | Error | - |
162
249
 
163
250
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
164
251
 
@@ -8,9 +8,9 @@ Name | Type
8
8
  ------------ | -------------
9
9
  `compatibilityDate` | string
10
10
  `description` | string
11
- `isBreaking` | boolean
12
11
  `method` | string
13
12
  `path` | string
13
+ `type` | string
14
14
 
15
15
 
16
16
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
@@ -0,0 +1,14 @@
1
+
2
+ # MetaStatus
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `routes` | [Array&lt;MetaStatusRoutestatus&gt;](MetaStatusRoutestatus.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
+