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/ClonesApi.md
CHANGED
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
11
11
|
|
|
12
12
|
## getCharactersCharacterIdClones
|
|
13
13
|
|
|
14
|
-
> CharactersCharacterIdClonesGet getCharactersCharacterIdClones(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
14
|
+
> CharactersCharacterIdClonesGet getCharactersCharacterIdClones(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
15
15
|
|
|
16
16
|
Get clones
|
|
17
17
|
|
|
@@ -37,7 +37,7 @@ async function example() {
|
|
|
37
37
|
const body = {
|
|
38
38
|
// number | The ID of the character
|
|
39
39
|
characterId: 789,
|
|
40
|
-
// '
|
|
40
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
41
41
|
xCompatibilityDate: 2013-10-20,
|
|
42
42
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
43
43
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -45,6 +45,8 @@ async function example() {
|
|
|
45
45
|
ifNoneMatch: ifNoneMatch_example,
|
|
46
46
|
// string | The tenant ID for the request. (optional)
|
|
47
47
|
xTenant: ,
|
|
48
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
49
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
48
50
|
} satisfies GetCharactersCharacterIdClonesRequest;
|
|
49
51
|
|
|
50
52
|
try {
|
|
@@ -65,10 +67,11 @@ example().catch(console.error);
|
|
|
65
67
|
| Name | Type | Description | Notes |
|
|
66
68
|
|------------- | ------------- | ------------- | -------------|
|
|
67
69
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
68
|
-
| **xCompatibilityDate** | `
|
|
70
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
69
71
|
| **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] |
|
|
70
72
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
71
73
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
74
|
+
| **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`] |
|
|
72
75
|
|
|
73
76
|
### Return type
|
|
74
77
|
|
|
@@ -95,7 +98,7 @@ example().catch(console.error);
|
|
|
95
98
|
|
|
96
99
|
## getCharactersCharacterIdImplants
|
|
97
100
|
|
|
98
|
-
> Array<number> getCharactersCharacterIdImplants(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
101
|
+
> Array<number> getCharactersCharacterIdImplants(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
99
102
|
|
|
100
103
|
Get active implants
|
|
101
104
|
|
|
@@ -121,7 +124,7 @@ async function example() {
|
|
|
121
124
|
const body = {
|
|
122
125
|
// number | The ID of the character
|
|
123
126
|
characterId: 789,
|
|
124
|
-
// '
|
|
127
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
125
128
|
xCompatibilityDate: 2013-10-20,
|
|
126
129
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
127
130
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -129,6 +132,8 @@ async function example() {
|
|
|
129
132
|
ifNoneMatch: ifNoneMatch_example,
|
|
130
133
|
// string | The tenant ID for the request. (optional)
|
|
131
134
|
xTenant: ,
|
|
135
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
136
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
132
137
|
} satisfies GetCharactersCharacterIdImplantsRequest;
|
|
133
138
|
|
|
134
139
|
try {
|
|
@@ -149,10 +154,11 @@ example().catch(console.error);
|
|
|
149
154
|
| Name | Type | Description | Notes |
|
|
150
155
|
|------------- | ------------- | ------------- | -------------|
|
|
151
156
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
152
|
-
| **xCompatibilityDate** | `
|
|
157
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
153
158
|
| **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] |
|
|
154
159
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
155
160
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
161
|
+
| **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`] |
|
|
156
162
|
|
|
157
163
|
### Return type
|
|
158
164
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# ConstellationId
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type
|
|
8
|
+
------------ | -------------
|
|
9
|
+
`constellationId` | 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/ContactsApi.md
CHANGED
|
@@ -18,7 +18,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
18
18
|
|
|
19
19
|
## deleteCharactersCharacterIdContacts
|
|
20
20
|
|
|
21
|
-
> deleteCharactersCharacterIdContacts(characterId, contactIds, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
21
|
+
> deleteCharactersCharacterIdContacts(characterId, contactIds, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
22
22
|
|
|
23
23
|
Delete contacts
|
|
24
24
|
|
|
@@ -46,7 +46,7 @@ async function example() {
|
|
|
46
46
|
characterId: 789,
|
|
47
47
|
// Array<number>
|
|
48
48
|
contactIds: ...,
|
|
49
|
-
// '
|
|
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 DeleteCharactersCharacterIdContactsRequest;
|
|
58
60
|
|
|
59
61
|
try {
|
|
@@ -75,10 +77,11 @@ example().catch(console.error);
|
|
|
75
77
|
|------------- | ------------- | ------------- | -------------|
|
|
76
78
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
77
79
|
| **contactIds** | `Array<number>` | | |
|
|
78
|
-
| **xCompatibilityDate** | `
|
|
80
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
79
81
|
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
80
82
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
81
83
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
84
|
+
| **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`] |
|
|
82
85
|
|
|
83
86
|
### Return type
|
|
84
87
|
|
|
@@ -105,7 +108,7 @@ example().catch(console.error);
|
|
|
105
108
|
|
|
106
109
|
## getAlliancesAllianceIdContacts
|
|
107
110
|
|
|
108
|
-
> Array<AlliancesAllianceIdContactsGetInner> getAlliancesAllianceIdContacts(allianceId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
111
|
+
> Array<AlliancesAllianceIdContactsGetInner> getAlliancesAllianceIdContacts(allianceId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
109
112
|
|
|
110
113
|
Get alliance contacts
|
|
111
114
|
|
|
@@ -131,7 +134,7 @@ async function example() {
|
|
|
131
134
|
const body = {
|
|
132
135
|
// number | The ID of the alliance
|
|
133
136
|
allianceId: 789,
|
|
134
|
-
// '
|
|
137
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
135
138
|
xCompatibilityDate: 2013-10-20,
|
|
136
139
|
// number (optional)
|
|
137
140
|
page: 56,
|
|
@@ -141,6 +144,8 @@ async function example() {
|
|
|
141
144
|
ifNoneMatch: ifNoneMatch_example,
|
|
142
145
|
// string | The tenant ID for the request. (optional)
|
|
143
146
|
xTenant: ,
|
|
147
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
148
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
144
149
|
} satisfies GetAlliancesAllianceIdContactsRequest;
|
|
145
150
|
|
|
146
151
|
try {
|
|
@@ -161,11 +166,12 @@ example().catch(console.error);
|
|
|
161
166
|
| Name | Type | Description | Notes |
|
|
162
167
|
|------------- | ------------- | ------------- | -------------|
|
|
163
168
|
| **allianceId** | `number` | The ID of the alliance | [Defaults to `undefined`] |
|
|
164
|
-
| **xCompatibilityDate** | `
|
|
169
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
165
170
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
166
171
|
| **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] |
|
|
167
172
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
168
173
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
174
|
+
| **ifModifiedSince** | `string` | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. | [Optional] [Defaults to `undefined`] |
|
|
169
175
|
|
|
170
176
|
### Return type
|
|
171
177
|
|
|
@@ -192,7 +198,7 @@ example().catch(console.error);
|
|
|
192
198
|
|
|
193
199
|
## getAlliancesAllianceIdContactsLabels
|
|
194
200
|
|
|
195
|
-
> Array<AlliancesAllianceIdContactsLabelsGetInner> getAlliancesAllianceIdContactsLabels(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
201
|
+
> Array<AlliancesAllianceIdContactsLabelsGetInner> getAlliancesAllianceIdContactsLabels(allianceId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
196
202
|
|
|
197
203
|
Get alliance contact labels
|
|
198
204
|
|
|
@@ -218,7 +224,7 @@ async function example() {
|
|
|
218
224
|
const body = {
|
|
219
225
|
// number | The ID of the alliance
|
|
220
226
|
allianceId: 789,
|
|
221
|
-
// '
|
|
227
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
222
228
|
xCompatibilityDate: 2013-10-20,
|
|
223
229
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
224
230
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -226,6 +232,8 @@ async function example() {
|
|
|
226
232
|
ifNoneMatch: ifNoneMatch_example,
|
|
227
233
|
// string | The tenant ID for the request. (optional)
|
|
228
234
|
xTenant: ,
|
|
235
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
236
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
229
237
|
} satisfies GetAlliancesAllianceIdContactsLabelsRequest;
|
|
230
238
|
|
|
231
239
|
try {
|
|
@@ -246,10 +254,11 @@ example().catch(console.error);
|
|
|
246
254
|
| Name | Type | Description | Notes |
|
|
247
255
|
|------------- | ------------- | ------------- | -------------|
|
|
248
256
|
| **allianceId** | `number` | The ID of the alliance | [Defaults to `undefined`] |
|
|
249
|
-
| **xCompatibilityDate** | `
|
|
257
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
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
|
## getCharactersCharacterIdContacts
|
|
278
287
|
|
|
279
|
-
> Array<CharactersCharacterIdContactsGetInner> getCharactersCharacterIdContacts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
288
|
+
> Array<CharactersCharacterIdContactsGetInner> getCharactersCharacterIdContacts(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
280
289
|
|
|
281
290
|
Get contacts
|
|
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
|
// number (optional)
|
|
308
317
|
page: 56,
|
|
@@ -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 GetCharactersCharacterIdContactsRequest;
|
|
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
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
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
|
## getCharactersCharacterIdContactsLabels
|
|
365
377
|
|
|
366
|
-
> Array<AlliancesAllianceIdContactsLabelsGetInner> getCharactersCharacterIdContactsLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
378
|
+
> Array<AlliancesAllianceIdContactsLabelsGetInner> getCharactersCharacterIdContactsLabels(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
367
379
|
|
|
368
380
|
Get contact labels
|
|
369
381
|
|
|
@@ -389,7 +401,7 @@ async function example() {
|
|
|
389
401
|
const body = {
|
|
390
402
|
// number | The ID of the character
|
|
391
403
|
characterId: 789,
|
|
392
|
-
// '
|
|
404
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
393
405
|
xCompatibilityDate: 2013-10-20,
|
|
394
406
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
395
407
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -397,6 +409,8 @@ async function example() {
|
|
|
397
409
|
ifNoneMatch: ifNoneMatch_example,
|
|
398
410
|
// string | The tenant ID for the request. (optional)
|
|
399
411
|
xTenant: ,
|
|
412
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
413
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
400
414
|
} satisfies GetCharactersCharacterIdContactsLabelsRequest;
|
|
401
415
|
|
|
402
416
|
try {
|
|
@@ -417,10 +431,11 @@ example().catch(console.error);
|
|
|
417
431
|
| Name | Type | Description | Notes |
|
|
418
432
|
|------------- | ------------- | ------------- | -------------|
|
|
419
433
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
420
|
-
| **xCompatibilityDate** | `
|
|
434
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
421
435
|
| **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] |
|
|
422
436
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
423
437
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
438
|
+
| **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`] |
|
|
424
439
|
|
|
425
440
|
### Return type
|
|
426
441
|
|
|
@@ -447,7 +462,7 @@ example().catch(console.error);
|
|
|
447
462
|
|
|
448
463
|
## getCorporationsCorporationIdContacts
|
|
449
464
|
|
|
450
|
-
> Array<CorporationsCorporationIdContactsGetInner> getCorporationsCorporationIdContacts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
465
|
+
> Array<CorporationsCorporationIdContactsGetInner> getCorporationsCorporationIdContacts(corporationId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
451
466
|
|
|
452
467
|
Get corporation contacts
|
|
453
468
|
|
|
@@ -473,7 +488,7 @@ async function example() {
|
|
|
473
488
|
const body = {
|
|
474
489
|
// number | The ID of the corporation
|
|
475
490
|
corporationId: 789,
|
|
476
|
-
// '
|
|
491
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
477
492
|
xCompatibilityDate: 2013-10-20,
|
|
478
493
|
// number (optional)
|
|
479
494
|
page: 56,
|
|
@@ -483,6 +498,8 @@ async function example() {
|
|
|
483
498
|
ifNoneMatch: ifNoneMatch_example,
|
|
484
499
|
// string | The tenant ID for the request. (optional)
|
|
485
500
|
xTenant: ,
|
|
501
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
502
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
486
503
|
} satisfies GetCorporationsCorporationIdContactsRequest;
|
|
487
504
|
|
|
488
505
|
try {
|
|
@@ -503,11 +520,12 @@ example().catch(console.error);
|
|
|
503
520
|
| Name | Type | Description | Notes |
|
|
504
521
|
|------------- | ------------- | ------------- | -------------|
|
|
505
522
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
506
|
-
| **xCompatibilityDate** | `
|
|
523
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
507
524
|
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
508
525
|
| **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] |
|
|
509
526
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
510
527
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
528
|
+
| **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`] |
|
|
511
529
|
|
|
512
530
|
### Return type
|
|
513
531
|
|
|
@@ -534,7 +552,7 @@ example().catch(console.error);
|
|
|
534
552
|
|
|
535
553
|
## getCorporationsCorporationIdContactsLabels
|
|
536
554
|
|
|
537
|
-
> Array<AlliancesAllianceIdContactsLabelsGetInner> getCorporationsCorporationIdContactsLabels(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
555
|
+
> Array<AlliancesAllianceIdContactsLabelsGetInner> getCorporationsCorporationIdContactsLabels(corporationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
538
556
|
|
|
539
557
|
Get corporation contact labels
|
|
540
558
|
|
|
@@ -560,7 +578,7 @@ async function example() {
|
|
|
560
578
|
const body = {
|
|
561
579
|
// number | The ID of the corporation
|
|
562
580
|
corporationId: 789,
|
|
563
|
-
// '
|
|
581
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
564
582
|
xCompatibilityDate: 2013-10-20,
|
|
565
583
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
566
584
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -568,6 +586,8 @@ async function example() {
|
|
|
568
586
|
ifNoneMatch: ifNoneMatch_example,
|
|
569
587
|
// string | The tenant ID for the request. (optional)
|
|
570
588
|
xTenant: ,
|
|
589
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
590
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
571
591
|
} satisfies GetCorporationsCorporationIdContactsLabelsRequest;
|
|
572
592
|
|
|
573
593
|
try {
|
|
@@ -588,10 +608,11 @@ example().catch(console.error);
|
|
|
588
608
|
| Name | Type | Description | Notes |
|
|
589
609
|
|------------- | ------------- | ------------- | -------------|
|
|
590
610
|
| **corporationId** | `number` | The ID of the corporation | [Defaults to `undefined`] |
|
|
591
|
-
| **xCompatibilityDate** | `
|
|
611
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
592
612
|
| **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] |
|
|
593
613
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
594
614
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
615
|
+
| **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`] |
|
|
595
616
|
|
|
596
617
|
### Return type
|
|
597
618
|
|
|
@@ -618,7 +639,7 @@ example().catch(console.error);
|
|
|
618
639
|
|
|
619
640
|
## postCharactersCharacterIdContacts
|
|
620
641
|
|
|
621
|
-
> Array<number> postCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant)
|
|
642
|
+
> Array<number> postCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
622
643
|
|
|
623
644
|
Add contacts
|
|
624
645
|
|
|
@@ -646,7 +667,7 @@ async function example() {
|
|
|
646
667
|
characterId: 789,
|
|
647
668
|
// number
|
|
648
669
|
standing: 1.2,
|
|
649
|
-
// '
|
|
670
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
650
671
|
xCompatibilityDate: 2013-10-20,
|
|
651
672
|
// Array<number>
|
|
652
673
|
requestBody: ...,
|
|
@@ -660,6 +681,8 @@ async function example() {
|
|
|
660
681
|
ifNoneMatch: ifNoneMatch_example,
|
|
661
682
|
// string | The tenant ID for the request. (optional)
|
|
662
683
|
xTenant: ,
|
|
684
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
685
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
663
686
|
} satisfies PostCharactersCharacterIdContactsRequest;
|
|
664
687
|
|
|
665
688
|
try {
|
|
@@ -681,13 +704,14 @@ example().catch(console.error);
|
|
|
681
704
|
|------------- | ------------- | ------------- | -------------|
|
|
682
705
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
683
706
|
| **standing** | `number` | | [Defaults to `undefined`] |
|
|
684
|
-
| **xCompatibilityDate** | `
|
|
707
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
685
708
|
| **requestBody** | `Array<number>` | | |
|
|
686
709
|
| **labelIds** | `Array<number>` | | [Optional] |
|
|
687
710
|
| **watched** | `boolean` | | [Optional] [Defaults to `false`] |
|
|
688
711
|
| **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] |
|
|
689
712
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
690
713
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
714
|
+
| **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`] |
|
|
691
715
|
|
|
692
716
|
### Return type
|
|
693
717
|
|
|
@@ -714,7 +738,7 @@ example().catch(console.error);
|
|
|
714
738
|
|
|
715
739
|
## putCharactersCharacterIdContacts
|
|
716
740
|
|
|
717
|
-
> putCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant)
|
|
741
|
+
> putCharactersCharacterIdContacts(characterId, standing, xCompatibilityDate, requestBody, labelIds, watched, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
718
742
|
|
|
719
743
|
Edit contacts
|
|
720
744
|
|
|
@@ -742,7 +766,7 @@ async function example() {
|
|
|
742
766
|
characterId: 789,
|
|
743
767
|
// number
|
|
744
768
|
standing: 1.2,
|
|
745
|
-
// '
|
|
769
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
746
770
|
xCompatibilityDate: 2013-10-20,
|
|
747
771
|
// Array<number>
|
|
748
772
|
requestBody: ...,
|
|
@@ -756,6 +780,8 @@ async function example() {
|
|
|
756
780
|
ifNoneMatch: ifNoneMatch_example,
|
|
757
781
|
// string | The tenant ID for the request. (optional)
|
|
758
782
|
xTenant: ,
|
|
783
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
784
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
759
785
|
} satisfies PutCharactersCharacterIdContactsRequest;
|
|
760
786
|
|
|
761
787
|
try {
|
|
@@ -777,13 +803,14 @@ example().catch(console.error);
|
|
|
777
803
|
|------------- | ------------- | ------------- | -------------|
|
|
778
804
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
779
805
|
| **standing** | `number` | | [Defaults to `undefined`] |
|
|
780
|
-
| **xCompatibilityDate** | `
|
|
806
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
781
807
|
| **requestBody** | `Array<number>` | | |
|
|
782
808
|
| **labelIds** | `Array<number>` | | [Optional] |
|
|
783
809
|
| **watched** | `boolean` | | [Optional] [Defaults to `false`] |
|
|
784
810
|
| **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] |
|
|
785
811
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
786
812
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
813
|
+
| **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`] |
|
|
787
814
|
|
|
788
815
|
### Return type
|
|
789
816
|
|