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
package/docs/AssetsApi.md
CHANGED
|
@@ -15,7 +15,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
15
15
|
|
|
16
16
|
## getCharactersCharacterIdAssets
|
|
17
17
|
|
|
18
|
-
> Array<CharactersCharacterIdAssetsGetInner> getCharactersCharacterIdAssets(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
18
|
+
> Array<CharactersCharacterIdAssetsGetInner> getCharactersCharacterIdAssets(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
19
19
|
|
|
20
20
|
Get character assets
|
|
21
21
|
|
|
@@ -41,7 +41,7 @@ async function example() {
|
|
|
41
41
|
const body = {
|
|
42
42
|
// number | The ID of the character
|
|
43
43
|
characterId: 789,
|
|
44
|
-
// '
|
|
44
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
45
45
|
xCompatibilityDate: 2013-10-20,
|
|
46
46
|
// number (optional)
|
|
47
47
|
page: 56,
|
|
@@ -51,6 +51,8 @@ async function example() {
|
|
|
51
51
|
ifNoneMatch: ifNoneMatch_example,
|
|
52
52
|
// string | The tenant ID for the request. (optional)
|
|
53
53
|
xTenant: ,
|
|
54
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
55
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
54
56
|
} satisfies GetCharactersCharacterIdAssetsRequest;
|
|
55
57
|
|
|
56
58
|
try {
|
|
@@ -71,11 +73,12 @@ example().catch(console.error);
|
|
|
71
73
|
| Name | Type | Description | Notes |
|
|
72
74
|
|------------- | ------------- | ------------- | -------------|
|
|
73
75
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
74
|
-
| **xCompatibilityDate** | `
|
|
76
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
75
77
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
76
78
|
| **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] |
|
|
77
79
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
78
80
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
81
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
79
82
|
|
|
80
83
|
### Return type
|
|
81
84
|
|
|
@@ -102,7 +105,7 @@ example().catch(console.error);
|
|
|
102
105
|
|
|
103
106
|
## getCorporationsCorporationIdAssets
|
|
104
107
|
|
|
105
|
-
> Array<CorporationsCorporationIdAssetsGetInner> getCorporationsCorporationIdAssets(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
108
|
+
> Array<CorporationsCorporationIdAssetsGetInner> getCorporationsCorporationIdAssets(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
106
109
|
|
|
107
110
|
Get corporation assets
|
|
108
111
|
|
|
@@ -128,7 +131,7 @@ async function example() {
|
|
|
128
131
|
const body = {
|
|
129
132
|
// number | The ID of the corporation
|
|
130
133
|
corporationId: 789,
|
|
131
|
-
// '
|
|
134
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
132
135
|
xCompatibilityDate: 2013-10-20,
|
|
133
136
|
// number (optional)
|
|
134
137
|
page: 56,
|
|
@@ -138,6 +141,8 @@ async function example() {
|
|
|
138
141
|
ifNoneMatch: ifNoneMatch_example,
|
|
139
142
|
// string | The tenant ID for the request. (optional)
|
|
140
143
|
xTenant: ,
|
|
144
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
145
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
141
146
|
} satisfies GetCorporationsCorporationIdAssetsRequest;
|
|
142
147
|
|
|
143
148
|
try {
|
|
@@ -158,11 +163,12 @@ example().catch(console.error);
|
|
|
158
163
|
| Name | Type | Description | Notes |
|
|
159
164
|
|------------- | ------------- | ------------- | -------------|
|
|
160
165
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
161
|
-
| **xCompatibilityDate** | `
|
|
166
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
162
167
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
163
168
|
| **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] |
|
|
164
169
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
165
170
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
171
|
+
| **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`] |
|
|
166
172
|
|
|
167
173
|
### Return type
|
|
168
174
|
|
|
@@ -189,7 +195,7 @@ example().catch(console.error);
|
|
|
189
195
|
|
|
190
196
|
## postCharactersCharacterIdAssetsLocations
|
|
191
197
|
|
|
192
|
-
> Array<CharactersCharacterIdAssetsLocationsPostInner> postCharactersCharacterIdAssetsLocations(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
198
|
+
> Array<CharactersCharacterIdAssetsLocationsPostInner> postCharactersCharacterIdAssetsLocations(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
193
199
|
|
|
194
200
|
Get character asset locations
|
|
195
201
|
|
|
@@ -215,7 +221,7 @@ async function example() {
|
|
|
215
221
|
const body = {
|
|
216
222
|
// number | The ID of the character
|
|
217
223
|
characterId: 789,
|
|
218
|
-
// '
|
|
224
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
219
225
|
xCompatibilityDate: 2013-10-20,
|
|
220
226
|
// Set<number>
|
|
221
227
|
requestBody: ...,
|
|
@@ -225,6 +231,8 @@ async function example() {
|
|
|
225
231
|
ifNoneMatch: ifNoneMatch_example,
|
|
226
232
|
// string | The tenant ID for the request. (optional)
|
|
227
233
|
xTenant: ,
|
|
234
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
235
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
228
236
|
} satisfies PostCharactersCharacterIdAssetsLocationsRequest;
|
|
229
237
|
|
|
230
238
|
try {
|
|
@@ -245,11 +253,12 @@ example().catch(console.error);
|
|
|
245
253
|
| Name | Type | Description | Notes |
|
|
246
254
|
|------------- | ------------- | ------------- | -------------|
|
|
247
255
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
248
|
-
| **xCompatibilityDate** | `
|
|
256
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
249
257
|
| **requestBody** | `Set<number>` | | |
|
|
250
258
|
| **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] |
|
|
251
259
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
252
260
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
261
|
+
| **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`] |
|
|
253
262
|
|
|
254
263
|
### Return type
|
|
255
264
|
|
|
@@ -276,7 +285,7 @@ example().catch(console.error);
|
|
|
276
285
|
|
|
277
286
|
## postCharactersCharacterIdAssetsNames
|
|
278
287
|
|
|
279
|
-
> Array<CharactersCharacterIdAssetsNamesPostInner> postCharactersCharacterIdAssetsNames(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
288
|
+
> Array<CharactersCharacterIdAssetsNamesPostInner> postCharactersCharacterIdAssetsNames(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
280
289
|
|
|
281
290
|
Get character asset names
|
|
282
291
|
|
|
@@ -302,7 +311,7 @@ async function example() {
|
|
|
302
311
|
const body = {
|
|
303
312
|
// number | The ID of the character
|
|
304
313
|
characterId: 789,
|
|
305
|
-
// '
|
|
314
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
306
315
|
xCompatibilityDate: 2013-10-20,
|
|
307
316
|
// Set<number>
|
|
308
317
|
requestBody: ...,
|
|
@@ -312,6 +321,8 @@ async function example() {
|
|
|
312
321
|
ifNoneMatch: ifNoneMatch_example,
|
|
313
322
|
// string | The tenant ID for the request. (optional)
|
|
314
323
|
xTenant: ,
|
|
324
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
325
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
315
326
|
} satisfies PostCharactersCharacterIdAssetsNamesRequest;
|
|
316
327
|
|
|
317
328
|
try {
|
|
@@ -332,11 +343,12 @@ example().catch(console.error);
|
|
|
332
343
|
| Name | Type | Description | Notes |
|
|
333
344
|
|------------- | ------------- | ------------- | -------------|
|
|
334
345
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
335
|
-
| **xCompatibilityDate** | `
|
|
346
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
336
347
|
| **requestBody** | `Set<number>` | | |
|
|
337
348
|
| **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] |
|
|
338
349
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
339
350
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
351
|
+
| **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`] |
|
|
340
352
|
|
|
341
353
|
### Return type
|
|
342
354
|
|
|
@@ -363,7 +375,7 @@ example().catch(console.error);
|
|
|
363
375
|
|
|
364
376
|
## postCorporationsCorporationIdAssetsLocations
|
|
365
377
|
|
|
366
|
-
> Array<CharactersCharacterIdAssetsLocationsPostInner> postCorporationsCorporationIdAssetsLocations(corporationId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
378
|
+
> Array<CharactersCharacterIdAssetsLocationsPostInner> postCorporationsCorporationIdAssetsLocations(corporationId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
367
379
|
|
|
368
380
|
Get corporation asset locations
|
|
369
381
|
|
|
@@ -389,7 +401,7 @@ async function example() {
|
|
|
389
401
|
const body = {
|
|
390
402
|
// number | The ID of the corporation
|
|
391
403
|
corporationId: 789,
|
|
392
|
-
// '
|
|
404
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
393
405
|
xCompatibilityDate: 2013-10-20,
|
|
394
406
|
// Set<number>
|
|
395
407
|
requestBody: ...,
|
|
@@ -399,6 +411,8 @@ async function example() {
|
|
|
399
411
|
ifNoneMatch: ifNoneMatch_example,
|
|
400
412
|
// string | The tenant ID for the request. (optional)
|
|
401
413
|
xTenant: ,
|
|
414
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
415
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
402
416
|
} satisfies PostCorporationsCorporationIdAssetsLocationsRequest;
|
|
403
417
|
|
|
404
418
|
try {
|
|
@@ -419,11 +433,12 @@ example().catch(console.error);
|
|
|
419
433
|
| Name | Type | Description | Notes |
|
|
420
434
|
|------------- | ------------- | ------------- | -------------|
|
|
421
435
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
422
|
-
| **xCompatibilityDate** | `
|
|
436
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
423
437
|
| **requestBody** | `Set<number>` | | |
|
|
424
438
|
| **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] |
|
|
425
439
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
426
440
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
441
|
+
| **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`] |
|
|
427
442
|
|
|
428
443
|
### Return type
|
|
429
444
|
|
|
@@ -450,7 +465,7 @@ example().catch(console.error);
|
|
|
450
465
|
|
|
451
466
|
## postCorporationsCorporationIdAssetsNames
|
|
452
467
|
|
|
453
|
-
> Array<CharactersCharacterIdAssetsNamesPostInner> postCorporationsCorporationIdAssetsNames(corporationId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
468
|
+
> Array<CharactersCharacterIdAssetsNamesPostInner> postCorporationsCorporationIdAssetsNames(corporationId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
454
469
|
|
|
455
470
|
Get corporation asset names
|
|
456
471
|
|
|
@@ -476,7 +491,7 @@ async function example() {
|
|
|
476
491
|
const body = {
|
|
477
492
|
// number | The ID of the corporation
|
|
478
493
|
corporationId: 789,
|
|
479
|
-
// '
|
|
494
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
480
495
|
xCompatibilityDate: 2013-10-20,
|
|
481
496
|
// Set<number>
|
|
482
497
|
requestBody: ...,
|
|
@@ -486,6 +501,8 @@ async function example() {
|
|
|
486
501
|
ifNoneMatch: ifNoneMatch_example,
|
|
487
502
|
// string | The tenant ID for the request. (optional)
|
|
488
503
|
xTenant: ,
|
|
504
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
505
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
489
506
|
} satisfies PostCorporationsCorporationIdAssetsNamesRequest;
|
|
490
507
|
|
|
491
508
|
try {
|
|
@@ -506,11 +523,12 @@ example().catch(console.error);
|
|
|
506
523
|
| Name | Type | Description | Notes |
|
|
507
524
|
|------------- | ------------- | ------------- | -------------|
|
|
508
525
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
509
|
-
| **xCompatibilityDate** | `
|
|
526
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
510
527
|
| **requestBody** | `Set<number>` | | |
|
|
511
528
|
| **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] |
|
|
512
529
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
513
530
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
531
|
+
| **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`] |
|
|
514
532
|
|
|
515
533
|
### Return type
|
|
516
534
|
|
package/docs/CalendarApi.md
CHANGED
|
@@ -13,7 +13,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
13
13
|
|
|
14
14
|
## getCharactersCharacterIdCalendar
|
|
15
15
|
|
|
16
|
-
> Array<CharactersCharacterIdCalendarGetInner> getCharactersCharacterIdCalendar(characterId, xCompatibilityDate, fromEvent, acceptLanguage, ifNoneMatch, xTenant)
|
|
16
|
+
> Array<CharactersCharacterIdCalendarGetInner> getCharactersCharacterIdCalendar(characterId, xCompatibilityDate, fromEvent, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
17
17
|
|
|
18
18
|
List calendar event summaries
|
|
19
19
|
|
|
@@ -39,7 +39,7 @@ async function example() {
|
|
|
39
39
|
const body = {
|
|
40
40
|
// number | The ID of the character
|
|
41
41
|
characterId: 789,
|
|
42
|
-
// '
|
|
42
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
43
43
|
xCompatibilityDate: 2013-10-20,
|
|
44
44
|
// number (optional)
|
|
45
45
|
fromEvent: 789,
|
|
@@ -49,6 +49,8 @@ async function example() {
|
|
|
49
49
|
ifNoneMatch: ifNoneMatch_example,
|
|
50
50
|
// string | The tenant ID for the request. (optional)
|
|
51
51
|
xTenant: ,
|
|
52
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
53
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
52
54
|
} satisfies GetCharactersCharacterIdCalendarRequest;
|
|
53
55
|
|
|
54
56
|
try {
|
|
@@ -69,11 +71,12 @@ example().catch(console.error);
|
|
|
69
71
|
| Name | Type | Description | Notes |
|
|
70
72
|
|------------- | ------------- | ------------- | -------------|
|
|
71
73
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
72
|
-
| **xCompatibilityDate** | `
|
|
74
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
73
75
|
| **fromEvent** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
74
76
|
| **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] |
|
|
75
77
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
76
78
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
79
|
+
| **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`] |
|
|
77
80
|
|
|
78
81
|
### Return type
|
|
79
82
|
|
|
@@ -100,7 +103,7 @@ example().catch(console.error);
|
|
|
100
103
|
|
|
101
104
|
## getCharactersCharacterIdCalendarEventId
|
|
102
105
|
|
|
103
|
-
> CharactersCharacterIdCalendarEventIdGet getCharactersCharacterIdCalendarEventId(characterId, eventId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
106
|
+
> CharactersCharacterIdCalendarEventIdGet getCharactersCharacterIdCalendarEventId(characterId, eventId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
104
107
|
|
|
105
108
|
Get an event
|
|
106
109
|
|
|
@@ -128,7 +131,7 @@ async function example() {
|
|
|
128
131
|
characterId: 789,
|
|
129
132
|
// number
|
|
130
133
|
eventId: 789,
|
|
131
|
-
// '
|
|
134
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
132
135
|
xCompatibilityDate: 2013-10-20,
|
|
133
136
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
134
137
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -136,6 +139,8 @@ async function example() {
|
|
|
136
139
|
ifNoneMatch: ifNoneMatch_example,
|
|
137
140
|
// string | The tenant ID for the request. (optional)
|
|
138
141
|
xTenant: ,
|
|
142
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
143
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
139
144
|
} satisfies GetCharactersCharacterIdCalendarEventIdRequest;
|
|
140
145
|
|
|
141
146
|
try {
|
|
@@ -157,10 +162,11 @@ example().catch(console.error);
|
|
|
157
162
|
|------------- | ------------- | ------------- | -------------|
|
|
158
163
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
159
164
|
| **eventId** | `number` | | [Defaults to `undefined`] |
|
|
160
|
-
| **xCompatibilityDate** | `
|
|
165
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
161
166
|
| **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] |
|
|
162
167
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
163
168
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
169
|
+
| **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`] |
|
|
164
170
|
|
|
165
171
|
### Return type
|
|
166
172
|
|
|
@@ -187,7 +193,7 @@ example().catch(console.error);
|
|
|
187
193
|
|
|
188
194
|
## getCharactersCharacterIdCalendarEventIdAttendees
|
|
189
195
|
|
|
190
|
-
> Array<CharactersCharacterIdCalendarEventIdAttendeesGetInner> getCharactersCharacterIdCalendarEventIdAttendees(characterId, eventId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
196
|
+
> Array<CharactersCharacterIdCalendarEventIdAttendeesGetInner> getCharactersCharacterIdCalendarEventIdAttendees(characterId, eventId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
191
197
|
|
|
192
198
|
Get attendees
|
|
193
199
|
|
|
@@ -215,7 +221,7 @@ async function example() {
|
|
|
215
221
|
characterId: 789,
|
|
216
222
|
// number
|
|
217
223
|
eventId: 789,
|
|
218
|
-
// '
|
|
224
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
219
225
|
xCompatibilityDate: 2013-10-20,
|
|
220
226
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
221
227
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -223,6 +229,8 @@ async function example() {
|
|
|
223
229
|
ifNoneMatch: ifNoneMatch_example,
|
|
224
230
|
// string | The tenant ID for the request. (optional)
|
|
225
231
|
xTenant: ,
|
|
232
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
233
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
226
234
|
} satisfies GetCharactersCharacterIdCalendarEventIdAttendeesRequest;
|
|
227
235
|
|
|
228
236
|
try {
|
|
@@ -244,10 +252,11 @@ example().catch(console.error);
|
|
|
244
252
|
|------------- | ------------- | ------------- | -------------|
|
|
245
253
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
246
254
|
| **eventId** | `number` | | [Defaults to `undefined`] |
|
|
247
|
-
| **xCompatibilityDate** | `
|
|
255
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
248
256
|
| **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] |
|
|
249
257
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
250
258
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
259
|
+
| **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`] |
|
|
251
260
|
|
|
252
261
|
### Return type
|
|
253
262
|
|
|
@@ -274,7 +283,7 @@ example().catch(console.error);
|
|
|
274
283
|
|
|
275
284
|
## putCharactersCharacterIdCalendarEventId
|
|
276
285
|
|
|
277
|
-
> putCharactersCharacterIdCalendarEventId(characterId, eventId, xCompatibilityDate, putCharactersCharacterIdCalendarEventIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
286
|
+
> putCharactersCharacterIdCalendarEventId(characterId, eventId, xCompatibilityDate, putCharactersCharacterIdCalendarEventIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
278
287
|
|
|
279
288
|
Respond to an event
|
|
280
289
|
|
|
@@ -302,7 +311,7 @@ async function example() {
|
|
|
302
311
|
characterId: 789,
|
|
303
312
|
// number
|
|
304
313
|
eventId: 789,
|
|
305
|
-
// '
|
|
314
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
306
315
|
xCompatibilityDate: 2013-10-20,
|
|
307
316
|
// PutCharactersCharacterIdCalendarEventIdRequest
|
|
308
317
|
putCharactersCharacterIdCalendarEventIdRequest: ...,
|
|
@@ -312,6 +321,8 @@ async function example() {
|
|
|
312
321
|
ifNoneMatch: ifNoneMatch_example,
|
|
313
322
|
// string | The tenant ID for the request. (optional)
|
|
314
323
|
xTenant: ,
|
|
324
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
325
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
315
326
|
} satisfies PutCharactersCharacterIdCalendarEventIdOperationRequest;
|
|
316
327
|
|
|
317
328
|
try {
|
|
@@ -333,11 +344,12 @@ example().catch(console.error);
|
|
|
333
344
|
|------------- | ------------- | ------------- | -------------|
|
|
334
345
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
335
346
|
| **eventId** | `number` | | [Defaults to `undefined`] |
|
|
336
|
-
| **xCompatibilityDate** | `
|
|
347
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
337
348
|
| **putCharactersCharacterIdCalendarEventIdRequest** | [PutCharactersCharacterIdCalendarEventIdRequest](PutCharactersCharacterIdCalendarEventIdRequest.md) | | |
|
|
338
349
|
| **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] |
|
|
339
350
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
340
351
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
352
|
+
| **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`] |
|
|
341
353
|
|
|
342
354
|
### Return type
|
|
343
355
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# CaptureFwComplex
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`captureFwComplex` | [CorporationsProjectsDetailConfigurationcapturefwcomplex](CorporationsProjectsDetailConfigurationcapturefwcomplex.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
|
+
|