@anduril-industries/lattice-sdk 1.2.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 (105) hide show
  1. package/.github/CODEOWNERS +1 -0
  2. package/.github/workflows/commit-lint.yml +21 -0
  3. package/.github/workflows/release.yml +36 -0
  4. package/LICENSE.md +188 -0
  5. package/README.md +30 -0
  6. package/SECURITY.md +5 -0
  7. package/package.json +21 -0
  8. package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
  9. package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
  10. package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
  11. package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
  12. package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
  13. package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
  14. package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
  15. package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
  16. package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
  17. package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
  18. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
  19. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
  20. package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
  21. package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
  22. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
  23. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
  24. package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
  25. package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
  26. package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
  27. package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
  28. package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
  29. package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
  30. package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
  31. package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
  32. package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
  33. package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
  34. package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
  35. package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
  36. package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
  37. package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
  38. package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
  39. package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
  40. package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
  41. package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
  42. package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
  43. package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
  44. package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
  45. package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
  46. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
  47. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
  48. package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
  49. package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
  50. package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
  51. package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
  52. package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
  53. package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
  54. package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
  55. package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
  56. package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
  57. package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
  58. package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
  59. package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
  60. package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
  61. package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
  62. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
  63. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
  64. package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
  65. package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
  66. package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
  67. package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
  68. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
  69. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
  70. package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
  71. package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
  72. package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
  73. package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
  74. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
  75. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
  76. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
  77. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
  78. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
  79. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
  80. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
  81. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
  82. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
  83. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
  84. package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
  85. package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
  86. package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
  87. package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
  88. package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
  89. package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
  90. package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
  91. package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
  92. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
  93. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
  94. package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
  95. package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
  96. package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
  97. package/src/anduril/type/attribution.pub_pb.js +19 -0
  98. package/src/anduril/type/color.pub_pb.d.ts +61 -0
  99. package/src/anduril/type/color.pub_pb.js +20 -0
  100. package/src/anduril/type/coords.pub_pb.d.ts +730 -0
  101. package/src/anduril/type/coords.pub_pb.js +180 -0
  102. package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
  103. package/src/anduril/type/geometry.pub_pb.js +20 -0
  104. package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
  105. package/src/anduril/type/orbit.pub_pb.js +65 -0
@@ -0,0 +1,432 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/signal.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Pose, TMat2 } from "../../type/coords.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/signal.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_signal_pub: GenFile;
13
+
14
+ /**
15
+ * A component that describes an entity's signal characteristics.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.Signal
18
+ */
19
+ export declare type Signal = Message<"anduril.entitymanager.v1.Signal"> & {
20
+ /**
21
+ * Indicates either a frequency range or a center frequency of this signal.
22
+ *
23
+ * @generated from oneof anduril.entitymanager.v1.Signal.frequency_measurement
24
+ */
25
+ frequencyMeasurement: {
26
+ /**
27
+ * @generated from field: anduril.entitymanager.v1.Frequency frequency_center = 1;
28
+ */
29
+ value: Frequency;
30
+ case: "frequencyCenter";
31
+ } | {
32
+ /**
33
+ * @generated from field: anduril.entitymanager.v1.FrequencyRange frequency_range = 2;
34
+ */
35
+ value: FrequencyRange;
36
+ case: "frequencyRange";
37
+ } | { case: undefined; value?: undefined };
38
+
39
+ /**
40
+ * Indicates the bandwidth of a signal (Hz).
41
+ *
42
+ * @generated from field: google.protobuf.DoubleValue bandwidth_hz = 3;
43
+ */
44
+ bandwidthHz?: number;
45
+
46
+ /**
47
+ * Indicates the signal to noise (SNR) of this signal.
48
+ *
49
+ * @generated from field: google.protobuf.DoubleValue signal_to_noise_ratio = 4;
50
+ */
51
+ signalToNoiseRatio?: number;
52
+
53
+ /**
54
+ * Indicates the signal report.
55
+ *
56
+ * @generated from oneof anduril.entitymanager.v1.Signal.report
57
+ */
58
+ report: {
59
+ /**
60
+ * @generated from field: anduril.entitymanager.v1.LineOfBearing line_of_bearing = 5;
61
+ */
62
+ value: LineOfBearing;
63
+ case: "lineOfBearing";
64
+ } | {
65
+ /**
66
+ * @generated from field: anduril.entitymanager.v1.Fixed fixed = 6;
67
+ */
68
+ value: Fixed;
69
+ case: "fixed";
70
+ } | { case: undefined; value?: undefined };
71
+
72
+ /**
73
+ * Emitter notations associated with this entity.
74
+ *
75
+ * @generated from field: repeated anduril.entitymanager.v1.EmitterNotation emitter_notations = 7;
76
+ */
77
+ emitterNotations: EmitterNotation[];
78
+
79
+ /**
80
+ * length in time of a single pulse
81
+ *
82
+ * @generated from field: google.protobuf.DoubleValue pulse_width_s = 8;
83
+ */
84
+ pulseWidthS?: number;
85
+
86
+ /**
87
+ * length in time between the start of two pulses
88
+ *
89
+ * @generated from field: anduril.entitymanager.v1.PulseRepetitionInterval pulse_repetition_interval = 9;
90
+ */
91
+ pulseRepetitionInterval?: PulseRepetitionInterval;
92
+
93
+ /**
94
+ * describes how a signal is observing the environment
95
+ *
96
+ * @generated from field: anduril.entitymanager.v1.ScanCharacteristics scan_characteristics = 11;
97
+ */
98
+ scanCharacteristics?: ScanCharacteristics;
99
+ };
100
+
101
+ /**
102
+ * Describes the message anduril.entitymanager.v1.Signal.
103
+ * Use `create(SignalSchema)` to create a new message.
104
+ */
105
+ export declare const SignalSchema: GenMessage<Signal>;
106
+
107
+ /**
108
+ * A representation of a single emitter notation.
109
+ *
110
+ * @generated from message anduril.entitymanager.v1.EmitterNotation
111
+ */
112
+ export declare type EmitterNotation = Message<"anduril.entitymanager.v1.EmitterNotation"> & {
113
+ /**
114
+ * @generated from field: string emitter_notation = 1;
115
+ */
116
+ emitterNotation: string;
117
+
118
+ /**
119
+ * confidence as a percentage that the emitter notation in this component is accurate
120
+ *
121
+ * @generated from field: google.protobuf.DoubleValue confidence = 2;
122
+ */
123
+ confidence?: number;
124
+ };
125
+
126
+ /**
127
+ * Describes the message anduril.entitymanager.v1.EmitterNotation.
128
+ * Use `create(EmitterNotationSchema)` to create a new message.
129
+ */
130
+ export declare const EmitterNotationSchema: GenMessage<EmitterNotation>;
131
+
132
+ /**
133
+ * A component that describes some measured value with error.
134
+ *
135
+ * @generated from message anduril.entitymanager.v1.Measurement
136
+ */
137
+ export declare type Measurement = Message<"anduril.entitymanager.v1.Measurement"> & {
138
+ /**
139
+ * The value of the measurement.
140
+ *
141
+ * @generated from field: google.protobuf.DoubleValue value = 1;
142
+ */
143
+ value?: number;
144
+
145
+ /**
146
+ * Estimated one standard deviation in same unit as the value.
147
+ *
148
+ * @generated from field: google.protobuf.DoubleValue sigma = 2;
149
+ */
150
+ sigma?: number;
151
+ };
152
+
153
+ /**
154
+ * Describes the message anduril.entitymanager.v1.Measurement.
155
+ * Use `create(MeasurementSchema)` to create a new message.
156
+ */
157
+ export declare const MeasurementSchema: GenMessage<Measurement>;
158
+
159
+ /**
160
+ * A component for describing frequency.
161
+ *
162
+ * @generated from message anduril.entitymanager.v1.Frequency
163
+ */
164
+ export declare type Frequency = Message<"anduril.entitymanager.v1.Frequency"> & {
165
+ /**
166
+ * Indicates a frequency of a signal (Hz) with its standard deviation.
167
+ *
168
+ * @generated from field: anduril.entitymanager.v1.Measurement frequency_hz = 1;
169
+ */
170
+ frequencyHz?: Measurement;
171
+ };
172
+
173
+ /**
174
+ * Describes the message anduril.entitymanager.v1.Frequency.
175
+ * Use `create(FrequencySchema)` to create a new message.
176
+ */
177
+ export declare const FrequencySchema: GenMessage<Frequency>;
178
+
179
+ /**
180
+ * A component to represent a frequency range.
181
+ *
182
+ * @generated from message anduril.entitymanager.v1.FrequencyRange
183
+ */
184
+ export declare type FrequencyRange = Message<"anduril.entitymanager.v1.FrequencyRange"> & {
185
+ /**
186
+ * Indicates the lowest measured frequency of a signal (Hz).
187
+ *
188
+ * @generated from field: anduril.entitymanager.v1.Frequency minimum_frequency_hz = 1;
189
+ */
190
+ minimumFrequencyHz?: Frequency;
191
+
192
+ /**
193
+ * Indicates the maximum measured frequency of a signal (Hz).
194
+ *
195
+ * @generated from field: anduril.entitymanager.v1.Frequency maximum_frequency_hz = 2;
196
+ */
197
+ maximumFrequencyHz?: Frequency;
198
+ };
199
+
200
+ /**
201
+ * Describes the message anduril.entitymanager.v1.FrequencyRange.
202
+ * Use `create(FrequencyRangeSchema)` to create a new message.
203
+ */
204
+ export declare const FrequencyRangeSchema: GenMessage<FrequencyRange>;
205
+
206
+ /**
207
+ * A line of bearing of a signal.
208
+ *
209
+ * @generated from message anduril.entitymanager.v1.LineOfBearing
210
+ */
211
+ export declare type LineOfBearing = Message<"anduril.entitymanager.v1.LineOfBearing"> & {
212
+ /**
213
+ * The direction pointing from this entity to the detection
214
+ *
215
+ * @generated from field: anduril.entitymanager.v1.AngleOfArrival angle_of_arrival = 3;
216
+ */
217
+ angleOfArrival?: AngleOfArrival;
218
+
219
+ /**
220
+ * The range of the detection in the direction defined by the angle of arrival
221
+ *
222
+ * @generated from oneof anduril.entitymanager.v1.LineOfBearing.detection_range
223
+ */
224
+ detectionRange: {
225
+ /**
226
+ * The estimated distance of the detection
227
+ *
228
+ * @generated from field: anduril.entitymanager.v1.Measurement range_estimate_m = 4;
229
+ */
230
+ value: Measurement;
231
+ case: "rangeEstimateM";
232
+ } | {
233
+ /**
234
+ * The maximum distance of the detection
235
+ *
236
+ * @generated from field: anduril.entitymanager.v1.Measurement max_range_m = 5;
237
+ */
238
+ value: Measurement;
239
+ case: "maxRangeM";
240
+ } | { case: undefined; value?: undefined };
241
+ };
242
+
243
+ /**
244
+ * Describes the message anduril.entitymanager.v1.LineOfBearing.
245
+ * Use `create(LineOfBearingSchema)` to create a new message.
246
+ */
247
+ export declare const LineOfBearingSchema: GenMessage<LineOfBearing>;
248
+
249
+ /**
250
+ * The direction from which the signal is received
251
+ *
252
+ * @generated from message anduril.entitymanager.v1.AngleOfArrival
253
+ */
254
+ export declare type AngleOfArrival = Message<"anduril.entitymanager.v1.AngleOfArrival"> & {
255
+ /**
256
+ * Origin (LLA) and attitude (relative to ENU) of a ray pointing towards the detection. The attitude represents a
257
+ * forward-left-up (FLU) frame where the x-axis (1, 0, 0) is pointing towards the target.
258
+ *
259
+ * @generated from field: anduril.type.Pose relative_pose = 1;
260
+ */
261
+ relativePose?: Pose;
262
+
263
+ /**
264
+ * Bearing/elevation covariance matrix where bearing is defined in radians CCW+ about the z-axis from the x-axis of FLU frame
265
+ * and elevation is positive down from the FL/XY plane.
266
+ * mxx = bearing variance in rad^2
267
+ * mxy = bearing/elevation covariance in rad^2
268
+ * myy = elevation variance in rad^2
269
+ *
270
+ * @generated from field: anduril.type.TMat2 bearing_elevation_covariance_rad2 = 2;
271
+ */
272
+ bearingElevationCovarianceRad2?: TMat2;
273
+ };
274
+
275
+ /**
276
+ * Describes the message anduril.entitymanager.v1.AngleOfArrival.
277
+ * Use `create(AngleOfArrivalSchema)` to create a new message.
278
+ */
279
+ export declare const AngleOfArrivalSchema: GenMessage<AngleOfArrival>;
280
+
281
+ /**
282
+ * A fix of a signal. No extra fields but it is expected that location should be populated when using this report.
283
+ *
284
+ * @generated from message anduril.entitymanager.v1.Fixed
285
+ */
286
+ export declare type Fixed = Message<"anduril.entitymanager.v1.Fixed"> & {
287
+ };
288
+
289
+ /**
290
+ * Describes the message anduril.entitymanager.v1.Fixed.
291
+ * Use `create(FixedSchema)` to create a new message.
292
+ */
293
+ export declare const FixedSchema: GenMessage<Fixed>;
294
+
295
+ /**
296
+ * A component that describe the length in time between two pulses
297
+ *
298
+ * @generated from message anduril.entitymanager.v1.PulseRepetitionInterval
299
+ */
300
+ export declare type PulseRepetitionInterval = Message<"anduril.entitymanager.v1.PulseRepetitionInterval"> & {
301
+ /**
302
+ * @generated from field: anduril.entitymanager.v1.Measurement pulse_repetition_interval_s = 1;
303
+ */
304
+ pulseRepetitionIntervalS?: Measurement;
305
+ };
306
+
307
+ /**
308
+ * Describes the message anduril.entitymanager.v1.PulseRepetitionInterval.
309
+ * Use `create(PulseRepetitionIntervalSchema)` to create a new message.
310
+ */
311
+ export declare const PulseRepetitionIntervalSchema: GenMessage<PulseRepetitionInterval>;
312
+
313
+ /**
314
+ * A component that describes the scanning characteristics of a signal
315
+ *
316
+ * @generated from message anduril.entitymanager.v1.ScanCharacteristics
317
+ */
318
+ export declare type ScanCharacteristics = Message<"anduril.entitymanager.v1.ScanCharacteristics"> & {
319
+ /**
320
+ * @generated from field: anduril.entitymanager.v1.ScanType scan_type = 1;
321
+ */
322
+ scanType: ScanType;
323
+
324
+ /**
325
+ * @generated from field: google.protobuf.DoubleValue scan_period_s = 2;
326
+ */
327
+ scanPeriodS?: number;
328
+ };
329
+
330
+ /**
331
+ * Describes the message anduril.entitymanager.v1.ScanCharacteristics.
332
+ * Use `create(ScanCharacteristicsSchema)` to create a new message.
333
+ */
334
+ export declare const ScanCharacteristicsSchema: GenMessage<ScanCharacteristics>;
335
+
336
+ /**
337
+ * Enumerates the possible scan types
338
+ *
339
+ * @generated from enum anduril.entitymanager.v1.ScanType
340
+ */
341
+ export enum ScanType {
342
+ /**
343
+ * @generated from enum value: SCAN_TYPE_INVALID = 0;
344
+ */
345
+ INVALID = 0,
346
+
347
+ /**
348
+ * @generated from enum value: SCAN_TYPE_CIRCULAR = 1;
349
+ */
350
+ CIRCULAR = 1,
351
+
352
+ /**
353
+ * @generated from enum value: SCAN_TYPE_BIDIRECTIONAL_HORIZONTAL_SECTOR = 2;
354
+ */
355
+ BIDIRECTIONAL_HORIZONTAL_SECTOR = 2,
356
+
357
+ /**
358
+ * @generated from enum value: SCAN_TYPE_BIDIRECTIONAL_VERTICAL_SECTOR = 3;
359
+ */
360
+ BIDIRECTIONAL_VERTICAL_SECTOR = 3,
361
+
362
+ /**
363
+ * @generated from enum value: SCAN_TYPE_NON_SCANNING = 4;
364
+ */
365
+ NON_SCANNING = 4,
366
+
367
+ /**
368
+ * @generated from enum value: SCAN_TYPE_IRREGULAR = 5;
369
+ */
370
+ IRREGULAR = 5,
371
+
372
+ /**
373
+ * @generated from enum value: SCAN_TYPE_CONICAL = 6;
374
+ */
375
+ CONICAL = 6,
376
+
377
+ /**
378
+ * @generated from enum value: SCAN_TYPE_LOBE_SWITCHING = 7;
379
+ */
380
+ LOBE_SWITCHING = 7,
381
+
382
+ /**
383
+ * @generated from enum value: SCAN_TYPE_RASTER = 8;
384
+ */
385
+ RASTER = 8,
386
+
387
+ /**
388
+ * @generated from enum value: SCAN_TYPE_CIRCULAR_VERTICAL_SECTOR = 9;
389
+ */
390
+ CIRCULAR_VERTICAL_SECTOR = 9,
391
+
392
+ /**
393
+ * @generated from enum value: SCAN_TYPE_CIRCULAR_CONICAL = 10;
394
+ */
395
+ CIRCULAR_CONICAL = 10,
396
+
397
+ /**
398
+ * @generated from enum value: SCAN_TYPE_SECTOR_CONICAL = 11;
399
+ */
400
+ SECTOR_CONICAL = 11,
401
+
402
+ /**
403
+ * @generated from enum value: SCAN_TYPE_AGILE_BEAM = 12;
404
+ */
405
+ AGILE_BEAM = 12,
406
+
407
+ /**
408
+ * @generated from enum value: SCAN_TYPE_UNIDIRECTIONAL_VERTICAL_SECTOR = 13;
409
+ */
410
+ UNIDIRECTIONAL_VERTICAL_SECTOR = 13,
411
+
412
+ /**
413
+ * @generated from enum value: SCAN_TYPE_UNIDIRECTIONAL_HORIZONTAL_SECTOR = 14;
414
+ */
415
+ UNIDIRECTIONAL_HORIZONTAL_SECTOR = 14,
416
+
417
+ /**
418
+ * @generated from enum value: SCAN_TYPE_UNIDIRECTIONAL_SECTOR = 15;
419
+ */
420
+ UNIDIRECTIONAL_SECTOR = 15,
421
+
422
+ /**
423
+ * @generated from enum value: SCAN_TYPE_BIDIRECTIONAL_SECTOR = 16;
424
+ */
425
+ BIDIRECTIONAL_SECTOR = 16,
426
+ }
427
+
428
+ /**
429
+ * Describes the enum anduril.entitymanager.v1.ScanType.
430
+ */
431
+ export declare const ScanTypeSchema: GenEnum<ScanType>;
432
+
@@ -0,0 +1,98 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/signal.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_type_coords_pub } from "../../type/coords.pub_pb.js";
7
+ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/signal.pub.proto.
11
+ */
12
+ export const file_anduril_entitymanager_v1_signal_pub = /*@__PURE__*/
13
+ fileDesc("CilhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvc2lnbmFsLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIrwFCgZTaWduYWwSPwoQZnJlcXVlbmN5X2NlbnRlchgBIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5GcmVxdWVuY3lIABJDCg9mcmVxdWVuY3lfcmFuZ2UYAiABKAsyKC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuRnJlcXVlbmN5UmFuZ2VIABIyCgxiYW5kd2lkdGhfaHoYAyABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSOwoVc2lnbmFsX3RvX25vaXNlX3JhdGlvGAQgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEkIKD2xpbmVfb2ZfYmVhcmluZxgFIAEoCzInLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5MaW5lT2ZCZWFyaW5nSAESMAoFZml4ZWQYBiABKAsyHy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuRml4ZWRIARJEChFlbWl0dGVyX25vdGF0aW9ucxgHIAMoCzIpLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbWl0dGVyTm90YXRpb24SMwoNcHVsc2Vfd2lkdGhfcxgIIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRJUChlwdWxzZV9yZXBldGl0aW9uX2ludGVydmFsGAkgASgLMjEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlB1bHNlUmVwZXRpdGlvbkludGVydmFsEksKFHNjYW5fY2hhcmFjdGVyaXN0aWNzGAsgASgLMi0uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlNjYW5DaGFyYWN0ZXJpc3RpY3NCFwoVZnJlcXVlbmN5X21lYXN1cmVtZW50QggKBnJlcG9ydEoECAoQCyJdCg9FbWl0dGVyTm90YXRpb24SGAoQZW1pdHRlcl9ub3RhdGlvbhgBIAEoCRIwCgpjb25maWRlbmNlGAIgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlImcKC01lYXN1cmVtZW50EisKBXZhbHVlGAEgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEisKBXNpZ21hGAIgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlIkgKCUZyZXF1ZW5jeRI7CgxmcmVxdWVuY3lfaHoYASABKAsyJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTWVhc3VyZW1lbnQilgEKDkZyZXF1ZW5jeVJhbmdlEkEKFG1pbmltdW1fZnJlcXVlbmN5X2h6GAEgASgLMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkZyZXF1ZW5jeRJBChRtYXhpbXVtX2ZyZXF1ZW5jeV9oehgCIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5GcmVxdWVuY3ki8wEKDUxpbmVPZkJlYXJpbmcSQgoQYW5nbGVfb2ZfYXJyaXZhbBgDIAEoCzIoLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5BbmdsZU9mQXJyaXZhbBJBChByYW5nZV9lc3RpbWF0ZV9tGAQgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk1lYXN1cmVtZW50SAASPAoLbWF4X3JhbmdlX20YBSABKAsyJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTWVhc3VyZW1lbnRIAEIRCg9kZXRlY3Rpb25fcmFuZ2VKBAgBEAJKBAgCEAMiewoOQW5nbGVPZkFycml2YWwSKQoNcmVsYXRpdmVfcG9zZRgBIAEoCzISLmFuZHVyaWwudHlwZS5Qb3NlEj4KIWJlYXJpbmdfZWxldmF0aW9uX2NvdmFyaWFuY2VfcmFkMhgCIAEoCzITLmFuZHVyaWwudHlwZS5UTWF0MiIHCgVGaXhlZCJlChdQdWxzZVJlcGV0aXRpb25JbnRlcnZhbBJKChtwdWxzZV9yZXBldGl0aW9uX2ludGVydmFsX3MYASABKAsyJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTWVhc3VyZW1lbnQigQEKE1NjYW5DaGFyYWN0ZXJpc3RpY3MSNQoJc2Nhbl90eXBlGAEgASgOMiIuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlNjYW5UeXBlEjMKDXNjYW5fcGVyaW9kX3MYAiABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUqvAQKCFNjYW5UeXBlEhUKEVNDQU5fVFlQRV9JTlZBTElEEAASFgoSU0NBTl9UWVBFX0NJUkNVTEFSEAESLQopU0NBTl9UWVBFX0JJRElSRUNUSU9OQUxfSE9SSVpPTlRBTF9TRUNUT1IQAhIrCidTQ0FOX1RZUEVfQklESVJFQ1RJT05BTF9WRVJUSUNBTF9TRUNUT1IQAxIaChZTQ0FOX1RZUEVfTk9OX1NDQU5OSU5HEAQSFwoTU0NBTl9UWVBFX0lSUkVHVUxBUhAFEhUKEVNDQU5fVFlQRV9DT05JQ0FMEAYSHAoYU0NBTl9UWVBFX0xPQkVfU1dJVENISU5HEAcSFAoQU0NBTl9UWVBFX1JBU1RFUhAIEiYKIlNDQU5fVFlQRV9DSVJDVUxBUl9WRVJUSUNBTF9TRUNUT1IQCRIeChpTQ0FOX1RZUEVfQ0lSQ1VMQVJfQ09OSUNBTBAKEhwKGFNDQU5fVFlQRV9TRUNUT1JfQ09OSUNBTBALEhgKFFNDQU5fVFlQRV9BR0lMRV9CRUFNEAwSLAooU0NBTl9UWVBFX1VOSURJUkVDVElPTkFMX1ZFUlRJQ0FMX1NFQ1RPUhANEi4KKlNDQU5fVFlQRV9VTklESVJFQ1RJT05BTF9IT1JJWk9OVEFMX1NFQ1RPUhAOEiMKH1NDQU5fVFlQRV9VTklESVJFQ1RJT05BTF9TRUNUT1IQDxIiCh5TQ0FOX1RZUEVfQklESVJFQ1RJT05BTF9TRUNUT1IQEEL/AQocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIOU2lnbmFsUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_anduril_type_coords_pub, file_google_protobuf_wrappers]);
14
+
15
+ /**
16
+ * Describes the message anduril.entitymanager.v1.Signal.
17
+ * Use `create(SignalSchema)` to create a new message.
18
+ */
19
+ export const SignalSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.entitymanager.v1.EmitterNotation.
24
+ * Use `create(EmitterNotationSchema)` to create a new message.
25
+ */
26
+ export const EmitterNotationSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.entitymanager.v1.Measurement.
31
+ * Use `create(MeasurementSchema)` to create a new message.
32
+ */
33
+ export const MeasurementSchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 2);
35
+
36
+ /**
37
+ * Describes the message anduril.entitymanager.v1.Frequency.
38
+ * Use `create(FrequencySchema)` to create a new message.
39
+ */
40
+ export const FrequencySchema = /*@__PURE__*/
41
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 3);
42
+
43
+ /**
44
+ * Describes the message anduril.entitymanager.v1.FrequencyRange.
45
+ * Use `create(FrequencyRangeSchema)` to create a new message.
46
+ */
47
+ export const FrequencyRangeSchema = /*@__PURE__*/
48
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 4);
49
+
50
+ /**
51
+ * Describes the message anduril.entitymanager.v1.LineOfBearing.
52
+ * Use `create(LineOfBearingSchema)` to create a new message.
53
+ */
54
+ export const LineOfBearingSchema = /*@__PURE__*/
55
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 5);
56
+
57
+ /**
58
+ * Describes the message anduril.entitymanager.v1.AngleOfArrival.
59
+ * Use `create(AngleOfArrivalSchema)` to create a new message.
60
+ */
61
+ export const AngleOfArrivalSchema = /*@__PURE__*/
62
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 6);
63
+
64
+ /**
65
+ * Describes the message anduril.entitymanager.v1.Fixed.
66
+ * Use `create(FixedSchema)` to create a new message.
67
+ */
68
+ export const FixedSchema = /*@__PURE__*/
69
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 7);
70
+
71
+ /**
72
+ * Describes the message anduril.entitymanager.v1.PulseRepetitionInterval.
73
+ * Use `create(PulseRepetitionIntervalSchema)` to create a new message.
74
+ */
75
+ export const PulseRepetitionIntervalSchema = /*@__PURE__*/
76
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 8);
77
+
78
+ /**
79
+ * Describes the message anduril.entitymanager.v1.ScanCharacteristics.
80
+ * Use `create(ScanCharacteristicsSchema)` to create a new message.
81
+ */
82
+ export const ScanCharacteristicsSchema = /*@__PURE__*/
83
+ messageDesc(file_anduril_entitymanager_v1_signal_pub, 9);
84
+
85
+ /**
86
+ * Describes the enum anduril.entitymanager.v1.ScanType.
87
+ */
88
+ export const ScanTypeSchema = /*@__PURE__*/
89
+ enumDesc(file_anduril_entitymanager_v1_signal_pub, 0);
90
+
91
+ /**
92
+ * Enumerates the possible scan types
93
+ *
94
+ * @generated from enum anduril.entitymanager.v1.ScanType
95
+ */
96
+ export const ScanType = /*@__PURE__*/
97
+ tsEnum(ScanTypeSchema);
98
+
@@ -0,0 +1,102 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/supplies.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import type { Classification } from "./classification.pub_pb.js";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/supplies.pub.proto.
12
+ */
13
+ export declare const file_anduril_entitymanager_v1_supplies_pub: GenFile;
14
+
15
+ /**
16
+ * Represents the state of supplies associated with an entity (available but not in condition to use immediately)
17
+ *
18
+ * @generated from message anduril.entitymanager.v1.Supplies
19
+ */
20
+ export declare type Supplies = Message<"anduril.entitymanager.v1.Supplies"> & {
21
+ /**
22
+ * @generated from field: repeated anduril.entitymanager.v1.Fuel fuel = 2;
23
+ */
24
+ fuel: Fuel[];
25
+ };
26
+
27
+ /**
28
+ * Describes the message anduril.entitymanager.v1.Supplies.
29
+ * Use `create(SuppliesSchema)` to create a new message.
30
+ */
31
+ export declare const SuppliesSchema: GenMessage<Supplies>;
32
+
33
+ /**
34
+ * Fuel describes an entity's repository of fuels stores including current amount, operational requirements, and maximum authorized capacity
35
+ *
36
+ * @generated from message anduril.entitymanager.v1.Fuel
37
+ */
38
+ export declare type Fuel = Message<"anduril.entitymanager.v1.Fuel"> & {
39
+ /**
40
+ * unique fuel identifier
41
+ *
42
+ * @generated from field: string fuel_id = 1;
43
+ */
44
+ fuelId: string;
45
+
46
+ /**
47
+ * long form name of the fuel source.
48
+ *
49
+ * @generated from field: string name = 2;
50
+ */
51
+ name: string;
52
+
53
+ /**
54
+ * timestamp the information was reported
55
+ *
56
+ * @generated from field: google.protobuf.Timestamp reported_date = 3;
57
+ */
58
+ reportedDate?: Timestamp;
59
+
60
+ /**
61
+ * amount of gallons on hand
62
+ *
63
+ * @generated from field: uint32 amount_gallons = 4;
64
+ */
65
+ amountGallons: number;
66
+
67
+ /**
68
+ * how much the asset is allowed to have available (in gallons)
69
+ *
70
+ * @generated from field: uint32 max_authorized_capacity_gallons = 5;
71
+ */
72
+ maxAuthorizedCapacityGallons: number;
73
+
74
+ /**
75
+ * minimum required for operations (in gallons)
76
+ *
77
+ * @generated from field: uint32 operational_requirement_gallons = 6;
78
+ */
79
+ operationalRequirementGallons: number;
80
+
81
+ /**
82
+ * fuel in a single asset may have different levels of classification
83
+ * use case: fuel for a SECRET asset while diesel fuel may be UNCLASSIFIED
84
+ *
85
+ * @generated from field: anduril.entitymanager.v1.Classification data_classification = 7;
86
+ */
87
+ dataClassification?: Classification;
88
+
89
+ /**
90
+ * source of information
91
+ *
92
+ * @generated from field: string data_source = 8;
93
+ */
94
+ dataSource: string;
95
+ };
96
+
97
+ /**
98
+ * Describes the message anduril.entitymanager.v1.Fuel.
99
+ * Use `create(FuelSchema)` to create a new message.
100
+ */
101
+ export declare const FuelSchema: GenMessage<Fuel>;
102
+
@@ -0,0 +1,29 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/supplies.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_classification_pub } from "./classification.pub_pb.js";
7
+ import { file_anduril_entitymanager_v1_options_pub } from "./options.pub_pb.js";
8
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/supplies.pub.proto.
12
+ */
13
+ export const file_anduril_entitymanager_v1_supplies_pub = /*@__PURE__*/
14
+ fileDesc("CithbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvc3VwcGxpZXMucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiPQoIU3VwcGxpZXMSMQoEZnVlbBgCIAMoCzIeLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5GdWVsQgPIPgEingIKBEZ1ZWwSDwoHZnVlbF9pZBgBIAEoCRIMCgRuYW1lGAIgASgJEjEKDXJlcG9ydGVkX2RhdGUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhYKDmFtb3VudF9nYWxsb25zGAQgASgNEicKH21heF9hdXRob3JpemVkX2NhcGFjaXR5X2dhbGxvbnMYBSABKA0SJwofb3BlcmF0aW9uYWxfcmVxdWlyZW1lbnRfZ2FsbG9ucxgGIAEoDRJFChNkYXRhX2NsYXNzaWZpY2F0aW9uGAcgASgLMiguYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkNsYXNzaWZpY2F0aW9uEhMKC2RhdGFfc291cmNlGAggASgJQoECChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQhBTdXBwbGllc1B1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_classification_pub, file_anduril_entitymanager_v1_options_pub, file_google_protobuf_timestamp]);
15
+
16
+ /**
17
+ * Describes the message anduril.entitymanager.v1.Supplies.
18
+ * Use `create(SuppliesSchema)` to create a new message.
19
+ */
20
+ export const SuppliesSchema = /*@__PURE__*/
21
+ messageDesc(file_anduril_entitymanager_v1_supplies_pub, 0);
22
+
23
+ /**
24
+ * Describes the message anduril.entitymanager.v1.Fuel.
25
+ * Use `create(FuelSchema)` to create a new message.
26
+ */
27
+ export const FuelSchema = /*@__PURE__*/
28
+ messageDesc(file_anduril_entitymanager_v1_supplies_pub, 1);
29
+