@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,278 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/location.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 { ENU, Quaternion } from "../../type/coords.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/location.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_location_pub: GenFile;
13
+
14
+ /**
15
+ * Available for Entities that have a single or primary Location.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.Location
18
+ */
19
+ export declare type Location = Message<"anduril.entitymanager.v1.Location"> & {
20
+ /**
21
+ * see Position definition for details.
22
+ *
23
+ * @generated from field: anduril.entitymanager.v1.Position position = 1;
24
+ */
25
+ position?: Position;
26
+
27
+ /**
28
+ * Velocity in an ENU reference frame centered on the corresponding position. All units are meters per second.
29
+ *
30
+ * @generated from field: anduril.type.ENU velocity_enu = 2;
31
+ */
32
+ velocityEnu?: ENU;
33
+
34
+ /**
35
+ * Speed is the magnitude of velocity_enu vector [sqrt(e^2 + n^2 + u^2)] when present, measured in m/s.
36
+ *
37
+ * @generated from field: google.protobuf.DoubleValue speed_mps = 5;
38
+ */
39
+ speedMps?: number;
40
+
41
+ /**
42
+ * The entity's acceleration in meters/s^2.
43
+ *
44
+ * @generated from field: anduril.type.ENU acceleration = 4;
45
+ */
46
+ acceleration?: ENU;
47
+
48
+ /**
49
+ * quaternion to translate from entity body frame to it's ENU frame
50
+ *
51
+ * @generated from field: anduril.type.Quaternion attitude_enu = 3;
52
+ */
53
+ attitudeEnu?: Quaternion;
54
+ };
55
+
56
+ /**
57
+ * Describes the message anduril.entitymanager.v1.Location.
58
+ * Use `create(LocationSchema)` to create a new message.
59
+ */
60
+ export declare const LocationSchema: GenMessage<Location>;
61
+
62
+ /**
63
+ * WGS84 position. Position includes four altitude references.
64
+ * The data model does not currently support Mean Sea Level (MSL) references,
65
+ * such as the Earth Gravitational Model 1996 (EGM-96) and the Earth Gravitational Model 2008 (EGM-08).
66
+ * If the only altitude reference available to your integration is MSL, convert it to
67
+ * Height Above Ellipsoid (HAE) and populate the altitude_hae_meters field.
68
+ *
69
+ * @generated from message anduril.entitymanager.v1.Position
70
+ */
71
+ export declare type Position = Message<"anduril.entitymanager.v1.Position"> & {
72
+ /**
73
+ * WGS84 geodetic latitude in decimal degrees.
74
+ *
75
+ * @generated from field: double latitude_degrees = 1;
76
+ */
77
+ latitudeDegrees: number;
78
+
79
+ /**
80
+ * WGS84 longitude in decimal degrees.
81
+ *
82
+ * @generated from field: double longitude_degrees = 2;
83
+ */
84
+ longitudeDegrees: number;
85
+
86
+ /**
87
+ * altitude as height above ellipsoid (WGS84) in meters. DoubleValue wrapper is used to distinguish optional from
88
+ * default 0.
89
+ *
90
+ * @generated from field: google.protobuf.DoubleValue altitude_hae_meters = 3;
91
+ */
92
+ altitudeHaeMeters?: number;
93
+
94
+ /**
95
+ * Altitude as AGL (Above Ground Level) if the upstream data source has this value set. This value represents the
96
+ * entity's height above the terrain. This is typically measured with a radar altimeter or by using a terrain tile
97
+ * set lookup. If the value is not set from the upstream, this value is not set.
98
+ *
99
+ * @generated from field: google.protobuf.DoubleValue altitude_agl_meters = 4;
100
+ */
101
+ altitudeAglMeters?: number;
102
+
103
+ /**
104
+ * Altitude as ASF (Above Sea Floor) if the upstream data source has this value set. If the value is not set from the upstream, this value is
105
+ * not set.
106
+ *
107
+ * @generated from field: google.protobuf.DoubleValue altitude_asf_meters = 5;
108
+ */
109
+ altitudeAsfMeters?: number;
110
+
111
+ /**
112
+ * The depth of the entity from the surface of the water through sensor measurements based on differential pressure
113
+ * between the interior and exterior of the vessel. If the value is not set from the upstream, this value is not set.
114
+ *
115
+ * @generated from field: google.protobuf.DoubleValue pressure_depth_meters = 6;
116
+ */
117
+ pressureDepthMeters?: number;
118
+ };
119
+
120
+ /**
121
+ * Describes the message anduril.entitymanager.v1.Position.
122
+ * Use `create(PositionSchema)` to create a new message.
123
+ */
124
+ export declare const PositionSchema: GenMessage<Position>;
125
+
126
+ /**
127
+ * Uncertainty of entity position and velocity, if available.
128
+ *
129
+ * @generated from message anduril.entitymanager.v1.LocationUncertainty
130
+ */
131
+ export declare type LocationUncertainty = Message<"anduril.entitymanager.v1.LocationUncertainty"> & {
132
+ /**
133
+ * Positional covariance represented by the upper triangle of the covariance matrix. It is valid to populate
134
+ * only the diagonal of the matrix if the full covariance matrix is unknown.
135
+ *
136
+ * @generated from field: anduril.entitymanager.v1.TMat3 position_enu_cov = 1;
137
+ */
138
+ positionEnuCov?: TMat3;
139
+
140
+ /**
141
+ * Velocity covariance represented by the upper triangle of the covariance matrix. It is valid to populate
142
+ * only the diagonal of the matrix if the full covariance matrix is unknown.
143
+ *
144
+ * @generated from field: anduril.entitymanager.v1.TMat3 velocity_enu_cov = 2;
145
+ */
146
+ velocityEnuCov?: TMat3;
147
+
148
+ /**
149
+ * An ellipse that describes the certainty probability and error boundary for a given geolocation.
150
+ *
151
+ * @generated from field: anduril.entitymanager.v1.ErrorEllipse position_error_ellipse = 3;
152
+ */
153
+ positionErrorEllipse?: ErrorEllipse;
154
+ };
155
+
156
+ /**
157
+ * Describes the message anduril.entitymanager.v1.LocationUncertainty.
158
+ * Use `create(LocationUncertaintySchema)` to create a new message.
159
+ */
160
+ export declare const LocationUncertaintySchema: GenMessage<LocationUncertainty>;
161
+
162
+ /**
163
+ * Indicates ellipse characteristics and probability that an entity lies within the defined ellipse.
164
+ *
165
+ * @generated from message anduril.entitymanager.v1.ErrorEllipse
166
+ */
167
+ export declare type ErrorEllipse = Message<"anduril.entitymanager.v1.ErrorEllipse"> & {
168
+ /**
169
+ * Defines the probability in percentage that an entity lies within the given ellipse: 0-1.
170
+ *
171
+ * @generated from field: google.protobuf.DoubleValue probability = 1;
172
+ */
173
+ probability?: number;
174
+
175
+ /**
176
+ * Defines the distance from the center point of the ellipse to the furthest distance on the perimeter in meters.
177
+ *
178
+ * @generated from field: google.protobuf.DoubleValue semi_major_axis_m = 2;
179
+ */
180
+ semiMajorAxisM?: number;
181
+
182
+ /**
183
+ * Defines the distance from the center point of the ellipse to the shortest distance on the perimeter in meters.
184
+ *
185
+ * @generated from field: google.protobuf.DoubleValue semi_minor_axis_m = 3;
186
+ */
187
+ semiMinorAxisM?: number;
188
+
189
+ /**
190
+ * The orientation of the semi-major relative to true north in degrees from clockwise: 0-180 due to symmetry across the semi-minor axis.
191
+ *
192
+ * @generated from field: google.protobuf.DoubleValue orientation_d = 4;
193
+ */
194
+ orientationD?: number;
195
+ };
196
+
197
+ /**
198
+ * Describes the message anduril.entitymanager.v1.ErrorEllipse.
199
+ * Use `create(ErrorEllipseSchema)` to create a new message.
200
+ */
201
+ export declare const ErrorEllipseSchema: GenMessage<ErrorEllipse>;
202
+
203
+ /**
204
+ * @generated from message anduril.entitymanager.v1.Pose
205
+ */
206
+ export declare type Pose = Message<"anduril.entitymanager.v1.Pose"> & {
207
+ /**
208
+ * Geospatial location defined by this Pose.
209
+ *
210
+ * @generated from field: anduril.entitymanager.v1.Position pos = 1;
211
+ */
212
+ pos?: Position;
213
+
214
+ /**
215
+ * The quaternion to transform a point in the Pose frame to the ENU frame. The Pose frame could be Body, Turret,
216
+ * etc and is determined by the context in which this Pose is used.
217
+ * The normal convention for defining orientation is to list the frames of transformation, for example
218
+ * att_gimbal_to_enu is the quaternion which transforms a point in the gimbal frame to the body frame, but
219
+ * in this case we truncate to att_enu because the Pose frame isn't defined. A potentially better name for this
220
+ * field would have been att_pose_to_enu.
221
+ *
222
+ * Implementations of this quaternion should left multiply this quaternion to transform a point from the Pose frame
223
+ * to the enu frame.
224
+ *
225
+ * @generated from field: anduril.type.Quaternion orientation = 2;
226
+ */
227
+ orientation?: Quaternion;
228
+ };
229
+
230
+ /**
231
+ * Describes the message anduril.entitymanager.v1.Pose.
232
+ * Use `create(PoseSchema)` to create a new message.
233
+ */
234
+ export declare const PoseSchema: GenMessage<Pose>;
235
+
236
+ /**
237
+ * Symmetric 3d matrix only representing the upper right triangle.
238
+ *
239
+ * @generated from message anduril.entitymanager.v1.TMat3
240
+ */
241
+ export declare type TMat3 = Message<"anduril.entitymanager.v1.TMat3"> & {
242
+ /**
243
+ * @generated from field: float mxx = 1;
244
+ */
245
+ mxx: number;
246
+
247
+ /**
248
+ * @generated from field: float mxy = 2;
249
+ */
250
+ mxy: number;
251
+
252
+ /**
253
+ * @generated from field: float mxz = 3;
254
+ */
255
+ mxz: number;
256
+
257
+ /**
258
+ * @generated from field: float myy = 4;
259
+ */
260
+ myy: number;
261
+
262
+ /**
263
+ * @generated from field: float myz = 5;
264
+ */
265
+ myz: number;
266
+
267
+ /**
268
+ * @generated from field: float mzz = 6;
269
+ */
270
+ mzz: number;
271
+ };
272
+
273
+ /**
274
+ * Describes the message anduril.entitymanager.v1.TMat3.
275
+ * Use `create(TMat3Schema)` to create a new message.
276
+ */
277
+ export declare const TMat3Schema: GenMessage<TMat3>;
278
+
@@ -0,0 +1,56 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/location.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } 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/location.pub.proto.
11
+ */
12
+ export const file_anduril_entitymanager_v1_location_pub = /*@__PURE__*/
13
+ fileDesc("CithbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvbG9jYXRpb24ucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEi8wEKCExvY2F0aW9uEjQKCHBvc2l0aW9uGAEgASgLMiIuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBvc2l0aW9uEicKDHZlbG9jaXR5X2VudRgCIAEoCzIRLmFuZHVyaWwudHlwZS5FTlUSLwoJc3BlZWRfbXBzGAUgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEicKDGFjY2VsZXJhdGlvbhgEIAEoCzIRLmFuZHVyaWwudHlwZS5FTlUSLgoMYXR0aXR1ZGVfZW51GAMgASgLMhguYW5kdXJpbC50eXBlLlF1YXRlcm5pb24irQIKCFBvc2l0aW9uEhgKEGxhdGl0dWRlX2RlZ3JlZXMYASABKAESGQoRbG9uZ2l0dWRlX2RlZ3JlZXMYAiABKAESOQoTYWx0aXR1ZGVfaGFlX21ldGVycxgDIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRI5ChNhbHRpdHVkZV9hZ2xfbWV0ZXJzGAQgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEjkKE2FsdGl0dWRlX2FzZl9tZXRlcnMYBSABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSOwoVcHJlc3N1cmVfZGVwdGhfbWV0ZXJzGAYgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlItMBChNMb2NhdGlvblVuY2VydGFpbnR5EjkKEHBvc2l0aW9uX2VudV9jb3YYASABKAsyHy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuVE1hdDMSOQoQdmVsb2NpdHlfZW51X2NvdhgCIAEoCzIfLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5UTWF0MxJGChZwb3NpdGlvbl9lcnJvcl9lbGxpcHNlGAMgASgLMiYuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkVycm9yRWxsaXBzZSLoAQoMRXJyb3JFbGxpcHNlEjEKC3Byb2JhYmlsaXR5GAEgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEjcKEXNlbWlfbWFqb3JfYXhpc19tGAIgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEjcKEXNlbWlfbWlub3JfYXhpc19tGAMgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEjMKDW9yaWVudGF0aW9uX2QYBCABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUiZgoEUG9zZRIvCgNwb3MYASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24SLQoLb3JpZW50YXRpb24YAiABKAsyGC5hbmR1cmlsLnR5cGUuUXVhdGVybmlvbiJVCgVUTWF0MxILCgNteHgYASABKAISCwoDbXh5GAIgASgCEgsKA214ehgDIAEoAhILCgNteXkYBCABKAISCwoDbXl6GAUgASgCEgsKA216ehgGIAEoAkKBAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIQTG9jYXRpb25QdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_type_coords_pub, file_google_protobuf_wrappers]);
14
+
15
+ /**
16
+ * Describes the message anduril.entitymanager.v1.Location.
17
+ * Use `create(LocationSchema)` to create a new message.
18
+ */
19
+ export const LocationSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.entitymanager.v1.Position.
24
+ * Use `create(PositionSchema)` to create a new message.
25
+ */
26
+ export const PositionSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.entitymanager.v1.LocationUncertainty.
31
+ * Use `create(LocationUncertaintySchema)` to create a new message.
32
+ */
33
+ export const LocationUncertaintySchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 2);
35
+
36
+ /**
37
+ * Describes the message anduril.entitymanager.v1.ErrorEllipse.
38
+ * Use `create(ErrorEllipseSchema)` to create a new message.
39
+ */
40
+ export const ErrorEllipseSchema = /*@__PURE__*/
41
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 3);
42
+
43
+ /**
44
+ * Describes the message anduril.entitymanager.v1.Pose.
45
+ * Use `create(PoseSchema)` to create a new message.
46
+ */
47
+ export const PoseSchema = /*@__PURE__*/
48
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 4);
49
+
50
+ /**
51
+ * Describes the message anduril.entitymanager.v1.TMat3.
52
+ * Use `create(TMat3Schema)` to create a new message.
53
+ */
54
+ export const TMat3Schema = /*@__PURE__*/
55
+ messageDesc(file_anduril_entitymanager_v1_location_pub, 5);
56
+
@@ -0,0 +1,97 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/media.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
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/media.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_media_pub: GenFile;
12
+
13
+ /**
14
+ * Media associated with an entity.
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.Media
17
+ */
18
+ export declare type Media = Message<"anduril.entitymanager.v1.Media"> & {
19
+ /**
20
+ * @generated from field: repeated anduril.entitymanager.v1.MediaItem media = 1;
21
+ */
22
+ media: MediaItem[];
23
+ };
24
+
25
+ /**
26
+ * Describes the message anduril.entitymanager.v1.Media.
27
+ * Use `create(MediaSchema)` to create a new message.
28
+ */
29
+ export declare const MediaSchema: GenMessage<Media>;
30
+
31
+ /**
32
+ * @generated from message anduril.entitymanager.v1.MediaItem
33
+ */
34
+ export declare type MediaItem = Message<"anduril.entitymanager.v1.MediaItem"> & {
35
+ /**
36
+ * To Be Deprecated, use relative_path.
37
+ * The url where the media related to an entity can be accessed
38
+ *
39
+ * @generated from field: string url = 1;
40
+ */
41
+ url: string;
42
+
43
+ /**
44
+ * @generated from field: anduril.entitymanager.v1.MediaType type = 2;
45
+ */
46
+ type: MediaType;
47
+
48
+ /**
49
+ * The relative path where the media related to an entity can be accessed when used to query against a blobs service
50
+ * node.
51
+ *
52
+ * @generated from field: string relative_path = 3;
53
+ */
54
+ relativePath: string;
55
+ };
56
+
57
+ /**
58
+ * Describes the message anduril.entitymanager.v1.MediaItem.
59
+ * Use `create(MediaItemSchema)` to create a new message.
60
+ */
61
+ export declare const MediaItemSchema: GenMessage<MediaItem>;
62
+
63
+ /**
64
+ * @generated from enum anduril.entitymanager.v1.MediaType
65
+ */
66
+ export enum MediaType {
67
+ /**
68
+ * @generated from enum value: MEDIA_TYPE_INVALID = 0;
69
+ */
70
+ INVALID = 0,
71
+
72
+ /**
73
+ * @generated from enum value: MEDIA_TYPE_THUMBNAIL = 1;
74
+ */
75
+ THUMBNAIL = 1,
76
+
77
+ /**
78
+ * @generated from enum value: MEDIA_TYPE_IMAGE = 2;
79
+ */
80
+ IMAGE = 2,
81
+
82
+ /**
83
+ * @generated from enum value: MEDIA_TYPE_VIDEO = 3;
84
+ */
85
+ VIDEO = 3,
86
+
87
+ /**
88
+ * @generated from enum value: MEDIA_TYPE_SLIPPY_TILES = 4;
89
+ */
90
+ SLIPPY_TILES = 4,
91
+ }
92
+
93
+ /**
94
+ * Describes the enum anduril.entitymanager.v1.MediaType.
95
+ */
96
+ export declare const MediaTypeSchema: GenEnum<MediaType>;
97
+
@@ -0,0 +1,39 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/media.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_entitymanager_v1_options_pub } from "./options.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/media.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_media_pub = /*@__PURE__*/
12
+ fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvbWVkaWEucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiQAoFTWVkaWESNwoFbWVkaWEYASADKAsyIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTWVkaWFJdGVtQgPIPgEiYgoJTWVkaWFJdGVtEgsKA3VybBgBIAEoCRIxCgR0eXBlGAIgASgOMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk1lZGlhVHlwZRIVCg1yZWxhdGl2ZV9wYXRoGAMgASgJKoYBCglNZWRpYVR5cGUSFgoSTUVESUFfVFlQRV9JTlZBTElEEAASGAoUTUVESUFfVFlQRV9USFVNQk5BSUwQARIUChBNRURJQV9UWVBFX0lNQUdFEAISFAoQTUVESUFfVFlQRV9WSURFTxADEhsKF01FRElBX1RZUEVfU0xJUFBZX1RJTEVTEARC/gEKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCDU1lZGlhUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_anduril_entitymanager_v1_options_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.Media.
16
+ * Use `create(MediaSchema)` to create a new message.
17
+ */
18
+ export const MediaSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_media_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.MediaItem.
23
+ * Use `create(MediaItemSchema)` to create a new message.
24
+ */
25
+ export const MediaItemSchema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_media_pub, 1);
27
+
28
+ /**
29
+ * Describes the enum anduril.entitymanager.v1.MediaType.
30
+ */
31
+ export const MediaTypeSchema = /*@__PURE__*/
32
+ enumDesc(file_anduril_entitymanager_v1_media_pub, 0);
33
+
34
+ /**
35
+ * @generated from enum anduril.entitymanager.v1.MediaType
36
+ */
37
+ export const MediaType = /*@__PURE__*/
38
+ tsEnum(MediaTypeSchema);
39
+
@@ -0,0 +1,50 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/notification.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 { Entity, Provenance } from "./entity.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/notification.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_notification_pub: GenFile;
13
+
14
+ /**
15
+ * A notification to indicate when a field is overridden on an entity.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.OverrideNotificationPayload
18
+ */
19
+ export declare type OverrideNotificationPayload = Message<"anduril.entitymanager.v1.OverrideNotificationPayload"> & {
20
+ /**
21
+ * The entity containing the values to override and the entityID being overriden.
22
+ * Used by the client to determine the value a field is overridden to (e.g. hostile).
23
+ *
24
+ * @generated from field: anduril.entitymanager.v1.Entity entity = 1;
25
+ */
26
+ entity?: Entity;
27
+
28
+ /**
29
+ * The field path determining the path on an entity to override. Used by the client
30
+ * to determine whether an override request was for a particular field (e.g. disposition).
31
+ *
32
+ * @generated from field: string field_path = 2;
33
+ */
34
+ fieldPath: string;
35
+
36
+ /**
37
+ * The provenance of the override request. This should always match the OverrideEntityRequest
38
+ * provenance field.
39
+ *
40
+ * @generated from field: anduril.entitymanager.v1.Provenance provenance = 3;
41
+ */
42
+ provenance?: Provenance;
43
+ };
44
+
45
+ /**
46
+ * Describes the message anduril.entitymanager.v1.OverrideNotificationPayload.
47
+ * Use `create(OverrideNotificationPayloadSchema)` to create a new message.
48
+ */
49
+ export declare const OverrideNotificationPayloadSchema: GenMessage<OverrideNotificationPayload>;
50
+
@@ -0,0 +1,20 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/notification.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_entity_pub } from "./entity.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/notification.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_notification_pub = /*@__PURE__*/
12
+ fileDesc("Ci9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvbm90aWZpY2F0aW9uLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIp0BChtPdmVycmlkZU5vdGlmaWNhdGlvblBheWxvYWQSMAoGZW50aXR5GAEgASgLMiAuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkVudGl0eRISCgpmaWVsZF9wYXRoGAIgASgJEjgKCnByb3ZlbmFuY2UYAyABKAsyJC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUHJvdmVuYW5jZUKFAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIUTm90aWZpY2F0aW9uUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_anduril_entitymanager_v1_entity_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.OverrideNotificationPayload.
16
+ * Use `create(OverrideNotificationPayloadSchema)` to create a new message.
17
+ */
18
+ export const OverrideNotificationPayloadSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_notification_pub, 0);
20
+
@@ -0,0 +1,76 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/ontology.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 { Disposition, Environment, Nationality } from "../../ontology/v1/type.pub_pb.js";
8
+ import type { Template } from "./types.pub_pb.js";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/ontology.pub.proto.
12
+ */
13
+ export declare const file_anduril_entitymanager_v1_ontology_pub: GenFile;
14
+
15
+ /**
16
+ * Provides the disposition, environment, and nationality of an Entity.
17
+ *
18
+ * @generated from message anduril.entitymanager.v1.MilView
19
+ */
20
+ export declare type MilView = Message<"anduril.entitymanager.v1.MilView"> & {
21
+ /**
22
+ * @generated from field: anduril.ontology.v1.Disposition disposition = 1;
23
+ */
24
+ disposition: Disposition;
25
+
26
+ /**
27
+ * @generated from field: anduril.ontology.v1.Environment environment = 2;
28
+ */
29
+ environment: Environment;
30
+
31
+ /**
32
+ * @generated from field: anduril.ontology.v1.Nationality nationality = 3;
33
+ */
34
+ nationality: Nationality;
35
+ };
36
+
37
+ /**
38
+ * Describes the message anduril.entitymanager.v1.MilView.
39
+ * Use `create(MilViewSchema)` to create a new message.
40
+ */
41
+ export declare const MilViewSchema: GenMessage<MilView>;
42
+
43
+ /**
44
+ * Ontology of the entity.
45
+ *
46
+ * @generated from message anduril.entitymanager.v1.Ontology
47
+ */
48
+ export declare type Ontology = Message<"anduril.entitymanager.v1.Ontology"> & {
49
+ /**
50
+ * A string that describes the entity's high-level type with natural language.
51
+ *
52
+ * @generated from field: string platform_type = 3;
53
+ */
54
+ platformType: string;
55
+
56
+ /**
57
+ * A string that describes the entity's exact model or type.
58
+ *
59
+ * @generated from field: string specific_type = 4;
60
+ */
61
+ specificType: string;
62
+
63
+ /**
64
+ * The template used when creating this entity. Specifies minimum required components.
65
+ *
66
+ * @generated from field: anduril.entitymanager.v1.Template template = 2;
67
+ */
68
+ template: Template;
69
+ };
70
+
71
+ /**
72
+ * Describes the message anduril.entitymanager.v1.Ontology.
73
+ * Use `create(OntologySchema)` to create a new message.
74
+ */
75
+ export declare const OntologySchema: GenMessage<Ontology>;
76
+
@@ -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/ontology.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_options_pub } from "./options.pub_pb.js";
7
+ import { file_anduril_entitymanager_v1_types_pub } from "./types.pub_pb.js";
8
+ import { file_anduril_ontology_v1_type_pub } from "../../ontology/v1/type.pub_pb.js";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/ontology.pub.proto.
12
+ */
13
+ export const file_anduril_entitymanager_v1_ontology_pub = /*@__PURE__*/
14
+ fileDesc("CithbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvb250b2xvZ3kucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEivQEKB01pbFZpZXcSOgoLZGlzcG9zaXRpb24YASABKA4yIC5hbmR1cmlsLm9udG9sb2d5LnYxLkRpc3Bvc2l0aW9uQgPIPgESOgoLZW52aXJvbm1lbnQYAiABKA4yIC5hbmR1cmlsLm9udG9sb2d5LnYxLkVudmlyb25tZW50QgPIPgESOgoLbmF0aW9uYWxpdHkYAyABKA4yIC5hbmR1cmlsLm9udG9sb2d5LnYxLk5hdGlvbmFsaXR5QgPIPgEiiwEKCE9udG9sb2d5EhoKDXBsYXRmb3JtX3R5cGUYAyABKAlCA8g+ARIaCg1zcGVjaWZpY190eXBlGAQgASgJQgPIPgESNAoIdGVtcGxhdGUYAiABKA4yIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuVGVtcGxhdGVKBAgBEAJSC2Rlc2NyaXB0b3JzQoECChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQhBPbnRvbG9neVB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_options_pub, file_anduril_entitymanager_v1_types_pub, file_anduril_ontology_v1_type_pub]);
15
+
16
+ /**
17
+ * Describes the message anduril.entitymanager.v1.MilView.
18
+ * Use `create(MilViewSchema)` to create a new message.
19
+ */
20
+ export const MilViewSchema = /*@__PURE__*/
21
+ messageDesc(file_anduril_entitymanager_v1_ontology_pub, 0);
22
+
23
+ /**
24
+ * Describes the message anduril.entitymanager.v1.Ontology.
25
+ * Use `create(OntologySchema)` to create a new message.
26
+ */
27
+ export const OntologySchema = /*@__PURE__*/
28
+ messageDesc(file_anduril_entitymanager_v1_ontology_pub, 1);
29
+
@@ -0,0 +1,17 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/options.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
6
+ import type { FieldOptions } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/options.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_options_pub: GenFile;
12
+
13
+ /**
14
+ * @generated from extension: bool overridable = 1001;
15
+ */
16
+ export declare const overridable: GenExtension<FieldOptions, boolean>;
17
+