eve-esi-types 2.2.6 → 2.3.2

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.
@@ -6,10 +6,10 @@
6
6
  // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7
7
  */
8
8
  /**
9
- * THIS TSD IS AUTO GENERATED, DO NOT EDIT
9
+ * THIS DTS IS AUTO GENERATED, DO NOT EDIT
10
10
  *
11
11
  * @file eve-esi-types/v2/response-map.d.ts
12
- * @summary This file is auto-generated and defines version 2.2.6 of the EVE Online ESI response types.
12
+ * @summary This file is auto-generated and defines version 2.3.2 of the EVE Online ESI response types.
13
13
  */
14
14
  import "./types-index.d.ts";
15
15
 
@@ -18,48 +18,59 @@ export type TESIResponseOKMap = {
18
18
  get: {
19
19
  "/alliances/": {
20
20
  result: GetAlliancesOk;
21
+ tag: "Alliance";
21
22
  },
22
23
  "/alliances/{alliance_id}/": {
23
24
  result: GetAlliancesAllianceIdOk;
25
+ tag: "Alliance";
24
26
  },
25
27
  "/alliances/{alliance_id}/contacts/": {
26
28
  result: GetAlliancesAllianceIdContactsOk;
27
29
  /** `esi-alliances.read_contacts.v1` */
28
30
  auth: true;
31
+ tag: "Contacts";
29
32
  },
30
33
  "/alliances/{alliance_id}/contacts/labels/": {
31
34
  result: GetAlliancesAllianceIdContactsLabelsOk;
32
35
  /** `esi-alliances.read_contacts.v1` */
33
36
  auth: true;
37
+ tag: "Contacts";
34
38
  },
35
39
  "/alliances/{alliance_id}/corporations/": {
36
40
  result: GetAlliancesAllianceIdCorporationsOk;
41
+ tag: "Alliance";
37
42
  },
38
43
  "/alliances/{alliance_id}/icons/": {
39
44
  result: GetAlliancesAllianceIdIconsOk;
45
+ tag: "Alliance";
40
46
  },
41
47
  "/characters/{character_id}/": {
42
48
  result: GetCharactersCharacterIdOk;
49
+ tag: "Character";
43
50
  },
44
51
  "/characters/{character_id}/agents_research/": {
45
52
  result: GetCharactersCharacterIdAgentsResearchOk;
46
53
  /** `esi-characters.read_agents_research.v1` */
47
54
  auth: true;
55
+ tag: "Character";
48
56
  },
49
57
  "/characters/{character_id}/assets/": {
50
58
  result: GetCharactersCharacterIdAssetsOk;
51
59
  /** `esi-assets.read_assets.v1` */
52
60
  auth: true;
61
+ tag: "Assets";
53
62
  },
54
63
  "/characters/{character_id}/attributes/": {
55
64
  result: GetCharactersCharacterIdAttributesOk;
56
65
  /** `esi-skills.read_skills.v1` */
57
66
  auth: true;
67
+ tag: "Skills";
58
68
  },
59
69
  "/characters/{character_id}/blueprints/": {
60
70
  result: GetCharactersCharacterIdBlueprintsOk;
61
71
  /** `esi-characters.read_blueprints.v1` */
62
72
  auth: true;
73
+ tag: "Character";
63
74
  },
64
75
  "/characters/{character_id}/calendar/": {
65
76
  result: GetCharactersCharacterIdCalendarOk;
@@ -68,74 +79,89 @@ export type TESIResponseOKMap = {
68
79
  },
69
80
  /** `esi-calendar.read_calendar_events.v1` */
70
81
  auth: true;
82
+ tag: "Calendar";
71
83
  },
72
84
  "/characters/{character_id}/calendar/{event_id}/": {
73
85
  result: GetCharactersCharacterIdCalendarEventIdOk;
74
86
  /** `esi-calendar.read_calendar_events.v1` */
75
87
  auth: true;
88
+ tag: "Calendar";
76
89
  },
77
90
  "/characters/{character_id}/calendar/{event_id}/attendees/": {
78
91
  result: GetCharactersCharacterIdCalendarEventIdAttendeesOk;
79
92
  /** `esi-calendar.read_calendar_events.v1` */
80
93
  auth: true;
94
+ tag: "Calendar";
81
95
  },
82
96
  "/characters/{character_id}/clones/": {
83
97
  result: GetCharactersCharacterIdClonesOk;
84
98
  /** `esi-clones.read_clones.v1` */
85
99
  auth: true;
100
+ tag: "Clones";
86
101
  },
87
102
  "/characters/{character_id}/contacts/": {
88
103
  result: GetCharactersCharacterIdContactsOk;
89
104
  /** `esi-characters.read_contacts.v1` */
90
105
  auth: true;
106
+ tag: "Contacts";
91
107
  },
92
108
  "/characters/{character_id}/contacts/labels/": {
93
109
  result: GetCharactersCharacterIdContactsLabelsOk;
94
110
  /** `esi-characters.read_contacts.v1` */
95
111
  auth: true;
112
+ tag: "Contacts";
96
113
  },
97
114
  "/characters/{character_id}/contracts/": {
98
115
  result: GetCharactersCharacterIdContractsOk;
99
116
  /** `esi-contracts.read_character_contracts.v1` */
100
117
  auth: true;
118
+ tag: "Contracts";
101
119
  },
102
120
  "/characters/{character_id}/contracts/{contract_id}/bids/": {
103
121
  result: GetCharactersCharacterIdContractsContractIdBidsOk;
104
122
  /** `esi-contracts.read_character_contracts.v1` */
105
123
  auth: true;
124
+ tag: "Contracts";
106
125
  },
107
126
  "/characters/{character_id}/contracts/{contract_id}/items/": {
108
127
  result: GetCharactersCharacterIdContractsContractIdItemsOk;
109
128
  /** `esi-contracts.read_character_contracts.v1` */
110
129
  auth: true;
130
+ tag: "Contracts";
111
131
  },
112
132
  "/characters/{character_id}/corporationhistory/": {
113
133
  result: GetCharactersCharacterIdCorporationhistoryOk;
134
+ tag: "Character";
114
135
  },
115
136
  "/characters/{character_id}/fatigue/": {
116
137
  result: GetCharactersCharacterIdFatigueOk;
117
138
  /** `esi-characters.read_fatigue.v1` */
118
139
  auth: true;
140
+ tag: "Character";
119
141
  },
120
142
  "/characters/{character_id}/fittings/": {
121
143
  result: GetCharactersCharacterIdFittingsOk;
122
144
  /** `esi-fittings.read_fittings.v1` */
123
145
  auth: true;
146
+ tag: "Fittings";
124
147
  },
125
148
  "/characters/{character_id}/fleet/": {
126
149
  result: GetCharactersCharacterIdFleetOk;
127
150
  /** `esi-fleets.read_fleet.v1` */
128
151
  auth: true;
152
+ tag: "Fleets";
129
153
  },
130
154
  "/characters/{character_id}/fw/stats/": {
131
155
  result: GetCharactersCharacterIdFwStatsOk;
132
156
  /** `esi-characters.read_fw_stats.v1` */
133
157
  auth: true;
158
+ tag: "Faction Warfare"
134
159
  },
135
160
  "/characters/{character_id}/implants/": {
136
161
  result: GetCharactersCharacterIdImplantsOk;
137
162
  /** `esi-clones.read_implants.v1` */
138
163
  auth: true;
164
+ tag: "Clones";
139
165
  },
140
166
  "/characters/{character_id}/industry/jobs/": {
141
167
  result: GetCharactersCharacterIdIndustryJobsOk;
@@ -144,21 +170,25 @@ export type TESIResponseOKMap = {
144
170
  },
145
171
  /** `esi-industry.read_character_jobs.v1` */
146
172
  auth: true;
173
+ tag: "Industry";
147
174
  },
148
175
  "/characters/{character_id}/killmails/recent/": {
149
176
  result: GetCharactersCharacterIdKillmailsRecentOk;
150
177
  /** `esi-killmails.read_killmails.v1` */
151
178
  auth: true;
179
+ tag: "Killmails";
152
180
  },
153
181
  "/characters/{character_id}/location/": {
154
182
  result: GetCharactersCharacterIdLocationOk;
155
183
  /** `esi-location.read_location.v1` */
156
184
  auth: true;
185
+ tag: "Location";
157
186
  },
158
187
  "/characters/{character_id}/loyalty/points/": {
159
188
  result: GetCharactersCharacterIdLoyaltyPointsOk;
160
189
  /** `esi-characters.read_loyalty.v1` */
161
190
  auth: true;
191
+ tag: "Loyalty";
162
192
  },
163
193
  "/characters/{character_id}/mail/": {
164
194
  result: GetCharactersCharacterIdMailOk;
@@ -168,79 +198,95 @@ export type TESIResponseOKMap = {
168
198
  },
169
199
  /** `esi-mail.read_mail.v1` */
170
200
  auth: true;
201
+ tag: "Mail";
171
202
  },
172
203
  "/characters/{character_id}/mail/labels/": {
173
204
  result: GetCharactersCharacterIdMailLabelsOk;
174
205
  /** `esi-mail.read_mail.v1` */
175
206
  auth: true;
207
+ tag: "Mail";
176
208
  },
177
209
  "/characters/{character_id}/mail/lists/": {
178
210
  result: GetCharactersCharacterIdMailListsOk;
179
211
  /** `esi-mail.read_mail.v1` */
180
212
  auth: true;
213
+ tag: "Mail";
181
214
  },
182
215
  "/characters/{character_id}/mail/{mail_id}/": {
183
216
  result: GetCharactersCharacterIdMailMailIdOk;
184
217
  /** `esi-mail.read_mail.v1` */
185
218
  auth: true;
219
+ tag: "Mail";
186
220
  },
187
221
  "/characters/{character_id}/medals/": {
188
222
  result: GetCharactersCharacterIdMedalsOk;
189
223
  /** `esi-characters.read_medals.v1` */
190
224
  auth: true;
225
+ tag: "Character";
191
226
  },
192
227
  "/characters/{character_id}/mining/": {
193
228
  result: GetCharactersCharacterIdMiningOk;
194
229
  /** `esi-industry.read_character_mining.v1` */
195
230
  auth: true;
231
+ tag: "Industry";
196
232
  },
197
233
  "/characters/{character_id}/notifications/": {
198
234
  result: GetCharactersCharacterIdNotificationsOk;
199
235
  /** `esi-characters.read_notifications.v1` */
200
236
  auth: true;
237
+ tag: "Character";
201
238
  },
202
239
  "/characters/{character_id}/notifications/contacts/": {
203
240
  result: GetCharactersCharacterIdNotificationsContactsOk;
204
241
  /** `esi-characters.read_notifications.v1` */
205
242
  auth: true;
243
+ tag: "Character";
206
244
  },
207
245
  "/characters/{character_id}/online/": {
208
246
  result: GetCharactersCharacterIdOnlineOk;
209
247
  /** `esi-location.read_online.v1` */
210
248
  auth: true;
249
+ tag: "Location";
211
250
  },
212
251
  "/characters/{character_id}/opportunities/": {
213
252
  result: GetCharactersCharacterIdOpportunitiesOk;
214
253
  /** `esi-characters.read_opportunities.v1` */
215
254
  auth: true;
255
+ tag: "Opportunities";
216
256
  },
217
257
  "/characters/{character_id}/orders/": {
218
258
  result: GetCharactersCharacterIdOrdersOk;
219
259
  /** `esi-markets.read_character_orders.v1` */
220
260
  auth: true;
261
+ tag: "Market";
221
262
  },
222
263
  "/characters/{character_id}/orders/history/": {
223
264
  result: GetCharactersCharacterIdOrdersHistoryOk;
224
265
  /** `esi-markets.read_character_orders.v1` */
225
266
  auth: true;
267
+ tag: "Market";
226
268
  },
227
269
  "/characters/{character_id}/planets/": {
228
270
  result: GetCharactersCharacterIdPlanetsOk;
229
271
  /** `esi-planets.manage_planets.v1` */
230
272
  auth: true;
273
+ tag: "Planetary Interaction"
231
274
  },
232
275
  "/characters/{character_id}/planets/{planet_id}/": {
233
276
  result: GetCharactersCharacterIdPlanetsPlanetIdOk;
234
277
  /** `esi-planets.manage_planets.v1` */
235
278
  auth: true;
279
+ tag: "Planetary Interaction"
236
280
  },
237
281
  "/characters/{character_id}/portrait/": {
238
282
  result: GetCharactersCharacterIdPortraitOk;
283
+ tag: "Character";
239
284
  },
240
285
  "/characters/{character_id}/roles/": {
241
286
  result: GetCharactersCharacterIdRolesOk;
242
287
  /** `esi-characters.read_corporation_roles.v1` */
243
288
  auth: true;
289
+ tag: "Character";
244
290
  },
245
291
  "/characters/{character_id}/search/": {
246
292
  result: GetCharactersCharacterIdSearchOk;
@@ -251,41 +297,49 @@ export type TESIResponseOKMap = {
251
297
  },
252
298
  /** `esi-search.search_structures.v1` */
253
299
  auth: true;
300
+ tag: "Search";
254
301
  },
255
302
  "/characters/{character_id}/ship/": {
256
303
  result: GetCharactersCharacterIdShipOk;
257
304
  /** `esi-location.read_ship_type.v1` */
258
305
  auth: true;
306
+ tag: "Location";
259
307
  },
260
308
  "/characters/{character_id}/skillqueue/": {
261
309
  result: GetCharactersCharacterIdSkillqueueOk;
262
310
  /** `esi-skills.read_skillqueue.v1` */
263
311
  auth: true;
312
+ tag: "Skills";
264
313
  },
265
314
  "/characters/{character_id}/skills/": {
266
315
  result: GetCharactersCharacterIdSkillsOk;
267
316
  /** `esi-skills.read_skills.v1` */
268
317
  auth: true;
318
+ tag: "Skills";
269
319
  },
270
320
  "/characters/{character_id}/standings/": {
271
321
  result: GetCharactersCharacterIdStandingsOk;
272
322
  /** `esi-characters.read_standings.v1` */
273
323
  auth: true;
324
+ tag: "Character";
274
325
  },
275
326
  "/characters/{character_id}/titles/": {
276
327
  result: GetCharactersCharacterIdTitlesOk;
277
328
  /** `esi-characters.read_titles.v1` */
278
329
  auth: true;
330
+ tag: "Character";
279
331
  },
280
332
  "/characters/{character_id}/wallet/": {
281
333
  result: GetCharactersCharacterIdWalletOk;
282
334
  /** `esi-wallet.read_character_wallet.v1` */
283
335
  auth: true;
336
+ tag: "Wallet";
284
337
  },
285
338
  "/characters/{character_id}/wallet/journal/": {
286
339
  result: GetCharactersCharacterIdWalletJournalOk;
287
340
  /** `esi-wallet.read_character_wallet.v1` */
288
341
  auth: true;
342
+ tag: "Wallet";
289
343
  },
290
344
  "/characters/{character_id}/wallet/transactions/": {
291
345
  result: GetCharactersCharacterIdWalletTransactionsOk;
@@ -294,102 +348,125 @@ export type TESIResponseOKMap = {
294
348
  },
295
349
  /** `esi-wallet.read_character_wallet.v1` */
296
350
  auth: true;
351
+ tag: "Wallet";
297
352
  },
298
353
  "/contracts/public/bids/{contract_id}/": {
299
354
  result: GetContractsPublicBidsContractIdOk;
355
+ tag: "Contracts";
300
356
  },
301
357
  "/contracts/public/items/{contract_id}/": {
302
358
  result: GetContractsPublicItemsContractIdOk;
359
+ tag: "Contracts";
303
360
  },
304
361
  "/contracts/public/{region_id}/": {
305
362
  result: GetContractsPublicRegionIdOk;
363
+ tag: "Contracts";
306
364
  },
307
365
  "/corporation/{corporation_id}/mining/extractions/": {
308
366
  result: GetCorporationCorporationIdMiningExtractionsOk;
309
367
  /** `esi-industry.read_corporation_mining.v1` */
310
368
  auth: true;
369
+ tag: "Industry";
311
370
  },
312
371
  "/corporation/{corporation_id}/mining/observers/": {
313
372
  result: GetCorporationCorporationIdMiningObserversOk;
314
373
  /** `esi-industry.read_corporation_mining.v1` */
315
374
  auth: true;
375
+ tag: "Industry";
316
376
  },
317
377
  "/corporation/{corporation_id}/mining/observers/{observer_id}/": {
318
378
  result: GetCorporationCorporationIdMiningObserversObserverIdOk;
319
379
  /** `esi-industry.read_corporation_mining.v1` */
320
380
  auth: true;
381
+ tag: "Industry";
321
382
  },
322
383
  "/corporations/npccorps/": {
323
384
  result: GetCorporationsNpccorpsOk;
385
+ tag: "Corporation";
324
386
  },
325
387
  "/corporations/{corporation_id}/": {
326
388
  result: GetCorporationsCorporationIdOk;
389
+ tag: "Corporation";
327
390
  },
328
391
  "/corporations/{corporation_id}/alliancehistory/": {
329
392
  result: GetCorporationsCorporationIdAlliancehistoryOk;
393
+ tag: "Corporation";
330
394
  },
331
395
  "/corporations/{corporation_id}/assets/": {
332
396
  result: GetCorporationsCorporationIdAssetsOk;
333
397
  /** `esi-assets.read_corporation_assets.v1` */
334
398
  auth: true;
399
+ tag: "Assets";
335
400
  },
336
401
  "/corporations/{corporation_id}/blueprints/": {
337
402
  result: GetCorporationsCorporationIdBlueprintsOk;
338
403
  /** `esi-corporations.read_blueprints.v1` */
339
404
  auth: true;
405
+ tag: "Corporation";
340
406
  },
341
407
  "/corporations/{corporation_id}/contacts/": {
342
408
  result: GetCorporationsCorporationIdContactsOk;
343
409
  /** `esi-corporations.read_contacts.v1` */
344
410
  auth: true;
411
+ tag: "Contacts";
345
412
  },
346
413
  "/corporations/{corporation_id}/contacts/labels/": {
347
414
  result: GetCorporationsCorporationIdContactsLabelsOk;
348
415
  /** `esi-corporations.read_contacts.v1` */
349
416
  auth: true;
417
+ tag: "Contacts";
350
418
  },
351
419
  "/corporations/{corporation_id}/containers/logs/": {
352
420
  result: GetCorporationsCorporationIdContainersLogsOk;
353
421
  /** `esi-corporations.read_container_logs.v1` */
354
422
  auth: true;
423
+ tag: "Corporation";
355
424
  },
356
425
  "/corporations/{corporation_id}/contracts/": {
357
426
  result: GetCorporationsCorporationIdContractsOk;
358
427
  /** `esi-contracts.read_corporation_contracts.v1` */
359
428
  auth: true;
429
+ tag: "Contracts";
360
430
  },
361
431
  "/corporations/{corporation_id}/contracts/{contract_id}/bids/": {
362
432
  result: GetCorporationsCorporationIdContractsContractIdBidsOk;
363
433
  /** `esi-contracts.read_corporation_contracts.v1` */
364
434
  auth: true;
435
+ tag: "Contracts";
365
436
  },
366
437
  "/corporations/{corporation_id}/contracts/{contract_id}/items/": {
367
438
  result: GetCorporationsCorporationIdContractsContractIdItemsOk;
368
439
  /** `esi-contracts.read_corporation_contracts.v1` */
369
440
  auth: true;
441
+ tag: "Contracts";
370
442
  },
371
443
  "/corporations/{corporation_id}/customs_offices/": {
372
444
  result: GetCorporationsCorporationIdCustomsOfficesOk;
373
445
  /** `esi-planets.read_customs_offices.v1` */
374
446
  auth: true;
447
+ tag: "Planetary Interaction"
375
448
  },
376
449
  "/corporations/{corporation_id}/divisions/": {
377
450
  result: GetCorporationsCorporationIdDivisionsOk;
378
451
  /** `esi-corporations.read_divisions.v1` */
379
452
  auth: true;
453
+ tag: "Corporation";
380
454
  },
381
455
  "/corporations/{corporation_id}/facilities/": {
382
456
  result: GetCorporationsCorporationIdFacilitiesOk;
383
457
  /** `esi-corporations.read_facilities.v1` */
384
458
  auth: true;
459
+ tag: "Corporation";
385
460
  },
386
461
  "/corporations/{corporation_id}/fw/stats/": {
387
462
  result: GetCorporationsCorporationIdFwStatsOk;
388
463
  /** `esi-corporations.read_fw_stats.v1` */
389
464
  auth: true;
465
+ tag: "Faction Warfare"
390
466
  },
391
467
  "/corporations/{corporation_id}/icons/": {
392
468
  result: GetCorporationsCorporationIdIconsOk;
469
+ tag: "Corporation";
393
470
  },
394
471
  "/corporations/{corporation_id}/industry/jobs/": {
395
472
  result: GetCorporationsCorporationIdIndustryJobsOk;
@@ -398,76 +475,91 @@ export type TESIResponseOKMap = {
398
475
  },
399
476
  /** `esi-industry.read_corporation_jobs.v1` */
400
477
  auth: true;
478
+ tag: "Industry";
401
479
  },
402
480
  "/corporations/{corporation_id}/killmails/recent/": {
403
481
  result: GetCorporationsCorporationIdKillmailsRecentOk;
404
482
  /** `esi-killmails.read_corporation_killmails.v1` */
405
483
  auth: true;
484
+ tag: "Killmails";
406
485
  },
407
486
  "/corporations/{corporation_id}/medals/": {
408
487
  result: GetCorporationsCorporationIdMedalsOk;
409
488
  /** `esi-corporations.read_medals.v1` */
410
489
  auth: true;
490
+ tag: "Corporation";
411
491
  },
412
492
  "/corporations/{corporation_id}/medals/issued/": {
413
493
  result: GetCorporationsCorporationIdMedalsIssuedOk;
414
494
  /** `esi-corporations.read_medals.v1` */
415
495
  auth: true;
496
+ tag: "Corporation";
416
497
  },
417
498
  "/corporations/{corporation_id}/members/": {
418
499
  result: GetCorporationsCorporationIdMembersOk;
419
500
  /** `esi-corporations.read_corporation_membership.v1` */
420
501
  auth: true;
502
+ tag: "Corporation";
421
503
  },
422
504
  "/corporations/{corporation_id}/members/limit/": {
423
505
  result: GetCorporationsCorporationIdMembersLimitOk;
424
506
  /** `esi-corporations.track_members.v1` */
425
507
  auth: true;
508
+ tag: "Corporation";
426
509
  },
427
510
  "/corporations/{corporation_id}/members/titles/": {
428
511
  result: GetCorporationsCorporationIdMembersTitlesOk;
429
512
  /** `esi-corporations.read_titles.v1` */
430
513
  auth: true;
514
+ tag: "Corporation";
431
515
  },
432
516
  "/corporations/{corporation_id}/membertracking/": {
433
517
  result: GetCorporationsCorporationIdMembertrackingOk;
434
518
  /** `esi-corporations.track_members.v1` */
435
519
  auth: true;
520
+ tag: "Corporation";
436
521
  },
437
522
  "/corporations/{corporation_id}/orders/": {
438
523
  result: GetCorporationsCorporationIdOrdersOk;
439
524
  /** `esi-markets.read_corporation_orders.v1` */
440
525
  auth: true;
526
+ tag: "Market";
441
527
  },
442
528
  "/corporations/{corporation_id}/orders/history/": {
443
529
  result: GetCorporationsCorporationIdOrdersHistoryOk;
444
530
  /** `esi-markets.read_corporation_orders.v1` */
445
531
  auth: true;
532
+ tag: "Market";
446
533
  },
447
534
  "/corporations/{corporation_id}/roles/": {
448
535
  result: GetCorporationsCorporationIdRolesOk;
449
536
  /** `esi-corporations.read_corporation_membership.v1` */
450
537
  auth: true;
538
+ tag: "Corporation";
451
539
  },
452
540
  "/corporations/{corporation_id}/roles/history/": {
453
541
  result: GetCorporationsCorporationIdRolesHistoryOk;
454
542
  /** `esi-corporations.read_corporation_membership.v1` */
455
543
  auth: true;
544
+ tag: "Corporation";
456
545
  },
457
546
  "/corporations/{corporation_id}/shareholders/": {
458
547
  result: GetCorporationsCorporationIdShareholdersOk;
459
548
  /** `esi-wallet.read_corporation_wallets.v1` */
460
549
  auth: true;
550
+ tag: "Corporation";
461
551
  },
462
552
  "/corporations/{corporation_id}/standings/": {
463
553
  result: GetCorporationsCorporationIdStandingsOk;
464
554
  /** `esi-corporations.read_standings.v1` */
465
555
  auth: true;
556
+ tag: "Corporation";
466
557
  },
467
558
  "/corporations/{corporation_id}/starbases/": {
468
559
  result: GetCorporationsCorporationIdStarbasesOk;
469
560
  /** `esi-corporations.read_starbases.v1` */
470
561
  auth: true;
562
+ tag: "Corporation";
471
563
  },
472
564
  "/corporations/{corporation_id}/starbases/{starbase_id}/": {
473
565
  result: GetCorporationsCorporationIdStarbasesStarbaseIdOk;
@@ -476,26 +568,31 @@ export type TESIResponseOKMap = {
476
568
  },
477
569
  /** `esi-corporations.read_starbases.v1` */
478
570
  auth: true;
571
+ tag: "Corporation";
479
572
  },
480
573
  "/corporations/{corporation_id}/structures/": {
481
574
  result: GetCorporationsCorporationIdStructuresOk;
482
575
  /** `esi-corporations.read_structures.v1` */
483
576
  auth: true;
577
+ tag: "Corporation";
484
578
  },
485
579
  "/corporations/{corporation_id}/titles/": {
486
580
  result: GetCorporationsCorporationIdTitlesOk;
487
581
  /** `esi-corporations.read_titles.v1` */
488
582
  auth: true;
583
+ tag: "Corporation";
489
584
  },
490
585
  "/corporations/{corporation_id}/wallets/": {
491
586
  result: GetCorporationsCorporationIdWalletsOk;
492
587
  /** `esi-wallet.read_corporation_wallets.v1` */
493
588
  auth: true;
589
+ tag: "Wallet";
494
590
  },
495
591
  "/corporations/{corporation_id}/wallets/{division}/journal/": {
496
592
  result: GetCorporationsCorporationIdWalletsDivisionJournalOk;
497
593
  /** `esi-wallet.read_corporation_wallets.v1` */
498
594
  auth: true;
595
+ tag: "Wallet";
499
596
  },
500
597
  "/corporations/{corporation_id}/wallets/{division}/transactions/": {
501
598
  result: GetCorporationsCorporationIdWalletsDivisionTransactionsOk;
@@ -504,114 +601,146 @@ export type TESIResponseOKMap = {
504
601
  },
505
602
  /** `esi-wallet.read_corporation_wallets.v1` */
506
603
  auth: true;
604
+ tag: "Wallet";
507
605
  },
508
606
  "/dogma/attributes/": {
509
607
  result: GetDogmaAttributesOk;
608
+ tag: "Dogma";
510
609
  },
511
610
  "/dogma/attributes/{attribute_id}/": {
512
611
  result: GetDogmaAttributesAttributeIdOk;
612
+ tag: "Dogma";
513
613
  },
514
614
  "/dogma/dynamic/items/{type_id}/{item_id}/": {
515
615
  result: GetDogmaDynamicItemsTypeIdItemIdOk;
616
+ tag: "Dogma";
516
617
  },
517
618
  "/dogma/effects/": {
518
619
  result: GetDogmaEffectsOk;
620
+ tag: "Dogma";
519
621
  },
520
622
  "/dogma/effects/{effect_id}/": {
521
623
  result: GetDogmaEffectsEffectIdOk;
624
+ tag: "Dogma";
522
625
  },
523
626
  "/fleets/{fleet_id}/": {
524
627
  result: GetFleetsFleetIdOk;
525
628
  /** `esi-fleets.read_fleet.v1` */
526
629
  auth: true;
630
+ tag: "Fleets";
527
631
  },
528
632
  "/fleets/{fleet_id}/members/": {
529
633
  result: GetFleetsFleetIdMembersOk;
530
634
  /** `esi-fleets.read_fleet.v1` */
531
635
  auth: true;
636
+ tag: "Fleets";
532
637
  },
533
638
  "/fleets/{fleet_id}/wings/": {
534
639
  result: GetFleetsFleetIdWingsOk;
535
640
  /** `esi-fleets.read_fleet.v1` */
536
641
  auth: true;
642
+ tag: "Fleets";
537
643
  },
538
644
  "/fw/leaderboards/": {
539
645
  result: GetFwLeaderboardsOk;
646
+ tag: "Faction Warfare"
540
647
  },
541
648
  "/fw/leaderboards/characters/": {
542
649
  result: GetFwLeaderboardsCharactersOk;
650
+ tag: "Faction Warfare"
543
651
  },
544
652
  "/fw/leaderboards/corporations/": {
545
653
  result: GetFwLeaderboardsCorporationsOk;
654
+ tag: "Faction Warfare"
546
655
  },
547
656
  "/fw/stats/": {
548
657
  result: GetFwStatsOk;
658
+ tag: "Faction Warfare"
549
659
  },
550
660
  "/fw/systems/": {
551
661
  result: GetFwSystemsOk;
662
+ tag: "Faction Warfare"
552
663
  },
553
664
  "/fw/wars/": {
554
665
  result: GetFwWarsOk;
666
+ tag: "Faction Warfare"
555
667
  },
556
668
  "/incursions/": {
557
669
  result: GetIncursionsOk;
670
+ tag: "Incursions";
558
671
  },
559
672
  "/industry/facilities/": {
560
673
  result: GetIndustryFacilitiesOk;
674
+ tag: "Industry";
561
675
  },
562
676
  "/industry/systems/": {
563
677
  result: GetIndustrySystemsOk;
678
+ tag: "Industry";
564
679
  },
565
680
  "/insurance/prices/": {
566
681
  result: GetInsurancePricesOk;
682
+ tag: "Insurance";
567
683
  },
568
684
  "/killmails/{killmail_id}/{killmail_hash}/": {
569
685
  result: GetKillmailsKillmailIdKillmailHashOk;
686
+ tag: "Killmails";
570
687
  },
571
688
  "/loyalty/stores/{corporation_id}/offers/": {
572
689
  result: GetLoyaltyStoresCorporationIdOffersOk;
690
+ tag: "Loyalty";
573
691
  },
574
692
  "/markets/groups/": {
575
693
  result: GetMarketsGroupsOk;
694
+ tag: "Market";
576
695
  },
577
696
  "/markets/groups/{market_group_id}/": {
578
697
  result: GetMarketsGroupsMarketGroupIdOk;
698
+ tag: "Market";
579
699
  },
580
700
  "/markets/prices/": {
581
701
  result: GetMarketsPricesOk;
702
+ tag: "Market";
582
703
  },
583
704
  "/markets/structures/{structure_id}/": {
584
705
  result: GetMarketsStructuresStructureIdOk;
585
706
  /** `esi-markets.structure_markets.v1` */
586
707
  auth: true;
708
+ tag: "Market";
587
709
  },
588
710
  "/markets/{region_id}/history/": {
589
711
  result: GetMarketsRegionIdHistoryOk;
590
712
  query: {
591
713
  type_id: number;
592
- }
714
+ },
715
+ tag: "Market";
593
716
  },
594
717
  "/markets/{region_id}/orders/": {
595
718
  result: GetMarketsRegionIdOrdersOk;
596
719
  query: {
597
720
  order_type: GetMarketsRegionIdOrdersOrderType;
598
721
  type_id?: number;
599
- }
722
+ },
723
+ tag: "Market";
600
724
  },
601
725
  "/markets/{region_id}/types/": {
602
726
  result: GetMarketsRegionIdTypesOk;
727
+ tag: "Market";
603
728
  },
604
729
  "/opportunities/groups/": {
605
730
  result: GetOpportunitiesGroupsOk;
731
+ tag: "Opportunities";
606
732
  },
607
733
  "/opportunities/groups/{group_id}/": {
608
734
  result: GetOpportunitiesGroupsGroupIdOk;
735
+ tag: "Opportunities";
609
736
  },
610
737
  "/opportunities/tasks/": {
611
738
  result: GetOpportunitiesTasksOk;
739
+ tag: "Opportunities";
612
740
  },
613
741
  "/opportunities/tasks/{task_id}/": {
614
742
  result: GetOpportunitiesTasksTaskIdOk;
743
+ tag: "Opportunities";
615
744
  },
616
745
  "/route/{origin}/{destination}/": {
617
746
  result: GetRouteOriginDestinationOk;
@@ -619,123 +748,160 @@ export type TESIResponseOKMap = {
619
748
  avoid?: GetRouteOriginDestinationAvoid;
620
749
  connections?: GetRouteOriginDestinationConnections;
621
750
  flag?: GetRouteOriginDestinationFlag;
622
- }
751
+ },
752
+ tag: "Routes";
623
753
  },
624
754
  "/sovereignty/campaigns/": {
625
755
  result: GetSovereigntyCampaignsOk;
756
+ tag: "Sovereignty";
626
757
  },
627
758
  "/sovereignty/map/": {
628
759
  result: GetSovereigntyMapOk;
760
+ tag: "Sovereignty";
629
761
  },
630
762
  "/sovereignty/structures/": {
631
763
  result: GetSovereigntyStructuresOk;
764
+ tag: "Sovereignty";
632
765
  },
633
766
  "/status/": {
634
767
  result: GetStatusOk;
768
+ tag: "Status";
635
769
  },
636
770
  "/universe/ancestries/": {
637
771
  result: GetUniverseAncestriesOk;
772
+ tag: "Universe";
638
773
  },
639
774
  "/universe/asteroid_belts/{asteroid_belt_id}/": {
640
775
  result: GetUniverseAsteroidBeltsAsteroidBeltIdOk;
776
+ tag: "Universe";
641
777
  },
642
778
  "/universe/bloodlines/": {
643
779
  result: GetUniverseBloodlinesOk;
780
+ tag: "Universe";
644
781
  },
645
782
  "/universe/categories/": {
646
783
  result: GetUniverseCategoriesOk;
784
+ tag: "Universe";
647
785
  },
648
786
  "/universe/categories/{category_id}/": {
649
787
  result: GetUniverseCategoriesCategoryIdOk;
788
+ tag: "Universe";
650
789
  },
651
790
  "/universe/constellations/": {
652
791
  result: GetUniverseConstellationsOk;
792
+ tag: "Universe";
653
793
  },
654
794
  "/universe/constellations/{constellation_id}/": {
655
795
  result: GetUniverseConstellationsConstellationIdOk;
796
+ tag: "Universe";
656
797
  },
657
798
  "/universe/factions/": {
658
799
  result: GetUniverseFactionsOk;
800
+ tag: "Universe";
659
801
  },
660
802
  "/universe/graphics/": {
661
803
  result: GetUniverseGraphicsOk;
804
+ tag: "Universe";
662
805
  },
663
806
  "/universe/graphics/{graphic_id}/": {
664
807
  result: GetUniverseGraphicsGraphicIdOk;
808
+ tag: "Universe";
665
809
  },
666
810
  "/universe/groups/": {
667
811
  result: GetUniverseGroupsOk;
812
+ tag: "Universe";
668
813
  },
669
814
  "/universe/groups/{group_id}/": {
670
815
  result: GetUniverseGroupsGroupIdOk;
816
+ tag: "Universe";
671
817
  },
672
818
  "/universe/moons/{moon_id}/": {
673
819
  result: GetUniverseMoonsMoonIdOk;
820
+ tag: "Universe";
674
821
  },
675
822
  "/universe/planets/{planet_id}/": {
676
823
  result: GetUniversePlanetsPlanetIdOk;
824
+ tag: "Universe";
677
825
  },
678
826
  "/universe/races/": {
679
827
  result: GetUniverseRacesOk;
828
+ tag: "Universe";
680
829
  },
681
830
  "/universe/regions/": {
682
831
  result: GetUniverseRegionsOk;
832
+ tag: "Universe";
683
833
  },
684
834
  "/universe/regions/{region_id}/": {
685
835
  result: GetUniverseRegionsRegionIdOk;
836
+ tag: "Universe";
686
837
  },
687
838
  "/universe/schematics/{schematic_id}/": {
688
839
  result: GetUniverseSchematicsSchematicIdOk;
840
+ tag: "Planetary Interaction"
689
841
  },
690
842
  "/universe/stargates/{stargate_id}/": {
691
843
  result: GetUniverseStargatesStargateIdOk;
844
+ tag: "Universe";
692
845
  },
693
846
  "/universe/stars/{star_id}/": {
694
847
  result: GetUniverseStarsStarIdOk;
848
+ tag: "Universe";
695
849
  },
696
850
  "/universe/stations/{station_id}/": {
697
851
  result: GetUniverseStationsStationIdOk;
852
+ tag: "Universe";
698
853
  },
699
854
  "/universe/structures/": {
700
855
  result: GetUniverseStructuresOk;
701
856
  query: {
702
857
  filter?: GetUniverseStructuresFilter;
703
- }
858
+ },
859
+ tag: "Universe";
704
860
  },
705
861
  "/universe/structures/{structure_id}/": {
706
862
  result: GetUniverseStructuresStructureIdOk;
707
863
  /** `esi-universe.read_structures.v1` */
708
864
  auth: true;
865
+ tag: "Universe";
709
866
  },
710
867
  "/universe/system_jumps/": {
711
868
  result: GetUniverseSystemJumpsOk;
869
+ tag: "Universe";
712
870
  },
713
871
  "/universe/system_kills/": {
714
872
  result: GetUniverseSystemKillsOk;
873
+ tag: "Universe";
715
874
  },
716
875
  "/universe/systems/": {
717
876
  result: GetUniverseSystemsOk;
877
+ tag: "Universe";
718
878
  },
719
879
  "/universe/systems/{system_id}/": {
720
880
  result: GetUniverseSystemsSystemIdOk;
881
+ tag: "Universe";
721
882
  },
722
883
  "/universe/types/": {
723
884
  result: GetUniverseTypesOk;
885
+ tag: "Universe";
724
886
  },
725
887
  "/universe/types/{type_id}/": {
726
888
  result: GetUniverseTypesTypeIdOk;
889
+ tag: "Universe";
727
890
  },
728
891
  "/wars/": {
729
892
  result: GetWarsOk;
730
893
  query: {
731
894
  max_war_id?: number;
732
- }
895
+ },
896
+ tag: "Wars";
733
897
  },
734
898
  "/wars/{war_id}/": {
735
899
  result: GetWarsWarIdOk;
900
+ tag: "Wars";
736
901
  },
737
902
  "/wars/{war_id}/killmails/": {
738
903
  result: GetWarsWarIdKillmailsOk;
904
+ tag: "Wars";
739
905
  }
740
906
  },
741
907
  post: {
@@ -743,12 +909,14 @@ export type TESIResponseOKMap = {
743
909
  result: NoContentResponse;
744
910
  /** `esi-fleets.write_fleet.v1` */
745
911
  auth: true;
912
+ tag: "Fleets";
746
913
  body: PostFleetsFleetIdMembersInvitation;
747
914
  },
748
915
  "/ui/autopilot/waypoint/": {
749
916
  result: NoContentResponse;
750
917
  /** `esi-ui.write_waypoint.v1` */
751
918
  auth: true;
919
+ tag: "User Interface",
752
920
  query: {
753
921
  add_to_beginning: boolean;
754
922
  clear_other_waypoints: boolean;
@@ -759,6 +927,7 @@ export type TESIResponseOKMap = {
759
927
  result: NoContentResponse;
760
928
  /** `esi-ui.open_window.v1` */
761
929
  auth: true;
930
+ tag: "User Interface",
762
931
  query: {
763
932
  contract_id: number;
764
933
  }
@@ -767,6 +936,7 @@ export type TESIResponseOKMap = {
767
936
  result: NoContentResponse;
768
937
  /** `esi-ui.open_window.v1` */
769
938
  auth: true;
939
+ tag: "User Interface",
770
940
  query: {
771
941
  target_id: number;
772
942
  }
@@ -775,6 +945,7 @@ export type TESIResponseOKMap = {
775
945
  result: NoContentResponse;
776
946
  /** `esi-ui.open_window.v1` */
777
947
  auth: true;
948
+ tag: "User Interface",
778
949
  query: {
779
950
  type_id: number;
780
951
  }
@@ -783,23 +954,27 @@ export type TESIResponseOKMap = {
783
954
  result: NoContentResponse;
784
955
  /** `esi-ui.open_window.v1` */
785
956
  auth: true;
957
+ tag: "User Interface",
786
958
  body: PostUiOpenwindowNewmailNewMail;
787
959
  },
788
960
  "/characters/affiliation/": {
789
961
  result: PostCharactersAffiliationOk;
790
962
  body: PostCharactersAffiliationCharacters;
963
+ tag: "Character";
791
964
  },
792
965
  "/characters/{character_id}/assets/locations/": {
793
966
  result: PostCharactersCharacterIdAssetsLocationsOk;
794
967
  body: PostCharactersCharacterIdAssetsLocationsItemIds;
795
968
  /** `esi-assets.read_assets.v1` */
796
969
  auth: true;
970
+ tag: "Assets";
797
971
  },
798
972
  "/characters/{character_id}/assets/names/": {
799
973
  result: PostCharactersCharacterIdAssetsNamesOk;
800
974
  body: PostCharactersCharacterIdAssetsNamesItemIds;
801
975
  /** `esi-assets.read_assets.v1` */
802
976
  auth: true;
977
+ tag: "Assets";
803
978
  },
804
979
  "/characters/{character_id}/contacts/": {
805
980
  result: PostCharactersCharacterIdContactsCreated;
@@ -811,60 +986,71 @@ export type TESIResponseOKMap = {
811
986
  },
812
987
  /** `esi-characters.write_contacts.v1` */
813
988
  auth: true;
989
+ tag: "Contacts";
814
990
  },
815
991
  "/characters/{character_id}/cspa/": {
816
992
  result: PostCharactersCharacterIdCspaCreated;
817
993
  body: PostCharactersCharacterIdCspaCharacters;
818
994
  /** `esi-characters.read_contacts.v1` */
819
995
  auth: true;
996
+ tag: "Character";
820
997
  },
821
998
  "/characters/{character_id}/fittings/": {
822
999
  result: PostCharactersCharacterIdFittingsCreated;
823
1000
  body: PostCharactersCharacterIdFittingsFitting;
824
1001
  /** `esi-fittings.write_fittings.v1` */
825
1002
  auth: true;
1003
+ tag: "Fittings";
826
1004
  },
827
1005
  "/characters/{character_id}/mail/": {
828
1006
  result: PostCharactersCharacterIdMailCreated;
829
1007
  body: PostCharactersCharacterIdMailMail;
830
1008
  /** `esi-mail.send_mail.v1` */
831
1009
  auth: true;
1010
+ tag: "Mail";
832
1011
  },
833
1012
  "/characters/{character_id}/mail/labels/": {
834
1013
  result: PostCharactersCharacterIdMailLabelsCreated;
835
1014
  body: PostCharactersCharacterIdMailLabelsLabel;
836
1015
  /** `esi-mail.organize_mail.v1` */
837
1016
  auth: true;
1017
+ tag: "Mail";
838
1018
  },
839
1019
  "/corporations/{corporation_id}/assets/locations/": {
840
1020
  result: PostCorporationsCorporationIdAssetsLocationsOk;
841
1021
  body: PostCorporationsCorporationIdAssetsLocationsItemIds;
842
1022
  /** `esi-assets.read_corporation_assets.v1` */
843
1023
  auth: true;
1024
+ tag: "Assets";
844
1025
  },
845
1026
  "/corporations/{corporation_id}/assets/names/": {
846
1027
  result: PostCorporationsCorporationIdAssetsNamesOk;
847
1028
  body: PostCorporationsCorporationIdAssetsNamesItemIds;
848
1029
  /** `esi-assets.read_corporation_assets.v1` */
849
1030
  auth: true;
1031
+ tag: "Assets";
850
1032
  },
851
1033
  "/fleets/{fleet_id}/wings/": {
852
1034
  result: PostFleetsFleetIdWingsCreated;
853
1035
  /** `esi-fleets.write_fleet.v1` */
854
1036
  auth: true;
1037
+ tag: "Fleets";
855
1038
  },
856
1039
  "/fleets/{fleet_id}/wings/{wing_id}/squads/": {
857
1040
  result: PostFleetsFleetIdWingsWingIdSquadsCreated;
858
1041
  /** `esi-fleets.write_fleet.v1` */
859
1042
  auth: true;
1043
+ tag: "Fleets";
860
1044
  },
861
1045
  "/universe/ids/": {
862
1046
  result: PostUniverseIdsOk;
863
1047
  body: PostUniverseIdsNames;
1048
+ tag: "Universe";
864
1049
  },
865
1050
  "/universe/names/": {
866
1051
  result: PostUniverseNamesOk;
867
1052
  body: PostUniverseNamesIds;
1053
+ tag: "Universe";
868
1054
  }
869
1055
  },
870
1056
  put: {
@@ -872,12 +1058,14 @@ export type TESIResponseOKMap = {
872
1058
  result: NoContentResponse;
873
1059
  /** `esi-calendar.respond_calendar_events.v1` */
874
1060
  auth: true;
1061
+ tag: "Calendar";
875
1062
  body: PutCharactersCharacterIdCalendarEventIdResponse;
876
1063
  },
877
1064
  "/characters/{character_id}/contacts/": {
878
1065
  result: NoContentResponse;
879
1066
  /** `esi-characters.write_contacts.v1` */
880
1067
  auth: true;
1068
+ tag: "Contacts";
881
1069
  body: PutCharactersCharacterIdContactsContactIds;
882
1070
  query: {
883
1071
  label_ids?: PutCharactersCharacterIdContactsLabelIds;
@@ -889,30 +1077,35 @@ export type TESIResponseOKMap = {
889
1077
  result: NoContentResponse;
890
1078
  /** `esi-mail.organize_mail.v1` */
891
1079
  auth: true;
1080
+ tag: "Mail";
892
1081
  body: PutCharactersCharacterIdMailMailIdContents;
893
1082
  },
894
1083
  "/fleets/{fleet_id}/": {
895
1084
  result: NoContentResponse;
896
1085
  /** `esi-fleets.write_fleet.v1` */
897
1086
  auth: true;
1087
+ tag: "Fleets";
898
1088
  body: PutFleetsFleetIdNewSettings;
899
1089
  },
900
1090
  "/fleets/{fleet_id}/members/{member_id}/": {
901
1091
  result: NoContentResponse;
902
1092
  /** `esi-fleets.write_fleet.v1` */
903
1093
  auth: true;
1094
+ tag: "Fleets";
904
1095
  body: PutFleetsFleetIdMembersMemberIdMovement;
905
1096
  },
906
1097
  "/fleets/{fleet_id}/squads/{squad_id}/": {
907
1098
  result: NoContentResponse;
908
1099
  /** `esi-fleets.write_fleet.v1` */
909
1100
  auth: true;
1101
+ tag: "Fleets";
910
1102
  body: PutFleetsFleetIdSquadsSquadIdNaming;
911
1103
  },
912
1104
  "/fleets/{fleet_id}/wings/{wing_id}/": {
913
1105
  result: NoContentResponse;
914
1106
  /** `esi-fleets.write_fleet.v1` */
915
1107
  auth: true;
1108
+ tag: "Fleets";
916
1109
  body: PutFleetsFleetIdWingsWingIdNaming;
917
1110
  }
918
1111
  },
@@ -921,6 +1114,7 @@ export type TESIResponseOKMap = {
921
1114
  result: NoContentResponse;
922
1115
  /** `esi-characters.write_contacts.v1` */
923
1116
  auth: true;
1117
+ tag: "Contacts";
924
1118
  query: {
925
1119
  contact_ids: DeleteCharactersCharacterIdContactsContactIds;
926
1120
  }
@@ -929,31 +1123,37 @@ export type TESIResponseOKMap = {
929
1123
  result: NoContentResponse;
930
1124
  /** `esi-fittings.write_fittings.v1` */
931
1125
  auth: true;
1126
+ tag: "Fittings";
932
1127
  },
933
1128
  "/characters/{character_id}/mail/labels/{label_id}/": {
934
1129
  result: NoContentResponse;
935
1130
  /** `esi-mail.organize_mail.v1` */
936
1131
  auth: true;
1132
+ tag: "Mail";
937
1133
  },
938
1134
  "/characters/{character_id}/mail/{mail_id}/": {
939
1135
  result: NoContentResponse;
940
1136
  /** `esi-mail.organize_mail.v1` */
941
1137
  auth: true;
1138
+ tag: "Mail";
942
1139
  },
943
1140
  "/fleets/{fleet_id}/members/{member_id}/": {
944
1141
  result: NoContentResponse;
945
1142
  /** `esi-fleets.write_fleet.v1` */
946
1143
  auth: true;
1144
+ tag: "Fleets";
947
1145
  },
948
1146
  "/fleets/{fleet_id}/squads/{squad_id}/": {
949
1147
  result: NoContentResponse;
950
1148
  /** `esi-fleets.write_fleet.v1` */
951
1149
  auth: true;
1150
+ tag: "Fleets";
952
1151
  },
953
1152
  "/fleets/{fleet_id}/wings/{wing_id}/": {
954
1153
  result: NoContentResponse;
955
1154
  /** `esi-fleets.write_fleet.v1` */
956
1155
  auth: true;
1156
+ tag: "Fleets";
957
1157
  }
958
1158
  }
959
1159
  };