@localisprimary/esi 2.0.13 → 2.0.15
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 +663 -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;
|
|
@@ -1529,16 +1529,17 @@ export type GetCorporationCustomsOfficesResponse = {
|
|
|
1529
1529
|
standing_level: 'bad' | 'excellent' | 'good' | 'neutral' | 'terrible';
|
|
1530
1530
|
system_id: number;
|
|
1531
1531
|
terrible_standing_tax_rate: number;
|
|
1532
|
+
type_id: number;
|
|
1532
1533
|
}[];
|
|
1533
1534
|
export interface GetCorporationCustomsOfficesParams {
|
|
1534
1535
|
corporation_id: number | string;
|
|
1535
1536
|
page?: number;
|
|
1536
1537
|
}
|
|
1537
1538
|
export interface GetCorporationCustomsOfficesResponseHeaders {
|
|
1538
|
-
'
|
|
1539
|
-
|
|
1540
|
-
'
|
|
1541
|
-
'
|
|
1539
|
+
'cache-control'?: string;
|
|
1540
|
+
etag?: string;
|
|
1541
|
+
'last-modified'?: string;
|
|
1542
|
+
'x-pages'?: string;
|
|
1542
1543
|
}
|
|
1543
1544
|
export interface GetCorporationDivisionsResponse {
|
|
1544
1545
|
hangar?: {
|
|
@@ -1554,9 +1555,9 @@ export interface GetCorporationDivisionsParams {
|
|
|
1554
1555
|
corporation_id: number | string;
|
|
1555
1556
|
}
|
|
1556
1557
|
export interface GetCorporationDivisionsResponseHeaders {
|
|
1557
|
-
'
|
|
1558
|
-
|
|
1559
|
-
'
|
|
1558
|
+
'cache-control'?: string;
|
|
1559
|
+
etag?: string;
|
|
1560
|
+
'last-modified'?: string;
|
|
1560
1561
|
}
|
|
1561
1562
|
export type GetCorporationFacilitiesResponse = {
|
|
1562
1563
|
facility_id: number;
|
|
@@ -1567,9 +1568,9 @@ export interface GetCorporationFacilitiesParams {
|
|
|
1567
1568
|
corporation_id: number | string;
|
|
1568
1569
|
}
|
|
1569
1570
|
export interface GetCorporationFacilitiesResponseHeaders {
|
|
1570
|
-
'
|
|
1571
|
-
|
|
1572
|
-
'
|
|
1571
|
+
'cache-control'?: string;
|
|
1572
|
+
etag?: string;
|
|
1573
|
+
'last-modified'?: string;
|
|
1573
1574
|
}
|
|
1574
1575
|
export interface GetCorporationFwStatsResponse {
|
|
1575
1576
|
enlisted_on?: string;
|
|
@@ -1590,9 +1591,9 @@ export interface GetCorporationFwStatsParams {
|
|
|
1590
1591
|
corporation_id: number | string;
|
|
1591
1592
|
}
|
|
1592
1593
|
export interface GetCorporationFwStatsResponseHeaders {
|
|
1593
|
-
'
|
|
1594
|
-
|
|
1595
|
-
'
|
|
1594
|
+
'cache-control'?: string;
|
|
1595
|
+
etag?: string;
|
|
1596
|
+
'last-modified'?: string;
|
|
1596
1597
|
}
|
|
1597
1598
|
export interface GetCorporationIconsResponse {
|
|
1598
1599
|
px128x128?: string;
|
|
@@ -1603,9 +1604,9 @@ export interface GetCorporationIconsParams {
|
|
|
1603
1604
|
corporation_id: number | string;
|
|
1604
1605
|
}
|
|
1605
1606
|
export interface GetCorporationIconsResponseHeaders {
|
|
1606
|
-
'
|
|
1607
|
-
|
|
1608
|
-
'
|
|
1607
|
+
'cache-control'?: string;
|
|
1608
|
+
etag?: string;
|
|
1609
|
+
'last-modified'?: string;
|
|
1609
1610
|
}
|
|
1610
1611
|
export type GetCorporationIndustryJobsResponse = {
|
|
1611
1612
|
activity_id: number;
|
|
@@ -1637,10 +1638,10 @@ export interface GetCorporationIndustryJobsParams {
|
|
|
1637
1638
|
page?: number;
|
|
1638
1639
|
}
|
|
1639
1640
|
export interface GetCorporationIndustryJobsResponseHeaders {
|
|
1640
|
-
'
|
|
1641
|
-
|
|
1642
|
-
'
|
|
1643
|
-
'
|
|
1641
|
+
'cache-control'?: string;
|
|
1642
|
+
etag?: string;
|
|
1643
|
+
'last-modified'?: string;
|
|
1644
|
+
'x-pages'?: string;
|
|
1644
1645
|
}
|
|
1645
1646
|
export type GetCorporationKillmailsRecentResponse = {
|
|
1646
1647
|
killmail_hash: string;
|
|
@@ -1651,10 +1652,10 @@ export interface GetCorporationKillmailsRecentParams {
|
|
|
1651
1652
|
page?: number;
|
|
1652
1653
|
}
|
|
1653
1654
|
export interface GetCorporationKillmailsRecentResponseHeaders {
|
|
1654
|
-
'
|
|
1655
|
-
|
|
1656
|
-
'
|
|
1657
|
-
'
|
|
1655
|
+
'cache-control'?: string;
|
|
1656
|
+
etag?: string;
|
|
1657
|
+
'last-modified'?: string;
|
|
1658
|
+
'x-pages'?: string;
|
|
1658
1659
|
}
|
|
1659
1660
|
export type GetCorporationMedalsResponse = {
|
|
1660
1661
|
created_at: string;
|
|
@@ -1668,10 +1669,10 @@ export interface GetCorporationMedalsParams {
|
|
|
1668
1669
|
page?: number;
|
|
1669
1670
|
}
|
|
1670
1671
|
export interface GetCorporationMedalsResponseHeaders {
|
|
1671
|
-
'
|
|
1672
|
-
|
|
1673
|
-
'
|
|
1674
|
-
'
|
|
1672
|
+
'cache-control'?: string;
|
|
1673
|
+
etag?: string;
|
|
1674
|
+
'last-modified'?: string;
|
|
1675
|
+
'x-pages'?: string;
|
|
1675
1676
|
}
|
|
1676
1677
|
export type GetCorporationMedalsIssuedResponse = {
|
|
1677
1678
|
character_id: number;
|
|
@@ -1686,28 +1687,28 @@ export interface GetCorporationMedalsIssuedParams {
|
|
|
1686
1687
|
page?: number;
|
|
1687
1688
|
}
|
|
1688
1689
|
export interface GetCorporationMedalsIssuedResponseHeaders {
|
|
1689
|
-
'
|
|
1690
|
-
|
|
1691
|
-
'
|
|
1692
|
-
'
|
|
1690
|
+
'cache-control'?: string;
|
|
1691
|
+
etag?: string;
|
|
1692
|
+
'last-modified'?: string;
|
|
1693
|
+
'x-pages'?: string;
|
|
1693
1694
|
}
|
|
1694
1695
|
export type GetCorporationMembersResponse = number[];
|
|
1695
1696
|
export interface GetCorporationMembersParams {
|
|
1696
1697
|
corporation_id: number | string;
|
|
1697
1698
|
}
|
|
1698
1699
|
export interface GetCorporationMembersResponseHeaders {
|
|
1699
|
-
'
|
|
1700
|
-
|
|
1701
|
-
'
|
|
1700
|
+
'cache-control'?: string;
|
|
1701
|
+
etag?: string;
|
|
1702
|
+
'last-modified'?: string;
|
|
1702
1703
|
}
|
|
1703
1704
|
export type GetCorporationMembersLimitResponse = number;
|
|
1704
1705
|
export interface GetCorporationMembersLimitParams {
|
|
1705
1706
|
corporation_id: number | string;
|
|
1706
1707
|
}
|
|
1707
1708
|
export interface GetCorporationMembersLimitResponseHeaders {
|
|
1708
|
-
'
|
|
1709
|
-
|
|
1710
|
-
'
|
|
1709
|
+
'cache-control'?: string;
|
|
1710
|
+
etag?: string;
|
|
1711
|
+
'last-modified'?: string;
|
|
1711
1712
|
}
|
|
1712
1713
|
export type GetCorporationMembersTitlesResponse = {
|
|
1713
1714
|
character_id: number;
|
|
@@ -1717,9 +1718,9 @@ export interface GetCorporationMembersTitlesParams {
|
|
|
1717
1718
|
corporation_id: number | string;
|
|
1718
1719
|
}
|
|
1719
1720
|
export interface GetCorporationMembersTitlesResponseHeaders {
|
|
1720
|
-
'
|
|
1721
|
-
|
|
1722
|
-
'
|
|
1721
|
+
'cache-control'?: string;
|
|
1722
|
+
etag?: string;
|
|
1723
|
+
'last-modified'?: string;
|
|
1723
1724
|
}
|
|
1724
1725
|
export type GetCorporationMembertrackingResponse = {
|
|
1725
1726
|
base_id: number;
|
|
@@ -1734,9 +1735,9 @@ export interface GetCorporationMembertrackingParams {
|
|
|
1734
1735
|
corporation_id: number | string;
|
|
1735
1736
|
}
|
|
1736
1737
|
export interface GetCorporationMembertrackingResponseHeaders {
|
|
1737
|
-
'
|
|
1738
|
-
|
|
1739
|
-
'
|
|
1738
|
+
'cache-control'?: string;
|
|
1739
|
+
etag?: string;
|
|
1740
|
+
'last-modified'?: string;
|
|
1740
1741
|
}
|
|
1741
1742
|
export type GetCorporationOrdersResponse = {
|
|
1742
1743
|
duration: number;
|
|
@@ -1760,10 +1761,10 @@ export interface GetCorporationOrdersParams {
|
|
|
1760
1761
|
page?: number;
|
|
1761
1762
|
}
|
|
1762
1763
|
export interface GetCorporationOrdersResponseHeaders {
|
|
1763
|
-
'
|
|
1764
|
-
|
|
1765
|
-
'
|
|
1766
|
-
'
|
|
1764
|
+
'cache-control'?: string;
|
|
1765
|
+
etag?: string;
|
|
1766
|
+
'last-modified'?: string;
|
|
1767
|
+
'x-pages'?: string;
|
|
1767
1768
|
}
|
|
1768
1769
|
export type GetCorporationOrdersHistoryResponse = {
|
|
1769
1770
|
duration: number;
|
|
@@ -1788,10 +1789,10 @@ export interface GetCorporationOrdersHistoryParams {
|
|
|
1788
1789
|
page?: number;
|
|
1789
1790
|
}
|
|
1790
1791
|
export interface GetCorporationOrdersHistoryResponseHeaders {
|
|
1791
|
-
'
|
|
1792
|
-
|
|
1793
|
-
'
|
|
1794
|
-
'
|
|
1792
|
+
'cache-control'?: string;
|
|
1793
|
+
etag?: string;
|
|
1794
|
+
'last-modified'?: string;
|
|
1795
|
+
'x-pages'?: string;
|
|
1795
1796
|
}
|
|
1796
1797
|
export type GetCorporationRolesResponse = {
|
|
1797
1798
|
character_id: number;
|
|
@@ -1808,9 +1809,9 @@ export interface GetCorporationRolesParams {
|
|
|
1808
1809
|
corporation_id: number | string;
|
|
1809
1810
|
}
|
|
1810
1811
|
export interface GetCorporationRolesResponseHeaders {
|
|
1811
|
-
'
|
|
1812
|
-
|
|
1813
|
-
'
|
|
1812
|
+
'cache-control'?: string;
|
|
1813
|
+
etag?: string;
|
|
1814
|
+
'last-modified'?: string;
|
|
1814
1815
|
}
|
|
1815
1816
|
export type GetCorporationRolesHistoryResponse = {
|
|
1816
1817
|
changed_at: string;
|
|
@@ -1825,10 +1826,10 @@ export interface GetCorporationRolesHistoryParams {
|
|
|
1825
1826
|
page?: number;
|
|
1826
1827
|
}
|
|
1827
1828
|
export interface GetCorporationRolesHistoryResponseHeaders {
|
|
1828
|
-
'
|
|
1829
|
-
|
|
1830
|
-
'
|
|
1831
|
-
'
|
|
1829
|
+
'cache-control'?: string;
|
|
1830
|
+
etag?: string;
|
|
1831
|
+
'last-modified'?: string;
|
|
1832
|
+
'x-pages'?: string;
|
|
1832
1833
|
}
|
|
1833
1834
|
export type GetCorporationShareholdersResponse = {
|
|
1834
1835
|
share_count: number;
|
|
@@ -1840,10 +1841,10 @@ export interface GetCorporationShareholdersParams {
|
|
|
1840
1841
|
page?: number;
|
|
1841
1842
|
}
|
|
1842
1843
|
export interface GetCorporationShareholdersResponseHeaders {
|
|
1843
|
-
'
|
|
1844
|
-
|
|
1845
|
-
'
|
|
1846
|
-
'
|
|
1844
|
+
'cache-control'?: string;
|
|
1845
|
+
etag?: string;
|
|
1846
|
+
'last-modified'?: string;
|
|
1847
|
+
'x-pages'?: string;
|
|
1847
1848
|
}
|
|
1848
1849
|
export type GetCorporationStandingsResponse = {
|
|
1849
1850
|
from_id: number;
|
|
@@ -1855,10 +1856,10 @@ export interface GetCorporationStandingsParams {
|
|
|
1855
1856
|
page?: number;
|
|
1856
1857
|
}
|
|
1857
1858
|
export interface GetCorporationStandingsResponseHeaders {
|
|
1858
|
-
'
|
|
1859
|
-
|
|
1860
|
-
'
|
|
1861
|
-
'
|
|
1859
|
+
'cache-control'?: string;
|
|
1860
|
+
etag?: string;
|
|
1861
|
+
'last-modified'?: string;
|
|
1862
|
+
'x-pages'?: string;
|
|
1862
1863
|
}
|
|
1863
1864
|
export type GetCorporationStarbasesResponse = {
|
|
1864
1865
|
moon_id: number;
|
|
@@ -1875,10 +1876,10 @@ export interface GetCorporationStarbasesParams {
|
|
|
1875
1876
|
page?: number;
|
|
1876
1877
|
}
|
|
1877
1878
|
export interface GetCorporationStarbasesResponseHeaders {
|
|
1878
|
-
'
|
|
1879
|
-
|
|
1880
|
-
'
|
|
1881
|
-
'
|
|
1879
|
+
'cache-control'?: string;
|
|
1880
|
+
etag?: string;
|
|
1881
|
+
'last-modified'?: string;
|
|
1882
|
+
'x-pages'?: string;
|
|
1882
1883
|
}
|
|
1883
1884
|
export interface GetCorporationStarbaseResponse {
|
|
1884
1885
|
allow_alliance_members: boolean;
|
|
@@ -1902,12 +1903,12 @@ export interface GetCorporationStarbaseResponse {
|
|
|
1902
1903
|
export interface GetCorporationStarbaseParams {
|
|
1903
1904
|
corporation_id: number | string;
|
|
1904
1905
|
starbase_id: number | string;
|
|
1905
|
-
system_id
|
|
1906
|
+
system_id: number;
|
|
1906
1907
|
}
|
|
1907
1908
|
export interface GetCorporationStarbaseResponseHeaders {
|
|
1908
|
-
'
|
|
1909
|
-
|
|
1910
|
-
'
|
|
1909
|
+
'cache-control'?: string;
|
|
1910
|
+
etag?: string;
|
|
1911
|
+
'last-modified'?: string;
|
|
1911
1912
|
}
|
|
1912
1913
|
export type GetCorporationStructuresResponse = {
|
|
1913
1914
|
corporation_id: number;
|
|
@@ -1934,11 +1935,11 @@ export interface GetCorporationStructuresParams {
|
|
|
1934
1935
|
page?: number;
|
|
1935
1936
|
}
|
|
1936
1937
|
export interface GetCorporationStructuresResponseHeaders {
|
|
1937
|
-
'
|
|
1938
|
-
'
|
|
1939
|
-
|
|
1940
|
-
'
|
|
1941
|
-
'
|
|
1938
|
+
'cache-control'?: string;
|
|
1939
|
+
'content-language'?: string;
|
|
1940
|
+
etag?: string;
|
|
1941
|
+
'last-modified'?: string;
|
|
1942
|
+
'x-pages'?: string;
|
|
1942
1943
|
}
|
|
1943
1944
|
export type GetCorporationTitlesResponse = {
|
|
1944
1945
|
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 +1957,9 @@ export interface GetCorporationTitlesParams {
|
|
|
1956
1957
|
corporation_id: number | string;
|
|
1957
1958
|
}
|
|
1958
1959
|
export interface GetCorporationTitlesResponseHeaders {
|
|
1959
|
-
'
|
|
1960
|
-
|
|
1961
|
-
'
|
|
1960
|
+
'cache-control'?: string;
|
|
1961
|
+
etag?: string;
|
|
1962
|
+
'last-modified'?: string;
|
|
1962
1963
|
}
|
|
1963
1964
|
export type GetCorporationWalletsResponse = {
|
|
1964
1965
|
balance: number;
|
|
@@ -1968,9 +1969,9 @@ export interface GetCorporationWalletsParams {
|
|
|
1968
1969
|
corporation_id: number | string;
|
|
1969
1970
|
}
|
|
1970
1971
|
export interface GetCorporationWalletsResponseHeaders {
|
|
1971
|
-
'
|
|
1972
|
-
|
|
1973
|
-
'
|
|
1972
|
+
'cache-control'?: string;
|
|
1973
|
+
etag?: string;
|
|
1974
|
+
'last-modified'?: string;
|
|
1974
1975
|
}
|
|
1975
1976
|
export type GetCorporationWalletsDivisionJournalResponse = {
|
|
1976
1977
|
amount: number;
|
|
@@ -1993,10 +1994,10 @@ export interface GetCorporationWalletsDivisionJournalParams {
|
|
|
1993
1994
|
page?: number;
|
|
1994
1995
|
}
|
|
1995
1996
|
export interface GetCorporationWalletsDivisionJournalResponseHeaders {
|
|
1996
|
-
'
|
|
1997
|
-
|
|
1998
|
-
'
|
|
1999
|
-
'
|
|
1997
|
+
'cache-control'?: string;
|
|
1998
|
+
etag?: string;
|
|
1999
|
+
'last-modified'?: string;
|
|
2000
|
+
'x-pages'?: string;
|
|
2000
2001
|
}
|
|
2001
2002
|
export type GetCorporationWalletsDivisionTransactionsResponse = {
|
|
2002
2003
|
client_id: number;
|
|
@@ -2015,15 +2016,15 @@ export interface GetCorporationWalletsDivisionTransactionsParams {
|
|
|
2015
2016
|
from_id?: number;
|
|
2016
2017
|
}
|
|
2017
2018
|
export interface GetCorporationWalletsDivisionTransactionsResponseHeaders {
|
|
2018
|
-
'
|
|
2019
|
-
|
|
2020
|
-
'
|
|
2019
|
+
'cache-control'?: string;
|
|
2020
|
+
etag?: string;
|
|
2021
|
+
'last-modified'?: string;
|
|
2021
2022
|
}
|
|
2022
2023
|
export type GetDogmaAttributesResponse = number[];
|
|
2023
2024
|
export interface GetDogmaAttributesResponseHeaders {
|
|
2024
|
-
'
|
|
2025
|
-
|
|
2026
|
-
'
|
|
2025
|
+
'cache-control'?: string;
|
|
2026
|
+
etag?: string;
|
|
2027
|
+
'last-modified'?: string;
|
|
2027
2028
|
}
|
|
2028
2029
|
export interface GetDogmaAttributeResponse {
|
|
2029
2030
|
attribute_id: number;
|
|
@@ -2041,9 +2042,9 @@ export interface GetDogmaAttributeParams {
|
|
|
2041
2042
|
attribute_id: number | string;
|
|
2042
2043
|
}
|
|
2043
2044
|
export interface GetDogmaAttributeResponseHeaders {
|
|
2044
|
-
'
|
|
2045
|
-
|
|
2046
|
-
'
|
|
2045
|
+
'cache-control'?: string;
|
|
2046
|
+
etag?: string;
|
|
2047
|
+
'last-modified'?: string;
|
|
2047
2048
|
}
|
|
2048
2049
|
export interface GetDogmaDynamicTypeItemIdResponse {
|
|
2049
2050
|
created_by: number;
|
|
@@ -2063,15 +2064,15 @@ export interface GetDogmaDynamicTypeItemIdParams {
|
|
|
2063
2064
|
item_id: number | string;
|
|
2064
2065
|
}
|
|
2065
2066
|
export interface GetDogmaDynamicTypeItemIdResponseHeaders {
|
|
2066
|
-
'
|
|
2067
|
-
|
|
2068
|
-
'
|
|
2067
|
+
'cache-control'?: string;
|
|
2068
|
+
etag?: string;
|
|
2069
|
+
'last-modified'?: string;
|
|
2069
2070
|
}
|
|
2070
2071
|
export type GetDogmaEffectsResponse = number[];
|
|
2071
2072
|
export interface GetDogmaEffectsResponseHeaders {
|
|
2072
|
-
'
|
|
2073
|
-
|
|
2074
|
-
'
|
|
2073
|
+
'cache-control'?: string;
|
|
2074
|
+
etag?: string;
|
|
2075
|
+
'last-modified'?: string;
|
|
2075
2076
|
}
|
|
2076
2077
|
export interface GetDogmaEffectResponse {
|
|
2077
2078
|
description?: string;
|
|
@@ -2107,9 +2108,9 @@ export interface GetDogmaEffectParams {
|
|
|
2107
2108
|
effect_id: number | string;
|
|
2108
2109
|
}
|
|
2109
2110
|
export interface GetDogmaEffectResponseHeaders {
|
|
2110
|
-
'
|
|
2111
|
-
|
|
2112
|
-
'
|
|
2111
|
+
'cache-control'?: string;
|
|
2112
|
+
etag?: string;
|
|
2113
|
+
'last-modified'?: string;
|
|
2113
2114
|
}
|
|
2114
2115
|
export interface GetFleetResponse {
|
|
2115
2116
|
is_free_move: boolean;
|
|
@@ -2121,9 +2122,9 @@ export interface GetFleetParams {
|
|
|
2121
2122
|
fleet_id: number | string;
|
|
2122
2123
|
}
|
|
2123
2124
|
export interface GetFleetResponseHeaders {
|
|
2124
|
-
'
|
|
2125
|
-
|
|
2126
|
-
'
|
|
2125
|
+
'cache-control'?: string;
|
|
2126
|
+
etag?: string;
|
|
2127
|
+
'last-modified'?: string;
|
|
2127
2128
|
}
|
|
2128
2129
|
export interface PutFleetParams {
|
|
2129
2130
|
fleet_id: number | string;
|
|
@@ -2131,9 +2132,9 @@ export interface PutFleetParams {
|
|
|
2131
2132
|
motd?: string;
|
|
2132
2133
|
}
|
|
2133
2134
|
export interface PutFleetResponseHeaders {
|
|
2134
|
-
'
|
|
2135
|
-
|
|
2136
|
-
'
|
|
2135
|
+
'cache-control'?: string;
|
|
2136
|
+
etag?: string;
|
|
2137
|
+
'last-modified'?: string;
|
|
2137
2138
|
}
|
|
2138
2139
|
export type GetFleetMembersResponse = {
|
|
2139
2140
|
character_id: number;
|
|
@@ -2151,10 +2152,10 @@ export interface GetFleetMembersParams {
|
|
|
2151
2152
|
fleet_id: number | string;
|
|
2152
2153
|
}
|
|
2153
2154
|
export interface GetFleetMembersResponseHeaders {
|
|
2154
|
-
'
|
|
2155
|
-
'
|
|
2156
|
-
|
|
2157
|
-
'
|
|
2155
|
+
'cache-control'?: string;
|
|
2156
|
+
'content-language'?: string;
|
|
2157
|
+
etag?: string;
|
|
2158
|
+
'last-modified'?: string;
|
|
2158
2159
|
}
|
|
2159
2160
|
export interface PostFleetMembersParams {
|
|
2160
2161
|
fleet_id: number | string;
|
|
@@ -2164,18 +2165,18 @@ export interface PostFleetMembersParams {
|
|
|
2164
2165
|
wing_id?: number;
|
|
2165
2166
|
}
|
|
2166
2167
|
export interface PostFleetMembersResponseHeaders {
|
|
2167
|
-
'
|
|
2168
|
-
|
|
2169
|
-
'
|
|
2168
|
+
'cache-control'?: string;
|
|
2169
|
+
etag?: string;
|
|
2170
|
+
'last-modified'?: string;
|
|
2170
2171
|
}
|
|
2171
2172
|
export interface DeleteFleetMemberParams {
|
|
2172
2173
|
fleet_id: number | string;
|
|
2173
2174
|
member_id: number | string;
|
|
2174
2175
|
}
|
|
2175
2176
|
export interface DeleteFleetMemberResponseHeaders {
|
|
2176
|
-
'
|
|
2177
|
-
|
|
2178
|
-
'
|
|
2177
|
+
'cache-control'?: string;
|
|
2178
|
+
etag?: string;
|
|
2179
|
+
'last-modified'?: string;
|
|
2179
2180
|
}
|
|
2180
2181
|
export interface PutFleetMemberParams {
|
|
2181
2182
|
fleet_id: number | string;
|
|
@@ -2185,18 +2186,18 @@ export interface PutFleetMemberParams {
|
|
|
2185
2186
|
wing_id?: number;
|
|
2186
2187
|
}
|
|
2187
2188
|
export interface PutFleetMemberResponseHeaders {
|
|
2188
|
-
'
|
|
2189
|
-
|
|
2190
|
-
'
|
|
2189
|
+
'cache-control'?: string;
|
|
2190
|
+
etag?: string;
|
|
2191
|
+
'last-modified'?: string;
|
|
2191
2192
|
}
|
|
2192
2193
|
export interface DeleteFleetSquadParams {
|
|
2193
2194
|
fleet_id: number | string;
|
|
2194
2195
|
squad_id: number | string;
|
|
2195
2196
|
}
|
|
2196
2197
|
export interface DeleteFleetSquadResponseHeaders {
|
|
2197
|
-
'
|
|
2198
|
-
|
|
2199
|
-
'
|
|
2198
|
+
'cache-control'?: string;
|
|
2199
|
+
etag?: string;
|
|
2200
|
+
'last-modified'?: string;
|
|
2200
2201
|
}
|
|
2201
2202
|
export interface PutFleetSquadParams {
|
|
2202
2203
|
fleet_id: number | string;
|
|
@@ -2204,9 +2205,9 @@ export interface PutFleetSquadParams {
|
|
|
2204
2205
|
name: string;
|
|
2205
2206
|
}
|
|
2206
2207
|
export interface PutFleetSquadResponseHeaders {
|
|
2207
|
-
'
|
|
2208
|
-
|
|
2209
|
-
'
|
|
2208
|
+
'cache-control'?: string;
|
|
2209
|
+
etag?: string;
|
|
2210
|
+
'last-modified'?: string;
|
|
2210
2211
|
}
|
|
2211
2212
|
export type GetFleetWingsResponse = {
|
|
2212
2213
|
id: number;
|
|
@@ -2220,10 +2221,10 @@ export interface GetFleetWingsParams {
|
|
|
2220
2221
|
fleet_id: number | string;
|
|
2221
2222
|
}
|
|
2222
2223
|
export interface GetFleetWingsResponseHeaders {
|
|
2223
|
-
'
|
|
2224
|
-
'
|
|
2225
|
-
|
|
2226
|
-
'
|
|
2224
|
+
'cache-control'?: string;
|
|
2225
|
+
'content-language'?: string;
|
|
2226
|
+
etag?: string;
|
|
2227
|
+
'last-modified'?: string;
|
|
2227
2228
|
}
|
|
2228
2229
|
export interface PostFleetWingsResponse {
|
|
2229
2230
|
wing_id: number;
|
|
@@ -2232,18 +2233,18 @@ export interface PostFleetWingsParams {
|
|
|
2232
2233
|
fleet_id: number | string;
|
|
2233
2234
|
}
|
|
2234
2235
|
export interface PostFleetWingsResponseHeaders {
|
|
2235
|
-
'
|
|
2236
|
-
|
|
2237
|
-
'
|
|
2236
|
+
'cache-control'?: string;
|
|
2237
|
+
etag?: string;
|
|
2238
|
+
'last-modified'?: string;
|
|
2238
2239
|
}
|
|
2239
2240
|
export interface DeleteFleetWingParams {
|
|
2240
2241
|
fleet_id: number | string;
|
|
2241
2242
|
wing_id: number | string;
|
|
2242
2243
|
}
|
|
2243
2244
|
export interface DeleteFleetWingResponseHeaders {
|
|
2244
|
-
'
|
|
2245
|
-
|
|
2246
|
-
'
|
|
2245
|
+
'cache-control'?: string;
|
|
2246
|
+
etag?: string;
|
|
2247
|
+
'last-modified'?: string;
|
|
2247
2248
|
}
|
|
2248
2249
|
export interface PutFleetWingParams {
|
|
2249
2250
|
fleet_id: number | string;
|
|
@@ -2251,9 +2252,9 @@ export interface PutFleetWingParams {
|
|
|
2251
2252
|
name: string;
|
|
2252
2253
|
}
|
|
2253
2254
|
export interface PutFleetWingResponseHeaders {
|
|
2254
|
-
'
|
|
2255
|
-
|
|
2256
|
-
'
|
|
2255
|
+
'cache-control'?: string;
|
|
2256
|
+
etag?: string;
|
|
2257
|
+
'last-modified'?: string;
|
|
2257
2258
|
}
|
|
2258
2259
|
export interface PostFleetWingSquadsResponse {
|
|
2259
2260
|
squad_id: number;
|
|
@@ -2263,9 +2264,9 @@ export interface PostFleetWingSquadsParams {
|
|
|
2263
2264
|
wing_id: number | string;
|
|
2264
2265
|
}
|
|
2265
2266
|
export interface PostFleetWingSquadsResponseHeaders {
|
|
2266
|
-
'
|
|
2267
|
-
|
|
2268
|
-
'
|
|
2267
|
+
'cache-control'?: string;
|
|
2268
|
+
etag?: string;
|
|
2269
|
+
'last-modified'?: string;
|
|
2269
2270
|
}
|
|
2270
2271
|
export interface GetFwLeaderboardsResponse {
|
|
2271
2272
|
kills: {
|
|
@@ -2298,9 +2299,9 @@ export interface GetFwLeaderboardsResponse {
|
|
|
2298
2299
|
};
|
|
2299
2300
|
}
|
|
2300
2301
|
export interface GetFwLeaderboardsResponseHeaders {
|
|
2301
|
-
'
|
|
2302
|
-
|
|
2303
|
-
'
|
|
2302
|
+
'cache-control'?: string;
|
|
2303
|
+
etag?: string;
|
|
2304
|
+
'last-modified'?: string;
|
|
2304
2305
|
}
|
|
2305
2306
|
export interface GetFwLeaderboardsCharactersResponse {
|
|
2306
2307
|
kills: {
|
|
@@ -2333,9 +2334,9 @@ export interface GetFwLeaderboardsCharactersResponse {
|
|
|
2333
2334
|
};
|
|
2334
2335
|
}
|
|
2335
2336
|
export interface GetFwLeaderboardsCharactersResponseHeaders {
|
|
2336
|
-
'
|
|
2337
|
-
|
|
2338
|
-
'
|
|
2337
|
+
'cache-control'?: string;
|
|
2338
|
+
etag?: string;
|
|
2339
|
+
'last-modified'?: string;
|
|
2339
2340
|
}
|
|
2340
2341
|
export interface GetFwLeaderboardsCorporationsResponse {
|
|
2341
2342
|
kills: {
|
|
@@ -2368,9 +2369,9 @@ export interface GetFwLeaderboardsCorporationsResponse {
|
|
|
2368
2369
|
};
|
|
2369
2370
|
}
|
|
2370
2371
|
export interface GetFwLeaderboardsCorporationsResponseHeaders {
|
|
2371
|
-
'
|
|
2372
|
-
|
|
2373
|
-
'
|
|
2372
|
+
'cache-control'?: string;
|
|
2373
|
+
etag?: string;
|
|
2374
|
+
'last-modified'?: string;
|
|
2374
2375
|
}
|
|
2375
2376
|
export type GetFwStatsResponse = {
|
|
2376
2377
|
faction_id: number;
|
|
@@ -2388,9 +2389,9 @@ export type GetFwStatsResponse = {
|
|
|
2388
2389
|
};
|
|
2389
2390
|
}[];
|
|
2390
2391
|
export interface GetFwStatsResponseHeaders {
|
|
2391
|
-
'
|
|
2392
|
-
|
|
2393
|
-
'
|
|
2392
|
+
'cache-control'?: string;
|
|
2393
|
+
etag?: string;
|
|
2394
|
+
'last-modified'?: string;
|
|
2394
2395
|
}
|
|
2395
2396
|
export type GetFwSystemsResponse = {
|
|
2396
2397
|
contested: 'captured' | 'contested' | 'uncontested' | 'vulnerable';
|
|
@@ -2401,18 +2402,18 @@ export type GetFwSystemsResponse = {
|
|
|
2401
2402
|
victory_points_threshold: number;
|
|
2402
2403
|
}[];
|
|
2403
2404
|
export interface GetFwSystemsResponseHeaders {
|
|
2404
|
-
'
|
|
2405
|
-
|
|
2406
|
-
'
|
|
2405
|
+
'cache-control'?: string;
|
|
2406
|
+
etag?: string;
|
|
2407
|
+
'last-modified'?: string;
|
|
2407
2408
|
}
|
|
2408
2409
|
export type GetFwWarsResponse = {
|
|
2409
2410
|
against_id: number;
|
|
2410
2411
|
faction_id: number;
|
|
2411
2412
|
}[];
|
|
2412
2413
|
export interface GetFwWarsResponseHeaders {
|
|
2413
|
-
'
|
|
2414
|
-
|
|
2415
|
-
'
|
|
2414
|
+
'cache-control'?: string;
|
|
2415
|
+
etag?: string;
|
|
2416
|
+
'last-modified'?: string;
|
|
2416
2417
|
}
|
|
2417
2418
|
export type GetIncursionsResponse = {
|
|
2418
2419
|
constellation_id: number;
|
|
@@ -2425,9 +2426,9 @@ export type GetIncursionsResponse = {
|
|
|
2425
2426
|
type: string;
|
|
2426
2427
|
}[];
|
|
2427
2428
|
export interface GetIncursionsResponseHeaders {
|
|
2428
|
-
'
|
|
2429
|
-
|
|
2430
|
-
'
|
|
2429
|
+
'cache-control'?: string;
|
|
2430
|
+
etag?: string;
|
|
2431
|
+
'last-modified'?: string;
|
|
2431
2432
|
}
|
|
2432
2433
|
export type GetIndustryFacilitiesResponse = {
|
|
2433
2434
|
facility_id: number;
|
|
@@ -2438,9 +2439,9 @@ export type GetIndustryFacilitiesResponse = {
|
|
|
2438
2439
|
type_id: number;
|
|
2439
2440
|
}[];
|
|
2440
2441
|
export interface GetIndustryFacilitiesResponseHeaders {
|
|
2441
|
-
'
|
|
2442
|
-
|
|
2443
|
-
'
|
|
2442
|
+
'cache-control'?: string;
|
|
2443
|
+
etag?: string;
|
|
2444
|
+
'last-modified'?: string;
|
|
2444
2445
|
}
|
|
2445
2446
|
export type GetIndustrySystemsResponse = {
|
|
2446
2447
|
cost_indices: {
|
|
@@ -2450,9 +2451,9 @@ export type GetIndustrySystemsResponse = {
|
|
|
2450
2451
|
solar_system_id: number;
|
|
2451
2452
|
}[];
|
|
2452
2453
|
export interface GetIndustrySystemsResponseHeaders {
|
|
2453
|
-
'
|
|
2454
|
-
|
|
2455
|
-
'
|
|
2454
|
+
'cache-control'?: string;
|
|
2455
|
+
etag?: string;
|
|
2456
|
+
'last-modified'?: string;
|
|
2456
2457
|
}
|
|
2457
2458
|
export type GetInsurancePricesResponse = {
|
|
2458
2459
|
levels: {
|
|
@@ -2463,10 +2464,10 @@ export type GetInsurancePricesResponse = {
|
|
|
2463
2464
|
type_id: number;
|
|
2464
2465
|
}[];
|
|
2465
2466
|
export interface GetInsurancePricesResponseHeaders {
|
|
2466
|
-
'
|
|
2467
|
-
'
|
|
2468
|
-
|
|
2469
|
-
'
|
|
2467
|
+
'cache-control'?: string;
|
|
2468
|
+
'content-language'?: string;
|
|
2469
|
+
etag?: string;
|
|
2470
|
+
'last-modified'?: string;
|
|
2470
2471
|
}
|
|
2471
2472
|
export interface GetKillmailKillmailHashResponse {
|
|
2472
2473
|
attackers: {
|
|
@@ -2518,9 +2519,9 @@ export interface GetKillmailKillmailHashParams {
|
|
|
2518
2519
|
killmail_hash: number | string;
|
|
2519
2520
|
}
|
|
2520
2521
|
export interface GetKillmailKillmailHashResponseHeaders {
|
|
2521
|
-
'
|
|
2522
|
-
|
|
2523
|
-
'
|
|
2522
|
+
'cache-control'?: string;
|
|
2523
|
+
etag?: string;
|
|
2524
|
+
'last-modified'?: string;
|
|
2524
2525
|
}
|
|
2525
2526
|
export type GetLoyaltyCorporationOffersResponse = {
|
|
2526
2527
|
ak_cost: number;
|
|
@@ -2538,15 +2539,15 @@ export interface GetLoyaltyCorporationOffersParams {
|
|
|
2538
2539
|
corporation_id: number | string;
|
|
2539
2540
|
}
|
|
2540
2541
|
export interface GetLoyaltyCorporationOffersResponseHeaders {
|
|
2541
|
-
'
|
|
2542
|
-
|
|
2543
|
-
'
|
|
2542
|
+
'cache-control'?: string;
|
|
2543
|
+
etag?: string;
|
|
2544
|
+
'last-modified'?: string;
|
|
2544
2545
|
}
|
|
2545
2546
|
export type GetMarketsGroupsResponse = number[];
|
|
2546
2547
|
export interface GetMarketsGroupsResponseHeaders {
|
|
2547
|
-
'
|
|
2548
|
-
|
|
2549
|
-
'
|
|
2548
|
+
'cache-control'?: string;
|
|
2549
|
+
etag?: string;
|
|
2550
|
+
'last-modified'?: string;
|
|
2550
2551
|
}
|
|
2551
2552
|
export interface GetMarketsGroupsMarketGroupIdResponse {
|
|
2552
2553
|
description: string;
|
|
@@ -2559,10 +2560,10 @@ export interface GetMarketsGroupsMarketGroupIdParams {
|
|
|
2559
2560
|
market_group_id: number | string;
|
|
2560
2561
|
}
|
|
2561
2562
|
export interface GetMarketsGroupsMarketGroupIdResponseHeaders {
|
|
2562
|
-
'
|
|
2563
|
-
'
|
|
2564
|
-
|
|
2565
|
-
'
|
|
2563
|
+
'cache-control'?: string;
|
|
2564
|
+
'content-language'?: string;
|
|
2565
|
+
etag?: string;
|
|
2566
|
+
'last-modified'?: string;
|
|
2566
2567
|
}
|
|
2567
2568
|
export type GetMarketsPricesResponse = {
|
|
2568
2569
|
adjusted_price: number;
|
|
@@ -2570,9 +2571,9 @@ export type GetMarketsPricesResponse = {
|
|
|
2570
2571
|
type_id: number;
|
|
2571
2572
|
}[];
|
|
2572
2573
|
export interface GetMarketsPricesResponseHeaders {
|
|
2573
|
-
'
|
|
2574
|
-
|
|
2575
|
-
'
|
|
2574
|
+
'cache-control'?: string;
|
|
2575
|
+
etag?: string;
|
|
2576
|
+
'last-modified'?: string;
|
|
2576
2577
|
}
|
|
2577
2578
|
export type GetMarketsStructureResponse = {
|
|
2578
2579
|
duration: number;
|
|
@@ -2592,10 +2593,10 @@ export interface GetMarketsStructureParams {
|
|
|
2592
2593
|
page?: number;
|
|
2593
2594
|
}
|
|
2594
2595
|
export interface GetMarketsStructureResponseHeaders {
|
|
2595
|
-
'
|
|
2596
|
-
|
|
2597
|
-
'
|
|
2598
|
-
'
|
|
2596
|
+
'cache-control'?: string;
|
|
2597
|
+
etag?: string;
|
|
2598
|
+
'last-modified'?: string;
|
|
2599
|
+
'x-pages'?: string;
|
|
2599
2600
|
}
|
|
2600
2601
|
export type GetRegionHistoryResponse = {
|
|
2601
2602
|
average: number;
|
|
@@ -2607,12 +2608,12 @@ export type GetRegionHistoryResponse = {
|
|
|
2607
2608
|
}[];
|
|
2608
2609
|
export interface GetRegionHistoryParams {
|
|
2609
2610
|
region_id: number | string;
|
|
2610
|
-
type_id
|
|
2611
|
+
type_id: number;
|
|
2611
2612
|
}
|
|
2612
2613
|
export interface GetRegionHistoryResponseHeaders {
|
|
2613
|
-
'
|
|
2614
|
-
|
|
2615
|
-
'
|
|
2614
|
+
'cache-control'?: string;
|
|
2615
|
+
etag?: string;
|
|
2616
|
+
'last-modified'?: string;
|
|
2616
2617
|
}
|
|
2617
2618
|
export type GetRegionOrdersResponse = {
|
|
2618
2619
|
duration: number;
|
|
@@ -2630,15 +2631,15 @@ export type GetRegionOrdersResponse = {
|
|
|
2630
2631
|
}[];
|
|
2631
2632
|
export interface GetRegionOrdersParams {
|
|
2632
2633
|
region_id: number | string;
|
|
2633
|
-
order_type
|
|
2634
|
+
order_type: 'buy' | 'sell' | 'all';
|
|
2634
2635
|
page?: number;
|
|
2635
2636
|
type_id?: number;
|
|
2636
2637
|
}
|
|
2637
2638
|
export interface GetRegionOrdersResponseHeaders {
|
|
2638
|
-
'
|
|
2639
|
-
|
|
2640
|
-
'
|
|
2641
|
-
'
|
|
2639
|
+
'cache-control'?: string;
|
|
2640
|
+
etag?: string;
|
|
2641
|
+
'last-modified'?: string;
|
|
2642
|
+
'x-pages'?: string;
|
|
2642
2643
|
}
|
|
2643
2644
|
export type GetRegionTypesResponse = number[];
|
|
2644
2645
|
export interface GetRegionTypesParams {
|
|
@@ -2646,26 +2647,26 @@ export interface GetRegionTypesParams {
|
|
|
2646
2647
|
page?: number;
|
|
2647
2648
|
}
|
|
2648
2649
|
export interface GetRegionTypesResponseHeaders {
|
|
2649
|
-
'
|
|
2650
|
-
|
|
2651
|
-
'
|
|
2652
|
-
'
|
|
2650
|
+
'cache-control'?: string;
|
|
2651
|
+
etag?: string;
|
|
2652
|
+
'last-modified'?: string;
|
|
2653
|
+
'x-pages'?: string;
|
|
2653
2654
|
}
|
|
2654
2655
|
export interface GetMetaChangelogResponse {
|
|
2655
2656
|
changelog: Record<string, unknown>;
|
|
2656
2657
|
}
|
|
2657
2658
|
export interface GetMetaChangelogResponseHeaders {
|
|
2658
|
-
'
|
|
2659
|
-
|
|
2660
|
-
'
|
|
2659
|
+
'cache-control'?: string;
|
|
2660
|
+
etag?: string;
|
|
2661
|
+
'last-modified'?: string;
|
|
2661
2662
|
}
|
|
2662
2663
|
export interface GetMetaCompatibilityDatesResponse {
|
|
2663
2664
|
compatibility_dates: CompatibilityDate[];
|
|
2664
2665
|
}
|
|
2665
2666
|
export interface GetMetaCompatibilityDatesResponseHeaders {
|
|
2666
|
-
'
|
|
2667
|
-
|
|
2668
|
-
'
|
|
2667
|
+
'cache-control'?: string;
|
|
2668
|
+
etag?: string;
|
|
2669
|
+
'last-modified'?: string;
|
|
2669
2670
|
}
|
|
2670
2671
|
export type GetRouteOriginDestinationResponse = number[];
|
|
2671
2672
|
export interface GetRouteOriginDestinationParams {
|
|
@@ -2676,9 +2677,9 @@ export interface GetRouteOriginDestinationParams {
|
|
|
2676
2677
|
flag?: 'shortest' | 'secure' | 'insecure';
|
|
2677
2678
|
}
|
|
2678
2679
|
export interface GetRouteOriginDestinationResponseHeaders {
|
|
2679
|
-
'
|
|
2680
|
-
|
|
2681
|
-
'
|
|
2680
|
+
'cache-control'?: string;
|
|
2681
|
+
etag?: string;
|
|
2682
|
+
'last-modified'?: string;
|
|
2682
2683
|
}
|
|
2683
2684
|
export type GetSovereigntyCampaignsResponse = {
|
|
2684
2685
|
attackers_score: number;
|
|
@@ -2696,9 +2697,9 @@ export type GetSovereigntyCampaignsResponse = {
|
|
|
2696
2697
|
structure_id: number;
|
|
2697
2698
|
}[];
|
|
2698
2699
|
export interface GetSovereigntyCampaignsResponseHeaders {
|
|
2699
|
-
'
|
|
2700
|
-
|
|
2701
|
-
'
|
|
2700
|
+
'cache-control'?: string;
|
|
2701
|
+
etag?: string;
|
|
2702
|
+
'last-modified'?: string;
|
|
2702
2703
|
}
|
|
2703
2704
|
export type GetSovereigntyMapResponse = {
|
|
2704
2705
|
alliance_id: number;
|
|
@@ -2707,9 +2708,9 @@ export type GetSovereigntyMapResponse = {
|
|
|
2707
2708
|
system_id: number;
|
|
2708
2709
|
}[];
|
|
2709
2710
|
export interface GetSovereigntyMapResponseHeaders {
|
|
2710
|
-
'
|
|
2711
|
-
|
|
2712
|
-
'
|
|
2711
|
+
'cache-control'?: string;
|
|
2712
|
+
etag?: string;
|
|
2713
|
+
'last-modified'?: string;
|
|
2713
2714
|
}
|
|
2714
2715
|
export type GetSovereigntyStructuresResponse = {
|
|
2715
2716
|
alliance_id: number;
|
|
@@ -2721,9 +2722,9 @@ export type GetSovereigntyStructuresResponse = {
|
|
|
2721
2722
|
vulnerable_start_time: string;
|
|
2722
2723
|
}[];
|
|
2723
2724
|
export interface GetSovereigntyStructuresResponseHeaders {
|
|
2724
|
-
'
|
|
2725
|
-
|
|
2726
|
-
'
|
|
2725
|
+
'cache-control'?: string;
|
|
2726
|
+
etag?: string;
|
|
2727
|
+
'last-modified'?: string;
|
|
2727
2728
|
}
|
|
2728
2729
|
export interface GetStatusResponse {
|
|
2729
2730
|
players: number;
|
|
@@ -2732,43 +2733,43 @@ export interface GetStatusResponse {
|
|
|
2732
2733
|
vip?: boolean;
|
|
2733
2734
|
}
|
|
2734
2735
|
export interface GetStatusResponseHeaders {
|
|
2735
|
-
'
|
|
2736
|
-
|
|
2737
|
-
'
|
|
2736
|
+
'cache-control'?: string;
|
|
2737
|
+
etag?: string;
|
|
2738
|
+
'last-modified'?: string;
|
|
2738
2739
|
}
|
|
2739
2740
|
export interface PostUiAutopilotWaypointParams {
|
|
2740
|
-
add_to_beginning
|
|
2741
|
-
clear_other_waypoints
|
|
2742
|
-
destination_id
|
|
2741
|
+
add_to_beginning: boolean;
|
|
2742
|
+
clear_other_waypoints: boolean;
|
|
2743
|
+
destination_id: number;
|
|
2743
2744
|
}
|
|
2744
2745
|
export interface PostUiAutopilotWaypointResponseHeaders {
|
|
2745
|
-
'
|
|
2746
|
-
|
|
2747
|
-
'
|
|
2746
|
+
'cache-control'?: string;
|
|
2747
|
+
etag?: string;
|
|
2748
|
+
'last-modified'?: string;
|
|
2748
2749
|
}
|
|
2749
2750
|
export interface PostUiOpenwindowContractParams {
|
|
2750
|
-
contract_id
|
|
2751
|
+
contract_id: number;
|
|
2751
2752
|
}
|
|
2752
2753
|
export interface PostUiOpenwindowContractResponseHeaders {
|
|
2753
|
-
'
|
|
2754
|
-
|
|
2755
|
-
'
|
|
2754
|
+
'cache-control'?: string;
|
|
2755
|
+
etag?: string;
|
|
2756
|
+
'last-modified'?: string;
|
|
2756
2757
|
}
|
|
2757
2758
|
export interface PostUiOpenwindowInformationParams {
|
|
2758
|
-
target_id
|
|
2759
|
+
target_id: number;
|
|
2759
2760
|
}
|
|
2760
2761
|
export interface PostUiOpenwindowInformationResponseHeaders {
|
|
2761
|
-
'
|
|
2762
|
-
|
|
2763
|
-
'
|
|
2762
|
+
'cache-control'?: string;
|
|
2763
|
+
etag?: string;
|
|
2764
|
+
'last-modified'?: string;
|
|
2764
2765
|
}
|
|
2765
2766
|
export interface PostUiOpenwindowMarketdetailsParams {
|
|
2766
|
-
type_id
|
|
2767
|
+
type_id: number;
|
|
2767
2768
|
}
|
|
2768
2769
|
export interface PostUiOpenwindowMarketdetailsResponseHeaders {
|
|
2769
|
-
'
|
|
2770
|
-
|
|
2771
|
-
'
|
|
2770
|
+
'cache-control'?: string;
|
|
2771
|
+
etag?: string;
|
|
2772
|
+
'last-modified'?: string;
|
|
2772
2773
|
}
|
|
2773
2774
|
export interface PostUiOpenwindowNewmailParams {
|
|
2774
2775
|
body: string;
|
|
@@ -2778,9 +2779,9 @@ export interface PostUiOpenwindowNewmailParams {
|
|
|
2778
2779
|
to_mailing_list_id?: number;
|
|
2779
2780
|
}
|
|
2780
2781
|
export interface PostUiOpenwindowNewmailResponseHeaders {
|
|
2781
|
-
'
|
|
2782
|
-
|
|
2783
|
-
'
|
|
2782
|
+
'cache-control'?: string;
|
|
2783
|
+
etag?: string;
|
|
2784
|
+
'last-modified'?: string;
|
|
2784
2785
|
}
|
|
2785
2786
|
export type GetUniverseAncestriesResponse = {
|
|
2786
2787
|
bloodline_id: number;
|
|
@@ -2791,10 +2792,10 @@ export type GetUniverseAncestriesResponse = {
|
|
|
2791
2792
|
short_description: string;
|
|
2792
2793
|
}[];
|
|
2793
2794
|
export interface GetUniverseAncestriesResponseHeaders {
|
|
2794
|
-
'
|
|
2795
|
-
'
|
|
2796
|
-
|
|
2797
|
-
'
|
|
2795
|
+
'cache-control'?: string;
|
|
2796
|
+
'content-language'?: string;
|
|
2797
|
+
etag?: string;
|
|
2798
|
+
'last-modified'?: string;
|
|
2798
2799
|
}
|
|
2799
2800
|
export interface GetUniverseAsteroidBeltsAsteroidBeltIdResponse {
|
|
2800
2801
|
name: string;
|
|
@@ -2809,9 +2810,9 @@ export interface GetUniverseAsteroidBeltsAsteroidBeltIdParams {
|
|
|
2809
2810
|
asteroid_belt_id: number | string;
|
|
2810
2811
|
}
|
|
2811
2812
|
export interface GetUniverseAsteroidBeltsAsteroidBeltIdResponseHeaders {
|
|
2812
|
-
'
|
|
2813
|
-
|
|
2814
|
-
'
|
|
2813
|
+
'cache-control'?: string;
|
|
2814
|
+
etag?: string;
|
|
2815
|
+
'last-modified'?: string;
|
|
2815
2816
|
}
|
|
2816
2817
|
export type GetUniverseBloodlinesResponse = {
|
|
2817
2818
|
bloodline_id: number;
|
|
@@ -2827,16 +2828,16 @@ export type GetUniverseBloodlinesResponse = {
|
|
|
2827
2828
|
willpower: number;
|
|
2828
2829
|
}[];
|
|
2829
2830
|
export interface GetUniverseBloodlinesResponseHeaders {
|
|
2830
|
-
'
|
|
2831
|
-
'
|
|
2832
|
-
|
|
2833
|
-
'
|
|
2831
|
+
'cache-control'?: string;
|
|
2832
|
+
'content-language'?: string;
|
|
2833
|
+
etag?: string;
|
|
2834
|
+
'last-modified'?: string;
|
|
2834
2835
|
}
|
|
2835
2836
|
export type GetUniverseCategoriesResponse = number[];
|
|
2836
2837
|
export interface GetUniverseCategoriesResponseHeaders {
|
|
2837
|
-
'
|
|
2838
|
-
|
|
2839
|
-
'
|
|
2838
|
+
'cache-control'?: string;
|
|
2839
|
+
etag?: string;
|
|
2840
|
+
'last-modified'?: string;
|
|
2840
2841
|
}
|
|
2841
2842
|
export interface GetUniverseCategoryResponse {
|
|
2842
2843
|
category_id: number;
|
|
@@ -2848,16 +2849,16 @@ export interface GetUniverseCategoryParams {
|
|
|
2848
2849
|
category_id: number | string;
|
|
2849
2850
|
}
|
|
2850
2851
|
export interface GetUniverseCategoryResponseHeaders {
|
|
2851
|
-
'
|
|
2852
|
-
'
|
|
2853
|
-
|
|
2854
|
-
'
|
|
2852
|
+
'cache-control'?: string;
|
|
2853
|
+
'content-language'?: string;
|
|
2854
|
+
etag?: string;
|
|
2855
|
+
'last-modified'?: string;
|
|
2855
2856
|
}
|
|
2856
2857
|
export type GetUniverseConstellationsResponse = number[];
|
|
2857
2858
|
export interface GetUniverseConstellationsResponseHeaders {
|
|
2858
|
-
'
|
|
2859
|
-
|
|
2860
|
-
'
|
|
2859
|
+
'cache-control'?: string;
|
|
2860
|
+
etag?: string;
|
|
2861
|
+
'last-modified'?: string;
|
|
2861
2862
|
}
|
|
2862
2863
|
export interface GetUniverseConstellationResponse {
|
|
2863
2864
|
constellation_id: number;
|
|
@@ -2874,10 +2875,10 @@ export interface GetUniverseConstellationParams {
|
|
|
2874
2875
|
constellation_id: number | string;
|
|
2875
2876
|
}
|
|
2876
2877
|
export interface GetUniverseConstellationResponseHeaders {
|
|
2877
|
-
'
|
|
2878
|
-
'
|
|
2879
|
-
|
|
2880
|
-
'
|
|
2878
|
+
'cache-control'?: string;
|
|
2879
|
+
'content-language'?: string;
|
|
2880
|
+
etag?: string;
|
|
2881
|
+
'last-modified'?: string;
|
|
2881
2882
|
}
|
|
2882
2883
|
export type GetUniverseFactionsResponse = {
|
|
2883
2884
|
corporation_id: number;
|
|
@@ -2892,16 +2893,16 @@ export type GetUniverseFactionsResponse = {
|
|
|
2892
2893
|
station_system_count: number;
|
|
2893
2894
|
}[];
|
|
2894
2895
|
export interface GetUniverseFactionsResponseHeaders {
|
|
2895
|
-
'
|
|
2896
|
-
'
|
|
2897
|
-
|
|
2898
|
-
'
|
|
2896
|
+
'cache-control'?: string;
|
|
2897
|
+
'content-language'?: string;
|
|
2898
|
+
etag?: string;
|
|
2899
|
+
'last-modified'?: string;
|
|
2899
2900
|
}
|
|
2900
2901
|
export type GetUniverseGraphicsResponse = number[];
|
|
2901
2902
|
export interface GetUniverseGraphicsResponseHeaders {
|
|
2902
|
-
'
|
|
2903
|
-
|
|
2904
|
-
'
|
|
2903
|
+
'cache-control'?: string;
|
|
2904
|
+
etag?: string;
|
|
2905
|
+
'last-modified'?: string;
|
|
2905
2906
|
}
|
|
2906
2907
|
export interface GetUniverseGraphicResponse {
|
|
2907
2908
|
collision_file?: string;
|
|
@@ -2917,19 +2918,19 @@ export interface GetUniverseGraphicParams {
|
|
|
2917
2918
|
graphic_id: number | string;
|
|
2918
2919
|
}
|
|
2919
2920
|
export interface GetUniverseGraphicResponseHeaders {
|
|
2920
|
-
'
|
|
2921
|
-
|
|
2922
|
-
'
|
|
2921
|
+
'cache-control'?: string;
|
|
2922
|
+
etag?: string;
|
|
2923
|
+
'last-modified'?: string;
|
|
2923
2924
|
}
|
|
2924
2925
|
export type GetUniverseGroupsResponse = number[];
|
|
2925
2926
|
export interface GetUniverseGroupsParams {
|
|
2926
2927
|
page?: number;
|
|
2927
2928
|
}
|
|
2928
2929
|
export interface GetUniverseGroupsResponseHeaders {
|
|
2929
|
-
'
|
|
2930
|
-
|
|
2931
|
-
'
|
|
2932
|
-
'
|
|
2930
|
+
'cache-control'?: string;
|
|
2931
|
+
etag?: string;
|
|
2932
|
+
'last-modified'?: string;
|
|
2933
|
+
'x-pages'?: string;
|
|
2933
2934
|
}
|
|
2934
2935
|
export interface GetUniverseGroupResponse {
|
|
2935
2936
|
category_id: number;
|
|
@@ -2942,10 +2943,10 @@ export interface GetUniverseGroupParams {
|
|
|
2942
2943
|
group_id: number | string;
|
|
2943
2944
|
}
|
|
2944
2945
|
export interface GetUniverseGroupResponseHeaders {
|
|
2945
|
-
'
|
|
2946
|
-
'
|
|
2947
|
-
|
|
2948
|
-
'
|
|
2946
|
+
'cache-control'?: string;
|
|
2947
|
+
'content-language'?: string;
|
|
2948
|
+
etag?: string;
|
|
2949
|
+
'last-modified'?: string;
|
|
2949
2950
|
}
|
|
2950
2951
|
export interface PostUniverseIdsResponse {
|
|
2951
2952
|
agents?: {
|
|
@@ -2993,10 +2994,10 @@ export interface PostUniverseIdsParams {
|
|
|
2993
2994
|
body: string[];
|
|
2994
2995
|
}
|
|
2995
2996
|
export interface PostUniverseIdsResponseHeaders {
|
|
2996
|
-
'
|
|
2997
|
-
'
|
|
2998
|
-
|
|
2999
|
-
'
|
|
2997
|
+
'cache-control'?: string;
|
|
2998
|
+
'content-language'?: string;
|
|
2999
|
+
etag?: string;
|
|
3000
|
+
'last-modified'?: string;
|
|
3000
3001
|
}
|
|
3001
3002
|
export interface GetUniverseMoonResponse {
|
|
3002
3003
|
moon_id: number;
|
|
@@ -3012,9 +3013,9 @@ export interface GetUniverseMoonParams {
|
|
|
3012
3013
|
moon_id: number | string;
|
|
3013
3014
|
}
|
|
3014
3015
|
export interface GetUniverseMoonResponseHeaders {
|
|
3015
|
-
'
|
|
3016
|
-
|
|
3017
|
-
'
|
|
3016
|
+
'cache-control'?: string;
|
|
3017
|
+
etag?: string;
|
|
3018
|
+
'last-modified'?: string;
|
|
3018
3019
|
}
|
|
3019
3020
|
export type PostUniverseNamesResponse = {
|
|
3020
3021
|
category: 'alliance' | 'character' | 'constellation' | 'corporation' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'faction';
|
|
@@ -3025,9 +3026,9 @@ export interface PostUniverseNamesParams {
|
|
|
3025
3026
|
body: number[];
|
|
3026
3027
|
}
|
|
3027
3028
|
export interface PostUniverseNamesResponseHeaders {
|
|
3028
|
-
'
|
|
3029
|
-
|
|
3030
|
-
'
|
|
3029
|
+
'cache-control'?: string;
|
|
3030
|
+
etag?: string;
|
|
3031
|
+
'last-modified'?: string;
|
|
3031
3032
|
}
|
|
3032
3033
|
export interface GetUniversePlanetResponse {
|
|
3033
3034
|
name: string;
|
|
@@ -3044,9 +3045,9 @@ export interface GetUniversePlanetParams {
|
|
|
3044
3045
|
planet_id: number | string;
|
|
3045
3046
|
}
|
|
3046
3047
|
export interface GetUniversePlanetResponseHeaders {
|
|
3047
|
-
'
|
|
3048
|
-
|
|
3049
|
-
'
|
|
3048
|
+
'cache-control'?: string;
|
|
3049
|
+
etag?: string;
|
|
3050
|
+
'last-modified'?: string;
|
|
3050
3051
|
}
|
|
3051
3052
|
export type GetUniverseRacesResponse = {
|
|
3052
3053
|
alliance_id: number;
|
|
@@ -3055,16 +3056,16 @@ export type GetUniverseRacesResponse = {
|
|
|
3055
3056
|
race_id: number;
|
|
3056
3057
|
}[];
|
|
3057
3058
|
export interface GetUniverseRacesResponseHeaders {
|
|
3058
|
-
'
|
|
3059
|
-
'
|
|
3060
|
-
|
|
3061
|
-
'
|
|
3059
|
+
'cache-control'?: string;
|
|
3060
|
+
'content-language'?: string;
|
|
3061
|
+
etag?: string;
|
|
3062
|
+
'last-modified'?: string;
|
|
3062
3063
|
}
|
|
3063
3064
|
export type GetUniverseRegionsResponse = number[];
|
|
3064
3065
|
export interface GetUniverseRegionsResponseHeaders {
|
|
3065
|
-
'
|
|
3066
|
-
|
|
3067
|
-
'
|
|
3066
|
+
'cache-control'?: string;
|
|
3067
|
+
etag?: string;
|
|
3068
|
+
'last-modified'?: string;
|
|
3068
3069
|
}
|
|
3069
3070
|
export interface GetUniverseRegionResponse {
|
|
3070
3071
|
constellations: number[];
|
|
@@ -3076,10 +3077,10 @@ export interface GetUniverseRegionParams {
|
|
|
3076
3077
|
region_id: number | string;
|
|
3077
3078
|
}
|
|
3078
3079
|
export interface GetUniverseRegionResponseHeaders {
|
|
3079
|
-
'
|
|
3080
|
-
'
|
|
3081
|
-
|
|
3082
|
-
'
|
|
3080
|
+
'cache-control'?: string;
|
|
3081
|
+
'content-language'?: string;
|
|
3082
|
+
etag?: string;
|
|
3083
|
+
'last-modified'?: string;
|
|
3083
3084
|
}
|
|
3084
3085
|
export interface GetUniverseSchematicResponse {
|
|
3085
3086
|
cycle_time: number;
|
|
@@ -3089,9 +3090,9 @@ export interface GetUniverseSchematicParams {
|
|
|
3089
3090
|
schematic_id: number | string;
|
|
3090
3091
|
}
|
|
3091
3092
|
export interface GetUniverseSchematicResponseHeaders {
|
|
3092
|
-
'
|
|
3093
|
-
|
|
3094
|
-
'
|
|
3093
|
+
'cache-control'?: string;
|
|
3094
|
+
etag?: string;
|
|
3095
|
+
'last-modified'?: string;
|
|
3095
3096
|
}
|
|
3096
3097
|
export interface GetUniverseStargateResponse {
|
|
3097
3098
|
destination: {
|
|
@@ -3112,9 +3113,9 @@ export interface GetUniverseStargateParams {
|
|
|
3112
3113
|
stargate_id: number | string;
|
|
3113
3114
|
}
|
|
3114
3115
|
export interface GetUniverseStargateResponseHeaders {
|
|
3115
|
-
'
|
|
3116
|
-
|
|
3117
|
-
'
|
|
3116
|
+
'cache-control'?: string;
|
|
3117
|
+
etag?: string;
|
|
3118
|
+
'last-modified'?: string;
|
|
3118
3119
|
}
|
|
3119
3120
|
export interface GetUniverseStarResponse {
|
|
3120
3121
|
age: number;
|
|
@@ -3130,9 +3131,9 @@ export interface GetUniverseStarParams {
|
|
|
3130
3131
|
star_id: number | string;
|
|
3131
3132
|
}
|
|
3132
3133
|
export interface GetUniverseStarResponseHeaders {
|
|
3133
|
-
'
|
|
3134
|
-
|
|
3135
|
-
'
|
|
3134
|
+
'cache-control'?: string;
|
|
3135
|
+
etag?: string;
|
|
3136
|
+
'last-modified'?: string;
|
|
3136
3137
|
}
|
|
3137
3138
|
export interface GetUniverseStationResponse {
|
|
3138
3139
|
max_dockable_ship_volume: number;
|
|
@@ -3156,18 +3157,18 @@ export interface GetUniverseStationParams {
|
|
|
3156
3157
|
station_id: number | string;
|
|
3157
3158
|
}
|
|
3158
3159
|
export interface GetUniverseStationResponseHeaders {
|
|
3159
|
-
'
|
|
3160
|
-
|
|
3161
|
-
'
|
|
3160
|
+
'cache-control'?: string;
|
|
3161
|
+
etag?: string;
|
|
3162
|
+
'last-modified'?: string;
|
|
3162
3163
|
}
|
|
3163
3164
|
export type GetUniverseStructuresResponse = number[];
|
|
3164
3165
|
export interface GetUniverseStructuresParams {
|
|
3165
3166
|
filter?: 'market' | 'manufacturing_basic';
|
|
3166
3167
|
}
|
|
3167
3168
|
export interface GetUniverseStructuresResponseHeaders {
|
|
3168
|
-
'
|
|
3169
|
-
|
|
3170
|
-
'
|
|
3169
|
+
'cache-control'?: string;
|
|
3170
|
+
etag?: string;
|
|
3171
|
+
'last-modified'?: string;
|
|
3171
3172
|
}
|
|
3172
3173
|
export interface GetUniverseStructureResponse {
|
|
3173
3174
|
name: string;
|
|
@@ -3184,18 +3185,18 @@ export interface GetUniverseStructureParams {
|
|
|
3184
3185
|
structure_id: number | string;
|
|
3185
3186
|
}
|
|
3186
3187
|
export interface GetUniverseStructureResponseHeaders {
|
|
3187
|
-
'
|
|
3188
|
-
|
|
3189
|
-
'
|
|
3188
|
+
'cache-control'?: string;
|
|
3189
|
+
etag?: string;
|
|
3190
|
+
'last-modified'?: string;
|
|
3190
3191
|
}
|
|
3191
3192
|
export type GetUniverseSystemJumpsResponse = {
|
|
3192
3193
|
ship_jumps: number;
|
|
3193
3194
|
system_id: number;
|
|
3194
3195
|
}[];
|
|
3195
3196
|
export interface GetUniverseSystemJumpsResponseHeaders {
|
|
3196
|
-
'
|
|
3197
|
-
|
|
3198
|
-
'
|
|
3197
|
+
'cache-control'?: string;
|
|
3198
|
+
etag?: string;
|
|
3199
|
+
'last-modified'?: string;
|
|
3199
3200
|
}
|
|
3200
3201
|
export type GetUniverseSystemKillsResponse = {
|
|
3201
3202
|
npc_kills: number;
|
|
@@ -3204,15 +3205,15 @@ export type GetUniverseSystemKillsResponse = {
|
|
|
3204
3205
|
system_id: number;
|
|
3205
3206
|
}[];
|
|
3206
3207
|
export interface GetUniverseSystemKillsResponseHeaders {
|
|
3207
|
-
'
|
|
3208
|
-
|
|
3209
|
-
'
|
|
3208
|
+
'cache-control'?: string;
|
|
3209
|
+
etag?: string;
|
|
3210
|
+
'last-modified'?: string;
|
|
3210
3211
|
}
|
|
3211
3212
|
export type GetUniverseSystemsResponse = number[];
|
|
3212
3213
|
export interface GetUniverseSystemsResponseHeaders {
|
|
3213
|
-
'
|
|
3214
|
-
|
|
3215
|
-
'
|
|
3214
|
+
'cache-control'?: string;
|
|
3215
|
+
etag?: string;
|
|
3216
|
+
'last-modified'?: string;
|
|
3216
3217
|
}
|
|
3217
3218
|
export interface GetUniverseSystemResponse {
|
|
3218
3219
|
constellation_id: number;
|
|
@@ -3238,20 +3239,20 @@ export interface GetUniverseSystemParams {
|
|
|
3238
3239
|
system_id: number | string;
|
|
3239
3240
|
}
|
|
3240
3241
|
export interface GetUniverseSystemResponseHeaders {
|
|
3241
|
-
'
|
|
3242
|
-
'
|
|
3243
|
-
|
|
3244
|
-
'
|
|
3242
|
+
'cache-control'?: string;
|
|
3243
|
+
'content-language'?: string;
|
|
3244
|
+
etag?: string;
|
|
3245
|
+
'last-modified'?: string;
|
|
3245
3246
|
}
|
|
3246
3247
|
export type GetUniverseTypesResponse = number[];
|
|
3247
3248
|
export interface GetUniverseTypesParams {
|
|
3248
3249
|
page?: number;
|
|
3249
3250
|
}
|
|
3250
3251
|
export interface GetUniverseTypesResponseHeaders {
|
|
3251
|
-
'
|
|
3252
|
-
|
|
3253
|
-
'
|
|
3254
|
-
'
|
|
3252
|
+
'cache-control'?: string;
|
|
3253
|
+
etag?: string;
|
|
3254
|
+
'last-modified'?: string;
|
|
3255
|
+
'x-pages'?: string;
|
|
3255
3256
|
}
|
|
3256
3257
|
export interface GetUniverseTypeResponse {
|
|
3257
3258
|
capacity?: number;
|
|
@@ -3281,19 +3282,19 @@ export interface GetUniverseTypeParams {
|
|
|
3281
3282
|
type_id: number | string;
|
|
3282
3283
|
}
|
|
3283
3284
|
export interface GetUniverseTypeResponseHeaders {
|
|
3284
|
-
'
|
|
3285
|
-
'
|
|
3286
|
-
|
|
3287
|
-
'
|
|
3285
|
+
'cache-control'?: string;
|
|
3286
|
+
'content-language'?: string;
|
|
3287
|
+
etag?: string;
|
|
3288
|
+
'last-modified'?: string;
|
|
3288
3289
|
}
|
|
3289
3290
|
export type GetWarsResponse = number[];
|
|
3290
3291
|
export interface GetWarsParams {
|
|
3291
3292
|
max_war_id?: number;
|
|
3292
3293
|
}
|
|
3293
3294
|
export interface GetWarsResponseHeaders {
|
|
3294
|
-
'
|
|
3295
|
-
|
|
3296
|
-
'
|
|
3295
|
+
'cache-control'?: string;
|
|
3296
|
+
etag?: string;
|
|
3297
|
+
'last-modified'?: string;
|
|
3297
3298
|
}
|
|
3298
3299
|
export interface GetWarResponse {
|
|
3299
3300
|
aggressor: {
|
|
@@ -3324,9 +3325,9 @@ export interface GetWarParams {
|
|
|
3324
3325
|
war_id: number | string;
|
|
3325
3326
|
}
|
|
3326
3327
|
export interface GetWarResponseHeaders {
|
|
3327
|
-
'
|
|
3328
|
-
|
|
3329
|
-
'
|
|
3328
|
+
'cache-control'?: string;
|
|
3329
|
+
etag?: string;
|
|
3330
|
+
'last-modified'?: string;
|
|
3330
3331
|
}
|
|
3331
3332
|
export type GetWarKillmailsResponse = {
|
|
3332
3333
|
killmail_hash: string;
|
|
@@ -3337,8 +3338,8 @@ export interface GetWarKillmailsParams {
|
|
|
3337
3338
|
page?: number;
|
|
3338
3339
|
}
|
|
3339
3340
|
export interface GetWarKillmailsResponseHeaders {
|
|
3340
|
-
'
|
|
3341
|
-
|
|
3342
|
-
'
|
|
3343
|
-
'
|
|
3341
|
+
'cache-control'?: string;
|
|
3342
|
+
etag?: string;
|
|
3343
|
+
'last-modified'?: string;
|
|
3344
|
+
'x-pages'?: string;
|
|
3344
3345
|
}
|