@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,19 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/options.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/options.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_options_pub = /*@__PURE__*/
12
+ fileDesc("CiphbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvb3B0aW9ucy5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MTpACgtvdmVycmlkYWJsZRIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMY6QcgASgIUgtvdmVycmlkYWJsZUKAAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIPT3B0aW9uc1B1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_google_protobuf_descriptor]);
13
+
14
+ /**
15
+ * @generated from extension: bool overridable = 1001;
16
+ */
17
+ export const overridable = /*@__PURE__*/
18
+ extDesc(file_anduril_entitymanager_v1_options_pub, 0);
19
+
@@ -0,0 +1,31 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/orbit.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 { OrbitMeanElements } from "../../type/orbit.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/orbit.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_orbit_pub: GenFile;
13
+
14
+ /**
15
+ * @generated from message anduril.entitymanager.v1.Orbit
16
+ */
17
+ export declare type Orbit = Message<"anduril.entitymanager.v1.Orbit"> & {
18
+ /**
19
+ * Orbit Mean Elements data, analogous to the Orbit Mean Elements Message in CCSDS 502.0-B-3
20
+ *
21
+ * @generated from field: anduril.type.OrbitMeanElements orbit_mean_elements = 1;
22
+ */
23
+ orbitMeanElements?: OrbitMeanElements;
24
+ };
25
+
26
+ /**
27
+ * Describes the message anduril.entitymanager.v1.Orbit.
28
+ * Use `create(OrbitSchema)` to create a new message.
29
+ */
30
+ export declare const OrbitSchema: GenMessage<Orbit>;
31
+
@@ -0,0 +1,20 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/orbit.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_type_orbit_pub } from "../../type/orbit.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/orbit.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_orbit_pub = /*@__PURE__*/
12
+ fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvb3JiaXQucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiRQoFT3JiaXQSPAoTb3JiaXRfbWVhbl9lbGVtZW50cxgBIAEoCzIfLmFuZHVyaWwudHlwZS5PcmJpdE1lYW5FbGVtZW50c0L+AQocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUINT3JiaXRQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_type_orbit_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.Orbit.
16
+ * Use `create(OrbitSchema)` to create a new message.
17
+ */
18
+ export const OrbitSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_orbit_pub, 0);
20
+
@@ -0,0 +1,143 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/payloads.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 { Environment } from "../../ontology/v1/type.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/payloads.pub.proto.
11
+ */
12
+ export declare const file_anduril_entitymanager_v1_payloads_pub: GenFile;
13
+
14
+ /**
15
+ * List of payloads available for an entity.
16
+ *
17
+ * @generated from message anduril.entitymanager.v1.Payloads
18
+ */
19
+ export declare type Payloads = Message<"anduril.entitymanager.v1.Payloads"> & {
20
+ /**
21
+ * @generated from field: repeated anduril.entitymanager.v1.Payload payload_configurations = 1;
22
+ */
23
+ payloadConfigurations: Payload[];
24
+ };
25
+
26
+ /**
27
+ * Describes the message anduril.entitymanager.v1.Payloads.
28
+ * Use `create(PayloadsSchema)` to create a new message.
29
+ */
30
+ export declare const PayloadsSchema: GenMessage<Payloads>;
31
+
32
+ /**
33
+ * Individual payload configuration.
34
+ *
35
+ * @generated from message anduril.entitymanager.v1.Payload
36
+ */
37
+ export declare type Payload = Message<"anduril.entitymanager.v1.Payload"> & {
38
+ /**
39
+ * @generated from field: anduril.entitymanager.v1.PayloadConfiguration config = 1;
40
+ */
41
+ config?: PayloadConfiguration;
42
+ };
43
+
44
+ /**
45
+ * Describes the message anduril.entitymanager.v1.Payload.
46
+ * Use `create(PayloadSchema)` to create a new message.
47
+ */
48
+ export declare const PayloadSchema: GenMessage<Payload>;
49
+
50
+ /**
51
+ * @generated from message anduril.entitymanager.v1.PayloadConfiguration
52
+ */
53
+ export declare type PayloadConfiguration = Message<"anduril.entitymanager.v1.PayloadConfiguration"> & {
54
+ /**
55
+ * Identifying ID for the capability.
56
+ * This ID may be used multiple times to represent payloads that are the same capability but have different operational states
57
+ *
58
+ * @generated from field: string capability_id = 1;
59
+ */
60
+ capabilityId: string;
61
+
62
+ /**
63
+ * The number of payloads currently available in the configuration.
64
+ *
65
+ * @generated from field: uint32 quantity = 4;
66
+ */
67
+ quantity: number;
68
+
69
+ /**
70
+ * The target environments the configuration is effective against.
71
+ *
72
+ * @generated from field: repeated anduril.ontology.v1.Environment effective_environment = 5;
73
+ */
74
+ effectiveEnvironment: Environment[];
75
+
76
+ /**
77
+ * The operational state of this payload.
78
+ *
79
+ * @generated from field: anduril.entitymanager.v1.PayloadOperationalState payload_operational_state = 6;
80
+ */
81
+ payloadOperationalState: PayloadOperationalState;
82
+
83
+ /**
84
+ * A human readable description of the payload
85
+ *
86
+ * @generated from field: string payload_description = 7;
87
+ */
88
+ payloadDescription: string;
89
+ };
90
+
91
+ /**
92
+ * Describes the message anduril.entitymanager.v1.PayloadConfiguration.
93
+ * Use `create(PayloadConfigurationSchema)` to create a new message.
94
+ */
95
+ export declare const PayloadConfigurationSchema: GenMessage<PayloadConfiguration>;
96
+
97
+ /**
98
+ * Describes the current operational state of a payload configuration.
99
+ *
100
+ * @generated from enum anduril.entitymanager.v1.PayloadOperationalState
101
+ */
102
+ export enum PayloadOperationalState {
103
+ /**
104
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_INVALID = 0;
105
+ */
106
+ INVALID = 0,
107
+
108
+ /**
109
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_OFF = 1;
110
+ */
111
+ OFF = 1,
112
+
113
+ /**
114
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_NON_OPERATIONAL = 2;
115
+ */
116
+ NON_OPERATIONAL = 2,
117
+
118
+ /**
119
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_DEGRADED = 3;
120
+ */
121
+ DEGRADED = 3,
122
+
123
+ /**
124
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_OPERATIONAL = 4;
125
+ */
126
+ OPERATIONAL = 4,
127
+
128
+ /**
129
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_OUT_OF_SERVICE = 5;
130
+ */
131
+ OUT_OF_SERVICE = 5,
132
+
133
+ /**
134
+ * @generated from enum value: PAYLOAD_OPERATIONAL_STATE_UNKNOWN = 6;
135
+ */
136
+ UNKNOWN = 6,
137
+ }
138
+
139
+ /**
140
+ * Describes the enum anduril.entitymanager.v1.PayloadOperationalState.
141
+ */
142
+ export declare const PayloadOperationalStateSchema: GenEnum<PayloadOperationalState>;
143
+
@@ -0,0 +1,49 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/payloads.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_options_pub } from "./options.pub_pb.js";
7
+ import { file_anduril_ontology_v1_type_pub } from "../../ontology/v1/type.pub_pb.js";
8
+
9
+ /**
10
+ * Describes the file anduril/entitymanager/v1/payloads.pub.proto.
11
+ */
12
+ export const file_anduril_entitymanager_v1_payloads_pub = /*@__PURE__*/
13
+ fileDesc("CithbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvcGF5bG9hZHMucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEiUgoIUGF5bG9hZHMSRgoWcGF5bG9hZF9jb25maWd1cmF0aW9ucxgBIAMoCzIhLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5QYXlsb2FkQgPIPgEiSQoHUGF5bG9hZBI+CgZjb25maWcYASABKAsyLi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUGF5bG9hZENvbmZpZ3VyYXRpb24i8wEKFFBheWxvYWRDb25maWd1cmF0aW9uEhUKDWNhcGFiaWxpdHlfaWQYASABKAkSEAoIcXVhbnRpdHkYBCABKA0SPwoVZWZmZWN0aXZlX2Vudmlyb25tZW50GAUgAygOMiAuYW5kdXJpbC5vbnRvbG9neS52MS5FbnZpcm9ubWVudBJUChlwYXlsb2FkX29wZXJhdGlvbmFsX3N0YXRlGAYgASgOMjEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBheWxvYWRPcGVyYXRpb25hbFN0YXRlEhsKE3BheWxvYWRfZGVzY3JpcHRpb24YByABKAkqugIKF1BheWxvYWRPcGVyYXRpb25hbFN0YXRlEiUKIVBBWUxPQURfT1BFUkFUSU9OQUxfU1RBVEVfSU5WQUxJRBAAEiEKHVBBWUxPQURfT1BFUkFUSU9OQUxfU1RBVEVfT0ZGEAESLQopUEFZTE9BRF9PUEVSQVRJT05BTF9TVEFURV9OT05fT1BFUkFUSU9OQUwQAhImCiJQQVlMT0FEX09QRVJBVElPTkFMX1NUQVRFX0RFR1JBREVEEAMSKQolUEFZTE9BRF9PUEVSQVRJT05BTF9TVEFURV9PUEVSQVRJT05BTBAEEiwKKFBBWUxPQURfT1BFUkFUSU9OQUxfU1RBVEVfT1VUX09GX1NFUlZJQ0UQBRIlCiFQQVlMT0FEX09QRVJBVElPTkFMX1NUQVRFX1VOS05PV04QBkKBAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIQUGF5bG9hZHNQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_entitymanager_v1_options_pub, file_anduril_ontology_v1_type_pub]);
14
+
15
+ /**
16
+ * Describes the message anduril.entitymanager.v1.Payloads.
17
+ * Use `create(PayloadsSchema)` to create a new message.
18
+ */
19
+ export const PayloadsSchema = /*@__PURE__*/
20
+ messageDesc(file_anduril_entitymanager_v1_payloads_pub, 0);
21
+
22
+ /**
23
+ * Describes the message anduril.entitymanager.v1.Payload.
24
+ * Use `create(PayloadSchema)` to create a new message.
25
+ */
26
+ export const PayloadSchema = /*@__PURE__*/
27
+ messageDesc(file_anduril_entitymanager_v1_payloads_pub, 1);
28
+
29
+ /**
30
+ * Describes the message anduril.entitymanager.v1.PayloadConfiguration.
31
+ * Use `create(PayloadConfigurationSchema)` to create a new message.
32
+ */
33
+ export const PayloadConfigurationSchema = /*@__PURE__*/
34
+ messageDesc(file_anduril_entitymanager_v1_payloads_pub, 2);
35
+
36
+ /**
37
+ * Describes the enum anduril.entitymanager.v1.PayloadOperationalState.
38
+ */
39
+ export const PayloadOperationalStateSchema = /*@__PURE__*/
40
+ enumDesc(file_anduril_entitymanager_v1_payloads_pub, 0);
41
+
42
+ /**
43
+ * Describes the current operational state of a payload configuration.
44
+ *
45
+ * @generated from enum anduril.entitymanager.v1.PayloadOperationalState
46
+ */
47
+ export const PayloadOperationalState = /*@__PURE__*/
48
+ tsEnum(PayloadOperationalStateSchema);
49
+
@@ -0,0 +1,230 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/power.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/power.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_power_pub: GenFile;
12
+
13
+ /**
14
+ * Represents the state of power sources connected to this entity.
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.PowerState
17
+ */
18
+ export declare type PowerState = Message<"anduril.entitymanager.v1.PowerState"> & {
19
+ /**
20
+ * This is a map where the key is a unique id of the power source and the value is additional information about the
21
+ * power source.
22
+ *
23
+ * @generated from field: map<string, anduril.entitymanager.v1.PowerSource> source_id_to_state = 5;
24
+ */
25
+ sourceIdToState: { [key: string]: PowerSource };
26
+ };
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.PowerState.
30
+ * Use `create(PowerStateSchema)` to create a new message.
31
+ */
32
+ export declare const PowerStateSchema: GenMessage<PowerState>;
33
+
34
+ /**
35
+ * Represents the state of a single power source that is connected to this entity.
36
+ *
37
+ * @generated from message anduril.entitymanager.v1.PowerSource
38
+ */
39
+ export declare type PowerSource = Message<"anduril.entitymanager.v1.PowerSource"> & {
40
+ /**
41
+ * Status of the power source.
42
+ *
43
+ * @generated from field: anduril.entitymanager.v1.PowerStatus power_status = 1;
44
+ */
45
+ powerStatus: PowerStatus;
46
+
47
+ /**
48
+ * Used to determine the type of power source.
49
+ *
50
+ * @generated from field: anduril.entitymanager.v1.PowerType power_type = 2;
51
+ */
52
+ powerType: PowerType;
53
+
54
+ /**
55
+ * Power level of the system. If absent, the power level is assumed to be unknown.
56
+ *
57
+ * @generated from field: anduril.entitymanager.v1.PowerLevel power_level = 3;
58
+ */
59
+ powerLevel?: PowerLevel;
60
+
61
+ /**
62
+ * Set of human-readable messages with status of the power system. Typically this would be used in an error state
63
+ * to provide additional error information. This can also be used for informational messages.
64
+ *
65
+ * @generated from field: repeated string messages = 4;
66
+ */
67
+ messages: string[];
68
+
69
+ /**
70
+ * Whether the power source is offloadable. If the value is missing (as opposed to false) then the entity does not
71
+ * report whether the power source is offloadable.
72
+ *
73
+ * @generated from field: google.protobuf.BoolValue offloadable = 5;
74
+ */
75
+ offloadable?: boolean;
76
+ };
77
+
78
+ /**
79
+ * Describes the message anduril.entitymanager.v1.PowerSource.
80
+ * Use `create(PowerSourceSchema)` to create a new message.
81
+ */
82
+ export declare const PowerSourceSchema: GenMessage<PowerSource>;
83
+
84
+ /**
85
+ * Represents the power level of a system.
86
+ *
87
+ * @generated from message anduril.entitymanager.v1.PowerLevel
88
+ */
89
+ export declare type PowerLevel = Message<"anduril.entitymanager.v1.PowerLevel"> & {
90
+ /**
91
+ * Total power capacity of the system.
92
+ *
93
+ * @generated from field: float capacity = 1;
94
+ */
95
+ capacity: number;
96
+
97
+ /**
98
+ * Remaining power capacity of the system.
99
+ *
100
+ * @generated from field: float remaining = 2;
101
+ */
102
+ remaining: number;
103
+
104
+ /**
105
+ * Percent of power remaining.
106
+ *
107
+ * @generated from field: float percent_remaining = 3;
108
+ */
109
+ percentRemaining: number;
110
+
111
+ /**
112
+ * Voltage of the power source subsystem, as reported by the power source. If the source does not report this value
113
+ * this field will be null.
114
+ *
115
+ * @generated from field: google.protobuf.DoubleValue voltage = 4;
116
+ */
117
+ voltage?: number;
118
+
119
+ /**
120
+ * Current in amps of the power source subsystem, as reported by the power source. If the source does not
121
+ * report this value this field will be null.
122
+ *
123
+ * @generated from field: google.protobuf.DoubleValue current_amps = 5;
124
+ */
125
+ currentAmps?: number;
126
+
127
+ /**
128
+ * Estimated minutes until empty. Calculated with consumption at the moment, as reported by the power source. If the source does not
129
+ * report this value this field will be null.
130
+ *
131
+ * @generated from field: google.protobuf.DoubleValue run_time_to_empty_mins = 6;
132
+ */
133
+ runTimeToEmptyMins?: number;
134
+
135
+ /**
136
+ * Fuel consumption rate in liters per second.
137
+ *
138
+ * @generated from field: google.protobuf.DoubleValue consumption_rate_l_per_s = 7;
139
+ */
140
+ consumptionRateLPerS?: number;
141
+ };
142
+
143
+ /**
144
+ * Describes the message anduril.entitymanager.v1.PowerLevel.
145
+ * Use `create(PowerLevelSchema)` to create a new message.
146
+ */
147
+ export declare const PowerLevelSchema: GenMessage<PowerLevel>;
148
+
149
+ /**
150
+ * @generated from enum anduril.entitymanager.v1.PowerStatus
151
+ */
152
+ export enum PowerStatus {
153
+ /**
154
+ * @generated from enum value: POWER_STATUS_INVALID = 0;
155
+ */
156
+ INVALID = 0,
157
+
158
+ /**
159
+ * Indeterminate condition of whether the power system is present or absent.
160
+ *
161
+ * @generated from enum value: POWER_STATUS_UNKNOWN = 1;
162
+ */
163
+ UNKNOWN = 1,
164
+
165
+ /**
166
+ * Power system is not configured/present. This is considered a normal/expected condition, as opposed to the
167
+ * system is expected to be present but is missing.
168
+ *
169
+ * @generated from enum value: POWER_STATUS_NOT_PRESENT = 2;
170
+ */
171
+ NOT_PRESENT = 2,
172
+
173
+ /**
174
+ * Power system is present and operating normally.
175
+ *
176
+ * @generated from enum value: POWER_STATUS_OPERATING = 3;
177
+ */
178
+ OPERATING = 3,
179
+
180
+ /**
181
+ * Power system is present and is in an expected disabled state. For example, if the generator was shut off for
182
+ * operational reasons.
183
+ *
184
+ * @generated from enum value: POWER_STATUS_DISABLED = 4;
185
+ */
186
+ DISABLED = 4,
187
+
188
+ /**
189
+ * Power system is non-functional.
190
+ *
191
+ * @generated from enum value: POWER_STATUS_ERROR = 5;
192
+ */
193
+ ERROR = 5,
194
+ }
195
+
196
+ /**
197
+ * Describes the enum anduril.entitymanager.v1.PowerStatus.
198
+ */
199
+ export declare const PowerStatusSchema: GenEnum<PowerStatus>;
200
+
201
+ /**
202
+ * @generated from enum anduril.entitymanager.v1.PowerType
203
+ */
204
+ export enum PowerType {
205
+ /**
206
+ * @generated from enum value: POWER_TYPE_INVALID = 0;
207
+ */
208
+ INVALID = 0,
209
+
210
+ /**
211
+ * @generated from enum value: POWER_TYPE_UNKNOWN = 1;
212
+ */
213
+ UNKNOWN = 1,
214
+
215
+ /**
216
+ * @generated from enum value: POWER_TYPE_GAS = 2;
217
+ */
218
+ GAS = 2,
219
+
220
+ /**
221
+ * @generated from enum value: POWER_TYPE_BATTERY = 3;
222
+ */
223
+ BATTERY = 3,
224
+ }
225
+
226
+ /**
227
+ * Describes the enum anduril.entitymanager.v1.PowerType.
228
+ */
229
+ export declare const PowerTypeSchema: GenEnum<PowerType>;
230
+
@@ -0,0 +1,58 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/power.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_wrappers } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/power.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_power_pub = /*@__PURE__*/
12
+ fileDesc("CihhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvcG93ZXIucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEi2gEKClBvd2VyU3RhdGUSVQoSc291cmNlX2lkX3RvX3N0YXRlGAUgAygLMjkuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBvd2VyU3RhdGUuU291cmNlSWRUb1N0YXRlRW50cnkaXQoUU291cmNlSWRUb1N0YXRlRW50cnkSCwoDa2V5GAEgASgJEjQKBXZhbHVlGAIgASgLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBvd2VyU291cmNlOgI4AUoECAEQAkoECAIQA0oECAMQBEoECAQQBSKBAgoLUG93ZXJTb3VyY2USOwoMcG93ZXJfc3RhdHVzGAEgASgOMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBvd2VyU3RhdHVzEjcKCnBvd2VyX3R5cGUYAiABKA4yIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG93ZXJUeXBlEjkKC3Bvd2VyX2xldmVsGAMgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlBvd2VyTGV2ZWwSEAoIbWVzc2FnZXMYBCADKAkSLwoLb2ZmbG9hZGFibGUYBSABKAsyGi5nb29nbGUucHJvdG9idWYuQm9vbFZhbHVlIq0CCgpQb3dlckxldmVsEhAKCGNhcGFjaXR5GAEgASgCEhEKCXJlbWFpbmluZxgCIAEoAhIZChFwZXJjZW50X3JlbWFpbmluZxgDIAEoAhItCgd2b2x0YWdlGAQgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEjIKDGN1cnJlbnRfYW1wcxgFIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZRI8ChZydW5fdGltZV90b19lbXB0eV9taW5zGAYgASgLMhwuZ29vZ2xlLnByb3RvYnVmLkRvdWJsZVZhbHVlEj4KGGNvbnN1bXB0aW9uX3JhdGVfbF9wZXJfcxgHIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZSquAQoLUG93ZXJTdGF0dXMSGAoUUE9XRVJfU1RBVFVTX0lOVkFMSUQQABIYChRQT1dFUl9TVEFUVVNfVU5LTk9XThABEhwKGFBPV0VSX1NUQVRVU19OT1RfUFJFU0VOVBACEhoKFlBPV0VSX1NUQVRVU19PUEVSQVRJTkcQAxIZChVQT1dFUl9TVEFUVVNfRElTQUJMRUQQBBIWChJQT1dFUl9TVEFUVVNfRVJST1IQBSpnCglQb3dlclR5cGUSFgoSUE9XRVJfVFlQRV9JTlZBTElEEAASFgoSUE9XRVJfVFlQRV9VTktOT1dOEAESEgoOUE9XRVJfVFlQRV9HQVMQAhIWChJQT1dFUl9UWVBFX0JBVFRFUlkQA0L+AQocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUINUG93ZXJQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_google_protobuf_wrappers]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.PowerState.
16
+ * Use `create(PowerStateSchema)` to create a new message.
17
+ */
18
+ export const PowerStateSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_power_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.PowerSource.
23
+ * Use `create(PowerSourceSchema)` to create a new message.
24
+ */
25
+ export const PowerSourceSchema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_power_pub, 1);
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.PowerLevel.
30
+ * Use `create(PowerLevelSchema)` to create a new message.
31
+ */
32
+ export const PowerLevelSchema = /*@__PURE__*/
33
+ messageDesc(file_anduril_entitymanager_v1_power_pub, 2);
34
+
35
+ /**
36
+ * Describes the enum anduril.entitymanager.v1.PowerStatus.
37
+ */
38
+ export const PowerStatusSchema = /*@__PURE__*/
39
+ enumDesc(file_anduril_entitymanager_v1_power_pub, 0);
40
+
41
+ /**
42
+ * @generated from enum anduril.entitymanager.v1.PowerStatus
43
+ */
44
+ export const PowerStatus = /*@__PURE__*/
45
+ tsEnum(PowerStatusSchema);
46
+
47
+ /**
48
+ * Describes the enum anduril.entitymanager.v1.PowerType.
49
+ */
50
+ export const PowerTypeSchema = /*@__PURE__*/
51
+ enumDesc(file_anduril_entitymanager_v1_power_pub, 1);
52
+
53
+ /**
54
+ * @generated from enum anduril.entitymanager.v1.PowerType
55
+ */
56
+ export const PowerType = /*@__PURE__*/
57
+ tsEnum(PowerTypeSchema);
58
+
@@ -0,0 +1,38 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/rate_limit.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/rate_limit.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_rate_limit_pub: GenFile;
12
+
13
+ /**
14
+ * rate-limiting / down-sampling parameters.
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.RateLimit
17
+ */
18
+ export declare type RateLimit = Message<"anduril.entitymanager.v1.RateLimit"> & {
19
+ /**
20
+ * Specifies a minimum duration in milliseconds after an update for a given entity before another one
21
+ * will be sent for the same entity.
22
+ * A value of 0 is treated as unset. If set, value must be >= 500.
23
+ * Example: if set to 1000, and 4 events occur (ms since start) at T0, T500, T900, T2100, then
24
+ * event from T0 will be sent at T0, T500 will be dropped, T900 will be sent at minimum of T1000,
25
+ * and T2100 will be sent on time (2100)
26
+ * This will only limit updates, other events will be sent immediately, with a delete clearing anything held
27
+ *
28
+ * @generated from field: uint32 update_per_entity_limit_ms = 1;
29
+ */
30
+ updatePerEntityLimitMs: number;
31
+ };
32
+
33
+ /**
34
+ * Describes the message anduril.entitymanager.v1.RateLimit.
35
+ * Use `create(RateLimitSchema)` to create a new message.
36
+ */
37
+ export declare const RateLimitSchema: GenMessage<RateLimit>;
38
+
@@ -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/rate_limit.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/rate_limit.pub.proto.
9
+ */
10
+ export const file_anduril_entitymanager_v1_rate_limit_pub = /*@__PURE__*/
11
+ fileDesc("Ci1hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvcmF0ZV9saW1pdC5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSIvCglSYXRlTGltaXQSIgoadXBkYXRlX3Blcl9lbnRpdHlfbGltaXRfbXMYASABKA1CggIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCEVJhdGVMaW1pdFB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message anduril.entitymanager.v1.RateLimit.
15
+ * Use `create(RateLimitSchema)` to create a new message.
16
+ */
17
+ export const RateLimitSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_entitymanager_v1_rate_limit_pub, 0);
19
+