@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,735 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/entitymanager/v1/filter.pub.proto (package anduril.entitymanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import type { Position } from "./location.pub_pb.js";
|
|
9
|
+
import type { GeoPolygon } from "./geoentity.pub_pb.js";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file anduril/entitymanager/v1/filter.pub.proto.
|
|
13
|
+
*/
|
|
14
|
+
export declare const file_anduril_entitymanager_v1_filter_pub: GenFile;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* A Statement is the building block of the entity filter. The outermost statement is conceptually
|
|
18
|
+
* the root node of an "expression tree" which allows for the construction of complete boolean
|
|
19
|
+
* logic statements. Statements are formed by grouping sets of children statement(s) or predicate(s)
|
|
20
|
+
* according to the boolean operation which is to be applied.
|
|
21
|
+
*
|
|
22
|
+
* For example, the criteria "take an action if an entity is hostile and an air vehicle" can be
|
|
23
|
+
* represented as: Statement1: { AndOperation: { Predicate1, Predicate2 } }. Where Statement1
|
|
24
|
+
* is the root of the expression tree, with an AND operation that is applied to children
|
|
25
|
+
* predicates. The predicates themselves encode "entity is hostile" and "entity is air vehicle."
|
|
26
|
+
*
|
|
27
|
+
* @generated from message anduril.entitymanager.v1.Statement
|
|
28
|
+
*/
|
|
29
|
+
export declare type Statement = Message<"anduril.entitymanager.v1.Statement"> & {
|
|
30
|
+
/**
|
|
31
|
+
* @generated from oneof anduril.entitymanager.v1.Statement.operation
|
|
32
|
+
*/
|
|
33
|
+
operation: {
|
|
34
|
+
/**
|
|
35
|
+
* @generated from field: anduril.entitymanager.v1.AndOperation and = 1;
|
|
36
|
+
*/
|
|
37
|
+
value: AndOperation;
|
|
38
|
+
case: "and";
|
|
39
|
+
} | {
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: anduril.entitymanager.v1.OrOperation or = 2;
|
|
42
|
+
*/
|
|
43
|
+
value: OrOperation;
|
|
44
|
+
case: "or";
|
|
45
|
+
} | {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: anduril.entitymanager.v1.NotOperation not = 3;
|
|
48
|
+
*/
|
|
49
|
+
value: NotOperation;
|
|
50
|
+
case: "not";
|
|
51
|
+
} | {
|
|
52
|
+
/**
|
|
53
|
+
* @generated from field: anduril.entitymanager.v1.ListOperation list = 4;
|
|
54
|
+
*/
|
|
55
|
+
value: ListOperation;
|
|
56
|
+
case: "list";
|
|
57
|
+
} | {
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: anduril.entitymanager.v1.Predicate predicate = 5;
|
|
60
|
+
*/
|
|
61
|
+
value: Predicate;
|
|
62
|
+
case: "predicate";
|
|
63
|
+
} | { case: undefined; value?: undefined };
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message anduril.entitymanager.v1.Statement.
|
|
68
|
+
* Use `create(StatementSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export declare const StatementSchema: GenMessage<Statement>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The AndOperation represents the boolean AND operation, which is to be applied to the list of
|
|
74
|
+
* children statement(s) or predicate(s).
|
|
75
|
+
*
|
|
76
|
+
* @generated from message anduril.entitymanager.v1.AndOperation
|
|
77
|
+
*/
|
|
78
|
+
export declare type AndOperation = Message<"anduril.entitymanager.v1.AndOperation"> & {
|
|
79
|
+
/**
|
|
80
|
+
* @generated from oneof anduril.entitymanager.v1.AndOperation.children
|
|
81
|
+
*/
|
|
82
|
+
children: {
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: anduril.entitymanager.v1.PredicateSet predicate_set = 1;
|
|
85
|
+
*/
|
|
86
|
+
value: PredicateSet;
|
|
87
|
+
case: "predicateSet";
|
|
88
|
+
} | {
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: anduril.entitymanager.v1.StatementSet statement_set = 2;
|
|
91
|
+
*/
|
|
92
|
+
value: StatementSet;
|
|
93
|
+
case: "statementSet";
|
|
94
|
+
} | { case: undefined; value?: undefined };
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message anduril.entitymanager.v1.AndOperation.
|
|
99
|
+
* Use `create(AndOperationSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export declare const AndOperationSchema: GenMessage<AndOperation>;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* The OrOperation represents the boolean OR operation, which is to be applied to the list of
|
|
105
|
+
* children statement(s) or predicate(s).
|
|
106
|
+
*
|
|
107
|
+
* @generated from message anduril.entitymanager.v1.OrOperation
|
|
108
|
+
*/
|
|
109
|
+
export declare type OrOperation = Message<"anduril.entitymanager.v1.OrOperation"> & {
|
|
110
|
+
/**
|
|
111
|
+
* @generated from oneof anduril.entitymanager.v1.OrOperation.children
|
|
112
|
+
*/
|
|
113
|
+
children: {
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: anduril.entitymanager.v1.PredicateSet predicate_set = 1;
|
|
116
|
+
*/
|
|
117
|
+
value: PredicateSet;
|
|
118
|
+
case: "predicateSet";
|
|
119
|
+
} | {
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: anduril.entitymanager.v1.StatementSet statement_set = 2;
|
|
122
|
+
*/
|
|
123
|
+
value: StatementSet;
|
|
124
|
+
case: "statementSet";
|
|
125
|
+
} | { case: undefined; value?: undefined };
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message anduril.entitymanager.v1.OrOperation.
|
|
130
|
+
* Use `create(OrOperationSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export declare const OrOperationSchema: GenMessage<OrOperation>;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* The NotOperation represents the boolean NOT operation, which can only be applied to a single
|
|
136
|
+
* child predicate or statement.
|
|
137
|
+
*
|
|
138
|
+
* @generated from message anduril.entitymanager.v1.NotOperation
|
|
139
|
+
*/
|
|
140
|
+
export declare type NotOperation = Message<"anduril.entitymanager.v1.NotOperation"> & {
|
|
141
|
+
/**
|
|
142
|
+
* @generated from oneof anduril.entitymanager.v1.NotOperation.child
|
|
143
|
+
*/
|
|
144
|
+
child: {
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: anduril.entitymanager.v1.Predicate predicate = 1;
|
|
147
|
+
*/
|
|
148
|
+
value: Predicate;
|
|
149
|
+
case: "predicate";
|
|
150
|
+
} | {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: anduril.entitymanager.v1.Statement statement = 2;
|
|
153
|
+
*/
|
|
154
|
+
value: Statement;
|
|
155
|
+
case: "statement";
|
|
156
|
+
} | { case: undefined; value?: undefined };
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Describes the message anduril.entitymanager.v1.NotOperation.
|
|
161
|
+
* Use `create(NotOperationSchema)` to create a new message.
|
|
162
|
+
*/
|
|
163
|
+
export declare const NotOperationSchema: GenMessage<NotOperation>;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* The ListOperation represents an operation against a proto list. If the list is of primitive proto
|
|
167
|
+
* type (e.g. int32), paths in all child predicates should be left empty. If the list is of message
|
|
168
|
+
* proto type (e.g. Sensor), paths in all child predicates should be relative to the list path.
|
|
169
|
+
*
|
|
170
|
+
* For example, the criteria "take an action if an entity has any sensor with sensor_id='sensor' and
|
|
171
|
+
* OperationalState=STATE_OFF" would be modeled as:
|
|
172
|
+
* Predicate1: { path: "sensor_id", comparator: EQUAL_TO, value: "sensor" }
|
|
173
|
+
* Predicate2: { path: "operational_state", comparator: EQUAL_TO, value: STATE_OFF }
|
|
174
|
+
*
|
|
175
|
+
* Statement2: { AndOperation: PredicateSet: { <Predicate1>, <Predicate2> } }
|
|
176
|
+
* ListOperation: { list_path: "sensors.sensors", list_comparator: ANY, statement: <Statement2> }
|
|
177
|
+
* Statement1: { ListOperation: <ListOperation> }
|
|
178
|
+
*
|
|
179
|
+
* Note that in the above, the child predicates of the list operation have paths relative to the
|
|
180
|
+
* list_path because the list is comprised of message not primitive types.
|
|
181
|
+
*
|
|
182
|
+
* @generated from message anduril.entitymanager.v1.ListOperation
|
|
183
|
+
*/
|
|
184
|
+
export declare type ListOperation = Message<"anduril.entitymanager.v1.ListOperation"> & {
|
|
185
|
+
/**
|
|
186
|
+
* The list_path specifies the repeated field on an entity to which this operation applies.
|
|
187
|
+
*
|
|
188
|
+
* @generated from field: string list_path = 1;
|
|
189
|
+
*/
|
|
190
|
+
listPath: string;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* The list_comparator specifies how to compose the boolean results from the child statement
|
|
194
|
+
* for each member of the specified list.
|
|
195
|
+
*
|
|
196
|
+
* @generated from field: anduril.entitymanager.v1.ListComparator list_comparator = 2;
|
|
197
|
+
*/
|
|
198
|
+
listComparator: ListComparator;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* The statement is a new expression tree conceptually rooted at type of the list. It determines
|
|
202
|
+
* how each member of the list is evaluated.
|
|
203
|
+
*
|
|
204
|
+
* @generated from field: anduril.entitymanager.v1.Statement statement = 3;
|
|
205
|
+
*/
|
|
206
|
+
statement?: Statement;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Describes the message anduril.entitymanager.v1.ListOperation.
|
|
211
|
+
* Use `create(ListOperationSchema)` to create a new message.
|
|
212
|
+
*/
|
|
213
|
+
export declare const ListOperationSchema: GenMessage<ListOperation>;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* The PredicateSet represents a list of predicates or "leaf nodes" in the expression tree, which
|
|
217
|
+
* can be directly evaluated to a boolean TRUE/FALSE result.
|
|
218
|
+
*
|
|
219
|
+
* @generated from message anduril.entitymanager.v1.PredicateSet
|
|
220
|
+
*/
|
|
221
|
+
export declare type PredicateSet = Message<"anduril.entitymanager.v1.PredicateSet"> & {
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: repeated anduril.entitymanager.v1.Predicate predicates = 1;
|
|
224
|
+
*/
|
|
225
|
+
predicates: Predicate[];
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Describes the message anduril.entitymanager.v1.PredicateSet.
|
|
230
|
+
* Use `create(PredicateSetSchema)` to create a new message.
|
|
231
|
+
*/
|
|
232
|
+
export declare const PredicateSetSchema: GenMessage<PredicateSet>;
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* The StatementSet represents a list of statements or "tree nodes," each of which follow the same
|
|
236
|
+
* behavior as the Statement proto message.
|
|
237
|
+
*
|
|
238
|
+
* @generated from message anduril.entitymanager.v1.StatementSet
|
|
239
|
+
*/
|
|
240
|
+
export declare type StatementSet = Message<"anduril.entitymanager.v1.StatementSet"> & {
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: repeated anduril.entitymanager.v1.Statement statements = 1;
|
|
243
|
+
*/
|
|
244
|
+
statements: Statement[];
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Describes the message anduril.entitymanager.v1.StatementSet.
|
|
249
|
+
* Use `create(StatementSetSchema)` to create a new message.
|
|
250
|
+
*/
|
|
251
|
+
export declare const StatementSetSchema: GenMessage<StatementSet>;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* The Predicate fully encodes the information required to make an evaluation of an entity field
|
|
255
|
+
* against a given static value, resulting in a boolean TRUE/FALSE result. The structure of a
|
|
256
|
+
* predicate will always follow: "{entity-value} {comparator} {fixed-value}" where the entity value
|
|
257
|
+
* is determined by the field path.
|
|
258
|
+
*
|
|
259
|
+
* For example, a predicate would read as: "{entity.location.velocity_enu} {LESS_THAN} {500kph}"
|
|
260
|
+
*
|
|
261
|
+
* @generated from message anduril.entitymanager.v1.Predicate
|
|
262
|
+
*/
|
|
263
|
+
export declare type Predicate = Message<"anduril.entitymanager.v1.Predicate"> & {
|
|
264
|
+
/**
|
|
265
|
+
* The field_path determines which field on an entity is being referenced in this predicate. For
|
|
266
|
+
* example: correlated.primary_entity_id would be primary_entity_id in correlated component.
|
|
267
|
+
*
|
|
268
|
+
* @generated from field: string field_path = 1;
|
|
269
|
+
*/
|
|
270
|
+
fieldPath: string;
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* The value determines the fixed value against which the entity field is to be compared.
|
|
274
|
+
* In the case of COMPARATOR_MATCH_ALL, the value contents do not matter as long as the Value is a supported
|
|
275
|
+
* type.
|
|
276
|
+
*
|
|
277
|
+
* @generated from field: anduril.entitymanager.v1.Value value = 2;
|
|
278
|
+
*/
|
|
279
|
+
value?: Value;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* The comparator determines the manner in which the entity field and static value are compared.
|
|
283
|
+
* Comparators may only be applied to certain values. For example, the WITHIN comparator cannot
|
|
284
|
+
* be used for a boolean value comparison.
|
|
285
|
+
*
|
|
286
|
+
* @generated from field: anduril.entitymanager.v1.Comparator comparator = 3;
|
|
287
|
+
*/
|
|
288
|
+
comparator: Comparator;
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Describes the message anduril.entitymanager.v1.Predicate.
|
|
293
|
+
* Use `create(PredicateSchema)` to create a new message.
|
|
294
|
+
*/
|
|
295
|
+
export declare const PredicateSchema: GenMessage<Predicate>;
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* The Value represents the information against which an entity field is evaluated. It is one of
|
|
299
|
+
* a fixed set of types, each of which correspond to specific comparators. See "ComparatorType"
|
|
300
|
+
* for the full list of Value <-> Comparator mappings.
|
|
301
|
+
*
|
|
302
|
+
* @generated from message anduril.entitymanager.v1.Value
|
|
303
|
+
*/
|
|
304
|
+
export declare type Value = Message<"anduril.entitymanager.v1.Value"> & {
|
|
305
|
+
/**
|
|
306
|
+
* @generated from oneof anduril.entitymanager.v1.Value.type
|
|
307
|
+
*/
|
|
308
|
+
type: {
|
|
309
|
+
/**
|
|
310
|
+
* @generated from field: anduril.entitymanager.v1.BooleanType boolean_type = 1;
|
|
311
|
+
*/
|
|
312
|
+
value: BooleanType;
|
|
313
|
+
case: "booleanType";
|
|
314
|
+
} | {
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: anduril.entitymanager.v1.NumericType numeric_type = 2;
|
|
317
|
+
*/
|
|
318
|
+
value: NumericType;
|
|
319
|
+
case: "numericType";
|
|
320
|
+
} | {
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: anduril.entitymanager.v1.StringType string_type = 3;
|
|
323
|
+
*/
|
|
324
|
+
value: StringType;
|
|
325
|
+
case: "stringType";
|
|
326
|
+
} | {
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: anduril.entitymanager.v1.EnumType enum_type = 4;
|
|
329
|
+
*/
|
|
330
|
+
value: EnumType;
|
|
331
|
+
case: "enumType";
|
|
332
|
+
} | {
|
|
333
|
+
/**
|
|
334
|
+
* @generated from field: anduril.entitymanager.v1.TimestampType timestamp_type = 5;
|
|
335
|
+
*/
|
|
336
|
+
value: TimestampType;
|
|
337
|
+
case: "timestampType";
|
|
338
|
+
} | {
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: anduril.entitymanager.v1.BoundedShapeType bounded_shape_type = 6;
|
|
341
|
+
*/
|
|
342
|
+
value: BoundedShapeType;
|
|
343
|
+
case: "boundedShapeType";
|
|
344
|
+
} | {
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: anduril.entitymanager.v1.PositionType position_type = 7;
|
|
347
|
+
*/
|
|
348
|
+
value: PositionType;
|
|
349
|
+
case: "positionType";
|
|
350
|
+
} | {
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: anduril.entitymanager.v1.HeadingType heading_type = 8;
|
|
353
|
+
*/
|
|
354
|
+
value: HeadingType;
|
|
355
|
+
case: "headingType";
|
|
356
|
+
} | {
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: anduril.entitymanager.v1.ListType list_type = 9;
|
|
359
|
+
*/
|
|
360
|
+
value: ListType;
|
|
361
|
+
case: "listType";
|
|
362
|
+
} | {
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: anduril.entitymanager.v1.RangeType range_type = 10;
|
|
365
|
+
*/
|
|
366
|
+
value: RangeType;
|
|
367
|
+
case: "rangeType";
|
|
368
|
+
} | { case: undefined; value?: undefined };
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* Describes the message anduril.entitymanager.v1.Value.
|
|
373
|
+
* Use `create(ValueSchema)` to create a new message.
|
|
374
|
+
*/
|
|
375
|
+
export declare const ValueSchema: GenMessage<Value>;
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* The BooleanType represents a static boolean value.
|
|
379
|
+
*
|
|
380
|
+
* @generated from message anduril.entitymanager.v1.BooleanType
|
|
381
|
+
*/
|
|
382
|
+
export declare type BooleanType = Message<"anduril.entitymanager.v1.BooleanType"> & {
|
|
383
|
+
/**
|
|
384
|
+
* @generated from field: bool value = 1;
|
|
385
|
+
*/
|
|
386
|
+
value: boolean;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Describes the message anduril.entitymanager.v1.BooleanType.
|
|
391
|
+
* Use `create(BooleanTypeSchema)` to create a new message.
|
|
392
|
+
*/
|
|
393
|
+
export declare const BooleanTypeSchema: GenMessage<BooleanType>;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* The NumericType represents static numeric values. It supports all numeric primitives supported
|
|
397
|
+
* by the proto3 language specification.
|
|
398
|
+
*
|
|
399
|
+
* @generated from message anduril.entitymanager.v1.NumericType
|
|
400
|
+
*/
|
|
401
|
+
export declare type NumericType = Message<"anduril.entitymanager.v1.NumericType"> & {
|
|
402
|
+
/**
|
|
403
|
+
* @generated from oneof anduril.entitymanager.v1.NumericType.value
|
|
404
|
+
*/
|
|
405
|
+
value: {
|
|
406
|
+
/**
|
|
407
|
+
* @generated from field: double double_value = 1;
|
|
408
|
+
*/
|
|
409
|
+
value: number;
|
|
410
|
+
case: "doubleValue";
|
|
411
|
+
} | {
|
|
412
|
+
/**
|
|
413
|
+
* @generated from field: float float_value = 2;
|
|
414
|
+
*/
|
|
415
|
+
value: number;
|
|
416
|
+
case: "floatValue";
|
|
417
|
+
} | {
|
|
418
|
+
/**
|
|
419
|
+
* @generated from field: int32 int32_value = 3;
|
|
420
|
+
*/
|
|
421
|
+
value: number;
|
|
422
|
+
case: "int32Value";
|
|
423
|
+
} | {
|
|
424
|
+
/**
|
|
425
|
+
* @generated from field: int64 int64_value = 4;
|
|
426
|
+
*/
|
|
427
|
+
value: bigint;
|
|
428
|
+
case: "int64Value";
|
|
429
|
+
} | {
|
|
430
|
+
/**
|
|
431
|
+
* @generated from field: uint32 uint32_value = 5;
|
|
432
|
+
*/
|
|
433
|
+
value: number;
|
|
434
|
+
case: "uint32Value";
|
|
435
|
+
} | {
|
|
436
|
+
/**
|
|
437
|
+
* @generated from field: uint64 uint64_value = 6;
|
|
438
|
+
*/
|
|
439
|
+
value: bigint;
|
|
440
|
+
case: "uint64Value";
|
|
441
|
+
} | { case: undefined; value?: undefined };
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Describes the message anduril.entitymanager.v1.NumericType.
|
|
446
|
+
* Use `create(NumericTypeSchema)` to create a new message.
|
|
447
|
+
*/
|
|
448
|
+
export declare const NumericTypeSchema: GenMessage<NumericType>;
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* The StringType represents static string values.
|
|
452
|
+
*
|
|
453
|
+
* @generated from message anduril.entitymanager.v1.StringType
|
|
454
|
+
*/
|
|
455
|
+
export declare type StringType = Message<"anduril.entitymanager.v1.StringType"> & {
|
|
456
|
+
/**
|
|
457
|
+
* @generated from field: string value = 1;
|
|
458
|
+
*/
|
|
459
|
+
value: string;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Describes the message anduril.entitymanager.v1.StringType.
|
|
464
|
+
* Use `create(StringTypeSchema)` to create a new message.
|
|
465
|
+
*/
|
|
466
|
+
export declare const StringTypeSchema: GenMessage<StringType>;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* The EnumType represents members of well-known anduril ontologies, such as "disposition." When
|
|
470
|
+
* such a value is specified, the evaluation library expects the integer representation of the enum
|
|
471
|
+
* value. For example, a disposition derived from ontology.v1 such as "DISPOSITION_HOSTILE" should be
|
|
472
|
+
* represented with the integer value 2.
|
|
473
|
+
*
|
|
474
|
+
* @generated from message anduril.entitymanager.v1.EnumType
|
|
475
|
+
*/
|
|
476
|
+
export declare type EnumType = Message<"anduril.entitymanager.v1.EnumType"> & {
|
|
477
|
+
/**
|
|
478
|
+
* @generated from field: int32 value = 1;
|
|
479
|
+
*/
|
|
480
|
+
value: number;
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* Describes the message anduril.entitymanager.v1.EnumType.
|
|
485
|
+
* Use `create(EnumTypeSchema)` to create a new message.
|
|
486
|
+
*/
|
|
487
|
+
export declare const EnumTypeSchema: GenMessage<EnumType>;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* A List of Values for use with the IN comparator.
|
|
491
|
+
*
|
|
492
|
+
* @generated from message anduril.entitymanager.v1.ListType
|
|
493
|
+
*/
|
|
494
|
+
export declare type ListType = Message<"anduril.entitymanager.v1.ListType"> & {
|
|
495
|
+
/**
|
|
496
|
+
* @generated from field: repeated anduril.entitymanager.v1.Value values = 1;
|
|
497
|
+
*/
|
|
498
|
+
values: Value[];
|
|
499
|
+
};
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Describes the message anduril.entitymanager.v1.ListType.
|
|
503
|
+
* Use `create(ListTypeSchema)` to create a new message.
|
|
504
|
+
*/
|
|
505
|
+
export declare const ListTypeSchema: GenMessage<ListType>;
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* The TimestampType represents a static timestamp value.
|
|
509
|
+
*
|
|
510
|
+
* @generated from message anduril.entitymanager.v1.TimestampType
|
|
511
|
+
*/
|
|
512
|
+
export declare type TimestampType = Message<"anduril.entitymanager.v1.TimestampType"> & {
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: google.protobuf.Timestamp value = 1;
|
|
515
|
+
*/
|
|
516
|
+
value?: Timestamp;
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Describes the message anduril.entitymanager.v1.TimestampType.
|
|
521
|
+
* Use `create(TimestampTypeSchema)` to create a new message.
|
|
522
|
+
*/
|
|
523
|
+
export declare const TimestampTypeSchema: GenMessage<TimestampType>;
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* The PositionType represents any fixed LLA point in space.
|
|
527
|
+
*
|
|
528
|
+
* @generated from message anduril.entitymanager.v1.PositionType
|
|
529
|
+
*/
|
|
530
|
+
export declare type PositionType = Message<"anduril.entitymanager.v1.PositionType"> & {
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: anduril.entitymanager.v1.Position value = 1;
|
|
533
|
+
*/
|
|
534
|
+
value?: Position;
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* Describes the message anduril.entitymanager.v1.PositionType.
|
|
539
|
+
* Use `create(PositionTypeSchema)` to create a new message.
|
|
540
|
+
*/
|
|
541
|
+
export declare const PositionTypeSchema: GenMessage<PositionType>;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* The BoundedShapeType represents any static fully-enclosed shape.
|
|
545
|
+
*
|
|
546
|
+
* @generated from message anduril.entitymanager.v1.BoundedShapeType
|
|
547
|
+
*/
|
|
548
|
+
export declare type BoundedShapeType = Message<"anduril.entitymanager.v1.BoundedShapeType"> & {
|
|
549
|
+
/**
|
|
550
|
+
* @generated from oneof anduril.entitymanager.v1.BoundedShapeType.value
|
|
551
|
+
*/
|
|
552
|
+
value: {
|
|
553
|
+
/**
|
|
554
|
+
* @generated from field: anduril.entitymanager.v1.GeoPolygon polygon_value = 1;
|
|
555
|
+
*/
|
|
556
|
+
value: GeoPolygon;
|
|
557
|
+
case: "polygonValue";
|
|
558
|
+
} | { case: undefined; value?: undefined };
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Describes the message anduril.entitymanager.v1.BoundedShapeType.
|
|
563
|
+
* Use `create(BoundedShapeTypeSchema)` to create a new message.
|
|
564
|
+
*/
|
|
565
|
+
export declare const BoundedShapeTypeSchema: GenMessage<BoundedShapeType>;
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* The HeadingType represents the heading in degrees for an entity's
|
|
569
|
+
* attitudeEnu quaternion to be compared against. Defaults between a range of 0 to 360
|
|
570
|
+
*
|
|
571
|
+
* @generated from message anduril.entitymanager.v1.HeadingType
|
|
572
|
+
*/
|
|
573
|
+
export declare type HeadingType = Message<"anduril.entitymanager.v1.HeadingType"> & {
|
|
574
|
+
/**
|
|
575
|
+
* @generated from field: int32 value = 1;
|
|
576
|
+
*/
|
|
577
|
+
value: number;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Describes the message anduril.entitymanager.v1.HeadingType.
|
|
582
|
+
* Use `create(HeadingTypeSchema)` to create a new message.
|
|
583
|
+
*/
|
|
584
|
+
export declare const HeadingTypeSchema: GenMessage<HeadingType>;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* The RangeType represents a numeric range.
|
|
588
|
+
* Whether endpoints are included are based on the comparator used.
|
|
589
|
+
* Both endpoints must be of the same numeric type.
|
|
590
|
+
*
|
|
591
|
+
* @generated from message anduril.entitymanager.v1.RangeType
|
|
592
|
+
*/
|
|
593
|
+
export declare type RangeType = Message<"anduril.entitymanager.v1.RangeType"> & {
|
|
594
|
+
/**
|
|
595
|
+
* @generated from field: anduril.entitymanager.v1.NumericType start = 1;
|
|
596
|
+
*/
|
|
597
|
+
start?: NumericType;
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* @generated from field: anduril.entitymanager.v1.NumericType end = 2;
|
|
601
|
+
*/
|
|
602
|
+
end?: NumericType;
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* Describes the message anduril.entitymanager.v1.RangeType.
|
|
607
|
+
* Use `create(RangeTypeSchema)` to create a new message.
|
|
608
|
+
*/
|
|
609
|
+
export declare const RangeTypeSchema: GenMessage<RangeType>;
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* The Comparator specifies the set of supported comparison operations. It also provides the
|
|
613
|
+
* mapping information about which comparators are supported for which values. Services that wish
|
|
614
|
+
* to implement entity filters must provide validation functionality to strictly enforce these
|
|
615
|
+
* mappings.
|
|
616
|
+
*
|
|
617
|
+
* @generated from enum anduril.entitymanager.v1.Comparator
|
|
618
|
+
*/
|
|
619
|
+
export enum Comparator {
|
|
620
|
+
/**
|
|
621
|
+
* @generated from enum value: COMPARATOR_INVALID = 0;
|
|
622
|
+
*/
|
|
623
|
+
INVALID = 0,
|
|
624
|
+
|
|
625
|
+
/**
|
|
626
|
+
* Comparators for: boolean, numeric, string, enum, position, timestamp, positions, and bounded shapes.
|
|
627
|
+
*
|
|
628
|
+
* @generated from enum value: COMPARATOR_MATCH_ALL = 11;
|
|
629
|
+
*/
|
|
630
|
+
MATCH_ALL = 11,
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* Comparators for: boolean, numeric, string, enum, position, and timestamp.
|
|
634
|
+
*
|
|
635
|
+
* @generated from enum value: COMPARATOR_EQUALITY = 1;
|
|
636
|
+
*/
|
|
637
|
+
EQUALITY = 1,
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* @generated from enum value: COMPARATOR_IN = 9;
|
|
641
|
+
*/
|
|
642
|
+
IN = 9,
|
|
643
|
+
|
|
644
|
+
/**
|
|
645
|
+
* Comparators for: numeric, string, and timestamp.
|
|
646
|
+
*
|
|
647
|
+
* @generated from enum value: COMPARATOR_LESS_THAN = 2;
|
|
648
|
+
*/
|
|
649
|
+
LESS_THAN = 2,
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* @generated from enum value: COMPARATOR_GREATER_THAN = 3;
|
|
653
|
+
*/
|
|
654
|
+
GREATER_THAN = 3,
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* @generated from enum value: COMPARATOR_LESS_THAN_EQUAL_TO = 4;
|
|
658
|
+
*/
|
|
659
|
+
LESS_THAN_EQUAL_TO = 4,
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* @generated from enum value: COMPARATOR_GREATER_THAN_EQUAL_TO = 5;
|
|
663
|
+
*/
|
|
664
|
+
GREATER_THAN_EQUAL_TO = 5,
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* Comparators for: positions and bounded shapes.
|
|
668
|
+
*
|
|
669
|
+
* @generated from enum value: COMPARATOR_WITHIN = 6;
|
|
670
|
+
*/
|
|
671
|
+
WITHIN = 6,
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* Comparators for: existential checks.
|
|
675
|
+
* TRUE if path to field exists (parent message is present), and either:
|
|
676
|
+
* 1. the field is a primitive: all values including default pass check.
|
|
677
|
+
* 2. the field is a message and set/present.
|
|
678
|
+
* 3. the field is repeated or map with size > 0.
|
|
679
|
+
* FALSE unless path exists and one of the above 3 conditions is met
|
|
680
|
+
*
|
|
681
|
+
* @generated from enum value: COMPARATOR_EXISTS = 7;
|
|
682
|
+
*/
|
|
683
|
+
EXISTS = 7,
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Comparator for string type only.
|
|
687
|
+
*
|
|
688
|
+
* @generated from enum value: COMPARATOR_CASE_INSENSITIVE_EQUALITY = 8;
|
|
689
|
+
*/
|
|
690
|
+
CASE_INSENSITIVE_EQUALITY = 8,
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* @generated from enum value: COMPARATOR_CASE_INSENSITIVE_EQUALITY_IN = 10;
|
|
694
|
+
*/
|
|
695
|
+
CASE_INSENSITIVE_EQUALITY_IN = 10,
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* Comparators for range types only.
|
|
699
|
+
* Closed (inclusive endpoints) [a, b]
|
|
700
|
+
*
|
|
701
|
+
* @generated from enum value: COMPARATOR_RANGE_CLOSED = 12;
|
|
702
|
+
*/
|
|
703
|
+
RANGE_CLOSED = 12,
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Describes the enum anduril.entitymanager.v1.Comparator.
|
|
708
|
+
*/
|
|
709
|
+
export declare const ComparatorSchema: GenEnum<Comparator>;
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* The ListComparator determines how to compose statement evaluations for members of a list. For
|
|
713
|
+
* example, if ANY_OF is specified, the ListOperation in which the ListComparator is embedded
|
|
714
|
+
* will return TRUE if any of the values in the list returns true for the ListOperation's child
|
|
715
|
+
* statement.
|
|
716
|
+
*
|
|
717
|
+
* @generated from enum anduril.entitymanager.v1.ListComparator
|
|
718
|
+
*/
|
|
719
|
+
export enum ListComparator {
|
|
720
|
+
/**
|
|
721
|
+
* @generated from enum value: LIST_COMPARATOR_INVALID = 0;
|
|
722
|
+
*/
|
|
723
|
+
INVALID = 0,
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* @generated from enum value: LIST_COMPARATOR_ANY_OF = 1;
|
|
727
|
+
*/
|
|
728
|
+
ANY_OF = 1,
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* Describes the enum anduril.entitymanager.v1.ListComparator.
|
|
733
|
+
*/
|
|
734
|
+
export declare const ListComparatorSchema: GenEnum<ListComparator>;
|
|
735
|
+
|