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,601 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file proto/pad/v1/pad.proto.
5
+ */
6
+ export declare const file_proto_pad_v1_pad: GenFile;
7
+ /**
8
+ * @generated from message pad.v1.AgencyNormal
9
+ */
10
+ export type AgencyNormal = Message<"pad.v1.AgencyNormal"> & {
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: repeated pad.v1.Country country = 3;
21
+ */
22
+ country: Country[];
23
+ /**
24
+ * @generated from field: optional string description = 4;
25
+ */
26
+ description?: string | undefined;
27
+ /**
28
+ * @generated from field: bool featured = 5;
29
+ */
30
+ featured: boolean;
31
+ /**
32
+ * @generated from field: optional int32 founding_year = 6;
33
+ */
34
+ foundingYear?: number | undefined;
35
+ /**
36
+ * @generated from field: int32 id = 7;
37
+ */
38
+ id: number;
39
+ /**
40
+ * @generated from field: pad.v1.Image image = 8;
41
+ */
42
+ image?: Image | undefined;
43
+ /**
44
+ * @generated from field: string launchers = 9;
45
+ */
46
+ launchers: string;
47
+ /**
48
+ * @generated from field: pad.v1.Image logo = 10;
49
+ */
50
+ logo?: Image | undefined;
51
+ /**
52
+ * @generated from field: string name = 11;
53
+ */
54
+ name: string;
55
+ /**
56
+ * @generated from field: optional string parent = 12;
57
+ */
58
+ parent?: string | undefined;
59
+ /**
60
+ * @generated from field: string response_mode = 13;
61
+ */
62
+ responseMode: string;
63
+ /**
64
+ * @generated from field: pad.v1.Image social_logo = 14;
65
+ */
66
+ socialLogo?: Image | undefined;
67
+ /**
68
+ * @generated from field: string spacecraft = 15;
69
+ */
70
+ spacecraft: string;
71
+ /**
72
+ * @generated from field: pad.v1.AgencyType type = 16;
73
+ */
74
+ type?: AgencyType | undefined;
75
+ /**
76
+ * @generated from field: string url = 17;
77
+ */
78
+ url: string;
79
+ };
80
+ /**
81
+ * Describes the message pad.v1.AgencyNormal.
82
+ * Use `create(AgencyNormalSchema)` to create a new message.
83
+ */
84
+ export declare const AgencyNormalSchema: GenMessage<AgencyNormal>;
85
+ /**
86
+ * @generated from message pad.v1.AgencyType
87
+ */
88
+ export type AgencyType = Message<"pad.v1.AgencyType"> & {
89
+ /**
90
+ * @generated from field: int32 id = 1;
91
+ */
92
+ id: number;
93
+ /**
94
+ * @generated from field: string name = 2;
95
+ */
96
+ name: string;
97
+ };
98
+ /**
99
+ * Describes the message pad.v1.AgencyType.
100
+ * Use `create(AgencyTypeSchema)` to create a new message.
101
+ */
102
+ export declare const AgencyTypeSchema: GenMessage<AgencyType>;
103
+ /**
104
+ * @generated from message pad.v1.CelestialBodyDetailed
105
+ */
106
+ export type CelestialBodyDetailed = Message<"pad.v1.CelestialBodyDetailed"> & {
107
+ /**
108
+ * @generated from field: bool atmosphere = 1;
109
+ */
110
+ atmosphere: boolean;
111
+ /**
112
+ * @generated from field: optional string description = 2;
113
+ */
114
+ description?: string | undefined;
115
+ /**
116
+ * @generated from field: optional float diameter = 3;
117
+ */
118
+ diameter?: number | undefined;
119
+ /**
120
+ * @generated from field: int32 failed_landings = 4;
121
+ */
122
+ failedLandings: number;
123
+ /**
124
+ * @generated from field: int32 failed_launches = 5;
125
+ */
126
+ failedLaunches: number;
127
+ /**
128
+ * @generated from field: optional float gravity = 6;
129
+ */
130
+ gravity?: number | undefined;
131
+ /**
132
+ * @generated from field: int32 id = 7;
133
+ */
134
+ id: number;
135
+ /**
136
+ * @generated from field: pad.v1.Image image = 8;
137
+ */
138
+ image?: Image | undefined;
139
+ /**
140
+ * @generated from field: optional string length_of_day = 9;
141
+ */
142
+ lengthOfDay?: string | undefined;
143
+ /**
144
+ * @generated from field: optional float mass = 10;
145
+ */
146
+ mass?: number | undefined;
147
+ /**
148
+ * @generated from field: string name = 11;
149
+ */
150
+ name: string;
151
+ /**
152
+ * @generated from field: string response_mode = 12;
153
+ */
154
+ responseMode: string;
155
+ /**
156
+ * @generated from field: int32 successful_landings = 13;
157
+ */
158
+ successfulLandings: number;
159
+ /**
160
+ * @generated from field: int32 successful_launches = 14;
161
+ */
162
+ successfulLaunches: number;
163
+ /**
164
+ * @generated from field: int32 total_attempted_landings = 15;
165
+ */
166
+ totalAttemptedLandings: number;
167
+ /**
168
+ * @generated from field: int32 total_attempted_launches = 16;
169
+ */
170
+ totalAttemptedLaunches: number;
171
+ /**
172
+ * @generated from field: pad.v1.CelestialBodyType type = 17;
173
+ */
174
+ type?: CelestialBodyType | undefined;
175
+ /**
176
+ * @generated from field: optional string wiki_url = 18;
177
+ */
178
+ wikiUrl?: string | undefined;
179
+ };
180
+ /**
181
+ * Describes the message pad.v1.CelestialBodyDetailed.
182
+ * Use `create(CelestialBodyDetailedSchema)` to create a new message.
183
+ */
184
+ export declare const CelestialBodyDetailedSchema: GenMessage<CelestialBodyDetailed>;
185
+ /**
186
+ * @generated from message pad.v1.CelestialBodyType
187
+ */
188
+ export type CelestialBodyType = Message<"pad.v1.CelestialBodyType"> & {
189
+ /**
190
+ * @generated from field: int32 id = 1;
191
+ */
192
+ id: number;
193
+ /**
194
+ * @generated from field: string name = 2;
195
+ */
196
+ name: string;
197
+ };
198
+ /**
199
+ * Describes the message pad.v1.CelestialBodyType.
200
+ * Use `create(CelestialBodyTypeSchema)` to create a new message.
201
+ */
202
+ export declare const CelestialBodyTypeSchema: GenMessage<CelestialBodyType>;
203
+ /**
204
+ * @generated from message pad.v1.Country
205
+ */
206
+ export type Country = Message<"pad.v1.Country"> & {
207
+ /**
208
+ * @generated from field: string alpha_2_code = 1;
209
+ */
210
+ alpha2Code: string;
211
+ /**
212
+ * @generated from field: string alpha_3_code = 2;
213
+ */
214
+ alpha3Code: string;
215
+ /**
216
+ * @generated from field: int32 id = 3;
217
+ */
218
+ id: number;
219
+ /**
220
+ * @generated from field: string name = 4;
221
+ */
222
+ name: string;
223
+ /**
224
+ * @generated from field: string nationality_name = 5;
225
+ */
226
+ nationalityName: string;
227
+ /**
228
+ * @generated from field: string nationality_name_composed = 6;
229
+ */
230
+ nationalityNameComposed: string;
231
+ };
232
+ /**
233
+ * Describes the message pad.v1.Country.
234
+ * Use `create(CountrySchema)` to create a new message.
235
+ */
236
+ export declare const CountrySchema: GenMessage<Country>;
237
+ /**
238
+ * @generated from message pad.v1.Image
239
+ */
240
+ export type Image = Message<"pad.v1.Image"> & {
241
+ /**
242
+ * @generated from field: optional string credit = 1;
243
+ */
244
+ credit?: string | undefined;
245
+ /**
246
+ * @generated from field: int32 id = 2;
247
+ */
248
+ id: number;
249
+ /**
250
+ * @generated from field: string image_url = 3;
251
+ */
252
+ imageUrl: string;
253
+ /**
254
+ * @generated from field: pad.v1.ImageLicense license = 4;
255
+ */
256
+ license?: ImageLicense | undefined;
257
+ /**
258
+ * @generated from field: string name = 5;
259
+ */
260
+ name: string;
261
+ /**
262
+ * @generated from field: bool single_use = 6;
263
+ */
264
+ singleUse: boolean;
265
+ /**
266
+ * @generated from field: string thumbnail_url = 7;
267
+ */
268
+ thumbnailUrl: string;
269
+ /**
270
+ * @generated from field: repeated pad.v1.ImageVariant variants = 8;
271
+ */
272
+ variants: ImageVariant[];
273
+ };
274
+ /**
275
+ * Describes the message pad.v1.Image.
276
+ * Use `create(ImageSchema)` to create a new message.
277
+ */
278
+ export declare const ImageSchema: GenMessage<Image>;
279
+ /**
280
+ * @generated from message pad.v1.ImageLicense
281
+ */
282
+ export type ImageLicense = Message<"pad.v1.ImageLicense"> & {
283
+ /**
284
+ * @generated from field: int32 id = 1;
285
+ */
286
+ id: number;
287
+ /**
288
+ * @generated from field: optional string link = 2;
289
+ */
290
+ link?: string | undefined;
291
+ /**
292
+ * @generated from field: string name = 3;
293
+ */
294
+ name: string;
295
+ /**
296
+ * @generated from field: int32 priority = 4;
297
+ */
298
+ priority: number;
299
+ };
300
+ /**
301
+ * Describes the message pad.v1.ImageLicense.
302
+ * Use `create(ImageLicenseSchema)` to create a new message.
303
+ */
304
+ export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
305
+ /**
306
+ * @generated from message pad.v1.ImageVariant
307
+ */
308
+ export type ImageVariant = Message<"pad.v1.ImageVariant"> & {
309
+ /**
310
+ * @generated from field: int32 id = 1;
311
+ */
312
+ id: number;
313
+ /**
314
+ * @generated from field: string image_url = 2;
315
+ */
316
+ imageUrl: string;
317
+ /**
318
+ * @generated from field: pad.v1.ImageVariantType type = 3;
319
+ */
320
+ type?: ImageVariantType | undefined;
321
+ };
322
+ /**
323
+ * Describes the message pad.v1.ImageVariant.
324
+ * Use `create(ImageVariantSchema)` to create a new message.
325
+ */
326
+ export declare const ImageVariantSchema: GenMessage<ImageVariant>;
327
+ /**
328
+ * @generated from message pad.v1.ImageVariantType
329
+ */
330
+ export type ImageVariantType = Message<"pad.v1.ImageVariantType"> & {
331
+ /**
332
+ * @generated from field: int32 id = 1;
333
+ */
334
+ id: number;
335
+ /**
336
+ * @generated from field: string name = 2;
337
+ */
338
+ name: string;
339
+ };
340
+ /**
341
+ * Describes the message pad.v1.ImageVariantType.
342
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
343
+ */
344
+ export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
345
+ /**
346
+ * @generated from message pad.v1.Location
347
+ */
348
+ export type Location = Message<"pad.v1.Location"> & {
349
+ /**
350
+ * @generated from field: bool active = 1;
351
+ */
352
+ active: boolean;
353
+ /**
354
+ * @generated from field: pad.v1.CelestialBodyDetailed celestial_body = 2;
355
+ */
356
+ celestialBody?: CelestialBodyDetailed | undefined;
357
+ /**
358
+ * @generated from field: pad.v1.Country country = 3;
359
+ */
360
+ country?: Country | undefined;
361
+ /**
362
+ * @generated from field: optional string description = 4;
363
+ */
364
+ description?: string | undefined;
365
+ /**
366
+ * @generated from field: int32 id = 5;
367
+ */
368
+ id: number;
369
+ /**
370
+ * @generated from field: pad.v1.Image image = 6;
371
+ */
372
+ image?: Image | undefined;
373
+ /**
374
+ * @generated from field: optional float latitude = 7;
375
+ */
376
+ latitude?: number | undefined;
377
+ /**
378
+ * @generated from field: optional float longitude = 8;
379
+ */
380
+ longitude?: number | undefined;
381
+ /**
382
+ * @generated from field: optional string map_image = 9;
383
+ */
384
+ mapImage?: string | undefined;
385
+ /**
386
+ * @generated from field: string name = 10;
387
+ */
388
+ name: string;
389
+ /**
390
+ * @generated from field: string response_mode = 11;
391
+ */
392
+ responseMode: string;
393
+ /**
394
+ * @generated from field: string timezone_name = 12;
395
+ */
396
+ timezoneName: string;
397
+ /**
398
+ * @generated from field: optional int32 total_landing_count = 13;
399
+ */
400
+ totalLandingCount?: number | undefined;
401
+ /**
402
+ * @generated from field: optional int32 total_launch_count = 14;
403
+ */
404
+ totalLaunchCount?: number | undefined;
405
+ /**
406
+ * @generated from field: string url = 15;
407
+ */
408
+ url: string;
409
+ };
410
+ /**
411
+ * Describes the message pad.v1.Location.
412
+ * Use `create(LocationSchema)` to create a new message.
413
+ */
414
+ export declare const LocationSchema: GenMessage<Location>;
415
+ /**
416
+ * @generated from message pad.v1.Pad
417
+ */
418
+ export type Pad = Message<"pad.v1.Pad"> & {
419
+ /**
420
+ * @generated from field: bool active = 1;
421
+ */
422
+ active: boolean;
423
+ /**
424
+ * @generated from field: repeated pad.v1.AgencyNormal agencies = 2;
425
+ */
426
+ agencies: AgencyNormal[];
427
+ /**
428
+ * @generated from field: pad.v1.Country country = 3;
429
+ */
430
+ country?: Country | undefined;
431
+ /**
432
+ * @generated from field: optional string description = 4;
433
+ */
434
+ description?: string | undefined;
435
+ /**
436
+ * @generated from field: optional string fastest_turnaround = 5;
437
+ */
438
+ fastestTurnaround?: string | undefined;
439
+ /**
440
+ * @generated from field: int32 id = 6;
441
+ */
442
+ id: number;
443
+ /**
444
+ * @generated from field: pad.v1.Image image = 7;
445
+ */
446
+ image?: Image | undefined;
447
+ /**
448
+ * @generated from field: optional string info_url = 8;
449
+ */
450
+ infoUrl?: string | undefined;
451
+ /**
452
+ * @generated from field: optional float latitude = 9;
453
+ */
454
+ latitude?: number | undefined;
455
+ /**
456
+ * @generated from field: pad.v1.Location location = 10;
457
+ */
458
+ location?: Location | undefined;
459
+ /**
460
+ * @generated from field: optional float longitude = 11;
461
+ */
462
+ longitude?: number | undefined;
463
+ /**
464
+ * @generated from field: optional string map_image = 12;
465
+ */
466
+ mapImage?: string | undefined;
467
+ /**
468
+ * @generated from field: optional string map_url = 13;
469
+ */
470
+ mapUrl?: string | undefined;
471
+ /**
472
+ * @generated from field: string name = 14;
473
+ */
474
+ name: string;
475
+ /**
476
+ * @generated from field: optional int32 orbital_launch_attempt_count = 15;
477
+ */
478
+ orbitalLaunchAttemptCount?: number | undefined;
479
+ /**
480
+ * @generated from field: optional int32 total_launch_count = 16;
481
+ */
482
+ totalLaunchCount?: number | undefined;
483
+ /**
484
+ * @generated from field: string url = 17;
485
+ */
486
+ url: string;
487
+ /**
488
+ * @generated from field: optional string wiki_url = 18;
489
+ */
490
+ wikiUrl?: string | undefined;
491
+ };
492
+ /**
493
+ * Describes the message pad.v1.Pad.
494
+ * Use `create(PadSchema)` to create a new message.
495
+ */
496
+ export declare const PadSchema: GenMessage<Pad>;
497
+ /**
498
+ * @generated from message pad.v1.ListPadsRequest
499
+ */
500
+ export type ListPadsRequest = Message<"pad.v1.ListPadsRequest"> & {
501
+ /**
502
+ * @generated from field: int32 limit = 1;
503
+ */
504
+ limit: number;
505
+ /**
506
+ * @generated from field: int32 offset = 2;
507
+ */
508
+ offset: number;
509
+ /**
510
+ * @generated from field: string search = 3;
511
+ */
512
+ search: string;
513
+ /**
514
+ * @generated from field: string mode = 4;
515
+ */
516
+ mode: string;
517
+ };
518
+ /**
519
+ * Describes the message pad.v1.ListPadsRequest.
520
+ * Use `create(ListPadsRequestSchema)` to create a new message.
521
+ */
522
+ export declare const ListPadsRequestSchema: GenMessage<ListPadsRequest>;
523
+ /**
524
+ * @generated from message pad.v1.ListPadsResponse
525
+ */
526
+ export type ListPadsResponse = Message<"pad.v1.ListPadsResponse"> & {
527
+ /**
528
+ * @generated from field: int32 count = 1;
529
+ */
530
+ count: number;
531
+ /**
532
+ * @generated from field: string next = 2;
533
+ */
534
+ next: string;
535
+ /**
536
+ * @generated from field: string previous = 3;
537
+ */
538
+ previous: string;
539
+ /**
540
+ * @generated from field: repeated pad.v1.Pad results = 4;
541
+ */
542
+ results: Pad[];
543
+ };
544
+ /**
545
+ * Describes the message pad.v1.ListPadsResponse.
546
+ * Use `create(ListPadsResponseSchema)` to create a new message.
547
+ */
548
+ export declare const ListPadsResponseSchema: GenMessage<ListPadsResponse>;
549
+ /**
550
+ * @generated from message pad.v1.GetPadRequest
551
+ */
552
+ export type GetPadRequest = Message<"pad.v1.GetPadRequest"> & {
553
+ /**
554
+ * @generated from field: int32 id = 1;
555
+ */
556
+ id: number;
557
+ /**
558
+ * @generated from field: string mode = 2;
559
+ */
560
+ mode: string;
561
+ };
562
+ /**
563
+ * Describes the message pad.v1.GetPadRequest.
564
+ * Use `create(GetPadRequestSchema)` to create a new message.
565
+ */
566
+ export declare const GetPadRequestSchema: GenMessage<GetPadRequest>;
567
+ /**
568
+ * @generated from message pad.v1.GetPadResponse
569
+ */
570
+ export type GetPadResponse = Message<"pad.v1.GetPadResponse"> & {
571
+ /**
572
+ * @generated from field: pad.v1.Pad pad = 1;
573
+ */
574
+ pad?: Pad | undefined;
575
+ };
576
+ /**
577
+ * Describes the message pad.v1.GetPadResponse.
578
+ * Use `create(GetPadResponseSchema)` to create a new message.
579
+ */
580
+ export declare const GetPadResponseSchema: GenMessage<GetPadResponse>;
581
+ /**
582
+ * @generated from service pad.v1.PadService
583
+ */
584
+ export declare const PadService: GenService<{
585
+ /**
586
+ * @generated from rpc pad.v1.PadService.ListPads
587
+ */
588
+ listPads: {
589
+ methodKind: "unary";
590
+ input: typeof ListPadsRequestSchema;
591
+ output: typeof ListPadsResponseSchema;
592
+ };
593
+ /**
594
+ * @generated from rpc pad.v1.PadService.GetPad
595
+ */
596
+ getPad: {
597
+ methodKind: "unary";
598
+ input: typeof GetPadRequestSchema;
599
+ output: typeof GetPadResponseSchema;
600
+ };
601
+ }>;
@@ -0,0 +1,88 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file proto/pad/v1/pad.proto (package pad.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file proto/pad/v1/pad.proto.
7
+ */
8
+ export const file_proto_pad_v1_pad = /*@__PURE__*/ fileDesc("ChZwcm90by9wYWQvdjEvcGFkLnByb3RvEgZwYWQudjEi3gMKDEFnZW5jeU5vcm1hbBIOCgZhYmJyZXYYASABKAkSGgoNYWRtaW5pc3RyYXRvchgCIAEoCUgAiAEBEiAKB2NvdW50cnkYAyADKAsyDy5wYWQudjEuQ291bnRyeRIYCgtkZXNjcmlwdGlvbhgEIAEoCUgBiAEBEhAKCGZlYXR1cmVkGAUgASgIEhoKDWZvdW5kaW5nX3llYXIYBiABKAVIAogBARIKCgJpZBgHIAEoBRIcCgVpbWFnZRgIIAEoCzINLnBhZC52MS5JbWFnZRIRCglsYXVuY2hlcnMYCSABKAkSGwoEbG9nbxgKIAEoCzINLnBhZC52MS5JbWFnZRIMCgRuYW1lGAsgASgJEhMKBnBhcmVudBgMIAEoCUgDiAEBEhUKDXJlc3BvbnNlX21vZGUYDSABKAkSIgoLc29jaWFsX2xvZ28YDiABKAsyDS5wYWQudjEuSW1hZ2USEgoKc3BhY2VjcmFmdBgPIAEoCRIgCgR0eXBlGBAgASgLMhIucGFkLnYxLkFnZW5jeVR5cGUSCwoDdXJsGBEgASgJQhAKDl9hZG1pbmlzdHJhdG9yQg4KDF9kZXNjcmlwdGlvbkIQCg5fZm91bmRpbmdfeWVhckIJCgdfcGFyZW50IiYKCkFnZW5jeVR5cGUSCgoCaWQYASABKAUSDAoEbmFtZRgCIAEoCSKxBAoVQ2VsZXN0aWFsQm9keURldGFpbGVkEhIKCmF0bW9zcGhlcmUYASABKAgSGAoLZGVzY3JpcHRpb24YAiABKAlIAIgBARIVCghkaWFtZXRlchgDIAEoAkgBiAEBEhcKD2ZhaWxlZF9sYW5kaW5ncxgEIAEoBRIXCg9mYWlsZWRfbGF1bmNoZXMYBSABKAUSFAoHZ3Jhdml0eRgGIAEoAkgCiAEBEgoKAmlkGAcgASgFEhwKBWltYWdlGAggASgLMg0ucGFkLnYxLkltYWdlEhoKDWxlbmd0aF9vZl9kYXkYCSABKAlIA4gBARIRCgRtYXNzGAogASgCSASIAQESDAoEbmFtZRgLIAEoCRIVCg1yZXNwb25zZV9tb2RlGAwgASgJEhsKE3N1Y2Nlc3NmdWxfbGFuZGluZ3MYDSABKAUSGwoTc3VjY2Vzc2Z1bF9sYXVuY2hlcxgOIAEoBRIgChh0b3RhbF9hdHRlbXB0ZWRfbGFuZGluZ3MYDyABKAUSIAoYdG90YWxfYXR0ZW1wdGVkX2xhdW5jaGVzGBAgASgFEicKBHR5cGUYESABKAsyGS5wYWQudjEuQ2VsZXN0aWFsQm9keVR5cGUSFQoId2lraV91cmwYEiABKAlIBYgBAUIOCgxfZGVzY3JpcHRpb25CCwoJX2RpYW1ldGVyQgoKCF9ncmF2aXR5QhAKDl9sZW5ndGhfb2ZfZGF5QgcKBV9tYXNzQgsKCV93aWtpX3VybCItChFDZWxlc3RpYWxCb2R5VHlwZRIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJIowBCgdDb3VudHJ5EhQKDGFscGhhXzJfY29kZRgBIAEoCRIUCgxhbHBoYV8zX2NvZGUYAiABKAkSCgoCaWQYAyABKAUSDAoEbmFtZRgEIAEoCRIYChBuYXRpb25hbGl0eV9uYW1lGAUgASgJEiEKGW5hdGlvbmFsaXR5X25hbWVfY29tcG9zZWQYBiABKAkizgEKBUltYWdlEhMKBmNyZWRpdBgBIAEoCUgAiAEBEgoKAmlkGAIgASgFEhEKCWltYWdlX3VybBgDIAEoCRIlCgdsaWNlbnNlGAQgASgLMhQucGFkLnYxLkltYWdlTGljZW5zZRIMCgRuYW1lGAUgASgJEhIKCnNpbmdsZV91c2UYBiABKAgSFQoNdGh1bWJuYWlsX3VybBgHIAEoCRImCgh2YXJpYW50cxgIIAMoCzIULnBhZC52MS5JbWFnZVZhcmlhbnRCCQoHX2NyZWRpdCJWCgxJbWFnZUxpY2Vuc2USCgoCaWQYASABKAUSEQoEbGluaxgCIAEoCUgAiAEBEgwKBG5hbWUYAyABKAkSEAoIcHJpb3JpdHkYBCABKAVCBwoFX2xpbmsiVQoMSW1hZ2VWYXJpYW50EgoKAmlkGAEgASgFEhEKCWltYWdlX3VybBgCIAEoCRImCgR0eXBlGAMgASgLMhgucGFkLnYxLkltYWdlVmFyaWFudFR5cGUiLAoQSW1hZ2VWYXJpYW50VHlwZRIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJIvIDCghMb2NhdGlvbhIOCgZhY3RpdmUYASABKAgSNQoOY2VsZXN0aWFsX2JvZHkYAiABKAsyHS5wYWQudjEuQ2VsZXN0aWFsQm9keURldGFpbGVkEiAKB2NvdW50cnkYAyABKAsyDy5wYWQudjEuQ291bnRyeRIYCgtkZXNjcmlwdGlvbhgEIAEoCUgAiAEBEgoKAmlkGAUgASgFEhwKBWltYWdlGAYgASgLMg0ucGFkLnYxLkltYWdlEhUKCGxhdGl0dWRlGAcgASgCSAGIAQESFgoJbG9uZ2l0dWRlGAggASgCSAKIAQESFgoJbWFwX2ltYWdlGAkgASgJSAOIAQESDAoEbmFtZRgKIAEoCRIVCg1yZXNwb25zZV9tb2RlGAsgASgJEhUKDXRpbWV6b25lX25hbWUYDCABKAkSIAoTdG90YWxfbGFuZGluZ19jb3VudBgNIAEoBUgEiAEBEh8KEnRvdGFsX2xhdW5jaF9jb3VudBgOIAEoBUgFiAEBEgsKA3VybBgPIAEoCUIOCgxfZGVzY3JpcHRpb25CCwoJX2xhdGl0dWRlQgwKCl9sb25naXR1ZGVCDAoKX21hcF9pbWFnZUIWChRfdG90YWxfbGFuZGluZ19jb3VudEIVChNfdG90YWxfbGF1bmNoX2NvdW50IogFCgNQYWQSDgoGYWN0aXZlGAEgASgIEiYKCGFnZW5jaWVzGAIgAygLMhQucGFkLnYxLkFnZW5jeU5vcm1hbBIgCgdjb3VudHJ5GAMgASgLMg8ucGFkLnYxLkNvdW50cnkSGAoLZGVzY3JpcHRpb24YBCABKAlIAIgBARIfChJmYXN0ZXN0X3R1cm5hcm91bmQYBSABKAlIAYgBARIKCgJpZBgGIAEoBRIcCgVpbWFnZRgHIAEoCzINLnBhZC52MS5JbWFnZRIVCghpbmZvX3VybBgIIAEoCUgCiAEBEhUKCGxhdGl0dWRlGAkgASgCSAOIAQESIgoIbG9jYXRpb24YCiABKAsyEC5wYWQudjEuTG9jYXRpb24SFgoJbG9uZ2l0dWRlGAsgASgCSASIAQESFgoJbWFwX2ltYWdlGAwgASgJSAWIAQESFAoHbWFwX3VybBgNIAEoCUgGiAEBEgwKBG5hbWUYDiABKAkSKQocb3JiaXRhbF9sYXVuY2hfYXR0ZW1wdF9jb3VudBgPIAEoBUgHiAEBEh8KEnRvdGFsX2xhdW5jaF9jb3VudBgQIAEoBUgIiAEBEgsKA3VybBgRIAEoCRIVCgh3aWtpX3VybBgSIAEoCUgJiAEBQg4KDF9kZXNjcmlwdGlvbkIVChNfZmFzdGVzdF90dXJuYXJvdW5kQgsKCV9pbmZvX3VybEILCglfbGF0aXR1ZGVCDAoKX2xvbmdpdHVkZUIMCgpfbWFwX2ltYWdlQgoKCF9tYXBfdXJsQh8KHV9vcmJpdGFsX2xhdW5jaF9hdHRlbXB0X2NvdW50QhUKE190b3RhbF9sYXVuY2hfY291bnRCCwoJX3dpa2lfdXJsIk4KD0xpc3RQYWRzUmVxdWVzdBINCgVsaW1pdBgBIAEoBRIOCgZvZmZzZXQYAiABKAUSDgoGc2VhcmNoGAMgASgJEgwKBG1vZGUYBCABKAkiXwoQTGlzdFBhZHNSZXNwb25zZRINCgVjb3VudBgBIAEoBRIMCgRuZXh0GAIgASgJEhAKCHByZXZpb3VzGAMgASgJEhwKB3Jlc3VsdHMYBCADKAsyCy5wYWQudjEuUGFkIikKDUdldFBhZFJlcXVlc3QSCgoCaWQYASABKAUSDAoEbW9kZRgCIAEoCSIqCg5HZXRQYWRSZXNwb25zZRIYCgNwYWQYASABKAsyCy5wYWQudjEuUGFkMoQBCgpQYWRTZXJ2aWNlEj0KCExpc3RQYWRzEhcucGFkLnYxLkxpc3RQYWRzUmVxdWVzdBoYLnBhZC52MS5MaXN0UGFkc1Jlc3BvbnNlEjcKBkdldFBhZBIVLnBhZC52MS5HZXRQYWRSZXF1ZXN0GhYucGFkLnYxLkdldFBhZFJlc3BvbnNlQjBaLmdpdGh1Yi5jb20vcG9ib2NoaWlnby9iaG9sZS9wcm90by9wYWQvdjE7cGFkdjFiBnByb3RvMw");
9
+ /**
10
+ * Describes the message pad.v1.AgencyNormal.
11
+ * Use `create(AgencyNormalSchema)` to create a new message.
12
+ */
13
+ export const AgencyNormalSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 0);
14
+ /**
15
+ * Describes the message pad.v1.AgencyType.
16
+ * Use `create(AgencyTypeSchema)` to create a new message.
17
+ */
18
+ export const AgencyTypeSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 1);
19
+ /**
20
+ * Describes the message pad.v1.CelestialBodyDetailed.
21
+ * Use `create(CelestialBodyDetailedSchema)` to create a new message.
22
+ */
23
+ export const CelestialBodyDetailedSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 2);
24
+ /**
25
+ * Describes the message pad.v1.CelestialBodyType.
26
+ * Use `create(CelestialBodyTypeSchema)` to create a new message.
27
+ */
28
+ export const CelestialBodyTypeSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 3);
29
+ /**
30
+ * Describes the message pad.v1.Country.
31
+ * Use `create(CountrySchema)` to create a new message.
32
+ */
33
+ export const CountrySchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 4);
34
+ /**
35
+ * Describes the message pad.v1.Image.
36
+ * Use `create(ImageSchema)` to create a new message.
37
+ */
38
+ export const ImageSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 5);
39
+ /**
40
+ * Describes the message pad.v1.ImageLicense.
41
+ * Use `create(ImageLicenseSchema)` to create a new message.
42
+ */
43
+ export const ImageLicenseSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 6);
44
+ /**
45
+ * Describes the message pad.v1.ImageVariant.
46
+ * Use `create(ImageVariantSchema)` to create a new message.
47
+ */
48
+ export const ImageVariantSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 7);
49
+ /**
50
+ * Describes the message pad.v1.ImageVariantType.
51
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
52
+ */
53
+ export const ImageVariantTypeSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 8);
54
+ /**
55
+ * Describes the message pad.v1.Location.
56
+ * Use `create(LocationSchema)` to create a new message.
57
+ */
58
+ export const LocationSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 9);
59
+ /**
60
+ * Describes the message pad.v1.Pad.
61
+ * Use `create(PadSchema)` to create a new message.
62
+ */
63
+ export const PadSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 10);
64
+ /**
65
+ * Describes the message pad.v1.ListPadsRequest.
66
+ * Use `create(ListPadsRequestSchema)` to create a new message.
67
+ */
68
+ export const ListPadsRequestSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 11);
69
+ /**
70
+ * Describes the message pad.v1.ListPadsResponse.
71
+ * Use `create(ListPadsResponseSchema)` to create a new message.
72
+ */
73
+ export const ListPadsResponseSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 12);
74
+ /**
75
+ * Describes the message pad.v1.GetPadRequest.
76
+ * Use `create(GetPadRequestSchema)` to create a new message.
77
+ */
78
+ export const GetPadRequestSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 13);
79
+ /**
80
+ * Describes the message pad.v1.GetPadResponse.
81
+ * Use `create(GetPadResponseSchema)` to create a new message.
82
+ */
83
+ export const GetPadResponseSchema = /*@__PURE__*/ messageDesc(file_proto_pad_v1_pad, 14);
84
+ /**
85
+ * @generated from service pad.v1.PadService
86
+ */
87
+ export const PadService = /*@__PURE__*/ serviceDesc(file_proto_pad_v1_pad, 0);
88
+ //# sourceMappingURL=pad_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pad_pb.js","sourceRoot":"","sources":["../../../../../src/gen/proto/pad/v1/pad_pb.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,8EAA8E;AAC9E,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGlF;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAY,aAAa,CACzD,QAAQ,CAAC,g3IAAg3I,CAAC,CAAC;AA4F73I;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAiBxC;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAiGxC;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAiBxC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAqCxC;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AA+CxC;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AA2BxC;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAsBxC;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAiBxC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAkFxC;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAiGxC;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAoB,aAAa,CACrD,WAAW,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AA2BzC;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AAiBzC;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AAYzC;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AAEzC;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAiBlB,aAAa,CAChB,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC"}