@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,91 @@
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 { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_location_pub } from "./location.pub_pb.js";
7
+ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/geoentity.pub.proto.
11
+ */
12
+ export const file_anduril_entitymanager_v1_geoentity_pub = /*@__PURE__*/
13
+ fileDesc("CixhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZ2VvZW50aXR5LnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIpoBCgpHZW9EZXRhaWxzEi8KBHR5cGUYASABKA4yIS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvVHlwZUoECAIQA0oECAMQBEoECAQQBUoECAUQBkoECAYQB0oECAcQCFIJZW1lcmdlbmN5Ug52aXN1YWxfZGV0YWlsc1IEZnNjbVIMY29udHJvbF9hcmVhUgNhY21SA21jbSKqAgoIR2VvU2hhcGUSMwoFcG9pbnQYASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvUG9pbnRIABIxCgRsaW5lGAIgASgLMiEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb0xpbmVIABI3Cgdwb2x5Z29uGAMgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb1BvbHlnb25IABI3CgdlbGxpcHNlGAQgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb0VsbGlwc2VIABI7CgllbGxpcHNvaWQYBSABKAsyJi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2VvRWxsaXBzb2lkSABCBwoFc2hhcGUiQAoIR2VvUG9pbnQSNAoIcG9zaXRpb24YASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iQAoHR2VvTGluZRI1Cglwb3NpdGlvbnMYASADKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iVwoKR2VvUG9seWdvbhIzCgVyaW5ncxgBIAMoCzIkLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5MaW5lYXJSaW5nEhQKDGlzX3JlY3RhbmdsZRgCIAEoCCLjAQoKR2VvRWxsaXBzZRI3ChFzZW1pX21ham9yX2F4aXNfbRgCIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRI3ChFzZW1pX21pbm9yX2F4aXNfbRgDIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRIzCg1vcmllbnRhdGlvbl9kGAQgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEi4KCGhlaWdodF9tGAUgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlIqgBCgxHZW9FbGxpcHNvaWQSNAoOZm9yd2FyZF9heGlzX20YASABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSMQoLc2lkZV9heGlzX20YAiABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSLwoJdXBfYXhpc19tGAMgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlIlMKCkxpbmVhclJpbmcSPwoJcG9zaXRpb25zGAIgAygLMiwuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdlb1BvbHlnb25Qb3NpdGlvbkoECAEQAiJ5ChJHZW9Qb2x5Z29uUG9zaXRpb24SNAoIcG9zaXRpb24YASABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24SLQoIaGVpZ2h0X20YAiABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZSrEAQoHR2VvVHlwZRIUChBHRU9fVFlQRV9JTlZBTElEEAASFAoQR0VPX1RZUEVfR0VORVJBTBABEhMKD0dFT19UWVBFX0hBWkFSRBACEhYKEkdFT19UWVBFX0VNRVJHRU5DWRADEhwKGEdFT19UWVBFX0VOR0FHRU1FTlRfWk9ORRAFEhkKFUdFT19UWVBFX0NPTlRST0xfQVJFQRAGEhUKEUdFT19UWVBFX0JVTExTRVlFEAciBAgEEAQiBAgIEAgiBAgJEAlCggIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCEUdlb2VudGl0eVB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_location_pub, file_google_protobuf_wrappers]);
14
+
15
+ /**
16
+ * Describes the message anduril.entitymanager.v1.GeoDetails.
17
+ * Use `create(GeoDetailsSchema)` to create a new message.
18
+ */
19
+ export const GeoDetailsSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.entitymanager.v1.GeoShape.
24
+ * Use `create(GeoShapeSchema)` to create a new message.
25
+ */
26
+ export const GeoShapeSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.entitymanager.v1.GeoPoint.
31
+ * Use `create(GeoPointSchema)` to create a new message.
32
+ */
33
+ export const GeoPointSchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 2);
35
+
36
+ /**
37
+ * Describes the message anduril.entitymanager.v1.GeoLine.
38
+ * Use `create(GeoLineSchema)` to create a new message.
39
+ */
40
+ export const GeoLineSchema = /*@__PURE__*/
41
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 3);
42
+
43
+ /**
44
+ * Describes the message anduril.entitymanager.v1.GeoPolygon.
45
+ * Use `create(GeoPolygonSchema)` to create a new message.
46
+ */
47
+ export const GeoPolygonSchema = /*@__PURE__*/
48
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 4);
49
+
50
+ /**
51
+ * Describes the message anduril.entitymanager.v1.GeoEllipse.
52
+ * Use `create(GeoEllipseSchema)` to create a new message.
53
+ */
54
+ export const GeoEllipseSchema = /*@__PURE__*/
55
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 5);
56
+
57
+ /**
58
+ * Describes the message anduril.entitymanager.v1.GeoEllipsoid.
59
+ * Use `create(GeoEllipsoidSchema)` to create a new message.
60
+ */
61
+ export const GeoEllipsoidSchema = /*@__PURE__*/
62
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 6);
63
+
64
+ /**
65
+ * Describes the message anduril.entitymanager.v1.LinearRing.
66
+ * Use `create(LinearRingSchema)` to create a new message.
67
+ */
68
+ export const LinearRingSchema = /*@__PURE__*/
69
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 7);
70
+
71
+ /**
72
+ * Describes the message anduril.entitymanager.v1.GeoPolygonPosition.
73
+ * Use `create(GeoPolygonPositionSchema)` to create a new message.
74
+ */
75
+ export const GeoPolygonPositionSchema = /*@__PURE__*/
76
+ messageDesc(file_anduril_entitymanager_v1_geoentity_pub, 8);
77
+
78
+ /**
79
+ * Describes the enum anduril.entitymanager.v1.GeoType.
80
+ */
81
+ export const GeoTypeSchema = /*@__PURE__*/
82
+ enumDesc(file_anduril_entitymanager_v1_geoentity_pub, 0);
83
+
84
+ /**
85
+ * The type of geo entity.
86
+ *
87
+ * @generated from enum anduril.entitymanager.v1.GeoType
88
+ */
89
+ export const GeoType = /*@__PURE__*/
90
+ tsEnum(GeoTypeSchema);
91
+
@@ -0,0 +1,26 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/group.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
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/group.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_group_pub: GenFile;
12
+
13
+ /**
14
+ * Details related to grouping for this entity
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.GroupDetails
17
+ */
18
+ export declare type GroupDetails = Message<"anduril.entitymanager.v1.GroupDetails"> & {
19
+ };
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.GroupDetails.
23
+ * Use `create(GroupDetailsSchema)` to create a new message.
24
+ */
25
+ export declare const GroupDetailsSchema: GenMessage<GroupDetails>;
26
+
@@ -0,0 +1,19 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/group.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/entitymanager/v1/group.pub.proto.
9
+ */
10
+ export const file_anduril_entitymanager_v1_group_pub = /*@__PURE__*/
11
+ fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZ3JvdXAucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiDgoMR3JvdXBEZXRhaWxzQv4BChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQg1Hcm91cFB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message anduril.entitymanager.v1.GroupDetails.
15
+ * Use `create(GroupDetailsSchema)` to create a new message.
16
+ */
17
+ export const GroupDetailsSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_entitymanager_v1_group_pub, 0);
19
+
@@ -0,0 +1,344 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/health_status.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
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/health_status.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_health_status_pub: GenFile;
13
+
14
+ /**
15
+ * A message describing the component's health status.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.ComponentMessage
18
+ */
19
+ export declare type ComponentMessage = Message<"anduril.entitymanager.v1.ComponentMessage"> & {
20
+ /**
21
+ * The status associated with this message.
22
+ *
23
+ * @generated from field: anduril.entitymanager.v1.HealthStatus status = 1;
24
+ */
25
+ status: HealthStatus;
26
+
27
+ /**
28
+ * The human-readable content of the message.
29
+ *
30
+ * @generated from field: string message = 2;
31
+ */
32
+ message: string;
33
+ };
34
+
35
+ /**
36
+ * Describes the message anduril.entitymanager.v1.ComponentMessage.
37
+ * Use `create(ComponentMessageSchema)` to create a new message.
38
+ */
39
+ export declare const ComponentMessageSchema: GenMessage<ComponentMessage>;
40
+
41
+ /**
42
+ * Health of an individual component.
43
+ *
44
+ * @generated from message anduril.entitymanager.v1.ComponentHealth
45
+ */
46
+ export declare type ComponentHealth = Message<"anduril.entitymanager.v1.ComponentHealth"> & {
47
+ /**
48
+ * Consistent internal ID for this component.
49
+ *
50
+ * @generated from field: string id = 1;
51
+ */
52
+ id: string;
53
+
54
+ /**
55
+ * Display name for this component.
56
+ *
57
+ * @generated from field: string name = 2;
58
+ */
59
+ name: string;
60
+
61
+ /**
62
+ * Health for this component.
63
+ *
64
+ * @generated from field: anduril.entitymanager.v1.HealthStatus health = 3;
65
+ */
66
+ health: HealthStatus;
67
+
68
+ /**
69
+ * Human-readable describing the component state. These messages should be understandable by end users.
70
+ *
71
+ * @generated from field: repeated anduril.entitymanager.v1.ComponentMessage messages = 4;
72
+ */
73
+ messages: ComponentMessage[];
74
+
75
+ /**
76
+ * The last update time for this specific component.
77
+ * If this timestamp is unset, the data is assumed to be most recent
78
+ *
79
+ * @generated from field: google.protobuf.Timestamp update_time = 5;
80
+ */
81
+ updateTime?: Timestamp;
82
+ };
83
+
84
+ /**
85
+ * Describes the message anduril.entitymanager.v1.ComponentHealth.
86
+ * Use `create(ComponentHealthSchema)` to create a new message.
87
+ */
88
+ export declare const ComponentHealthSchema: GenMessage<ComponentHealth>;
89
+
90
+ /**
91
+ * General health of the entity as reported by the entity.
92
+ *
93
+ * @generated from message anduril.entitymanager.v1.Health
94
+ */
95
+ export declare type Health = Message<"anduril.entitymanager.v1.Health"> & {
96
+ /**
97
+ * Status indicating whether the entity is able to communicate with Entity Manager.
98
+ *
99
+ * @generated from field: anduril.entitymanager.v1.ConnectionStatus connection_status = 1;
100
+ */
101
+ connectionStatus: ConnectionStatus;
102
+
103
+ /**
104
+ * Top-level health status; typically a roll-up of individual component healths.
105
+ *
106
+ * @generated from field: anduril.entitymanager.v1.HealthStatus health_status = 2;
107
+ */
108
+ healthStatus: HealthStatus;
109
+
110
+ /**
111
+ * Health of individual components running on this Entity.
112
+ *
113
+ * @generated from field: repeated anduril.entitymanager.v1.ComponentHealth components = 3;
114
+ */
115
+ components: ComponentHealth[];
116
+
117
+ /**
118
+ * The update time for the top-level health information.
119
+ * If this timestamp is unset, the data is assumed to be most recent
120
+ *
121
+ * @generated from field: google.protobuf.Timestamp update_time = 4;
122
+ */
123
+ updateTime?: Timestamp;
124
+
125
+ /**
126
+ * Active alerts indicate a critical change in system state sent by the asset
127
+ * that must be made known to an operator or consumer of the common operating picture.
128
+ * Alerts are different from ComponentHealth messages--an active alert does not necessarily
129
+ * indicate a component is in an unhealthy state. For example, an asset may trigger
130
+ * an active alert based on fuel levels running low. Alerts should be removed from this list when their conditions
131
+ * are cleared. In other words, only active alerts should be reported here.
132
+ *
133
+ * @generated from field: repeated anduril.entitymanager.v1.Alert active_alerts = 5;
134
+ */
135
+ activeAlerts: Alert[];
136
+ };
137
+
138
+ /**
139
+ * Describes the message anduril.entitymanager.v1.Health.
140
+ * Use `create(HealthSchema)` to create a new message.
141
+ */
142
+ export declare const HealthSchema: GenMessage<Health>;
143
+
144
+ /**
145
+ * An alert informs operators of critical events related to system performance and mission
146
+ * execution. An alert is produced as a result of one or more alert conditions.
147
+ *
148
+ * @generated from message anduril.entitymanager.v1.Alert
149
+ */
150
+ export declare type Alert = Message<"anduril.entitymanager.v1.Alert"> & {
151
+ /**
152
+ * Short, machine-readable code that describes this alert. This code is intended to provide systems off-asset
153
+ * with a lookup key to retrieve more detailed information about the alert.
154
+ *
155
+ * @generated from field: string alert_code = 1;
156
+ */
157
+ alertCode: string;
158
+
159
+ /**
160
+ * Human-readable description of this alert. The description is intended for display in the UI for human
161
+ * understanding and should not be used for machine processing. If the description is fixed and the vehicle controller
162
+ * provides no dynamic substitutions, then prefer lookup based on alert_code.
163
+ *
164
+ * @generated from field: string description = 2;
165
+ */
166
+ description: string;
167
+
168
+ /**
169
+ * Alert level (Warning, Caution, or Advisory).
170
+ *
171
+ * @generated from field: anduril.entitymanager.v1.AlertLevel level = 3;
172
+ */
173
+ level: AlertLevel;
174
+
175
+ /**
176
+ * Time at which this alert was activated.
177
+ *
178
+ * @generated from field: google.protobuf.Timestamp activated_time = 4;
179
+ */
180
+ activatedTime?: Timestamp;
181
+
182
+ /**
183
+ * Set of conditions which have activated this alert.
184
+ *
185
+ * @generated from field: repeated anduril.entitymanager.v1.AlertCondition active_conditions = 5;
186
+ */
187
+ activeConditions: AlertCondition[];
188
+ };
189
+
190
+ /**
191
+ * Describes the message anduril.entitymanager.v1.Alert.
192
+ * Use `create(AlertSchema)` to create a new message.
193
+ */
194
+ export declare const AlertSchema: GenMessage<Alert>;
195
+
196
+ /**
197
+ * A condition which may trigger an alert.
198
+ *
199
+ * @generated from message anduril.entitymanager.v1.AlertCondition
200
+ */
201
+ export declare type AlertCondition = Message<"anduril.entitymanager.v1.AlertCondition"> & {
202
+ /**
203
+ * Short, machine-readable code that describes this condition. This code is intended to provide systems off-asset
204
+ * with a lookup key to retrieve more detailed information about the condition.
205
+ *
206
+ * @generated from field: string condition_code = 1;
207
+ */
208
+ conditionCode: string;
209
+
210
+ /**
211
+ * Human-readable description of this condition. The description is intended for display in the UI for human
212
+ * understanding and should not be used for machine processing. If the description is fixed and the vehicle controller
213
+ * provides no dynamic substitutions, then prefer lookup based on condition_code.
214
+ *
215
+ * @generated from field: string description = 2;
216
+ */
217
+ description: string;
218
+ };
219
+
220
+ /**
221
+ * Describes the message anduril.entitymanager.v1.AlertCondition.
222
+ * Use `create(AlertConditionSchema)` to create a new message.
223
+ */
224
+ export declare const AlertConditionSchema: GenMessage<AlertCondition>;
225
+
226
+ /**
227
+ * Enumeration of possible connection states.
228
+ *
229
+ * @generated from enum anduril.entitymanager.v1.ConnectionStatus
230
+ */
231
+ export enum ConnectionStatus {
232
+ /**
233
+ * @generated from enum value: CONNECTION_STATUS_INVALID = 0;
234
+ */
235
+ INVALID = 0,
236
+
237
+ /**
238
+ * @generated from enum value: CONNECTION_STATUS_ONLINE = 1;
239
+ */
240
+ ONLINE = 1,
241
+
242
+ /**
243
+ * @generated from enum value: CONNECTION_STATUS_OFFLINE = 2;
244
+ */
245
+ OFFLINE = 2,
246
+ }
247
+
248
+ /**
249
+ * Describes the enum anduril.entitymanager.v1.ConnectionStatus.
250
+ */
251
+ export declare const ConnectionStatusSchema: GenEnum<ConnectionStatus>;
252
+
253
+ /**
254
+ * Enumeration of possible health states.
255
+ *
256
+ * @generated from enum anduril.entitymanager.v1.HealthStatus
257
+ */
258
+ export enum HealthStatus {
259
+ /**
260
+ * @generated from enum value: HEALTH_STATUS_INVALID = 0;
261
+ */
262
+ INVALID = 0,
263
+
264
+ /**
265
+ * Indicates that the component is operating as intended.
266
+ *
267
+ * @generated from enum value: HEALTH_STATUS_HEALTHY = 1;
268
+ */
269
+ HEALTHY = 1,
270
+
271
+ /**
272
+ * Indicates that the component is at risk of transitioning into a HEALTH_STATUS_FAIL
273
+ * state or that the component is operating in a degraded state.
274
+ *
275
+ * @generated from enum value: HEALTH_STATUS_WARN = 2;
276
+ */
277
+ WARN = 2,
278
+
279
+ /**
280
+ * Indicates that the component is not functioning as intended.
281
+ *
282
+ * @generated from enum value: HEALTH_STATUS_FAIL = 3;
283
+ */
284
+ FAIL = 3,
285
+
286
+ /**
287
+ * Indicates that the component is offline.
288
+ *
289
+ * @generated from enum value: HEALTH_STATUS_OFFLINE = 4;
290
+ */
291
+ OFFLINE = 4,
292
+
293
+ /**
294
+ * Indicates that the component is not yet functioning, but it is transitioning into a
295
+ * HEALTH_STATUS_HEALTHY state. A component should only report this state temporarily.
296
+ *
297
+ * @generated from enum value: HEALTH_STATUS_NOT_READY = 5;
298
+ */
299
+ NOT_READY = 5,
300
+ }
301
+
302
+ /**
303
+ * Describes the enum anduril.entitymanager.v1.HealthStatus.
304
+ */
305
+ export declare const HealthStatusSchema: GenEnum<HealthStatus>;
306
+
307
+ /**
308
+ * Alerts are categorized into one of three levels - Warnings, Cautions, and Advisories (WCAs).
309
+ *
310
+ * @generated from enum anduril.entitymanager.v1.AlertLevel
311
+ */
312
+ export enum AlertLevel {
313
+ /**
314
+ * @generated from enum value: ALERT_LEVEL_INVALID = 0;
315
+ */
316
+ INVALID = 0,
317
+
318
+ /**
319
+ * For conditions that require awareness and may require subsequent response.
320
+ *
321
+ * @generated from enum value: ALERT_LEVEL_ADVISORY = 1;
322
+ */
323
+ ADVISORY = 1,
324
+
325
+ /**
326
+ * For conditions that require immediate awareness and subsequent response.
327
+ *
328
+ * @generated from enum value: ALERT_LEVEL_CAUTION = 2;
329
+ */
330
+ CAUTION = 2,
331
+
332
+ /**
333
+ * For conditions that require immediate awareness and response.
334
+ *
335
+ * @generated from enum value: ALERT_LEVEL_WARNING = 3;
336
+ */
337
+ WARNING = 3,
338
+ }
339
+
340
+ /**
341
+ * Describes the enum anduril.entitymanager.v1.AlertLevel.
342
+ */
343
+ export declare const AlertLevelSchema: GenEnum<AlertLevel>;
344
+
@@ -0,0 +1,90 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/health_status.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_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/health_status.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_health_status_pub = /*@__PURE__*/
12
+ fileDesc("CjBhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvaGVhbHRoX3N0YXR1cy5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSJbChBDb21wb25lbnRNZXNzYWdlEjYKBnN0YXR1cxgBIAEoDjImLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5IZWFsdGhTdGF0dXMSDwoHbWVzc2FnZRgCIAEoCSLSAQoPQ29tcG9uZW50SGVhbHRoEgoKAmlkGAEgASgJEgwKBG5hbWUYAiABKAkSNgoGaGVhbHRoGAMgASgOMiYuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkhlYWx0aFN0YXR1cxI8CghtZXNzYWdlcxgEIAMoCzIqLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Db21wb25lbnRNZXNzYWdlEi8KC3VwZGF0ZV90aW1lGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCK2AgoGSGVhbHRoEkUKEWNvbm5lY3Rpb25fc3RhdHVzGAEgASgOMiouYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkNvbm5lY3Rpb25TdGF0dXMSPQoNaGVhbHRoX3N0YXR1cxgCIAEoDjImLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5IZWFsdGhTdGF0dXMSPQoKY29tcG9uZW50cxgDIAMoCzIpLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Db21wb25lbnRIZWFsdGgSLwoLdXBkYXRlX3RpbWUYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjYKDWFjdGl2ZV9hbGVydHMYBSADKAsyHy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQWxlcnQi3gEKBUFsZXJ0EhIKCmFsZXJ0X2NvZGUYASABKAkSEwoLZGVzY3JpcHRpb24YAiABKAkSMwoFbGV2ZWwYAyABKA4yJC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQWxlcnRMZXZlbBIyCg5hY3RpdmF0ZWRfdGltZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASQwoRYWN0aXZlX2NvbmRpdGlvbnMYBSADKAsyKC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQWxlcnRDb25kaXRpb24iPQoOQWxlcnRDb25kaXRpb24SFgoOY29uZGl0aW9uX2NvZGUYASABKAkSEwoLZGVzY3JpcHRpb24YAiABKAkqbgoQQ29ubmVjdGlvblN0YXR1cxIdChlDT05ORUNUSU9OX1NUQVRVU19JTlZBTElEEAASHAoYQ09OTkVDVElPTl9TVEFUVVNfT05MSU5FEAESHQoZQ09OTkVDVElPTl9TVEFUVVNfT0ZGTElORRACKqwBCgxIZWFsdGhTdGF0dXMSGQoVSEVBTFRIX1NUQVRVU19JTlZBTElEEAASGQoVSEVBTFRIX1NUQVRVU19IRUFMVEhZEAESFgoSSEVBTFRIX1NUQVRVU19XQVJOEAISFgoSSEVBTFRIX1NUQVRVU19GQUlMEAMSGQoVSEVBTFRIX1NUQVRVU19PRkZMSU5FEAQSGwoXSEVBTFRIX1NUQVRVU19OT1RfUkVBRFkQBSpxCgpBbGVydExldmVsEhcKE0FMRVJUX0xFVkVMX0lOVkFMSUQQABIYChRBTEVSVF9MRVZFTF9BRFZJU09SWRABEhcKE0FMRVJUX0xFVkVMX0NBVVRJT04QAhIXChNBTEVSVF9MRVZFTF9XQVJOSU5HEANChQIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCFEhlYWx0aFN0YXR1c1B1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_google_protobuf_timestamp]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.ComponentMessage.
16
+ * Use `create(ComponentMessageSchema)` to create a new message.
17
+ */
18
+ export const ComponentMessageSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_health_status_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.ComponentHealth.
23
+ * Use `create(ComponentHealthSchema)` to create a new message.
24
+ */
25
+ export const ComponentHealthSchema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_health_status_pub, 1);
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.Health.
30
+ * Use `create(HealthSchema)` to create a new message.
31
+ */
32
+ export const HealthSchema = /*@__PURE__*/
33
+ messageDesc(file_anduril_entitymanager_v1_health_status_pub, 2);
34
+
35
+ /**
36
+ * Describes the message anduril.entitymanager.v1.Alert.
37
+ * Use `create(AlertSchema)` to create a new message.
38
+ */
39
+ export const AlertSchema = /*@__PURE__*/
40
+ messageDesc(file_anduril_entitymanager_v1_health_status_pub, 3);
41
+
42
+ /**
43
+ * Describes the message anduril.entitymanager.v1.AlertCondition.
44
+ * Use `create(AlertConditionSchema)` to create a new message.
45
+ */
46
+ export const AlertConditionSchema = /*@__PURE__*/
47
+ messageDesc(file_anduril_entitymanager_v1_health_status_pub, 4);
48
+
49
+ /**
50
+ * Describes the enum anduril.entitymanager.v1.ConnectionStatus.
51
+ */
52
+ export const ConnectionStatusSchema = /*@__PURE__*/
53
+ enumDesc(file_anduril_entitymanager_v1_health_status_pub, 0);
54
+
55
+ /**
56
+ * Enumeration of possible connection states.
57
+ *
58
+ * @generated from enum anduril.entitymanager.v1.ConnectionStatus
59
+ */
60
+ export const ConnectionStatus = /*@__PURE__*/
61
+ tsEnum(ConnectionStatusSchema);
62
+
63
+ /**
64
+ * Describes the enum anduril.entitymanager.v1.HealthStatus.
65
+ */
66
+ export const HealthStatusSchema = /*@__PURE__*/
67
+ enumDesc(file_anduril_entitymanager_v1_health_status_pub, 1);
68
+
69
+ /**
70
+ * Enumeration of possible health states.
71
+ *
72
+ * @generated from enum anduril.entitymanager.v1.HealthStatus
73
+ */
74
+ export const HealthStatus = /*@__PURE__*/
75
+ tsEnum(HealthStatusSchema);
76
+
77
+ /**
78
+ * Describes the enum anduril.entitymanager.v1.AlertLevel.
79
+ */
80
+ export const AlertLevelSchema = /*@__PURE__*/
81
+ enumDesc(file_anduril_entitymanager_v1_health_status_pub, 2);
82
+
83
+ /**
84
+ * Alerts are categorized into one of three levels - Warnings, Cautions, and Advisories (WCAs).
85
+ *
86
+ * @generated from enum anduril.entitymanager.v1.AlertLevel
87
+ */
88
+ export const AlertLevel = /*@__PURE__*/
89
+ tsEnum(AlertLevelSchema);
90
+