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,371 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file proto/launcher/v1/launcher.proto.
5
+ */
6
+ export declare const file_proto_launcher_v1_launcher: GenFile;
7
+ /**
8
+ * @generated from message launcher.v1.Image
9
+ */
10
+ export type Image = Message<"launcher.v1.Image"> & {
11
+ /**
12
+ * @generated from field: optional string credit = 1;
13
+ */
14
+ credit?: string | undefined;
15
+ /**
16
+ * @generated from field: int32 id = 2;
17
+ */
18
+ id: number;
19
+ /**
20
+ * @generated from field: string image_url = 3;
21
+ */
22
+ imageUrl: string;
23
+ /**
24
+ * @generated from field: launcher.v1.ImageLicense license = 4;
25
+ */
26
+ license?: ImageLicense | undefined;
27
+ /**
28
+ * @generated from field: string name = 5;
29
+ */
30
+ name: string;
31
+ /**
32
+ * @generated from field: bool single_use = 6;
33
+ */
34
+ singleUse: boolean;
35
+ /**
36
+ * @generated from field: string thumbnail_url = 7;
37
+ */
38
+ thumbnailUrl: string;
39
+ /**
40
+ * @generated from field: repeated launcher.v1.ImageVariant variants = 8;
41
+ */
42
+ variants: ImageVariant[];
43
+ };
44
+ /**
45
+ * Describes the message launcher.v1.Image.
46
+ * Use `create(ImageSchema)` to create a new message.
47
+ */
48
+ export declare const ImageSchema: GenMessage<Image>;
49
+ /**
50
+ * @generated from message launcher.v1.ImageLicense
51
+ */
52
+ export type ImageLicense = Message<"launcher.v1.ImageLicense"> & {
53
+ /**
54
+ * @generated from field: int32 id = 1;
55
+ */
56
+ id: number;
57
+ /**
58
+ * @generated from field: optional string link = 2;
59
+ */
60
+ link?: string | undefined;
61
+ /**
62
+ * @generated from field: string name = 3;
63
+ */
64
+ name: string;
65
+ /**
66
+ * @generated from field: int32 priority = 4;
67
+ */
68
+ priority: number;
69
+ };
70
+ /**
71
+ * Describes the message launcher.v1.ImageLicense.
72
+ * Use `create(ImageLicenseSchema)` to create a new message.
73
+ */
74
+ export declare const ImageLicenseSchema: GenMessage<ImageLicense>;
75
+ /**
76
+ * @generated from message launcher.v1.ImageVariant
77
+ */
78
+ export type ImageVariant = Message<"launcher.v1.ImageVariant"> & {
79
+ /**
80
+ * @generated from field: int32 id = 1;
81
+ */
82
+ id: number;
83
+ /**
84
+ * @generated from field: string image_url = 2;
85
+ */
86
+ imageUrl: string;
87
+ /**
88
+ * @generated from field: launcher.v1.ImageVariantType type = 3;
89
+ */
90
+ type?: ImageVariantType | undefined;
91
+ };
92
+ /**
93
+ * Describes the message launcher.v1.ImageVariant.
94
+ * Use `create(ImageVariantSchema)` to create a new message.
95
+ */
96
+ export declare const ImageVariantSchema: GenMessage<ImageVariant>;
97
+ /**
98
+ * @generated from message launcher.v1.ImageVariantType
99
+ */
100
+ export type ImageVariantType = Message<"launcher.v1.ImageVariantType"> & {
101
+ /**
102
+ * @generated from field: int32 id = 1;
103
+ */
104
+ id: number;
105
+ /**
106
+ * @generated from field: string name = 2;
107
+ */
108
+ name: string;
109
+ };
110
+ /**
111
+ * Describes the message launcher.v1.ImageVariantType.
112
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
113
+ */
114
+ export declare const ImageVariantTypeSchema: GenMessage<ImageVariantType>;
115
+ /**
116
+ * @generated from message launcher.v1.LauncherConfigFamilyMini
117
+ */
118
+ export type LauncherConfigFamilyMini = Message<"launcher.v1.LauncherConfigFamilyMini"> & {
119
+ /**
120
+ * @generated from field: int32 id = 1;
121
+ */
122
+ id: number;
123
+ /**
124
+ * @generated from field: string name = 2;
125
+ */
126
+ name: string;
127
+ /**
128
+ * @generated from field: string response_mode = 3;
129
+ */
130
+ responseMode: string;
131
+ };
132
+ /**
133
+ * Describes the message launcher.v1.LauncherConfigFamilyMini.
134
+ * Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
135
+ */
136
+ export declare const LauncherConfigFamilyMiniSchema: GenMessage<LauncherConfigFamilyMini>;
137
+ /**
138
+ * @generated from message launcher.v1.LauncherConfigList
139
+ */
140
+ export type LauncherConfigList = Message<"launcher.v1.LauncherConfigList"> & {
141
+ /**
142
+ * @generated from field: repeated launcher.v1.LauncherConfigFamilyMini families = 1;
143
+ */
144
+ families: LauncherConfigFamilyMini[];
145
+ /**
146
+ * @generated from field: string full_name = 2;
147
+ */
148
+ fullName: string;
149
+ /**
150
+ * @generated from field: int32 id = 3;
151
+ */
152
+ id: number;
153
+ /**
154
+ * @generated from field: string name = 4;
155
+ */
156
+ name: string;
157
+ /**
158
+ * @generated from field: string response_mode = 5;
159
+ */
160
+ responseMode: string;
161
+ /**
162
+ * @generated from field: string url = 6;
163
+ */
164
+ url: string;
165
+ /**
166
+ * @generated from field: string variant = 7;
167
+ */
168
+ variant: string;
169
+ };
170
+ /**
171
+ * Describes the message launcher.v1.LauncherConfigList.
172
+ * Use `create(LauncherConfigListSchema)` to create a new message.
173
+ */
174
+ export declare const LauncherConfigListSchema: GenMessage<LauncherConfigList>;
175
+ /**
176
+ * @generated from message launcher.v1.Launcher
177
+ */
178
+ export type Launcher = Message<"launcher.v1.Launcher"> & {
179
+ /**
180
+ * @generated from field: optional int32 attempted_landings = 1;
181
+ */
182
+ attemptedLandings?: number | undefined;
183
+ /**
184
+ * @generated from field: string details = 2;
185
+ */
186
+ details: string;
187
+ /**
188
+ * @generated from field: optional string fastest_turnaround = 3;
189
+ */
190
+ fastestTurnaround?: string | undefined;
191
+ /**
192
+ * @generated from field: optional string first_launch_date = 4;
193
+ */
194
+ firstLaunchDate?: string | undefined;
195
+ /**
196
+ * @generated from field: bool flight_proven = 5;
197
+ */
198
+ flightProven: boolean;
199
+ /**
200
+ * @generated from field: optional int32 flights = 6;
201
+ */
202
+ flights?: number | undefined;
203
+ /**
204
+ * @generated from field: int32 id = 7;
205
+ */
206
+ id: number;
207
+ /**
208
+ * @generated from field: launcher.v1.Image image = 8;
209
+ */
210
+ image?: Image | undefined;
211
+ /**
212
+ * @generated from field: bool is_placeholder = 9;
213
+ */
214
+ isPlaceholder: boolean;
215
+ /**
216
+ * @generated from field: optional string last_launch_date = 10;
217
+ */
218
+ lastLaunchDate?: string | undefined;
219
+ /**
220
+ * @generated from field: launcher.v1.LauncherConfigList launcher_config = 11;
221
+ */
222
+ launcherConfig?: LauncherConfigList | undefined;
223
+ /**
224
+ * @generated from field: string response_mode = 12;
225
+ */
226
+ responseMode: string;
227
+ /**
228
+ * @generated from field: optional string serial_number = 13;
229
+ */
230
+ serialNumber?: string | undefined;
231
+ /**
232
+ * @generated from field: launcher.v1.LauncherStatus status = 14;
233
+ */
234
+ status?: LauncherStatus | undefined;
235
+ /**
236
+ * @generated from field: optional int32 successful_landings = 15;
237
+ */
238
+ successfulLandings?: number | undefined;
239
+ /**
240
+ * @generated from field: string url = 16;
241
+ */
242
+ url: string;
243
+ };
244
+ /**
245
+ * Describes the message launcher.v1.Launcher.
246
+ * Use `create(LauncherSchema)` to create a new message.
247
+ */
248
+ export declare const LauncherSchema: GenMessage<Launcher>;
249
+ /**
250
+ * @generated from message launcher.v1.LauncherStatus
251
+ */
252
+ export type LauncherStatus = Message<"launcher.v1.LauncherStatus"> & {
253
+ /**
254
+ * @generated from field: int32 id = 1;
255
+ */
256
+ id: number;
257
+ /**
258
+ * @generated from field: string name = 2;
259
+ */
260
+ name: string;
261
+ };
262
+ /**
263
+ * Describes the message launcher.v1.LauncherStatus.
264
+ * Use `create(LauncherStatusSchema)` to create a new message.
265
+ */
266
+ export declare const LauncherStatusSchema: GenMessage<LauncherStatus>;
267
+ /**
268
+ * @generated from message launcher.v1.ListLaunchersRequest
269
+ */
270
+ export type ListLaunchersRequest = Message<"launcher.v1.ListLaunchersRequest"> & {
271
+ /**
272
+ * @generated from field: int32 limit = 1;
273
+ */
274
+ limit: number;
275
+ /**
276
+ * @generated from field: int32 offset = 2;
277
+ */
278
+ offset: number;
279
+ /**
280
+ * @generated from field: string search = 3;
281
+ */
282
+ search: string;
283
+ /**
284
+ * @generated from field: string mode = 4;
285
+ */
286
+ mode: string;
287
+ };
288
+ /**
289
+ * Describes the message launcher.v1.ListLaunchersRequest.
290
+ * Use `create(ListLaunchersRequestSchema)` to create a new message.
291
+ */
292
+ export declare const ListLaunchersRequestSchema: GenMessage<ListLaunchersRequest>;
293
+ /**
294
+ * @generated from message launcher.v1.ListLaunchersResponse
295
+ */
296
+ export type ListLaunchersResponse = Message<"launcher.v1.ListLaunchersResponse"> & {
297
+ /**
298
+ * @generated from field: int32 count = 1;
299
+ */
300
+ count: number;
301
+ /**
302
+ * @generated from field: string next = 2;
303
+ */
304
+ next: string;
305
+ /**
306
+ * @generated from field: string previous = 3;
307
+ */
308
+ previous: string;
309
+ /**
310
+ * @generated from field: repeated launcher.v1.Launcher results = 4;
311
+ */
312
+ results: Launcher[];
313
+ };
314
+ /**
315
+ * Describes the message launcher.v1.ListLaunchersResponse.
316
+ * Use `create(ListLaunchersResponseSchema)` to create a new message.
317
+ */
318
+ export declare const ListLaunchersResponseSchema: GenMessage<ListLaunchersResponse>;
319
+ /**
320
+ * @generated from message launcher.v1.GetLauncherRequest
321
+ */
322
+ export type GetLauncherRequest = Message<"launcher.v1.GetLauncherRequest"> & {
323
+ /**
324
+ * @generated from field: int32 id = 1;
325
+ */
326
+ id: number;
327
+ /**
328
+ * @generated from field: string mode = 2;
329
+ */
330
+ mode: string;
331
+ };
332
+ /**
333
+ * Describes the message launcher.v1.GetLauncherRequest.
334
+ * Use `create(GetLauncherRequestSchema)` to create a new message.
335
+ */
336
+ export declare const GetLauncherRequestSchema: GenMessage<GetLauncherRequest>;
337
+ /**
338
+ * @generated from message launcher.v1.GetLauncherResponse
339
+ */
340
+ export type GetLauncherResponse = Message<"launcher.v1.GetLauncherResponse"> & {
341
+ /**
342
+ * @generated from field: launcher.v1.Launcher launcher = 1;
343
+ */
344
+ launcher?: Launcher | undefined;
345
+ };
346
+ /**
347
+ * Describes the message launcher.v1.GetLauncherResponse.
348
+ * Use `create(GetLauncherResponseSchema)` to create a new message.
349
+ */
350
+ export declare const GetLauncherResponseSchema: GenMessage<GetLauncherResponse>;
351
+ /**
352
+ * @generated from service launcher.v1.LauncherService
353
+ */
354
+ export declare const LauncherService: GenService<{
355
+ /**
356
+ * @generated from rpc launcher.v1.LauncherService.ListLaunchers
357
+ */
358
+ listLaunchers: {
359
+ methodKind: "unary";
360
+ input: typeof ListLaunchersRequestSchema;
361
+ output: typeof ListLaunchersResponseSchema;
362
+ };
363
+ /**
364
+ * @generated from rpc launcher.v1.LauncherService.GetLauncher
365
+ */
366
+ getLauncher: {
367
+ methodKind: "unary";
368
+ input: typeof GetLauncherRequestSchema;
369
+ output: typeof GetLauncherResponseSchema;
370
+ };
371
+ }>;
@@ -0,0 +1,73 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file proto/launcher/v1/launcher.proto (package launcher.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file proto/launcher/v1/launcher.proto.
7
+ */
8
+ export const file_proto_launcher_v1_launcher = /*@__PURE__*/ fileDesc("CiBwcm90by9sYXVuY2hlci92MS9sYXVuY2hlci5wcm90bxILbGF1bmNoZXIudjEi2AEKBUltYWdlEhMKBmNyZWRpdBgBIAEoCUgAiAEBEgoKAmlkGAIgASgFEhEKCWltYWdlX3VybBgDIAEoCRIqCgdsaWNlbnNlGAQgASgLMhkubGF1bmNoZXIudjEuSW1hZ2VMaWNlbnNlEgwKBG5hbWUYBSABKAkSEgoKc2luZ2xlX3VzZRgGIAEoCBIVCg10aHVtYm5haWxfdXJsGAcgASgJEisKCHZhcmlhbnRzGAggAygLMhkubGF1bmNoZXIudjEuSW1hZ2VWYXJpYW50QgkKB19jcmVkaXQiVgoMSW1hZ2VMaWNlbnNlEgoKAmlkGAEgASgFEhEKBGxpbmsYAiABKAlIAIgBARIMCgRuYW1lGAMgASgJEhAKCHByaW9yaXR5GAQgASgFQgcKBV9saW5rIloKDEltYWdlVmFyaWFudBIKCgJpZBgBIAEoBRIRCglpbWFnZV91cmwYAiABKAkSKwoEdHlwZRgDIAEoCzIdLmxhdW5jaGVyLnYxLkltYWdlVmFyaWFudFR5cGUiLAoQSW1hZ2VWYXJpYW50VHlwZRIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJIksKGExhdW5jaGVyQ29uZmlnRmFtaWx5TWluaRIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJEhUKDXJlc3BvbnNlX21vZGUYAyABKAkirwEKEkxhdW5jaGVyQ29uZmlnTGlzdBI3CghmYW1pbGllcxgBIAMoCzIlLmxhdW5jaGVyLnYxLkxhdW5jaGVyQ29uZmlnRmFtaWx5TWluaRIRCglmdWxsX25hbWUYAiABKAkSCgoCaWQYAyABKAUSDAoEbmFtZRgEIAEoCRIVCg1yZXNwb25zZV9tb2RlGAUgASgJEgsKA3VybBgGIAEoCRIPCgd2YXJpYW50GAcgASgJIugECghMYXVuY2hlchIfChJhdHRlbXB0ZWRfbGFuZGluZ3MYASABKAVIAIgBARIPCgdkZXRhaWxzGAIgASgJEh8KEmZhc3Rlc3RfdHVybmFyb3VuZBgDIAEoCUgBiAEBEh4KEWZpcnN0X2xhdW5jaF9kYXRlGAQgASgJSAKIAQESFQoNZmxpZ2h0X3Byb3ZlbhgFIAEoCBIUCgdmbGlnaHRzGAYgASgFSAOIAQESCgoCaWQYByABKAUSIQoFaW1hZ2UYCCABKAsyEi5sYXVuY2hlci52MS5JbWFnZRIWCg5pc19wbGFjZWhvbGRlchgJIAEoCBIdChBsYXN0X2xhdW5jaF9kYXRlGAogASgJSASIAQESOAoPbGF1bmNoZXJfY29uZmlnGAsgASgLMh8ubGF1bmNoZXIudjEuTGF1bmNoZXJDb25maWdMaXN0EhUKDXJlc3BvbnNlX21vZGUYDCABKAkSGgoNc2VyaWFsX251bWJlchgNIAEoCUgFiAEBEisKBnN0YXR1cxgOIAEoCzIbLmxhdW5jaGVyLnYxLkxhdW5jaGVyU3RhdHVzEiAKE3N1Y2Nlc3NmdWxfbGFuZGluZ3MYDyABKAVIBogBARILCgN1cmwYECABKAlCFQoTX2F0dGVtcHRlZF9sYW5kaW5nc0IVChNfZmFzdGVzdF90dXJuYXJvdW5kQhQKEl9maXJzdF9sYXVuY2hfZGF0ZUIKCghfZmxpZ2h0c0ITChFfbGFzdF9sYXVuY2hfZGF0ZUIQCg5fc2VyaWFsX251bWJlckIWChRfc3VjY2Vzc2Z1bF9sYW5kaW5ncyIqCg5MYXVuY2hlclN0YXR1cxIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJIlMKFExpc3RMYXVuY2hlcnNSZXF1ZXN0Eg0KBWxpbWl0GAEgASgFEg4KBm9mZnNldBgCIAEoBRIOCgZzZWFyY2gYAyABKAkSDAoEbW9kZRgEIAEoCSJuChVMaXN0TGF1bmNoZXJzUmVzcG9uc2USDQoFY291bnQYASABKAUSDAoEbmV4dBgCIAEoCRIQCghwcmV2aW91cxgDIAEoCRImCgdyZXN1bHRzGAQgAygLMhUubGF1bmNoZXIudjEuTGF1bmNoZXIiLgoSR2V0TGF1bmNoZXJSZXF1ZXN0EgoKAmlkGAEgASgFEgwKBG1vZGUYAiABKAkiPgoTR2V0TGF1bmNoZXJSZXNwb25zZRInCghsYXVuY2hlchgBIAEoCzIVLmxhdW5jaGVyLnYxLkxhdW5jaGVyMrsBCg9MYXVuY2hlclNlcnZpY2USVgoNTGlzdExhdW5jaGVycxIhLmxhdW5jaGVyLnYxLkxpc3RMYXVuY2hlcnNSZXF1ZXN0GiIubGF1bmNoZXIudjEuTGlzdExhdW5jaGVyc1Jlc3BvbnNlElAKC0dldExhdW5jaGVyEh8ubGF1bmNoZXIudjEuR2V0TGF1bmNoZXJSZXF1ZXN0GiAubGF1bmNoZXIudjEuR2V0TGF1bmNoZXJSZXNwb25zZUI6WjhnaXRodWIuY29tL3BvYm9jaGlpZ28vYmhvbGUvcHJvdG8vbGF1bmNoZXIvdjE7bGF1bmNoZXJ2MWIGcHJvdG8z");
9
+ /**
10
+ * Describes the message launcher.v1.Image.
11
+ * Use `create(ImageSchema)` to create a new message.
12
+ */
13
+ export const ImageSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 0);
14
+ /**
15
+ * Describes the message launcher.v1.ImageLicense.
16
+ * Use `create(ImageLicenseSchema)` to create a new message.
17
+ */
18
+ export const ImageLicenseSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 1);
19
+ /**
20
+ * Describes the message launcher.v1.ImageVariant.
21
+ * Use `create(ImageVariantSchema)` to create a new message.
22
+ */
23
+ export const ImageVariantSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 2);
24
+ /**
25
+ * Describes the message launcher.v1.ImageVariantType.
26
+ * Use `create(ImageVariantTypeSchema)` to create a new message.
27
+ */
28
+ export const ImageVariantTypeSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 3);
29
+ /**
30
+ * Describes the message launcher.v1.LauncherConfigFamilyMini.
31
+ * Use `create(LauncherConfigFamilyMiniSchema)` to create a new message.
32
+ */
33
+ export const LauncherConfigFamilyMiniSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 4);
34
+ /**
35
+ * Describes the message launcher.v1.LauncherConfigList.
36
+ * Use `create(LauncherConfigListSchema)` to create a new message.
37
+ */
38
+ export const LauncherConfigListSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 5);
39
+ /**
40
+ * Describes the message launcher.v1.Launcher.
41
+ * Use `create(LauncherSchema)` to create a new message.
42
+ */
43
+ export const LauncherSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 6);
44
+ /**
45
+ * Describes the message launcher.v1.LauncherStatus.
46
+ * Use `create(LauncherStatusSchema)` to create a new message.
47
+ */
48
+ export const LauncherStatusSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 7);
49
+ /**
50
+ * Describes the message launcher.v1.ListLaunchersRequest.
51
+ * Use `create(ListLaunchersRequestSchema)` to create a new message.
52
+ */
53
+ export const ListLaunchersRequestSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 8);
54
+ /**
55
+ * Describes the message launcher.v1.ListLaunchersResponse.
56
+ * Use `create(ListLaunchersResponseSchema)` to create a new message.
57
+ */
58
+ export const ListLaunchersResponseSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 9);
59
+ /**
60
+ * Describes the message launcher.v1.GetLauncherRequest.
61
+ * Use `create(GetLauncherRequestSchema)` to create a new message.
62
+ */
63
+ export const GetLauncherRequestSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 10);
64
+ /**
65
+ * Describes the message launcher.v1.GetLauncherResponse.
66
+ * Use `create(GetLauncherResponseSchema)` to create a new message.
67
+ */
68
+ export const GetLauncherResponseSchema = /*@__PURE__*/ messageDesc(file_proto_launcher_v1_launcher, 11);
69
+ /**
70
+ * @generated from service launcher.v1.LauncherService
71
+ */
72
+ export const LauncherService = /*@__PURE__*/ serviceDesc(file_proto_launcher_v1_launcher, 0);
73
+ //# sourceMappingURL=launcher_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launcher_pb.js","sourceRoot":"","sources":["../../../../../src/gen/proto/launcher/v1/launcher_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,8kFAA8kF,CAAC,CAAC;AA+C3lF;;;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;AAsBlD;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC;AA0ClD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,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;AAiBlD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC;AA2BlD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC;AA2BlD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC;AAiBlD;;;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"}