@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,391 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/types.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/types.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_types_pub: GenFile;
12
+
13
+ /**
14
+ * @generated from message anduril.entitymanager.v1.UInt32Range
15
+ */
16
+ export declare type UInt32Range = Message<"anduril.entitymanager.v1.UInt32Range"> & {
17
+ /**
18
+ * @generated from field: uint32 lower_bound = 1;
19
+ */
20
+ lowerBound: number;
21
+
22
+ /**
23
+ * @generated from field: uint32 upper_bound = 2;
24
+ */
25
+ upperBound: number;
26
+ };
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.UInt32Range.
30
+ * Use `create(UInt32RangeSchema)` to create a new message.
31
+ */
32
+ export declare const UInt32RangeSchema: GenMessage<UInt32Range>;
33
+
34
+ /**
35
+ * @generated from message anduril.entitymanager.v1.FloatRange
36
+ */
37
+ export declare type FloatRange = Message<"anduril.entitymanager.v1.FloatRange"> & {
38
+ /**
39
+ * @generated from field: float lower_bound = 1;
40
+ */
41
+ lowerBound: number;
42
+
43
+ /**
44
+ * @generated from field: float upper_bound = 2;
45
+ */
46
+ upperBound: number;
47
+ };
48
+
49
+ /**
50
+ * Describes the message anduril.entitymanager.v1.FloatRange.
51
+ * Use `create(FloatRangeSchema)` to create a new message.
52
+ */
53
+ export declare const FloatRangeSchema: GenMessage<FloatRange>;
54
+
55
+ /**
56
+ * The type of alternate id.
57
+ *
58
+ * @generated from enum anduril.entitymanager.v1.AltIdType
59
+ */
60
+ export enum AltIdType {
61
+ /**
62
+ * @generated from enum value: ALT_ID_TYPE_INVALID = 0;
63
+ */
64
+ INVALID = 0,
65
+
66
+ /**
67
+ * an Anduril trackId_2
68
+ *
69
+ * @generated from enum value: ALT_ID_TYPE_TRACK_ID_2 = 1;
70
+ */
71
+ TRACK_ID_2 = 1,
72
+
73
+ /**
74
+ * an Anduril trackId_1
75
+ *
76
+ * @generated from enum value: ALT_ID_TYPE_TRACK_ID_1 = 12;
77
+ */
78
+ TRACK_ID_1 = 12,
79
+
80
+ /**
81
+ * an Anduril Sensor Point of Interest ID
82
+ *
83
+ * @generated from enum value: ALT_ID_TYPE_SPI_ID = 2;
84
+ */
85
+ SPI_ID = 2,
86
+
87
+ /**
88
+ * NITF file title
89
+ *
90
+ * @generated from enum value: ALT_ID_TYPE_NITF_FILE_TITLE = 3;
91
+ */
92
+ NITF_FILE_TITLE = 3,
93
+
94
+ /**
95
+ * Track repo alert ID
96
+ *
97
+ * @generated from enum value: ALT_ID_TYPE_TRACK_REPO_ALERT_ID = 4;
98
+ */
99
+ TRACK_REPO_ALERT_ID = 4,
100
+
101
+ /**
102
+ * an Anduril AssetId
103
+ *
104
+ * @generated from enum value: ALT_ID_TYPE_ASSET_ID = 5;
105
+ */
106
+ ASSET_ID = 5,
107
+
108
+ /**
109
+ * Use for Link 16 track identifiers for non-JTIDS Unit entities.
110
+ *
111
+ * @generated from enum value: ALT_ID_TYPE_LINK16_TRACK_NUMBER = 6;
112
+ */
113
+ LINK16_TRACK_NUMBER = 6,
114
+
115
+ /**
116
+ * Use for Link 16 JTIDS Unit identifiers.
117
+ *
118
+ * @generated from enum value: ALT_ID_TYPE_LINK16_JU = 7;
119
+ */
120
+ LINK16_JU = 7,
121
+
122
+ /**
123
+ * an NCCT message ID
124
+ *
125
+ * @generated from enum value: ALT_ID_TYPE_NCCT_MESSAGE_ID = 8;
126
+ */
127
+ NCCT_MESSAGE_ID = 8,
128
+
129
+ /**
130
+ * callsign for the entity. e.g. a TAK callsign or an aircraft callsign
131
+ *
132
+ * @generated from enum value: ALT_ID_TYPE_CALLSIGN = 9;
133
+ */
134
+ CALLSIGN = 9,
135
+
136
+ /**
137
+ * the Maritime Mobile Service Identity for a maritime object (vessel, offshore installation, etc.)
138
+ *
139
+ * @generated from enum value: ALT_ID_TYPE_MMSI_ID = 10;
140
+ */
141
+ MMSI_ID = 10,
142
+
143
+ /**
144
+ * A VMF URN that uniquely identifies the URN on the VMF network.
145
+ *
146
+ * @generated from enum value: ALT_ID_TYPE_VMF_URN = 11;
147
+ */
148
+ VMF_URN = 11,
149
+
150
+ /**
151
+ * the International Maritime Organization number for identifying maritime objects (vessel, offshore installation, etc.)
152
+ *
153
+ * @generated from enum value: ALT_ID_TYPE_IMO_ID = 13;
154
+ */
155
+ IMO_ID = 13,
156
+
157
+ /**
158
+ * A VMF target number that uniquely identifies the target on the VMF network
159
+ *
160
+ * @generated from enum value: ALT_ID_TYPE_VMF_TARGET_NUMBER = 14;
161
+ */
162
+ VMF_TARGET_NUMBER = 14,
163
+
164
+ /**
165
+ * A serial number that uniquely identifies the entity and is permanently associated with only one entity. This
166
+ * identifier is assigned by some authority and only ever identifies a single thing. Examples include a
167
+ * Vehicle Identification Number (VIN) or ship hull identification number (hull number). This is a generalized
168
+ * component and should not be used if a more specific registration type is already defined (i.e., ALT_ID_TYPE_VMF_URN).
169
+ *
170
+ * @generated from enum value: ALT_ID_TYPE_SERIAL_NUMBER = 15;
171
+ */
172
+ SERIAL_NUMBER = 15,
173
+
174
+ /**
175
+ * A registration identifier assigned by a local or national authority. This identifier is not permanently fixed
176
+ * to one specific entity and may be reassigned on change of ownership, destruction, or other conditions set
177
+ * forth by the authority. Examples include a vehicle license plate or aircraft tail number. This is a generalized
178
+ * component and should not be used if a more specific registration type is already defined (i.e., ALT_ID_TYPE_IMO_ID).
179
+ *
180
+ * @generated from enum value: ALT_ID_TYPE_REGISTRATION_ID = 16;
181
+ */
182
+ REGISTRATION_ID = 16,
183
+
184
+ /**
185
+ * Integrated Broadcast Service Common Message Format Global Identifier
186
+ *
187
+ * @generated from enum value: ALT_ID_TYPE_IBS_GID = 17;
188
+ */
189
+ IBS_GID = 17,
190
+
191
+ /**
192
+ * Department of Defense Activity Address Code.
193
+ *
194
+ * @generated from enum value: ALT_ID_TYPE_DODAAC = 18;
195
+ */
196
+ DODAAC = 18,
197
+
198
+ /**
199
+ * Unit Identification Code uniquely identifies each US Department of Defense entity
200
+ *
201
+ * @generated from enum value: ALT_ID_TYPE_UIC = 19;
202
+ */
203
+ UIC = 19,
204
+
205
+ /**
206
+ * A NORAD Satellite Catalog Number, a 9-digit number uniquely representing orbital objects around Earth.
207
+ * of strictly numeric.
208
+ *
209
+ * @generated from enum value: ALT_ID_TYPE_NORAD_CAT_ID = 20;
210
+ */
211
+ NORAD_CAT_ID = 20,
212
+
213
+ /**
214
+ * Space object name. If populated, use names from the UN Office
215
+ * of Outer Space Affairs designator index, otherwise set field to UNKNOWN.
216
+ *
217
+ * @generated from enum value: ALT_ID_TYPE_UNOOSA_NAME = 23;
218
+ */
219
+ UNOOSA_NAME = 23,
220
+
221
+ /**
222
+ * Space object identifier. If populated, use the international spacecraft designator
223
+ * as published in the UN Office of Outer Space Affairs designator index, otherwise set to UNKNOWN.
224
+ * Recommended values have the format YYYYNNNP{PP}, where:
225
+ * YYYY = Year of launch.
226
+ * NNN = Three-digit serial number of launch
227
+ * in year YYYY (with leading zeros).
228
+ * P{PP} = At least one capital letter for the
229
+ * identification of the part brought
230
+ * into space by the launch.
231
+ *
232
+ * @generated from enum value: ALT_ID_TYPE_UNOOSA_ID = 24;
233
+ */
234
+ UNOOSA_ID = 24,
235
+ }
236
+
237
+ /**
238
+ * Describes the enum anduril.entitymanager.v1.AltIdType.
239
+ */
240
+ export declare const AltIdTypeSchema: GenEnum<AltIdType>;
241
+
242
+ /**
243
+ * Set of possible templates used when creating an entity.
244
+ * This impacts minimum required component sets and can be used by edge systems that need to distinguish.
245
+ *
246
+ * @generated from enum anduril.entitymanager.v1.Template
247
+ */
248
+ export enum Template {
249
+ /**
250
+ * @generated from enum value: TEMPLATE_INVALID = 0;
251
+ */
252
+ INVALID = 0,
253
+
254
+ /**
255
+ * additional track required components:
256
+ * * location
257
+ * * mil_view
258
+ *
259
+ * @generated from enum value: TEMPLATE_TRACK = 1;
260
+ */
261
+ TRACK = 1,
262
+
263
+ /**
264
+ * additional SPI required components:
265
+ * * location
266
+ * * mil_view
267
+ * * produced_by
268
+ *
269
+ * @generated from enum value: TEMPLATE_SENSOR_POINT_OF_INTEREST = 2;
270
+ */
271
+ SENSOR_POINT_OF_INTEREST = 2,
272
+
273
+ /**
274
+ * additional asset required components:
275
+ * * location
276
+ * * mil_view
277
+ * * ontology
278
+ *
279
+ * @generated from enum value: TEMPLATE_ASSET = 3;
280
+ */
281
+ ASSET = 3,
282
+
283
+ /**
284
+ * additional geo required components:
285
+ * * geo_shape
286
+ * * geo_details
287
+ *
288
+ * @generated from enum value: TEMPLATE_GEO = 4;
289
+ */
290
+ GEO = 4,
291
+
292
+ /**
293
+ * additional SOI required components:
294
+ * * signal
295
+ * * location field should be populated if there is a fix.
296
+ * * mil_view
297
+ * * ontology
298
+ *
299
+ * @generated from enum value: TEMPLATE_SIGNAL_OF_INTEREST = 5;
300
+ */
301
+ SIGNAL_OF_INTEREST = 5,
302
+ }
303
+
304
+ /**
305
+ * Describes the enum anduril.entitymanager.v1.Template.
306
+ */
307
+ export declare const TemplateSchema: GenEnum<Template>;
308
+
309
+ /**
310
+ * The state of an override.
311
+ *
312
+ * @generated from enum anduril.entitymanager.v1.OverrideStatus
313
+ */
314
+ export enum OverrideStatus {
315
+ /**
316
+ * @generated from enum value: OVERRIDE_STATUS_INVALID = 0;
317
+ */
318
+ INVALID = 0,
319
+
320
+ /**
321
+ * the override was applied to the entity.
322
+ *
323
+ * @generated from enum value: OVERRIDE_STATUS_APPLIED = 1;
324
+ */
325
+ APPLIED = 1,
326
+
327
+ /**
328
+ * the override is pending action.
329
+ *
330
+ * @generated from enum value: OVERRIDE_STATUS_PENDING = 2;
331
+ */
332
+ PENDING = 2,
333
+
334
+ /**
335
+ * the override has been timed out.
336
+ *
337
+ * @generated from enum value: OVERRIDE_STATUS_TIMEOUT = 3;
338
+ */
339
+ TIMEOUT = 3,
340
+
341
+ /**
342
+ * the override has been rejected
343
+ *
344
+ * @generated from enum value: OVERRIDE_STATUS_REJECTED = 4;
345
+ */
346
+ REJECTED = 4,
347
+
348
+ /**
349
+ * The override is pending deletion.
350
+ *
351
+ * @generated from enum value: OVERRIDE_STATUS_DELETION_PENDING = 5;
352
+ */
353
+ DELETION_PENDING = 5,
354
+ }
355
+
356
+ /**
357
+ * Describes the enum anduril.entitymanager.v1.OverrideStatus.
358
+ */
359
+ export declare const OverrideStatusSchema: GenEnum<OverrideStatus>;
360
+
361
+ /**
362
+ * @generated from enum anduril.entitymanager.v1.OverrideType
363
+ */
364
+ export enum OverrideType {
365
+ /**
366
+ * The override type value was not set. This value is interpreted as OVERRIDE_TYPE_LIVE for backward compatibility.
367
+ *
368
+ * @generated from enum value: OVERRIDE_TYPE_INVALID = 0;
369
+ */
370
+ INVALID = 0,
371
+
372
+ /**
373
+ * Override was requested when the entity was live according to the Entity Manager instance that handled the request.
374
+ *
375
+ * @generated from enum value: OVERRIDE_TYPE_LIVE = 1;
376
+ */
377
+ LIVE = 1,
378
+
379
+ /**
380
+ * Override was requested after the entity expired according to the Entity Manager instance that handled the request.
381
+ *
382
+ * @generated from enum value: OVERRIDE_TYPE_POST_EXPIRY = 2;
383
+ */
384
+ POST_EXPIRY = 2,
385
+ }
386
+
387
+ /**
388
+ * Describes the enum anduril.entitymanager.v1.OverrideType.
389
+ */
390
+ export declare const OverrideTypeSchema: GenEnum<OverrideType>;
391
+
@@ -0,0 +1,81 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/types.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/entitymanager/v1/types.pub.proto.
9
+ */
10
+ export const file_anduril_entitymanager_v1_types_pub = /*@__PURE__*/
11
+ fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvdHlwZXMucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiNwoLVUludDMyUmFuZ2USEwoLbG93ZXJfYm91bmQYASABKA0SEwoLdXBwZXJfYm91bmQYAiABKA0iNgoKRmxvYXRSYW5nZRITCgtsb3dlcl9ib3VuZBgBIAEoAhITCgt1cHBlcl9ib3VuZBgCIAEoAiqYBQoJQWx0SWRUeXBlEhcKE0FMVF9JRF9UWVBFX0lOVkFMSUQQABIaChZBTFRfSURfVFlQRV9UUkFDS19JRF8yEAESGgoWQUxUX0lEX1RZUEVfVFJBQ0tfSURfMRAMEhYKEkFMVF9JRF9UWVBFX1NQSV9JRBACEh8KG0FMVF9JRF9UWVBFX05JVEZfRklMRV9USVRMRRADEiMKH0FMVF9JRF9UWVBFX1RSQUNLX1JFUE9fQUxFUlRfSUQQBBIYChRBTFRfSURfVFlQRV9BU1NFVF9JRBAFEiMKH0FMVF9JRF9UWVBFX0xJTksxNl9UUkFDS19OVU1CRVIQBhIZChVBTFRfSURfVFlQRV9MSU5LMTZfSlUQBxIfChtBTFRfSURfVFlQRV9OQ0NUX01FU1NBR0VfSUQQCBIYChRBTFRfSURfVFlQRV9DQUxMU0lHThAJEhcKE0FMVF9JRF9UWVBFX01NU0lfSUQQChIXChNBTFRfSURfVFlQRV9WTUZfVVJOEAsSFgoSQUxUX0lEX1RZUEVfSU1PX0lEEA0SIQodQUxUX0lEX1RZUEVfVk1GX1RBUkdFVF9OVU1CRVIQDhIdChlBTFRfSURfVFlQRV9TRVJJQUxfTlVNQkVSEA8SHwobQUxUX0lEX1RZUEVfUkVHSVNUUkFUSU9OX0lEEBASFwoTQUxUX0lEX1RZUEVfSUJTX0dJRBAREhYKEkFMVF9JRF9UWVBFX0RPREFBQxASEhMKD0FMVF9JRF9UWVBFX1VJQxATEhwKGEFMVF9JRF9UWVBFX05PUkFEX0NBVF9JRBAUEhsKF0FMVF9JRF9UWVBFX1VOT09TQV9OQU1FEBcSGQoVQUxUX0lEX1RZUEVfVU5PT1NBX0lEEBgqogEKCFRlbXBsYXRlEhQKEFRFTVBMQVRFX0lOVkFMSUQQABISCg5URU1QTEFURV9UUkFDSxABEiUKIVRFTVBMQVRFX1NFTlNPUl9QT0lOVF9PRl9JTlRFUkVTVBACEhIKDlRFTVBMQVRFX0FTU0VUEAMSEAoMVEVNUExBVEVfR0VPEAQSHwobVEVNUExBVEVfU0lHTkFMX09GX0lOVEVSRVNUEAUqyAEKDk92ZXJyaWRlU3RhdHVzEhsKF09WRVJSSURFX1NUQVRVU19JTlZBTElEEAASGwoXT1ZFUlJJREVfU1RBVFVTX0FQUExJRUQQARIbChdPVkVSUklERV9TVEFUVVNfUEVORElORxACEhsKF09WRVJSSURFX1NUQVRVU19USU1FT1VUEAMSHAoYT1ZFUlJJREVfU1RBVFVTX1JFSkVDVEVEEAQSJAogT1ZFUlJJREVfU1RBVFVTX0RFTEVUSU9OX1BFTkRJTkcQBSpgCgxPdmVycmlkZVR5cGUSGQoVT1ZFUlJJREVfVFlQRV9JTlZBTElEEAASFgoST1ZFUlJJREVfVFlQRV9MSVZFEAESHQoZT1ZFUlJJREVfVFlQRV9QT1NUX0VYUElSWRACQv4BChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQg1UeXBlc1B1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message anduril.entitymanager.v1.UInt32Range.
15
+ * Use `create(UInt32RangeSchema)` to create a new message.
16
+ */
17
+ export const UInt32RangeSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_entitymanager_v1_types_pub, 0);
19
+
20
+ /**
21
+ * Describes the message anduril.entitymanager.v1.FloatRange.
22
+ * Use `create(FloatRangeSchema)` to create a new message.
23
+ */
24
+ export const FloatRangeSchema = /*@__PURE__*/
25
+ messageDesc(file_anduril_entitymanager_v1_types_pub, 1);
26
+
27
+ /**
28
+ * Describes the enum anduril.entitymanager.v1.AltIdType.
29
+ */
30
+ export const AltIdTypeSchema = /*@__PURE__*/
31
+ enumDesc(file_anduril_entitymanager_v1_types_pub, 0);
32
+
33
+ /**
34
+ * The type of alternate id.
35
+ *
36
+ * @generated from enum anduril.entitymanager.v1.AltIdType
37
+ */
38
+ export const AltIdType = /*@__PURE__*/
39
+ tsEnum(AltIdTypeSchema);
40
+
41
+ /**
42
+ * Describes the enum anduril.entitymanager.v1.Template.
43
+ */
44
+ export const TemplateSchema = /*@__PURE__*/
45
+ enumDesc(file_anduril_entitymanager_v1_types_pub, 1);
46
+
47
+ /**
48
+ * Set of possible templates used when creating an entity.
49
+ * This impacts minimum required component sets and can be used by edge systems that need to distinguish.
50
+ *
51
+ * @generated from enum anduril.entitymanager.v1.Template
52
+ */
53
+ export const Template = /*@__PURE__*/
54
+ tsEnum(TemplateSchema);
55
+
56
+ /**
57
+ * Describes the enum anduril.entitymanager.v1.OverrideStatus.
58
+ */
59
+ export const OverrideStatusSchema = /*@__PURE__*/
60
+ enumDesc(file_anduril_entitymanager_v1_types_pub, 2);
61
+
62
+ /**
63
+ * The state of an override.
64
+ *
65
+ * @generated from enum anduril.entitymanager.v1.OverrideStatus
66
+ */
67
+ export const OverrideStatus = /*@__PURE__*/
68
+ tsEnum(OverrideStatusSchema);
69
+
70
+ /**
71
+ * Describes the enum anduril.entitymanager.v1.OverrideType.
72
+ */
73
+ export const OverrideTypeSchema = /*@__PURE__*/
74
+ enumDesc(file_anduril_entitymanager_v1_types_pub, 3);
75
+
76
+ /**
77
+ * @generated from enum anduril.entitymanager.v1.OverrideType
78
+ */
79
+ export const OverrideType = /*@__PURE__*/
80
+ tsEnum(OverrideTypeSchema);
81
+