@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,189 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/entitymanager/v1/correlations.pub.proto (package anduril.entitymanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/entitymanager/v1/correlations.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_entitymanager_v1_correlations_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Available for Entities that are a correlated (N to 1) set of entities. This will be present on each entity in the
|
|
16
|
+
* set.
|
|
17
|
+
*
|
|
18
|
+
* @generated from message anduril.entitymanager.v1.Correlated
|
|
19
|
+
*/
|
|
20
|
+
export declare type Correlated = Message<"anduril.entitymanager.v1.Correlated"> & {
|
|
21
|
+
/**
|
|
22
|
+
* primary entity id
|
|
23
|
+
*
|
|
24
|
+
* @generated from field: string primary_entity_id = 1;
|
|
25
|
+
*/
|
|
26
|
+
primaryEntityId: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* status representing this correlation
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: anduril.entitymanager.v1.CorrelationStatus status = 2;
|
|
32
|
+
*/
|
|
33
|
+
status: CorrelationStatus;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* score pairings between this and other entity ids
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: repeated anduril.entitymanager.v1.CorrelationScore scores = 3;
|
|
39
|
+
*/
|
|
40
|
+
scores: CorrelationScore[];
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* if not present, does not expire
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: google.protobuf.Timestamp expires_time = 4;
|
|
46
|
+
*/
|
|
47
|
+
expiresTime?: Timestamp;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message anduril.entitymanager.v1.Correlated.
|
|
52
|
+
* Use `create(CorrelatedSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export declare const CorrelatedSchema: GenMessage<Correlated>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* A correlation scoring between two entities.
|
|
58
|
+
*
|
|
59
|
+
* @generated from message anduril.entitymanager.v1.CorrelationScore
|
|
60
|
+
*/
|
|
61
|
+
export declare type CorrelationScore = Message<"anduril.entitymanager.v1.CorrelationScore"> & {
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: string other_entity_id = 1;
|
|
64
|
+
*/
|
|
65
|
+
otherEntityId: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: float score = 2;
|
|
69
|
+
*/
|
|
70
|
+
score: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @generated from field: anduril.entitymanager.v1.ScoreInterpretation interpretation = 3;
|
|
74
|
+
*/
|
|
75
|
+
interpretation: ScoreInterpretation;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Deprecated: do not use
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: bool link16_compliant = 4 [deprecated = true];
|
|
81
|
+
* @deprecated
|
|
82
|
+
*/
|
|
83
|
+
link16Compliant: boolean;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* status of other_entity_id correlation, expresses relationship of other to correlation set this entity is part of.
|
|
87
|
+
*
|
|
88
|
+
* @generated from field: anduril.entitymanager.v1.CorrelationStatus other_status = 5;
|
|
89
|
+
*/
|
|
90
|
+
otherStatus: CorrelationStatus;
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Describes the message anduril.entitymanager.v1.CorrelationScore.
|
|
95
|
+
* Use `create(CorrelationScoreSchema)` to create a new message.
|
|
96
|
+
*/
|
|
97
|
+
export declare const CorrelationScoreSchema: GenMessage<CorrelationScore>;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* The status of the correlation.
|
|
101
|
+
*
|
|
102
|
+
* @generated from enum anduril.entitymanager.v1.CorrelationStatus
|
|
103
|
+
*/
|
|
104
|
+
export enum CorrelationStatus {
|
|
105
|
+
/**
|
|
106
|
+
* @generated from enum value: CORRELATION_STATUS_INVALID = 0;
|
|
107
|
+
*/
|
|
108
|
+
INVALID = 0,
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* potential correlation requested by manual inspection, not yet confirmed.
|
|
112
|
+
*
|
|
113
|
+
* @generated from enum value: CORRELATION_STATUS_MANUAL_INSPECTION = 1;
|
|
114
|
+
*/
|
|
115
|
+
MANUAL_INSPECTION = 1,
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* potential correlation suggested by system, not yet confirmed.
|
|
119
|
+
*
|
|
120
|
+
* @generated from enum value: CORRELATION_STATUS_AUTO_SUGGESTED = 2;
|
|
121
|
+
*/
|
|
122
|
+
AUTO_SUGGESTED = 2,
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* deprecated
|
|
126
|
+
*
|
|
127
|
+
* @generated from enum value: CORRELATION_STATUS_START_CORRELATE = 3 [deprecated = true];
|
|
128
|
+
* @deprecated
|
|
129
|
+
*/
|
|
130
|
+
START_CORRELATE = 3,
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* correlation has been confirmed, treat non primary as hidden.
|
|
134
|
+
*
|
|
135
|
+
* @generated from enum value: CORRELATION_STATUS_CONFIRMED = 4;
|
|
136
|
+
*/
|
|
137
|
+
CONFIRMED = 4,
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* correlation was explicitly rejected, treat as non correlated.
|
|
141
|
+
*
|
|
142
|
+
* @generated from enum value: CORRELATION_STATUS_DENIED = 5;
|
|
143
|
+
*/
|
|
144
|
+
DENIED = 5,
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Describes the enum anduril.entitymanager.v1.CorrelationStatus.
|
|
149
|
+
*/
|
|
150
|
+
export declare const CorrelationStatusSchema: GenEnum<CorrelationStatus>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* The interpretation of the correlation score.
|
|
154
|
+
*
|
|
155
|
+
* @generated from enum anduril.entitymanager.v1.ScoreInterpretation
|
|
156
|
+
*/
|
|
157
|
+
export enum ScoreInterpretation {
|
|
158
|
+
/**
|
|
159
|
+
* @generated from enum value: SCORE_INTERPRETATION_INVALID = 0;
|
|
160
|
+
*/
|
|
161
|
+
INVALID = 0,
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* unlikely these are the same entity
|
|
165
|
+
*
|
|
166
|
+
* @generated from enum value: SCORE_INTERPRETATION_UNLIKELY = 1;
|
|
167
|
+
*/
|
|
168
|
+
UNLIKELY = 1,
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* likely these are the same entity
|
|
172
|
+
*
|
|
173
|
+
* @generated from enum value: SCORE_INTERPRETATION_LIKELY = 2;
|
|
174
|
+
*/
|
|
175
|
+
LIKELY = 2,
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* very likely these are the same entity
|
|
179
|
+
*
|
|
180
|
+
* @generated from enum value: SCORE_INTERPRETATION_VERY_LIKELY = 3;
|
|
181
|
+
*/
|
|
182
|
+
VERY_LIKELY = 3,
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Describes the enum anduril.entitymanager.v1.ScoreInterpretation.
|
|
187
|
+
*/
|
|
188
|
+
export declare const ScoreInterpretationSchema: GenEnum<ScoreInterpretation>;
|
|
189
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/entitymanager/v1/correlations.pub.proto (package anduril.entitymanager.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/entitymanager/v1/correlations.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_entitymanager_v1_correlations_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("Ci9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvY29ycmVsYXRpb25zLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxItIBCgpDb3JyZWxhdGVkEhkKEXByaW1hcnlfZW50aXR5X2lkGAEgASgJEjsKBnN0YXR1cxgCIAEoDjIrLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Db3JyZWxhdGlvblN0YXR1cxI6CgZzY29yZXMYAyADKAsyKi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQ29ycmVsYXRpb25TY29yZRIwCgxleHBpcmVzX3RpbWUYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIuIBChBDb3JyZWxhdGlvblNjb3JlEhcKD290aGVyX2VudGl0eV9pZBgBIAEoCRINCgVzY29yZRgCIAEoAhJFCg5pbnRlcnByZXRhdGlvbhgDIAEoDjItLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5TY29yZUludGVycHJldGF0aW9uEhwKEGxpbmsxNl9jb21wbGlhbnQYBCABKAhCAhgBEkEKDG90aGVyX3N0YXR1cxgFIAEoDjIrLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Db3JyZWxhdGlvblN0YXR1cyrxAQoRQ29ycmVsYXRpb25TdGF0dXMSHgoaQ09SUkVMQVRJT05fU1RBVFVTX0lOVkFMSUQQABIoCiRDT1JSRUxBVElPTl9TVEFUVVNfTUFOVUFMX0lOU1BFQ1RJT04QARIlCiFDT1JSRUxBVElPTl9TVEFUVVNfQVVUT19TVUdHRVNURUQQAhIqCiJDT1JSRUxBVElPTl9TVEFUVVNfU1RBUlRfQ09SUkVMQVRFEAMaAggBEiAKHENPUlJFTEFUSU9OX1NUQVRVU19DT05GSVJNRUQQBBIdChlDT1JSRUxBVElPTl9TVEFUVVNfREVOSUVEEAUqoQEKE1Njb3JlSW50ZXJwcmV0YXRpb24SIAocU0NPUkVfSU5URVJQUkVUQVRJT05fSU5WQUxJRBAAEiEKHVNDT1JFX0lOVEVSUFJFVEFUSU9OX1VOTElLRUxZEAESHwobU0NPUkVfSU5URVJQUkVUQVRJT05fTElLRUxZEAISJAogU0NPUkVfSU5URVJQUkVUQVRJT05fVkVSWV9MSUtFTFkQA0KFAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIUQ29ycmVsYXRpb25zUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_google_protobuf_timestamp]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.entitymanager.v1.Correlated.
|
|
16
|
+
* Use `create(CorrelatedSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const CorrelatedSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_entitymanager_v1_correlations_pub, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message anduril.entitymanager.v1.CorrelationScore.
|
|
23
|
+
* Use `create(CorrelationScoreSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const CorrelationScoreSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_anduril_entitymanager_v1_correlations_pub, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the enum anduril.entitymanager.v1.CorrelationStatus.
|
|
30
|
+
*/
|
|
31
|
+
export const CorrelationStatusSchema = /*@__PURE__*/
|
|
32
|
+
enumDesc(file_anduril_entitymanager_v1_correlations_pub, 0);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* The status of the correlation.
|
|
36
|
+
*
|
|
37
|
+
* @generated from enum anduril.entitymanager.v1.CorrelationStatus
|
|
38
|
+
*/
|
|
39
|
+
export const CorrelationStatus = /*@__PURE__*/
|
|
40
|
+
tsEnum(CorrelationStatusSchema);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the enum anduril.entitymanager.v1.ScoreInterpretation.
|
|
44
|
+
*/
|
|
45
|
+
export const ScoreInterpretationSchema = /*@__PURE__*/
|
|
46
|
+
enumDesc(file_anduril_entitymanager_v1_correlations_pub, 1);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* The interpretation of the correlation score.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum anduril.entitymanager.v1.ScoreInterpretation
|
|
52
|
+
*/
|
|
53
|
+
export const ScoreInterpretation = /*@__PURE__*/
|
|
54
|
+
tsEnum(ScoreInterpretationSchema);
|
|
55
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/entitymanager/v1/dimensions.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/dimensions.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_anduril_entitymanager_v1_dimensions_pub: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message anduril.entitymanager.v1.Dimensions
|
|
15
|
+
*/
|
|
16
|
+
export declare type Dimensions = Message<"anduril.entitymanager.v1.Dimensions"> & {
|
|
17
|
+
/**
|
|
18
|
+
* Length of the entity in meters
|
|
19
|
+
*
|
|
20
|
+
* @generated from field: float length_m = 1;
|
|
21
|
+
*/
|
|
22
|
+
lengthM: number;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message anduril.entitymanager.v1.Dimensions.
|
|
27
|
+
* Use `create(DimensionsSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export declare const DimensionsSchema: GenMessage<Dimensions>;
|
|
30
|
+
|
|
@@ -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/dimensions.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/dimensions.pub.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_anduril_entitymanager_v1_dimensions_pub = /*@__PURE__*/
|
|
11
|
+
fileDesc("Ci1hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvZGltZW5zaW9ucy5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSIeCgpEaW1lbnNpb25zEhAKCGxlbmd0aF9tGAEgASgCQoMCChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQhJEaW1lbnNpb25zUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message anduril.entitymanager.v1.Dimensions.
|
|
15
|
+
* Use `create(DimensionsSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const DimensionsSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_anduril_entitymanager_v1_dimensions_pub, 0);
|
|
19
|
+
|