@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,182 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/filter.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_geoentity_pub } from "./geoentity.pub_pb.js";
7
+ import { file_anduril_entitymanager_v1_location_pub } from "./location.pub_pb.js";
8
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/filter.pub.proto.
12
+ */
13
+ export const file_anduril_entitymanager_v1_filter_pub = /*@__PURE__*/
14
+ fileDesc("CilhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZmlsdGVyLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIq4CCglTdGF0ZW1lbnQSNQoDYW5kGAEgASgLMiYuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkFuZE9wZXJhdGlvbkgAEjMKAm9yGAIgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk9yT3BlcmF0aW9uSAASNQoDbm90GAMgASgLMiYuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk5vdE9wZXJhdGlvbkgAEjcKBGxpc3QYBCABKAsyJy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTGlzdE9wZXJhdGlvbkgAEjgKCXByZWRpY2F0ZRgFIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5QcmVkaWNhdGVIAEILCglvcGVyYXRpb24inAEKDEFuZE9wZXJhdGlvbhI/Cg1wcmVkaWNhdGVfc2V0GAEgASgLMiYuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlByZWRpY2F0ZVNldEgAEj8KDXN0YXRlbWVudF9zZXQYAiABKAsyJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU3RhdGVtZW50U2V0SABCCgoIY2hpbGRyZW4imwEKC09yT3BlcmF0aW9uEj8KDXByZWRpY2F0ZV9zZXQYASABKAsyJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUHJlZGljYXRlU2V0SAASPwoNc3RhdGVtZW50X3NldBgCIAEoCzImLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TdGF0ZW1lbnRTZXRIAEIKCghjaGlsZHJlbiKLAQoMTm90T3BlcmF0aW9uEjgKCXByZWRpY2F0ZRgBIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5QcmVkaWNhdGVIABI4CglzdGF0ZW1lbnQYAiABKAsyIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU3RhdGVtZW50SABCBwoFY2hpbGQinQEKDUxpc3RPcGVyYXRpb24SEQoJbGlzdF9wYXRoGAEgASgJEkEKD2xpc3RfY29tcGFyYXRvchgCIAEoDjIoLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5MaXN0Q29tcGFyYXRvchI2CglzdGF0ZW1lbnQYAyABKAsyIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU3RhdGVtZW50IkcKDFByZWRpY2F0ZVNldBI3CgpwcmVkaWNhdGVzGAEgAygLMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlByZWRpY2F0ZSJHCgxTdGF0ZW1lbnRTZXQSNwoKc3RhdGVtZW50cxgBIAMoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TdGF0ZW1lbnQiiQEKCVByZWRpY2F0ZRISCgpmaWVsZF9wYXRoGAEgASgJEi4KBXZhbHVlGAIgASgLMh8uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlZhbHVlEjgKCmNvbXBhcmF0b3IYAyABKA4yJC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQ29tcGFyYXRvciKEBQoFVmFsdWUSPQoMYm9vbGVhbl90eXBlGAEgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkJvb2xlYW5UeXBlSAASPQoMbnVtZXJpY190eXBlGAIgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk51bWVyaWNUeXBlSAASOwoLc3RyaW5nX3R5cGUYAyABKAsyJC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU3RyaW5nVHlwZUgAEjcKCWVudW1fdHlwZRgEIAEoCzIiLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbnVtVHlwZUgAEkEKDnRpbWVzdGFtcF90eXBlGAUgASgLMicuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlRpbWVzdGFtcFR5cGVIABJIChJib3VuZGVkX3NoYXBlX3R5cGUYBiABKAsyKi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQm91bmRlZFNoYXBlVHlwZUgAEj8KDXBvc2l0aW9uX3R5cGUYByABKAsyJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb25UeXBlSAASPQoMaGVhZGluZ190eXBlGAggASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkhlYWRpbmdUeXBlSAASNwoJbGlzdF90eXBlGAkgASgLMiIuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkxpc3RUeXBlSAASOQoKcmFuZ2VfdHlwZRgKIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5SYW5nZVR5cGVIAEIGCgR0eXBlIhwKC0Jvb2xlYW5UeXBlEg0KBXZhbHVlGAEgASgIIqMBCgtOdW1lcmljVHlwZRIWCgxkb3VibGVfdmFsdWUYASABKAFIABIVCgtmbG9hdF92YWx1ZRgCIAEoAkgAEhUKC2ludDMyX3ZhbHVlGAMgASgFSAASFQoLaW50NjRfdmFsdWUYBCABKANIABIWCgx1aW50MzJfdmFsdWUYBSABKA1IABIWCgx1aW50NjRfdmFsdWUYBiABKARIAEIHCgV2YWx1ZSIbCgpTdHJpbmdUeXBlEg0KBXZhbHVlGAEgASgJIhkKCEVudW1UeXBlEg0KBXZhbHVlGAEgASgFIjsKCExpc3RUeXBlEi8KBnZhbHVlcxgBIAMoCzIfLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5WYWx1ZSI6Cg1UaW1lc3RhbXBUeXBlEikKBXZhbHVlGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJBCgxQb3NpdGlvblR5cGUSMQoFdmFsdWUYASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iWgoQQm91bmRlZFNoYXBlVHlwZRI9Cg1wb2x5Z29uX3ZhbHVlGAEgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb1BvbHlnb25IAEIHCgV2YWx1ZSIcCgtIZWFkaW5nVHlwZRINCgV2YWx1ZRgBIAEoBSJ1CglSYW5nZVR5cGUSNAoFc3RhcnQYASABKAsyJS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuTnVtZXJpY1R5cGUSMgoDZW5kGAIgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk51bWVyaWNUeXBlKowDCgpDb21wYXJhdG9yEhYKEkNPTVBBUkFUT1JfSU5WQUxJRBAAEhgKFENPTVBBUkFUT1JfTUFUQ0hfQUxMEAsSFwoTQ09NUEFSQVRPUl9FUVVBTElUWRABEhEKDUNPTVBBUkFUT1JfSU4QCRIYChRDT01QQVJBVE9SX0xFU1NfVEhBThACEhsKF0NPTVBBUkFUT1JfR1JFQVRFUl9USEFOEAMSIQodQ09NUEFSQVRPUl9MRVNTX1RIQU5fRVFVQUxfVE8QBBIkCiBDT01QQVJBVE9SX0dSRUFURVJfVEhBTl9FUVVBTF9UTxAFEhUKEUNPTVBBUkFUT1JfV0lUSElOEAYSFQoRQ09NUEFSQVRPUl9FWElTVFMQBxIoCiRDT01QQVJBVE9SX0NBU0VfSU5TRU5TSVRJVkVfRVFVQUxJVFkQCBIrCidDT01QQVJBVE9SX0NBU0VfSU5TRU5TSVRJVkVfRVFVQUxJVFlfSU4QChIbChdDT01QQVJBVE9SX1JBTkdFX0NMT1NFRBAMKkkKDkxpc3RDb21wYXJhdG9yEhsKF0xJU1RfQ09NUEFSQVRPUl9JTlZBTElEEAASGgoWTElTVF9DT01QQVJBVE9SX0FOWV9PRhABQv8BChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQg5GaWx0ZXJQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_entitymanager_v1_geoentity_pub, file_anduril_entitymanager_v1_location_pub, file_google_protobuf_timestamp]);
15
+
16
+ /**
17
+ * Describes the message anduril.entitymanager.v1.Statement.
18
+ * Use `create(StatementSchema)` to create a new message.
19
+ */
20
+ export const StatementSchema = /*@__PURE__*/
21
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 0);
22
+
23
+ /**
24
+ * Describes the message anduril.entitymanager.v1.AndOperation.
25
+ * Use `create(AndOperationSchema)` to create a new message.
26
+ */
27
+ export const AndOperationSchema = /*@__PURE__*/
28
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 1);
29
+
30
+ /**
31
+ * Describes the message anduril.entitymanager.v1.OrOperation.
32
+ * Use `create(OrOperationSchema)` to create a new message.
33
+ */
34
+ export const OrOperationSchema = /*@__PURE__*/
35
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 2);
36
+
37
+ /**
38
+ * Describes the message anduril.entitymanager.v1.NotOperation.
39
+ * Use `create(NotOperationSchema)` to create a new message.
40
+ */
41
+ export const NotOperationSchema = /*@__PURE__*/
42
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 3);
43
+
44
+ /**
45
+ * Describes the message anduril.entitymanager.v1.ListOperation.
46
+ * Use `create(ListOperationSchema)` to create a new message.
47
+ */
48
+ export const ListOperationSchema = /*@__PURE__*/
49
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 4);
50
+
51
+ /**
52
+ * Describes the message anduril.entitymanager.v1.PredicateSet.
53
+ * Use `create(PredicateSetSchema)` to create a new message.
54
+ */
55
+ export const PredicateSetSchema = /*@__PURE__*/
56
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 5);
57
+
58
+ /**
59
+ * Describes the message anduril.entitymanager.v1.StatementSet.
60
+ * Use `create(StatementSetSchema)` to create a new message.
61
+ */
62
+ export const StatementSetSchema = /*@__PURE__*/
63
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 6);
64
+
65
+ /**
66
+ * Describes the message anduril.entitymanager.v1.Predicate.
67
+ * Use `create(PredicateSchema)` to create a new message.
68
+ */
69
+ export const PredicateSchema = /*@__PURE__*/
70
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 7);
71
+
72
+ /**
73
+ * Describes the message anduril.entitymanager.v1.Value.
74
+ * Use `create(ValueSchema)` to create a new message.
75
+ */
76
+ export const ValueSchema = /*@__PURE__*/
77
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 8);
78
+
79
+ /**
80
+ * Describes the message anduril.entitymanager.v1.BooleanType.
81
+ * Use `create(BooleanTypeSchema)` to create a new message.
82
+ */
83
+ export const BooleanTypeSchema = /*@__PURE__*/
84
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 9);
85
+
86
+ /**
87
+ * Describes the message anduril.entitymanager.v1.NumericType.
88
+ * Use `create(NumericTypeSchema)` to create a new message.
89
+ */
90
+ export const NumericTypeSchema = /*@__PURE__*/
91
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 10);
92
+
93
+ /**
94
+ * Describes the message anduril.entitymanager.v1.StringType.
95
+ * Use `create(StringTypeSchema)` to create a new message.
96
+ */
97
+ export const StringTypeSchema = /*@__PURE__*/
98
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 11);
99
+
100
+ /**
101
+ * Describes the message anduril.entitymanager.v1.EnumType.
102
+ * Use `create(EnumTypeSchema)` to create a new message.
103
+ */
104
+ export const EnumTypeSchema = /*@__PURE__*/
105
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 12);
106
+
107
+ /**
108
+ * Describes the message anduril.entitymanager.v1.ListType.
109
+ * Use `create(ListTypeSchema)` to create a new message.
110
+ */
111
+ export const ListTypeSchema = /*@__PURE__*/
112
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 13);
113
+
114
+ /**
115
+ * Describes the message anduril.entitymanager.v1.TimestampType.
116
+ * Use `create(TimestampTypeSchema)` to create a new message.
117
+ */
118
+ export const TimestampTypeSchema = /*@__PURE__*/
119
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 14);
120
+
121
+ /**
122
+ * Describes the message anduril.entitymanager.v1.PositionType.
123
+ * Use `create(PositionTypeSchema)` to create a new message.
124
+ */
125
+ export const PositionTypeSchema = /*@__PURE__*/
126
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 15);
127
+
128
+ /**
129
+ * Describes the message anduril.entitymanager.v1.BoundedShapeType.
130
+ * Use `create(BoundedShapeTypeSchema)` to create a new message.
131
+ */
132
+ export const BoundedShapeTypeSchema = /*@__PURE__*/
133
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 16);
134
+
135
+ /**
136
+ * Describes the message anduril.entitymanager.v1.HeadingType.
137
+ * Use `create(HeadingTypeSchema)` to create a new message.
138
+ */
139
+ export const HeadingTypeSchema = /*@__PURE__*/
140
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 17);
141
+
142
+ /**
143
+ * Describes the message anduril.entitymanager.v1.RangeType.
144
+ * Use `create(RangeTypeSchema)` to create a new message.
145
+ */
146
+ export const RangeTypeSchema = /*@__PURE__*/
147
+ messageDesc(file_anduril_entitymanager_v1_filter_pub, 18);
148
+
149
+ /**
150
+ * Describes the enum anduril.entitymanager.v1.Comparator.
151
+ */
152
+ export const ComparatorSchema = /*@__PURE__*/
153
+ enumDesc(file_anduril_entitymanager_v1_filter_pub, 0);
154
+
155
+ /**
156
+ * The Comparator specifies the set of supported comparison operations. It also provides the
157
+ * mapping information about which comparators are supported for which values. Services that wish
158
+ * to implement entity filters must provide validation functionality to strictly enforce these
159
+ * mappings.
160
+ *
161
+ * @generated from enum anduril.entitymanager.v1.Comparator
162
+ */
163
+ export const Comparator = /*@__PURE__*/
164
+ tsEnum(ComparatorSchema);
165
+
166
+ /**
167
+ * Describes the enum anduril.entitymanager.v1.ListComparator.
168
+ */
169
+ export const ListComparatorSchema = /*@__PURE__*/
170
+ enumDesc(file_anduril_entitymanager_v1_filter_pub, 1);
171
+
172
+ /**
173
+ * The ListComparator determines how to compose statement evaluations for members of a list. For
174
+ * example, if ANY_OF is specified, the ListOperation in which the ListComparator is embedded
175
+ * will return TRUE if any of the values in the list returns true for the ListOperation's child
176
+ * statement.
177
+ *
178
+ * @generated from enum anduril.entitymanager.v1.ListComparator
179
+ */
180
+ export const ListComparator = /*@__PURE__*/
181
+ tsEnum(ListComparatorSchema);
182
+
@@ -0,0 +1,116 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/filter_dynamic.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 { Statement } from "./filter.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/filter_dynamic.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_filter_dynamic_pub: GenFile;
13
+
14
+ /**
15
+ * A DynamicStatement is the building block of a "runtime aware" entity filter - that is, any filter
16
+ * which needs to perform operations against a series of entities that will need to be evaluated against
17
+ * on demand. The DynamicStatement allows you to perform a set intersection operation across a static
18
+ * set of entities dictated by a filter, and a dynamic set of entities dictated by a selector statement.
19
+ *
20
+ * For example, the expression "find me all hostile entities that reside within any assumed
21
+ * friendly geoentity" would be represented as the following dynamic statement:
22
+ *
23
+ * DynamicStatement
24
+ * filter
25
+ * predicate
26
+ * field_path: mil_view.disposition
27
+ * comparator: EQUALITY
28
+ * value: 2 // Hostile
29
+ * selector
30
+ * andOperation
31
+ * predicate1
32
+ * field_path: mil_view.disposition
33
+ * comparator: EQUALITY
34
+ * value: 4 // Assumed Friendly
35
+ * predicate2
36
+ * field_path: ontology.template
37
+ * comparator: EQUALITY
38
+ * value: 4 // Template Geo
39
+ * comparator
40
+ * IntersectionComparator
41
+ * WithinComparison
42
+ *
43
+ * @generated from message anduril.entitymanager.v1.DynamicStatement
44
+ */
45
+ export declare type DynamicStatement = Message<"anduril.entitymanager.v1.DynamicStatement"> & {
46
+ /**
47
+ * The filter statement is used to determine which entities can be compared to the dynamic series
48
+ * of entities aggregated by the selector statement.
49
+ *
50
+ * @generated from field: anduril.entitymanager.v1.Statement filter = 1;
51
+ */
52
+ filter?: Statement;
53
+
54
+ /**
55
+ * The selector statement is used to determine which entities should be a part of dynamically
56
+ * changing set. The selector should be reevaluated as entites are created or deleted.
57
+ *
58
+ * @generated from field: anduril.entitymanager.v1.Statement selector = 2;
59
+ */
60
+ selector?: Statement;
61
+
62
+ /**
63
+ * The comparator specifies how the set intersection operation will be performed.
64
+ *
65
+ * @generated from field: anduril.entitymanager.v1.IntersectionComparator comparator = 3;
66
+ */
67
+ comparator?: IntersectionComparator;
68
+ };
69
+
70
+ /**
71
+ * Describes the message anduril.entitymanager.v1.DynamicStatement.
72
+ * Use `create(DynamicStatementSchema)` to create a new message.
73
+ */
74
+ export declare const DynamicStatementSchema: GenMessage<DynamicStatement>;
75
+
76
+ /**
77
+ * The IntersectionComparator determines what entities and what fields to respect within a set during
78
+ * a set intersection operation.
79
+ *
80
+ * @generated from message anduril.entitymanager.v1.IntersectionComparator
81
+ */
82
+ export declare type IntersectionComparator = Message<"anduril.entitymanager.v1.IntersectionComparator"> & {
83
+ /**
84
+ * @generated from oneof anduril.entitymanager.v1.IntersectionComparator.comparison
85
+ */
86
+ comparison: {
87
+ /**
88
+ * @generated from field: anduril.entitymanager.v1.WithinComparison within_comparison = 1;
89
+ */
90
+ value: WithinComparison;
91
+ case: "withinComparison";
92
+ } | { case: undefined; value?: undefined };
93
+ };
94
+
95
+ /**
96
+ * Describes the message anduril.entitymanager.v1.IntersectionComparator.
97
+ * Use `create(IntersectionComparatorSchema)` to create a new message.
98
+ */
99
+ export declare const IntersectionComparatorSchema: GenMessage<IntersectionComparator>;
100
+
101
+ /**
102
+ * The WithinComparison implicitly will understand how to determine which entitites reside
103
+ * within other geo-shaped entities. This comparison is being left empty, but as a proto, to
104
+ * support future expansions of the within comparison (eg; within range of a static distance).
105
+ *
106
+ * @generated from message anduril.entitymanager.v1.WithinComparison
107
+ */
108
+ export declare type WithinComparison = Message<"anduril.entitymanager.v1.WithinComparison"> & {
109
+ };
110
+
111
+ /**
112
+ * Describes the message anduril.entitymanager.v1.WithinComparison.
113
+ * Use `create(WithinComparisonSchema)` to create a new message.
114
+ */
115
+ export declare const WithinComparisonSchema: GenMessage<WithinComparison>;
116
+
@@ -0,0 +1,34 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/filter_dynamic.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_filter_pub } from "./filter.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/filter_dynamic.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_filter_dynamic_pub = /*@__PURE__*/
12
+ fileDesc("CjFhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZmlsdGVyX2R5bmFtaWMucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEixAEKEER5bmFtaWNTdGF0ZW1lbnQSMwoGZmlsdGVyGAEgASgLMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlN0YXRlbWVudBI1CghzZWxlY3RvchgCIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TdGF0ZW1lbnQSRAoKY29tcGFyYXRvchgDIAEoCzIwLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5JbnRlcnNlY3Rpb25Db21wYXJhdG9yIm8KFkludGVyc2VjdGlvbkNvbXBhcmF0b3ISRwoRd2l0aGluX2NvbXBhcmlzb24YASABKAsyKi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuV2l0aGluQ29tcGFyaXNvbkgAQgwKCmNvbXBhcmlzb24iEgoQV2l0aGluQ29tcGFyaXNvbkKGAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIVRmlsdGVyRHluYW1pY1B1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_filter_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.DynamicStatement.
16
+ * Use `create(DynamicStatementSchema)` to create a new message.
17
+ */
18
+ export const DynamicStatementSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_filter_dynamic_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.IntersectionComparator.
23
+ * Use `create(IntersectionComparatorSchema)` to create a new message.
24
+ */
25
+ export const IntersectionComparatorSchema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_filter_dynamic_pub, 1);
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.WithinComparison.
30
+ * Use `create(WithinComparisonSchema)` to create a new message.
31
+ */
32
+ export const WithinComparisonSchema = /*@__PURE__*/
33
+ messageDesc(file_anduril_entitymanager_v1_filter_dynamic_pub, 2);
34
+
@@ -0,0 +1,325 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/geoentity.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 { Position } from "./location.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/geoentity.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_geoentity_pub: GenFile;
13
+
14
+ /**
15
+ * A component that describes a geo-entity.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.GeoDetails
18
+ */
19
+ export declare type GeoDetails = Message<"anduril.entitymanager.v1.GeoDetails"> & {
20
+ /**
21
+ * @generated from field: anduril.entitymanager.v1.GeoType type = 1;
22
+ */
23
+ type: GeoType;
24
+ };
25
+
26
+ /**
27
+ * Describes the message anduril.entitymanager.v1.GeoDetails.
28
+ * Use `create(GeoDetailsSchema)` to create a new message.
29
+ */
30
+ export declare const GeoDetailsSchema: GenMessage<GeoDetails>;
31
+
32
+ /**
33
+ * A component that describes the shape of a geo-entity.
34
+ *
35
+ * @generated from message anduril.entitymanager.v1.GeoShape
36
+ */
37
+ export declare type GeoShape = Message<"anduril.entitymanager.v1.GeoShape"> & {
38
+ /**
39
+ * point, line_string, and polygon are convertible as a subset of GeoJSON
40
+ *
41
+ * @generated from oneof anduril.entitymanager.v1.GeoShape.shape
42
+ */
43
+ shape: {
44
+ /**
45
+ * @generated from field: anduril.entitymanager.v1.GeoPoint point = 1;
46
+ */
47
+ value: GeoPoint;
48
+ case: "point";
49
+ } | {
50
+ /**
51
+ * @generated from field: anduril.entitymanager.v1.GeoLine line = 2;
52
+ */
53
+ value: GeoLine;
54
+ case: "line";
55
+ } | {
56
+ /**
57
+ * @generated from field: anduril.entitymanager.v1.GeoPolygon polygon = 3;
58
+ */
59
+ value: GeoPolygon;
60
+ case: "polygon";
61
+ } | {
62
+ /**
63
+ * @generated from field: anduril.entitymanager.v1.GeoEllipse ellipse = 4;
64
+ */
65
+ value: GeoEllipse;
66
+ case: "ellipse";
67
+ } | {
68
+ /**
69
+ * @generated from field: anduril.entitymanager.v1.GeoEllipsoid ellipsoid = 5;
70
+ */
71
+ value: GeoEllipsoid;
72
+ case: "ellipsoid";
73
+ } | { case: undefined; value?: undefined };
74
+ };
75
+
76
+ /**
77
+ * Describes the message anduril.entitymanager.v1.GeoShape.
78
+ * Use `create(GeoShapeSchema)` to create a new message.
79
+ */
80
+ export declare const GeoShapeSchema: GenMessage<GeoShape>;
81
+
82
+ /**
83
+ * A point shaped geo-entity.
84
+ * See https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.2
85
+ *
86
+ * @generated from message anduril.entitymanager.v1.GeoPoint
87
+ */
88
+ export declare type GeoPoint = Message<"anduril.entitymanager.v1.GeoPoint"> & {
89
+ /**
90
+ * @generated from field: anduril.entitymanager.v1.Position position = 1;
91
+ */
92
+ position?: Position;
93
+ };
94
+
95
+ /**
96
+ * Describes the message anduril.entitymanager.v1.GeoPoint.
97
+ * Use `create(GeoPointSchema)` to create a new message.
98
+ */
99
+ export declare const GeoPointSchema: GenMessage<GeoPoint>;
100
+
101
+ /**
102
+ * A line shaped geo-entity.
103
+ * See https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.4
104
+ *
105
+ * @generated from message anduril.entitymanager.v1.GeoLine
106
+ */
107
+ export declare type GeoLine = Message<"anduril.entitymanager.v1.GeoLine"> & {
108
+ /**
109
+ * @generated from field: repeated anduril.entitymanager.v1.Position positions = 1;
110
+ */
111
+ positions: Position[];
112
+ };
113
+
114
+ /**
115
+ * Describes the message anduril.entitymanager.v1.GeoLine.
116
+ * Use `create(GeoLineSchema)` to create a new message.
117
+ */
118
+ export declare const GeoLineSchema: GenMessage<GeoLine>;
119
+
120
+ /**
121
+ * A polygon shaped geo-entity.
122
+ * See https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.6, only canonical representations accepted
123
+ *
124
+ * @generated from message anduril.entitymanager.v1.GeoPolygon
125
+ */
126
+ export declare type GeoPolygon = Message<"anduril.entitymanager.v1.GeoPolygon"> & {
127
+ /**
128
+ * An array of LinearRings where the first item is the exterior ring and subsequent items are interior rings.
129
+ *
130
+ * @generated from field: repeated anduril.entitymanager.v1.LinearRing rings = 1;
131
+ */
132
+ rings: LinearRing[];
133
+
134
+ /**
135
+ * An extension hint that this polygon is a rectangle. When true this implies several things:
136
+ * * exactly 1 linear ring with 5 points (starting corner, 3 other corners and start again)
137
+ * * each point has the same altitude corresponding with the plane of the rectangle
138
+ * * each point has the same height (either all present and equal, or all not present)
139
+ *
140
+ * @generated from field: bool is_rectangle = 2;
141
+ */
142
+ isRectangle: boolean;
143
+ };
144
+
145
+ /**
146
+ * Describes the message anduril.entitymanager.v1.GeoPolygon.
147
+ * Use `create(GeoPolygonSchema)` to create a new message.
148
+ */
149
+ export declare const GeoPolygonSchema: GenMessage<GeoPolygon>;
150
+
151
+ /**
152
+ * An ellipse shaped geo-entity.
153
+ * For a circle, the major and minor axis would be the same values.
154
+ * This shape is NOT Geo-JSON compatible.
155
+ *
156
+ * @generated from message anduril.entitymanager.v1.GeoEllipse
157
+ */
158
+ export declare type GeoEllipse = Message<"anduril.entitymanager.v1.GeoEllipse"> & {
159
+ /**
160
+ * Defines the distance from the center point of the ellipse to the furthest distance on the perimeter in meters.
161
+ *
162
+ * @generated from field: google.protobuf.DoubleValue semi_major_axis_m = 2;
163
+ */
164
+ semiMajorAxisM?: number;
165
+
166
+ /**
167
+ * Defines the distance from the center point of the ellipse to the shortest distance on the perimeter in meters.
168
+ *
169
+ * @generated from field: google.protobuf.DoubleValue semi_minor_axis_m = 3;
170
+ */
171
+ semiMinorAxisM?: number;
172
+
173
+ /**
174
+ * The orientation of the semi-major relative to true north in degrees from clockwise: 0-180 due to symmetry across the semi-minor axis.
175
+ *
176
+ * @generated from field: google.protobuf.DoubleValue orientation_d = 4;
177
+ */
178
+ orientationD?: number;
179
+
180
+ /**
181
+ * Optional height above entity position to extrude in meters. A non-zero value creates an elliptic cylinder
182
+ *
183
+ * @generated from field: google.protobuf.DoubleValue height_m = 5;
184
+ */
185
+ heightM?: number;
186
+ };
187
+
188
+ /**
189
+ * Describes the message anduril.entitymanager.v1.GeoEllipse.
190
+ * Use `create(GeoEllipseSchema)` to create a new message.
191
+ */
192
+ export declare const GeoEllipseSchema: GenMessage<GeoEllipse>;
193
+
194
+ /**
195
+ * An ellipsoid shaped geo-entity.
196
+ * Principal axis lengths are defined in entity body space
197
+ * This shape is NOT Geo-JSON compatible.
198
+ *
199
+ * @generated from message anduril.entitymanager.v1.GeoEllipsoid
200
+ */
201
+ export declare type GeoEllipsoid = Message<"anduril.entitymanager.v1.GeoEllipsoid"> & {
202
+ /**
203
+ * Defines the distance from the center point to the surface along the forward axis
204
+ *
205
+ * @generated from field: google.protobuf.DoubleValue forward_axis_m = 1;
206
+ */
207
+ forwardAxisM?: number;
208
+
209
+ /**
210
+ * Defines the distance from the center point to the surface along the side axis
211
+ *
212
+ * @generated from field: google.protobuf.DoubleValue side_axis_m = 2;
213
+ */
214
+ sideAxisM?: number;
215
+
216
+ /**
217
+ * Defines the distance from the center point to the surface along the up axis
218
+ *
219
+ * @generated from field: google.protobuf.DoubleValue up_axis_m = 3;
220
+ */
221
+ upAxisM?: number;
222
+ };
223
+
224
+ /**
225
+ * Describes the message anduril.entitymanager.v1.GeoEllipsoid.
226
+ * Use `create(GeoEllipsoidSchema)` to create a new message.
227
+ */
228
+ export declare const GeoEllipsoidSchema: GenMessage<GeoEllipsoid>;
229
+
230
+ /**
231
+ * A closed ring of points. The first and last point must be the same.
232
+ *
233
+ * @generated from message anduril.entitymanager.v1.LinearRing
234
+ */
235
+ export declare type LinearRing = Message<"anduril.entitymanager.v1.LinearRing"> & {
236
+ /**
237
+ * @generated from field: repeated anduril.entitymanager.v1.GeoPolygonPosition positions = 2;
238
+ */
239
+ positions: GeoPolygonPosition[];
240
+ };
241
+
242
+ /**
243
+ * Describes the message anduril.entitymanager.v1.LinearRing.
244
+ * Use `create(LinearRingSchema)` to create a new message.
245
+ */
246
+ export declare const LinearRingSchema: GenMessage<LinearRing>;
247
+
248
+ /**
249
+ * A position in a GeoPolygon with an optional extruded height.
250
+ *
251
+ * @generated from message anduril.entitymanager.v1.GeoPolygonPosition
252
+ */
253
+ export declare type GeoPolygonPosition = Message<"anduril.entitymanager.v1.GeoPolygonPosition"> & {
254
+ /**
255
+ * base position. if no altitude set, its on the ground.
256
+ *
257
+ * @generated from field: anduril.entitymanager.v1.Position position = 1;
258
+ */
259
+ position?: Position;
260
+
261
+ /**
262
+ * optional height above base position to extrude in meters.
263
+ * for a given polygon, all points should have a height or none of them.
264
+ * strictly GeoJSON compatible polygons will not have this set.
265
+ *
266
+ * @generated from field: google.protobuf.FloatValue height_m = 2;
267
+ */
268
+ heightM?: number;
269
+ };
270
+
271
+ /**
272
+ * Describes the message anduril.entitymanager.v1.GeoPolygonPosition.
273
+ * Use `create(GeoPolygonPositionSchema)` to create a new message.
274
+ */
275
+ export declare const GeoPolygonPositionSchema: GenMessage<GeoPolygonPosition>;
276
+
277
+ /**
278
+ * The type of geo entity.
279
+ *
280
+ * @generated from enum anduril.entitymanager.v1.GeoType
281
+ */
282
+ export enum GeoType {
283
+ /**
284
+ * @generated from enum value: GEO_TYPE_INVALID = 0;
285
+ */
286
+ INVALID = 0,
287
+
288
+ /**
289
+ * @generated from enum value: GEO_TYPE_GENERAL = 1;
290
+ */
291
+ GENERAL = 1,
292
+
293
+ /**
294
+ * @generated from enum value: GEO_TYPE_HAZARD = 2;
295
+ */
296
+ HAZARD = 2,
297
+
298
+ /**
299
+ * @generated from enum value: GEO_TYPE_EMERGENCY = 3;
300
+ */
301
+ EMERGENCY = 3,
302
+
303
+ /**
304
+ * Engagement zones allow for engaging an entity if it comes within the zone of another entity.
305
+ *
306
+ * @generated from enum value: GEO_TYPE_ENGAGEMENT_ZONE = 5;
307
+ */
308
+ ENGAGEMENT_ZONE = 5,
309
+
310
+ /**
311
+ * @generated from enum value: GEO_TYPE_CONTROL_AREA = 6;
312
+ */
313
+ CONTROL_AREA = 6,
314
+
315
+ /**
316
+ * @generated from enum value: GEO_TYPE_BULLSEYE = 7;
317
+ */
318
+ BULLSEYE = 7,
319
+ }
320
+
321
+ /**
322
+ * Describes the enum anduril.entitymanager.v1.GeoType.
323
+ */
324
+ export declare const GeoTypeSchema: GenEnum<GeoType>;
325
+