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