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/FleetsApi.md
CHANGED
|
@@ -23,7 +23,7 @@ All URIs are relative to *https://esi.evetech.net*
|
|
|
23
23
|
|
|
24
24
|
## deleteFleetsFleetIdMembersMemberId
|
|
25
25
|
|
|
26
|
-
> deleteFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
26
|
+
> deleteFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
27
27
|
|
|
28
28
|
Kick fleet member
|
|
29
29
|
|
|
@@ -51,7 +51,7 @@ async function example() {
|
|
|
51
51
|
fleetId: 789,
|
|
52
52
|
// number
|
|
53
53
|
memberId: 789,
|
|
54
|
-
// '
|
|
54
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
55
55
|
xCompatibilityDate: 2013-10-20,
|
|
56
56
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
57
57
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -59,6 +59,8 @@ async function example() {
|
|
|
59
59
|
ifNoneMatch: ifNoneMatch_example,
|
|
60
60
|
// string | The tenant ID for the request. (optional)
|
|
61
61
|
xTenant: ,
|
|
62
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
63
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
62
64
|
} satisfies DeleteFleetsFleetIdMembersMemberIdRequest;
|
|
63
65
|
|
|
64
66
|
try {
|
|
@@ -80,10 +82,11 @@ example().catch(console.error);
|
|
|
80
82
|
|------------- | ------------- | ------------- | -------------|
|
|
81
83
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
82
84
|
| **memberId** | `number` | | [Defaults to `undefined`] |
|
|
83
|
-
| **xCompatibilityDate** | `
|
|
85
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
84
86
|
| **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] |
|
|
85
87
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
86
88
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
89
|
+
| **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`] |
|
|
87
90
|
|
|
88
91
|
### Return type
|
|
89
92
|
|
|
@@ -110,7 +113,7 @@ example().catch(console.error);
|
|
|
110
113
|
|
|
111
114
|
## deleteFleetsFleetIdSquadsSquadId
|
|
112
115
|
|
|
113
|
-
> deleteFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
116
|
+
> deleteFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
114
117
|
|
|
115
118
|
Delete fleet squad
|
|
116
119
|
|
|
@@ -138,7 +141,7 @@ async function example() {
|
|
|
138
141
|
fleetId: 789,
|
|
139
142
|
// number
|
|
140
143
|
squadId: 789,
|
|
141
|
-
// '
|
|
144
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
142
145
|
xCompatibilityDate: 2013-10-20,
|
|
143
146
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
144
147
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -146,6 +149,8 @@ async function example() {
|
|
|
146
149
|
ifNoneMatch: ifNoneMatch_example,
|
|
147
150
|
// string | The tenant ID for the request. (optional)
|
|
148
151
|
xTenant: ,
|
|
152
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
153
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
149
154
|
} satisfies DeleteFleetsFleetIdSquadsSquadIdRequest;
|
|
150
155
|
|
|
151
156
|
try {
|
|
@@ -167,10 +172,11 @@ example().catch(console.error);
|
|
|
167
172
|
|------------- | ------------- | ------------- | -------------|
|
|
168
173
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
169
174
|
| **squadId** | `number` | | [Defaults to `undefined`] |
|
|
170
|
-
| **xCompatibilityDate** | `
|
|
175
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
171
176
|
| **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] |
|
|
172
177
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
173
178
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
179
|
+
| **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`] |
|
|
174
180
|
|
|
175
181
|
### Return type
|
|
176
182
|
|
|
@@ -197,7 +203,7 @@ example().catch(console.error);
|
|
|
197
203
|
|
|
198
204
|
## deleteFleetsFleetIdWingsWingId
|
|
199
205
|
|
|
200
|
-
> deleteFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
206
|
+
> deleteFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
201
207
|
|
|
202
208
|
Delete fleet wing
|
|
203
209
|
|
|
@@ -225,7 +231,7 @@ async function example() {
|
|
|
225
231
|
fleetId: 789,
|
|
226
232
|
// number
|
|
227
233
|
wingId: 789,
|
|
228
|
-
// '
|
|
234
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
229
235
|
xCompatibilityDate: 2013-10-20,
|
|
230
236
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
231
237
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -233,6 +239,8 @@ async function example() {
|
|
|
233
239
|
ifNoneMatch: ifNoneMatch_example,
|
|
234
240
|
// string | The tenant ID for the request. (optional)
|
|
235
241
|
xTenant: ,
|
|
242
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
243
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
236
244
|
} satisfies DeleteFleetsFleetIdWingsWingIdRequest;
|
|
237
245
|
|
|
238
246
|
try {
|
|
@@ -254,10 +262,11 @@ example().catch(console.error);
|
|
|
254
262
|
|------------- | ------------- | ------------- | -------------|
|
|
255
263
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
256
264
|
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
257
|
-
| **xCompatibilityDate** | `
|
|
265
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
258
266
|
| **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] |
|
|
259
267
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
260
268
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
269
|
+
| **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`] |
|
|
261
270
|
|
|
262
271
|
### Return type
|
|
263
272
|
|
|
@@ -284,7 +293,7 @@ example().catch(console.error);
|
|
|
284
293
|
|
|
285
294
|
## getCharactersCharacterIdFleet
|
|
286
295
|
|
|
287
|
-
> CharactersCharacterIdFleetGet getCharactersCharacterIdFleet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
296
|
+
> CharactersCharacterIdFleetGet getCharactersCharacterIdFleet(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
288
297
|
|
|
289
298
|
Get character fleet info
|
|
290
299
|
|
|
@@ -310,7 +319,7 @@ async function example() {
|
|
|
310
319
|
const body = {
|
|
311
320
|
// number | The ID of the character
|
|
312
321
|
characterId: 789,
|
|
313
|
-
// '
|
|
322
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
314
323
|
xCompatibilityDate: 2013-10-20,
|
|
315
324
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
316
325
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -318,6 +327,8 @@ async function example() {
|
|
|
318
327
|
ifNoneMatch: ifNoneMatch_example,
|
|
319
328
|
// string | The tenant ID for the request. (optional)
|
|
320
329
|
xTenant: ,
|
|
330
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
331
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
321
332
|
} satisfies GetCharactersCharacterIdFleetRequest;
|
|
322
333
|
|
|
323
334
|
try {
|
|
@@ -338,10 +349,11 @@ example().catch(console.error);
|
|
|
338
349
|
| Name | Type | Description | Notes |
|
|
339
350
|
|------------- | ------------- | ------------- | -------------|
|
|
340
351
|
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
341
|
-
| **xCompatibilityDate** | `
|
|
352
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
342
353
|
| **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] |
|
|
343
354
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
344
355
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
356
|
+
| **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`] |
|
|
345
357
|
|
|
346
358
|
### Return type
|
|
347
359
|
|
|
@@ -368,7 +380,7 @@ example().catch(console.error);
|
|
|
368
380
|
|
|
369
381
|
## getFleetsFleetId
|
|
370
382
|
|
|
371
|
-
> FleetsFleetIdGet getFleetsFleetId(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
383
|
+
> FleetsFleetIdGet getFleetsFleetId(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
372
384
|
|
|
373
385
|
Get fleet information
|
|
374
386
|
|
|
@@ -394,7 +406,7 @@ async function example() {
|
|
|
394
406
|
const body = {
|
|
395
407
|
// number
|
|
396
408
|
fleetId: 789,
|
|
397
|
-
// '
|
|
409
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
398
410
|
xCompatibilityDate: 2013-10-20,
|
|
399
411
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
400
412
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -402,6 +414,8 @@ async function example() {
|
|
|
402
414
|
ifNoneMatch: ifNoneMatch_example,
|
|
403
415
|
// string | The tenant ID for the request. (optional)
|
|
404
416
|
xTenant: ,
|
|
417
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
418
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
405
419
|
} satisfies GetFleetsFleetIdRequest;
|
|
406
420
|
|
|
407
421
|
try {
|
|
@@ -422,10 +436,11 @@ example().catch(console.error);
|
|
|
422
436
|
| Name | Type | Description | Notes |
|
|
423
437
|
|------------- | ------------- | ------------- | -------------|
|
|
424
438
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
425
|
-
| **xCompatibilityDate** | `
|
|
439
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
426
440
|
| **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] |
|
|
427
441
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
428
442
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
443
|
+
| **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`] |
|
|
429
444
|
|
|
430
445
|
### Return type
|
|
431
446
|
|
|
@@ -452,7 +467,7 @@ example().catch(console.error);
|
|
|
452
467
|
|
|
453
468
|
## getFleetsFleetIdMembers
|
|
454
469
|
|
|
455
|
-
> Array<FleetsFleetIdMembersGetInner> getFleetsFleetIdMembers(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
470
|
+
> Array<FleetsFleetIdMembersGetInner> getFleetsFleetIdMembers(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
456
471
|
|
|
457
472
|
Get fleet members
|
|
458
473
|
|
|
@@ -478,7 +493,7 @@ async function example() {
|
|
|
478
493
|
const body = {
|
|
479
494
|
// number
|
|
480
495
|
fleetId: 789,
|
|
481
|
-
// '
|
|
496
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
482
497
|
xCompatibilityDate: 2013-10-20,
|
|
483
498
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
484
499
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -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 GetFleetsFleetIdMembersRequest;
|
|
490
507
|
|
|
491
508
|
try {
|
|
@@ -506,10 +523,11 @@ example().catch(console.error);
|
|
|
506
523
|
| Name | Type | Description | Notes |
|
|
507
524
|
|------------- | ------------- | ------------- | -------------|
|
|
508
525
|
| **fleetId** | `number` | | [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
|
| **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] |
|
|
511
528
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
512
529
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
530
|
+
| **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`] |
|
|
513
531
|
|
|
514
532
|
### Return type
|
|
515
533
|
|
|
@@ -536,7 +554,7 @@ example().catch(console.error);
|
|
|
536
554
|
|
|
537
555
|
## getFleetsFleetIdWings
|
|
538
556
|
|
|
539
|
-
> Array<FleetsFleetIdWingsGetInner> getFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
557
|
+
> Array<FleetsFleetIdWingsGetInner> getFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
540
558
|
|
|
541
559
|
Get fleet wings
|
|
542
560
|
|
|
@@ -562,7 +580,7 @@ async function example() {
|
|
|
562
580
|
const body = {
|
|
563
581
|
// number
|
|
564
582
|
fleetId: 789,
|
|
565
|
-
// '
|
|
583
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
566
584
|
xCompatibilityDate: 2013-10-20,
|
|
567
585
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
568
586
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -570,6 +588,8 @@ async function example() {
|
|
|
570
588
|
ifNoneMatch: ifNoneMatch_example,
|
|
571
589
|
// string | The tenant ID for the request. (optional)
|
|
572
590
|
xTenant: ,
|
|
591
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
592
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
573
593
|
} satisfies GetFleetsFleetIdWingsRequest;
|
|
574
594
|
|
|
575
595
|
try {
|
|
@@ -590,10 +610,11 @@ example().catch(console.error);
|
|
|
590
610
|
| Name | Type | Description | Notes |
|
|
591
611
|
|------------- | ------------- | ------------- | -------------|
|
|
592
612
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
593
|
-
| **xCompatibilityDate** | `
|
|
613
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
594
614
|
| **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] |
|
|
595
615
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
596
616
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
617
|
+
| **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`] |
|
|
597
618
|
|
|
598
619
|
### Return type
|
|
599
620
|
|
|
@@ -620,7 +641,7 @@ example().catch(console.error);
|
|
|
620
641
|
|
|
621
642
|
## postFleetsFleetIdMembers
|
|
622
643
|
|
|
623
|
-
> postFleetsFleetIdMembers(fleetId, xCompatibilityDate, postFleetsFleetIdMembersRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
644
|
+
> postFleetsFleetIdMembers(fleetId, xCompatibilityDate, postFleetsFleetIdMembersRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
624
645
|
|
|
625
646
|
Create fleet invitation
|
|
626
647
|
|
|
@@ -646,7 +667,7 @@ async function example() {
|
|
|
646
667
|
const body = {
|
|
647
668
|
// number
|
|
648
669
|
fleetId: 789,
|
|
649
|
-
// '
|
|
670
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
650
671
|
xCompatibilityDate: 2013-10-20,
|
|
651
672
|
// PostFleetsFleetIdMembersRequest
|
|
652
673
|
postFleetsFleetIdMembersRequest: ...,
|
|
@@ -656,6 +677,8 @@ async function example() {
|
|
|
656
677
|
ifNoneMatch: ifNoneMatch_example,
|
|
657
678
|
// string | The tenant ID for the request. (optional)
|
|
658
679
|
xTenant: ,
|
|
680
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
681
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
659
682
|
} satisfies PostFleetsFleetIdMembersOperationRequest;
|
|
660
683
|
|
|
661
684
|
try {
|
|
@@ -676,11 +699,12 @@ example().catch(console.error);
|
|
|
676
699
|
| Name | Type | Description | Notes |
|
|
677
700
|
|------------- | ------------- | ------------- | -------------|
|
|
678
701
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
679
|
-
| **xCompatibilityDate** | `
|
|
702
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
680
703
|
| **postFleetsFleetIdMembersRequest** | [PostFleetsFleetIdMembersRequest](PostFleetsFleetIdMembersRequest.md) | | |
|
|
681
704
|
| **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] |
|
|
682
705
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
683
706
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
707
|
+
| **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`] |
|
|
684
708
|
|
|
685
709
|
### Return type
|
|
686
710
|
|
|
@@ -707,7 +731,7 @@ example().catch(console.error);
|
|
|
707
731
|
|
|
708
732
|
## postFleetsFleetIdWings
|
|
709
733
|
|
|
710
|
-
> FleetsFleetIdWingsPost postFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
734
|
+
> FleetsFleetIdWingsPost postFleetsFleetIdWings(fleetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
711
735
|
|
|
712
736
|
Create fleet wing
|
|
713
737
|
|
|
@@ -733,7 +757,7 @@ async function example() {
|
|
|
733
757
|
const body = {
|
|
734
758
|
// number
|
|
735
759
|
fleetId: 789,
|
|
736
|
-
// '
|
|
760
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
737
761
|
xCompatibilityDate: 2013-10-20,
|
|
738
762
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
739
763
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -741,6 +765,8 @@ async function example() {
|
|
|
741
765
|
ifNoneMatch: ifNoneMatch_example,
|
|
742
766
|
// string | The tenant ID for the request. (optional)
|
|
743
767
|
xTenant: ,
|
|
768
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
769
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
744
770
|
} satisfies PostFleetsFleetIdWingsRequest;
|
|
745
771
|
|
|
746
772
|
try {
|
|
@@ -761,10 +787,11 @@ example().catch(console.error);
|
|
|
761
787
|
| Name | Type | Description | Notes |
|
|
762
788
|
|------------- | ------------- | ------------- | -------------|
|
|
763
789
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
764
|
-
| **xCompatibilityDate** | `
|
|
790
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
765
791
|
| **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] |
|
|
766
792
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
767
793
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
794
|
+
| **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`] |
|
|
768
795
|
|
|
769
796
|
### Return type
|
|
770
797
|
|
|
@@ -791,7 +818,7 @@ example().catch(console.error);
|
|
|
791
818
|
|
|
792
819
|
## postFleetsFleetIdWingsWingIdSquads
|
|
793
820
|
|
|
794
|
-
> FleetsFleetIdWingsWingIdSquadsPost postFleetsFleetIdWingsWingIdSquads(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
821
|
+
> FleetsFleetIdWingsWingIdSquadsPost postFleetsFleetIdWingsWingIdSquads(fleetId, wingId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
795
822
|
|
|
796
823
|
Create fleet squad
|
|
797
824
|
|
|
@@ -819,7 +846,7 @@ async function example() {
|
|
|
819
846
|
fleetId: 789,
|
|
820
847
|
// number
|
|
821
848
|
wingId: 789,
|
|
822
|
-
// '
|
|
849
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
823
850
|
xCompatibilityDate: 2013-10-20,
|
|
824
851
|
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
825
852
|
acceptLanguage: acceptLanguage_example,
|
|
@@ -827,6 +854,8 @@ async function example() {
|
|
|
827
854
|
ifNoneMatch: ifNoneMatch_example,
|
|
828
855
|
// string | The tenant ID for the request. (optional)
|
|
829
856
|
xTenant: ,
|
|
857
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
858
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
830
859
|
} satisfies PostFleetsFleetIdWingsWingIdSquadsRequest;
|
|
831
860
|
|
|
832
861
|
try {
|
|
@@ -848,10 +877,11 @@ example().catch(console.error);
|
|
|
848
877
|
|------------- | ------------- | ------------- | -------------|
|
|
849
878
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
850
879
|
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
851
|
-
| **xCompatibilityDate** | `
|
|
880
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
852
881
|
| **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] |
|
|
853
882
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
854
883
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
884
|
+
| **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`] |
|
|
855
885
|
|
|
856
886
|
### Return type
|
|
857
887
|
|
|
@@ -878,7 +908,7 @@ example().catch(console.error);
|
|
|
878
908
|
|
|
879
909
|
## putFleetsFleetId
|
|
880
910
|
|
|
881
|
-
> putFleetsFleetId(fleetId, xCompatibilityDate, putFleetsFleetIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
911
|
+
> putFleetsFleetId(fleetId, xCompatibilityDate, putFleetsFleetIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
882
912
|
|
|
883
913
|
Update fleet
|
|
884
914
|
|
|
@@ -904,7 +934,7 @@ async function example() {
|
|
|
904
934
|
const body = {
|
|
905
935
|
// number
|
|
906
936
|
fleetId: 789,
|
|
907
|
-
// '
|
|
937
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
908
938
|
xCompatibilityDate: 2013-10-20,
|
|
909
939
|
// PutFleetsFleetIdRequest
|
|
910
940
|
putFleetsFleetIdRequest: ...,
|
|
@@ -914,6 +944,8 @@ async function example() {
|
|
|
914
944
|
ifNoneMatch: ifNoneMatch_example,
|
|
915
945
|
// string | The tenant ID for the request. (optional)
|
|
916
946
|
xTenant: ,
|
|
947
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
948
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
917
949
|
} satisfies PutFleetsFleetIdOperationRequest;
|
|
918
950
|
|
|
919
951
|
try {
|
|
@@ -934,11 +966,12 @@ example().catch(console.error);
|
|
|
934
966
|
| Name | Type | Description | Notes |
|
|
935
967
|
|------------- | ------------- | ------------- | -------------|
|
|
936
968
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
937
|
-
| **xCompatibilityDate** | `
|
|
969
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
938
970
|
| **putFleetsFleetIdRequest** | [PutFleetsFleetIdRequest](PutFleetsFleetIdRequest.md) | | |
|
|
939
971
|
| **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] |
|
|
940
972
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
941
973
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
974
|
+
| **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`] |
|
|
942
975
|
|
|
943
976
|
### Return type
|
|
944
977
|
|
|
@@ -965,7 +998,7 @@ example().catch(console.error);
|
|
|
965
998
|
|
|
966
999
|
## putFleetsFleetIdMembersMemberId
|
|
967
1000
|
|
|
968
|
-
> putFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, putFleetsFleetIdMembersMemberIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
1001
|
+
> putFleetsFleetIdMembersMemberId(fleetId, memberId, xCompatibilityDate, putFleetsFleetIdMembersMemberIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
969
1002
|
|
|
970
1003
|
Move fleet member
|
|
971
1004
|
|
|
@@ -993,7 +1026,7 @@ async function example() {
|
|
|
993
1026
|
fleetId: 789,
|
|
994
1027
|
// number
|
|
995
1028
|
memberId: 789,
|
|
996
|
-
// '
|
|
1029
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
997
1030
|
xCompatibilityDate: 2013-10-20,
|
|
998
1031
|
// PutFleetsFleetIdMembersMemberIdRequest
|
|
999
1032
|
putFleetsFleetIdMembersMemberIdRequest: ...,
|
|
@@ -1003,6 +1036,8 @@ async function example() {
|
|
|
1003
1036
|
ifNoneMatch: ifNoneMatch_example,
|
|
1004
1037
|
// string | The tenant ID for the request. (optional)
|
|
1005
1038
|
xTenant: ,
|
|
1039
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1040
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
1006
1041
|
} satisfies PutFleetsFleetIdMembersMemberIdOperationRequest;
|
|
1007
1042
|
|
|
1008
1043
|
try {
|
|
@@ -1024,11 +1059,12 @@ example().catch(console.error);
|
|
|
1024
1059
|
|------------- | ------------- | ------------- | -------------|
|
|
1025
1060
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1026
1061
|
| **memberId** | `number` | | [Defaults to `undefined`] |
|
|
1027
|
-
| **xCompatibilityDate** | `
|
|
1062
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
1028
1063
|
| **putFleetsFleetIdMembersMemberIdRequest** | [PutFleetsFleetIdMembersMemberIdRequest](PutFleetsFleetIdMembersMemberIdRequest.md) | | |
|
|
1029
1064
|
| **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] |
|
|
1030
1065
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1031
1066
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1067
|
+
| **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`] |
|
|
1032
1068
|
|
|
1033
1069
|
### Return type
|
|
1034
1070
|
|
|
@@ -1055,7 +1091,7 @@ example().catch(console.error);
|
|
|
1055
1091
|
|
|
1056
1092
|
## putFleetsFleetIdSquadsSquadId
|
|
1057
1093
|
|
|
1058
|
-
> putFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
1094
|
+
> putFleetsFleetIdSquadsSquadId(fleetId, squadId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
1059
1095
|
|
|
1060
1096
|
Rename fleet squad
|
|
1061
1097
|
|
|
@@ -1083,7 +1119,7 @@ async function example() {
|
|
|
1083
1119
|
fleetId: 789,
|
|
1084
1120
|
// number
|
|
1085
1121
|
squadId: 789,
|
|
1086
|
-
// '
|
|
1122
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
1087
1123
|
xCompatibilityDate: 2013-10-20,
|
|
1088
1124
|
// PutFleetsFleetIdSquadsSquadIdRequest
|
|
1089
1125
|
putFleetsFleetIdSquadsSquadIdRequest: ...,
|
|
@@ -1093,6 +1129,8 @@ async function example() {
|
|
|
1093
1129
|
ifNoneMatch: ifNoneMatch_example,
|
|
1094
1130
|
// string | The tenant ID for the request. (optional)
|
|
1095
1131
|
xTenant: ,
|
|
1132
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1133
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
1096
1134
|
} satisfies PutFleetsFleetIdSquadsSquadIdOperationRequest;
|
|
1097
1135
|
|
|
1098
1136
|
try {
|
|
@@ -1114,11 +1152,12 @@ example().catch(console.error);
|
|
|
1114
1152
|
|------------- | ------------- | ------------- | -------------|
|
|
1115
1153
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1116
1154
|
| **squadId** | `number` | | [Defaults to `undefined`] |
|
|
1117
|
-
| **xCompatibilityDate** | `
|
|
1155
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
1118
1156
|
| **putFleetsFleetIdSquadsSquadIdRequest** | [PutFleetsFleetIdSquadsSquadIdRequest](PutFleetsFleetIdSquadsSquadIdRequest.md) | | |
|
|
1119
1157
|
| **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] |
|
|
1120
1158
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1121
1159
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1160
|
+
| **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`] |
|
|
1122
1161
|
|
|
1123
1162
|
### Return type
|
|
1124
1163
|
|
|
@@ -1145,7 +1184,7 @@ example().catch(console.error);
|
|
|
1145
1184
|
|
|
1146
1185
|
## putFleetsFleetIdWingsWingId
|
|
1147
1186
|
|
|
1148
|
-
> putFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant)
|
|
1187
|
+
> putFleetsFleetIdWingsWingId(fleetId, wingId, xCompatibilityDate, putFleetsFleetIdSquadsSquadIdRequest, acceptLanguage, ifNoneMatch, xTenant, ifModifiedSince)
|
|
1149
1188
|
|
|
1150
1189
|
Rename fleet wing
|
|
1151
1190
|
|
|
@@ -1173,7 +1212,7 @@ async function example() {
|
|
|
1173
1212
|
fleetId: 789,
|
|
1174
1213
|
// number
|
|
1175
1214
|
wingId: 789,
|
|
1176
|
-
// '
|
|
1215
|
+
// '2025-12-16' | The compatibility date for the request.
|
|
1177
1216
|
xCompatibilityDate: 2013-10-20,
|
|
1178
1217
|
// PutFleetsFleetIdSquadsSquadIdRequest
|
|
1179
1218
|
putFleetsFleetIdSquadsSquadIdRequest: ...,
|
|
@@ -1183,6 +1222,8 @@ async function example() {
|
|
|
1183
1222
|
ifNoneMatch: ifNoneMatch_example,
|
|
1184
1223
|
// string | The tenant ID for the request. (optional)
|
|
1185
1224
|
xTenant: ,
|
|
1225
|
+
// string | The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date. (optional)
|
|
1226
|
+
ifModifiedSince: ifModifiedSince_example,
|
|
1186
1227
|
} satisfies PutFleetsFleetIdWingsWingIdRequest;
|
|
1187
1228
|
|
|
1188
1229
|
try {
|
|
@@ -1204,11 +1245,12 @@ example().catch(console.error);
|
|
|
1204
1245
|
|------------- | ------------- | ------------- | -------------|
|
|
1205
1246
|
| **fleetId** | `number` | | [Defaults to `undefined`] |
|
|
1206
1247
|
| **wingId** | `number` | | [Defaults to `undefined`] |
|
|
1207
|
-
| **xCompatibilityDate** | `
|
|
1248
|
+
| **xCompatibilityDate** | `2025-12-16` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2025-12-16] |
|
|
1208
1249
|
| **putFleetsFleetIdSquadsSquadIdRequest** | [PutFleetsFleetIdSquadsSquadIdRequest](PutFleetsFleetIdSquadsSquadIdRequest.md) | | |
|
|
1209
1250
|
| **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] |
|
|
1210
1251
|
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1211
1252
|
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1253
|
+
| **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`] |
|
|
1212
1254
|
|
|
1213
1255
|
### Return type
|
|
1214
1256
|
|