@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,1043 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/entity.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 { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import type { Location, LocationUncertainty } from "./location.pub_pb.js";
9
+ import type { GeoDetails, GeoShape } from "./geoentity.pub_pb.js";
10
+ import type { MilView, Ontology } from "./ontology.pub_pb.js";
11
+ import type { Sensors } from "./sensors.pub_pb.js";
12
+ import type { Payloads } from "./payloads.pub_pb.js";
13
+ import type { PowerState } from "./power.pub_pb.js";
14
+ import type { TargetPriority } from "./target_priority.pub_pb.js";
15
+ import type { LineOfBearing, Signal } from "./signal.pub_pb.js";
16
+ import type { TransponderCodes } from "./transponder_codes.pub_pb.js";
17
+ import type { Classification } from "./classification.pub_pb.js";
18
+ import type { TaskCatalog } from "../../tasks/v2/catalog.pub_pb.js";
19
+ import type { Relationships } from "./relationship.pub_pb.js";
20
+ import type { Dimensions } from "./dimensions.pub_pb.js";
21
+ import type { RouteDetails } from "./route_details.pub_pb.js";
22
+ import type { Schedules } from "./schedule.pub_pb.js";
23
+ import type { Health } from "./health_status.pub_pb.js";
24
+ import type { GroupDetails } from "./group.pub_pb.js";
25
+ import type { Supplies } from "./supplies.pub_pb.js";
26
+ import type { Orbit } from "./orbit.pub_pb.js";
27
+ import type { AltIdType, OverrideStatus, OverrideType, UInt32Range } from "./types.pub_pb.js";
28
+ import type { Color } from "../../type/color.pub_pb.js";
29
+
30
+ /**
31
+ * Describes the file anduril/entitymanager/v1/entity.pub.proto.
32
+ */
33
+ export declare const file_anduril_entitymanager_v1_entity_pub: GenFile;
34
+
35
+ /**
36
+ * The entity object represents a single known object within the Lattice operational environment. It contains
37
+ * all data associated with the entity, such as its name, ID, and other relevant components.
38
+ *
39
+ * @generated from message anduril.entitymanager.v1.Entity
40
+ */
41
+ export declare type Entity = Message<"anduril.entitymanager.v1.Entity"> & {
42
+ /**
43
+ * A Globally Unique Identifier (GUID) for your entity. If this field is empty, the Entity Manager API
44
+ * automatically generates an ID when it creates the entity.
45
+ *
46
+ * @generated from field: string entity_id = 1;
47
+ */
48
+ entityId: string;
49
+
50
+ /**
51
+ * A human-readable entity description that's helpful for debugging purposes and human
52
+ * traceability. If this field is empty, the Entity Manager API generates one for you.
53
+ *
54
+ * @generated from field: string description = 2;
55
+ */
56
+ description: string;
57
+
58
+ /**
59
+ * Indicates the entity is active and should have a lifecycle state of CREATE or UPDATE.
60
+ * Set this field to true when publishing an entity.
61
+ *
62
+ * @generated from field: bool is_live = 3;
63
+ */
64
+ isLive: boolean;
65
+
66
+ /**
67
+ * The time when the entity was first known to the entity producer. If this field is empty, the Entity Manager API uses the
68
+ * current timestamp of when the entity is first received.
69
+ * For example, when a drone is first powered on, it might report its startup time as the created time.
70
+ * The timestamp doesn't change for the lifetime of an entity.
71
+ *
72
+ * @generated from field: google.protobuf.Timestamp created_time = 4;
73
+ */
74
+ createdTime?: Timestamp;
75
+
76
+ /**
77
+ * Future time that expires an entity and updates the is_live flag.
78
+ * For entities that are constantly updating, the expiry time also updates.
79
+ * In some cases, this may differ from is_live.
80
+ * Example: Entities with tasks exported to an external system must remain
81
+ * active even after they expire.
82
+ * This field is required when publishing a prepopulated entity.
83
+ * The expiry time must be in the future, but less than 30 days from the current time.
84
+ *
85
+ * @generated from field: google.protobuf.Timestamp expiry_time = 5;
86
+ */
87
+ expiryTime?: Timestamp;
88
+
89
+ /**
90
+ * Human-readable descriptions of what the entity is currently doing.
91
+ *
92
+ * @generated from field: anduril.entitymanager.v1.Status status = 19;
93
+ */
94
+ status?: Status;
95
+
96
+ /**
97
+ * Geospatial data related to the entity, including its position, kinematics, and orientation.
98
+ *
99
+ * @generated from field: anduril.entitymanager.v1.Location location = 6;
100
+ */
101
+ location?: Location;
102
+
103
+ /**
104
+ * Indicates uncertainty of the entity's position and kinematics.
105
+ *
106
+ * @generated from field: anduril.entitymanager.v1.LocationUncertainty location_uncertainty = 15;
107
+ */
108
+ locationUncertainty?: LocationUncertainty;
109
+
110
+ /**
111
+ * Geospatial representation of the entity, including entities that cover an area rather than a fixed point.
112
+ *
113
+ * @generated from field: anduril.entitymanager.v1.GeoShape geo_shape = 23;
114
+ */
115
+ geoShape?: GeoShape;
116
+
117
+ /**
118
+ * Additional details on what the geospatial area or point represents, along with visual display details.
119
+ *
120
+ * @generated from field: anduril.entitymanager.v1.GeoDetails geo_details = 24;
121
+ */
122
+ geoDetails?: GeoDetails;
123
+
124
+ /**
125
+ * Entity name displayed in the Lattice UI side panel. Also includes identifiers that other systems can use to reference the same entity.
126
+ *
127
+ * @generated from field: anduril.entitymanager.v1.Aliases aliases = 7;
128
+ */
129
+ aliases?: Aliases;
130
+
131
+ /**
132
+ * If this entity is tracked by another entity, this component contains data related to how it's being tracked.
133
+ *
134
+ * @generated from field: anduril.entitymanager.v1.Tracked tracked = 8;
135
+ */
136
+ tracked?: Tracked;
137
+
138
+ /**
139
+ * If this entity has been correlated or decorrelated to another one, this component contains information on the correlation or decorrelation.
140
+ *
141
+ * @generated from field: anduril.entitymanager.v1.Correlation correlation = 47;
142
+ */
143
+ correlation?: Correlation;
144
+
145
+ /**
146
+ * View of the entity.
147
+ *
148
+ * @generated from field: anduril.entitymanager.v1.MilView mil_view = 10;
149
+ */
150
+ milView?: MilView;
151
+
152
+ /**
153
+ * A standardized representation of the entity.
154
+ *
155
+ * @generated from field: anduril.entitymanager.v1.Ontology ontology = 11;
156
+ */
157
+ ontology?: Ontology;
158
+
159
+ /**
160
+ * Details an entity's available sensors.
161
+ *
162
+ * @generated from field: anduril.entitymanager.v1.Sensors sensors = 20;
163
+ */
164
+ sensors?: Sensors;
165
+
166
+ /**
167
+ * Details an entity's available payloads.
168
+ *
169
+ * @generated from field: anduril.entitymanager.v1.Payloads payloads = 21;
170
+ */
171
+ payloads?: Payloads;
172
+
173
+ /**
174
+ * Details the entity's power source.
175
+ *
176
+ * @generated from field: anduril.entitymanager.v1.PowerState power_state = 30;
177
+ */
178
+ powerState?: PowerState;
179
+
180
+ /**
181
+ * The primary data source provenance for this entity.
182
+ *
183
+ * @generated from field: anduril.entitymanager.v1.Provenance provenance = 12;
184
+ */
185
+ provenance?: Provenance;
186
+
187
+ /**
188
+ * Provenance of override data.
189
+ *
190
+ * @generated from field: anduril.entitymanager.v1.Overrides overrides = 13;
191
+ */
192
+ overrides?: Overrides;
193
+
194
+ /**
195
+ * Describes an entity's specific characteristics and the operations that can be performed on the entity.
196
+ * For example, "simulated" informs the operator that the entity is from a simulation, and "deletable"
197
+ * informs the operator (and system) that the delete operation is valid against the entity.
198
+ *
199
+ * @generated from field: anduril.entitymanager.v1.Indicators indicators = 14;
200
+ */
201
+ indicators?: Indicators;
202
+
203
+ /**
204
+ * The prioritization associated with an entity, such as if it's a threat or a high-value target.
205
+ *
206
+ * @generated from field: anduril.entitymanager.v1.TargetPriority target_priority = 22;
207
+ */
208
+ targetPriority?: TargetPriority;
209
+
210
+ /**
211
+ * Describes an entity's signal characteristics, primarily used when an entity is a signal of interest.
212
+ *
213
+ * @generated from field: anduril.entitymanager.v1.Signal signal = 25;
214
+ */
215
+ signal?: Signal;
216
+
217
+ /**
218
+ * A message describing any transponder codes associated with Mode 1, 2, 3, 4, 5, S interrogations. These are related to ADS-B modes.
219
+ *
220
+ * @generated from field: anduril.entitymanager.v1.TransponderCodes transponder_codes = 26;
221
+ */
222
+ transponderCodes?: TransponderCodes;
223
+
224
+ /**
225
+ * Describes an entity's security classification levels at an overall classification level and on a per
226
+ * field level.
227
+ *
228
+ * @generated from field: anduril.entitymanager.v1.Classification data_classification = 29;
229
+ */
230
+ dataClassification?: Classification;
231
+
232
+ /**
233
+ * A catalog of tasks that can be performed by an entity.
234
+ *
235
+ * @generated from field: anduril.tasks.v2.TaskCatalog task_catalog = 31;
236
+ */
237
+ taskCatalog?: TaskCatalog;
238
+
239
+ /**
240
+ * The relationships between this entity and other entities in the common operational picture (COP).
241
+ *
242
+ * @generated from field: anduril.entitymanager.v1.Relationships relationships = 33;
243
+ */
244
+ relationships?: Relationships;
245
+
246
+ /**
247
+ * Visual details associated with the display of an entity in the client.
248
+ *
249
+ * @generated from field: anduril.entitymanager.v1.VisualDetails visual_details = 34;
250
+ */
251
+ visualDetails?: VisualDetails;
252
+
253
+ /**
254
+ * Physical dimensions of the entity.
255
+ *
256
+ * @generated from field: anduril.entitymanager.v1.Dimensions dimensions = 36;
257
+ */
258
+ dimensions?: Dimensions;
259
+
260
+ /**
261
+ * Additional information about an entity's route.
262
+ *
263
+ * @generated from field: anduril.entitymanager.v1.RouteDetails route_details = 37;
264
+ */
265
+ routeDetails?: RouteDetails;
266
+
267
+ /**
268
+ * Schedules associated with this entity.
269
+ *
270
+ * @generated from field: anduril.entitymanager.v1.Schedules schedules = 38;
271
+ */
272
+ schedules?: Schedules;
273
+
274
+ /**
275
+ * Health metrics or connection status reported by the entity.
276
+ *
277
+ * @generated from field: anduril.entitymanager.v1.Health health = 39;
278
+ */
279
+ health?: Health;
280
+
281
+ /**
282
+ * Details for the group associated with this entity.
283
+ *
284
+ * @generated from field: anduril.entitymanager.v1.GroupDetails group_details = 40;
285
+ */
286
+ groupDetails?: GroupDetails;
287
+
288
+ /**
289
+ * Contains relevant supply information for the entity, such as fuel.
290
+ *
291
+ * @generated from field: anduril.entitymanager.v1.Supplies supplies = 42;
292
+ */
293
+ supplies?: Supplies;
294
+
295
+ /**
296
+ * Orbit information for space objects.
297
+ *
298
+ * @generated from field: anduril.entitymanager.v1.Orbit orbit = 46;
299
+ */
300
+ orbit?: Orbit;
301
+ };
302
+
303
+ /**
304
+ * Describes the message anduril.entitymanager.v1.Entity.
305
+ * Use `create(EntitySchema)` to create a new message.
306
+ */
307
+ export declare const EntitySchema: GenMessage<Entity>;
308
+
309
+ /**
310
+ * Contains status of entities.
311
+ *
312
+ * @generated from message anduril.entitymanager.v1.Status
313
+ */
314
+ export declare type Status = Message<"anduril.entitymanager.v1.Status"> & {
315
+ /**
316
+ * A string that describes the activity that the entity is performing.
317
+ * Examples include "RECONNAISSANCE", "INTERDICTION", "RETURN TO BASE (RTB)", "PREPARING FOR LAUNCH".
318
+ *
319
+ * @generated from field: string platform_activity = 1;
320
+ */
321
+ platformActivity: string;
322
+
323
+ /**
324
+ * A human-readable string that describes the role the entity is currently performing. E.g. "Team Member", "Commander".
325
+ *
326
+ * @generated from field: string role = 2;
327
+ */
328
+ role: string;
329
+ };
330
+
331
+ /**
332
+ * Describes the message anduril.entitymanager.v1.Status.
333
+ * Use `create(StatusSchema)` to create a new message.
334
+ */
335
+ export declare const StatusSchema: GenMessage<Status>;
336
+
337
+ /**
338
+ * Available for any Entities with alternate ids in other systems.
339
+ *
340
+ * @generated from message anduril.entitymanager.v1.Aliases
341
+ */
342
+ export declare type Aliases = Message<"anduril.entitymanager.v1.Aliases"> & {
343
+ /**
344
+ * @generated from field: repeated anduril.entitymanager.v1.AlternateId alternate_ids = 1;
345
+ */
346
+ alternateIds: AlternateId[];
347
+
348
+ /**
349
+ * The best available version of the entity's display name.
350
+ *
351
+ * @generated from field: string name = 2;
352
+ */
353
+ name: string;
354
+ };
355
+
356
+ /**
357
+ * Describes the message anduril.entitymanager.v1.Aliases.
358
+ * Use `create(AliasesSchema)` to create a new message.
359
+ */
360
+ export declare const AliasesSchema: GenMessage<Aliases>;
361
+
362
+ /**
363
+ * Available for Entities that are tracked.
364
+ *
365
+ * @generated from message anduril.entitymanager.v1.Tracked
366
+ */
367
+ export declare type Tracked = Message<"anduril.entitymanager.v1.Tracked"> & {
368
+ /**
369
+ * Quality score, 0-15, nil if none
370
+ *
371
+ * @generated from field: google.protobuf.Int32Value track_quality_wrapper = 2;
372
+ */
373
+ trackQualityWrapper?: number;
374
+
375
+ /**
376
+ * Sensor hits aggregation on the tracked entity.
377
+ *
378
+ * @generated from field: google.protobuf.Int32Value sensor_hits = 3;
379
+ */
380
+ sensorHits?: number;
381
+
382
+ /**
383
+ * Estimated number of objects or units that are represented by this entity. Known as Strength in certain contexts (Link16)
384
+ * if UpperBound == LowerBound; (strength = LowerBound)
385
+ * If both UpperBound and LowerBound are defined; strength is between LowerBound and UpperBound (represented as string "Strength: 4-5")
386
+ * If UpperBound is defined only (LowerBound unset), Strength ≤ UpperBound
387
+ * If LowerBound is defined only (UpperBound unset), LowerBound ≤ Strength
388
+ * 0 indicates unset.
389
+ *
390
+ * @generated from field: anduril.entitymanager.v1.UInt32Range number_of_objects = 4;
391
+ */
392
+ numberOfObjects?: UInt32Range;
393
+
394
+ /**
395
+ * The radar cross section (RCS) is a measure of how detectable an object is by radar. A large RCS indicates an object is more easily
396
+ * detected. The unit is “decibels per square meter,” or dBsm
397
+ *
398
+ * @generated from field: google.protobuf.DoubleValue radar_cross_section = 6;
399
+ */
400
+ radarCrossSection?: number;
401
+
402
+ /**
403
+ * Timestamp of the latest tracking measurement for this entity.
404
+ *
405
+ * @generated from field: google.protobuf.Timestamp last_measurement_time = 7;
406
+ */
407
+ lastMeasurementTime?: Timestamp;
408
+
409
+ /**
410
+ * The relative position of a track with respect to the entity that is tracking it. Used for tracks that do not yet have a 3D position.
411
+ * For this entity (A), being tracked by some entity (B), this LineOfBearing would express a ray from B to A.
412
+ *
413
+ * @generated from field: anduril.entitymanager.v1.LineOfBearing line_of_bearing = 9;
414
+ */
415
+ lineOfBearing?: LineOfBearing;
416
+ };
417
+
418
+ /**
419
+ * Describes the message anduril.entitymanager.v1.Tracked.
420
+ * Use `create(TrackedSchema)` to create a new message.
421
+ */
422
+ export declare const TrackedSchema: GenMessage<Tracked>;
423
+
424
+ /**
425
+ * Data provenance.
426
+ *
427
+ * @generated from message anduril.entitymanager.v1.Provenance
428
+ */
429
+ export declare type Provenance = Message<"anduril.entitymanager.v1.Provenance"> & {
430
+ /**
431
+ * Name of the integration that produced this entity
432
+ *
433
+ * @generated from field: string integration_name = 5;
434
+ */
435
+ integrationName: string;
436
+
437
+ /**
438
+ * Source data type of this entity. Examples: ADSB, Link16, etc.
439
+ *
440
+ * @generated from field: string data_type = 6;
441
+ */
442
+ dataType: string;
443
+
444
+ /**
445
+ * An ID that allows an element from a source to be uniquely identified
446
+ *
447
+ * @generated from field: string source_id = 3;
448
+ */
449
+ sourceId: string;
450
+
451
+ /**
452
+ * The time, according to the source system, that the data in the entity was last modified. Generally, this should
453
+ * be the time that the source-reported time of validity of the data in the entity. This field must be
454
+ * updated with every change to the entity or else Entity Manager will discard the update.
455
+ *
456
+ * @generated from field: google.protobuf.Timestamp source_update_time = 2;
457
+ */
458
+ sourceUpdateTime?: Timestamp;
459
+
460
+ /**
461
+ * Description of the modification source. In the case of a user this is the email address.
462
+ *
463
+ * @generated from field: string source_description = 4;
464
+ */
465
+ sourceDescription: string;
466
+ };
467
+
468
+ /**
469
+ * Describes the message anduril.entitymanager.v1.Provenance.
470
+ * Use `create(ProvenanceSchema)` to create a new message.
471
+ */
472
+ export declare const ProvenanceSchema: GenMessage<Provenance>;
473
+
474
+ /**
475
+ * Indicators to describe entity to consumers.
476
+ *
477
+ * @generated from message anduril.entitymanager.v1.Indicators
478
+ */
479
+ export declare type Indicators = Message<"anduril.entitymanager.v1.Indicators"> & {
480
+ /**
481
+ * @generated from field: google.protobuf.BoolValue simulated = 1;
482
+ */
483
+ simulated?: boolean;
484
+
485
+ /**
486
+ * @generated from field: google.protobuf.BoolValue exercise = 2;
487
+ */
488
+ exercise?: boolean;
489
+
490
+ /**
491
+ * @generated from field: google.protobuf.BoolValue emergency = 3;
492
+ */
493
+ emergency?: boolean;
494
+
495
+ /**
496
+ * @generated from field: google.protobuf.BoolValue c2 = 4;
497
+ */
498
+ c2?: boolean;
499
+
500
+ /**
501
+ * Indicates the Entity should be egressed to external sources.
502
+ * Integrations choose how the egressing happens (e.g. if an Entity needs fuzzing).
503
+ *
504
+ * @generated from field: google.protobuf.BoolValue egressable = 6;
505
+ */
506
+ egressable?: boolean;
507
+
508
+ /**
509
+ * A signal of arbitrary importance such that the entity should be globally marked for all users
510
+ *
511
+ * @generated from field: google.protobuf.BoolValue starred = 7;
512
+ */
513
+ starred?: boolean;
514
+ };
515
+
516
+ /**
517
+ * Describes the message anduril.entitymanager.v1.Indicators.
518
+ * Use `create(IndicatorsSchema)` to create a new message.
519
+ */
520
+ export declare const IndicatorsSchema: GenMessage<Indicators>;
521
+
522
+ /**
523
+ * Metadata about entity overrides present.
524
+ *
525
+ * @generated from message anduril.entitymanager.v1.Overrides
526
+ */
527
+ export declare type Overrides = Message<"anduril.entitymanager.v1.Overrides"> & {
528
+ /**
529
+ * @generated from field: repeated anduril.entitymanager.v1.Override override = 2;
530
+ */
531
+ override: Override[];
532
+ };
533
+
534
+ /**
535
+ * Describes the message anduril.entitymanager.v1.Overrides.
536
+ * Use `create(OverridesSchema)` to create a new message.
537
+ */
538
+ export declare const OverridesSchema: GenMessage<Overrides>;
539
+
540
+ /**
541
+ * Details about an override. Last write wins.
542
+ *
543
+ * @generated from message anduril.entitymanager.v1.Override
544
+ */
545
+ export declare type Override = Message<"anduril.entitymanager.v1.Override"> & {
546
+ /**
547
+ * override request id for an override request
548
+ *
549
+ * @generated from field: string request_id = 1;
550
+ */
551
+ requestId: string;
552
+
553
+ /**
554
+ * proto field path which is the string representation of a field.
555
+ * example: correlated.primary_entity_id would be primary_entity_id in correlated component
556
+ *
557
+ * @generated from field: string field_path = 2;
558
+ */
559
+ fieldPath: string;
560
+
561
+ /**
562
+ * new field value corresponding to field path. In the shape of an empty entity with only the changed value.
563
+ * example: entity: { mil_view: { disposition: Disposition_DISPOSITION_HOSTILE } }
564
+ *
565
+ * @generated from field: anduril.entitymanager.v1.Entity masked_field_value = 3;
566
+ */
567
+ maskedFieldValue?: Entity;
568
+
569
+ /**
570
+ * status of the override
571
+ *
572
+ * @generated from field: anduril.entitymanager.v1.OverrideStatus status = 4;
573
+ */
574
+ status: OverrideStatus;
575
+
576
+ /**
577
+ * @generated from field: anduril.entitymanager.v1.Provenance provenance = 5;
578
+ */
579
+ provenance?: Provenance;
580
+
581
+ /**
582
+ * The type of the override, defined by the stage of the entity lifecycle that the entity was in when the override
583
+ * was requested.
584
+ *
585
+ * @generated from field: anduril.entitymanager.v1.OverrideType type = 6;
586
+ */
587
+ type: OverrideType;
588
+
589
+ /**
590
+ * Timestamp of the override request. The timestamp is generated by the Entity Manager instance that receives the request.
591
+ *
592
+ * @generated from field: google.protobuf.Timestamp request_timestamp = 7;
593
+ */
594
+ requestTimestamp?: Timestamp;
595
+ };
596
+
597
+ /**
598
+ * Describes the message anduril.entitymanager.v1.Override.
599
+ * Use `create(OverrideSchema)` to create a new message.
600
+ */
601
+ export declare const OverrideSchema: GenMessage<Override>;
602
+
603
+ /**
604
+ * An alternate id for an Entity.
605
+ *
606
+ * @generated from message anduril.entitymanager.v1.AlternateId
607
+ */
608
+ export declare type AlternateId = Message<"anduril.entitymanager.v1.AlternateId"> & {
609
+ /**
610
+ * @generated from field: string id = 2;
611
+ */
612
+ id: string;
613
+
614
+ /**
615
+ * @generated from field: anduril.entitymanager.v1.AltIdType type = 3;
616
+ */
617
+ type: AltIdType;
618
+ };
619
+
620
+ /**
621
+ * Describes the message anduril.entitymanager.v1.AlternateId.
622
+ * Use `create(AlternateIdSchema)` to create a new message.
623
+ */
624
+ export declare const AlternateIdSchema: GenMessage<AlternateId>;
625
+
626
+ /**
627
+ * Visual details associated with the display of an entity in the client.
628
+ *
629
+ * @generated from message anduril.entitymanager.v1.VisualDetails
630
+ */
631
+ export declare type VisualDetails = Message<"anduril.entitymanager.v1.VisualDetails"> & {
632
+ /**
633
+ * The range rings to display around an entity.
634
+ *
635
+ * @generated from field: anduril.entitymanager.v1.RangeRings range_rings = 1;
636
+ */
637
+ rangeRings?: RangeRings;
638
+ };
639
+
640
+ /**
641
+ * Describes the message anduril.entitymanager.v1.VisualDetails.
642
+ * Use `create(VisualDetailsSchema)` to create a new message.
643
+ */
644
+ export declare const VisualDetailsSchema: GenMessage<VisualDetails>;
645
+
646
+ /**
647
+ * Range rings allow visual assessment of map distance at varying zoom levels.
648
+ *
649
+ * @generated from message anduril.entitymanager.v1.RangeRings
650
+ */
651
+ export declare type RangeRings = Message<"anduril.entitymanager.v1.RangeRings"> & {
652
+ /**
653
+ * The minimum range ring distance, specified in meters.
654
+ *
655
+ * @generated from field: google.protobuf.DoubleValue min_distance_m = 1;
656
+ */
657
+ minDistanceM?: number;
658
+
659
+ /**
660
+ * The maximum range ring distance, specified in meters.
661
+ *
662
+ * @generated from field: google.protobuf.DoubleValue max_distance_m = 2;
663
+ */
664
+ maxDistanceM?: number;
665
+
666
+ /**
667
+ * The count of range rings.
668
+ *
669
+ * @generated from field: uint32 ring_count = 3;
670
+ */
671
+ ringCount: number;
672
+
673
+ /**
674
+ * The color of range rings, specified in hex string.
675
+ *
676
+ * @generated from field: anduril.type.Color ring_line_color = 4;
677
+ */
678
+ ringLineColor?: Color;
679
+ };
680
+
681
+ /**
682
+ * Describes the message anduril.entitymanager.v1.RangeRings.
683
+ * Use `create(RangeRingsSchema)` to create a new message.
684
+ */
685
+ export declare const RangeRingsSchema: GenMessage<RangeRings>;
686
+
687
+ /**
688
+ * Available for Entities that are a correlated (N to 1) set of entities. This will be present on
689
+ * each entity in the set.
690
+ *
691
+ * @generated from message anduril.entitymanager.v1.Correlation
692
+ */
693
+ export declare type Correlation = Message<"anduril.entitymanager.v1.Correlation"> & {
694
+ /**
695
+ * If an entity is correlated, it is either the primary or a secondary.
696
+ * DEPRECATED - Use membership instead.
697
+ *
698
+ * @generated from oneof anduril.entitymanager.v1.Correlation.correlation
699
+ */
700
+ correlation: {
701
+ /**
702
+ * This entity is the primary of a correlation meaning that it serves as the representative
703
+ * entity of the correlation set.
704
+ *
705
+ * @generated from field: anduril.entitymanager.v1.PrimaryCorrelation primary = 1;
706
+ */
707
+ value: PrimaryCorrelation;
708
+ case: "primary";
709
+ } | {
710
+ /**
711
+ * This entity is a secondary of a correlation meaning that it will be represented by the
712
+ * primary of the correlation set.
713
+ *
714
+ * @generated from field: anduril.entitymanager.v1.SecondaryCorrelation secondary = 2;
715
+ */
716
+ value: SecondaryCorrelation;
717
+ case: "secondary";
718
+ } | { case: undefined; value?: undefined };
719
+
720
+ /**
721
+ * If present, this entity is a part of a correlation set.
722
+ *
723
+ * @generated from field: anduril.entitymanager.v1.CorrelationMembership membership = 4;
724
+ */
725
+ membership?: CorrelationMembership;
726
+
727
+ /**
728
+ * If present, this entity was explicitly decorrelated from one or more entities.
729
+ * An entity can be both correlated and decorrelated as long as they are disjoint sets.
730
+ * An example would be if a user in the UI decides that two tracks are not actually the
731
+ * same despite an automatic correlator having correlated them. The user would then
732
+ * decorrelate the two tracks and this decorrelation would be preserved preventing the
733
+ * correlator from re-correlating them at a later time.
734
+ *
735
+ * @generated from field: anduril.entitymanager.v1.Decorrelation decorrelation = 3;
736
+ */
737
+ decorrelation?: Decorrelation;
738
+ };
739
+
740
+ /**
741
+ * Describes the message anduril.entitymanager.v1.Correlation.
742
+ * Use `create(CorrelationSchema)` to create a new message.
743
+ */
744
+ export declare const CorrelationSchema: GenMessage<Correlation>;
745
+
746
+ /**
747
+ * @generated from message anduril.entitymanager.v1.PrimaryCorrelation
748
+ */
749
+ export declare type PrimaryCorrelation = Message<"anduril.entitymanager.v1.PrimaryCorrelation"> & {
750
+ /**
751
+ * The secondary entity IDs part of this correlation.
752
+ *
753
+ * @generated from field: repeated string secondary_entity_ids = 1;
754
+ */
755
+ secondaryEntityIds: string[];
756
+ };
757
+
758
+ /**
759
+ * Describes the message anduril.entitymanager.v1.PrimaryCorrelation.
760
+ * Use `create(PrimaryCorrelationSchema)` to create a new message.
761
+ */
762
+ export declare const PrimaryCorrelationSchema: GenMessage<PrimaryCorrelation>;
763
+
764
+ /**
765
+ * @generated from message anduril.entitymanager.v1.SecondaryCorrelation
766
+ */
767
+ export declare type SecondaryCorrelation = Message<"anduril.entitymanager.v1.SecondaryCorrelation"> & {
768
+ /**
769
+ * The primary of this correlation.
770
+ *
771
+ * @generated from field: string primary_entity_id = 1;
772
+ */
773
+ primaryEntityId: string;
774
+
775
+ /**
776
+ * Metadata about the correlation.
777
+ *
778
+ * @generated from field: anduril.entitymanager.v1.CorrelationMetadata metadata = 2;
779
+ */
780
+ metadata?: CorrelationMetadata;
781
+ };
782
+
783
+ /**
784
+ * Describes the message anduril.entitymanager.v1.SecondaryCorrelation.
785
+ * Use `create(SecondaryCorrelationSchema)` to create a new message.
786
+ */
787
+ export declare const SecondaryCorrelationSchema: GenMessage<SecondaryCorrelation>;
788
+
789
+ /**
790
+ * @generated from message anduril.entitymanager.v1.CorrelationMembership
791
+ */
792
+ export declare type CorrelationMembership = Message<"anduril.entitymanager.v1.CorrelationMembership"> & {
793
+ /**
794
+ * The ID of the correlation set this entity belongs to.
795
+ *
796
+ * @generated from field: string correlation_set_id = 1;
797
+ */
798
+ correlationSetId: string;
799
+
800
+ /**
801
+ * If an entity is correlated, it may or may not be the primary.
802
+ *
803
+ * @generated from oneof anduril.entitymanager.v1.CorrelationMembership.membership
804
+ */
805
+ membership: {
806
+ /**
807
+ * This entity is the primary of a correlation set meaning that it serves as the representative
808
+ * entity of the correlation set.
809
+ *
810
+ * @generated from field: anduril.entitymanager.v1.PrimaryMembership primary = 2;
811
+ */
812
+ value: PrimaryMembership;
813
+ case: "primary";
814
+ } | {
815
+ /**
816
+ * This entity is not the primary of the correlation set. Note that there may not
817
+ * be a primary at all.
818
+ *
819
+ * @generated from field: anduril.entitymanager.v1.NonPrimaryMembership non_primary = 3;
820
+ */
821
+ value: NonPrimaryMembership;
822
+ case: "nonPrimary";
823
+ } | { case: undefined; value?: undefined };
824
+
825
+ /**
826
+ * Additional metadata on this correlation.
827
+ *
828
+ * @generated from field: anduril.entitymanager.v1.CorrelationMetadata metadata = 4;
829
+ */
830
+ metadata?: CorrelationMetadata;
831
+ };
832
+
833
+ /**
834
+ * Describes the message anduril.entitymanager.v1.CorrelationMembership.
835
+ * Use `create(CorrelationMembershipSchema)` to create a new message.
836
+ */
837
+ export declare const CorrelationMembershipSchema: GenMessage<CorrelationMembership>;
838
+
839
+ /**
840
+ * @generated from message anduril.entitymanager.v1.PrimaryMembership
841
+ */
842
+ export declare type PrimaryMembership = Message<"anduril.entitymanager.v1.PrimaryMembership"> & {
843
+ };
844
+
845
+ /**
846
+ * Describes the message anduril.entitymanager.v1.PrimaryMembership.
847
+ * Use `create(PrimaryMembershipSchema)` to create a new message.
848
+ */
849
+ export declare const PrimaryMembershipSchema: GenMessage<PrimaryMembership>;
850
+
851
+ /**
852
+ * @generated from message anduril.entitymanager.v1.NonPrimaryMembership
853
+ */
854
+ export declare type NonPrimaryMembership = Message<"anduril.entitymanager.v1.NonPrimaryMembership"> & {
855
+ };
856
+
857
+ /**
858
+ * Describes the message anduril.entitymanager.v1.NonPrimaryMembership.
859
+ * Use `create(NonPrimaryMembershipSchema)` to create a new message.
860
+ */
861
+ export declare const NonPrimaryMembershipSchema: GenMessage<NonPrimaryMembership>;
862
+
863
+ /**
864
+ * @generated from message anduril.entitymanager.v1.Decorrelation
865
+ */
866
+ export declare type Decorrelation = Message<"anduril.entitymanager.v1.Decorrelation"> & {
867
+ /**
868
+ * This will be specified if this entity was decorrelated against all other entities.
869
+ *
870
+ * @generated from field: anduril.entitymanager.v1.DecorrelatedAll all = 1;
871
+ */
872
+ all?: DecorrelatedAll;
873
+
874
+ /**
875
+ * A list of decorrelated entities that have been explicitly decorrelated against this entity
876
+ * which prevents lower precedence correlations from overriding it in the future.
877
+ * For example, if an operator in the UI decorrelated tracks A and B, any automated
878
+ * correlators would be unable to correlate them since manual decorrelations have
879
+ * higher precedence than automatic ones. Precedence is determined by both correlation
880
+ * type and replication mode.
881
+ *
882
+ * @generated from field: repeated anduril.entitymanager.v1.DecorrelatedSingle decorrelated_entities = 2;
883
+ */
884
+ decorrelatedEntities: DecorrelatedSingle[];
885
+ };
886
+
887
+ /**
888
+ * Describes the message anduril.entitymanager.v1.Decorrelation.
889
+ * Use `create(DecorrelationSchema)` to create a new message.
890
+ */
891
+ export declare const DecorrelationSchema: GenMessage<Decorrelation>;
892
+
893
+ /**
894
+ * @generated from message anduril.entitymanager.v1.DecorrelatedAll
895
+ */
896
+ export declare type DecorrelatedAll = Message<"anduril.entitymanager.v1.DecorrelatedAll"> & {
897
+ /**
898
+ * Metadata about the decorrelation.
899
+ *
900
+ * @generated from field: anduril.entitymanager.v1.CorrelationMetadata metadata = 1;
901
+ */
902
+ metadata?: CorrelationMetadata;
903
+ };
904
+
905
+ /**
906
+ * Describes the message anduril.entitymanager.v1.DecorrelatedAll.
907
+ * Use `create(DecorrelatedAllSchema)` to create a new message.
908
+ */
909
+ export declare const DecorrelatedAllSchema: GenMessage<DecorrelatedAll>;
910
+
911
+ /**
912
+ * @generated from message anduril.entitymanager.v1.DecorrelatedSingle
913
+ */
914
+ export declare type DecorrelatedSingle = Message<"anduril.entitymanager.v1.DecorrelatedSingle"> & {
915
+ /**
916
+ * The entity that was decorrelated against.
917
+ *
918
+ * @generated from field: string entity_id = 1;
919
+ */
920
+ entityId: string;
921
+
922
+ /**
923
+ * Metadata about the decorrelation.
924
+ *
925
+ * @generated from field: anduril.entitymanager.v1.CorrelationMetadata metadata = 2;
926
+ */
927
+ metadata?: CorrelationMetadata;
928
+ };
929
+
930
+ /**
931
+ * Describes the message anduril.entitymanager.v1.DecorrelatedSingle.
932
+ * Use `create(DecorrelatedSingleSchema)` to create a new message.
933
+ */
934
+ export declare const DecorrelatedSingleSchema: GenMessage<DecorrelatedSingle>;
935
+
936
+ /**
937
+ * @generated from message anduril.entitymanager.v1.CorrelationMetadata
938
+ */
939
+ export declare type CorrelationMetadata = Message<"anduril.entitymanager.v1.CorrelationMetadata"> & {
940
+ /**
941
+ * Who or what added this entity to the (de)correlation.
942
+ *
943
+ * @generated from field: anduril.entitymanager.v1.Provenance provenance = 1;
944
+ */
945
+ provenance?: Provenance;
946
+
947
+ /**
948
+ * Indicates how the correlation will be distributed. Because a correlation is composed of
949
+ * multiple secondaries, each of which may have been correlated with different replication
950
+ * modes, the distribution of the correlation is composed of distributions of the individual
951
+ * entities within the correlation set.
952
+ * For example, if there are two secondary entities A and B correlated against a primary C,
953
+ * with A having been correlated globally and B having been correlated locally, then the
954
+ * correlation set that is distributed globally than what is known locally in the node.
955
+ *
956
+ * @generated from field: anduril.entitymanager.v1.CorrelationReplicationMode replication_mode = 2;
957
+ */
958
+ replicationMode: CorrelationReplicationMode;
959
+
960
+ /**
961
+ * What type of (de)correlation was this entity added with.
962
+ *
963
+ * @generated from field: anduril.entitymanager.v1.CorrelationType type = 3;
964
+ */
965
+ type: CorrelationType;
966
+ };
967
+
968
+ /**
969
+ * Describes the message anduril.entitymanager.v1.CorrelationMetadata.
970
+ * Use `create(CorrelationMetadataSchema)` to create a new message.
971
+ */
972
+ export declare const CorrelationMetadataSchema: GenMessage<CorrelationMetadata>;
973
+
974
+ /**
975
+ * The type of correlation indicating how it was made.
976
+ *
977
+ * @generated from enum anduril.entitymanager.v1.CorrelationType
978
+ */
979
+ export enum CorrelationType {
980
+ /**
981
+ * @generated from enum value: CORRELATION_TYPE_INVALID = 0;
982
+ */
983
+ INVALID = 0,
984
+
985
+ /**
986
+ * The correlation was made manually by a human.
987
+ * Manual is higher precedence than automated assuming the same replication mode.
988
+ *
989
+ * @generated from enum value: CORRELATION_TYPE_MANUAL = 1;
990
+ */
991
+ MANUAL = 1,
992
+
993
+ /**
994
+ * The correlation was automatically made by a service or some other automated process.
995
+ * Automated is lower precedence than manual assuming the same replication mode.
996
+ *
997
+ * @generated from enum value: CORRELATION_TYPE_AUTOMATED = 2;
998
+ */
999
+ AUTOMATED = 2,
1000
+ }
1001
+
1002
+ /**
1003
+ * Describes the enum anduril.entitymanager.v1.CorrelationType.
1004
+ */
1005
+ export declare const CorrelationTypeSchema: GenEnum<CorrelationType>;
1006
+
1007
+ /**
1008
+ * The replication mode of the correlation indicating how the correlation will be replication to
1009
+ * other nodes in the mesh.
1010
+ *
1011
+ * @generated from enum anduril.entitymanager.v1.CorrelationReplicationMode
1012
+ */
1013
+ export enum CorrelationReplicationMode {
1014
+ /**
1015
+ * @generated from enum value: CORRELATION_REPLICATION_MODE_INVALID = 0;
1016
+ */
1017
+ INVALID = 0,
1018
+
1019
+ /**
1020
+ * The correlation is local only to the originating node and will not be distributed to other
1021
+ * nodes in the mesh. In the case of conflicts, this correlation will override ones coming from
1022
+ * other nodes. Local is always higher precedence than global regardless of the correlation type.
1023
+ *
1024
+ * @generated from enum value: CORRELATION_REPLICATION_MODE_LOCAL = 1;
1025
+ */
1026
+ LOCAL = 1,
1027
+
1028
+ /**
1029
+ * The correlation is distributed globally across all nodes in the mesh. Because an entity can
1030
+ * only be part of one correlation, this is based on last-write-wins semantics, however, the
1031
+ * correlation will also be stored locally in the originating node preventing any overrides.
1032
+ * Global is always lower precedence than local regardless of the correlation type.
1033
+ *
1034
+ * @generated from enum value: CORRELATION_REPLICATION_MODE_GLOBAL = 2;
1035
+ */
1036
+ GLOBAL = 2,
1037
+ }
1038
+
1039
+ /**
1040
+ * Describes the enum anduril.entitymanager.v1.CorrelationReplicationMode.
1041
+ */
1042
+ export declare const CorrelationReplicationModeSchema: GenEnum<CorrelationReplicationMode>;
1043
+