bhole-client 1.0.0

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.
Files changed (59) hide show
  1. package/README.md +74 -0
  2. package/dist/gen/proto/agency/v1/agency_pb.d.ts +1423 -0
  3. package/dist/gen/proto/agency/v1/agency_pb.js +153 -0
  4. package/dist/gen/proto/agency/v1/agency_pb.js.map +1 -0
  5. package/dist/gen/proto/astronaut/v1/astronaut_pb.d.ts +479 -0
  6. package/dist/gen/proto/astronaut/v1/astronaut_pb.js +93 -0
  7. package/dist/gen/proto/astronaut/v1/astronaut_pb.js.map +1 -0
  8. package/dist/gen/proto/celestial_body/v1/celestial_body_pb.d.ts +423 -0
  9. package/dist/gen/proto/celestial_body/v1/celestial_body_pb.js +73 -0
  10. package/dist/gen/proto/celestial_body/v1/celestial_body_pb.js.map +1 -0
  11. package/dist/gen/proto/docking_event/v1/docking_event_pb.d.ts +2495 -0
  12. package/dist/gen/proto/docking_event/v1/docking_event_pb.js +323 -0
  13. package/dist/gen/proto/docking_event/v1/docking_event_pb.js.map +1 -0
  14. package/dist/gen/proto/event/v1/event_pb.d.ts +1041 -0
  15. package/dist/gen/proto/event/v1/event_pb.js +168 -0
  16. package/dist/gen/proto/event/v1/event_pb.js.map +1 -0
  17. package/dist/gen/proto/expedition/v1/expedition_pb.d.ts +817 -0
  18. package/dist/gen/proto/expedition/v1/expedition_pb.js +138 -0
  19. package/dist/gen/proto/expedition/v1/expedition_pb.js.map +1 -0
  20. package/dist/gen/proto/landing/v1/landing_pb.d.ts +3163 -0
  21. package/dist/gen/proto/landing/v1/landing_pb.js +383 -0
  22. package/dist/gen/proto/landing/v1/landing_pb.js.map +1 -0
  23. package/dist/gen/proto/launch/v1/launch_pb.d.ts +3679 -0
  24. package/dist/gen/proto/launch/v1/launch_pb.js +423 -0
  25. package/dist/gen/proto/launch/v1/launch_pb.js.map +1 -0
  26. package/dist/gen/proto/launcher/v1/launcher_pb.d.ts +371 -0
  27. package/dist/gen/proto/launcher/v1/launcher_pb.js +73 -0
  28. package/dist/gen/proto/launcher/v1/launcher_pb.js.map +1 -0
  29. package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.d.ts +995 -0
  30. package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.js +123 -0
  31. package/dist/gen/proto/launcher_configuration/v1/launcher_configuration_pb.js.map +1 -0
  32. package/dist/gen/proto/location/v1/location_pb.d.ts +557 -0
  33. package/dist/gen/proto/location/v1/location_pb.js +88 -0
  34. package/dist/gen/proto/location/v1/location_pb.js.map +1 -0
  35. package/dist/gen/proto/pad/v1/pad_pb.d.ts +601 -0
  36. package/dist/gen/proto/pad/v1/pad_pb.js +88 -0
  37. package/dist/gen/proto/pad/v1/pad_pb.js.map +1 -0
  38. package/dist/gen/proto/payload/v1/payload_pb.d.ts +697 -0
  39. package/dist/gen/proto/payload/v1/payload_pb.js +108 -0
  40. package/dist/gen/proto/payload/v1/payload_pb.js.map +1 -0
  41. package/dist/gen/proto/program/v1/program_pb.d.ts +385 -0
  42. package/dist/gen/proto/program/v1/program_pb.js +78 -0
  43. package/dist/gen/proto/program/v1/program_pb.js.map +1 -0
  44. package/dist/gen/proto/space_station/v1/space_station_pb.d.ts +2849 -0
  45. package/dist/gen/proto/space_station/v1/space_station_pb.js +348 -0
  46. package/dist/gen/proto/space_station/v1/space_station_pb.js.map +1 -0
  47. package/dist/gen/proto/spacecraft/v1/spacecraft_pb.d.ts +2261 -0
  48. package/dist/gen/proto/spacecraft/v1/spacecraft_pb.js +268 -0
  49. package/dist/gen/proto/spacecraft/v1/spacecraft_pb.js.map +1 -0
  50. package/dist/gen/proto/spacewalk/v1/spacewalk_pb.d.ts +3059 -0
  51. package/dist/gen/proto/spacewalk/v1/spacewalk_pb.js +373 -0
  52. package/dist/gen/proto/spacewalk/v1/spacewalk_pb.js.map +1 -0
  53. package/dist/gen/proto/update/v1/update_pb.d.ts +145 -0
  54. package/dist/gen/proto/update/v1/update_pb.js +38 -0
  55. package/dist/gen/proto/update/v1/update_pb.js.map +1 -0
  56. package/dist/index.d.ts +22 -0
  57. package/dist/index.js +24 -0
  58. package/dist/index.js.map +1 -0
  59. package/package.json +31 -0
@@ -0,0 +1,1041 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file proto/event/v1/event.proto.
5
+ */
6
+ export declare const file_proto_event_v1_event: GenFile;
7
+ /**
8
+ * @generated from message event.v1.AgencyMini
9
+ */
10
+ export type AgencyMini = Message<"event.v1.AgencyMini"> & {
11
+ /**
12
+ * @generated from field: string abbrev = 1;
13
+ */
14
+ abbrev: string;
15
+ /**
16
+ * @generated from field: int32 id = 2;
17
+ */
18
+ id: number;
19
+ /**
20
+ * @generated from field: string name = 3;
21
+ */
22
+ name: string;
23
+ /**
24
+ * @generated from field: string response_mode = 4;
25
+ */
26
+ responseMode: string;
27
+ /**
28
+ * @generated from field: event.v1.AgencyType type = 5;
29
+ */
30
+ type?: AgencyType | undefined;
31
+ /**
32
+ * @generated from field: string url = 6;
33
+ */
34
+ url: string;
35
+ };
36
+ /**
37
+ * Describes the message event.v1.AgencyMini.
38
+ * Use `create(AgencyMiniSchema)` to create a new message.
39
+ */
40
+ export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
41
+ /**
42
+ * @generated from message event.v1.AgencyType
43
+ */
44
+ export type AgencyType = Message<"event.v1.AgencyType"> & {
45
+ /**
46
+ * @generated from field: int32 id = 1;
47
+ */
48
+ id: number;
49
+ /**
50
+ * @generated from field: string name = 2;
51
+ */
52
+ name: string;
53
+ };
54
+ /**
55
+ * Describes the message event.v1.AgencyType.
56
+ * Use `create(AgencyTypeSchema)` to create a new message.
57
+ */
58
+ export declare const AgencyTypeSchema: GenMessage<AgencyType>;
59
+ /**
60
+ * @generated from message event.v1.AstronautNormal
61
+ */
62
+ export type AstronautNormal = Message<"event.v1.AstronautNormal"> & {
63
+ /**
64
+ * @generated from field: event.v1.AgencyMini agency = 1;
65
+ */
66
+ agency?: AgencyMini | undefined;
67
+ /**
68
+ * @generated from field: int32 id = 2;
69
+ */
70
+ id: number;
71
+ /**
72
+ * @generated from field: event.v1.Image image = 3;
73
+ */
74
+ image?: Image | undefined;
75
+ /**
76
+ * @generated from field: string name = 4;
77
+ */
78
+ name: string;
79
+ /**
80
+ * @generated from field: event.v1.AstronautStatus status = 5;
81
+ */
82
+ status?: AstronautStatus | undefined;
83
+ /**
84
+ * @generated from field: string url = 6;
85
+ */
86
+ url: string;
87
+ };
88
+ /**
89
+ * Describes the message event.v1.AstronautNormal.
90
+ * Use `create(AstronautNormalSchema)` to create a new message.
91
+ */
92
+ export declare const AstronautNormalSchema: GenMessage<AstronautNormal>;
93
+ /**
94
+ * @generated from message event.v1.AstronautStatus
95
+ */
96
+ export type AstronautStatus = Message<"event.v1.AstronautStatus"> & {
97
+ /**
98
+ * @generated from field: int32 id = 1;
99
+ */
100
+ id: number;
101
+ /**
102
+ * @generated from field: string name = 2;
103
+ */
104
+ name: string;
105
+ };
106
+ /**
107
+ * Describes the message event.v1.AstronautStatus.
108
+ * Use `create(AstronautStatusSchema)` to create a new message.
109
+ */
110
+ export declare const AstronautStatusSchema: GenMessage<AstronautStatus>;
111
+ /**
112
+ * @generated from message event.v1.Event
113
+ */
114
+ export type Event = Message<"event.v1.Event"> & {
115
+ /**
116
+ * @generated from field: repeated event.v1.AgencyMini agencies = 1;
117
+ */
118
+ agencies: AgencyMini[];
119
+ /**
120
+ * @generated from field: repeated event.v1.AstronautNormal astronauts = 2;
121
+ */
122
+ astronauts: AstronautNormal[];
123
+ /**
124
+ * @generated from field: string date = 3;
125
+ */
126
+ date: string;
127
+ /**
128
+ * @generated from field: event.v1.NetPrecision date_precision = 4;
129
+ */
130
+ datePrecision?: NetPrecision | undefined;
131
+ /**
132
+ * @generated from field: string description = 5;
133
+ */
134
+ description: string;
135
+ /**
136
+ * @generated from field: optional string duration = 6;
137
+ */
138
+ duration?: string | undefined;
139
+ /**
140
+ * @generated from field: repeated event.v1.ExpeditionNormal expeditions = 7;
141
+ */
142
+ expeditions: ExpeditionNormal[];
143
+ /**
144
+ * @generated from field: int32 id = 8;
145
+ */
146
+ id: number;
147
+ /**
148
+ * @generated from field: event.v1.Image image = 9;
149
+ */
150
+ image?: Image | undefined;
151
+ /**
152
+ * @generated from field: repeated event.v1.InfoURL info_urls = 10;
153
+ */
154
+ infoUrls: InfoURL[];
155
+ /**
156
+ * @generated from field: string last_updated = 11;
157
+ */
158
+ lastUpdated: string;
159
+ /**
160
+ * @generated from field: repeated event.v1.LaunchBasic launches = 12;
161
+ */
162
+ launches: LaunchBasic[];
163
+ /**
164
+ * @generated from field: optional string location = 13;
165
+ */
166
+ location?: string | undefined;
167
+ /**
168
+ * @generated from field: string name = 14;
169
+ */
170
+ name: string;
171
+ /**
172
+ * @generated from field: repeated event.v1.ProgramNormal program = 15;
173
+ */
174
+ program: ProgramNormal[];
175
+ /**
176
+ * @generated from field: string response_mode = 16;
177
+ */
178
+ responseMode: string;
179
+ /**
180
+ * @generated from field: string slug = 17;
181
+ */
182
+ slug: string;
183
+ /**
184
+ * @generated from field: repeated event.v1.SpaceStationNormal spacestations = 18;
185
+ */
186
+ spacestations: SpaceStationNormal[];
187
+ /**
188
+ * @generated from field: event.v1.EventType type = 19;
189
+ */
190
+ type?: EventType | undefined;
191
+ /**
192
+ * @generated from field: repeated event.v1.Update updates = 20;
193
+ */
194
+ updates: Update[];
195
+ /**
196
+ * @generated from field: string url = 21;
197
+ */
198
+ url: string;
199
+ /**
200
+ * @generated from field: repeated event.v1.VidURL vid_urls = 22;
201
+ */
202
+ vidUrls: VidURL[];
203
+ /**
204
+ * @generated from field: bool webcast_live = 23;
205
+ */
206
+ webcastLive: boolean;
207
+ };
208
+ /**
209
+ * Describes the message event.v1.Event.
210
+ * Use `create(EventSchema)` to create a new message.
211
+ */
212
+ export declare const EventSchema: GenMessage<Event>;
213
+ /**
214
+ * @generated from message event.v1.EventType
215
+ */
216
+ export type EventType = Message<"event.v1.EventType"> & {
217
+ /**
218
+ * @generated from field: int32 id = 1;
219
+ */
220
+ id: number;
221
+ /**
222
+ * @generated from field: string name = 2;
223
+ */
224
+ name: string;
225
+ };
226
+ /**
227
+ * Describes the message event.v1.EventType.
228
+ * Use `create(EventTypeSchema)` to create a new message.
229
+ */
230
+ export declare const EventTypeSchema: GenMessage<EventType>;
231
+ /**
232
+ * @generated from message event.v1.ExpeditionNormal
233
+ */
234
+ export type ExpeditionNormal = Message<"event.v1.ExpeditionNormal"> & {
235
+ /**
236
+ * @generated from field: optional string end = 1;
237
+ */
238
+ end?: string | undefined;
239
+ /**
240
+ * @generated from field: int32 id = 2;
241
+ */
242
+ id: number;
243
+ /**
244
+ * @generated from field: repeated event.v1.MissionPatch mission_patches = 3;
245
+ */
246
+ missionPatches: MissionPatch[];
247
+ /**
248
+ * @generated from field: string name = 4;
249
+ */
250
+ name: string;
251
+ /**
252
+ * @generated from field: string response_mode = 5;
253
+ */
254
+ responseMode: string;
255
+ /**
256
+ * @generated from field: event.v1.SpaceStationNormal spacestation = 6;
257
+ */
258
+ spacestation?: SpaceStationNormal | undefined;
259
+ /**
260
+ * @generated from field: repeated event.v1.SpacewalkList spacewalks = 7;
261
+ */
262
+ spacewalks: SpacewalkList[];
263
+ /**
264
+ * @generated from field: string start = 8;
265
+ */
266
+ start: string;
267
+ /**
268
+ * @generated from field: string url = 9;
269
+ */
270
+ url: string;
271
+ };
272
+ /**
273
+ * Describes the message event.v1.ExpeditionNormal.
274
+ * Use `create(ExpeditionNormalSchema)` to create a new message.
275
+ */
276
+ export declare const ExpeditionNormalSchema: GenMessage<ExpeditionNormal>;
277
+ /**
278
+ * @generated from message event.v1.Image
279
+ */
280
+ export type Image = Message<"event.v1.Image"> & {
281
+ /**
282
+ * @generated from field: optional string credit = 1;
283
+ */
284
+ credit?: string | undefined;
285
+ /**
286
+ * @generated from field: int32 id = 2;
287
+ */
288
+ id: number;
289
+ /**
290
+ * @generated from field: string image_url = 3;
291
+ */
292
+ imageUrl: string;
293
+ /**
294
+ * @generated from field: event.v1.ImageLicense license = 4;
295
+ */
296
+ license?: ImageLicense | undefined;
297
+ /**
298
+ * @generated from field: string name = 5;
299
+ */
300
+ name: string;
301
+ /**
302
+ * @generated from field: bool single_use = 6;
303
+ */
304
+ singleUse: boolean;
305
+ /**
306
+ * @generated from field: string thumbnail_url = 7;
307
+ */
308
+ thumbnailUrl: string;
309
+ /**
310
+ * @generated from field: repeated event.v1.ImageVariant variants = 8;
311
+ */
312
+ variants: ImageVariant[];
313
+ };
314
+ /**
315
+ * Describes the message event.v1.Image.
316
+ * Use `create(ImageSchema)` to create a new message.
317
+ */
318
+ export declare const ImageSchema: GenMessage<Image>;
319
+ /**
320
+ * @generated from message event.v1.ImageLicense
321
+ */
322
+ export type ImageLicense = Message<"event.v1.ImageLicense"> & {
323
+ /**
324
+ * @generated from field: int32 id = 1;
325
+ */
326
+ id: number;
327
+ /**
328
+ * @generated from field: optional string link = 2;
329
+ */
330
+ link?: string | undefined;
331
+ /**
332
+ * @generated from field: string name = 3;
333
+ */
334
+ name: string;
335
+ /**
336
+ * @generated from field: int32 priority = 4;
337
+ */
338
+ priority: number;
339
+ };
340
+ /**
341
+ * Describes the message event.v1.ImageLicense.
342
+ * Use `create(ImageLicenseSchema)` to create a new message.
343
+ */
344
+ export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
345
+ /**
346
+ * @generated from message event.v1.ImageVariant
347
+ */
348
+ export type ImageVariant = Message<"event.v1.ImageVariant"> & {
349
+ /**
350
+ * @generated from field: int32 id = 1;
351
+ */
352
+ id: number;
353
+ /**
354
+ * @generated from field: string image_url = 2;
355
+ */
356
+ imageUrl: string;
357
+ /**
358
+ * @generated from field: event.v1.ImageVariantType type = 3;
359
+ */
360
+ type?: ImageVariantType | undefined;
361
+ };
362
+ /**
363
+ * Describes the message event.v1.ImageVariant.
364
+ * Use `create(ImageVariantSchema)` to create a new message.
365
+ */
366
+ export declare const ImageVariantSchema: GenMessage<ImageVariant>;
367
+ /**
368
+ * @generated from message event.v1.ImageVariantType
369
+ */
370
+ export type ImageVariantType = Message<"event.v1.ImageVariantType"> & {
371
+ /**
372
+ * @generated from field: int32 id = 1;
373
+ */
374
+ id: number;
375
+ /**
376
+ * @generated from field: string name = 2;
377
+ */
378
+ name: string;
379
+ };
380
+ /**
381
+ * Describes the message event.v1.ImageVariantType.
382
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
383
+ */
384
+ export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
385
+ /**
386
+ * @generated from message event.v1.InfoURL
387
+ */
388
+ export type InfoURL = Message<"event.v1.InfoURL"> & {
389
+ /**
390
+ * @generated from field: optional string description = 1;
391
+ */
392
+ description?: string | undefined;
393
+ /**
394
+ * @generated from field: optional string feature_image = 2;
395
+ */
396
+ featureImage?: string | undefined;
397
+ /**
398
+ * @generated from field: event.v1.Language language = 3;
399
+ */
400
+ language?: Language | undefined;
401
+ /**
402
+ * @generated from field: int32 priority = 4;
403
+ */
404
+ priority: number;
405
+ /**
406
+ * @generated from field: optional string source = 5;
407
+ */
408
+ source?: string | undefined;
409
+ /**
410
+ * @generated from field: optional string title = 6;
411
+ */
412
+ title?: string | undefined;
413
+ /**
414
+ * @generated from field: event.v1.InfoURLType type = 7;
415
+ */
416
+ type?: InfoURLType | undefined;
417
+ /**
418
+ * @generated from field: string url = 8;
419
+ */
420
+ url: string;
421
+ };
422
+ /**
423
+ * Describes the message event.v1.InfoURL.
424
+ * Use `create(InfoURLSchema)` to create a new message.
425
+ */
426
+ export declare const InfoURLSchema: GenMessage<InfoURL>;
427
+ /**
428
+ * @generated from message event.v1.InfoURLType
429
+ */
430
+ export type InfoURLType = Message<"event.v1.InfoURLType"> & {
431
+ /**
432
+ * @generated from field: int32 id = 1;
433
+ */
434
+ id: number;
435
+ /**
436
+ * @generated from field: string name = 2;
437
+ */
438
+ name: string;
439
+ };
440
+ /**
441
+ * Describes the message event.v1.InfoURLType.
442
+ * Use `create(InfoURLTypeSchema)` to create a new message.
443
+ */
444
+ export declare const InfoURLTypeSchema: GenMessage<InfoURLType>;
445
+ /**
446
+ * @generated from message event.v1.Language
447
+ */
448
+ export type Language = Message<"event.v1.Language"> & {
449
+ /**
450
+ * @generated from field: string code = 1;
451
+ */
452
+ code: string;
453
+ /**
454
+ * @generated from field: int32 id = 2;
455
+ */
456
+ id: number;
457
+ /**
458
+ * @generated from field: string name = 3;
459
+ */
460
+ name: string;
461
+ };
462
+ /**
463
+ * Describes the message event.v1.Language.
464
+ * Use `create(LanguageSchema)` to create a new message.
465
+ */
466
+ export declare const LanguageSchema: GenMessage<Language>;
467
+ /**
468
+ * @generated from message event.v1.LaunchBasic
469
+ */
470
+ export type LaunchBasic = Message<"event.v1.LaunchBasic"> & {
471
+ /**
472
+ * @generated from field: string id = 1;
473
+ */
474
+ id: string;
475
+ /**
476
+ * @generated from field: event.v1.Image image = 2;
477
+ */
478
+ image?: Image | undefined;
479
+ /**
480
+ * @generated from field: optional string infographic = 3;
481
+ */
482
+ infographic?: string | undefined;
483
+ /**
484
+ * @generated from field: string last_updated = 4;
485
+ */
486
+ lastUpdated: string;
487
+ /**
488
+ * @generated from field: optional string launch_designator = 5;
489
+ */
490
+ launchDesignator?: string | undefined;
491
+ /**
492
+ * @generated from field: string name = 6;
493
+ */
494
+ name: string;
495
+ /**
496
+ * @generated from field: string net = 7;
497
+ */
498
+ net: string;
499
+ /**
500
+ * @generated from field: event.v1.NetPrecision net_precision = 8;
501
+ */
502
+ netPrecision?: NetPrecision | undefined;
503
+ /**
504
+ * @generated from field: string response_mode = 9;
505
+ */
506
+ responseMode: string;
507
+ /**
508
+ * @generated from field: string slug = 10;
509
+ */
510
+ slug: string;
511
+ /**
512
+ * @generated from field: event.v1.LaunchStatus status = 11;
513
+ */
514
+ status?: LaunchStatus | undefined;
515
+ /**
516
+ * @generated from field: string url = 12;
517
+ */
518
+ url: string;
519
+ /**
520
+ * @generated from field: string window_end = 13;
521
+ */
522
+ windowEnd: string;
523
+ /**
524
+ * @generated from field: string window_start = 14;
525
+ */
526
+ windowStart: string;
527
+ };
528
+ /**
529
+ * Describes the message event.v1.LaunchBasic.
530
+ * Use `create(LaunchBasicSchema)` to create a new message.
531
+ */
532
+ export declare const LaunchBasicSchema: GenMessage<LaunchBasic>;
533
+ /**
534
+ * @generated from message event.v1.LaunchStatus
535
+ */
536
+ export type LaunchStatus = Message<"event.v1.LaunchStatus"> & {
537
+ /**
538
+ * @generated from field: string abbrev = 1;
539
+ */
540
+ abbrev: string;
541
+ /**
542
+ * @generated from field: string description = 2;
543
+ */
544
+ description: string;
545
+ /**
546
+ * @generated from field: int32 id = 3;
547
+ */
548
+ id: number;
549
+ /**
550
+ * @generated from field: string name = 4;
551
+ */
552
+ name: string;
553
+ };
554
+ /**
555
+ * Describes the message event.v1.LaunchStatus.
556
+ * Use `create(LaunchStatusSchema)` to create a new message.
557
+ */
558
+ export declare const LaunchStatusSchema: GenMessage<LaunchStatus>;
559
+ /**
560
+ * @generated from message event.v1.MissionPatch
561
+ */
562
+ export type MissionPatch = Message<"event.v1.MissionPatch"> & {
563
+ /**
564
+ * @generated from field: event.v1.AgencyMini agency = 1;
565
+ */
566
+ agency?: AgencyMini | undefined;
567
+ /**
568
+ * @generated from field: int32 id = 2;
569
+ */
570
+ id: number;
571
+ /**
572
+ * @generated from field: string image_url = 3;
573
+ */
574
+ imageUrl: string;
575
+ /**
576
+ * @generated from field: string name = 4;
577
+ */
578
+ name: string;
579
+ /**
580
+ * @generated from field: int32 priority = 5;
581
+ */
582
+ priority: number;
583
+ /**
584
+ * @generated from field: string response_mode = 6;
585
+ */
586
+ responseMode: string;
587
+ };
588
+ /**
589
+ * Describes the message event.v1.MissionPatch.
590
+ * Use `create(MissionPatchSchema)` to create a new message.
591
+ */
592
+ export declare const MissionPatchSchema: GenMessage<MissionPatch>;
593
+ /**
594
+ * @generated from message event.v1.NetPrecision
595
+ */
596
+ export type NetPrecision = Message<"event.v1.NetPrecision"> & {
597
+ /**
598
+ * @generated from field: string abbrev = 1;
599
+ */
600
+ abbrev: string;
601
+ /**
602
+ * @generated from field: string description = 2;
603
+ */
604
+ description: string;
605
+ /**
606
+ * @generated from field: int32 id = 3;
607
+ */
608
+ id: number;
609
+ /**
610
+ * @generated from field: string name = 4;
611
+ */
612
+ name: string;
613
+ };
614
+ /**
615
+ * Describes the message event.v1.NetPrecision.
616
+ * Use `create(NetPrecisionSchema)` to create a new message.
617
+ */
618
+ export declare const NetPrecisionSchema: GenMessage<NetPrecision>;
619
+ /**
620
+ * @generated from message event.v1.ProgramNormal
621
+ */
622
+ export type ProgramNormal = Message<"event.v1.ProgramNormal"> & {
623
+ /**
624
+ * @generated from field: repeated event.v1.AgencyMini agencies = 1;
625
+ */
626
+ agencies: AgencyMini[];
627
+ /**
628
+ * @generated from field: optional string description = 2;
629
+ */
630
+ description?: string | undefined;
631
+ /**
632
+ * @generated from field: optional string end_date = 3;
633
+ */
634
+ endDate?: string | undefined;
635
+ /**
636
+ * @generated from field: int32 id = 4;
637
+ */
638
+ id: number;
639
+ /**
640
+ * @generated from field: event.v1.Image image = 5;
641
+ */
642
+ image?: Image | undefined;
643
+ /**
644
+ * @generated from field: optional string info_url = 6;
645
+ */
646
+ infoUrl?: string | undefined;
647
+ /**
648
+ * @generated from field: repeated event.v1.MissionPatch mission_patches = 7;
649
+ */
650
+ missionPatches: MissionPatch[];
651
+ /**
652
+ * @generated from field: string name = 8;
653
+ */
654
+ name: string;
655
+ /**
656
+ * @generated from field: string response_mode = 9;
657
+ */
658
+ responseMode: string;
659
+ /**
660
+ * @generated from field: optional string start_date = 10;
661
+ */
662
+ startDate?: string | undefined;
663
+ /**
664
+ * @generated from field: event.v1.ProgramType type = 11;
665
+ */
666
+ type?: ProgramType | undefined;
667
+ /**
668
+ * @generated from field: string url = 12;
669
+ */
670
+ url: string;
671
+ /**
672
+ * @generated from field: optional string wiki_url = 13;
673
+ */
674
+ wikiUrl?: string | undefined;
675
+ };
676
+ /**
677
+ * Describes the message event.v1.ProgramNormal.
678
+ * Use `create(ProgramNormalSchema)` to create a new message.
679
+ */
680
+ export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
681
+ /**
682
+ * @generated from message event.v1.ProgramType
683
+ */
684
+ export type ProgramType = Message<"event.v1.ProgramType"> & {
685
+ /**
686
+ * @generated from field: int32 id = 1;
687
+ */
688
+ id: number;
689
+ /**
690
+ * @generated from field: string name = 2;
691
+ */
692
+ name: string;
693
+ };
694
+ /**
695
+ * Describes the message event.v1.ProgramType.
696
+ * Use `create(ProgramTypeSchema)` to create a new message.
697
+ */
698
+ export declare const ProgramTypeSchema: GenMessage<ProgramType>;
699
+ /**
700
+ * @generated from message event.v1.SpaceStationNormal
701
+ */
702
+ export type SpaceStationNormal = Message<"event.v1.SpaceStationNormal"> & {
703
+ /**
704
+ * @generated from field: optional string deorbited = 1;
705
+ */
706
+ deorbited?: string | undefined;
707
+ /**
708
+ * @generated from field: string description = 2;
709
+ */
710
+ description: string;
711
+ /**
712
+ * @generated from field: string founded = 3;
713
+ */
714
+ founded: string;
715
+ /**
716
+ * @generated from field: int32 id = 4;
717
+ */
718
+ id: number;
719
+ /**
720
+ * @generated from field: event.v1.Image image = 5;
721
+ */
722
+ image?: Image | undefined;
723
+ /**
724
+ * @generated from field: string name = 6;
725
+ */
726
+ name: string;
727
+ /**
728
+ * @generated from field: optional string orbit = 7;
729
+ */
730
+ orbit?: string | undefined;
731
+ /**
732
+ * @generated from field: event.v1.SpaceStationStatus status = 8;
733
+ */
734
+ status?: SpaceStationStatus | undefined;
735
+ /**
736
+ * @generated from field: event.v1.SpaceStationType type = 9;
737
+ */
738
+ type?: SpaceStationType | undefined;
739
+ /**
740
+ * @generated from field: string url = 10;
741
+ */
742
+ url: string;
743
+ };
744
+ /**
745
+ * Describes the message event.v1.SpaceStationNormal.
746
+ * Use `create(SpaceStationNormalSchema)` to create a new message.
747
+ */
748
+ export declare const SpaceStationNormalSchema: GenMessage<SpaceStationNormal>;
749
+ /**
750
+ * @generated from message event.v1.SpaceStationStatus
751
+ */
752
+ export type SpaceStationStatus = Message<"event.v1.SpaceStationStatus"> & {
753
+ /**
754
+ * @generated from field: int32 id = 1;
755
+ */
756
+ id: number;
757
+ /**
758
+ * @generated from field: string name = 2;
759
+ */
760
+ name: string;
761
+ };
762
+ /**
763
+ * Describes the message event.v1.SpaceStationStatus.
764
+ * Use `create(SpaceStationStatusSchema)` to create a new message.
765
+ */
766
+ export declare const SpaceStationStatusSchema: GenMessage<SpaceStationStatus>;
767
+ /**
768
+ * @generated from message event.v1.SpaceStationType
769
+ */
770
+ export type SpaceStationType = Message<"event.v1.SpaceStationType"> & {
771
+ /**
772
+ * @generated from field: int32 id = 1;
773
+ */
774
+ id: number;
775
+ /**
776
+ * @generated from field: string name = 2;
777
+ */
778
+ name: string;
779
+ };
780
+ /**
781
+ * Describes the message event.v1.SpaceStationType.
782
+ * Use `create(SpaceStationTypeSchema)` to create a new message.
783
+ */
784
+ export declare const SpaceStationTypeSchema: GenMessage<SpaceStationType>;
785
+ /**
786
+ * @generated from message event.v1.SpacewalkList
787
+ */
788
+ export type SpacewalkList = Message<"event.v1.SpacewalkList"> & {
789
+ /**
790
+ * @generated from field: optional string duration = 1;
791
+ */
792
+ duration?: string | undefined;
793
+ /**
794
+ * @generated from field: optional string end = 2;
795
+ */
796
+ end?: string | undefined;
797
+ /**
798
+ * @generated from field: int32 id = 3;
799
+ */
800
+ id: number;
801
+ /**
802
+ * @generated from field: optional string location = 4;
803
+ */
804
+ location?: string | undefined;
805
+ /**
806
+ * @generated from field: string name = 5;
807
+ */
808
+ name: string;
809
+ /**
810
+ * @generated from field: string response_mode = 6;
811
+ */
812
+ responseMode: string;
813
+ /**
814
+ * @generated from field: optional string start = 7;
815
+ */
816
+ start?: string | undefined;
817
+ /**
818
+ * @generated from field: string url = 8;
819
+ */
820
+ url: string;
821
+ };
822
+ /**
823
+ * Describes the message event.v1.SpacewalkList.
824
+ * Use `create(SpacewalkListSchema)` to create a new message.
825
+ */
826
+ export declare const SpacewalkListSchema: GenMessage<SpacewalkList>;
827
+ /**
828
+ * @generated from message event.v1.Update
829
+ */
830
+ export type Update = Message<"event.v1.Update"> & {
831
+ /**
832
+ * @generated from field: optional string comment = 1;
833
+ */
834
+ comment?: string | undefined;
835
+ /**
836
+ * @generated from field: optional string created_by = 2;
837
+ */
838
+ createdBy?: string | undefined;
839
+ /**
840
+ * @generated from field: string created_on = 3;
841
+ */
842
+ createdOn: string;
843
+ /**
844
+ * @generated from field: int32 id = 4;
845
+ */
846
+ id: number;
847
+ /**
848
+ * @generated from field: optional string info_url = 5;
849
+ */
850
+ infoUrl?: string | undefined;
851
+ /**
852
+ * @generated from field: optional string profile_image = 6;
853
+ */
854
+ profileImage?: string | undefined;
855
+ };
856
+ /**
857
+ * Describes the message event.v1.Update.
858
+ * Use `create(UpdateSchema)` to create a new message.
859
+ */
860
+ export declare const UpdateSchema: GenMessage<Update>;
861
+ /**
862
+ * @generated from message event.v1.VidURL
863
+ */
864
+ export type VidURL = Message<"event.v1.VidURL"> & {
865
+ /**
866
+ * @generated from field: optional string description = 1;
867
+ */
868
+ description?: string | undefined;
869
+ /**
870
+ * @generated from field: optional string end_time = 2;
871
+ */
872
+ endTime?: string | undefined;
873
+ /**
874
+ * @generated from field: optional string feature_image = 3;
875
+ */
876
+ featureImage?: string | undefined;
877
+ /**
878
+ * @generated from field: event.v1.Language language = 4;
879
+ */
880
+ language?: Language | undefined;
881
+ /**
882
+ * @generated from field: bool live = 5;
883
+ */
884
+ live: boolean;
885
+ /**
886
+ * @generated from field: int32 priority = 6;
887
+ */
888
+ priority: number;
889
+ /**
890
+ * @generated from field: optional string publisher = 7;
891
+ */
892
+ publisher?: string | undefined;
893
+ /**
894
+ * @generated from field: optional string source = 8;
895
+ */
896
+ source?: string | undefined;
897
+ /**
898
+ * @generated from field: optional string start_time = 9;
899
+ */
900
+ startTime?: string | undefined;
901
+ /**
902
+ * @generated from field: optional string title = 10;
903
+ */
904
+ title?: string | undefined;
905
+ /**
906
+ * @generated from field: event.v1.VidURLType type = 11;
907
+ */
908
+ type?: VidURLType | undefined;
909
+ /**
910
+ * @generated from field: string url = 12;
911
+ */
912
+ url: string;
913
+ };
914
+ /**
915
+ * Describes the message event.v1.VidURL.
916
+ * Use `create(VidURLSchema)` to create a new message.
917
+ */
918
+ export declare const VidURLSchema: GenMessage<VidURL>;
919
+ /**
920
+ * @generated from message event.v1.VidURLType
921
+ */
922
+ export type VidURLType = Message<"event.v1.VidURLType"> & {
923
+ /**
924
+ * @generated from field: int32 id = 1;
925
+ */
926
+ id: number;
927
+ /**
928
+ * @generated from field: string name = 2;
929
+ */
930
+ name: string;
931
+ };
932
+ /**
933
+ * Describes the message event.v1.VidURLType.
934
+ * Use `create(VidURLTypeSchema)` to create a new message.
935
+ */
936
+ export declare const VidURLTypeSchema: GenMessage<VidURLType>;
937
+ /**
938
+ * @generated from message event.v1.ListEventsRequest
939
+ */
940
+ export type ListEventsRequest = Message<"event.v1.ListEventsRequest"> & {
941
+ /**
942
+ * @generated from field: int32 limit = 1;
943
+ */
944
+ limit: number;
945
+ /**
946
+ * @generated from field: int32 offset = 2;
947
+ */
948
+ offset: number;
949
+ /**
950
+ * @generated from field: string search = 3;
951
+ */
952
+ search: string;
953
+ /**
954
+ * @generated from field: string mode = 4;
955
+ */
956
+ mode: string;
957
+ };
958
+ /**
959
+ * Describes the message event.v1.ListEventsRequest.
960
+ * Use `create(ListEventsRequestSchema)` to create a new message.
961
+ */
962
+ export declare const ListEventsRequestSchema: GenMessage<ListEventsRequest>;
963
+ /**
964
+ * @generated from message event.v1.ListEventsResponse
965
+ */
966
+ export type ListEventsResponse = Message<"event.v1.ListEventsResponse"> & {
967
+ /**
968
+ * @generated from field: int32 count = 1;
969
+ */
970
+ count: number;
971
+ /**
972
+ * @generated from field: string next = 2;
973
+ */
974
+ next: string;
975
+ /**
976
+ * @generated from field: string previous = 3;
977
+ */
978
+ previous: string;
979
+ /**
980
+ * @generated from field: repeated event.v1.Event results = 4;
981
+ */
982
+ results: Event[];
983
+ };
984
+ /**
985
+ * Describes the message event.v1.ListEventsResponse.
986
+ * Use `create(ListEventsResponseSchema)` to create a new message.
987
+ */
988
+ export declare const ListEventsResponseSchema: GenMessage<ListEventsResponse>;
989
+ /**
990
+ * @generated from message event.v1.GetEventRequest
991
+ */
992
+ export type GetEventRequest = Message<"event.v1.GetEventRequest"> & {
993
+ /**
994
+ * @generated from field: int32 id = 1;
995
+ */
996
+ id: number;
997
+ /**
998
+ * @generated from field: string mode = 2;
999
+ */
1000
+ mode: string;
1001
+ };
1002
+ /**
1003
+ * Describes the message event.v1.GetEventRequest.
1004
+ * Use `create(GetEventRequestSchema)` to create a new message.
1005
+ */
1006
+ export declare const GetEventRequestSchema: GenMessage<GetEventRequest>;
1007
+ /**
1008
+ * @generated from message event.v1.GetEventResponse
1009
+ */
1010
+ export type GetEventResponse = Message<"event.v1.GetEventResponse"> & {
1011
+ /**
1012
+ * @generated from field: event.v1.Event event = 1;
1013
+ */
1014
+ event?: Event | undefined;
1015
+ };
1016
+ /**
1017
+ * Describes the message event.v1.GetEventResponse.
1018
+ * Use `create(GetEventResponseSchema)` to create a new message.
1019
+ */
1020
+ export declare const GetEventResponseSchema: GenMessage<GetEventResponse>;
1021
+ /**
1022
+ * @generated from service event.v1.EventService
1023
+ */
1024
+ export declare const EventService: GenService<{
1025
+ /**
1026
+ * @generated from rpc event.v1.EventService.ListEvents
1027
+ */
1028
+ listEvents: {
1029
+ methodKind: "unary";
1030
+ input: typeof ListEventsRequestSchema;
1031
+ output: typeof ListEventsResponseSchema;
1032
+ };
1033
+ /**
1034
+ * @generated from rpc event.v1.EventService.GetEvent
1035
+ */
1036
+ getEvent: {
1037
+ methodKind: "unary";
1038
+ input: typeof GetEventRequestSchema;
1039
+ output: typeof GetEventResponseSchema;
1040
+ };
1041
+ }>;