@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.
- package/.github/CODEOWNERS +1 -0
- package/.github/workflows/commit-lint.yml +21 -0
- package/.github/workflows/release.yml +36 -0
- package/LICENSE.md +188 -0
- package/README.md +30 -0
- package/SECURITY.md +5 -0
- package/package.json +21 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
- package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
- package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
- package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
- package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
- package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
- package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
- package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
- package/src/anduril/type/attribution.pub_pb.js +19 -0
- package/src/anduril/type/color.pub_pb.d.ts +61 -0
- package/src/anduril/type/color.pub_pb.js +20 -0
- package/src/anduril/type/coords.pub_pb.d.ts +730 -0
- package/src/anduril/type/coords.pub_pb.js +180 -0
- package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
- package/src/anduril/type/geometry.pub_pb.js +20 -0
- package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
- package/src/anduril/type/orbit.pub_pb.js +65 -0
|
@@ -0,0 +1,493 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/entitymanager/v1/entity_manager_grpcapi.pub.proto (package anduril.entitymanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Entity, Provenance } from "./entity.pub_pb.js";
|
|
8
|
+
import type { OverrideStatus } from "./types.pub_pb.js";
|
|
9
|
+
import type { Statement } from "./filter.pub_pb.js";
|
|
10
|
+
import type { RateLimit } from "./rate_limit.pub_pb.js";
|
|
11
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file anduril/entitymanager/v1/entity_manager_grpcapi.pub.proto.
|
|
15
|
+
*/
|
|
16
|
+
export declare const file_anduril_entitymanager_v1_entity_manager_grpcapi_pub: GenFile;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @generated from message anduril.entitymanager.v1.PublishEntityRequest
|
|
20
|
+
*/
|
|
21
|
+
export declare type PublishEntityRequest = Message<"anduril.entitymanager.v1.PublishEntityRequest"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Sends an entity object to publish.
|
|
24
|
+
* Required fields:
|
|
25
|
+
* * expiry_time. This must be in the future, but less than 30 days from now.
|
|
26
|
+
* * provenance.data_type.
|
|
27
|
+
* * provenance.source_update_time. This can be earlier than the RPC call if the data entered is older.
|
|
28
|
+
* * aliases.name
|
|
29
|
+
* * ontology.template
|
|
30
|
+
* For additional required fields that are determined by template, see com.anduril.entitymanager.v1.Template.
|
|
31
|
+
* if an entity_id is provided, Entity Manager updates the entity. If no entity_id is provided, it creates an entity.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: anduril.entitymanager.v1.Entity entity = 1;
|
|
34
|
+
*/
|
|
35
|
+
entity?: Entity;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message anduril.entitymanager.v1.PublishEntityRequest.
|
|
40
|
+
* Use `create(PublishEntityRequestSchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const PublishEntityRequestSchema: GenMessage<PublishEntityRequest>;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @generated from message anduril.entitymanager.v1.PublishEntityResponse
|
|
46
|
+
*/
|
|
47
|
+
export declare type PublishEntityResponse = Message<"anduril.entitymanager.v1.PublishEntityResponse"> & {
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message anduril.entitymanager.v1.PublishEntityResponse.
|
|
52
|
+
* Use `create(PublishEntityResponseSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export declare const PublishEntityResponseSchema: GenMessage<PublishEntityResponse>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @generated from message anduril.entitymanager.v1.PublishEntitiesRequest
|
|
58
|
+
*/
|
|
59
|
+
export declare type PublishEntitiesRequest = Message<"anduril.entitymanager.v1.PublishEntitiesRequest"> & {
|
|
60
|
+
/**
|
|
61
|
+
* Sends a stream of entity objects to publish.
|
|
62
|
+
* Each entity requires the following fields:
|
|
63
|
+
* * expiry_time. This must be in the future, but less than 30 days from now.
|
|
64
|
+
* * provenance.data_type.
|
|
65
|
+
* * provenance.source_update_time. This can be earlier than the RPC call if the data entered is older.
|
|
66
|
+
* * aliases.name
|
|
67
|
+
* * ontology.template
|
|
68
|
+
* For additional required fields that are determined by template, see com.anduril.entitymanager.v1.Template.
|
|
69
|
+
* If an entity_id is provided, the entity updates. If no entity_id is provided, the entity is created.
|
|
70
|
+
*
|
|
71
|
+
* @generated from field: anduril.entitymanager.v1.Entity entity = 1;
|
|
72
|
+
*/
|
|
73
|
+
entity?: Entity;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message anduril.entitymanager.v1.PublishEntitiesRequest.
|
|
78
|
+
* Use `create(PublishEntitiesRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const PublishEntitiesRequestSchema: GenMessage<PublishEntitiesRequest>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* After the stream closes, the server returns an empty message indicating success. The server will silently
|
|
84
|
+
* drop invalid entities from the client stream. The client must reopen the stream if it's canceled due to
|
|
85
|
+
* an End of File (EOF) or timeout.
|
|
86
|
+
*
|
|
87
|
+
* @generated from message anduril.entitymanager.v1.PublishEntitiesResponse
|
|
88
|
+
*/
|
|
89
|
+
export declare type PublishEntitiesResponse = Message<"anduril.entitymanager.v1.PublishEntitiesResponse"> & {
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Describes the message anduril.entitymanager.v1.PublishEntitiesResponse.
|
|
94
|
+
* Use `create(PublishEntitiesResponseSchema)` to create a new message.
|
|
95
|
+
*/
|
|
96
|
+
export declare const PublishEntitiesResponseSchema: GenMessage<PublishEntitiesResponse>;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from message anduril.entitymanager.v1.GetEntityRequest
|
|
100
|
+
*/
|
|
101
|
+
export declare type GetEntityRequest = Message<"anduril.entitymanager.v1.GetEntityRequest"> & {
|
|
102
|
+
/**
|
|
103
|
+
* The GUID of this entity to query.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: string entity_id = 1;
|
|
106
|
+
*/
|
|
107
|
+
entityId: string;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message anduril.entitymanager.v1.GetEntityRequest.
|
|
112
|
+
* Use `create(GetEntityRequestSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export declare const GetEntityRequestSchema: GenMessage<GetEntityRequest>;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @generated from message anduril.entitymanager.v1.GetEntityResponse
|
|
118
|
+
*/
|
|
119
|
+
export declare type GetEntityResponse = Message<"anduril.entitymanager.v1.GetEntityResponse"> & {
|
|
120
|
+
/**
|
|
121
|
+
* An Entity object that corresponds with the requested entityId.
|
|
122
|
+
*
|
|
123
|
+
* @generated from field: anduril.entitymanager.v1.Entity entity = 1;
|
|
124
|
+
*/
|
|
125
|
+
entity?: Entity;
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message anduril.entitymanager.v1.GetEntityResponse.
|
|
130
|
+
* Use `create(GetEntityResponseSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export declare const GetEntityResponseSchema: GenMessage<GetEntityResponse>;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from message anduril.entitymanager.v1.OverrideEntityRequest
|
|
136
|
+
*/
|
|
137
|
+
export declare type OverrideEntityRequest = Message<"anduril.entitymanager.v1.OverrideEntityRequest"> & {
|
|
138
|
+
/**
|
|
139
|
+
* The entity containing the overridden fields. The service will extract the overridable fields from the entity
|
|
140
|
+
* object and ignore any other fields.
|
|
141
|
+
*
|
|
142
|
+
* @generated from field: anduril.entitymanager.v1.Entity entity = 1;
|
|
143
|
+
*/
|
|
144
|
+
entity?: Entity;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* The field paths that will be extracted from the Entity and saved as an override. Only fields marked overridable can
|
|
148
|
+
* be overridden.
|
|
149
|
+
*
|
|
150
|
+
* @generated from field: repeated string field_path = 2;
|
|
151
|
+
*/
|
|
152
|
+
fieldPath: string[];
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Additional information about the source of the override.
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: anduril.entitymanager.v1.Provenance provenance = 3;
|
|
158
|
+
*/
|
|
159
|
+
provenance?: Provenance;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message anduril.entitymanager.v1.OverrideEntityRequest.
|
|
164
|
+
* Use `create(OverrideEntityRequestSchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export declare const OverrideEntityRequestSchema: GenMessage<OverrideEntityRequest>;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from message anduril.entitymanager.v1.OverrideEntityResponse
|
|
170
|
+
*/
|
|
171
|
+
export declare type OverrideEntityResponse = Message<"anduril.entitymanager.v1.OverrideEntityResponse"> & {
|
|
172
|
+
/**
|
|
173
|
+
* The status of the override request.
|
|
174
|
+
*
|
|
175
|
+
* @generated from field: anduril.entitymanager.v1.OverrideStatus status = 1;
|
|
176
|
+
*/
|
|
177
|
+
status: OverrideStatus;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Describes the message anduril.entitymanager.v1.OverrideEntityResponse.
|
|
182
|
+
* Use `create(OverrideEntityResponseSchema)` to create a new message.
|
|
183
|
+
*/
|
|
184
|
+
export declare const OverrideEntityResponseSchema: GenMessage<OverrideEntityResponse>;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* @generated from message anduril.entitymanager.v1.RemoveEntityOverrideRequest
|
|
188
|
+
*/
|
|
189
|
+
export declare type RemoveEntityOverrideRequest = Message<"anduril.entitymanager.v1.RemoveEntityOverrideRequest"> & {
|
|
190
|
+
/**
|
|
191
|
+
* The entity ID that the override will be removed from.
|
|
192
|
+
*
|
|
193
|
+
* @generated from field: string entity_id = 1;
|
|
194
|
+
*/
|
|
195
|
+
entityId: string;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* The field paths to remove from the override store for the provided entityId.
|
|
199
|
+
*
|
|
200
|
+
* @generated from field: repeated string field_path = 2;
|
|
201
|
+
*/
|
|
202
|
+
fieldPath: string[];
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Describes the message anduril.entitymanager.v1.RemoveEntityOverrideRequest.
|
|
207
|
+
* Use `create(RemoveEntityOverrideRequestSchema)` to create a new message.
|
|
208
|
+
*/
|
|
209
|
+
export declare const RemoveEntityOverrideRequestSchema: GenMessage<RemoveEntityOverrideRequest>;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* void response but with placeholder for future optional fields.
|
|
213
|
+
*
|
|
214
|
+
* @generated from message anduril.entitymanager.v1.RemoveEntityOverrideResponse
|
|
215
|
+
*/
|
|
216
|
+
export declare type RemoveEntityOverrideResponse = Message<"anduril.entitymanager.v1.RemoveEntityOverrideResponse"> & {
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Describes the message anduril.entitymanager.v1.RemoveEntityOverrideResponse.
|
|
221
|
+
* Use `create(RemoveEntityOverrideResponseSchema)` to create a new message.
|
|
222
|
+
*/
|
|
223
|
+
export declare const RemoveEntityOverrideResponseSchema: GenMessage<RemoveEntityOverrideResponse>;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* @generated from message anduril.entitymanager.v1.StreamEntityComponentsRequest
|
|
227
|
+
*/
|
|
228
|
+
export declare type StreamEntityComponentsRequest = Message<"anduril.entitymanager.v1.StreamEntityComponentsRequest"> & {
|
|
229
|
+
/**
|
|
230
|
+
* lower_snake_case component names to include in response events, e.g. location. Only included components will
|
|
231
|
+
* populate.
|
|
232
|
+
*
|
|
233
|
+
* @generated from field: repeated string components_to_include = 1;
|
|
234
|
+
*/
|
|
235
|
+
componentsToInclude: string[];
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Subscribe to all components. This should only be used in cases where you want all components.
|
|
239
|
+
* Setting both components_to_include and include_all_components is invalid and will be rejected.
|
|
240
|
+
*
|
|
241
|
+
* @generated from field: bool include_all_components = 2;
|
|
242
|
+
*/
|
|
243
|
+
includeAllComponents: boolean;
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* The root node of a statement filter "tree".
|
|
247
|
+
* If provided, only entities matching the filter criteria will be streamed. The filter is applied dynamically so if a
|
|
248
|
+
* new entity matches, it will be included, and if an entity updates to no longer match, it will be excluded.
|
|
249
|
+
*
|
|
250
|
+
* @generated from field: anduril.entitymanager.v1.Statement filter = 3;
|
|
251
|
+
*/
|
|
252
|
+
filter?: Statement;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Optional rate-limiting / down-sampling parameters, see RateLimit message for details.
|
|
256
|
+
*
|
|
257
|
+
* @generated from field: anduril.entitymanager.v1.RateLimit rate_limit = 4;
|
|
258
|
+
*/
|
|
259
|
+
rateLimit?: RateLimit;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* The period (in milliseconds) at which a Heartbeat message will be sent on the
|
|
263
|
+
* message stream. If this field is set to 0 then no Heartbeat messages are sent.
|
|
264
|
+
*
|
|
265
|
+
* @generated from field: uint32 heartbeat_period_millis = 5;
|
|
266
|
+
*/
|
|
267
|
+
heartbeatPeriodMillis: number;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Subscribe to a finite stream of preexisting events which closes when there are no additional pre-existing events to
|
|
271
|
+
* process. Respects the filter specified on the StreamEntityComponentsRequest.
|
|
272
|
+
*
|
|
273
|
+
* @generated from field: bool preexisting_only = 6;
|
|
274
|
+
*/
|
|
275
|
+
preexistingOnly: boolean;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Describes the message anduril.entitymanager.v1.StreamEntityComponentsRequest.
|
|
280
|
+
* Use `create(StreamEntityComponentsRequestSchema)` to create a new message.
|
|
281
|
+
*/
|
|
282
|
+
export declare const StreamEntityComponentsRequestSchema: GenMessage<StreamEntityComponentsRequest>;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* response stream will be fed all matching pre-existing live entities as CREATED, plus any new events ongoing.
|
|
286
|
+
*
|
|
287
|
+
* @generated from message anduril.entitymanager.v1.StreamEntityComponentsResponse
|
|
288
|
+
*/
|
|
289
|
+
export declare type StreamEntityComponentsResponse = Message<"anduril.entitymanager.v1.StreamEntityComponentsResponse"> & {
|
|
290
|
+
/**
|
|
291
|
+
* @generated from field: anduril.entitymanager.v1.EntityEvent entity_event = 1;
|
|
292
|
+
*/
|
|
293
|
+
entityEvent?: EntityEvent;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: anduril.entitymanager.v1.Heartbeat heartbeat = 2;
|
|
297
|
+
*/
|
|
298
|
+
heartbeat?: Heartbeat;
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* Describes the message anduril.entitymanager.v1.StreamEntityComponentsResponse.
|
|
303
|
+
* Use `create(StreamEntityComponentsResponseSchema)` to create a new message.
|
|
304
|
+
*/
|
|
305
|
+
export declare const StreamEntityComponentsResponseSchema: GenMessage<StreamEntityComponentsResponse>;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Event representing some type of entity change.
|
|
309
|
+
*
|
|
310
|
+
* @generated from message anduril.entitymanager.v1.EntityEvent
|
|
311
|
+
*/
|
|
312
|
+
export declare type EntityEvent = Message<"anduril.entitymanager.v1.EntityEvent"> & {
|
|
313
|
+
/**
|
|
314
|
+
* @generated from field: anduril.entitymanager.v1.EventType event_type = 1;
|
|
315
|
+
*/
|
|
316
|
+
eventType: EventType;
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: google.protobuf.Timestamp time = 2;
|
|
320
|
+
*/
|
|
321
|
+
time?: Timestamp;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: anduril.entitymanager.v1.Entity entity = 3;
|
|
325
|
+
*/
|
|
326
|
+
entity?: Entity;
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* Describes the message anduril.entitymanager.v1.EntityEvent.
|
|
331
|
+
* Use `create(EntityEventSchema)` to create a new message.
|
|
332
|
+
*/
|
|
333
|
+
export declare const EntityEventSchema: GenMessage<EntityEvent>;
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* A message that is periodically sent on the stream for keep-alive behaviour.
|
|
337
|
+
*
|
|
338
|
+
* @generated from message anduril.entitymanager.v1.Heartbeat
|
|
339
|
+
*/
|
|
340
|
+
export declare type Heartbeat = Message<"anduril.entitymanager.v1.Heartbeat"> & {
|
|
341
|
+
/**
|
|
342
|
+
* The timestamp at which the heartbeat message was sent.
|
|
343
|
+
*
|
|
344
|
+
* @generated from field: google.protobuf.Timestamp timestamp = 1;
|
|
345
|
+
*/
|
|
346
|
+
timestamp?: Timestamp;
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* Describes the message anduril.entitymanager.v1.Heartbeat.
|
|
351
|
+
* Use `create(HeartbeatSchema)` to create a new message.
|
|
352
|
+
*/
|
|
353
|
+
export declare const HeartbeatSchema: GenMessage<Heartbeat>;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* The type of entity event.
|
|
357
|
+
*
|
|
358
|
+
* @generated from enum anduril.entitymanager.v1.EventType
|
|
359
|
+
*/
|
|
360
|
+
export enum EventType {
|
|
361
|
+
/**
|
|
362
|
+
* @generated from enum value: EVENT_TYPE_INVALID = 0;
|
|
363
|
+
*/
|
|
364
|
+
INVALID = 0,
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* entity was created.
|
|
368
|
+
*
|
|
369
|
+
* @generated from enum value: EVENT_TYPE_CREATED = 1;
|
|
370
|
+
*/
|
|
371
|
+
CREATED = 1,
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* entity was updated.
|
|
375
|
+
*
|
|
376
|
+
* @generated from enum value: EVENT_TYPE_UPDATE = 2;
|
|
377
|
+
*/
|
|
378
|
+
UPDATE = 2,
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* entity was deleted.
|
|
382
|
+
*
|
|
383
|
+
* @generated from enum value: EVENT_TYPE_DELETED = 3;
|
|
384
|
+
*/
|
|
385
|
+
DELETED = 3,
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* entity already existed, but sent on a new stream connection.
|
|
389
|
+
*
|
|
390
|
+
* @generated from enum value: EVENT_TYPE_PREEXISTING = 4;
|
|
391
|
+
*/
|
|
392
|
+
PREEXISTING = 4,
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* entity override was set after the entity expiration.
|
|
396
|
+
*
|
|
397
|
+
* @generated from enum value: EVENT_TYPE_POST_EXPIRY_OVERRIDE = 5;
|
|
398
|
+
*/
|
|
399
|
+
POST_EXPIRY_OVERRIDE = 5,
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* Describes the enum anduril.entitymanager.v1.EventType.
|
|
404
|
+
*/
|
|
405
|
+
export declare const EventTypeSchema: GenEnum<EventType>;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Entity Manager manages the lifecycle of the entities that comprise the common operational picture (COP).
|
|
409
|
+
*
|
|
410
|
+
* Every object in the COP is represented as an "Entity." Each Entity is essentially an ID, with a lifecycle
|
|
411
|
+
* and a collection of data components. Each data component is a separate protobuf message definition.
|
|
412
|
+
*
|
|
413
|
+
* Entity Manager provides a way to query the currently live set of entities within a set of filter constraints,
|
|
414
|
+
* as well as a limited set of management APIs to change the grouping or relationships between entities.
|
|
415
|
+
*
|
|
416
|
+
* @generated from service anduril.entitymanager.v1.EntityManagerAPI
|
|
417
|
+
*/
|
|
418
|
+
export declare const EntityManagerAPI: GenService<{
|
|
419
|
+
/**
|
|
420
|
+
* Create or update an entity and get a response confirming whether the Entity Manager API succesfully processes
|
|
421
|
+
* the entity. Ideal for testing environments.
|
|
422
|
+
* When publishing an entity, only your integration can modify or delete that entity; other sources, such as the
|
|
423
|
+
* UI or other integrations, can't. If you're pushing entity updates so fast that your publish task can't keep
|
|
424
|
+
* up with your update rate (a rough estimate of >= 1 Hz), use the PublishEntities request instead.
|
|
425
|
+
*
|
|
426
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.PublishEntity
|
|
427
|
+
*/
|
|
428
|
+
publishEntity: {
|
|
429
|
+
methodKind: "unary";
|
|
430
|
+
input: typeof PublishEntityRequestSchema;
|
|
431
|
+
output: typeof PublishEntityResponseSchema;
|
|
432
|
+
},
|
|
433
|
+
/**
|
|
434
|
+
* Create or update one or more entities rapidly using PublishEntities, which doesn't return error messages
|
|
435
|
+
* for invalid entities or provide server feedback. When publishing entities, only your integration can
|
|
436
|
+
* modify or delete those entities; other sources, such as the UI or other integrations, can't.
|
|
437
|
+
* When you use PublishEntities, you gain higher throughput at the expense of receiving no server responses or
|
|
438
|
+
* validation. In addition, due to gRPC stream mechanics, you risk losing messages queued on the outgoing gRPC
|
|
439
|
+
* buffer if the stream connection is lost prior to the messages being sent. If you need validation responses,
|
|
440
|
+
* are developing in testing environments, or have lower entity update rates, use PublishEntity.
|
|
441
|
+
*
|
|
442
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.PublishEntities
|
|
443
|
+
*/
|
|
444
|
+
publishEntities: {
|
|
445
|
+
methodKind: "client_streaming";
|
|
446
|
+
input: typeof PublishEntitiesRequestSchema;
|
|
447
|
+
output: typeof PublishEntitiesResponseSchema;
|
|
448
|
+
},
|
|
449
|
+
/**
|
|
450
|
+
* Get an entity using its entityId.
|
|
451
|
+
*
|
|
452
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.GetEntity
|
|
453
|
+
*/
|
|
454
|
+
getEntity: {
|
|
455
|
+
methodKind: "unary";
|
|
456
|
+
input: typeof GetEntityRequestSchema;
|
|
457
|
+
output: typeof GetEntityResponseSchema;
|
|
458
|
+
},
|
|
459
|
+
/**
|
|
460
|
+
* Override an Entity Component. An override is a definitive change to entity data. Any authorized user of service
|
|
461
|
+
* can override overridable components on any entity. Only fields marked with overridable can be overridden.
|
|
462
|
+
* When setting an override, the user or service setting the override is asserting that they are certain of the change
|
|
463
|
+
* and the truth behind it.
|
|
464
|
+
*
|
|
465
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.OverrideEntity
|
|
466
|
+
*/
|
|
467
|
+
overrideEntity: {
|
|
468
|
+
methodKind: "unary";
|
|
469
|
+
input: typeof OverrideEntityRequestSchema;
|
|
470
|
+
output: typeof OverrideEntityResponseSchema;
|
|
471
|
+
},
|
|
472
|
+
/**
|
|
473
|
+
* Remove an override for an Entity component.
|
|
474
|
+
*
|
|
475
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.RemoveEntityOverride
|
|
476
|
+
*/
|
|
477
|
+
removeEntityOverride: {
|
|
478
|
+
methodKind: "unary";
|
|
479
|
+
input: typeof RemoveEntityOverrideRequestSchema;
|
|
480
|
+
output: typeof RemoveEntityOverrideResponseSchema;
|
|
481
|
+
},
|
|
482
|
+
/**
|
|
483
|
+
* Returns a stream of entities with specified components populated.
|
|
484
|
+
*
|
|
485
|
+
* @generated from rpc anduril.entitymanager.v1.EntityManagerAPI.StreamEntityComponents
|
|
486
|
+
*/
|
|
487
|
+
streamEntityComponents: {
|
|
488
|
+
methodKind: "server_streaming";
|
|
489
|
+
input: typeof StreamEntityComponentsRequestSchema;
|
|
490
|
+
output: typeof StreamEntityComponentsResponseSchema;
|
|
491
|
+
},
|
|
492
|
+
}>;
|
|
493
|
+
|
|
@@ -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/entity_manager_grpcapi.pub.proto (package anduril.entitymanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_entitymanager_v1_entity_pub } from "./entity.pub_pb.js";
|
|
7
|
+
import { file_anduril_entitymanager_v1_filter_pub } from "./filter.pub_pb.js";
|
|
8
|
+
import { file_anduril_entitymanager_v1_rate_limit_pub } from "./rate_limit.pub_pb.js";
|
|
9
|
+
import { file_anduril_entitymanager_v1_types_pub } from "./types.pub_pb.js";
|
|
10
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file anduril/entitymanager/v1/entity_manager_grpcapi.pub.proto.
|
|
14
|
+
*/
|
|
15
|
+
export const file_anduril_entitymanager_v1_entity_manager_grpcapi_pub = /*@__PURE__*/
|
|
16
|
+
fileDesc("CjlhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZW50aXR5X21hbmFnZXJfZ3JwY2FwaS5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSJIChRQdWJsaXNoRW50aXR5UmVxdWVzdBIwCgZlbnRpdHkYASABKAsyIC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuRW50aXR5IhcKFVB1Ymxpc2hFbnRpdHlSZXNwb25zZSJKChZQdWJsaXNoRW50aXRpZXNSZXF1ZXN0EjAKBmVudGl0eRgBIAEoCzIgLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbnRpdHkiGQoXUHVibGlzaEVudGl0aWVzUmVzcG9uc2UiJQoQR2V0RW50aXR5UmVxdWVzdBIRCgllbnRpdHlfaWQYASABKAkiRQoRR2V0RW50aXR5UmVzcG9uc2USMAoGZW50aXR5GAEgASgLMiAuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkVudGl0eSKXAQoVT3ZlcnJpZGVFbnRpdHlSZXF1ZXN0EjAKBmVudGl0eRgBIAEoCzIgLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbnRpdHkSEgoKZmllbGRfcGF0aBgCIAMoCRI4Cgpwcm92ZW5hbmNlGAMgASgLMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlByb3ZlbmFuY2UiUgoWT3ZlcnJpZGVFbnRpdHlSZXNwb25zZRI4CgZzdGF0dXMYASABKA4yKC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuT3ZlcnJpZGVTdGF0dXMiRAobUmVtb3ZlRW50aXR5T3ZlcnJpZGVSZXF1ZXN0EhEKCWVudGl0eV9pZBgBIAEoCRISCgpmaWVsZF9wYXRoGAIgAygJIh4KHFJlbW92ZUVudGl0eU92ZXJyaWRlUmVzcG9uc2UihwIKHVN0cmVhbUVudGl0eUNvbXBvbmVudHNSZXF1ZXN0Eh0KFWNvbXBvbmVudHNfdG9faW5jbHVkZRgBIAMoCRIeChZpbmNsdWRlX2FsbF9jb21wb25lbnRzGAIgASgIEjMKBmZpbHRlchgDIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TdGF0ZW1lbnQSNwoKcmF0ZV9saW1pdBgEIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5SYXRlTGltaXQSHwoXaGVhcnRiZWF0X3BlcmlvZF9taWxsaXMYBSABKA0SGAoQcHJlZXhpc3Rpbmdfb25seRgGIAEoCCKVAQoeU3RyZWFtRW50aXR5Q29tcG9uZW50c1Jlc3BvbnNlEjsKDGVudGl0eV9ldmVudBgBIAEoCzIlLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5FbnRpdHlFdmVudBI2CgloZWFydGJlYXQYAiABKAsyIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuSGVhcnRiZWF0IqIBCgtFbnRpdHlFdmVudBI3CgpldmVudF90eXBlGAEgASgOMiMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkV2ZW50VHlwZRIoCgR0aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgZlbnRpdHkYAyABKAsyIC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuRW50aXR5IjoKCUhlYXJ0YmVhdBItCgl0aW1lc3RhbXAYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wKqsBCglFdmVudFR5cGUSFgoSRVZFTlRfVFlQRV9JTlZBTElEEAASFgoSRVZFTlRfVFlQRV9DUkVBVEVEEAESFQoRRVZFTlRfVFlQRV9VUERBVEUQAhIWChJFVkVOVF9UWVBFX0RFTEVURUQQAxIaChZFVkVOVF9UWVBFX1BSRUVYSVNUSU5HEAQSIwofRVZFTlRfVFlQRV9QT1NUX0VYUElSWV9PVkVSUklERRAFMvEFChBFbnRpdHlNYW5hZ2VyQVBJEnAKDVB1Ymxpc2hFbnRpdHkSLi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUHVibGlzaEVudGl0eVJlcXVlc3QaLy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUHVibGlzaEVudGl0eVJlc3BvbnNlEngKD1B1Ymxpc2hFbnRpdGllcxIwLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5QdWJsaXNoRW50aXRpZXNSZXF1ZXN0GjEuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlB1Ymxpc2hFbnRpdGllc1Jlc3BvbnNlKAESZAoJR2V0RW50aXR5EiouYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkdldEVudGl0eVJlcXVlc3QaKy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuR2V0RW50aXR5UmVzcG9uc2UScwoOT3ZlcnJpZGVFbnRpdHkSLy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuT3ZlcnJpZGVFbnRpdHlSZXF1ZXN0GjAuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk92ZXJyaWRlRW50aXR5UmVzcG9uc2UShQEKFFJlbW92ZUVudGl0eU92ZXJyaWRlEjUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlJlbW92ZUVudGl0eU92ZXJyaWRlUmVxdWVzdBo2LmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5SZW1vdmVFbnRpdHlPdmVycmlkZVJlc3BvbnNlEo0BChZTdHJlYW1FbnRpdHlDb21wb25lbnRzEjcuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlN0cmVhbUVudGl0eUNvbXBvbmVudHNSZXF1ZXN0GjguYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlN0cmVhbUVudGl0eUNvbXBvbmVudHNSZXNwb25zZTABQo0CChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQhxFbnRpdHlNYW5hZ2VyR3JwY2FwaVB1YlByb3RvUAFaTWdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvZW50aXR5bWFuYWdlci92MTtlbnRpdHltYW5hZ2VyogIDQUVYqgIYQW5kdXJpbC5FbnRpdHltYW5hZ2VyLlYxygIYQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYx4gIkQW5kdXJpbFxFbnRpdHltYW5hZ2VyXFYxXEdQQk1ldGFkYXRh6gIaQW5kdXJpbDo6RW50aXR5bWFuYWdlcjo6VjFiBnByb3RvMw", [file_anduril_entitymanager_v1_entity_pub, file_anduril_entitymanager_v1_filter_pub, file_anduril_entitymanager_v1_rate_limit_pub, file_anduril_entitymanager_v1_types_pub, file_google_protobuf_timestamp]);
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Describes the message anduril.entitymanager.v1.PublishEntityRequest.
|
|
20
|
+
* Use `create(PublishEntityRequestSchema)` to create a new message.
|
|
21
|
+
*/
|
|
22
|
+
export const PublishEntityRequestSchema = /*@__PURE__*/
|
|
23
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 0);
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message anduril.entitymanager.v1.PublishEntityResponse.
|
|
27
|
+
* Use `create(PublishEntityResponseSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const PublishEntityResponseSchema = /*@__PURE__*/
|
|
30
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 1);
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message anduril.entitymanager.v1.PublishEntitiesRequest.
|
|
34
|
+
* Use `create(PublishEntitiesRequestSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const PublishEntitiesRequestSchema = /*@__PURE__*/
|
|
37
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 2);
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message anduril.entitymanager.v1.PublishEntitiesResponse.
|
|
41
|
+
* Use `create(PublishEntitiesResponseSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export const PublishEntitiesResponseSchema = /*@__PURE__*/
|
|
44
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 3);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message anduril.entitymanager.v1.GetEntityRequest.
|
|
48
|
+
* Use `create(GetEntityRequestSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const GetEntityRequestSchema = /*@__PURE__*/
|
|
51
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 4);
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message anduril.entitymanager.v1.GetEntityResponse.
|
|
55
|
+
* Use `create(GetEntityResponseSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export const GetEntityResponseSchema = /*@__PURE__*/
|
|
58
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 5);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message anduril.entitymanager.v1.OverrideEntityRequest.
|
|
62
|
+
* Use `create(OverrideEntityRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const OverrideEntityRequestSchema = /*@__PURE__*/
|
|
65
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 6);
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message anduril.entitymanager.v1.OverrideEntityResponse.
|
|
69
|
+
* Use `create(OverrideEntityResponseSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export const OverrideEntityResponseSchema = /*@__PURE__*/
|
|
72
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 7);
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Describes the message anduril.entitymanager.v1.RemoveEntityOverrideRequest.
|
|
76
|
+
* Use `create(RemoveEntityOverrideRequestSchema)` to create a new message.
|
|
77
|
+
*/
|
|
78
|
+
export const RemoveEntityOverrideRequestSchema = /*@__PURE__*/
|
|
79
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 8);
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message anduril.entitymanager.v1.RemoveEntityOverrideResponse.
|
|
83
|
+
* Use `create(RemoveEntityOverrideResponseSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export const RemoveEntityOverrideResponseSchema = /*@__PURE__*/
|
|
86
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 9);
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message anduril.entitymanager.v1.StreamEntityComponentsRequest.
|
|
90
|
+
* Use `create(StreamEntityComponentsRequestSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export const StreamEntityComponentsRequestSchema = /*@__PURE__*/
|
|
93
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 10);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message anduril.entitymanager.v1.StreamEntityComponentsResponse.
|
|
97
|
+
* Use `create(StreamEntityComponentsResponseSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export const StreamEntityComponentsResponseSchema = /*@__PURE__*/
|
|
100
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 11);
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message anduril.entitymanager.v1.EntityEvent.
|
|
104
|
+
* Use `create(EntityEventSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export const EntityEventSchema = /*@__PURE__*/
|
|
107
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 12);
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message anduril.entitymanager.v1.Heartbeat.
|
|
111
|
+
* Use `create(HeartbeatSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export const HeartbeatSchema = /*@__PURE__*/
|
|
114
|
+
messageDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 13);
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the enum anduril.entitymanager.v1.EventType.
|
|
118
|
+
*/
|
|
119
|
+
export const EventTypeSchema = /*@__PURE__*/
|
|
120
|
+
enumDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 0);
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* The type of entity event.
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum anduril.entitymanager.v1.EventType
|
|
126
|
+
*/
|
|
127
|
+
export const EventType = /*@__PURE__*/
|
|
128
|
+
tsEnum(EventTypeSchema);
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Entity Manager manages the lifecycle of the entities that comprise the common operational picture (COP).
|
|
132
|
+
*
|
|
133
|
+
* Every object in the COP is represented as an "Entity." Each Entity is essentially an ID, with a lifecycle
|
|
134
|
+
* and a collection of data components. Each data component is a separate protobuf message definition.
|
|
135
|
+
*
|
|
136
|
+
* Entity Manager provides a way to query the currently live set of entities within a set of filter constraints,
|
|
137
|
+
* as well as a limited set of management APIs to change the grouping or relationships between entities.
|
|
138
|
+
*
|
|
139
|
+
* @generated from service anduril.entitymanager.v1.EntityManagerAPI
|
|
140
|
+
*/
|
|
141
|
+
export const EntityManagerAPI = /*@__PURE__*/
|
|
142
|
+
serviceDesc(file_anduril_entitymanager_v1_entity_manager_grpcapi_pub, 0);
|
|
143
|
+
|