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,995 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file proto/launcher_configuration/v1/launcher_configuration.proto.
5
+ */
6
+ export declare const file_proto_launcher_configuration_v1_launcher_configuration: GenFile;
7
+ /**
8
+ * @generated from message launcher_configuration.v1.AgencyDetailed
9
+ */
10
+ export type AgencyDetailed = Message<"launcher_configuration.v1.AgencyDetailed"> & {
11
+ /**
12
+ * @generated from field: string abbrev = 1;
13
+ */
14
+ abbrev: string;
15
+ /**
16
+ * @generated from field: optional string administrator = 2;
17
+ */
18
+ administrator?: string | undefined;
19
+ /**
20
+ * @generated from field: optional int32 attempted_landings = 3;
21
+ */
22
+ attemptedLandings?: number | undefined;
23
+ /**
24
+ * @generated from field: optional int32 attempted_landings_payload = 4;
25
+ */
26
+ attemptedLandingsPayload?: number | undefined;
27
+ /**
28
+ * @generated from field: optional int32 attempted_landings_spacecraft = 5;
29
+ */
30
+ attemptedLandingsSpacecraft?: number | undefined;
31
+ /**
32
+ * @generated from field: optional int32 consecutive_successful_landings = 6;
33
+ */
34
+ consecutiveSuccessfulLandings?: number | undefined;
35
+ /**
36
+ * @generated from field: optional int32 consecutive_successful_launches = 7;
37
+ */
38
+ consecutiveSuccessfulLaunches?: number | undefined;
39
+ /**
40
+ * @generated from field: repeated launcher_configuration.v1.Country country = 8;
41
+ */
42
+ country: Country[];
43
+ /**
44
+ * @generated from field: optional string description = 9;
45
+ */
46
+ description?: string | undefined;
47
+ /**
48
+ * @generated from field: optional int32 failed_landings = 10;
49
+ */
50
+ failedLandings?: number | undefined;
51
+ /**
52
+ * @generated from field: optional int32 failed_landings_payload = 11;
53
+ */
54
+ failedLandingsPayload?: number | undefined;
55
+ /**
56
+ * @generated from field: optional int32 failed_landings_spacecraft = 12;
57
+ */
58
+ failedLandingsSpacecraft?: number | undefined;
59
+ /**
60
+ * @generated from field: optional int32 failed_launches = 13;
61
+ */
62
+ failedLaunches?: number | undefined;
63
+ /**
64
+ * @generated from field: bool featured = 14;
65
+ */
66
+ featured: boolean;
67
+ /**
68
+ * @generated from field: optional int32 founding_year = 15;
69
+ */
70
+ foundingYear?: number | undefined;
71
+ /**
72
+ * @generated from field: int32 id = 16;
73
+ */
74
+ id: number;
75
+ /**
76
+ * @generated from field: launcher_configuration.v1.Image image = 17;
77
+ */
78
+ image?: Image | undefined;
79
+ /**
80
+ * @generated from field: optional string info_url = 18;
81
+ */
82
+ infoUrl?: string | undefined;
83
+ /**
84
+ * @generated from field: string launchers = 19;
85
+ */
86
+ launchers: string;
87
+ /**
88
+ * @generated from field: launcher_configuration.v1.Image logo = 20;
89
+ */
90
+ logo?: Image | undefined;
91
+ /**
92
+ * @generated from field: string name = 21;
93
+ */
94
+ name: string;
95
+ /**
96
+ * @generated from field: optional string parent = 22;
97
+ */
98
+ parent?: string | undefined;
99
+ /**
100
+ * @generated from field: optional int32 pending_launches = 23;
101
+ */
102
+ pendingLaunches?: number | undefined;
103
+ /**
104
+ * @generated from field: string response_mode = 24;
105
+ */
106
+ responseMode: string;
107
+ /**
108
+ * @generated from field: launcher_configuration.v1.Image social_logo = 25;
109
+ */
110
+ socialLogo?: Image | undefined;
111
+ /**
112
+ * @generated from field: repeated launcher_configuration.v1.SocialMediaLink social_media_links = 26;
113
+ */
114
+ socialMediaLinks: SocialMediaLink[];
115
+ /**
116
+ * @generated from field: string spacecraft = 27;
117
+ */
118
+ spacecraft: string;
119
+ /**
120
+ * @generated from field: optional int32 successful_landings = 28;
121
+ */
122
+ successfulLandings?: number | undefined;
123
+ /**
124
+ * @generated from field: optional int32 successful_landings_payload = 29;
125
+ */
126
+ successfulLandingsPayload?: number | undefined;
127
+ /**
128
+ * @generated from field: optional int32 successful_landings_spacecraft = 30;
129
+ */
130
+ successfulLandingsSpacecraft?: number | undefined;
131
+ /**
132
+ * @generated from field: optional int32 successful_launches = 31;
133
+ */
134
+ successfulLaunches?: number | undefined;
135
+ /**
136
+ * @generated from field: optional int32 total_launch_count = 32;
137
+ */
138
+ totalLaunchCount?: number | undefined;
139
+ /**
140
+ * @generated from field: launcher_configuration.v1.AgencyType type = 33;
141
+ */
142
+ type?: AgencyType | undefined;
143
+ /**
144
+ * @generated from field: string url = 34;
145
+ */
146
+ url: string;
147
+ /**
148
+ * @generated from field: optional string wiki_url = 35;
149
+ */
150
+ wikiUrl?: string | undefined;
151
+ };
152
+ /**
153
+ * Describes the message launcher_configuration.v1.AgencyDetailed.
154
+ * Use `create(AgencyDetailedSchema)` to create a new message.
155
+ */
156
+ export declare const AgencyDetailedSchema: GenMessage<AgencyDetailed>;
157
+ /**
158
+ * @generated from message launcher_configuration.v1.AgencyMini
159
+ */
160
+ export type AgencyMini = Message<"launcher_configuration.v1.AgencyMini"> & {
161
+ /**
162
+ * @generated from field: string abbrev = 1;
163
+ */
164
+ abbrev: string;
165
+ /**
166
+ * @generated from field: int32 id = 2;
167
+ */
168
+ id: number;
169
+ /**
170
+ * @generated from field: string name = 3;
171
+ */
172
+ name: string;
173
+ /**
174
+ * @generated from field: string response_mode = 4;
175
+ */
176
+ responseMode: string;
177
+ /**
178
+ * @generated from field: launcher_configuration.v1.AgencyType type = 5;
179
+ */
180
+ type?: AgencyType | undefined;
181
+ /**
182
+ * @generated from field: string url = 6;
183
+ */
184
+ url: string;
185
+ };
186
+ /**
187
+ * Describes the message launcher_configuration.v1.AgencyMini.
188
+ * Use `create(AgencyMiniSchema)` to create a new message.
189
+ */
190
+ export declare const AgencyMiniSchema: GenMessage<AgencyMini>;
191
+ /**
192
+ * @generated from message launcher_configuration.v1.AgencyNormal
193
+ */
194
+ export type AgencyNormal = Message<"launcher_configuration.v1.AgencyNormal"> & {
195
+ /**
196
+ * @generated from field: string abbrev = 1;
197
+ */
198
+ abbrev: string;
199
+ /**
200
+ * @generated from field: optional string administrator = 2;
201
+ */
202
+ administrator?: string | undefined;
203
+ /**
204
+ * @generated from field: repeated launcher_configuration.v1.Country country = 3;
205
+ */
206
+ country: Country[];
207
+ /**
208
+ * @generated from field: optional string description = 4;
209
+ */
210
+ description?: string | undefined;
211
+ /**
212
+ * @generated from field: bool featured = 5;
213
+ */
214
+ featured: boolean;
215
+ /**
216
+ * @generated from field: optional int32 founding_year = 6;
217
+ */
218
+ foundingYear?: number | undefined;
219
+ /**
220
+ * @generated from field: int32 id = 7;
221
+ */
222
+ id: number;
223
+ /**
224
+ * @generated from field: launcher_configuration.v1.Image image = 8;
225
+ */
226
+ image?: Image | undefined;
227
+ /**
228
+ * @generated from field: string launchers = 9;
229
+ */
230
+ launchers: string;
231
+ /**
232
+ * @generated from field: launcher_configuration.v1.Image logo = 10;
233
+ */
234
+ logo?: Image | undefined;
235
+ /**
236
+ * @generated from field: string name = 11;
237
+ */
238
+ name: string;
239
+ /**
240
+ * @generated from field: optional string parent = 12;
241
+ */
242
+ parent?: string | undefined;
243
+ /**
244
+ * @generated from field: string response_mode = 13;
245
+ */
246
+ responseMode: string;
247
+ /**
248
+ * @generated from field: launcher_configuration.v1.Image social_logo = 14;
249
+ */
250
+ socialLogo?: Image | undefined;
251
+ /**
252
+ * @generated from field: string spacecraft = 15;
253
+ */
254
+ spacecraft: string;
255
+ /**
256
+ * @generated from field: launcher_configuration.v1.AgencyType type = 16;
257
+ */
258
+ type?: AgencyType | undefined;
259
+ /**
260
+ * @generated from field: string url = 17;
261
+ */
262
+ url: string;
263
+ };
264
+ /**
265
+ * Describes the message launcher_configuration.v1.AgencyNormal.
266
+ * Use `create(AgencyNormalSchema)` to create a new message.
267
+ */
268
+ export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
269
+ /**
270
+ * @generated from message launcher_configuration.v1.AgencyType
271
+ */
272
+ export type AgencyType = Message<"launcher_configuration.v1.AgencyType"> & {
273
+ /**
274
+ * @generated from field: int32 id = 1;
275
+ */
276
+ id: number;
277
+ /**
278
+ * @generated from field: string name = 2;
279
+ */
280
+ name: string;
281
+ };
282
+ /**
283
+ * Describes the message launcher_configuration.v1.AgencyType.
284
+ * Use `create(AgencyTypeSchema)` to create a new message.
285
+ */
286
+ export declare const AgencyTypeSchema: GenMessage<AgencyType>;
287
+ /**
288
+ * @generated from message launcher_configuration.v1.Country
289
+ */
290
+ export type Country = Message<"launcher_configuration.v1.Country"> & {
291
+ /**
292
+ * @generated from field: string alpha_2_code = 1;
293
+ */
294
+ alpha2Code: string;
295
+ /**
296
+ * @generated from field: string alpha_3_code = 2;
297
+ */
298
+ alpha3Code: string;
299
+ /**
300
+ * @generated from field: int32 id = 3;
301
+ */
302
+ id: number;
303
+ /**
304
+ * @generated from field: string name = 4;
305
+ */
306
+ name: string;
307
+ /**
308
+ * @generated from field: string nationality_name = 5;
309
+ */
310
+ nationalityName: string;
311
+ /**
312
+ * @generated from field: string nationality_name_composed = 6;
313
+ */
314
+ nationalityNameComposed: string;
315
+ };
316
+ /**
317
+ * Describes the message launcher_configuration.v1.Country.
318
+ * Use `create(CountrySchema)` to create a new message.
319
+ */
320
+ export declare const CountrySchema: GenMessage<Country>;
321
+ /**
322
+ * @generated from message launcher_configuration.v1.Image
323
+ */
324
+ export type Image = Message<"launcher_configuration.v1.Image"> & {
325
+ /**
326
+ * @generated from field: optional string credit = 1;
327
+ */
328
+ credit?: string | undefined;
329
+ /**
330
+ * @generated from field: int32 id = 2;
331
+ */
332
+ id: number;
333
+ /**
334
+ * @generated from field: string image_url = 3;
335
+ */
336
+ imageUrl: string;
337
+ /**
338
+ * @generated from field: launcher_configuration.v1.ImageLicense license = 4;
339
+ */
340
+ license?: ImageLicense | undefined;
341
+ /**
342
+ * @generated from field: string name = 5;
343
+ */
344
+ name: string;
345
+ /**
346
+ * @generated from field: bool single_use = 6;
347
+ */
348
+ singleUse: boolean;
349
+ /**
350
+ * @generated from field: string thumbnail_url = 7;
351
+ */
352
+ thumbnailUrl: string;
353
+ /**
354
+ * @generated from field: repeated launcher_configuration.v1.ImageVariant variants = 8;
355
+ */
356
+ variants: ImageVariant[];
357
+ };
358
+ /**
359
+ * Describes the message launcher_configuration.v1.Image.
360
+ * Use `create(ImageSchema)` to create a new message.
361
+ */
362
+ export declare const ImageSchema: GenMessage<Image>;
363
+ /**
364
+ * @generated from message launcher_configuration.v1.ImageLicense
365
+ */
366
+ export type ImageLicense = Message<"launcher_configuration.v1.ImageLicense"> & {
367
+ /**
368
+ * @generated from field: int32 id = 1;
369
+ */
370
+ id: number;
371
+ /**
372
+ * @generated from field: optional string link = 2;
373
+ */
374
+ link?: string | undefined;
375
+ /**
376
+ * @generated from field: string name = 3;
377
+ */
378
+ name: string;
379
+ /**
380
+ * @generated from field: int32 priority = 4;
381
+ */
382
+ priority: number;
383
+ };
384
+ /**
385
+ * Describes the message launcher_configuration.v1.ImageLicense.
386
+ * Use `create(ImageLicenseSchema)` to create a new message.
387
+ */
388
+ export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
389
+ /**
390
+ * @generated from message launcher_configuration.v1.ImageVariant
391
+ */
392
+ export type ImageVariant = Message<"launcher_configuration.v1.ImageVariant"> & {
393
+ /**
394
+ * @generated from field: int32 id = 1;
395
+ */
396
+ id: number;
397
+ /**
398
+ * @generated from field: string image_url = 2;
399
+ */
400
+ imageUrl: string;
401
+ /**
402
+ * @generated from field: launcher_configuration.v1.ImageVariantType type = 3;
403
+ */
404
+ type?: ImageVariantType | undefined;
405
+ };
406
+ /**
407
+ * Describes the message launcher_configuration.v1.ImageVariant.
408
+ * Use `create(ImageVariantSchema)` to create a new message.
409
+ */
410
+ export declare const ImageVariantSchema: GenMessage<ImageVariant>;
411
+ /**
412
+ * @generated from message launcher_configuration.v1.ImageVariantType
413
+ */
414
+ export type ImageVariantType = Message<"launcher_configuration.v1.ImageVariantType"> & {
415
+ /**
416
+ * @generated from field: int32 id = 1;
417
+ */
418
+ id: number;
419
+ /**
420
+ * @generated from field: string name = 2;
421
+ */
422
+ name: string;
423
+ };
424
+ /**
425
+ * Describes the message launcher_configuration.v1.ImageVariantType.
426
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
427
+ */
428
+ export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
429
+ /**
430
+ * @generated from message launcher_configuration.v1.LauncherConfiguration
431
+ */
432
+ export type LauncherConfiguration = Message<"launcher_configuration.v1.LauncherConfiguration"> & {
433
+ /**
434
+ * @generated from field: bool active = 1;
435
+ */
436
+ active: boolean;
437
+ /**
438
+ * @generated from field: string alias = 2;
439
+ */
440
+ alias: string;
441
+ /**
442
+ * @generated from field: optional float apogee = 3;
443
+ */
444
+ apogee?: number | undefined;
445
+ /**
446
+ * @generated from field: optional int32 attempted_landings = 4;
447
+ */
448
+ attemptedLandings?: number | undefined;
449
+ /**
450
+ * @generated from field: optional int32 consecutive_successful_landings = 5;
451
+ */
452
+ consecutiveSuccessfulLandings?: number | undefined;
453
+ /**
454
+ * @generated from field: optional int32 consecutive_successful_launches = 6;
455
+ */
456
+ consecutiveSuccessfulLaunches?: number | undefined;
457
+ /**
458
+ * @generated from field: string description = 7;
459
+ */
460
+ description: string;
461
+ /**
462
+ * @generated from field: optional float diameter = 8;
463
+ */
464
+ diameter?: number | undefined;
465
+ /**
466
+ * @generated from field: optional int32 failed_landings = 9;
467
+ */
468
+ failedLandings?: number | undefined;
469
+ /**
470
+ * @generated from field: optional int32 failed_launches = 10;
471
+ */
472
+ failedLaunches?: number | undefined;
473
+ /**
474
+ * @generated from field: repeated launcher_configuration.v1.LauncherConfigFamilyDetailed families = 11;
475
+ */
476
+ families: LauncherConfigFamilyDetailed[];
477
+ /**
478
+ * @generated from field: optional string fastest_turnaround = 12;
479
+ */
480
+ fastestTurnaround?: string | undefined;
481
+ /**
482
+ * @generated from field: string full_name = 13;
483
+ */
484
+ fullName: string;
485
+ /**
486
+ * @generated from field: optional float geo_capacity = 14;
487
+ */
488
+ geoCapacity?: number | undefined;
489
+ /**
490
+ * @generated from field: optional float gto_capacity = 15;
491
+ */
492
+ gtoCapacity?: number | undefined;
493
+ /**
494
+ * @generated from field: int32 id = 16;
495
+ */
496
+ id: number;
497
+ /**
498
+ * @generated from field: launcher_configuration.v1.Image image = 17;
499
+ */
500
+ image?: Image | undefined;
501
+ /**
502
+ * @generated from field: optional string info_url = 18;
503
+ */
504
+ infoUrl?: string | undefined;
505
+ /**
506
+ * @generated from field: bool is_placeholder = 19;
507
+ */
508
+ isPlaceholder: boolean;
509
+ /**
510
+ * @generated from field: optional int32 launch_cost = 20;
511
+ */
512
+ launchCost?: number | undefined;
513
+ /**
514
+ * @generated from field: optional float launch_mass = 21;
515
+ */
516
+ launchMass?: number | undefined;
517
+ /**
518
+ * @generated from field: optional float length = 22;
519
+ */
520
+ length?: number | undefined;
521
+ /**
522
+ * @generated from field: optional float leo_capacity = 23;
523
+ */
524
+ leoCapacity?: number | undefined;
525
+ /**
526
+ * @generated from field: optional string maiden_flight = 24;
527
+ */
528
+ maidenFlight?: string | undefined;
529
+ /**
530
+ * @generated from field: launcher_configuration.v1.AgencyDetailed manufacturer = 25;
531
+ */
532
+ manufacturer?: AgencyDetailed | undefined;
533
+ /**
534
+ * @generated from field: optional int32 max_stage = 26;
535
+ */
536
+ maxStage?: number | undefined;
537
+ /**
538
+ * @generated from field: optional int32 min_stage = 27;
539
+ */
540
+ minStage?: number | undefined;
541
+ /**
542
+ * @generated from field: string name = 28;
543
+ */
544
+ name: string;
545
+ /**
546
+ * @generated from field: optional int32 pending_launches = 29;
547
+ */
548
+ pendingLaunches?: number | undefined;
549
+ /**
550
+ * @generated from field: repeated launcher_configuration.v1.ProgramNormal program = 30;
551
+ */
552
+ program: ProgramNormal[];
553
+ /**
554
+ * @generated from field: string response_mode = 31;
555
+ */
556
+ responseMode: string;
557
+ /**
558
+ * @generated from field: bool reusable = 32;
559
+ */
560
+ reusable: boolean;
561
+ /**
562
+ * @generated from field: optional float sso_capacity = 33;
563
+ */
564
+ ssoCapacity?: number | undefined;
565
+ /**
566
+ * @generated from field: optional int32 successful_landings = 34;
567
+ */
568
+ successfulLandings?: number | undefined;
569
+ /**
570
+ * @generated from field: optional int32 successful_launches = 35;
571
+ */
572
+ successfulLaunches?: number | undefined;
573
+ /**
574
+ * @generated from field: optional float to_thrust = 36;
575
+ */
576
+ toThrust?: number | undefined;
577
+ /**
578
+ * @generated from field: optional int32 total_launch_count = 37;
579
+ */
580
+ totalLaunchCount?: number | undefined;
581
+ /**
582
+ * @generated from field: string url = 38;
583
+ */
584
+ url: string;
585
+ /**
586
+ * @generated from field: string variant = 39;
587
+ */
588
+ variant: string;
589
+ /**
590
+ * @generated from field: optional string wiki_url = 40;
591
+ */
592
+ wikiUrl?: string | undefined;
593
+ };
594
+ /**
595
+ * Describes the message launcher_configuration.v1.LauncherConfiguration.
596
+ * Use `create(LauncherConfigurationSchema)` to create a new message.
597
+ */
598
+ export declare const LauncherConfigurationSchema: GenMessage<LauncherConfiguration>;
599
+ /**
600
+ * @generated from message launcher_configuration.v1.LauncherConfigFamilyDetailed
601
+ */
602
+ export type LauncherConfigFamilyDetailed = Message<"launcher_configuration.v1.LauncherConfigFamilyDetailed"> & {
603
+ /**
604
+ * @generated from field: bool active = 1;
605
+ */
606
+ active: boolean;
607
+ /**
608
+ * @generated from field: optional int32 attempted_landings = 2;
609
+ */
610
+ attemptedLandings?: number | undefined;
611
+ /**
612
+ * @generated from field: optional int32 consecutive_successful_landings = 3;
613
+ */
614
+ consecutiveSuccessfulLandings?: number | undefined;
615
+ /**
616
+ * @generated from field: optional int32 consecutive_successful_launches = 4;
617
+ */
618
+ consecutiveSuccessfulLaunches?: number | undefined;
619
+ /**
620
+ * @generated from field: string description = 5;
621
+ */
622
+ description: string;
623
+ /**
624
+ * @generated from field: optional int32 failed_landings = 6;
625
+ */
626
+ failedLandings?: number | undefined;
627
+ /**
628
+ * @generated from field: optional int32 failed_launches = 7;
629
+ */
630
+ failedLaunches?: number | undefined;
631
+ /**
632
+ * @generated from field: int32 id = 8;
633
+ */
634
+ id: number;
635
+ /**
636
+ * @generated from field: optional string maiden_flight = 9;
637
+ */
638
+ maidenFlight?: string | undefined;
639
+ /**
640
+ * @generated from field: repeated launcher_configuration.v1.AgencyDetailed manufacturer = 10;
641
+ */
642
+ manufacturer: AgencyDetailed[];
643
+ /**
644
+ * @generated from field: string name = 11;
645
+ */
646
+ name: string;
647
+ /**
648
+ * @generated from field: launcher_configuration.v1.LauncherConfigFamilyNormal parent = 12;
649
+ */
650
+ parent?: LauncherConfigFamilyNormal | undefined;
651
+ /**
652
+ * @generated from field: optional int32 pending_launches = 13;
653
+ */
654
+ pendingLaunches?: number | undefined;
655
+ /**
656
+ * @generated from field: string response_mode = 14;
657
+ */
658
+ responseMode: string;
659
+ /**
660
+ * @generated from field: optional int32 successful_landings = 15;
661
+ */
662
+ successfulLandings?: number | undefined;
663
+ /**
664
+ * @generated from field: optional int32 successful_launches = 16;
665
+ */
666
+ successfulLaunches?: number | undefined;
667
+ /**
668
+ * @generated from field: optional int32 total_launch_count = 17;
669
+ */
670
+ totalLaunchCount?: number | undefined;
671
+ };
672
+ /**
673
+ * Describes the message launcher_configuration.v1.LauncherConfigFamilyDetailed.
674
+ * Use `create(LauncherConfigFamilyDetailedSchema)` to create a new message.
675
+ */
676
+ export declare const LauncherConfigFamilyDetailedSchema: GenMessage<LauncherConfigFamilyDetailed>;
677
+ /**
678
+ * @generated from message launcher_configuration.v1.LauncherConfigFamilyMini
679
+ */
680
+ export type LauncherConfigFamilyMini = Message<"launcher_configuration.v1.LauncherConfigFamilyMini"> & {
681
+ /**
682
+ * @generated from field: int32 id = 1;
683
+ */
684
+ id: number;
685
+ /**
686
+ * @generated from field: string name = 2;
687
+ */
688
+ name: string;
689
+ /**
690
+ * @generated from field: string response_mode = 3;
691
+ */
692
+ responseMode: string;
693
+ };
694
+ /**
695
+ * Describes the message launcher_configuration.v1.LauncherConfigFamilyMini.
696
+ * Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
697
+ */
698
+ export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
699
+ /**
700
+ * @generated from message launcher_configuration.v1.LauncherConfigFamilyNormal
701
+ */
702
+ export type LauncherConfigFamilyNormal = Message<"launcher_configuration.v1.LauncherConfigFamilyNormal"> & {
703
+ /**
704
+ * @generated from field: int32 id = 1;
705
+ */
706
+ id: number;
707
+ /**
708
+ * @generated from field: repeated launcher_configuration.v1.AgencyNormal manufacturer = 2;
709
+ */
710
+ manufacturer: AgencyNormal[];
711
+ /**
712
+ * @generated from field: string name = 3;
713
+ */
714
+ name: string;
715
+ /**
716
+ * @generated from field: launcher_configuration.v1.LauncherConfigFamilyMini parent = 4;
717
+ */
718
+ parent?: LauncherConfigFamilyMini | undefined;
719
+ /**
720
+ * @generated from field: string response_mode = 5;
721
+ */
722
+ responseMode: string;
723
+ };
724
+ /**
725
+ * Describes the message launcher_configuration.v1.LauncherConfigFamilyNormal.
726
+ * Use `create(LauncherConfigFamilyNormalSchema)` to create a new message.
727
+ */
728
+ export declare const LauncherConfigFamilyNormalSchema: GenMessage<LauncherConfigFamilyNormal>;
729
+ /**
730
+ * @generated from message launcher_configuration.v1.MissionPatch
731
+ */
732
+ export type MissionPatch = Message<"launcher_configuration.v1.MissionPatch"> & {
733
+ /**
734
+ * @generated from field: launcher_configuration.v1.AgencyMini agency = 1;
735
+ */
736
+ agency?: AgencyMini | undefined;
737
+ /**
738
+ * @generated from field: int32 id = 2;
739
+ */
740
+ id: number;
741
+ /**
742
+ * @generated from field: string image_url = 3;
743
+ */
744
+ imageUrl: string;
745
+ /**
746
+ * @generated from field: string name = 4;
747
+ */
748
+ name: string;
749
+ /**
750
+ * @generated from field: int32 priority = 5;
751
+ */
752
+ priority: number;
753
+ /**
754
+ * @generated from field: string response_mode = 6;
755
+ */
756
+ responseMode: string;
757
+ };
758
+ /**
759
+ * Describes the message launcher_configuration.v1.MissionPatch.
760
+ * Use `create(MissionPatchSchema)` to create a new message.
761
+ */
762
+ export declare const MissionPatchSchema: GenMessage<MissionPatch>;
763
+ /**
764
+ * @generated from message launcher_configuration.v1.ProgramNormal
765
+ */
766
+ export type ProgramNormal = Message<"launcher_configuration.v1.ProgramNormal"> & {
767
+ /**
768
+ * @generated from field: repeated launcher_configuration.v1.AgencyMini agencies = 1;
769
+ */
770
+ agencies: AgencyMini[];
771
+ /**
772
+ * @generated from field: optional string description = 2;
773
+ */
774
+ description?: string | undefined;
775
+ /**
776
+ * @generated from field: optional string end_date = 3;
777
+ */
778
+ endDate?: string | undefined;
779
+ /**
780
+ * @generated from field: int32 id = 4;
781
+ */
782
+ id: number;
783
+ /**
784
+ * @generated from field: launcher_configuration.v1.Image image = 5;
785
+ */
786
+ image?: Image | undefined;
787
+ /**
788
+ * @generated from field: optional string info_url = 6;
789
+ */
790
+ infoUrl?: string | undefined;
791
+ /**
792
+ * @generated from field: repeated launcher_configuration.v1.MissionPatch mission_patches = 7;
793
+ */
794
+ missionPatches: MissionPatch[];
795
+ /**
796
+ * @generated from field: string name = 8;
797
+ */
798
+ name: string;
799
+ /**
800
+ * @generated from field: string response_mode = 9;
801
+ */
802
+ responseMode: string;
803
+ /**
804
+ * @generated from field: optional string start_date = 10;
805
+ */
806
+ startDate?: string | undefined;
807
+ /**
808
+ * @generated from field: launcher_configuration.v1.ProgramType type = 11;
809
+ */
810
+ type?: ProgramType | undefined;
811
+ /**
812
+ * @generated from field: string url = 12;
813
+ */
814
+ url: string;
815
+ /**
816
+ * @generated from field: optional string wiki_url = 13;
817
+ */
818
+ wikiUrl?: string | undefined;
819
+ };
820
+ /**
821
+ * Describes the message launcher_configuration.v1.ProgramNormal.
822
+ * Use `create(ProgramNormalSchema)` to create a new message.
823
+ */
824
+ export declare const ProgramNormalSchema: GenMessage<ProgramNormal>;
825
+ /**
826
+ * @generated from message launcher_configuration.v1.ProgramType
827
+ */
828
+ export type ProgramType = Message<"launcher_configuration.v1.ProgramType"> & {
829
+ /**
830
+ * @generated from field: int32 id = 1;
831
+ */
832
+ id: number;
833
+ /**
834
+ * @generated from field: string name = 2;
835
+ */
836
+ name: string;
837
+ };
838
+ /**
839
+ * Describes the message launcher_configuration.v1.ProgramType.
840
+ * Use `create(ProgramTypeSchema)` to create a new message.
841
+ */
842
+ export declare const ProgramTypeSchema: GenMessage<ProgramType>;
843
+ /**
844
+ * @generated from message launcher_configuration.v1.SocialMedia
845
+ */
846
+ export type SocialMedia = Message<"launcher_configuration.v1.SocialMedia"> & {
847
+ /**
848
+ * @generated from field: int32 id = 1;
849
+ */
850
+ id: number;
851
+ /**
852
+ * @generated from field: launcher_configuration.v1.Image logo = 2;
853
+ */
854
+ logo?: Image | undefined;
855
+ /**
856
+ * @generated from field: string name = 3;
857
+ */
858
+ name: string;
859
+ /**
860
+ * @generated from field: optional string url = 4;
861
+ */
862
+ url?: string | undefined;
863
+ };
864
+ /**
865
+ * Describes the message launcher_configuration.v1.SocialMedia.
866
+ * Use `create(SocialMediaSchema)` to create a new message.
867
+ */
868
+ export declare const SocialMediaSchema: GenMessage<SocialMedia>;
869
+ /**
870
+ * @generated from message launcher_configuration.v1.SocialMediaLink
871
+ */
872
+ export type SocialMediaLink = Message<"launcher_configuration.v1.SocialMediaLink"> & {
873
+ /**
874
+ * @generated from field: int32 id = 1;
875
+ */
876
+ id: number;
877
+ /**
878
+ * @generated from field: launcher_configuration.v1.SocialMedia social_media = 2;
879
+ */
880
+ socialMedia?: SocialMedia | undefined;
881
+ /**
882
+ * @generated from field: optional string url = 3;
883
+ */
884
+ url?: string | undefined;
885
+ };
886
+ /**
887
+ * Describes the message launcher_configuration.v1.SocialMediaLink.
888
+ * Use `create(SocialMediaLinkSchema)` to create a new message.
889
+ */
890
+ export declare const SocialMediaLinkSchema: GenMessage<SocialMediaLink>;
891
+ /**
892
+ * @generated from message launcher_configuration.v1.ListLauncherConfigurationsRequest
893
+ */
894
+ export type ListLauncherConfigurationsRequest = Message<"launcher_configuration.v1.ListLauncherConfigurationsRequest"> & {
895
+ /**
896
+ * @generated from field: int32 limit = 1;
897
+ */
898
+ limit: number;
899
+ /**
900
+ * @generated from field: int32 offset = 2;
901
+ */
902
+ offset: number;
903
+ /**
904
+ * @generated from field: string search = 3;
905
+ */
906
+ search: string;
907
+ /**
908
+ * @generated from field: string mode = 4;
909
+ */
910
+ mode: string;
911
+ };
912
+ /**
913
+ * Describes the message launcher_configuration.v1.ListLauncherConfigurationsRequest.
914
+ * Use `create(ListLauncherConfigurationsRequestSchema)` to create a new message.
915
+ */
916
+ export declare const ListLauncherConfigurationsRequestSchema: GenMessage<ListLauncherConfigurationsRequest>;
917
+ /**
918
+ * @generated from message launcher_configuration.v1.ListLauncherConfigurationsResponse
919
+ */
920
+ export type ListLauncherConfigurationsResponse = Message<"launcher_configuration.v1.ListLauncherConfigurationsResponse"> & {
921
+ /**
922
+ * @generated from field: int32 count = 1;
923
+ */
924
+ count: number;
925
+ /**
926
+ * @generated from field: string next = 2;
927
+ */
928
+ next: string;
929
+ /**
930
+ * @generated from field: string previous = 3;
931
+ */
932
+ previous: string;
933
+ /**
934
+ * @generated from field: repeated launcher_configuration.v1.LauncherConfiguration results = 4;
935
+ */
936
+ results: LauncherConfiguration[];
937
+ };
938
+ /**
939
+ * Describes the message launcher_configuration.v1.ListLauncherConfigurationsResponse.
940
+ * Use `create(ListLauncherConfigurationsResponseSchema)` to create a new message.
941
+ */
942
+ export declare const ListLauncherConfigurationsResponseSchema: GenMessage<ListLauncherConfigurationsResponse>;
943
+ /**
944
+ * @generated from message launcher_configuration.v1.GetLauncherConfigurationRequest
945
+ */
946
+ export type GetLauncherConfigurationRequest = Message<"launcher_configuration.v1.GetLauncherConfigurationRequest"> & {
947
+ /**
948
+ * @generated from field: int32 id = 1;
949
+ */
950
+ id: number;
951
+ /**
952
+ * @generated from field: string mode = 2;
953
+ */
954
+ mode: string;
955
+ };
956
+ /**
957
+ * Describes the message launcher_configuration.v1.GetLauncherConfigurationRequest.
958
+ * Use `create(GetLauncherConfigurationRequestSchema)` to create a new message.
959
+ */
960
+ export declare const GetLauncherConfigurationRequestSchema: GenMessage<GetLauncherConfigurationRequest>;
961
+ /**
962
+ * @generated from message launcher_configuration.v1.GetLauncherConfigurationResponse
963
+ */
964
+ export type GetLauncherConfigurationResponse = Message<"launcher_configuration.v1.GetLauncherConfigurationResponse"> & {
965
+ /**
966
+ * @generated from field: launcher_configuration.v1.LauncherConfiguration launcher_configuration = 1;
967
+ */
968
+ launcherConfiguration?: LauncherConfiguration | undefined;
969
+ };
970
+ /**
971
+ * Describes the message launcher_configuration.v1.GetLauncherConfigurationResponse.
972
+ * Use `create(GetLauncherConfigurationResponseSchema)` to create a new message.
973
+ */
974
+ export declare const GetLauncherConfigurationResponseSchema: GenMessage<GetLauncherConfigurationResponse>;
975
+ /**
976
+ * @generated from service launcher_configuration.v1.LauncherConfigurationService
977
+ */
978
+ export declare const LauncherConfigurationService: GenService<{
979
+ /**
980
+ * @generated from rpc launcher_configuration.v1.LauncherConfigurationService.ListLauncherConfigurations
981
+ */
982
+ listLauncherConfigurations: {
983
+ methodKind: "unary";
984
+ input: typeof ListLauncherConfigurationsRequestSchema;
985
+ output: typeof ListLauncherConfigurationsResponseSchema;
986
+ };
987
+ /**
988
+ * @generated from rpc launcher_configuration.v1.LauncherConfigurationService.GetLauncherConfiguration
989
+ */
990
+ getLauncherConfiguration: {
991
+ methodKind: "unary";
992
+ input: typeof GetLauncherConfigurationRequestSchema;
993
+ output: typeof GetLauncherConfigurationResponseSchema;
994
+ };
995
+ }>;