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,817 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file proto/expedition/v1/expedition.proto.
5
+ */
6
+ export declare const file_proto_expedition_v1_expedition: GenFile;
7
+ /**
8
+ * @generated from message expedition.v1.AgencyMini
9
+ */
10
+ export type AgencyMini = Message<"expedition.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: expedition.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 expedition.v1.AgencyMini.
38
+ * Use `create(AgencyMiniSchema)` to create a new message.
39
+ */
40
+ export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
41
+ /**
42
+ * @generated from message expedition.v1.AgencyNormal
43
+ */
44
+ export type AgencyNormal = Message<"expedition.v1.AgencyNormal"> & {
45
+ /**
46
+ * @generated from field: string abbrev = 1;
47
+ */
48
+ abbrev: string;
49
+ /**
50
+ * @generated from field: optional string administrator = 2;
51
+ */
52
+ administrator?: string | undefined;
53
+ /**
54
+ * @generated from field: repeated expedition.v1.Country country = 3;
55
+ */
56
+ country: Country[];
57
+ /**
58
+ * @generated from field: optional string description = 4;
59
+ */
60
+ description?: string | undefined;
61
+ /**
62
+ * @generated from field: bool featured = 5;
63
+ */
64
+ featured: boolean;
65
+ /**
66
+ * @generated from field: optional int32 founding_year = 6;
67
+ */
68
+ foundingYear?: number | undefined;
69
+ /**
70
+ * @generated from field: int32 id = 7;
71
+ */
72
+ id: number;
73
+ /**
74
+ * @generated from field: expedition.v1.Image image = 8;
75
+ */
76
+ image?: Image | undefined;
77
+ /**
78
+ * @generated from field: string launchers = 9;
79
+ */
80
+ launchers: string;
81
+ /**
82
+ * @generated from field: expedition.v1.Image logo = 10;
83
+ */
84
+ logo?: Image | undefined;
85
+ /**
86
+ * @generated from field: string name = 11;
87
+ */
88
+ name: string;
89
+ /**
90
+ * @generated from field: optional string parent = 12;
91
+ */
92
+ parent?: string | undefined;
93
+ /**
94
+ * @generated from field: string response_mode = 13;
95
+ */
96
+ responseMode: string;
97
+ /**
98
+ * @generated from field: expedition.v1.Image social_logo = 14;
99
+ */
100
+ socialLogo?: Image | undefined;
101
+ /**
102
+ * @generated from field: string spacecraft = 15;
103
+ */
104
+ spacecraft: string;
105
+ /**
106
+ * @generated from field: expedition.v1.AgencyType type = 16;
107
+ */
108
+ type?: AgencyType | undefined;
109
+ /**
110
+ * @generated from field: string url = 17;
111
+ */
112
+ url: string;
113
+ };
114
+ /**
115
+ * Describes the message expedition.v1.AgencyNormal.
116
+ * Use `create(AgencyNormalSchema)` to create a new message.
117
+ */
118
+ export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
119
+ /**
120
+ * @generated from message expedition.v1.AgencyType
121
+ */
122
+ export type AgencyType = Message<"expedition.v1.AgencyType"> & {
123
+ /**
124
+ * @generated from field: int32 id = 1;
125
+ */
126
+ id: number;
127
+ /**
128
+ * @generated from field: string name = 2;
129
+ */
130
+ name: string;
131
+ };
132
+ /**
133
+ * Describes the message expedition.v1.AgencyType.
134
+ * Use `create(AgencyTypeSchema)` to create a new message.
135
+ */
136
+ export declare const AgencyTypeSchema: GenMessage<AgencyType>;
137
+ /**
138
+ * @generated from message expedition.v1.AstronautDetailed
139
+ */
140
+ export type AstronautDetailed = Message<"expedition.v1.AstronautDetailed"> & {
141
+ /**
142
+ * @generated from field: optional int32 age = 1;
143
+ */
144
+ age?: number | undefined;
145
+ /**
146
+ * @generated from field: expedition.v1.AgencyMini agency = 2;
147
+ */
148
+ agency?: AgencyMini | undefined;
149
+ /**
150
+ * @generated from field: string bio = 3;
151
+ */
152
+ bio: string;
153
+ /**
154
+ * @generated from field: optional string date_of_birth = 4;
155
+ */
156
+ dateOfBirth?: string | undefined;
157
+ /**
158
+ * @generated from field: optional string date_of_death = 5;
159
+ */
160
+ dateOfDeath?: string | undefined;
161
+ /**
162
+ * @generated from field: string eva_time = 6;
163
+ */
164
+ evaTime: string;
165
+ /**
166
+ * @generated from field: optional string first_flight = 7;
167
+ */
168
+ firstFlight?: string | undefined;
169
+ /**
170
+ * @generated from field: int32 id = 8;
171
+ */
172
+ id: number;
173
+ /**
174
+ * @generated from field: expedition.v1.Image image = 9;
175
+ */
176
+ image?: Image | undefined;
177
+ /**
178
+ * @generated from field: bool in_space = 10;
179
+ */
180
+ inSpace: boolean;
181
+ /**
182
+ * @generated from field: optional string last_flight = 11;
183
+ */
184
+ lastFlight?: string | undefined;
185
+ /**
186
+ * @generated from field: string name = 12;
187
+ */
188
+ name: string;
189
+ /**
190
+ * @generated from field: repeated expedition.v1.Country nationality = 13;
191
+ */
192
+ nationality: Country[];
193
+ /**
194
+ * @generated from field: string response_mode = 14;
195
+ */
196
+ responseMode: string;
197
+ /**
198
+ * @generated from field: repeated expedition.v1.SocialMediaLink social_media_links = 15;
199
+ */
200
+ socialMediaLinks: SocialMediaLink[];
201
+ /**
202
+ * @generated from field: expedition.v1.AstronautStatus status = 16;
203
+ */
204
+ status?: AstronautStatus | undefined;
205
+ /**
206
+ * @generated from field: optional string time_in_space = 17;
207
+ */
208
+ timeInSpace?: string | undefined;
209
+ /**
210
+ * @generated from field: expedition.v1.AstronautType type = 18;
211
+ */
212
+ type?: AstronautType | undefined;
213
+ /**
214
+ * @generated from field: string url = 19;
215
+ */
216
+ url: string;
217
+ /**
218
+ * @generated from field: optional string wiki = 20;
219
+ */
220
+ wiki?: string | undefined;
221
+ };
222
+ /**
223
+ * Describes the message expedition.v1.AstronautDetailed.
224
+ * Use `create(AstronautDetailedSchema)` to create a new message.
225
+ */
226
+ export declare const AstronautDetailedSchema: GenMessage<AstronautDetailed>;
227
+ /**
228
+ * @generated from message expedition.v1.AstronautFlight
229
+ */
230
+ export type AstronautFlight = Message<"expedition.v1.AstronautFlight"> & {
231
+ /**
232
+ * @generated from field: expedition.v1.AstronautDetailed astronaut = 1;
233
+ */
234
+ astronaut?: AstronautDetailed | undefined;
235
+ /**
236
+ * @generated from field: int32 id = 2;
237
+ */
238
+ id: number;
239
+ /**
240
+ * @generated from field: expedition.v1.AstronautRole role = 3;
241
+ */
242
+ role?: AstronautRole | undefined;
243
+ };
244
+ /**
245
+ * Describes the message expedition.v1.AstronautFlight.
246
+ * Use `create(AstronautFlightSchema)` to create a new message.
247
+ */
248
+ export declare const AstronautFlightSchema: GenMessage<AstronautFlight>;
249
+ /**
250
+ * @generated from message expedition.v1.AstronautRole
251
+ */
252
+ export type AstronautRole = Message<"expedition.v1.AstronautRole"> & {
253
+ /**
254
+ * @generated from field: int32 id = 1;
255
+ */
256
+ id: number;
257
+ /**
258
+ * @generated from field: int32 priority = 2;
259
+ */
260
+ priority: number;
261
+ /**
262
+ * @generated from field: string role = 3;
263
+ */
264
+ role: string;
265
+ };
266
+ /**
267
+ * Describes the message expedition.v1.AstronautRole.
268
+ * Use `create(AstronautRoleSchema)` to create a new message.
269
+ */
270
+ export declare const AstronautRoleSchema: GenMessage<AstronautRole>;
271
+ /**
272
+ * @generated from message expedition.v1.AstronautStatus
273
+ */
274
+ export type AstronautStatus = Message<"expedition.v1.AstronautStatus"> & {
275
+ /**
276
+ * @generated from field: int32 id = 1;
277
+ */
278
+ id: number;
279
+ /**
280
+ * @generated from field: string name = 2;
281
+ */
282
+ name: string;
283
+ };
284
+ /**
285
+ * Describes the message expedition.v1.AstronautStatus.
286
+ * Use `create(AstronautStatusSchema)` to create a new message.
287
+ */
288
+ export declare const AstronautStatusSchema: GenMessage<AstronautStatus>;
289
+ /**
290
+ * @generated from message expedition.v1.AstronautType
291
+ */
292
+ export type AstronautType = Message<"expedition.v1.AstronautType"> & {
293
+ /**
294
+ * @generated from field: int32 id = 1;
295
+ */
296
+ id: number;
297
+ /**
298
+ * @generated from field: string name = 2;
299
+ */
300
+ name: string;
301
+ };
302
+ /**
303
+ * Describes the message expedition.v1.AstronautType.
304
+ * Use `create(AstronautTypeSchema)` to create a new message.
305
+ */
306
+ export declare const AstronautTypeSchema: GenMessage<AstronautType>;
307
+ /**
308
+ * @generated from message expedition.v1.Country
309
+ */
310
+ export type Country = Message<"expedition.v1.Country"> & {
311
+ /**
312
+ * @generated from field: string alpha_2_code = 1;
313
+ */
314
+ alpha2Code: string;
315
+ /**
316
+ * @generated from field: string alpha_3_code = 2;
317
+ */
318
+ alpha3Code: string;
319
+ /**
320
+ * @generated from field: int32 id = 3;
321
+ */
322
+ id: number;
323
+ /**
324
+ * @generated from field: string name = 4;
325
+ */
326
+ name: string;
327
+ /**
328
+ * @generated from field: string nationality_name = 5;
329
+ */
330
+ nationalityName: string;
331
+ /**
332
+ * @generated from field: string nationality_name_composed = 6;
333
+ */
334
+ nationalityNameComposed: string;
335
+ };
336
+ /**
337
+ * Describes the message expedition.v1.Country.
338
+ * Use `create(CountrySchema)` to create a new message.
339
+ */
340
+ export declare const CountrySchema: GenMessage<Country>;
341
+ /**
342
+ * @generated from message expedition.v1.Expedition
343
+ */
344
+ export type Expedition = Message<"expedition.v1.Expedition"> & {
345
+ /**
346
+ * @generated from field: repeated expedition.v1.AstronautFlight crew = 1;
347
+ */
348
+ crew: AstronautFlight[];
349
+ /**
350
+ * @generated from field: optional string end = 2;
351
+ */
352
+ end?: string | undefined;
353
+ /**
354
+ * @generated from field: int32 id = 3;
355
+ */
356
+ id: number;
357
+ /**
358
+ * @generated from field: repeated expedition.v1.MissionPatch mission_patches = 4;
359
+ */
360
+ missionPatches: MissionPatch[];
361
+ /**
362
+ * @generated from field: string name = 5;
363
+ */
364
+ name: string;
365
+ /**
366
+ * @generated from field: string response_mode = 6;
367
+ */
368
+ responseMode: string;
369
+ /**
370
+ * @generated from field: expedition.v1.SpaceStationDetailed spacestation = 7;
371
+ */
372
+ spacestation?: SpaceStationDetailed | undefined;
373
+ /**
374
+ * @generated from field: repeated expedition.v1.SpacewalkList spacewalks = 8;
375
+ */
376
+ spacewalks: SpacewalkList[];
377
+ /**
378
+ * @generated from field: string start = 9;
379
+ */
380
+ start: string;
381
+ /**
382
+ * @generated from field: string url = 10;
383
+ */
384
+ url: string;
385
+ };
386
+ /**
387
+ * Describes the message expedition.v1.Expedition.
388
+ * Use `create(ExpeditionSchema)` to create a new message.
389
+ */
390
+ export declare const ExpeditionSchema: GenMessage<Expedition>;
391
+ /**
392
+ * @generated from message expedition.v1.Image
393
+ */
394
+ export type Image = Message<"expedition.v1.Image"> & {
395
+ /**
396
+ * @generated from field: optional string credit = 1;
397
+ */
398
+ credit?: string | undefined;
399
+ /**
400
+ * @generated from field: int32 id = 2;
401
+ */
402
+ id: number;
403
+ /**
404
+ * @generated from field: string image_url = 3;
405
+ */
406
+ imageUrl: string;
407
+ /**
408
+ * @generated from field: expedition.v1.ImageLicense license = 4;
409
+ */
410
+ license?: ImageLicense | undefined;
411
+ /**
412
+ * @generated from field: string name = 5;
413
+ */
414
+ name: string;
415
+ /**
416
+ * @generated from field: bool single_use = 6;
417
+ */
418
+ singleUse: boolean;
419
+ /**
420
+ * @generated from field: string thumbnail_url = 7;
421
+ */
422
+ thumbnailUrl: string;
423
+ /**
424
+ * @generated from field: repeated expedition.v1.ImageVariant variants = 8;
425
+ */
426
+ variants: ImageVariant[];
427
+ };
428
+ /**
429
+ * Describes the message expedition.v1.Image.
430
+ * Use `create(ImageSchema)` to create a new message.
431
+ */
432
+ export declare const ImageSchema: GenMessage<Image>;
433
+ /**
434
+ * @generated from message expedition.v1.ImageLicense
435
+ */
436
+ export type ImageLicense = Message<"expedition.v1.ImageLicense"> & {
437
+ /**
438
+ * @generated from field: int32 id = 1;
439
+ */
440
+ id: number;
441
+ /**
442
+ * @generated from field: optional string link = 2;
443
+ */
444
+ link?: string | undefined;
445
+ /**
446
+ * @generated from field: string name = 3;
447
+ */
448
+ name: string;
449
+ /**
450
+ * @generated from field: int32 priority = 4;
451
+ */
452
+ priority: number;
453
+ };
454
+ /**
455
+ * Describes the message expedition.v1.ImageLicense.
456
+ * Use `create(ImageLicenseSchema)` to create a new message.
457
+ */
458
+ export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
459
+ /**
460
+ * @generated from message expedition.v1.ImageVariant
461
+ */
462
+ export type ImageVariant = Message<"expedition.v1.ImageVariant"> & {
463
+ /**
464
+ * @generated from field: int32 id = 1;
465
+ */
466
+ id: number;
467
+ /**
468
+ * @generated from field: string image_url = 2;
469
+ */
470
+ imageUrl: string;
471
+ /**
472
+ * @generated from field: expedition.v1.ImageVariantType type = 3;
473
+ */
474
+ type?: ImageVariantType | undefined;
475
+ };
476
+ /**
477
+ * Describes the message expedition.v1.ImageVariant.
478
+ * Use `create(ImageVariantSchema)` to create a new message.
479
+ */
480
+ export declare const ImageVariantSchema: GenMessage<ImageVariant>;
481
+ /**
482
+ * @generated from message expedition.v1.ImageVariantType
483
+ */
484
+ export type ImageVariantType = Message<"expedition.v1.ImageVariantType"> & {
485
+ /**
486
+ * @generated from field: int32 id = 1;
487
+ */
488
+ id: number;
489
+ /**
490
+ * @generated from field: string name = 2;
491
+ */
492
+ name: string;
493
+ };
494
+ /**
495
+ * Describes the message expedition.v1.ImageVariantType.
496
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
497
+ */
498
+ export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
499
+ /**
500
+ * @generated from message expedition.v1.MissionPatch
501
+ */
502
+ export type MissionPatch = Message<"expedition.v1.MissionPatch"> & {
503
+ /**
504
+ * @generated from field: expedition.v1.AgencyMini agency = 1;
505
+ */
506
+ agency?: AgencyMini | undefined;
507
+ /**
508
+ * @generated from field: int32 id = 2;
509
+ */
510
+ id: number;
511
+ /**
512
+ * @generated from field: string image_url = 3;
513
+ */
514
+ imageUrl: string;
515
+ /**
516
+ * @generated from field: string name = 4;
517
+ */
518
+ name: string;
519
+ /**
520
+ * @generated from field: int32 priority = 5;
521
+ */
522
+ priority: number;
523
+ /**
524
+ * @generated from field: string response_mode = 6;
525
+ */
526
+ responseMode: string;
527
+ };
528
+ /**
529
+ * Describes the message expedition.v1.MissionPatch.
530
+ * Use `create(MissionPatchSchema)` to create a new message.
531
+ */
532
+ export declare const MissionPatchSchema: GenMessage<MissionPatch>;
533
+ /**
534
+ * @generated from message expedition.v1.SocialMedia
535
+ */
536
+ export type SocialMedia = Message<"expedition.v1.SocialMedia"> & {
537
+ /**
538
+ * @generated from field: int32 id = 1;
539
+ */
540
+ id: number;
541
+ /**
542
+ * @generated from field: expedition.v1.Image logo = 2;
543
+ */
544
+ logo?: Image | undefined;
545
+ /**
546
+ * @generated from field: string name = 3;
547
+ */
548
+ name: string;
549
+ /**
550
+ * @generated from field: optional string url = 4;
551
+ */
552
+ url?: string | undefined;
553
+ };
554
+ /**
555
+ * Describes the message expedition.v1.SocialMedia.
556
+ * Use `create(SocialMediaSchema)` to create a new message.
557
+ */
558
+ export declare const SocialMediaSchema: GenMessage<SocialMedia>;
559
+ /**
560
+ * @generated from message expedition.v1.SocialMediaLink
561
+ */
562
+ export type SocialMediaLink = Message<"expedition.v1.SocialMediaLink"> & {
563
+ /**
564
+ * @generated from field: int32 id = 1;
565
+ */
566
+ id: number;
567
+ /**
568
+ * @generated from field: expedition.v1.SocialMedia social_media = 2;
569
+ */
570
+ socialMedia?: SocialMedia | undefined;
571
+ /**
572
+ * @generated from field: optional string url = 3;
573
+ */
574
+ url?: string | undefined;
575
+ };
576
+ /**
577
+ * Describes the message expedition.v1.SocialMediaLink.
578
+ * Use `create(SocialMediaLinkSchema)` to create a new message.
579
+ */
580
+ export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
581
+ /**
582
+ * @generated from message expedition.v1.SpaceStationDetailed
583
+ */
584
+ export type SpaceStationDetailed = Message<"expedition.v1.SpaceStationDetailed"> & {
585
+ /**
586
+ * @generated from field: optional string deorbited = 1;
587
+ */
588
+ deorbited?: string | undefined;
589
+ /**
590
+ * @generated from field: string description = 2;
591
+ */
592
+ description: string;
593
+ /**
594
+ * @generated from field: string founded = 3;
595
+ */
596
+ founded: string;
597
+ /**
598
+ * @generated from field: int32 id = 4;
599
+ */
600
+ id: number;
601
+ /**
602
+ * @generated from field: expedition.v1.Image image = 5;
603
+ */
604
+ image?: Image | undefined;
605
+ /**
606
+ * @generated from field: string name = 6;
607
+ */
608
+ name: string;
609
+ /**
610
+ * @generated from field: optional string orbit = 7;
611
+ */
612
+ orbit?: string | undefined;
613
+ /**
614
+ * @generated from field: repeated expedition.v1.AgencyNormal owners = 8;
615
+ */
616
+ owners: AgencyNormal[];
617
+ /**
618
+ * @generated from field: expedition.v1.SpaceStationStatus status = 9;
619
+ */
620
+ status?: SpaceStationStatus | undefined;
621
+ /**
622
+ * @generated from field: expedition.v1.SpaceStationType type = 10;
623
+ */
624
+ type?: SpaceStationType | undefined;
625
+ /**
626
+ * @generated from field: string url = 11;
627
+ */
628
+ url: string;
629
+ };
630
+ /**
631
+ * Describes the message expedition.v1.SpaceStationDetailed.
632
+ * Use `create(SpaceStationDetailedSchema)` to create a new message.
633
+ */
634
+ export declare const SpaceStationDetailedSchema: GenMessage<SpaceStationDetailed>;
635
+ /**
636
+ * @generated from message expedition.v1.SpaceStationStatus
637
+ */
638
+ export type SpaceStationStatus = Message<"expedition.v1.SpaceStationStatus"> & {
639
+ /**
640
+ * @generated from field: int32 id = 1;
641
+ */
642
+ id: number;
643
+ /**
644
+ * @generated from field: string name = 2;
645
+ */
646
+ name: string;
647
+ };
648
+ /**
649
+ * Describes the message expedition.v1.SpaceStationStatus.
650
+ * Use `create(SpaceStationStatusSchema)` to create a new message.
651
+ */
652
+ export declare const SpaceStationStatusSchema: GenMessage<SpaceStationStatus>;
653
+ /**
654
+ * @generated from message expedition.v1.SpaceStationType
655
+ */
656
+ export type SpaceStationType = Message<"expedition.v1.SpaceStationType"> & {
657
+ /**
658
+ * @generated from field: int32 id = 1;
659
+ */
660
+ id: number;
661
+ /**
662
+ * @generated from field: string name = 2;
663
+ */
664
+ name: string;
665
+ };
666
+ /**
667
+ * Describes the message expedition.v1.SpaceStationType.
668
+ * Use `create(SpaceStationTypeSchema)` to create a new message.
669
+ */
670
+ export declare const SpaceStationTypeSchema: GenMessage<SpaceStationType>;
671
+ /**
672
+ * @generated from message expedition.v1.SpacewalkList
673
+ */
674
+ export type SpacewalkList = Message<"expedition.v1.SpacewalkList"> & {
675
+ /**
676
+ * @generated from field: optional string duration = 1;
677
+ */
678
+ duration?: string | undefined;
679
+ /**
680
+ * @generated from field: optional string end = 2;
681
+ */
682
+ end?: string | undefined;
683
+ /**
684
+ * @generated from field: int32 id = 3;
685
+ */
686
+ id: number;
687
+ /**
688
+ * @generated from field: optional string location = 4;
689
+ */
690
+ location?: string | undefined;
691
+ /**
692
+ * @generated from field: string name = 5;
693
+ */
694
+ name: string;
695
+ /**
696
+ * @generated from field: string response_mode = 6;
697
+ */
698
+ responseMode: string;
699
+ /**
700
+ * @generated from field: optional string start = 7;
701
+ */
702
+ start?: string | undefined;
703
+ /**
704
+ * @generated from field: string url = 8;
705
+ */
706
+ url: string;
707
+ };
708
+ /**
709
+ * Describes the message expedition.v1.SpacewalkList.
710
+ * Use `create(SpacewalkListSchema)` to create a new message.
711
+ */
712
+ export declare const SpacewalkListSchema: GenMessage<SpacewalkList>;
713
+ /**
714
+ * @generated from message expedition.v1.ListExpeditionsRequest
715
+ */
716
+ export type ListExpeditionsRequest = Message<"expedition.v1.ListExpeditionsRequest"> & {
717
+ /**
718
+ * @generated from field: int32 limit = 1;
719
+ */
720
+ limit: number;
721
+ /**
722
+ * @generated from field: int32 offset = 2;
723
+ */
724
+ offset: number;
725
+ /**
726
+ * @generated from field: string search = 3;
727
+ */
728
+ search: string;
729
+ /**
730
+ * @generated from field: string mode = 4;
731
+ */
732
+ mode: string;
733
+ };
734
+ /**
735
+ * Describes the message expedition.v1.ListExpeditionsRequest.
736
+ * Use `create(ListExpeditionsRequestSchema)` to create a new message.
737
+ */
738
+ export declare const ListExpeditionsRequestSchema: GenMessage<ListExpeditionsRequest>;
739
+ /**
740
+ * @generated from message expedition.v1.ListExpeditionsResponse
741
+ */
742
+ export type ListExpeditionsResponse = Message<"expedition.v1.ListExpeditionsResponse"> & {
743
+ /**
744
+ * @generated from field: int32 count = 1;
745
+ */
746
+ count: number;
747
+ /**
748
+ * @generated from field: string next = 2;
749
+ */
750
+ next: string;
751
+ /**
752
+ * @generated from field: string previous = 3;
753
+ */
754
+ previous: string;
755
+ /**
756
+ * @generated from field: repeated expedition.v1.Expedition results = 4;
757
+ */
758
+ results: Expedition[];
759
+ };
760
+ /**
761
+ * Describes the message expedition.v1.ListExpeditionsResponse.
762
+ * Use `create(ListExpeditionsResponseSchema)` to create a new message.
763
+ */
764
+ export declare const ListExpeditionsResponseSchema: GenMessage<ListExpeditionsResponse>;
765
+ /**
766
+ * @generated from message expedition.v1.GetExpeditionRequest
767
+ */
768
+ export type GetExpeditionRequest = Message<"expedition.v1.GetExpeditionRequest"> & {
769
+ /**
770
+ * @generated from field: int32 id = 1;
771
+ */
772
+ id: number;
773
+ /**
774
+ * @generated from field: string mode = 2;
775
+ */
776
+ mode: string;
777
+ };
778
+ /**
779
+ * Describes the message expedition.v1.GetExpeditionRequest.
780
+ * Use `create(GetExpeditionRequestSchema)` to create a new message.
781
+ */
782
+ export declare const GetExpeditionRequestSchema: GenMessage<GetExpeditionRequest>;
783
+ /**
784
+ * @generated from message expedition.v1.GetExpeditionResponse
785
+ */
786
+ export type GetExpeditionResponse = Message<"expedition.v1.GetExpeditionResponse"> & {
787
+ /**
788
+ * @generated from field: expedition.v1.Expedition expedition = 1;
789
+ */
790
+ expedition?: Expedition | undefined;
791
+ };
792
+ /**
793
+ * Describes the message expedition.v1.GetExpeditionResponse.
794
+ * Use `create(GetExpeditionResponseSchema)` to create a new message.
795
+ */
796
+ export declare const GetExpeditionResponseSchema: GenMessage<GetExpeditionResponse>;
797
+ /**
798
+ * @generated from service expedition.v1.ExpeditionService
799
+ */
800
+ export declare const ExpeditionService: GenService<{
801
+ /**
802
+ * @generated from rpc expedition.v1.ExpeditionService.ListExpeditions
803
+ */
804
+ listExpeditions: {
805
+ methodKind: "unary";
806
+ input: typeof ListExpeditionsRequestSchema;
807
+ output: typeof ListExpeditionsResponseSchema;
808
+ };
809
+ /**
810
+ * @generated from rpc expedition.v1.ExpeditionService.GetExpedition
811
+ */
812
+ getExpedition: {
813
+ methodKind: "unary";
814
+ input: typeof GetExpeditionRequestSchema;
815
+ output: typeof GetExpeditionResponseSchema;
816
+ };
817
+ }>;