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.
- package/.openapi-generator/FILES +105 -0
- package/README.md +119 -5
- package/dist/apis/AllianceApi.d.ts +25 -17
- package/dist/apis/AllianceApi.js +42 -17
- package/dist/apis/AssetsApi.d.ts +37 -25
- package/dist/apis/AssetsApi.js +62 -25
- package/dist/apis/CalendarApi.d.ts +25 -17
- package/dist/apis/CalendarApi.js +42 -18
- package/dist/apis/CharacterApi.d.ts +85 -57
- package/dist/apis/CharacterApi.js +142 -63
- package/dist/apis/ClonesApi.d.ts +13 -9
- package/dist/apis/ClonesApi.js +22 -9
- package/dist/apis/ContactsApi.d.ts +55 -37
- package/dist/apis/ContactsApi.js +92 -39
- package/dist/apis/ContractsApi.d.ts +55 -37
- package/dist/apis/ContractsApi.js +92 -37
- package/dist/apis/CorporationApi.d.ts +133 -89
- package/dist/apis/CorporationApi.js +222 -95
- package/dist/apis/CorporationProjectsApi.d.ts +288 -0
- package/dist/apis/CorporationProjectsApi.js +514 -0
- package/dist/apis/DogmaApi.d.ts +31 -21
- package/dist/apis/DogmaApi.js +52 -21
- package/dist/apis/FactionWarfareApi.d.ts +49 -33
- package/dist/apis/FactionWarfareApi.js +82 -33
- package/dist/apis/FittingsApi.d.ts +19 -13
- package/dist/apis/FittingsApi.js +32 -14
- package/dist/apis/FleetsApi.d.ts +85 -57
- package/dist/apis/FleetsApi.js +142 -65
- package/dist/apis/FreelanceJobsApi.d.ts +396 -0
- package/dist/apis/FreelanceJobsApi.js +696 -0
- package/dist/apis/IncursionsApi.d.ts +7 -5
- package/dist/apis/IncursionsApi.js +12 -5
- package/dist/apis/IndustryApi.d.ts +49 -33
- package/dist/apis/IndustryApi.js +82 -33
- package/dist/apis/InsuranceApi.d.ts +7 -5
- package/dist/apis/InsuranceApi.js +12 -5
- package/dist/apis/KillmailsApi.d.ts +19 -13
- package/dist/apis/KillmailsApi.js +32 -13
- package/dist/apis/LocationApi.d.ts +19 -13
- package/dist/apis/LocationApi.js +32 -13
- package/dist/apis/LoyaltyApi.d.ts +13 -9
- package/dist/apis/LoyaltyApi.js +22 -9
- package/dist/apis/MailApi.d.ts +55 -37
- package/dist/apis/MailApi.js +92 -52
- package/dist/apis/MarketApi.d.ts +67 -45
- package/dist/apis/MarketApi.js +112 -45
- package/dist/apis/MetaApi.d.ts +70 -10
- package/dist/apis/MetaApi.js +116 -10
- package/dist/apis/PlanetaryInteractionApi.d.ts +25 -17
- package/dist/apis/PlanetaryInteractionApi.js +42 -17
- package/dist/apis/RoutesApi.d.ts +29 -39
- package/dist/apis/RoutesApi.js +48 -55
- package/dist/apis/SearchApi.d.ts +7 -5
- package/dist/apis/SearchApi.js +12 -5
- package/dist/apis/SkillsApi.d.ts +19 -13
- package/dist/apis/SkillsApi.js +32 -13
- package/dist/apis/SovereigntyApi.d.ts +19 -13
- package/dist/apis/SovereigntyApi.js +32 -13
- package/dist/apis/StatusApi.d.ts +7 -5
- package/dist/apis/StatusApi.js +12 -5
- package/dist/apis/UniverseApi.d.ts +181 -121
- package/dist/apis/UniverseApi.js +302 -121
- package/dist/apis/UserInterfaceApi.d.ts +31 -21
- package/dist/apis/UserInterfaceApi.js +52 -26
- package/dist/apis/WalletApi.d.ts +37 -25
- package/dist/apis/WalletApi.js +62 -31
- package/dist/apis/WarsApi.d.ts +19 -13
- package/dist/apis/WarsApi.js +32 -13
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.js +13 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -0
- package/dist/models/index.d.ts +2339 -295
- package/dist/models/index.js +165 -2
- package/dist/runtime.d.ts +6 -56
- package/dist/runtime.js +4 -309
- package/docs/AllianceApi.md +24 -12
- package/docs/AllianceId.md +14 -0
- package/docs/AssetsApi.md +36 -18
- package/docs/CalendarApi.md +24 -12
- package/docs/CaptureFwComplex.md +14 -0
- package/docs/CharacterApi.md +84 -42
- package/docs/CharacterId.md +14 -0
- package/docs/CharactersFreelanceJobsListing.md +14 -0
- package/docs/CharactersFreelanceJobsParticipation.md +16 -0
- package/docs/ClonesApi.md +12 -6
- package/docs/ConstellationId.md +14 -0
- package/docs/ContactsApi.md +54 -27
- package/docs/ContractsApi.md +54 -27
- package/docs/CorporationApi.md +132 -66
- package/docs/CorporationId.md +14 -0
- package/docs/CorporationItemDelivery.md +14 -0
- package/docs/CorporationProjectsApi.md +393 -0
- package/docs/CorporationsFreelanceJobsListing.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipants.md +15 -0
- package/docs/CorporationsFreelanceJobsParticipantsParticipant.md +17 -0
- package/docs/CorporationsProjectsContribution.md +15 -0
- package/docs/CorporationsProjectsContributors.md +15 -0
- package/docs/CorporationsProjectsContributorsContributor.md +16 -0
- package/docs/CorporationsProjectsDetail.md +23 -0
- package/docs/CorporationsProjectsDetailConfiguration.md +31 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationcapturefwcomplexLocationsInner.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipIdentitiesInner.md +17 -0
- package/docs/CorporationsProjectsDetailConfigurationdamageshipShipsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdefendfwcomplex.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemDockingLocationsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdeliveritemItemsInner.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroynpc.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationdestroyship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationearnloyaltypoints.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationlostship.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmanufactureitem.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherarchetype.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchercorporation.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatcherfaction.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationmatchersignature.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationminematerial.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationremoteboostshield.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationremoterepairarmor.md +16 -0
- package/docs/CorporationsProjectsDetailConfigurationsalvagewreck.md +14 -0
- package/docs/CorporationsProjectsDetailConfigurationscansignature.md +15 -0
- package/docs/CorporationsProjectsDetailConfigurationshipinsurance.md +18 -0
- package/docs/CorporationsProjectsDetailConfigurationunknown.md +15 -0
- package/docs/CorporationsProjectsDetailContribution.md +17 -0
- package/docs/CorporationsProjectsDetailCreator.md +15 -0
- package/docs/CorporationsProjectsDetailDetails.md +18 -0
- package/docs/CorporationsProjectsDetailProgress.md +15 -0
- package/docs/CorporationsProjectsDetailProject.md +19 -0
- package/docs/CorporationsProjectsDetailReward.md +15 -0
- package/docs/CorporationsProjectsListing.md +15 -0
- package/docs/Cursor.md +15 -0
- package/docs/DamageShip.md +14 -0
- package/docs/DefendFwComplex.md +14 -0
- package/docs/DeliverItem.md +14 -0
- package/docs/DestroyNpc.md +14 -0
- package/docs/DestroyShip.md +14 -0
- package/docs/DogmaApi.md +30 -15
- package/docs/EarnLoyaltyPoint.md +14 -0
- package/docs/FactionId.md +14 -0
- package/docs/FactionWarfareApi.md +48 -24
- package/docs/FittingsApi.md +18 -9
- package/docs/FleetsApi.md +84 -42
- package/docs/FreelanceJobsApi.md +561 -0
- package/docs/FreelanceJobsDetail.md +23 -0
- package/docs/FreelanceJobsDetailAccessandvisibility.md +16 -0
- package/docs/FreelanceJobsDetailBroadcastlocations.md +15 -0
- package/docs/FreelanceJobsDetailConfiguration.md +16 -0
- package/docs/FreelanceJobsDetailConfigurationParametersValue.md +17 -0
- package/docs/FreelanceJobsDetailContribution.md +18 -0
- package/docs/FreelanceJobsDetailCreator.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcharacter.md +15 -0
- package/docs/FreelanceJobsDetailCreatorcorporation.md +15 -0
- package/docs/FreelanceJobsDetailDetails.md +19 -0
- package/docs/FreelanceJobsDetailFreelancejob.md +19 -0
- package/docs/FreelanceJobsDetailParameterboolean.md +14 -0
- package/docs/FreelanceJobsDetailParametercorporationitemdelivery.md +15 -0
- package/docs/FreelanceJobsDetailParametermatcher.md +14 -0
- package/docs/FreelanceJobsDetailParametermatchervalue.md +15 -0
- package/docs/FreelanceJobsDetailParameteroptions.md +14 -0
- package/docs/FreelanceJobsDetailProgress.md +15 -0
- package/docs/FreelanceJobsDetailRestrictions.md +15 -0
- package/docs/FreelanceJobsDetailReward.md +15 -0
- package/docs/FreelanceJobsListing.md +15 -0
- package/docs/GroupId.md +14 -0
- package/docs/GroupId1.md +14 -0
- package/docs/IncursionsApi.md +6 -3
- package/docs/IndustryApi.md +48 -24
- package/docs/InsuranceApi.md +6 -3
- package/docs/KillmailsApi.md +18 -9
- package/docs/LocationApi.md +18 -9
- package/docs/LostShip.md +14 -0
- package/docs/LoyaltyApi.md +12 -6
- package/docs/MailApi.md +54 -27
- package/docs/Manual.md +14 -0
- package/docs/ManufactureItem.md +14 -0
- package/docs/MarketApi.md +66 -33
- package/docs/Matcher.md +14 -0
- package/docs/MetaApi.md +95 -8
- package/docs/MetaChangelogEntry.md +1 -1
- package/docs/MetaStatus.md +14 -0
- package/docs/MetaStatusRoutestatus.md +16 -0
- package/docs/MineMaterial.md +14 -0
- package/docs/ModelBoolean.md +14 -0
- package/docs/Options.md +14 -0
- package/docs/PlanetaryInteractionApi.md +24 -12
- package/docs/RegionId.md +14 -0
- package/docs/RemoteBoostShield.md +14 -0
- package/docs/RemoteRepairArmor.md +14 -0
- package/docs/Route.md +14 -0
- package/docs/RouteConnection.md +15 -0
- package/docs/RouteRequestBody.md +17 -0
- package/docs/RoutesApi.md +24 -27
- package/docs/SalvageWreck.md +14 -0
- package/docs/ScanSignature.md +14 -0
- package/docs/SearchApi.md +6 -3
- package/docs/ShipInsurance.md +14 -0
- package/docs/SkillsApi.md +18 -9
- package/docs/SolarSystemId.md +14 -0
- package/docs/SovereigntyApi.md +18 -9
- package/docs/StationId.md +14 -0
- package/docs/StatusApi.md +6 -3
- package/docs/StructureId.md +14 -0
- package/docs/TypeId.md +14 -0
- package/docs/UniverseApi.md +180 -90
- package/docs/Unknown.md +14 -0
- package/docs/UserInterfaceApi.md +30 -15
- package/docs/WalletApi.md +36 -18
- package/docs/WarsApi.md +18 -9
- package/esisl_genoa_client-0.1.6.tgz +0 -0
- package/package.json +1 -1
- package/src/apis/AllianceApi.ts +70 -25
- package/src/apis/AssetsApi.ts +104 -37
- package/src/apis/CalendarApi.ts +70 -25
- package/src/apis/CharacterApi.ts +240 -89
- package/src/apis/ClonesApi.ts +36 -13
- package/src/apis/ContactsApi.ts +155 -55
- package/src/apis/ContractsApi.ts +155 -55
- package/src/apis/CorporationApi.ts +376 -137
- package/src/apis/CorporationProjectsApi.ts +667 -0
- package/src/apis/DogmaApi.ts +87 -31
- package/src/apis/FactionWarfareApi.ts +138 -49
- package/src/apis/FittingsApi.ts +53 -19
- package/src/apis/FleetsApi.ts +240 -85
- package/src/apis/FreelanceJobsApi.ts +907 -0
- package/src/apis/IncursionsApi.ts +19 -7
- package/src/apis/IndustryApi.ts +138 -49
- package/src/apis/InsuranceApi.ts +19 -7
- package/src/apis/KillmailsApi.ts +53 -19
- package/src/apis/LocationApi.ts +53 -19
- package/src/apis/LoyaltyApi.ts +36 -13
- package/src/apis/MailApi.ts +155 -63
- package/src/apis/MarketApi.ts +189 -67
- package/src/apis/MetaApi.ts +156 -13
- package/src/apis/PlanetaryInteractionApi.ts +70 -25
- package/src/apis/RoutesApi.ts +67 -66
- package/src/apis/SearchApi.ts +19 -7
- package/src/apis/SkillsApi.ts +53 -19
- package/src/apis/SovereigntyApi.ts +53 -19
- package/src/apis/StatusApi.ts +19 -7
- package/src/apis/UniverseApi.ts +512 -181
- package/src/apis/UserInterfaceApi.ts +87 -31
- package/src/apis/WalletApi.ts +104 -41
- package/src/apis/WarsApi.ts +53 -19
- package/src/apis/index.ts +2 -0
- package/src/constants.ts +10 -0
- package/src/index.ts +1 -0
- package/src/models/index.ts +2374 -308
- package/src/runtime.ts +14 -225
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/esisl_genoa_client-0.1.1.tgz +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailCreator
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`character` | [FreelanceJobsDetailCreatorcharacter](FreelanceJobsDetailCreatorcharacter.md)
|
|
10
|
+
`corporation` | [FreelanceJobsDetailCreatorcorporation](FreelanceJobsDetailCreatorcorporation.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailCreatorcharacter
|
|
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,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailCreatorcorporation
|
|
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,19 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailDetails
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`career` | string
|
|
10
|
+
`created` | string
|
|
11
|
+
`creator` | [FreelanceJobsDetailCreator](FreelanceJobsDetailCreator.md)
|
|
12
|
+
`description` | string
|
|
13
|
+
`expires` | string
|
|
14
|
+
`finished` | string
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailFreelancejob
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`id` | string
|
|
10
|
+
`lastModified` | string
|
|
11
|
+
`name` | string
|
|
12
|
+
`progress` | [FreelanceJobsDetailProgress](FreelanceJobsDetailProgress.md)
|
|
13
|
+
`reward` | [FreelanceJobsDetailReward](FreelanceJobsDetailReward.md)
|
|
14
|
+
`state` | string
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailParameterboolean
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`value` | boolean
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailParametercorporationitemdelivery
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`corporationOfficeLocation` | [FreelanceJobsDetailParametermatcher](FreelanceJobsDetailParametermatcher.md)
|
|
10
|
+
`itemType` | [FreelanceJobsDetailParametermatcher](FreelanceJobsDetailParametermatcher.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailParametermatcher
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`values` | [Array<FreelanceJobsDetailParametermatchervalue>](FreelanceJobsDetailParametermatchervalue.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailParametermatchervalue
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`valueType` | string
|
|
10
|
+
`values` | Array<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,14 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailParameteroptions
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`selected` | Array<string>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailProgress
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`current` | number
|
|
10
|
+
`desired` | number
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailRestrictions
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`maximumAge` | number
|
|
10
|
+
`minimumAge` | number
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsDetailReward
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`initial` | number
|
|
10
|
+
`remaining` | number
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# FreelanceJobsListing
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`cursor` | [Cursor](Cursor.md)
|
|
10
|
+
`freelanceJobs` | [Array<FreelanceJobsDetailFreelancejob>](FreelanceJobsDetailFreelancejob.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
14
|
+
|
|
15
|
+
|
package/docs/GroupId.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# GroupId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`groupId` | number
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
package/docs/GroupId1.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# GroupId1
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`groupId` | number
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
13
|
+
|
|
14
|
+
|
package/docs/IncursionsApi.md
CHANGED
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
10
10
|
|
|
11
11
|
## getIncursions
|
|
12
12
|
|
|
13
|
-
> Array<IncursionsGetInner> getIncursions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
13
|
+
> Array<IncursionsGetInner> getIncursions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
14
14
|
|
|
15
15
|
List incursions
|
|
16
16
|
|
|
@@ -30,7 +30,7 @@ async function example() {
|
|
|
30
30
|
const api = new IncursionsApi();
|
|
31
31
|
|
|
32
32
|
const body = {
|
|
33
|
-
// '
|
|
33
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
34
34
|
xCompatibilityDate: 2013-10-20,
|
|
35
35
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
36
36
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -38,6 +38,8 @@ async function example() {
|
|
|
38
38
|
ifNoneMatch: ifNoneMatch_example,
|
|
39
39
|
// string | The tenant ID for the request. (optional)
|
|
40
40
|
xTenant: ,
|
|
41
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
42
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
41
43
|
} satisfies GetIncursionsRequest;
|
|
42
44
|
|
|
43
45
|
try {
|
|
@@ -57,10 +59,11 @@ example().catch(console.error);
|
|
|
57
59
|
|
|
58
60
|
| Name | Type | Description | Notes |
|
|
59
61
|
|------------- | ------------- | ------------- | -------------|
|
|
60
|
-
| **xCompatibilityDate** | `
|
|
62
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
61
63
|
| **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] |
|
|
62
64
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
63
65
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
66
|
+
| **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`] |
|
|
64
67
|
|
|
65
68
|
### Return type
|
|
66
69
|
|
package/docs/IndustryApi.md
CHANGED
|
@@ -17,7 +17,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
17
17
|
|
|
18
18
|
## getCharactersCharacterIdIndustryJobs
|
|
19
19
|
|
|
20
|
-
> Array<CharactersCharacterIdIndustryJobsGetInner> getCharactersCharacterIdIndustryJobs(characterId, xCompatibilityDate, includeCompleted, acceptLanguage, ifNoneMatch, xTenant)
|
|
20
|
+
> Array<CharactersCharacterIdIndustryJobsGetInner> getCharactersCharacterIdIndustryJobs(characterId, xCompatibilityDate, includeCompleted, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
21
21
|
|
|
22
22
|
List character industry jobs
|
|
23
23
|
|
|
@@ -43,7 +43,7 @@ async function example() {
|
|
|
43
43
|
const body = {
|
|
44
44
|
// number | The ID of the character
|
|
45
45
|
characterId: 789,
|
|
46
|
-
// '
|
|
46
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
47
47
|
xCompatibilityDate: 2013-10-20,
|
|
48
48
|
// boolean (optional)
|
|
49
49
|
includeCompleted: true,
|
|
@@ -53,6 +53,8 @@ async function example() {
|
|
|
53
53
|
ifNoneMatch: ifNoneMatch_example,
|
|
54
54
|
// string | The tenant ID for the request. (optional)
|
|
55
55
|
xTenant: ,
|
|
56
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
57
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
56
58
|
} satisfies GetCharactersCharacterIdIndustryJobsRequest;
|
|
57
59
|
|
|
58
60
|
try {
|
|
@@ -73,11 +75,12 @@ example().catch(console.error);
|
|
|
73
75
|
| Name | Type | Description | Notes |
|
|
74
76
|
|------------- | ------------- | ------------- | -------------|
|
|
75
77
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
76
|
-
| **xCompatibilityDate** | `
|
|
78
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
77
79
|
| **includeCompleted** | `boolean` | | [Optional] [Defaults to `undefined`] |
|
|
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
|
## getCharactersCharacterIdMining
|
|
106
109
|
|
|
107
|
-
> Array<CharactersCharacterIdMiningGetInner> getCharactersCharacterIdMining(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
110
|
+
> Array<CharactersCharacterIdMiningGetInner> getCharactersCharacterIdMining(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
108
111
|
|
|
109
112
|
Character mining ledger
|
|
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
|
-
// '
|
|
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 GetCharactersCharacterIdMiningRequest;
|
|
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** | `
|
|
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
|
## getCorporationCorporationIdMiningExtractions
|
|
193
199
|
|
|
194
|
-
> Array<CorporationCorporationIdMiningExtractionsGetInner> getCorporationCorporationIdMiningExtractions(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
200
|
+
> Array<CorporationCorporationIdMiningExtractionsGetInner> getCorporationCorporationIdMiningExtractions(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
195
201
|
|
|
196
202
|
Moon extraction timers
|
|
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
|
-
// '
|
|
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 GetCorporationCorporationIdMiningExtractionsRequest;
|
|
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** | `
|
|
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
|
## getCorporationCorporationIdMiningObservers
|
|
280
289
|
|
|
281
|
-
> Array<CorporationCorporationIdMiningObserversGetInner> getCorporationCorporationIdMiningObservers(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
290
|
+
> Array<CorporationCorporationIdMiningObserversGetInner> getCorporationCorporationIdMiningObservers(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
282
291
|
|
|
283
292
|
Corporation mining observers
|
|
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
|
-
// '
|
|
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 GetCorporationCorporationIdMiningObserversRequest;
|
|
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** | `
|
|
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
|
## getCorporationCorporationIdMiningObserversObserverId
|
|
367
379
|
|
|
368
|
-
> Array<CorporationCorporationIdMiningObserversObserverIdGetInner> getCorporationCorporationIdMiningObserversObserverId(corporationId, observerId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
380
|
+
> Array<CorporationCorporationIdMiningObserversObserverIdGetInner> getCorporationCorporationIdMiningObserversObserverId(corporationId, observerId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
369
381
|
|
|
370
382
|
Observed corporation mining
|
|
371
383
|
|
|
@@ -393,7 +405,7 @@ async function example() {
|
|
|
393
405
|
corporationId: 789,
|
|
394
406
|
// number
|
|
395
407
|
observerId: 789,
|
|
396
|
-
// '
|
|
408
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
397
409
|
xCompatibilityDate: 2013-10-20,
|
|
398
410
|
// number (optional)
|
|
399
411
|
page: 56,
|
|
@@ -403,6 +415,8 @@ async function example() {
|
|
|
403
415
|
ifNoneMatch: ifNoneMatch_example,
|
|
404
416
|
// string | The tenant ID for the request. (optional)
|
|
405
417
|
xTenant: ,
|
|
418
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
419
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
406
420
|
} satisfies GetCorporationCorporationIdMiningObserversObserverIdRequest;
|
|
407
421
|
|
|
408
422
|
try {
|
|
@@ -424,11 +438,12 @@ example().catch(console.error);
|
|
|
424
438
|
|------------- | ------------- | ------------- | -------------|
|
|
425
439
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
426
440
|
| **observerId** | `number` | | [Defaults to `undefined`] |
|
|
427
|
-
| **xCompatibilityDate** | `
|
|
441
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
428
442
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
429
443
|
| **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] |
|
|
430
444
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
431
445
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
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`] |
|
|
432
447
|
|
|
433
448
|
### Return type
|
|
434
449
|
|
|
@@ -455,7 +470,7 @@ example().catch(console.error);
|
|
|
455
470
|
|
|
456
471
|
## getCorporationsCorporationIdIndustryJobs
|
|
457
472
|
|
|
458
|
-
> Array<CorporationsCorporationIdIndustryJobsGetInner> getCorporationsCorporationIdIndustryJobs(corporationId, xCompatibilityDate, includeCompleted, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
473
|
+
> Array<CorporationsCorporationIdIndustryJobsGetInner> getCorporationsCorporationIdIndustryJobs(corporationId, xCompatibilityDate, includeCompleted, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
459
474
|
|
|
460
475
|
List corporation industry jobs
|
|
461
476
|
|
|
@@ -481,7 +496,7 @@ async function example() {
|
|
|
481
496
|
const body = {
|
|
482
497
|
// number | The ID of the corporation
|
|
483
498
|
corporationId: 789,
|
|
484
|
-
// '
|
|
499
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
485
500
|
xCompatibilityDate: 2013-10-20,
|
|
486
501
|
// boolean (optional)
|
|
487
502
|
includeCompleted: true,
|
|
@@ -493,6 +508,8 @@ async function example() {
|
|
|
493
508
|
ifNoneMatch: ifNoneMatch_example,
|
|
494
509
|
// string | The tenant ID for the request. (optional)
|
|
495
510
|
xTenant: ,
|
|
511
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
512
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
496
513
|
} satisfies GetCorporationsCorporationIdIndustryJobsRequest;
|
|
497
514
|
|
|
498
515
|
try {
|
|
@@ -513,12 +530,13 @@ example().catch(console.error);
|
|
|
513
530
|
| Name | Type | Description | Notes |
|
|
514
531
|
|------------- | ------------- | ------------- | -------------|
|
|
515
532
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
516
|
-
| **xCompatibilityDate** | `
|
|
533
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
517
534
|
| **includeCompleted** | `boolean` | | [Optional] [Defaults to `false`] |
|
|
518
535
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
519
536
|
| **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] |
|
|
520
537
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
521
538
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
539
|
+
| **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`] |
|
|
522
540
|
|
|
523
541
|
### Return type
|
|
524
542
|
|
|
@@ -545,7 +563,7 @@ example().catch(console.error);
|
|
|
545
563
|
|
|
546
564
|
## getIndustryFacilities
|
|
547
565
|
|
|
548
|
-
> Array<IndustryFacilitiesGetInner> getIndustryFacilities(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
566
|
+
> Array<IndustryFacilitiesGetInner> getIndustryFacilities(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
549
567
|
|
|
550
568
|
List industry facilities
|
|
551
569
|
|
|
@@ -565,7 +583,7 @@ async function example() {
|
|
|
565
583
|
const api = new IndustryApi();
|
|
566
584
|
|
|
567
585
|
const body = {
|
|
568
|
-
// '
|
|
586
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
569
587
|
xCompatibilityDate: 2013-10-20,
|
|
570
588
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
571
589
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -573,6 +591,8 @@ async function example() {
|
|
|
573
591
|
ifNoneMatch: ifNoneMatch_example,
|
|
574
592
|
// string | The tenant ID for the request. (optional)
|
|
575
593
|
xTenant: ,
|
|
594
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
595
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
576
596
|
} satisfies GetIndustryFacilitiesRequest;
|
|
577
597
|
|
|
578
598
|
try {
|
|
@@ -592,10 +612,11 @@ example().catch(console.error);
|
|
|
592
612
|
|
|
593
613
|
| Name | Type | Description | Notes |
|
|
594
614
|
|------------- | ------------- | ------------- | -------------|
|
|
595
|
-
| **xCompatibilityDate** | `
|
|
615
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
596
616
|
| **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] |
|
|
597
617
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
598
618
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
619
|
+
| **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`] |
|
|
599
620
|
|
|
600
621
|
### Return type
|
|
601
622
|
|
|
@@ -622,7 +643,7 @@ No authorization required
|
|
|
622
643
|
|
|
623
644
|
## getIndustrySystems
|
|
624
645
|
|
|
625
|
-
> Array<IndustrySystemsGetInner> getIndustrySystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
646
|
+
> Array<IndustrySystemsGetInner> getIndustrySystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
626
647
|
|
|
627
648
|
List solar system cost indices
|
|
628
649
|
|
|
@@ -642,7 +663,7 @@ async function example() {
|
|
|
642
663
|
const api = new IndustryApi();
|
|
643
664
|
|
|
644
665
|
const body = {
|
|
645
|
-
// '
|
|
666
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
646
667
|
xCompatibilityDate: 2013-10-20,
|
|
647
668
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
648
669
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -650,6 +671,8 @@ async function example() {
|
|
|
650
671
|
ifNoneMatch: ifNoneMatch_example,
|
|
651
672
|
// string | The tenant ID for the request. (optional)
|
|
652
673
|
xTenant: ,
|
|
674
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
675
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
653
676
|
} satisfies GetIndustrySystemsRequest;
|
|
654
677
|
|
|
655
678
|
try {
|
|
@@ -669,10 +692,11 @@ example().catch(console.error);
|
|
|
669
692
|
|
|
670
693
|
| Name | Type | Description | Notes |
|
|
671
694
|
|------------- | ------------- | ------------- | -------------|
|
|
672
|
-
| **xCompatibilityDate** | `
|
|
695
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
673
696
|
| **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] |
|
|
674
697
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
675
698
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
699
|
+
| **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`] |
|
|
676
700
|
|
|
677
701
|
### Return type
|
|
678
702
|
|