@localisprimary/esi 2.0.13 → 2.0.14
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/dist/client.d.ts +4 -4
- package/dist/client.js +19 -18
- package/dist/types.d.ts +662 -662
- package/package.json +8 -9
package/dist/types.d.ts
CHANGED
|
@@ -14,9 +14,9 @@ export type IfNoneMatch = string;
|
|
|
14
14
|
export type Tenant = string;
|
|
15
15
|
export type GetAlliancesResponse = number[];
|
|
16
16
|
export interface GetAlliancesResponseHeaders {
|
|
17
|
-
'
|
|
18
|
-
|
|
19
|
-
'
|
|
17
|
+
'cache-control'?: string;
|
|
18
|
+
etag?: string;
|
|
19
|
+
'last-modified'?: string;
|
|
20
20
|
}
|
|
21
21
|
export type CorporationID = number;
|
|
22
22
|
export type CharacterID = number;
|
|
@@ -34,9 +34,9 @@ export interface GetAllianceParams {
|
|
|
34
34
|
alliance_id: number | string;
|
|
35
35
|
}
|
|
36
36
|
export interface GetAllianceResponseHeaders {
|
|
37
|
-
'
|
|
38
|
-
|
|
39
|
-
'
|
|
37
|
+
'cache-control'?: string;
|
|
38
|
+
etag?: string;
|
|
39
|
+
'last-modified'?: string;
|
|
40
40
|
}
|
|
41
41
|
export type GetAllianceContactsResponse = {
|
|
42
42
|
contact_id: number;
|
|
@@ -49,10 +49,10 @@ export interface GetAllianceContactsParams {
|
|
|
49
49
|
page?: number;
|
|
50
50
|
}
|
|
51
51
|
export interface GetAllianceContactsResponseHeaders {
|
|
52
|
-
'
|
|
53
|
-
|
|
54
|
-
'
|
|
55
|
-
'
|
|
52
|
+
'cache-control'?: string;
|
|
53
|
+
etag?: string;
|
|
54
|
+
'last-modified'?: string;
|
|
55
|
+
'x-pages'?: string;
|
|
56
56
|
}
|
|
57
57
|
export type GetAllianceContactsLabelsResponse = {
|
|
58
58
|
label_id: number;
|
|
@@ -62,18 +62,18 @@ export interface GetAllianceContactsLabelsParams {
|
|
|
62
62
|
alliance_id: number | string;
|
|
63
63
|
}
|
|
64
64
|
export interface GetAllianceContactsLabelsResponseHeaders {
|
|
65
|
-
'
|
|
66
|
-
|
|
67
|
-
'
|
|
65
|
+
'cache-control'?: string;
|
|
66
|
+
etag?: string;
|
|
67
|
+
'last-modified'?: string;
|
|
68
68
|
}
|
|
69
69
|
export type GetAllianceCorporationsResponse = number[];
|
|
70
70
|
export interface GetAllianceCorporationsParams {
|
|
71
71
|
alliance_id: number | string;
|
|
72
72
|
}
|
|
73
73
|
export interface GetAllianceCorporationsResponseHeaders {
|
|
74
|
-
'
|
|
75
|
-
|
|
76
|
-
'
|
|
74
|
+
'cache-control'?: string;
|
|
75
|
+
etag?: string;
|
|
76
|
+
'last-modified'?: string;
|
|
77
77
|
}
|
|
78
78
|
export interface GetAllianceIconsResponse {
|
|
79
79
|
px128x128?: string;
|
|
@@ -83,9 +83,9 @@ export interface GetAllianceIconsParams {
|
|
|
83
83
|
alliance_id: number | string;
|
|
84
84
|
}
|
|
85
85
|
export interface GetAllianceIconsResponseHeaders {
|
|
86
|
-
'
|
|
87
|
-
|
|
88
|
-
'
|
|
86
|
+
'cache-control'?: string;
|
|
87
|
+
etag?: string;
|
|
88
|
+
'last-modified'?: string;
|
|
89
89
|
}
|
|
90
90
|
export type PostCharactersAffiliationResponse = {
|
|
91
91
|
alliance_id: number;
|
|
@@ -97,9 +97,9 @@ export interface PostCharactersAffiliationParams {
|
|
|
97
97
|
body: number[];
|
|
98
98
|
}
|
|
99
99
|
export interface PostCharactersAffiliationResponseHeaders {
|
|
100
|
-
'
|
|
101
|
-
|
|
102
|
-
'
|
|
100
|
+
'cache-control'?: string;
|
|
101
|
+
etag?: string;
|
|
102
|
+
'last-modified'?: string;
|
|
103
103
|
}
|
|
104
104
|
export type AllianceID = number;
|
|
105
105
|
export type BloodlineID = number;
|
|
@@ -121,9 +121,9 @@ export interface GetCharacterParams {
|
|
|
121
121
|
character_id: number | string;
|
|
122
122
|
}
|
|
123
123
|
export interface GetCharacterResponseHeaders {
|
|
124
|
-
'
|
|
125
|
-
|
|
126
|
-
'
|
|
124
|
+
'cache-control'?: string;
|
|
125
|
+
etag?: string;
|
|
126
|
+
'last-modified'?: string;
|
|
127
127
|
}
|
|
128
128
|
export type GetCharacterAgentsResearchResponse = {
|
|
129
129
|
agent_id: number;
|
|
@@ -136,9 +136,9 @@ export interface GetCharacterAgentsResearchParams {
|
|
|
136
136
|
character_id: number | string;
|
|
137
137
|
}
|
|
138
138
|
export interface GetCharacterAgentsResearchResponseHeaders {
|
|
139
|
-
'
|
|
140
|
-
|
|
141
|
-
'
|
|
139
|
+
'cache-control'?: string;
|
|
140
|
+
etag?: string;
|
|
141
|
+
'last-modified'?: string;
|
|
142
142
|
}
|
|
143
143
|
export type GetCharacterAssetsResponse = {
|
|
144
144
|
is_blueprint_copy: boolean;
|
|
@@ -155,10 +155,10 @@ export interface GetCharacterAssetsParams {
|
|
|
155
155
|
page?: number;
|
|
156
156
|
}
|
|
157
157
|
export interface GetCharacterAssetsResponseHeaders {
|
|
158
|
-
'
|
|
159
|
-
|
|
160
|
-
'
|
|
161
|
-
'
|
|
158
|
+
'cache-control'?: string;
|
|
159
|
+
etag?: string;
|
|
160
|
+
'last-modified'?: string;
|
|
161
|
+
'x-pages'?: string;
|
|
162
162
|
}
|
|
163
163
|
export type PostCharacterAssetsLocationsResponse = {
|
|
164
164
|
item_id: number;
|
|
@@ -173,9 +173,9 @@ export interface PostCharacterAssetsLocationsParams {
|
|
|
173
173
|
body: number[];
|
|
174
174
|
}
|
|
175
175
|
export interface PostCharacterAssetsLocationsResponseHeaders {
|
|
176
|
-
'
|
|
177
|
-
|
|
178
|
-
'
|
|
176
|
+
'cache-control'?: string;
|
|
177
|
+
etag?: string;
|
|
178
|
+
'last-modified'?: string;
|
|
179
179
|
}
|
|
180
180
|
export type PostCharacterAssetsNamesResponse = {
|
|
181
181
|
item_id: number;
|
|
@@ -186,9 +186,9 @@ export interface PostCharacterAssetsNamesParams {
|
|
|
186
186
|
body: number[];
|
|
187
187
|
}
|
|
188
188
|
export interface PostCharacterAssetsNamesResponseHeaders {
|
|
189
|
-
'
|
|
190
|
-
|
|
191
|
-
'
|
|
189
|
+
'cache-control'?: string;
|
|
190
|
+
etag?: string;
|
|
191
|
+
'last-modified'?: string;
|
|
192
192
|
}
|
|
193
193
|
export interface GetCharacterAttributesResponse {
|
|
194
194
|
accrued_remap_cooldown_date?: string;
|
|
@@ -204,9 +204,9 @@ export interface GetCharacterAttributesParams {
|
|
|
204
204
|
character_id: number | string;
|
|
205
205
|
}
|
|
206
206
|
export interface GetCharacterAttributesResponseHeaders {
|
|
207
|
-
'
|
|
208
|
-
|
|
209
|
-
'
|
|
207
|
+
'cache-control'?: string;
|
|
208
|
+
etag?: string;
|
|
209
|
+
'last-modified'?: string;
|
|
210
210
|
}
|
|
211
211
|
export type GetCharacterBlueprintsResponse = {
|
|
212
212
|
item_id: number;
|
|
@@ -223,10 +223,10 @@ export interface GetCharacterBlueprintsParams {
|
|
|
223
223
|
page?: number;
|
|
224
224
|
}
|
|
225
225
|
export interface GetCharacterBlueprintsResponseHeaders {
|
|
226
|
-
'
|
|
227
|
-
|
|
228
|
-
'
|
|
229
|
-
'
|
|
226
|
+
'cache-control'?: string;
|
|
227
|
+
etag?: string;
|
|
228
|
+
'last-modified'?: string;
|
|
229
|
+
'x-pages'?: string;
|
|
230
230
|
}
|
|
231
231
|
export type GetCharacterCalendarResponse = {
|
|
232
232
|
event_date: string;
|
|
@@ -240,9 +240,9 @@ export interface GetCharacterCalendarParams {
|
|
|
240
240
|
from_event?: number;
|
|
241
241
|
}
|
|
242
242
|
export interface GetCharacterCalendarResponseHeaders {
|
|
243
|
-
'
|
|
244
|
-
|
|
245
|
-
'
|
|
243
|
+
'cache-control'?: string;
|
|
244
|
+
etag?: string;
|
|
245
|
+
'last-modified'?: string;
|
|
246
246
|
}
|
|
247
247
|
export interface GetCharacterCalendarEventIdResponse {
|
|
248
248
|
date: string;
|
|
@@ -261,9 +261,9 @@ export interface GetCharacterCalendarEventIdParams {
|
|
|
261
261
|
event_id: number | string;
|
|
262
262
|
}
|
|
263
263
|
export interface GetCharacterCalendarEventIdResponseHeaders {
|
|
264
|
-
'
|
|
265
|
-
|
|
266
|
-
'
|
|
264
|
+
'cache-control'?: string;
|
|
265
|
+
etag?: string;
|
|
266
|
+
'last-modified'?: string;
|
|
267
267
|
}
|
|
268
268
|
export interface PutCharacterCalendarEventIdParams {
|
|
269
269
|
character_id: number | string;
|
|
@@ -271,9 +271,9 @@ export interface PutCharacterCalendarEventIdParams {
|
|
|
271
271
|
response: 'accepted' | 'declined' | 'tentative';
|
|
272
272
|
}
|
|
273
273
|
export interface PutCharacterCalendarEventIdResponseHeaders {
|
|
274
|
-
'
|
|
275
|
-
|
|
276
|
-
'
|
|
274
|
+
'cache-control'?: string;
|
|
275
|
+
etag?: string;
|
|
276
|
+
'last-modified'?: string;
|
|
277
277
|
}
|
|
278
278
|
export type GetCharacterCalendarEventAttendeesResponse = {
|
|
279
279
|
character_id: number;
|
|
@@ -284,9 +284,9 @@ export interface GetCharacterCalendarEventAttendeesParams {
|
|
|
284
284
|
event_id: number | string;
|
|
285
285
|
}
|
|
286
286
|
export interface GetCharacterCalendarEventAttendeesResponseHeaders {
|
|
287
|
-
'
|
|
288
|
-
|
|
289
|
-
'
|
|
287
|
+
'cache-control'?: string;
|
|
288
|
+
etag?: string;
|
|
289
|
+
'last-modified'?: string;
|
|
290
290
|
}
|
|
291
291
|
export interface GetCharacterClonesResponse {
|
|
292
292
|
home_location?: {
|
|
@@ -307,18 +307,18 @@ export interface GetCharacterClonesParams {
|
|
|
307
307
|
character_id: number | string;
|
|
308
308
|
}
|
|
309
309
|
export interface GetCharacterClonesResponseHeaders {
|
|
310
|
-
'
|
|
311
|
-
|
|
312
|
-
'
|
|
310
|
+
'cache-control'?: string;
|
|
311
|
+
etag?: string;
|
|
312
|
+
'last-modified'?: string;
|
|
313
313
|
}
|
|
314
314
|
export interface DeleteCharacterContactsParams {
|
|
315
315
|
character_id: number | string;
|
|
316
|
-
contact_ids
|
|
316
|
+
contact_ids: number[];
|
|
317
317
|
}
|
|
318
318
|
export interface DeleteCharacterContactsResponseHeaders {
|
|
319
|
-
'
|
|
320
|
-
|
|
321
|
-
'
|
|
319
|
+
'cache-control'?: string;
|
|
320
|
+
etag?: string;
|
|
321
|
+
'last-modified'?: string;
|
|
322
322
|
}
|
|
323
323
|
export type GetCharacterContactsResponse = {
|
|
324
324
|
contact_id: number;
|
|
@@ -333,35 +333,35 @@ export interface GetCharacterContactsParams {
|
|
|
333
333
|
page?: number;
|
|
334
334
|
}
|
|
335
335
|
export interface GetCharacterContactsResponseHeaders {
|
|
336
|
-
'
|
|
337
|
-
|
|
338
|
-
'
|
|
339
|
-
'
|
|
336
|
+
'cache-control'?: string;
|
|
337
|
+
etag?: string;
|
|
338
|
+
'last-modified'?: string;
|
|
339
|
+
'x-pages'?: string;
|
|
340
340
|
}
|
|
341
341
|
export type PostCharacterContactsResponse = number[];
|
|
342
342
|
export interface PostCharacterContactsParams {
|
|
343
343
|
character_id: number | string;
|
|
344
344
|
label_ids?: number[];
|
|
345
|
-
standing
|
|
345
|
+
standing: number;
|
|
346
346
|
watched?: boolean;
|
|
347
347
|
body: number[];
|
|
348
348
|
}
|
|
349
349
|
export interface PostCharacterContactsResponseHeaders {
|
|
350
|
-
'
|
|
351
|
-
|
|
352
|
-
'
|
|
350
|
+
'cache-control'?: string;
|
|
351
|
+
etag?: string;
|
|
352
|
+
'last-modified'?: string;
|
|
353
353
|
}
|
|
354
354
|
export interface PutCharacterContactsParams {
|
|
355
355
|
character_id: number | string;
|
|
356
356
|
label_ids?: number[];
|
|
357
|
-
standing
|
|
357
|
+
standing: number;
|
|
358
358
|
watched?: boolean;
|
|
359
359
|
body: number[];
|
|
360
360
|
}
|
|
361
361
|
export interface PutCharacterContactsResponseHeaders {
|
|
362
|
-
'
|
|
363
|
-
|
|
364
|
-
'
|
|
362
|
+
'cache-control'?: string;
|
|
363
|
+
etag?: string;
|
|
364
|
+
'last-modified'?: string;
|
|
365
365
|
}
|
|
366
366
|
export type GetCharacterContactsLabelsResponse = {
|
|
367
367
|
label_id: number;
|
|
@@ -371,9 +371,9 @@ export interface GetCharacterContactsLabelsParams {
|
|
|
371
371
|
character_id: number | string;
|
|
372
372
|
}
|
|
373
373
|
export interface GetCharacterContactsLabelsResponseHeaders {
|
|
374
|
-
'
|
|
375
|
-
|
|
376
|
-
'
|
|
374
|
+
'cache-control'?: string;
|
|
375
|
+
etag?: string;
|
|
376
|
+
'last-modified'?: string;
|
|
377
377
|
}
|
|
378
378
|
export type GetCharacterContractsResponse = {
|
|
379
379
|
acceptor_id: number;
|
|
@@ -404,10 +404,10 @@ export interface GetCharacterContractsParams {
|
|
|
404
404
|
page?: number;
|
|
405
405
|
}
|
|
406
406
|
export interface GetCharacterContractsResponseHeaders {
|
|
407
|
-
'
|
|
408
|
-
|
|
409
|
-
'
|
|
410
|
-
'
|
|
407
|
+
'cache-control'?: string;
|
|
408
|
+
etag?: string;
|
|
409
|
+
'last-modified'?: string;
|
|
410
|
+
'x-pages'?: string;
|
|
411
411
|
}
|
|
412
412
|
export type GetCharacterContractBidsResponse = {
|
|
413
413
|
amount: number;
|
|
@@ -420,9 +420,9 @@ export interface GetCharacterContractBidsParams {
|
|
|
420
420
|
contract_id: number | string;
|
|
421
421
|
}
|
|
422
422
|
export interface GetCharacterContractBidsResponseHeaders {
|
|
423
|
-
'
|
|
424
|
-
|
|
425
|
-
'
|
|
423
|
+
'cache-control'?: string;
|
|
424
|
+
etag?: string;
|
|
425
|
+
'last-modified'?: string;
|
|
426
426
|
}
|
|
427
427
|
export type GetCharacterContractItemsResponse = {
|
|
428
428
|
is_included: boolean;
|
|
@@ -437,9 +437,9 @@ export interface GetCharacterContractItemsParams {
|
|
|
437
437
|
contract_id: number | string;
|
|
438
438
|
}
|
|
439
439
|
export interface GetCharacterContractItemsResponseHeaders {
|
|
440
|
-
'
|
|
441
|
-
|
|
442
|
-
'
|
|
440
|
+
'cache-control'?: string;
|
|
441
|
+
etag?: string;
|
|
442
|
+
'last-modified'?: string;
|
|
443
443
|
}
|
|
444
444
|
export type GetCharacterCorporationhistoryResponse = {
|
|
445
445
|
corporation_id: number;
|
|
@@ -451,9 +451,9 @@ export interface GetCharacterCorporationhistoryParams {
|
|
|
451
451
|
character_id: number | string;
|
|
452
452
|
}
|
|
453
453
|
export interface GetCharacterCorporationhistoryResponseHeaders {
|
|
454
|
-
'
|
|
455
|
-
|
|
456
|
-
'
|
|
454
|
+
'cache-control'?: string;
|
|
455
|
+
etag?: string;
|
|
456
|
+
'last-modified'?: string;
|
|
457
457
|
}
|
|
458
458
|
export type PostCharacterCspaResponse = number;
|
|
459
459
|
export interface PostCharacterCspaParams {
|
|
@@ -461,9 +461,9 @@ export interface PostCharacterCspaParams {
|
|
|
461
461
|
body: number[];
|
|
462
462
|
}
|
|
463
463
|
export interface PostCharacterCspaResponseHeaders {
|
|
464
|
-
'
|
|
465
|
-
|
|
466
|
-
'
|
|
464
|
+
'cache-control'?: string;
|
|
465
|
+
etag?: string;
|
|
466
|
+
'last-modified'?: string;
|
|
467
467
|
}
|
|
468
468
|
export interface GetCharacterFatigueResponse {
|
|
469
469
|
jump_fatigue_expire_date?: string;
|
|
@@ -474,9 +474,9 @@ export interface GetCharacterFatigueParams {
|
|
|
474
474
|
character_id: number | string;
|
|
475
475
|
}
|
|
476
476
|
export interface GetCharacterFatigueResponseHeaders {
|
|
477
|
-
'
|
|
478
|
-
|
|
479
|
-
'
|
|
477
|
+
'cache-control'?: string;
|
|
478
|
+
etag?: string;
|
|
479
|
+
'last-modified'?: string;
|
|
480
480
|
}
|
|
481
481
|
export type GetCharacterFittingsResponse = {
|
|
482
482
|
description: string;
|
|
@@ -493,9 +493,9 @@ export interface GetCharacterFittingsParams {
|
|
|
493
493
|
character_id: number | string;
|
|
494
494
|
}
|
|
495
495
|
export interface GetCharacterFittingsResponseHeaders {
|
|
496
|
-
'
|
|
497
|
-
|
|
498
|
-
'
|
|
496
|
+
'cache-control'?: string;
|
|
497
|
+
etag?: string;
|
|
498
|
+
'last-modified'?: string;
|
|
499
499
|
}
|
|
500
500
|
export interface PostCharacterFittingsResponse {
|
|
501
501
|
fitting_id: number;
|
|
@@ -512,18 +512,18 @@ export interface PostCharacterFittingsParams {
|
|
|
512
512
|
ship_type_id: number;
|
|
513
513
|
}
|
|
514
514
|
export interface PostCharacterFittingsResponseHeaders {
|
|
515
|
-
'
|
|
516
|
-
|
|
517
|
-
'
|
|
515
|
+
'cache-control'?: string;
|
|
516
|
+
etag?: string;
|
|
517
|
+
'last-modified'?: string;
|
|
518
518
|
}
|
|
519
519
|
export interface DeleteCharacterFittingParams {
|
|
520
520
|
character_id: number | string;
|
|
521
521
|
fitting_id: number | string;
|
|
522
522
|
}
|
|
523
523
|
export interface DeleteCharacterFittingResponseHeaders {
|
|
524
|
-
'
|
|
525
|
-
|
|
526
|
-
'
|
|
524
|
+
'cache-control'?: string;
|
|
525
|
+
etag?: string;
|
|
526
|
+
'last-modified'?: string;
|
|
527
527
|
}
|
|
528
528
|
export interface GetCharacterFleetResponse {
|
|
529
529
|
fleet_boss_id: number;
|
|
@@ -536,9 +536,9 @@ export interface GetCharacterFleetParams {
|
|
|
536
536
|
character_id: number | string;
|
|
537
537
|
}
|
|
538
538
|
export interface GetCharacterFleetResponseHeaders {
|
|
539
|
-
'
|
|
540
|
-
|
|
541
|
-
'
|
|
539
|
+
'cache-control'?: string;
|
|
540
|
+
etag?: string;
|
|
541
|
+
'last-modified'?: string;
|
|
542
542
|
}
|
|
543
543
|
export interface GetCharacterFwStatsResponse {
|
|
544
544
|
current_rank?: number;
|
|
@@ -560,18 +560,18 @@ export interface GetCharacterFwStatsParams {
|
|
|
560
560
|
character_id: number | string;
|
|
561
561
|
}
|
|
562
562
|
export interface GetCharacterFwStatsResponseHeaders {
|
|
563
|
-
'
|
|
564
|
-
|
|
565
|
-
'
|
|
563
|
+
'cache-control'?: string;
|
|
564
|
+
etag?: string;
|
|
565
|
+
'last-modified'?: string;
|
|
566
566
|
}
|
|
567
567
|
export type GetCharacterImplantsResponse = number[];
|
|
568
568
|
export interface GetCharacterImplantsParams {
|
|
569
569
|
character_id: number | string;
|
|
570
570
|
}
|
|
571
571
|
export interface GetCharacterImplantsResponseHeaders {
|
|
572
|
-
'
|
|
573
|
-
|
|
574
|
-
'
|
|
572
|
+
'cache-control'?: string;
|
|
573
|
+
etag?: string;
|
|
574
|
+
'last-modified'?: string;
|
|
575
575
|
}
|
|
576
576
|
export type GetCharacterIndustryJobsResponse = {
|
|
577
577
|
activity_id: number;
|
|
@@ -602,9 +602,9 @@ export interface GetCharacterIndustryJobsParams {
|
|
|
602
602
|
include_completed?: boolean;
|
|
603
603
|
}
|
|
604
604
|
export interface GetCharacterIndustryJobsResponseHeaders {
|
|
605
|
-
'
|
|
606
|
-
|
|
607
|
-
'
|
|
605
|
+
'cache-control'?: string;
|
|
606
|
+
etag?: string;
|
|
607
|
+
'last-modified'?: string;
|
|
608
608
|
}
|
|
609
609
|
export type GetCharacterKillmailsRecentResponse = {
|
|
610
610
|
killmail_hash: string;
|
|
@@ -615,10 +615,10 @@ export interface GetCharacterKillmailsRecentParams {
|
|
|
615
615
|
page?: number;
|
|
616
616
|
}
|
|
617
617
|
export interface GetCharacterKillmailsRecentResponseHeaders {
|
|
618
|
-
'
|
|
619
|
-
|
|
620
|
-
'
|
|
621
|
-
'
|
|
618
|
+
'cache-control'?: string;
|
|
619
|
+
etag?: string;
|
|
620
|
+
'last-modified'?: string;
|
|
621
|
+
'x-pages'?: string;
|
|
622
622
|
}
|
|
623
623
|
export interface GetCharacterLocationResponse {
|
|
624
624
|
solar_system_id: number;
|
|
@@ -629,9 +629,9 @@ export interface GetCharacterLocationParams {
|
|
|
629
629
|
character_id: number | string;
|
|
630
630
|
}
|
|
631
631
|
export interface GetCharacterLocationResponseHeaders {
|
|
632
|
-
'
|
|
633
|
-
|
|
634
|
-
'
|
|
632
|
+
'cache-control'?: string;
|
|
633
|
+
etag?: string;
|
|
634
|
+
'last-modified'?: string;
|
|
635
635
|
}
|
|
636
636
|
export type GetCharacterLoyaltyPointsResponse = {
|
|
637
637
|
corporation_id: number;
|
|
@@ -641,9 +641,9 @@ export interface GetCharacterLoyaltyPointsParams {
|
|
|
641
641
|
character_id: number | string;
|
|
642
642
|
}
|
|
643
643
|
export interface GetCharacterLoyaltyPointsResponseHeaders {
|
|
644
|
-
'
|
|
645
|
-
|
|
646
|
-
'
|
|
644
|
+
'cache-control'?: string;
|
|
645
|
+
etag?: string;
|
|
646
|
+
'last-modified'?: string;
|
|
647
647
|
}
|
|
648
648
|
export type GetCharacterMailResponse = {
|
|
649
649
|
from: number;
|
|
@@ -663,9 +663,9 @@ export interface GetCharacterMailParams {
|
|
|
663
663
|
last_mail_id?: number;
|
|
664
664
|
}
|
|
665
665
|
export interface GetCharacterMailResponseHeaders {
|
|
666
|
-
'
|
|
667
|
-
|
|
668
|
-
'
|
|
666
|
+
'cache-control'?: string;
|
|
667
|
+
etag?: string;
|
|
668
|
+
'last-modified'?: string;
|
|
669
669
|
}
|
|
670
670
|
export type PostCharacterMailResponse = number;
|
|
671
671
|
export interface PostCharacterMailParams {
|
|
@@ -679,9 +679,9 @@ export interface PostCharacterMailParams {
|
|
|
679
679
|
subject: string;
|
|
680
680
|
}
|
|
681
681
|
export interface PostCharacterMailResponseHeaders {
|
|
682
|
-
'
|
|
683
|
-
|
|
684
|
-
'
|
|
682
|
+
'cache-control'?: string;
|
|
683
|
+
etag?: string;
|
|
684
|
+
'last-modified'?: string;
|
|
685
685
|
}
|
|
686
686
|
export interface GetCharacterMailLabelsResponse {
|
|
687
687
|
labels?: {
|
|
@@ -696,9 +696,9 @@ export interface GetCharacterMailLabelsParams {
|
|
|
696
696
|
character_id: number | string;
|
|
697
697
|
}
|
|
698
698
|
export interface GetCharacterMailLabelsResponseHeaders {
|
|
699
|
-
'
|
|
700
|
-
|
|
701
|
-
'
|
|
699
|
+
'cache-control'?: string;
|
|
700
|
+
etag?: string;
|
|
701
|
+
'last-modified'?: string;
|
|
702
702
|
}
|
|
703
703
|
export type PostCharacterMailLabelsResponse = number;
|
|
704
704
|
export interface PostCharacterMailLabelsParams {
|
|
@@ -707,18 +707,18 @@ export interface PostCharacterMailLabelsParams {
|
|
|
707
707
|
name: string;
|
|
708
708
|
}
|
|
709
709
|
export interface PostCharacterMailLabelsResponseHeaders {
|
|
710
|
-
'
|
|
711
|
-
|
|
712
|
-
'
|
|
710
|
+
'cache-control'?: string;
|
|
711
|
+
etag?: string;
|
|
712
|
+
'last-modified'?: string;
|
|
713
713
|
}
|
|
714
714
|
export interface DeleteCharacterMailLabelParams {
|
|
715
715
|
character_id: number | string;
|
|
716
716
|
label_id: number | string;
|
|
717
717
|
}
|
|
718
718
|
export interface DeleteCharacterMailLabelResponseHeaders {
|
|
719
|
-
'
|
|
720
|
-
|
|
721
|
-
'
|
|
719
|
+
'cache-control'?: string;
|
|
720
|
+
etag?: string;
|
|
721
|
+
'last-modified'?: string;
|
|
722
722
|
}
|
|
723
723
|
export type GetCharacterMailListsResponse = {
|
|
724
724
|
mailing_list_id: number;
|
|
@@ -728,18 +728,18 @@ export interface GetCharacterMailListsParams {
|
|
|
728
728
|
character_id: number | string;
|
|
729
729
|
}
|
|
730
730
|
export interface GetCharacterMailListsResponseHeaders {
|
|
731
|
-
'
|
|
732
|
-
|
|
733
|
-
'
|
|
731
|
+
'cache-control'?: string;
|
|
732
|
+
etag?: string;
|
|
733
|
+
'last-modified'?: string;
|
|
734
734
|
}
|
|
735
735
|
export interface DeleteCharacterMailMailIdParams {
|
|
736
736
|
character_id: number | string;
|
|
737
737
|
mail_id: number | string;
|
|
738
738
|
}
|
|
739
739
|
export interface DeleteCharacterMailMailIdResponseHeaders {
|
|
740
|
-
'
|
|
741
|
-
|
|
742
|
-
'
|
|
740
|
+
'cache-control'?: string;
|
|
741
|
+
etag?: string;
|
|
742
|
+
'last-modified'?: string;
|
|
743
743
|
}
|
|
744
744
|
export interface GetCharacterMailMailIdResponse {
|
|
745
745
|
body?: string;
|
|
@@ -758,9 +758,9 @@ export interface GetCharacterMailMailIdParams {
|
|
|
758
758
|
mail_id: number | string;
|
|
759
759
|
}
|
|
760
760
|
export interface GetCharacterMailMailIdResponseHeaders {
|
|
761
|
-
'
|
|
762
|
-
|
|
763
|
-
'
|
|
761
|
+
'cache-control'?: string;
|
|
762
|
+
etag?: string;
|
|
763
|
+
'last-modified'?: string;
|
|
764
764
|
}
|
|
765
765
|
export interface PutCharacterMailMailIdParams {
|
|
766
766
|
character_id: number | string;
|
|
@@ -769,9 +769,9 @@ export interface PutCharacterMailMailIdParams {
|
|
|
769
769
|
read?: boolean;
|
|
770
770
|
}
|
|
771
771
|
export interface PutCharacterMailMailIdResponseHeaders {
|
|
772
|
-
'
|
|
773
|
-
|
|
774
|
-
'
|
|
772
|
+
'cache-control'?: string;
|
|
773
|
+
etag?: string;
|
|
774
|
+
'last-modified'?: string;
|
|
775
775
|
}
|
|
776
776
|
export type GetCharacterMedalsResponse = {
|
|
777
777
|
corporation_id: number;
|
|
@@ -793,9 +793,9 @@ export interface GetCharacterMedalsParams {
|
|
|
793
793
|
character_id: number | string;
|
|
794
794
|
}
|
|
795
795
|
export interface GetCharacterMedalsResponseHeaders {
|
|
796
|
-
'
|
|
797
|
-
|
|
798
|
-
'
|
|
796
|
+
'cache-control'?: string;
|
|
797
|
+
etag?: string;
|
|
798
|
+
'last-modified'?: string;
|
|
799
799
|
}
|
|
800
800
|
export type GetCharacterMiningResponse = {
|
|
801
801
|
date: string;
|
|
@@ -808,10 +808,10 @@ export interface GetCharacterMiningParams {
|
|
|
808
808
|
page?: number;
|
|
809
809
|
}
|
|
810
810
|
export interface GetCharacterMiningResponseHeaders {
|
|
811
|
-
'
|
|
812
|
-
|
|
813
|
-
'
|
|
814
|
-
'
|
|
811
|
+
'cache-control'?: string;
|
|
812
|
+
etag?: string;
|
|
813
|
+
'last-modified'?: string;
|
|
814
|
+
'x-pages'?: string;
|
|
815
815
|
}
|
|
816
816
|
export type GetCharacterNotificationsResponse = {
|
|
817
817
|
is_read: boolean;
|
|
@@ -826,9 +826,9 @@ export interface GetCharacterNotificationsParams {
|
|
|
826
826
|
character_id: number | string;
|
|
827
827
|
}
|
|
828
828
|
export interface GetCharacterNotificationsResponseHeaders {
|
|
829
|
-
'
|
|
830
|
-
|
|
831
|
-
'
|
|
829
|
+
'cache-control'?: string;
|
|
830
|
+
etag?: string;
|
|
831
|
+
'last-modified'?: string;
|
|
832
832
|
}
|
|
833
833
|
export type GetCharacterNotificationsContactsResponse = {
|
|
834
834
|
message: string;
|
|
@@ -841,9 +841,9 @@ export interface GetCharacterNotificationsContactsParams {
|
|
|
841
841
|
character_id: number | string;
|
|
842
842
|
}
|
|
843
843
|
export interface GetCharacterNotificationsContactsResponseHeaders {
|
|
844
|
-
'
|
|
845
|
-
|
|
846
|
-
'
|
|
844
|
+
'cache-control'?: string;
|
|
845
|
+
etag?: string;
|
|
846
|
+
'last-modified'?: string;
|
|
847
847
|
}
|
|
848
848
|
export interface GetCharacterOnlineResponse {
|
|
849
849
|
last_login?: string;
|
|
@@ -855,9 +855,9 @@ export interface GetCharacterOnlineParams {
|
|
|
855
855
|
character_id: number | string;
|
|
856
856
|
}
|
|
857
857
|
export interface GetCharacterOnlineResponseHeaders {
|
|
858
|
-
'
|
|
859
|
-
|
|
860
|
-
'
|
|
858
|
+
'cache-control'?: string;
|
|
859
|
+
etag?: string;
|
|
860
|
+
'last-modified'?: string;
|
|
861
861
|
}
|
|
862
862
|
export type GetCharacterOrdersResponse = {
|
|
863
863
|
duration: number;
|
|
@@ -879,9 +879,9 @@ export interface GetCharacterOrdersParams {
|
|
|
879
879
|
character_id: number | string;
|
|
880
880
|
}
|
|
881
881
|
export interface GetCharacterOrdersResponseHeaders {
|
|
882
|
-
'
|
|
883
|
-
|
|
884
|
-
'
|
|
882
|
+
'cache-control'?: string;
|
|
883
|
+
etag?: string;
|
|
884
|
+
'last-modified'?: string;
|
|
885
885
|
}
|
|
886
886
|
export type GetCharacterOrdersHistoryResponse = {
|
|
887
887
|
duration: number;
|
|
@@ -905,10 +905,10 @@ export interface GetCharacterOrdersHistoryParams {
|
|
|
905
905
|
page?: number;
|
|
906
906
|
}
|
|
907
907
|
export interface GetCharacterOrdersHistoryResponseHeaders {
|
|
908
|
-
'
|
|
909
|
-
|
|
910
|
-
'
|
|
911
|
-
'
|
|
908
|
+
'cache-control'?: string;
|
|
909
|
+
etag?: string;
|
|
910
|
+
'last-modified'?: string;
|
|
911
|
+
'x-pages'?: string;
|
|
912
912
|
}
|
|
913
913
|
export type GetCharacterPlanetsResponse = {
|
|
914
914
|
last_update: string;
|
|
@@ -923,9 +923,9 @@ export interface GetCharacterPlanetsParams {
|
|
|
923
923
|
character_id: number | string;
|
|
924
924
|
}
|
|
925
925
|
export interface GetCharacterPlanetsResponseHeaders {
|
|
926
|
-
'
|
|
927
|
-
|
|
928
|
-
'
|
|
926
|
+
'cache-control'?: string;
|
|
927
|
+
etag?: string;
|
|
928
|
+
'last-modified'?: string;
|
|
929
929
|
}
|
|
930
930
|
export interface GetCharacterPlanetResponse {
|
|
931
931
|
links: {
|
|
@@ -975,9 +975,9 @@ export interface GetCharacterPlanetParams {
|
|
|
975
975
|
planet_id: number | string;
|
|
976
976
|
}
|
|
977
977
|
export interface GetCharacterPlanetResponseHeaders {
|
|
978
|
-
'
|
|
979
|
-
|
|
980
|
-
'
|
|
978
|
+
'cache-control'?: string;
|
|
979
|
+
etag?: string;
|
|
980
|
+
'last-modified'?: string;
|
|
981
981
|
}
|
|
982
982
|
export interface GetCharacterPortraitResponse {
|
|
983
983
|
px128x128?: string;
|
|
@@ -989,9 +989,9 @@ export interface GetCharacterPortraitParams {
|
|
|
989
989
|
character_id: number | string;
|
|
990
990
|
}
|
|
991
991
|
export interface GetCharacterPortraitResponseHeaders {
|
|
992
|
-
'
|
|
993
|
-
|
|
994
|
-
'
|
|
992
|
+
'cache-control'?: string;
|
|
993
|
+
etag?: string;
|
|
994
|
+
'last-modified'?: string;
|
|
995
995
|
}
|
|
996
996
|
export interface GetCharacterRolesResponse {
|
|
997
997
|
roles?: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
|
|
@@ -1003,9 +1003,9 @@ export interface GetCharacterRolesParams {
|
|
|
1003
1003
|
character_id: number | string;
|
|
1004
1004
|
}
|
|
1005
1005
|
export interface GetCharacterRolesResponseHeaders {
|
|
1006
|
-
'
|
|
1007
|
-
|
|
1008
|
-
'
|
|
1006
|
+
'cache-control'?: string;
|
|
1007
|
+
etag?: string;
|
|
1008
|
+
'last-modified'?: string;
|
|
1009
1009
|
}
|
|
1010
1010
|
export interface GetCharacterSearchResponse {
|
|
1011
1011
|
agent?: number[];
|
|
@@ -1022,15 +1022,15 @@ export interface GetCharacterSearchResponse {
|
|
|
1022
1022
|
}
|
|
1023
1023
|
export interface GetCharacterSearchParams {
|
|
1024
1024
|
character_id: number | string;
|
|
1025
|
-
categories
|
|
1026
|
-
search
|
|
1025
|
+
categories: ('agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure')[];
|
|
1026
|
+
search: string;
|
|
1027
1027
|
strict?: boolean;
|
|
1028
1028
|
}
|
|
1029
1029
|
export interface GetCharacterSearchResponseHeaders {
|
|
1030
|
-
'
|
|
1031
|
-
'
|
|
1032
|
-
|
|
1033
|
-
'
|
|
1030
|
+
'cache-control'?: string;
|
|
1031
|
+
'content-language'?: string;
|
|
1032
|
+
etag?: string;
|
|
1033
|
+
'last-modified'?: string;
|
|
1034
1034
|
}
|
|
1035
1035
|
export interface GetCharacterShipResponse {
|
|
1036
1036
|
ship_item_id: number;
|
|
@@ -1041,9 +1041,9 @@ export interface GetCharacterShipParams {
|
|
|
1041
1041
|
character_id: number | string;
|
|
1042
1042
|
}
|
|
1043
1043
|
export interface GetCharacterShipResponseHeaders {
|
|
1044
|
-
'
|
|
1045
|
-
|
|
1046
|
-
'
|
|
1044
|
+
'cache-control'?: string;
|
|
1045
|
+
etag?: string;
|
|
1046
|
+
'last-modified'?: string;
|
|
1047
1047
|
}
|
|
1048
1048
|
export type TypeID = number;
|
|
1049
1049
|
export interface CharactersSkillqueueSkill {
|
|
@@ -1061,9 +1061,9 @@ export interface GetCharacterSkillqueueParams {
|
|
|
1061
1061
|
character_id: number | string;
|
|
1062
1062
|
}
|
|
1063
1063
|
export interface GetCharacterSkillqueueResponseHeaders {
|
|
1064
|
-
'
|
|
1065
|
-
|
|
1066
|
-
'
|
|
1064
|
+
'cache-control'?: string;
|
|
1065
|
+
etag?: string;
|
|
1066
|
+
'last-modified'?: string;
|
|
1067
1067
|
}
|
|
1068
1068
|
export interface CharactersSkillsSkill {
|
|
1069
1069
|
active_skill_level: number;
|
|
@@ -1080,9 +1080,9 @@ export interface GetCharacterSkillsParams {
|
|
|
1080
1080
|
character_id: number | string;
|
|
1081
1081
|
}
|
|
1082
1082
|
export interface GetCharacterSkillsResponseHeaders {
|
|
1083
|
-
'
|
|
1084
|
-
|
|
1085
|
-
'
|
|
1083
|
+
'cache-control'?: string;
|
|
1084
|
+
etag?: string;
|
|
1085
|
+
'last-modified'?: string;
|
|
1086
1086
|
}
|
|
1087
1087
|
export type GetCharacterStandingsResponse = {
|
|
1088
1088
|
from_id: number;
|
|
@@ -1093,9 +1093,9 @@ export interface GetCharacterStandingsParams {
|
|
|
1093
1093
|
character_id: number | string;
|
|
1094
1094
|
}
|
|
1095
1095
|
export interface GetCharacterStandingsResponseHeaders {
|
|
1096
|
-
'
|
|
1097
|
-
|
|
1098
|
-
'
|
|
1096
|
+
'cache-control'?: string;
|
|
1097
|
+
etag?: string;
|
|
1098
|
+
'last-modified'?: string;
|
|
1099
1099
|
}
|
|
1100
1100
|
export type GetCharacterTitlesResponse = {
|
|
1101
1101
|
name: string;
|
|
@@ -1105,18 +1105,18 @@ export interface GetCharacterTitlesParams {
|
|
|
1105
1105
|
character_id: number | string;
|
|
1106
1106
|
}
|
|
1107
1107
|
export interface GetCharacterTitlesResponseHeaders {
|
|
1108
|
-
'
|
|
1109
|
-
|
|
1110
|
-
'
|
|
1108
|
+
'cache-control'?: string;
|
|
1109
|
+
etag?: string;
|
|
1110
|
+
'last-modified'?: string;
|
|
1111
1111
|
}
|
|
1112
1112
|
export type GetCharacterWalletResponse = number;
|
|
1113
1113
|
export interface GetCharacterWalletParams {
|
|
1114
1114
|
character_id: number | string;
|
|
1115
1115
|
}
|
|
1116
1116
|
export interface GetCharacterWalletResponseHeaders {
|
|
1117
|
-
'
|
|
1118
|
-
|
|
1119
|
-
'
|
|
1117
|
+
'cache-control'?: string;
|
|
1118
|
+
etag?: string;
|
|
1119
|
+
'last-modified'?: string;
|
|
1120
1120
|
}
|
|
1121
1121
|
export type GetCharacterWalletJournalResponse = {
|
|
1122
1122
|
amount: number;
|
|
@@ -1138,10 +1138,10 @@ export interface GetCharacterWalletJournalParams {
|
|
|
1138
1138
|
page?: number;
|
|
1139
1139
|
}
|
|
1140
1140
|
export interface GetCharacterWalletJournalResponseHeaders {
|
|
1141
|
-
'
|
|
1142
|
-
|
|
1143
|
-
'
|
|
1144
|
-
'
|
|
1141
|
+
'cache-control'?: string;
|
|
1142
|
+
etag?: string;
|
|
1143
|
+
'last-modified'?: string;
|
|
1144
|
+
'x-pages'?: string;
|
|
1145
1145
|
}
|
|
1146
1146
|
export type GetCharacterWalletTransactionsResponse = {
|
|
1147
1147
|
client_id: number;
|
|
@@ -1160,9 +1160,9 @@ export interface GetCharacterWalletTransactionsParams {
|
|
|
1160
1160
|
from_id?: number;
|
|
1161
1161
|
}
|
|
1162
1162
|
export interface GetCharacterWalletTransactionsResponseHeaders {
|
|
1163
|
-
'
|
|
1164
|
-
|
|
1165
|
-
'
|
|
1163
|
+
'cache-control'?: string;
|
|
1164
|
+
etag?: string;
|
|
1165
|
+
'last-modified'?: string;
|
|
1166
1166
|
}
|
|
1167
1167
|
export type GetContractsPublicBidsResponse = {
|
|
1168
1168
|
amount: number;
|
|
@@ -1174,10 +1174,10 @@ export interface GetContractsPublicBidsParams {
|
|
|
1174
1174
|
page?: number;
|
|
1175
1175
|
}
|
|
1176
1176
|
export interface GetContractsPublicBidsResponseHeaders {
|
|
1177
|
-
'
|
|
1178
|
-
|
|
1179
|
-
'
|
|
1180
|
-
'
|
|
1177
|
+
'cache-control'?: string;
|
|
1178
|
+
etag?: string;
|
|
1179
|
+
'last-modified'?: string;
|
|
1180
|
+
'x-pages'?: string;
|
|
1181
1181
|
}
|
|
1182
1182
|
export type GetContractsPublicItemsResponse = {
|
|
1183
1183
|
is_blueprint_copy: boolean;
|
|
@@ -1195,10 +1195,10 @@ export interface GetContractsPublicItemsParams {
|
|
|
1195
1195
|
page?: number;
|
|
1196
1196
|
}
|
|
1197
1197
|
export interface GetContractsPublicItemsResponseHeaders {
|
|
1198
|
-
'
|
|
1199
|
-
|
|
1200
|
-
'
|
|
1201
|
-
'
|
|
1198
|
+
'cache-control'?: string;
|
|
1199
|
+
etag?: string;
|
|
1200
|
+
'last-modified'?: string;
|
|
1201
|
+
'x-pages'?: string;
|
|
1202
1202
|
}
|
|
1203
1203
|
export type GetContractsPublicRegionIdResponse = {
|
|
1204
1204
|
buyout: number;
|
|
@@ -1223,10 +1223,10 @@ export interface GetContractsPublicRegionIdParams {
|
|
|
1223
1223
|
page?: number;
|
|
1224
1224
|
}
|
|
1225
1225
|
export interface GetContractsPublicRegionIdResponseHeaders {
|
|
1226
|
-
'
|
|
1227
|
-
|
|
1228
|
-
'
|
|
1229
|
-
'
|
|
1226
|
+
'cache-control'?: string;
|
|
1227
|
+
etag?: string;
|
|
1228
|
+
'last-modified'?: string;
|
|
1229
|
+
'x-pages'?: string;
|
|
1230
1230
|
}
|
|
1231
1231
|
export type GetCorporationCorporationMiningExtractionsResponse = {
|
|
1232
1232
|
chunk_arrival_time: string;
|
|
@@ -1240,10 +1240,10 @@ export interface GetCorporationCorporationMiningExtractionsParams {
|
|
|
1240
1240
|
page?: number;
|
|
1241
1241
|
}
|
|
1242
1242
|
export interface GetCorporationCorporationMiningExtractionsResponseHeaders {
|
|
1243
|
-
'
|
|
1244
|
-
|
|
1245
|
-
'
|
|
1246
|
-
'
|
|
1243
|
+
'cache-control'?: string;
|
|
1244
|
+
etag?: string;
|
|
1245
|
+
'last-modified'?: string;
|
|
1246
|
+
'x-pages'?: string;
|
|
1247
1247
|
}
|
|
1248
1248
|
export type GetCorporationCorporationMiningObserversResponse = {
|
|
1249
1249
|
last_updated: string;
|
|
@@ -1255,10 +1255,10 @@ export interface GetCorporationCorporationMiningObserversParams {
|
|
|
1255
1255
|
page?: number;
|
|
1256
1256
|
}
|
|
1257
1257
|
export interface GetCorporationCorporationMiningObserversResponseHeaders {
|
|
1258
|
-
'
|
|
1259
|
-
|
|
1260
|
-
'
|
|
1261
|
-
'
|
|
1258
|
+
'cache-control'?: string;
|
|
1259
|
+
etag?: string;
|
|
1260
|
+
'last-modified'?: string;
|
|
1261
|
+
'x-pages'?: string;
|
|
1262
1262
|
}
|
|
1263
1263
|
export type GetCorporationCorporationMiningObserverResponse = {
|
|
1264
1264
|
character_id: number;
|
|
@@ -1273,16 +1273,16 @@ export interface GetCorporationCorporationMiningObserverParams {
|
|
|
1273
1273
|
page?: number;
|
|
1274
1274
|
}
|
|
1275
1275
|
export interface GetCorporationCorporationMiningObserverResponseHeaders {
|
|
1276
|
-
'
|
|
1277
|
-
|
|
1278
|
-
'
|
|
1279
|
-
'
|
|
1276
|
+
'cache-control'?: string;
|
|
1277
|
+
etag?: string;
|
|
1278
|
+
'last-modified'?: string;
|
|
1279
|
+
'x-pages'?: string;
|
|
1280
1280
|
}
|
|
1281
1281
|
export type GetCorporationsNpccorpsResponse = number[];
|
|
1282
1282
|
export interface GetCorporationsNpccorpsResponseHeaders {
|
|
1283
|
-
'
|
|
1284
|
-
|
|
1285
|
-
'
|
|
1283
|
+
'cache-control'?: string;
|
|
1284
|
+
etag?: string;
|
|
1285
|
+
'last-modified'?: string;
|
|
1286
1286
|
}
|
|
1287
1287
|
export type StationID = number;
|
|
1288
1288
|
export interface GetCorporationResponse {
|
|
@@ -1305,9 +1305,9 @@ export interface GetCorporationParams {
|
|
|
1305
1305
|
corporation_id: number | string;
|
|
1306
1306
|
}
|
|
1307
1307
|
export interface GetCorporationResponseHeaders {
|
|
1308
|
-
'
|
|
1309
|
-
|
|
1310
|
-
'
|
|
1308
|
+
'cache-control'?: string;
|
|
1309
|
+
etag?: string;
|
|
1310
|
+
'last-modified'?: string;
|
|
1311
1311
|
}
|
|
1312
1312
|
export type GetCorporationAlliancehistoryResponse = {
|
|
1313
1313
|
alliance_id: number;
|
|
@@ -1319,9 +1319,9 @@ export interface GetCorporationAlliancehistoryParams {
|
|
|
1319
1319
|
corporation_id: number | string;
|
|
1320
1320
|
}
|
|
1321
1321
|
export interface GetCorporationAlliancehistoryResponseHeaders {
|
|
1322
|
-
'
|
|
1323
|
-
|
|
1324
|
-
'
|
|
1322
|
+
'cache-control'?: string;
|
|
1323
|
+
etag?: string;
|
|
1324
|
+
'last-modified'?: string;
|
|
1325
1325
|
}
|
|
1326
1326
|
export type GetCorporationAssetsResponse = {
|
|
1327
1327
|
is_blueprint_copy: boolean;
|
|
@@ -1338,10 +1338,10 @@ export interface GetCorporationAssetsParams {
|
|
|
1338
1338
|
page?: number;
|
|
1339
1339
|
}
|
|
1340
1340
|
export interface GetCorporationAssetsResponseHeaders {
|
|
1341
|
-
'
|
|
1342
|
-
|
|
1343
|
-
'
|
|
1344
|
-
'
|
|
1341
|
+
'cache-control'?: string;
|
|
1342
|
+
etag?: string;
|
|
1343
|
+
'last-modified'?: string;
|
|
1344
|
+
'x-pages'?: string;
|
|
1345
1345
|
}
|
|
1346
1346
|
export type PostCorporationAssetsLocationsResponse = {
|
|
1347
1347
|
item_id: number;
|
|
@@ -1356,9 +1356,9 @@ export interface PostCorporationAssetsLocationsParams {
|
|
|
1356
1356
|
body: number[];
|
|
1357
1357
|
}
|
|
1358
1358
|
export interface PostCorporationAssetsLocationsResponseHeaders {
|
|
1359
|
-
'
|
|
1360
|
-
|
|
1361
|
-
'
|
|
1359
|
+
'cache-control'?: string;
|
|
1360
|
+
etag?: string;
|
|
1361
|
+
'last-modified'?: string;
|
|
1362
1362
|
}
|
|
1363
1363
|
export type PostCorporationAssetsNamesResponse = {
|
|
1364
1364
|
item_id: number;
|
|
@@ -1369,9 +1369,9 @@ export interface PostCorporationAssetsNamesParams {
|
|
|
1369
1369
|
body: number[];
|
|
1370
1370
|
}
|
|
1371
1371
|
export interface PostCorporationAssetsNamesResponseHeaders {
|
|
1372
|
-
'
|
|
1373
|
-
|
|
1374
|
-
'
|
|
1372
|
+
'cache-control'?: string;
|
|
1373
|
+
etag?: string;
|
|
1374
|
+
'last-modified'?: string;
|
|
1375
1375
|
}
|
|
1376
1376
|
export type GetCorporationBlueprintsResponse = {
|
|
1377
1377
|
item_id: number;
|
|
@@ -1388,10 +1388,10 @@ export interface GetCorporationBlueprintsParams {
|
|
|
1388
1388
|
page?: number;
|
|
1389
1389
|
}
|
|
1390
1390
|
export interface GetCorporationBlueprintsResponseHeaders {
|
|
1391
|
-
'
|
|
1392
|
-
|
|
1393
|
-
'
|
|
1394
|
-
'
|
|
1391
|
+
'cache-control'?: string;
|
|
1392
|
+
etag?: string;
|
|
1393
|
+
'last-modified'?: string;
|
|
1394
|
+
'x-pages'?: string;
|
|
1395
1395
|
}
|
|
1396
1396
|
export type GetCorporationContactsResponse = {
|
|
1397
1397
|
contact_id: number;
|
|
@@ -1405,10 +1405,10 @@ export interface GetCorporationContactsParams {
|
|
|
1405
1405
|
page?: number;
|
|
1406
1406
|
}
|
|
1407
1407
|
export interface GetCorporationContactsResponseHeaders {
|
|
1408
|
-
'
|
|
1409
|
-
|
|
1410
|
-
'
|
|
1411
|
-
'
|
|
1408
|
+
'cache-control'?: string;
|
|
1409
|
+
etag?: string;
|
|
1410
|
+
'last-modified'?: string;
|
|
1411
|
+
'x-pages'?: string;
|
|
1412
1412
|
}
|
|
1413
1413
|
export type GetCorporationContactsLabelsResponse = {
|
|
1414
1414
|
label_id: number;
|
|
@@ -1418,9 +1418,9 @@ export interface GetCorporationContactsLabelsParams {
|
|
|
1418
1418
|
corporation_id: number | string;
|
|
1419
1419
|
}
|
|
1420
1420
|
export interface GetCorporationContactsLabelsResponseHeaders {
|
|
1421
|
-
'
|
|
1422
|
-
|
|
1423
|
-
'
|
|
1421
|
+
'cache-control'?: string;
|
|
1422
|
+
etag?: string;
|
|
1423
|
+
'last-modified'?: string;
|
|
1424
1424
|
}
|
|
1425
1425
|
export type GetCorporationContainersLogsResponse = {
|
|
1426
1426
|
action: 'add' | 'assemble' | 'configure' | 'enter_password' | 'lock' | 'move' | 'repackage' | 'set_name' | 'set_password' | 'unlock';
|
|
@@ -1441,10 +1441,10 @@ export interface GetCorporationContainersLogsParams {
|
|
|
1441
1441
|
page?: number;
|
|
1442
1442
|
}
|
|
1443
1443
|
export interface GetCorporationContainersLogsResponseHeaders {
|
|
1444
|
-
'
|
|
1445
|
-
|
|
1446
|
-
'
|
|
1447
|
-
'
|
|
1444
|
+
'cache-control'?: string;
|
|
1445
|
+
etag?: string;
|
|
1446
|
+
'last-modified'?: string;
|
|
1447
|
+
'x-pages'?: string;
|
|
1448
1448
|
}
|
|
1449
1449
|
export type GetCorporationContractsResponse = {
|
|
1450
1450
|
acceptor_id: number;
|
|
@@ -1475,10 +1475,10 @@ export interface GetCorporationContractsParams {
|
|
|
1475
1475
|
page?: number;
|
|
1476
1476
|
}
|
|
1477
1477
|
export interface GetCorporationContractsResponseHeaders {
|
|
1478
|
-
'
|
|
1479
|
-
|
|
1480
|
-
'
|
|
1481
|
-
'
|
|
1478
|
+
'cache-control'?: string;
|
|
1479
|
+
etag?: string;
|
|
1480
|
+
'last-modified'?: string;
|
|
1481
|
+
'x-pages'?: string;
|
|
1482
1482
|
}
|
|
1483
1483
|
export type GetCorporationContractBidsResponse = {
|
|
1484
1484
|
amount: number;
|
|
@@ -1492,10 +1492,10 @@ export interface GetCorporationContractBidsParams {
|
|
|
1492
1492
|
page?: number;
|
|
1493
1493
|
}
|
|
1494
1494
|
export interface GetCorporationContractBidsResponseHeaders {
|
|
1495
|
-
'
|
|
1496
|
-
|
|
1497
|
-
'
|
|
1498
|
-
'
|
|
1495
|
+
'cache-control'?: string;
|
|
1496
|
+
etag?: string;
|
|
1497
|
+
'last-modified'?: string;
|
|
1498
|
+
'x-pages'?: string;
|
|
1499
1499
|
}
|
|
1500
1500
|
export type GetCorporationContractItemsResponse = {
|
|
1501
1501
|
is_included: boolean;
|
|
@@ -1510,9 +1510,9 @@ export interface GetCorporationContractItemsParams {
|
|
|
1510
1510
|
contract_id: number | string;
|
|
1511
1511
|
}
|
|
1512
1512
|
export interface GetCorporationContractItemsResponseHeaders {
|
|
1513
|
-
'
|
|
1514
|
-
|
|
1515
|
-
'
|
|
1513
|
+
'cache-control'?: string;
|
|
1514
|
+
etag?: string;
|
|
1515
|
+
'last-modified'?: string;
|
|
1516
1516
|
}
|
|
1517
1517
|
export type GetCorporationCustomsOfficesResponse = {
|
|
1518
1518
|
alliance_tax_rate: number;
|
|
@@ -1535,10 +1535,10 @@ export interface GetCorporationCustomsOfficesParams {
|
|
|
1535
1535
|
page?: number;
|
|
1536
1536
|
}
|
|
1537
1537
|
export interface GetCorporationCustomsOfficesResponseHeaders {
|
|
1538
|
-
'
|
|
1539
|
-
|
|
1540
|
-
'
|
|
1541
|
-
'
|
|
1538
|
+
'cache-control'?: string;
|
|
1539
|
+
etag?: string;
|
|
1540
|
+
'last-modified'?: string;
|
|
1541
|
+
'x-pages'?: string;
|
|
1542
1542
|
}
|
|
1543
1543
|
export interface GetCorporationDivisionsResponse {
|
|
1544
1544
|
hangar?: {
|
|
@@ -1554,9 +1554,9 @@ export interface GetCorporationDivisionsParams {
|
|
|
1554
1554
|
corporation_id: number | string;
|
|
1555
1555
|
}
|
|
1556
1556
|
export interface GetCorporationDivisionsResponseHeaders {
|
|
1557
|
-
'
|
|
1558
|
-
|
|
1559
|
-
'
|
|
1557
|
+
'cache-control'?: string;
|
|
1558
|
+
etag?: string;
|
|
1559
|
+
'last-modified'?: string;
|
|
1560
1560
|
}
|
|
1561
1561
|
export type GetCorporationFacilitiesResponse = {
|
|
1562
1562
|
facility_id: number;
|
|
@@ -1567,9 +1567,9 @@ export interface GetCorporationFacilitiesParams {
|
|
|
1567
1567
|
corporation_id: number | string;
|
|
1568
1568
|
}
|
|
1569
1569
|
export interface GetCorporationFacilitiesResponseHeaders {
|
|
1570
|
-
'
|
|
1571
|
-
|
|
1572
|
-
'
|
|
1570
|
+
'cache-control'?: string;
|
|
1571
|
+
etag?: string;
|
|
1572
|
+
'last-modified'?: string;
|
|
1573
1573
|
}
|
|
1574
1574
|
export interface GetCorporationFwStatsResponse {
|
|
1575
1575
|
enlisted_on?: string;
|
|
@@ -1590,9 +1590,9 @@ export interface GetCorporationFwStatsParams {
|
|
|
1590
1590
|
corporation_id: number | string;
|
|
1591
1591
|
}
|
|
1592
1592
|
export interface GetCorporationFwStatsResponseHeaders {
|
|
1593
|
-
'
|
|
1594
|
-
|
|
1595
|
-
'
|
|
1593
|
+
'cache-control'?: string;
|
|
1594
|
+
etag?: string;
|
|
1595
|
+
'last-modified'?: string;
|
|
1596
1596
|
}
|
|
1597
1597
|
export interface GetCorporationIconsResponse {
|
|
1598
1598
|
px128x128?: string;
|
|
@@ -1603,9 +1603,9 @@ export interface GetCorporationIconsParams {
|
|
|
1603
1603
|
corporation_id: number | string;
|
|
1604
1604
|
}
|
|
1605
1605
|
export interface GetCorporationIconsResponseHeaders {
|
|
1606
|
-
'
|
|
1607
|
-
|
|
1608
|
-
'
|
|
1606
|
+
'cache-control'?: string;
|
|
1607
|
+
etag?: string;
|
|
1608
|
+
'last-modified'?: string;
|
|
1609
1609
|
}
|
|
1610
1610
|
export type GetCorporationIndustryJobsResponse = {
|
|
1611
1611
|
activity_id: number;
|
|
@@ -1637,10 +1637,10 @@ export interface GetCorporationIndustryJobsParams {
|
|
|
1637
1637
|
page?: number;
|
|
1638
1638
|
}
|
|
1639
1639
|
export interface GetCorporationIndustryJobsResponseHeaders {
|
|
1640
|
-
'
|
|
1641
|
-
|
|
1642
|
-
'
|
|
1643
|
-
'
|
|
1640
|
+
'cache-control'?: string;
|
|
1641
|
+
etag?: string;
|
|
1642
|
+
'last-modified'?: string;
|
|
1643
|
+
'x-pages'?: string;
|
|
1644
1644
|
}
|
|
1645
1645
|
export type GetCorporationKillmailsRecentResponse = {
|
|
1646
1646
|
killmail_hash: string;
|
|
@@ -1651,10 +1651,10 @@ export interface GetCorporationKillmailsRecentParams {
|
|
|
1651
1651
|
page?: number;
|
|
1652
1652
|
}
|
|
1653
1653
|
export interface GetCorporationKillmailsRecentResponseHeaders {
|
|
1654
|
-
'
|
|
1655
|
-
|
|
1656
|
-
'
|
|
1657
|
-
'
|
|
1654
|
+
'cache-control'?: string;
|
|
1655
|
+
etag?: string;
|
|
1656
|
+
'last-modified'?: string;
|
|
1657
|
+
'x-pages'?: string;
|
|
1658
1658
|
}
|
|
1659
1659
|
export type GetCorporationMedalsResponse = {
|
|
1660
1660
|
created_at: string;
|
|
@@ -1668,10 +1668,10 @@ export interface GetCorporationMedalsParams {
|
|
|
1668
1668
|
page?: number;
|
|
1669
1669
|
}
|
|
1670
1670
|
export interface GetCorporationMedalsResponseHeaders {
|
|
1671
|
-
'
|
|
1672
|
-
|
|
1673
|
-
'
|
|
1674
|
-
'
|
|
1671
|
+
'cache-control'?: string;
|
|
1672
|
+
etag?: string;
|
|
1673
|
+
'last-modified'?: string;
|
|
1674
|
+
'x-pages'?: string;
|
|
1675
1675
|
}
|
|
1676
1676
|
export type GetCorporationMedalsIssuedResponse = {
|
|
1677
1677
|
character_id: number;
|
|
@@ -1686,28 +1686,28 @@ export interface GetCorporationMedalsIssuedParams {
|
|
|
1686
1686
|
page?: number;
|
|
1687
1687
|
}
|
|
1688
1688
|
export interface GetCorporationMedalsIssuedResponseHeaders {
|
|
1689
|
-
'
|
|
1690
|
-
|
|
1691
|
-
'
|
|
1692
|
-
'
|
|
1689
|
+
'cache-control'?: string;
|
|
1690
|
+
etag?: string;
|
|
1691
|
+
'last-modified'?: string;
|
|
1692
|
+
'x-pages'?: string;
|
|
1693
1693
|
}
|
|
1694
1694
|
export type GetCorporationMembersResponse = number[];
|
|
1695
1695
|
export interface GetCorporationMembersParams {
|
|
1696
1696
|
corporation_id: number | string;
|
|
1697
1697
|
}
|
|
1698
1698
|
export interface GetCorporationMembersResponseHeaders {
|
|
1699
|
-
'
|
|
1700
|
-
|
|
1701
|
-
'
|
|
1699
|
+
'cache-control'?: string;
|
|
1700
|
+
etag?: string;
|
|
1701
|
+
'last-modified'?: string;
|
|
1702
1702
|
}
|
|
1703
1703
|
export type GetCorporationMembersLimitResponse = number;
|
|
1704
1704
|
export interface GetCorporationMembersLimitParams {
|
|
1705
1705
|
corporation_id: number | string;
|
|
1706
1706
|
}
|
|
1707
1707
|
export interface GetCorporationMembersLimitResponseHeaders {
|
|
1708
|
-
'
|
|
1709
|
-
|
|
1710
|
-
'
|
|
1708
|
+
'cache-control'?: string;
|
|
1709
|
+
etag?: string;
|
|
1710
|
+
'last-modified'?: string;
|
|
1711
1711
|
}
|
|
1712
1712
|
export type GetCorporationMembersTitlesResponse = {
|
|
1713
1713
|
character_id: number;
|
|
@@ -1717,9 +1717,9 @@ export interface GetCorporationMembersTitlesParams {
|
|
|
1717
1717
|
corporation_id: number | string;
|
|
1718
1718
|
}
|
|
1719
1719
|
export interface GetCorporationMembersTitlesResponseHeaders {
|
|
1720
|
-
'
|
|
1721
|
-
|
|
1722
|
-
'
|
|
1720
|
+
'cache-control'?: string;
|
|
1721
|
+
etag?: string;
|
|
1722
|
+
'last-modified'?: string;
|
|
1723
1723
|
}
|
|
1724
1724
|
export type GetCorporationMembertrackingResponse = {
|
|
1725
1725
|
base_id: number;
|
|
@@ -1734,9 +1734,9 @@ export interface GetCorporationMembertrackingParams {
|
|
|
1734
1734
|
corporation_id: number | string;
|
|
1735
1735
|
}
|
|
1736
1736
|
export interface GetCorporationMembertrackingResponseHeaders {
|
|
1737
|
-
'
|
|
1738
|
-
|
|
1739
|
-
'
|
|
1737
|
+
'cache-control'?: string;
|
|
1738
|
+
etag?: string;
|
|
1739
|
+
'last-modified'?: string;
|
|
1740
1740
|
}
|
|
1741
1741
|
export type GetCorporationOrdersResponse = {
|
|
1742
1742
|
duration: number;
|
|
@@ -1760,10 +1760,10 @@ export interface GetCorporationOrdersParams {
|
|
|
1760
1760
|
page?: number;
|
|
1761
1761
|
}
|
|
1762
1762
|
export interface GetCorporationOrdersResponseHeaders {
|
|
1763
|
-
'
|
|
1764
|
-
|
|
1765
|
-
'
|
|
1766
|
-
'
|
|
1763
|
+
'cache-control'?: string;
|
|
1764
|
+
etag?: string;
|
|
1765
|
+
'last-modified'?: string;
|
|
1766
|
+
'x-pages'?: string;
|
|
1767
1767
|
}
|
|
1768
1768
|
export type GetCorporationOrdersHistoryResponse = {
|
|
1769
1769
|
duration: number;
|
|
@@ -1788,10 +1788,10 @@ export interface GetCorporationOrdersHistoryParams {
|
|
|
1788
1788
|
page?: number;
|
|
1789
1789
|
}
|
|
1790
1790
|
export interface GetCorporationOrdersHistoryResponseHeaders {
|
|
1791
|
-
'
|
|
1792
|
-
|
|
1793
|
-
'
|
|
1794
|
-
'
|
|
1791
|
+
'cache-control'?: string;
|
|
1792
|
+
etag?: string;
|
|
1793
|
+
'last-modified'?: string;
|
|
1794
|
+
'x-pages'?: string;
|
|
1795
1795
|
}
|
|
1796
1796
|
export type GetCorporationRolesResponse = {
|
|
1797
1797
|
character_id: number;
|
|
@@ -1808,9 +1808,9 @@ export interface GetCorporationRolesParams {
|
|
|
1808
1808
|
corporation_id: number | string;
|
|
1809
1809
|
}
|
|
1810
1810
|
export interface GetCorporationRolesResponseHeaders {
|
|
1811
|
-
'
|
|
1812
|
-
|
|
1813
|
-
'
|
|
1811
|
+
'cache-control'?: string;
|
|
1812
|
+
etag?: string;
|
|
1813
|
+
'last-modified'?: string;
|
|
1814
1814
|
}
|
|
1815
1815
|
export type GetCorporationRolesHistoryResponse = {
|
|
1816
1816
|
changed_at: string;
|
|
@@ -1825,10 +1825,10 @@ export interface GetCorporationRolesHistoryParams {
|
|
|
1825
1825
|
page?: number;
|
|
1826
1826
|
}
|
|
1827
1827
|
export interface GetCorporationRolesHistoryResponseHeaders {
|
|
1828
|
-
'
|
|
1829
|
-
|
|
1830
|
-
'
|
|
1831
|
-
'
|
|
1828
|
+
'cache-control'?: string;
|
|
1829
|
+
etag?: string;
|
|
1830
|
+
'last-modified'?: string;
|
|
1831
|
+
'x-pages'?: string;
|
|
1832
1832
|
}
|
|
1833
1833
|
export type GetCorporationShareholdersResponse = {
|
|
1834
1834
|
share_count: number;
|
|
@@ -1840,10 +1840,10 @@ export interface GetCorporationShareholdersParams {
|
|
|
1840
1840
|
page?: number;
|
|
1841
1841
|
}
|
|
1842
1842
|
export interface GetCorporationShareholdersResponseHeaders {
|
|
1843
|
-
'
|
|
1844
|
-
|
|
1845
|
-
'
|
|
1846
|
-
'
|
|
1843
|
+
'cache-control'?: string;
|
|
1844
|
+
etag?: string;
|
|
1845
|
+
'last-modified'?: string;
|
|
1846
|
+
'x-pages'?: string;
|
|
1847
1847
|
}
|
|
1848
1848
|
export type GetCorporationStandingsResponse = {
|
|
1849
1849
|
from_id: number;
|
|
@@ -1855,10 +1855,10 @@ export interface GetCorporationStandingsParams {
|
|
|
1855
1855
|
page?: number;
|
|
1856
1856
|
}
|
|
1857
1857
|
export interface GetCorporationStandingsResponseHeaders {
|
|
1858
|
-
'
|
|
1859
|
-
|
|
1860
|
-
'
|
|
1861
|
-
'
|
|
1858
|
+
'cache-control'?: string;
|
|
1859
|
+
etag?: string;
|
|
1860
|
+
'last-modified'?: string;
|
|
1861
|
+
'x-pages'?: string;
|
|
1862
1862
|
}
|
|
1863
1863
|
export type GetCorporationStarbasesResponse = {
|
|
1864
1864
|
moon_id: number;
|
|
@@ -1875,10 +1875,10 @@ export interface GetCorporationStarbasesParams {
|
|
|
1875
1875
|
page?: number;
|
|
1876
1876
|
}
|
|
1877
1877
|
export interface GetCorporationStarbasesResponseHeaders {
|
|
1878
|
-
'
|
|
1879
|
-
|
|
1880
|
-
'
|
|
1881
|
-
'
|
|
1878
|
+
'cache-control'?: string;
|
|
1879
|
+
etag?: string;
|
|
1880
|
+
'last-modified'?: string;
|
|
1881
|
+
'x-pages'?: string;
|
|
1882
1882
|
}
|
|
1883
1883
|
export interface GetCorporationStarbaseResponse {
|
|
1884
1884
|
allow_alliance_members: boolean;
|
|
@@ -1902,12 +1902,12 @@ export interface GetCorporationStarbaseResponse {
|
|
|
1902
1902
|
export interface GetCorporationStarbaseParams {
|
|
1903
1903
|
corporation_id: number | string;
|
|
1904
1904
|
starbase_id: number | string;
|
|
1905
|
-
system_id
|
|
1905
|
+
system_id: number;
|
|
1906
1906
|
}
|
|
1907
1907
|
export interface GetCorporationStarbaseResponseHeaders {
|
|
1908
|
-
'
|
|
1909
|
-
|
|
1910
|
-
'
|
|
1908
|
+
'cache-control'?: string;
|
|
1909
|
+
etag?: string;
|
|
1910
|
+
'last-modified'?: string;
|
|
1911
1911
|
}
|
|
1912
1912
|
export type GetCorporationStructuresResponse = {
|
|
1913
1913
|
corporation_id: number;
|
|
@@ -1934,11 +1934,11 @@ export interface GetCorporationStructuresParams {
|
|
|
1934
1934
|
page?: number;
|
|
1935
1935
|
}
|
|
1936
1936
|
export interface GetCorporationStructuresResponseHeaders {
|
|
1937
|
-
'
|
|
1938
|
-
'
|
|
1939
|
-
|
|
1940
|
-
'
|
|
1941
|
-
'
|
|
1937
|
+
'cache-control'?: string;
|
|
1938
|
+
'content-language'?: string;
|
|
1939
|
+
etag?: string;
|
|
1940
|
+
'last-modified'?: string;
|
|
1941
|
+
'x-pages'?: string;
|
|
1942
1942
|
}
|
|
1943
1943
|
export type GetCorporationTitlesResponse = {
|
|
1944
1944
|
grantable_roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
|
|
@@ -1956,9 +1956,9 @@ export interface GetCorporationTitlesParams {
|
|
|
1956
1956
|
corporation_id: number | string;
|
|
1957
1957
|
}
|
|
1958
1958
|
export interface GetCorporationTitlesResponseHeaders {
|
|
1959
|
-
'
|
|
1960
|
-
|
|
1961
|
-
'
|
|
1959
|
+
'cache-control'?: string;
|
|
1960
|
+
etag?: string;
|
|
1961
|
+
'last-modified'?: string;
|
|
1962
1962
|
}
|
|
1963
1963
|
export type GetCorporationWalletsResponse = {
|
|
1964
1964
|
balance: number;
|
|
@@ -1968,9 +1968,9 @@ export interface GetCorporationWalletsParams {
|
|
|
1968
1968
|
corporation_id: number | string;
|
|
1969
1969
|
}
|
|
1970
1970
|
export interface GetCorporationWalletsResponseHeaders {
|
|
1971
|
-
'
|
|
1972
|
-
|
|
1973
|
-
'
|
|
1971
|
+
'cache-control'?: string;
|
|
1972
|
+
etag?: string;
|
|
1973
|
+
'last-modified'?: string;
|
|
1974
1974
|
}
|
|
1975
1975
|
export type GetCorporationWalletsDivisionJournalResponse = {
|
|
1976
1976
|
amount: number;
|
|
@@ -1993,10 +1993,10 @@ export interface GetCorporationWalletsDivisionJournalParams {
|
|
|
1993
1993
|
page?: number;
|
|
1994
1994
|
}
|
|
1995
1995
|
export interface GetCorporationWalletsDivisionJournalResponseHeaders {
|
|
1996
|
-
'
|
|
1997
|
-
|
|
1998
|
-
'
|
|
1999
|
-
'
|
|
1996
|
+
'cache-control'?: string;
|
|
1997
|
+
etag?: string;
|
|
1998
|
+
'last-modified'?: string;
|
|
1999
|
+
'x-pages'?: string;
|
|
2000
2000
|
}
|
|
2001
2001
|
export type GetCorporationWalletsDivisionTransactionsResponse = {
|
|
2002
2002
|
client_id: number;
|
|
@@ -2015,15 +2015,15 @@ export interface GetCorporationWalletsDivisionTransactionsParams {
|
|
|
2015
2015
|
from_id?: number;
|
|
2016
2016
|
}
|
|
2017
2017
|
export interface GetCorporationWalletsDivisionTransactionsResponseHeaders {
|
|
2018
|
-
'
|
|
2019
|
-
|
|
2020
|
-
'
|
|
2018
|
+
'cache-control'?: string;
|
|
2019
|
+
etag?: string;
|
|
2020
|
+
'last-modified'?: string;
|
|
2021
2021
|
}
|
|
2022
2022
|
export type GetDogmaAttributesResponse = number[];
|
|
2023
2023
|
export interface GetDogmaAttributesResponseHeaders {
|
|
2024
|
-
'
|
|
2025
|
-
|
|
2026
|
-
'
|
|
2024
|
+
'cache-control'?: string;
|
|
2025
|
+
etag?: string;
|
|
2026
|
+
'last-modified'?: string;
|
|
2027
2027
|
}
|
|
2028
2028
|
export interface GetDogmaAttributeResponse {
|
|
2029
2029
|
attribute_id: number;
|
|
@@ -2041,9 +2041,9 @@ export interface GetDogmaAttributeParams {
|
|
|
2041
2041
|
attribute_id: number | string;
|
|
2042
2042
|
}
|
|
2043
2043
|
export interface GetDogmaAttributeResponseHeaders {
|
|
2044
|
-
'
|
|
2045
|
-
|
|
2046
|
-
'
|
|
2044
|
+
'cache-control'?: string;
|
|
2045
|
+
etag?: string;
|
|
2046
|
+
'last-modified'?: string;
|
|
2047
2047
|
}
|
|
2048
2048
|
export interface GetDogmaDynamicTypeItemIdResponse {
|
|
2049
2049
|
created_by: number;
|
|
@@ -2063,15 +2063,15 @@ export interface GetDogmaDynamicTypeItemIdParams {
|
|
|
2063
2063
|
item_id: number | string;
|
|
2064
2064
|
}
|
|
2065
2065
|
export interface GetDogmaDynamicTypeItemIdResponseHeaders {
|
|
2066
|
-
'
|
|
2067
|
-
|
|
2068
|
-
'
|
|
2066
|
+
'cache-control'?: string;
|
|
2067
|
+
etag?: string;
|
|
2068
|
+
'last-modified'?: string;
|
|
2069
2069
|
}
|
|
2070
2070
|
export type GetDogmaEffectsResponse = number[];
|
|
2071
2071
|
export interface GetDogmaEffectsResponseHeaders {
|
|
2072
|
-
'
|
|
2073
|
-
|
|
2074
|
-
'
|
|
2072
|
+
'cache-control'?: string;
|
|
2073
|
+
etag?: string;
|
|
2074
|
+
'last-modified'?: string;
|
|
2075
2075
|
}
|
|
2076
2076
|
export interface GetDogmaEffectResponse {
|
|
2077
2077
|
description?: string;
|
|
@@ -2107,9 +2107,9 @@ export interface GetDogmaEffectParams {
|
|
|
2107
2107
|
effect_id: number | string;
|
|
2108
2108
|
}
|
|
2109
2109
|
export interface GetDogmaEffectResponseHeaders {
|
|
2110
|
-
'
|
|
2111
|
-
|
|
2112
|
-
'
|
|
2110
|
+
'cache-control'?: string;
|
|
2111
|
+
etag?: string;
|
|
2112
|
+
'last-modified'?: string;
|
|
2113
2113
|
}
|
|
2114
2114
|
export interface GetFleetResponse {
|
|
2115
2115
|
is_free_move: boolean;
|
|
@@ -2121,9 +2121,9 @@ export interface GetFleetParams {
|
|
|
2121
2121
|
fleet_id: number | string;
|
|
2122
2122
|
}
|
|
2123
2123
|
export interface GetFleetResponseHeaders {
|
|
2124
|
-
'
|
|
2125
|
-
|
|
2126
|
-
'
|
|
2124
|
+
'cache-control'?: string;
|
|
2125
|
+
etag?: string;
|
|
2126
|
+
'last-modified'?: string;
|
|
2127
2127
|
}
|
|
2128
2128
|
export interface PutFleetParams {
|
|
2129
2129
|
fleet_id: number | string;
|
|
@@ -2131,9 +2131,9 @@ export interface PutFleetParams {
|
|
|
2131
2131
|
motd?: string;
|
|
2132
2132
|
}
|
|
2133
2133
|
export interface PutFleetResponseHeaders {
|
|
2134
|
-
'
|
|
2135
|
-
|
|
2136
|
-
'
|
|
2134
|
+
'cache-control'?: string;
|
|
2135
|
+
etag?: string;
|
|
2136
|
+
'last-modified'?: string;
|
|
2137
2137
|
}
|
|
2138
2138
|
export type GetFleetMembersResponse = {
|
|
2139
2139
|
character_id: number;
|
|
@@ -2151,10 +2151,10 @@ export interface GetFleetMembersParams {
|
|
|
2151
2151
|
fleet_id: number | string;
|
|
2152
2152
|
}
|
|
2153
2153
|
export interface GetFleetMembersResponseHeaders {
|
|
2154
|
-
'
|
|
2155
|
-
'
|
|
2156
|
-
|
|
2157
|
-
'
|
|
2154
|
+
'cache-control'?: string;
|
|
2155
|
+
'content-language'?: string;
|
|
2156
|
+
etag?: string;
|
|
2157
|
+
'last-modified'?: string;
|
|
2158
2158
|
}
|
|
2159
2159
|
export interface PostFleetMembersParams {
|
|
2160
2160
|
fleet_id: number | string;
|
|
@@ -2164,18 +2164,18 @@ export interface PostFleetMembersParams {
|
|
|
2164
2164
|
wing_id?: number;
|
|
2165
2165
|
}
|
|
2166
2166
|
export interface PostFleetMembersResponseHeaders {
|
|
2167
|
-
'
|
|
2168
|
-
|
|
2169
|
-
'
|
|
2167
|
+
'cache-control'?: string;
|
|
2168
|
+
etag?: string;
|
|
2169
|
+
'last-modified'?: string;
|
|
2170
2170
|
}
|
|
2171
2171
|
export interface DeleteFleetMemberParams {
|
|
2172
2172
|
fleet_id: number | string;
|
|
2173
2173
|
member_id: number | string;
|
|
2174
2174
|
}
|
|
2175
2175
|
export interface DeleteFleetMemberResponseHeaders {
|
|
2176
|
-
'
|
|
2177
|
-
|
|
2178
|
-
'
|
|
2176
|
+
'cache-control'?: string;
|
|
2177
|
+
etag?: string;
|
|
2178
|
+
'last-modified'?: string;
|
|
2179
2179
|
}
|
|
2180
2180
|
export interface PutFleetMemberParams {
|
|
2181
2181
|
fleet_id: number | string;
|
|
@@ -2185,18 +2185,18 @@ export interface PutFleetMemberParams {
|
|
|
2185
2185
|
wing_id?: number;
|
|
2186
2186
|
}
|
|
2187
2187
|
export interface PutFleetMemberResponseHeaders {
|
|
2188
|
-
'
|
|
2189
|
-
|
|
2190
|
-
'
|
|
2188
|
+
'cache-control'?: string;
|
|
2189
|
+
etag?: string;
|
|
2190
|
+
'last-modified'?: string;
|
|
2191
2191
|
}
|
|
2192
2192
|
export interface DeleteFleetSquadParams {
|
|
2193
2193
|
fleet_id: number | string;
|
|
2194
2194
|
squad_id: number | string;
|
|
2195
2195
|
}
|
|
2196
2196
|
export interface DeleteFleetSquadResponseHeaders {
|
|
2197
|
-
'
|
|
2198
|
-
|
|
2199
|
-
'
|
|
2197
|
+
'cache-control'?: string;
|
|
2198
|
+
etag?: string;
|
|
2199
|
+
'last-modified'?: string;
|
|
2200
2200
|
}
|
|
2201
2201
|
export interface PutFleetSquadParams {
|
|
2202
2202
|
fleet_id: number | string;
|
|
@@ -2204,9 +2204,9 @@ export interface PutFleetSquadParams {
|
|
|
2204
2204
|
name: string;
|
|
2205
2205
|
}
|
|
2206
2206
|
export interface PutFleetSquadResponseHeaders {
|
|
2207
|
-
'
|
|
2208
|
-
|
|
2209
|
-
'
|
|
2207
|
+
'cache-control'?: string;
|
|
2208
|
+
etag?: string;
|
|
2209
|
+
'last-modified'?: string;
|
|
2210
2210
|
}
|
|
2211
2211
|
export type GetFleetWingsResponse = {
|
|
2212
2212
|
id: number;
|
|
@@ -2220,10 +2220,10 @@ export interface GetFleetWingsParams {
|
|
|
2220
2220
|
fleet_id: number | string;
|
|
2221
2221
|
}
|
|
2222
2222
|
export interface GetFleetWingsResponseHeaders {
|
|
2223
|
-
'
|
|
2224
|
-
'
|
|
2225
|
-
|
|
2226
|
-
'
|
|
2223
|
+
'cache-control'?: string;
|
|
2224
|
+
'content-language'?: string;
|
|
2225
|
+
etag?: string;
|
|
2226
|
+
'last-modified'?: string;
|
|
2227
2227
|
}
|
|
2228
2228
|
export interface PostFleetWingsResponse {
|
|
2229
2229
|
wing_id: number;
|
|
@@ -2232,18 +2232,18 @@ export interface PostFleetWingsParams {
|
|
|
2232
2232
|
fleet_id: number | string;
|
|
2233
2233
|
}
|
|
2234
2234
|
export interface PostFleetWingsResponseHeaders {
|
|
2235
|
-
'
|
|
2236
|
-
|
|
2237
|
-
'
|
|
2235
|
+
'cache-control'?: string;
|
|
2236
|
+
etag?: string;
|
|
2237
|
+
'last-modified'?: string;
|
|
2238
2238
|
}
|
|
2239
2239
|
export interface DeleteFleetWingParams {
|
|
2240
2240
|
fleet_id: number | string;
|
|
2241
2241
|
wing_id: number | string;
|
|
2242
2242
|
}
|
|
2243
2243
|
export interface DeleteFleetWingResponseHeaders {
|
|
2244
|
-
'
|
|
2245
|
-
|
|
2246
|
-
'
|
|
2244
|
+
'cache-control'?: string;
|
|
2245
|
+
etag?: string;
|
|
2246
|
+
'last-modified'?: string;
|
|
2247
2247
|
}
|
|
2248
2248
|
export interface PutFleetWingParams {
|
|
2249
2249
|
fleet_id: number | string;
|
|
@@ -2251,9 +2251,9 @@ export interface PutFleetWingParams {
|
|
|
2251
2251
|
name: string;
|
|
2252
2252
|
}
|
|
2253
2253
|
export interface PutFleetWingResponseHeaders {
|
|
2254
|
-
'
|
|
2255
|
-
|
|
2256
|
-
'
|
|
2254
|
+
'cache-control'?: string;
|
|
2255
|
+
etag?: string;
|
|
2256
|
+
'last-modified'?: string;
|
|
2257
2257
|
}
|
|
2258
2258
|
export interface PostFleetWingSquadsResponse {
|
|
2259
2259
|
squad_id: number;
|
|
@@ -2263,9 +2263,9 @@ export interface PostFleetWingSquadsParams {
|
|
|
2263
2263
|
wing_id: number | string;
|
|
2264
2264
|
}
|
|
2265
2265
|
export interface PostFleetWingSquadsResponseHeaders {
|
|
2266
|
-
'
|
|
2267
|
-
|
|
2268
|
-
'
|
|
2266
|
+
'cache-control'?: string;
|
|
2267
|
+
etag?: string;
|
|
2268
|
+
'last-modified'?: string;
|
|
2269
2269
|
}
|
|
2270
2270
|
export interface GetFwLeaderboardsResponse {
|
|
2271
2271
|
kills: {
|
|
@@ -2298,9 +2298,9 @@ export interface GetFwLeaderboardsResponse {
|
|
|
2298
2298
|
};
|
|
2299
2299
|
}
|
|
2300
2300
|
export interface GetFwLeaderboardsResponseHeaders {
|
|
2301
|
-
'
|
|
2302
|
-
|
|
2303
|
-
'
|
|
2301
|
+
'cache-control'?: string;
|
|
2302
|
+
etag?: string;
|
|
2303
|
+
'last-modified'?: string;
|
|
2304
2304
|
}
|
|
2305
2305
|
export interface GetFwLeaderboardsCharactersResponse {
|
|
2306
2306
|
kills: {
|
|
@@ -2333,9 +2333,9 @@ export interface GetFwLeaderboardsCharactersResponse {
|
|
|
2333
2333
|
};
|
|
2334
2334
|
}
|
|
2335
2335
|
export interface GetFwLeaderboardsCharactersResponseHeaders {
|
|
2336
|
-
'
|
|
2337
|
-
|
|
2338
|
-
'
|
|
2336
|
+
'cache-control'?: string;
|
|
2337
|
+
etag?: string;
|
|
2338
|
+
'last-modified'?: string;
|
|
2339
2339
|
}
|
|
2340
2340
|
export interface GetFwLeaderboardsCorporationsResponse {
|
|
2341
2341
|
kills: {
|
|
@@ -2368,9 +2368,9 @@ export interface GetFwLeaderboardsCorporationsResponse {
|
|
|
2368
2368
|
};
|
|
2369
2369
|
}
|
|
2370
2370
|
export interface GetFwLeaderboardsCorporationsResponseHeaders {
|
|
2371
|
-
'
|
|
2372
|
-
|
|
2373
|
-
'
|
|
2371
|
+
'cache-control'?: string;
|
|
2372
|
+
etag?: string;
|
|
2373
|
+
'last-modified'?: string;
|
|
2374
2374
|
}
|
|
2375
2375
|
export type GetFwStatsResponse = {
|
|
2376
2376
|
faction_id: number;
|
|
@@ -2388,9 +2388,9 @@ export type GetFwStatsResponse = {
|
|
|
2388
2388
|
};
|
|
2389
2389
|
}[];
|
|
2390
2390
|
export interface GetFwStatsResponseHeaders {
|
|
2391
|
-
'
|
|
2392
|
-
|
|
2393
|
-
'
|
|
2391
|
+
'cache-control'?: string;
|
|
2392
|
+
etag?: string;
|
|
2393
|
+
'last-modified'?: string;
|
|
2394
2394
|
}
|
|
2395
2395
|
export type GetFwSystemsResponse = {
|
|
2396
2396
|
contested: 'captured' | 'contested' | 'uncontested' | 'vulnerable';
|
|
@@ -2401,18 +2401,18 @@ export type GetFwSystemsResponse = {
|
|
|
2401
2401
|
victory_points_threshold: number;
|
|
2402
2402
|
}[];
|
|
2403
2403
|
export interface GetFwSystemsResponseHeaders {
|
|
2404
|
-
'
|
|
2405
|
-
|
|
2406
|
-
'
|
|
2404
|
+
'cache-control'?: string;
|
|
2405
|
+
etag?: string;
|
|
2406
|
+
'last-modified'?: string;
|
|
2407
2407
|
}
|
|
2408
2408
|
export type GetFwWarsResponse = {
|
|
2409
2409
|
against_id: number;
|
|
2410
2410
|
faction_id: number;
|
|
2411
2411
|
}[];
|
|
2412
2412
|
export interface GetFwWarsResponseHeaders {
|
|
2413
|
-
'
|
|
2414
|
-
|
|
2415
|
-
'
|
|
2413
|
+
'cache-control'?: string;
|
|
2414
|
+
etag?: string;
|
|
2415
|
+
'last-modified'?: string;
|
|
2416
2416
|
}
|
|
2417
2417
|
export type GetIncursionsResponse = {
|
|
2418
2418
|
constellation_id: number;
|
|
@@ -2425,9 +2425,9 @@ export type GetIncursionsResponse = {
|
|
|
2425
2425
|
type: string;
|
|
2426
2426
|
}[];
|
|
2427
2427
|
export interface GetIncursionsResponseHeaders {
|
|
2428
|
-
'
|
|
2429
|
-
|
|
2430
|
-
'
|
|
2428
|
+
'cache-control'?: string;
|
|
2429
|
+
etag?: string;
|
|
2430
|
+
'last-modified'?: string;
|
|
2431
2431
|
}
|
|
2432
2432
|
export type GetIndustryFacilitiesResponse = {
|
|
2433
2433
|
facility_id: number;
|
|
@@ -2438,9 +2438,9 @@ export type GetIndustryFacilitiesResponse = {
|
|
|
2438
2438
|
type_id: number;
|
|
2439
2439
|
}[];
|
|
2440
2440
|
export interface GetIndustryFacilitiesResponseHeaders {
|
|
2441
|
-
'
|
|
2442
|
-
|
|
2443
|
-
'
|
|
2441
|
+
'cache-control'?: string;
|
|
2442
|
+
etag?: string;
|
|
2443
|
+
'last-modified'?: string;
|
|
2444
2444
|
}
|
|
2445
2445
|
export type GetIndustrySystemsResponse = {
|
|
2446
2446
|
cost_indices: {
|
|
@@ -2450,9 +2450,9 @@ export type GetIndustrySystemsResponse = {
|
|
|
2450
2450
|
solar_system_id: number;
|
|
2451
2451
|
}[];
|
|
2452
2452
|
export interface GetIndustrySystemsResponseHeaders {
|
|
2453
|
-
'
|
|
2454
|
-
|
|
2455
|
-
'
|
|
2453
|
+
'cache-control'?: string;
|
|
2454
|
+
etag?: string;
|
|
2455
|
+
'last-modified'?: string;
|
|
2456
2456
|
}
|
|
2457
2457
|
export type GetInsurancePricesResponse = {
|
|
2458
2458
|
levels: {
|
|
@@ -2463,10 +2463,10 @@ export type GetInsurancePricesResponse = {
|
|
|
2463
2463
|
type_id: number;
|
|
2464
2464
|
}[];
|
|
2465
2465
|
export interface GetInsurancePricesResponseHeaders {
|
|
2466
|
-
'
|
|
2467
|
-
'
|
|
2468
|
-
|
|
2469
|
-
'
|
|
2466
|
+
'cache-control'?: string;
|
|
2467
|
+
'content-language'?: string;
|
|
2468
|
+
etag?: string;
|
|
2469
|
+
'last-modified'?: string;
|
|
2470
2470
|
}
|
|
2471
2471
|
export interface GetKillmailKillmailHashResponse {
|
|
2472
2472
|
attackers: {
|
|
@@ -2518,9 +2518,9 @@ export interface GetKillmailKillmailHashParams {
|
|
|
2518
2518
|
killmail_hash: number | string;
|
|
2519
2519
|
}
|
|
2520
2520
|
export interface GetKillmailKillmailHashResponseHeaders {
|
|
2521
|
-
'
|
|
2522
|
-
|
|
2523
|
-
'
|
|
2521
|
+
'cache-control'?: string;
|
|
2522
|
+
etag?: string;
|
|
2523
|
+
'last-modified'?: string;
|
|
2524
2524
|
}
|
|
2525
2525
|
export type GetLoyaltyCorporationOffersResponse = {
|
|
2526
2526
|
ak_cost: number;
|
|
@@ -2538,15 +2538,15 @@ export interface GetLoyaltyCorporationOffersParams {
|
|
|
2538
2538
|
corporation_id: number | string;
|
|
2539
2539
|
}
|
|
2540
2540
|
export interface GetLoyaltyCorporationOffersResponseHeaders {
|
|
2541
|
-
'
|
|
2542
|
-
|
|
2543
|
-
'
|
|
2541
|
+
'cache-control'?: string;
|
|
2542
|
+
etag?: string;
|
|
2543
|
+
'last-modified'?: string;
|
|
2544
2544
|
}
|
|
2545
2545
|
export type GetMarketsGroupsResponse = number[];
|
|
2546
2546
|
export interface GetMarketsGroupsResponseHeaders {
|
|
2547
|
-
'
|
|
2548
|
-
|
|
2549
|
-
'
|
|
2547
|
+
'cache-control'?: string;
|
|
2548
|
+
etag?: string;
|
|
2549
|
+
'last-modified'?: string;
|
|
2550
2550
|
}
|
|
2551
2551
|
export interface GetMarketsGroupsMarketGroupIdResponse {
|
|
2552
2552
|
description: string;
|
|
@@ -2559,10 +2559,10 @@ export interface GetMarketsGroupsMarketGroupIdParams {
|
|
|
2559
2559
|
market_group_id: number | string;
|
|
2560
2560
|
}
|
|
2561
2561
|
export interface GetMarketsGroupsMarketGroupIdResponseHeaders {
|
|
2562
|
-
'
|
|
2563
|
-
'
|
|
2564
|
-
|
|
2565
|
-
'
|
|
2562
|
+
'cache-control'?: string;
|
|
2563
|
+
'content-language'?: string;
|
|
2564
|
+
etag?: string;
|
|
2565
|
+
'last-modified'?: string;
|
|
2566
2566
|
}
|
|
2567
2567
|
export type GetMarketsPricesResponse = {
|
|
2568
2568
|
adjusted_price: number;
|
|
@@ -2570,9 +2570,9 @@ export type GetMarketsPricesResponse = {
|
|
|
2570
2570
|
type_id: number;
|
|
2571
2571
|
}[];
|
|
2572
2572
|
export interface GetMarketsPricesResponseHeaders {
|
|
2573
|
-
'
|
|
2574
|
-
|
|
2575
|
-
'
|
|
2573
|
+
'cache-control'?: string;
|
|
2574
|
+
etag?: string;
|
|
2575
|
+
'last-modified'?: string;
|
|
2576
2576
|
}
|
|
2577
2577
|
export type GetMarketsStructureResponse = {
|
|
2578
2578
|
duration: number;
|
|
@@ -2592,10 +2592,10 @@ export interface GetMarketsStructureParams {
|
|
|
2592
2592
|
page?: number;
|
|
2593
2593
|
}
|
|
2594
2594
|
export interface GetMarketsStructureResponseHeaders {
|
|
2595
|
-
'
|
|
2596
|
-
|
|
2597
|
-
'
|
|
2598
|
-
'
|
|
2595
|
+
'cache-control'?: string;
|
|
2596
|
+
etag?: string;
|
|
2597
|
+
'last-modified'?: string;
|
|
2598
|
+
'x-pages'?: string;
|
|
2599
2599
|
}
|
|
2600
2600
|
export type GetRegionHistoryResponse = {
|
|
2601
2601
|
average: number;
|
|
@@ -2607,12 +2607,12 @@ export type GetRegionHistoryResponse = {
|
|
|
2607
2607
|
}[];
|
|
2608
2608
|
export interface GetRegionHistoryParams {
|
|
2609
2609
|
region_id: number | string;
|
|
2610
|
-
type_id
|
|
2610
|
+
type_id: number;
|
|
2611
2611
|
}
|
|
2612
2612
|
export interface GetRegionHistoryResponseHeaders {
|
|
2613
|
-
'
|
|
2614
|
-
|
|
2615
|
-
'
|
|
2613
|
+
'cache-control'?: string;
|
|
2614
|
+
etag?: string;
|
|
2615
|
+
'last-modified'?: string;
|
|
2616
2616
|
}
|
|
2617
2617
|
export type GetRegionOrdersResponse = {
|
|
2618
2618
|
duration: number;
|
|
@@ -2630,15 +2630,15 @@ export type GetRegionOrdersResponse = {
|
|
|
2630
2630
|
}[];
|
|
2631
2631
|
export interface GetRegionOrdersParams {
|
|
2632
2632
|
region_id: number | string;
|
|
2633
|
-
order_type
|
|
2633
|
+
order_type: 'buy' | 'sell' | 'all';
|
|
2634
2634
|
page?: number;
|
|
2635
2635
|
type_id?: number;
|
|
2636
2636
|
}
|
|
2637
2637
|
export interface GetRegionOrdersResponseHeaders {
|
|
2638
|
-
'
|
|
2639
|
-
|
|
2640
|
-
'
|
|
2641
|
-
'
|
|
2638
|
+
'cache-control'?: string;
|
|
2639
|
+
etag?: string;
|
|
2640
|
+
'last-modified'?: string;
|
|
2641
|
+
'x-pages'?: string;
|
|
2642
2642
|
}
|
|
2643
2643
|
export type GetRegionTypesResponse = number[];
|
|
2644
2644
|
export interface GetRegionTypesParams {
|
|
@@ -2646,26 +2646,26 @@ export interface GetRegionTypesParams {
|
|
|
2646
2646
|
page?: number;
|
|
2647
2647
|
}
|
|
2648
2648
|
export interface GetRegionTypesResponseHeaders {
|
|
2649
|
-
'
|
|
2650
|
-
|
|
2651
|
-
'
|
|
2652
|
-
'
|
|
2649
|
+
'cache-control'?: string;
|
|
2650
|
+
etag?: string;
|
|
2651
|
+
'last-modified'?: string;
|
|
2652
|
+
'x-pages'?: string;
|
|
2653
2653
|
}
|
|
2654
2654
|
export interface GetMetaChangelogResponse {
|
|
2655
2655
|
changelog: Record<string, unknown>;
|
|
2656
2656
|
}
|
|
2657
2657
|
export interface GetMetaChangelogResponseHeaders {
|
|
2658
|
-
'
|
|
2659
|
-
|
|
2660
|
-
'
|
|
2658
|
+
'cache-control'?: string;
|
|
2659
|
+
etag?: string;
|
|
2660
|
+
'last-modified'?: string;
|
|
2661
2661
|
}
|
|
2662
2662
|
export interface GetMetaCompatibilityDatesResponse {
|
|
2663
2663
|
compatibility_dates: CompatibilityDate[];
|
|
2664
2664
|
}
|
|
2665
2665
|
export interface GetMetaCompatibilityDatesResponseHeaders {
|
|
2666
|
-
'
|
|
2667
|
-
|
|
2668
|
-
'
|
|
2666
|
+
'cache-control'?: string;
|
|
2667
|
+
etag?: string;
|
|
2668
|
+
'last-modified'?: string;
|
|
2669
2669
|
}
|
|
2670
2670
|
export type GetRouteOriginDestinationResponse = number[];
|
|
2671
2671
|
export interface GetRouteOriginDestinationParams {
|
|
@@ -2676,9 +2676,9 @@ export interface GetRouteOriginDestinationParams {
|
|
|
2676
2676
|
flag?: 'shortest' | 'secure' | 'insecure';
|
|
2677
2677
|
}
|
|
2678
2678
|
export interface GetRouteOriginDestinationResponseHeaders {
|
|
2679
|
-
'
|
|
2680
|
-
|
|
2681
|
-
'
|
|
2679
|
+
'cache-control'?: string;
|
|
2680
|
+
etag?: string;
|
|
2681
|
+
'last-modified'?: string;
|
|
2682
2682
|
}
|
|
2683
2683
|
export type GetSovereigntyCampaignsResponse = {
|
|
2684
2684
|
attackers_score: number;
|
|
@@ -2696,9 +2696,9 @@ export type GetSovereigntyCampaignsResponse = {
|
|
|
2696
2696
|
structure_id: number;
|
|
2697
2697
|
}[];
|
|
2698
2698
|
export interface GetSovereigntyCampaignsResponseHeaders {
|
|
2699
|
-
'
|
|
2700
|
-
|
|
2701
|
-
'
|
|
2699
|
+
'cache-control'?: string;
|
|
2700
|
+
etag?: string;
|
|
2701
|
+
'last-modified'?: string;
|
|
2702
2702
|
}
|
|
2703
2703
|
export type GetSovereigntyMapResponse = {
|
|
2704
2704
|
alliance_id: number;
|
|
@@ -2707,9 +2707,9 @@ export type GetSovereigntyMapResponse = {
|
|
|
2707
2707
|
system_id: number;
|
|
2708
2708
|
}[];
|
|
2709
2709
|
export interface GetSovereigntyMapResponseHeaders {
|
|
2710
|
-
'
|
|
2711
|
-
|
|
2712
|
-
'
|
|
2710
|
+
'cache-control'?: string;
|
|
2711
|
+
etag?: string;
|
|
2712
|
+
'last-modified'?: string;
|
|
2713
2713
|
}
|
|
2714
2714
|
export type GetSovereigntyStructuresResponse = {
|
|
2715
2715
|
alliance_id: number;
|
|
@@ -2721,9 +2721,9 @@ export type GetSovereigntyStructuresResponse = {
|
|
|
2721
2721
|
vulnerable_start_time: string;
|
|
2722
2722
|
}[];
|
|
2723
2723
|
export interface GetSovereigntyStructuresResponseHeaders {
|
|
2724
|
-
'
|
|
2725
|
-
|
|
2726
|
-
'
|
|
2724
|
+
'cache-control'?: string;
|
|
2725
|
+
etag?: string;
|
|
2726
|
+
'last-modified'?: string;
|
|
2727
2727
|
}
|
|
2728
2728
|
export interface GetStatusResponse {
|
|
2729
2729
|
players: number;
|
|
@@ -2732,43 +2732,43 @@ export interface GetStatusResponse {
|
|
|
2732
2732
|
vip?: boolean;
|
|
2733
2733
|
}
|
|
2734
2734
|
export interface GetStatusResponseHeaders {
|
|
2735
|
-
'
|
|
2736
|
-
|
|
2737
|
-
'
|
|
2735
|
+
'cache-control'?: string;
|
|
2736
|
+
etag?: string;
|
|
2737
|
+
'last-modified'?: string;
|
|
2738
2738
|
}
|
|
2739
2739
|
export interface PostUiAutopilotWaypointParams {
|
|
2740
|
-
add_to_beginning
|
|
2741
|
-
clear_other_waypoints
|
|
2742
|
-
destination_id
|
|
2740
|
+
add_to_beginning: boolean;
|
|
2741
|
+
clear_other_waypoints: boolean;
|
|
2742
|
+
destination_id: number;
|
|
2743
2743
|
}
|
|
2744
2744
|
export interface PostUiAutopilotWaypointResponseHeaders {
|
|
2745
|
-
'
|
|
2746
|
-
|
|
2747
|
-
'
|
|
2745
|
+
'cache-control'?: string;
|
|
2746
|
+
etag?: string;
|
|
2747
|
+
'last-modified'?: string;
|
|
2748
2748
|
}
|
|
2749
2749
|
export interface PostUiOpenwindowContractParams {
|
|
2750
|
-
contract_id
|
|
2750
|
+
contract_id: number;
|
|
2751
2751
|
}
|
|
2752
2752
|
export interface PostUiOpenwindowContractResponseHeaders {
|
|
2753
|
-
'
|
|
2754
|
-
|
|
2755
|
-
'
|
|
2753
|
+
'cache-control'?: string;
|
|
2754
|
+
etag?: string;
|
|
2755
|
+
'last-modified'?: string;
|
|
2756
2756
|
}
|
|
2757
2757
|
export interface PostUiOpenwindowInformationParams {
|
|
2758
|
-
target_id
|
|
2758
|
+
target_id: number;
|
|
2759
2759
|
}
|
|
2760
2760
|
export interface PostUiOpenwindowInformationResponseHeaders {
|
|
2761
|
-
'
|
|
2762
|
-
|
|
2763
|
-
'
|
|
2761
|
+
'cache-control'?: string;
|
|
2762
|
+
etag?: string;
|
|
2763
|
+
'last-modified'?: string;
|
|
2764
2764
|
}
|
|
2765
2765
|
export interface PostUiOpenwindowMarketdetailsParams {
|
|
2766
|
-
type_id
|
|
2766
|
+
type_id: number;
|
|
2767
2767
|
}
|
|
2768
2768
|
export interface PostUiOpenwindowMarketdetailsResponseHeaders {
|
|
2769
|
-
'
|
|
2770
|
-
|
|
2771
|
-
'
|
|
2769
|
+
'cache-control'?: string;
|
|
2770
|
+
etag?: string;
|
|
2771
|
+
'last-modified'?: string;
|
|
2772
2772
|
}
|
|
2773
2773
|
export interface PostUiOpenwindowNewmailParams {
|
|
2774
2774
|
body: string;
|
|
@@ -2778,9 +2778,9 @@ export interface PostUiOpenwindowNewmailParams {
|
|
|
2778
2778
|
to_mailing_list_id?: number;
|
|
2779
2779
|
}
|
|
2780
2780
|
export interface PostUiOpenwindowNewmailResponseHeaders {
|
|
2781
|
-
'
|
|
2782
|
-
|
|
2783
|
-
'
|
|
2781
|
+
'cache-control'?: string;
|
|
2782
|
+
etag?: string;
|
|
2783
|
+
'last-modified'?: string;
|
|
2784
2784
|
}
|
|
2785
2785
|
export type GetUniverseAncestriesResponse = {
|
|
2786
2786
|
bloodline_id: number;
|
|
@@ -2791,10 +2791,10 @@ export type GetUniverseAncestriesResponse = {
|
|
|
2791
2791
|
short_description: string;
|
|
2792
2792
|
}[];
|
|
2793
2793
|
export interface GetUniverseAncestriesResponseHeaders {
|
|
2794
|
-
'
|
|
2795
|
-
'
|
|
2796
|
-
|
|
2797
|
-
'
|
|
2794
|
+
'cache-control'?: string;
|
|
2795
|
+
'content-language'?: string;
|
|
2796
|
+
etag?: string;
|
|
2797
|
+
'last-modified'?: string;
|
|
2798
2798
|
}
|
|
2799
2799
|
export interface GetUniverseAsteroidBeltsAsteroidBeltIdResponse {
|
|
2800
2800
|
name: string;
|
|
@@ -2809,9 +2809,9 @@ export interface GetUniverseAsteroidBeltsAsteroidBeltIdParams {
|
|
|
2809
2809
|
asteroid_belt_id: number | string;
|
|
2810
2810
|
}
|
|
2811
2811
|
export interface GetUniverseAsteroidBeltsAsteroidBeltIdResponseHeaders {
|
|
2812
|
-
'
|
|
2813
|
-
|
|
2814
|
-
'
|
|
2812
|
+
'cache-control'?: string;
|
|
2813
|
+
etag?: string;
|
|
2814
|
+
'last-modified'?: string;
|
|
2815
2815
|
}
|
|
2816
2816
|
export type GetUniverseBloodlinesResponse = {
|
|
2817
2817
|
bloodline_id: number;
|
|
@@ -2827,16 +2827,16 @@ export type GetUniverseBloodlinesResponse = {
|
|
|
2827
2827
|
willpower: number;
|
|
2828
2828
|
}[];
|
|
2829
2829
|
export interface GetUniverseBloodlinesResponseHeaders {
|
|
2830
|
-
'
|
|
2831
|
-
'
|
|
2832
|
-
|
|
2833
|
-
'
|
|
2830
|
+
'cache-control'?: string;
|
|
2831
|
+
'content-language'?: string;
|
|
2832
|
+
etag?: string;
|
|
2833
|
+
'last-modified'?: string;
|
|
2834
2834
|
}
|
|
2835
2835
|
export type GetUniverseCategoriesResponse = number[];
|
|
2836
2836
|
export interface GetUniverseCategoriesResponseHeaders {
|
|
2837
|
-
'
|
|
2838
|
-
|
|
2839
|
-
'
|
|
2837
|
+
'cache-control'?: string;
|
|
2838
|
+
etag?: string;
|
|
2839
|
+
'last-modified'?: string;
|
|
2840
2840
|
}
|
|
2841
2841
|
export interface GetUniverseCategoryResponse {
|
|
2842
2842
|
category_id: number;
|
|
@@ -2848,16 +2848,16 @@ export interface GetUniverseCategoryParams {
|
|
|
2848
2848
|
category_id: number | string;
|
|
2849
2849
|
}
|
|
2850
2850
|
export interface GetUniverseCategoryResponseHeaders {
|
|
2851
|
-
'
|
|
2852
|
-
'
|
|
2853
|
-
|
|
2854
|
-
'
|
|
2851
|
+
'cache-control'?: string;
|
|
2852
|
+
'content-language'?: string;
|
|
2853
|
+
etag?: string;
|
|
2854
|
+
'last-modified'?: string;
|
|
2855
2855
|
}
|
|
2856
2856
|
export type GetUniverseConstellationsResponse = number[];
|
|
2857
2857
|
export interface GetUniverseConstellationsResponseHeaders {
|
|
2858
|
-
'
|
|
2859
|
-
|
|
2860
|
-
'
|
|
2858
|
+
'cache-control'?: string;
|
|
2859
|
+
etag?: string;
|
|
2860
|
+
'last-modified'?: string;
|
|
2861
2861
|
}
|
|
2862
2862
|
export interface GetUniverseConstellationResponse {
|
|
2863
2863
|
constellation_id: number;
|
|
@@ -2874,10 +2874,10 @@ export interface GetUniverseConstellationParams {
|
|
|
2874
2874
|
constellation_id: number | string;
|
|
2875
2875
|
}
|
|
2876
2876
|
export interface GetUniverseConstellationResponseHeaders {
|
|
2877
|
-
'
|
|
2878
|
-
'
|
|
2879
|
-
|
|
2880
|
-
'
|
|
2877
|
+
'cache-control'?: string;
|
|
2878
|
+
'content-language'?: string;
|
|
2879
|
+
etag?: string;
|
|
2880
|
+
'last-modified'?: string;
|
|
2881
2881
|
}
|
|
2882
2882
|
export type GetUniverseFactionsResponse = {
|
|
2883
2883
|
corporation_id: number;
|
|
@@ -2892,16 +2892,16 @@ export type GetUniverseFactionsResponse = {
|
|
|
2892
2892
|
station_system_count: number;
|
|
2893
2893
|
}[];
|
|
2894
2894
|
export interface GetUniverseFactionsResponseHeaders {
|
|
2895
|
-
'
|
|
2896
|
-
'
|
|
2897
|
-
|
|
2898
|
-
'
|
|
2895
|
+
'cache-control'?: string;
|
|
2896
|
+
'content-language'?: string;
|
|
2897
|
+
etag?: string;
|
|
2898
|
+
'last-modified'?: string;
|
|
2899
2899
|
}
|
|
2900
2900
|
export type GetUniverseGraphicsResponse = number[];
|
|
2901
2901
|
export interface GetUniverseGraphicsResponseHeaders {
|
|
2902
|
-
'
|
|
2903
|
-
|
|
2904
|
-
'
|
|
2902
|
+
'cache-control'?: string;
|
|
2903
|
+
etag?: string;
|
|
2904
|
+
'last-modified'?: string;
|
|
2905
2905
|
}
|
|
2906
2906
|
export interface GetUniverseGraphicResponse {
|
|
2907
2907
|
collision_file?: string;
|
|
@@ -2917,19 +2917,19 @@ export interface GetUniverseGraphicParams {
|
|
|
2917
2917
|
graphic_id: number | string;
|
|
2918
2918
|
}
|
|
2919
2919
|
export interface GetUniverseGraphicResponseHeaders {
|
|
2920
|
-
'
|
|
2921
|
-
|
|
2922
|
-
'
|
|
2920
|
+
'cache-control'?: string;
|
|
2921
|
+
etag?: string;
|
|
2922
|
+
'last-modified'?: string;
|
|
2923
2923
|
}
|
|
2924
2924
|
export type GetUniverseGroupsResponse = number[];
|
|
2925
2925
|
export interface GetUniverseGroupsParams {
|
|
2926
2926
|
page?: number;
|
|
2927
2927
|
}
|
|
2928
2928
|
export interface GetUniverseGroupsResponseHeaders {
|
|
2929
|
-
'
|
|
2930
|
-
|
|
2931
|
-
'
|
|
2932
|
-
'
|
|
2929
|
+
'cache-control'?: string;
|
|
2930
|
+
etag?: string;
|
|
2931
|
+
'last-modified'?: string;
|
|
2932
|
+
'x-pages'?: string;
|
|
2933
2933
|
}
|
|
2934
2934
|
export interface GetUniverseGroupResponse {
|
|
2935
2935
|
category_id: number;
|
|
@@ -2942,10 +2942,10 @@ export interface GetUniverseGroupParams {
|
|
|
2942
2942
|
group_id: number | string;
|
|
2943
2943
|
}
|
|
2944
2944
|
export interface GetUniverseGroupResponseHeaders {
|
|
2945
|
-
'
|
|
2946
|
-
'
|
|
2947
|
-
|
|
2948
|
-
'
|
|
2945
|
+
'cache-control'?: string;
|
|
2946
|
+
'content-language'?: string;
|
|
2947
|
+
etag?: string;
|
|
2948
|
+
'last-modified'?: string;
|
|
2949
2949
|
}
|
|
2950
2950
|
export interface PostUniverseIdsResponse {
|
|
2951
2951
|
agents?: {
|
|
@@ -2993,10 +2993,10 @@ export interface PostUniverseIdsParams {
|
|
|
2993
2993
|
body: string[];
|
|
2994
2994
|
}
|
|
2995
2995
|
export interface PostUniverseIdsResponseHeaders {
|
|
2996
|
-
'
|
|
2997
|
-
'
|
|
2998
|
-
|
|
2999
|
-
'
|
|
2996
|
+
'cache-control'?: string;
|
|
2997
|
+
'content-language'?: string;
|
|
2998
|
+
etag?: string;
|
|
2999
|
+
'last-modified'?: string;
|
|
3000
3000
|
}
|
|
3001
3001
|
export interface GetUniverseMoonResponse {
|
|
3002
3002
|
moon_id: number;
|
|
@@ -3012,9 +3012,9 @@ export interface GetUniverseMoonParams {
|
|
|
3012
3012
|
moon_id: number | string;
|
|
3013
3013
|
}
|
|
3014
3014
|
export interface GetUniverseMoonResponseHeaders {
|
|
3015
|
-
'
|
|
3016
|
-
|
|
3017
|
-
'
|
|
3015
|
+
'cache-control'?: string;
|
|
3016
|
+
etag?: string;
|
|
3017
|
+
'last-modified'?: string;
|
|
3018
3018
|
}
|
|
3019
3019
|
export type PostUniverseNamesResponse = {
|
|
3020
3020
|
category: 'alliance' | 'character' | 'constellation' | 'corporation' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'faction';
|
|
@@ -3025,9 +3025,9 @@ export interface PostUniverseNamesParams {
|
|
|
3025
3025
|
body: number[];
|
|
3026
3026
|
}
|
|
3027
3027
|
export interface PostUniverseNamesResponseHeaders {
|
|
3028
|
-
'
|
|
3029
|
-
|
|
3030
|
-
'
|
|
3028
|
+
'cache-control'?: string;
|
|
3029
|
+
etag?: string;
|
|
3030
|
+
'last-modified'?: string;
|
|
3031
3031
|
}
|
|
3032
3032
|
export interface GetUniversePlanetResponse {
|
|
3033
3033
|
name: string;
|
|
@@ -3044,9 +3044,9 @@ export interface GetUniversePlanetParams {
|
|
|
3044
3044
|
planet_id: number | string;
|
|
3045
3045
|
}
|
|
3046
3046
|
export interface GetUniversePlanetResponseHeaders {
|
|
3047
|
-
'
|
|
3048
|
-
|
|
3049
|
-
'
|
|
3047
|
+
'cache-control'?: string;
|
|
3048
|
+
etag?: string;
|
|
3049
|
+
'last-modified'?: string;
|
|
3050
3050
|
}
|
|
3051
3051
|
export type GetUniverseRacesResponse = {
|
|
3052
3052
|
alliance_id: number;
|
|
@@ -3055,16 +3055,16 @@ export type GetUniverseRacesResponse = {
|
|
|
3055
3055
|
race_id: number;
|
|
3056
3056
|
}[];
|
|
3057
3057
|
export interface GetUniverseRacesResponseHeaders {
|
|
3058
|
-
'
|
|
3059
|
-
'
|
|
3060
|
-
|
|
3061
|
-
'
|
|
3058
|
+
'cache-control'?: string;
|
|
3059
|
+
'content-language'?: string;
|
|
3060
|
+
etag?: string;
|
|
3061
|
+
'last-modified'?: string;
|
|
3062
3062
|
}
|
|
3063
3063
|
export type GetUniverseRegionsResponse = number[];
|
|
3064
3064
|
export interface GetUniverseRegionsResponseHeaders {
|
|
3065
|
-
'
|
|
3066
|
-
|
|
3067
|
-
'
|
|
3065
|
+
'cache-control'?: string;
|
|
3066
|
+
etag?: string;
|
|
3067
|
+
'last-modified'?: string;
|
|
3068
3068
|
}
|
|
3069
3069
|
export interface GetUniverseRegionResponse {
|
|
3070
3070
|
constellations: number[];
|
|
@@ -3076,10 +3076,10 @@ export interface GetUniverseRegionParams {
|
|
|
3076
3076
|
region_id: number | string;
|
|
3077
3077
|
}
|
|
3078
3078
|
export interface GetUniverseRegionResponseHeaders {
|
|
3079
|
-
'
|
|
3080
|
-
'
|
|
3081
|
-
|
|
3082
|
-
'
|
|
3079
|
+
'cache-control'?: string;
|
|
3080
|
+
'content-language'?: string;
|
|
3081
|
+
etag?: string;
|
|
3082
|
+
'last-modified'?: string;
|
|
3083
3083
|
}
|
|
3084
3084
|
export interface GetUniverseSchematicResponse {
|
|
3085
3085
|
cycle_time: number;
|
|
@@ -3089,9 +3089,9 @@ export interface GetUniverseSchematicParams {
|
|
|
3089
3089
|
schematic_id: number | string;
|
|
3090
3090
|
}
|
|
3091
3091
|
export interface GetUniverseSchematicResponseHeaders {
|
|
3092
|
-
'
|
|
3093
|
-
|
|
3094
|
-
'
|
|
3092
|
+
'cache-control'?: string;
|
|
3093
|
+
etag?: string;
|
|
3094
|
+
'last-modified'?: string;
|
|
3095
3095
|
}
|
|
3096
3096
|
export interface GetUniverseStargateResponse {
|
|
3097
3097
|
destination: {
|
|
@@ -3112,9 +3112,9 @@ export interface GetUniverseStargateParams {
|
|
|
3112
3112
|
stargate_id: number | string;
|
|
3113
3113
|
}
|
|
3114
3114
|
export interface GetUniverseStargateResponseHeaders {
|
|
3115
|
-
'
|
|
3116
|
-
|
|
3117
|
-
'
|
|
3115
|
+
'cache-control'?: string;
|
|
3116
|
+
etag?: string;
|
|
3117
|
+
'last-modified'?: string;
|
|
3118
3118
|
}
|
|
3119
3119
|
export interface GetUniverseStarResponse {
|
|
3120
3120
|
age: number;
|
|
@@ -3130,9 +3130,9 @@ export interface GetUniverseStarParams {
|
|
|
3130
3130
|
star_id: number | string;
|
|
3131
3131
|
}
|
|
3132
3132
|
export interface GetUniverseStarResponseHeaders {
|
|
3133
|
-
'
|
|
3134
|
-
|
|
3135
|
-
'
|
|
3133
|
+
'cache-control'?: string;
|
|
3134
|
+
etag?: string;
|
|
3135
|
+
'last-modified'?: string;
|
|
3136
3136
|
}
|
|
3137
3137
|
export interface GetUniverseStationResponse {
|
|
3138
3138
|
max_dockable_ship_volume: number;
|
|
@@ -3156,18 +3156,18 @@ export interface GetUniverseStationParams {
|
|
|
3156
3156
|
station_id: number | string;
|
|
3157
3157
|
}
|
|
3158
3158
|
export interface GetUniverseStationResponseHeaders {
|
|
3159
|
-
'
|
|
3160
|
-
|
|
3161
|
-
'
|
|
3159
|
+
'cache-control'?: string;
|
|
3160
|
+
etag?: string;
|
|
3161
|
+
'last-modified'?: string;
|
|
3162
3162
|
}
|
|
3163
3163
|
export type GetUniverseStructuresResponse = number[];
|
|
3164
3164
|
export interface GetUniverseStructuresParams {
|
|
3165
3165
|
filter?: 'market' | 'manufacturing_basic';
|
|
3166
3166
|
}
|
|
3167
3167
|
export interface GetUniverseStructuresResponseHeaders {
|
|
3168
|
-
'
|
|
3169
|
-
|
|
3170
|
-
'
|
|
3168
|
+
'cache-control'?: string;
|
|
3169
|
+
etag?: string;
|
|
3170
|
+
'last-modified'?: string;
|
|
3171
3171
|
}
|
|
3172
3172
|
export interface GetUniverseStructureResponse {
|
|
3173
3173
|
name: string;
|
|
@@ -3184,18 +3184,18 @@ export interface GetUniverseStructureParams {
|
|
|
3184
3184
|
structure_id: number | string;
|
|
3185
3185
|
}
|
|
3186
3186
|
export interface GetUniverseStructureResponseHeaders {
|
|
3187
|
-
'
|
|
3188
|
-
|
|
3189
|
-
'
|
|
3187
|
+
'cache-control'?: string;
|
|
3188
|
+
etag?: string;
|
|
3189
|
+
'last-modified'?: string;
|
|
3190
3190
|
}
|
|
3191
3191
|
export type GetUniverseSystemJumpsResponse = {
|
|
3192
3192
|
ship_jumps: number;
|
|
3193
3193
|
system_id: number;
|
|
3194
3194
|
}[];
|
|
3195
3195
|
export interface GetUniverseSystemJumpsResponseHeaders {
|
|
3196
|
-
'
|
|
3197
|
-
|
|
3198
|
-
'
|
|
3196
|
+
'cache-control'?: string;
|
|
3197
|
+
etag?: string;
|
|
3198
|
+
'last-modified'?: string;
|
|
3199
3199
|
}
|
|
3200
3200
|
export type GetUniverseSystemKillsResponse = {
|
|
3201
3201
|
npc_kills: number;
|
|
@@ -3204,15 +3204,15 @@ export type GetUniverseSystemKillsResponse = {
|
|
|
3204
3204
|
system_id: number;
|
|
3205
3205
|
}[];
|
|
3206
3206
|
export interface GetUniverseSystemKillsResponseHeaders {
|
|
3207
|
-
'
|
|
3208
|
-
|
|
3209
|
-
'
|
|
3207
|
+
'cache-control'?: string;
|
|
3208
|
+
etag?: string;
|
|
3209
|
+
'last-modified'?: string;
|
|
3210
3210
|
}
|
|
3211
3211
|
export type GetUniverseSystemsResponse = number[];
|
|
3212
3212
|
export interface GetUniverseSystemsResponseHeaders {
|
|
3213
|
-
'
|
|
3214
|
-
|
|
3215
|
-
'
|
|
3213
|
+
'cache-control'?: string;
|
|
3214
|
+
etag?: string;
|
|
3215
|
+
'last-modified'?: string;
|
|
3216
3216
|
}
|
|
3217
3217
|
export interface GetUniverseSystemResponse {
|
|
3218
3218
|
constellation_id: number;
|
|
@@ -3238,20 +3238,20 @@ export interface GetUniverseSystemParams {
|
|
|
3238
3238
|
system_id: number | string;
|
|
3239
3239
|
}
|
|
3240
3240
|
export interface GetUniverseSystemResponseHeaders {
|
|
3241
|
-
'
|
|
3242
|
-
'
|
|
3243
|
-
|
|
3244
|
-
'
|
|
3241
|
+
'cache-control'?: string;
|
|
3242
|
+
'content-language'?: string;
|
|
3243
|
+
etag?: string;
|
|
3244
|
+
'last-modified'?: string;
|
|
3245
3245
|
}
|
|
3246
3246
|
export type GetUniverseTypesResponse = number[];
|
|
3247
3247
|
export interface GetUniverseTypesParams {
|
|
3248
3248
|
page?: number;
|
|
3249
3249
|
}
|
|
3250
3250
|
export interface GetUniverseTypesResponseHeaders {
|
|
3251
|
-
'
|
|
3252
|
-
|
|
3253
|
-
'
|
|
3254
|
-
'
|
|
3251
|
+
'cache-control'?: string;
|
|
3252
|
+
etag?: string;
|
|
3253
|
+
'last-modified'?: string;
|
|
3254
|
+
'x-pages'?: string;
|
|
3255
3255
|
}
|
|
3256
3256
|
export interface GetUniverseTypeResponse {
|
|
3257
3257
|
capacity?: number;
|
|
@@ -3281,19 +3281,19 @@ export interface GetUniverseTypeParams {
|
|
|
3281
3281
|
type_id: number | string;
|
|
3282
3282
|
}
|
|
3283
3283
|
export interface GetUniverseTypeResponseHeaders {
|
|
3284
|
-
'
|
|
3285
|
-
'
|
|
3286
|
-
|
|
3287
|
-
'
|
|
3284
|
+
'cache-control'?: string;
|
|
3285
|
+
'content-language'?: string;
|
|
3286
|
+
etag?: string;
|
|
3287
|
+
'last-modified'?: string;
|
|
3288
3288
|
}
|
|
3289
3289
|
export type GetWarsResponse = number[];
|
|
3290
3290
|
export interface GetWarsParams {
|
|
3291
3291
|
max_war_id?: number;
|
|
3292
3292
|
}
|
|
3293
3293
|
export interface GetWarsResponseHeaders {
|
|
3294
|
-
'
|
|
3295
|
-
|
|
3296
|
-
'
|
|
3294
|
+
'cache-control'?: string;
|
|
3295
|
+
etag?: string;
|
|
3296
|
+
'last-modified'?: string;
|
|
3297
3297
|
}
|
|
3298
3298
|
export interface GetWarResponse {
|
|
3299
3299
|
aggressor: {
|
|
@@ -3324,9 +3324,9 @@ export interface GetWarParams {
|
|
|
3324
3324
|
war_id: number | string;
|
|
3325
3325
|
}
|
|
3326
3326
|
export interface GetWarResponseHeaders {
|
|
3327
|
-
'
|
|
3328
|
-
|
|
3329
|
-
'
|
|
3327
|
+
'cache-control'?: string;
|
|
3328
|
+
etag?: string;
|
|
3329
|
+
'last-modified'?: string;
|
|
3330
3330
|
}
|
|
3331
3331
|
export type GetWarKillmailsResponse = {
|
|
3332
3332
|
killmail_hash: string;
|
|
@@ -3337,8 +3337,8 @@ export interface GetWarKillmailsParams {
|
|
|
3337
3337
|
page?: number;
|
|
3338
3338
|
}
|
|
3339
3339
|
export interface GetWarKillmailsResponseHeaders {
|
|
3340
|
-
'
|
|
3341
|
-
|
|
3342
|
-
'
|
|
3343
|
-
'
|
|
3340
|
+
'cache-control'?: string;
|
|
3341
|
+
etag?: string;
|
|
3342
|
+
'last-modified'?: string;
|
|
3343
|
+
'x-pages'?: string;
|
|
3344
3344
|
}
|