@anduril-industries/lattice-sdk 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/.github/CODEOWNERS +1 -0
  2. package/.github/workflows/commit-lint.yml +21 -0
  3. package/.github/workflows/release.yml +36 -0
  4. package/LICENSE.md +188 -0
  5. package/README.md +30 -0
  6. package/SECURITY.md +5 -0
  7. package/package.json +21 -0
  8. package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
  9. package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
  10. package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
  11. package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
  12. package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
  13. package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
  14. package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
  15. package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
  16. package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
  17. package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
  18. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
  19. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
  20. package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
  21. package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
  22. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
  23. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
  24. package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
  25. package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
  26. package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
  27. package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
  28. package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
  29. package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
  30. package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
  31. package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
  32. package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
  33. package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
  34. package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
  35. package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
  36. package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
  37. package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
  38. package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
  39. package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
  40. package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
  41. package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
  42. package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
  43. package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
  44. package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
  45. package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
  46. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
  47. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
  48. package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
  49. package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
  50. package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
  51. package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
  52. package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
  53. package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
  54. package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
  55. package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
  56. package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
  57. package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
  58. package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
  59. package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
  60. package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
  61. package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
  62. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
  63. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
  64. package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
  65. package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
  66. package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
  67. package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
  68. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
  69. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
  70. package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
  71. package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
  72. package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
  73. package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
  74. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
  75. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
  76. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
  77. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
  78. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
  79. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
  80. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
  81. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
  82. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
  83. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
  84. package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
  85. package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
  86. package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
  87. package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
  88. package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
  89. package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
  90. package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
  91. package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
  92. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
  93. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
  94. package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
  95. package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
  96. package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
  97. package/src/anduril/type/attribution.pub_pb.js +19 -0
  98. package/src/anduril/type/color.pub_pb.d.ts +61 -0
  99. package/src/anduril/type/color.pub_pb.js +20 -0
  100. package/src/anduril/type/coords.pub_pb.d.ts +730 -0
  101. package/src/anduril/type/coords.pub_pb.js +180 -0
  102. package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
  103. package/src/anduril/type/geometry.pub_pb.js +20 -0
  104. package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
  105. package/src/anduril/type/orbit.pub_pb.js +65 -0
@@ -0,0 +1,130 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/target_priority.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/target_priority.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_target_priority_pub: GenFile;
12
+
13
+ /**
14
+ * The target prioritization associated with an entity.
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.TargetPriority
17
+ */
18
+ export declare type TargetPriority = Message<"anduril.entitymanager.v1.TargetPriority"> & {
19
+ /**
20
+ * Describes the target priority in relation to high value target lists.
21
+ *
22
+ * @generated from field: anduril.entitymanager.v1.HighValueTarget high_value_target = 1;
23
+ */
24
+ highValueTarget?: HighValueTarget;
25
+
26
+ /**
27
+ * Describes whether the entity should be treated as a threat
28
+ *
29
+ * @generated from field: anduril.entitymanager.v1.Threat threat = 2;
30
+ */
31
+ threat?: Threat;
32
+ };
33
+
34
+ /**
35
+ * Describes the message anduril.entitymanager.v1.TargetPriority.
36
+ * Use `create(TargetPrioritySchema)` to create a new message.
37
+ */
38
+ export declare const TargetPrioritySchema: GenMessage<TargetPriority>;
39
+
40
+ /**
41
+ * Describes whether something is a high value target or not.
42
+ *
43
+ * @generated from message anduril.entitymanager.v1.HighValueTarget
44
+ */
45
+ export declare type HighValueTarget = Message<"anduril.entitymanager.v1.HighValueTarget"> & {
46
+ /**
47
+ * Indicates whether the target matches any description from a high value target list.
48
+ *
49
+ * @generated from field: bool is_high_value_target = 1;
50
+ */
51
+ isHighValueTarget: boolean;
52
+
53
+ /**
54
+ * The priority associated with the target. If the target's description appears on multiple high value target lists,
55
+ * the priority will be a reflection of the highest priority of all of those list's target description.
56
+ *
57
+ * A lower value indicates the target is of a higher priority, with 1 being the highest possible priority. A value of
58
+ * 0 indicates there is no priority associated with this target.
59
+ *
60
+ * @generated from field: uint32 target_priority = 2;
61
+ */
62
+ targetPriority: number;
63
+
64
+ /**
65
+ * All of the high value target descriptions that the target matches against.
66
+ *
67
+ * @generated from field: repeated anduril.entitymanager.v1.HighValueTargetMatch target_matches = 3;
68
+ */
69
+ targetMatches: HighValueTargetMatch[];
70
+
71
+ /**
72
+ * Indicates whether the target is a 'High Payoff Target'. Targets can be one or both of high value and high payoff.
73
+ *
74
+ * @generated from field: bool is_high_payoff_target = 4;
75
+ */
76
+ isHighPayoffTarget: boolean;
77
+ };
78
+
79
+ /**
80
+ * Describes the message anduril.entitymanager.v1.HighValueTarget.
81
+ * Use `create(HighValueTargetSchema)` to create a new message.
82
+ */
83
+ export declare const HighValueTargetSchema: GenMessage<HighValueTarget>;
84
+
85
+ /**
86
+ * @generated from message anduril.entitymanager.v1.HighValueTargetMatch
87
+ */
88
+ export declare type HighValueTargetMatch = Message<"anduril.entitymanager.v1.HighValueTargetMatch"> & {
89
+ /**
90
+ * The ID of the high value target list that matches the target description.
91
+ *
92
+ * @generated from field: string high_value_target_list_id = 1;
93
+ */
94
+ highValueTargetListId: string;
95
+
96
+ /**
97
+ * The ID of the specific high value target description within a high value target list that was matched against.
98
+ * The ID is considered to be a globally unique identifier across all high value target IDs.
99
+ *
100
+ * @generated from field: string high_value_target_description_id = 2;
101
+ */
102
+ highValueTargetDescriptionId: string;
103
+ };
104
+
105
+ /**
106
+ * Describes the message anduril.entitymanager.v1.HighValueTargetMatch.
107
+ * Use `create(HighValueTargetMatchSchema)` to create a new message.
108
+ */
109
+ export declare const HighValueTargetMatchSchema: GenMessage<HighValueTargetMatch>;
110
+
111
+ /**
112
+ * Describes whether an entity is a threat or not.
113
+ *
114
+ * @generated from message anduril.entitymanager.v1.Threat
115
+ */
116
+ export declare type Threat = Message<"anduril.entitymanager.v1.Threat"> & {
117
+ /**
118
+ * Indicates that the entity has been determined to be a threat.
119
+ *
120
+ * @generated from field: bool is_threat = 1;
121
+ */
122
+ isThreat: boolean;
123
+ };
124
+
125
+ /**
126
+ * Describes the message anduril.entitymanager.v1.Threat.
127
+ * Use `create(ThreatSchema)` to create a new message.
128
+ */
129
+ export declare const ThreatSchema: GenMessage<Threat>;
130
+
@@ -0,0 +1,41 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/target_priority.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_options_pub } from "./options.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/target_priority.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_target_priority_pub = /*@__PURE__*/
12
+ fileDesc("CjJhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvdGFyZ2V0X3ByaW9yaXR5LnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIo0BCg5UYXJnZXRQcmlvcml0eRJJChFoaWdoX3ZhbHVlX3RhcmdldBgBIAEoCzIpLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5IaWdoVmFsdWVUYXJnZXRCA8g+ARIwCgZ0aHJlYXQYAiABKAsyIC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuVGhyZWF0Iq8BCg9IaWdoVmFsdWVUYXJnZXQSHAoUaXNfaGlnaF92YWx1ZV90YXJnZXQYASABKAgSFwoPdGFyZ2V0X3ByaW9yaXR5GAIgASgNEkYKDnRhcmdldF9tYXRjaGVzGAMgAygLMi4uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkhpZ2hWYWx1ZVRhcmdldE1hdGNoEh0KFWlzX2hpZ2hfcGF5b2ZmX3RhcmdldBgEIAEoCCJjChRIaWdoVmFsdWVUYXJnZXRNYXRjaBIhChloaWdoX3ZhbHVlX3RhcmdldF9saXN0X2lkGAEgASgJEigKIGhpZ2hfdmFsdWVfdGFyZ2V0X2Rlc2NyaXB0aW9uX2lkGAIgASgJIhsKBlRocmVhdBIRCglpc190aHJlYXQYASABKAhChwIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCFlRhcmdldFByaW9yaXR5UHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_anduril_entitymanager_v1_options_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.TargetPriority.
16
+ * Use `create(TargetPrioritySchema)` to create a new message.
17
+ */
18
+ export const TargetPrioritySchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_target_priority_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.HighValueTarget.
23
+ * Use `create(HighValueTargetSchema)` to create a new message.
24
+ */
25
+ export const HighValueTargetSchema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_target_priority_pub, 1);
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.HighValueTargetMatch.
30
+ * Use `create(HighValueTargetMatchSchema)` to create a new message.
31
+ */
32
+ export const HighValueTargetMatchSchema = /*@__PURE__*/
33
+ messageDesc(file_anduril_entitymanager_v1_target_priority_pub, 2);
34
+
35
+ /**
36
+ * Describes the message anduril.entitymanager.v1.Threat.
37
+ * Use `create(ThreatSchema)` to create a new message.
38
+ */
39
+ export const ThreatSchema = /*@__PURE__*/
40
+ messageDesc(file_anduril_entitymanager_v1_target_priority_pub, 3);
41
+
@@ -0,0 +1,163 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/transponder_codes.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/transponder_codes.pub.proto.
10
+ */
11
+ export declare const file_anduril_entitymanager_v1_transponder_codes_pub: GenFile;
12
+
13
+ /**
14
+ * A message describing any transponder codes associated with Mode 1, 2, 3, 4, 5, S interrogations.
15
+ *
16
+ * @generated from message anduril.entitymanager.v1.TransponderCodes
17
+ */
18
+ export declare type TransponderCodes = Message<"anduril.entitymanager.v1.TransponderCodes"> & {
19
+ /**
20
+ * The mode 1 code assigned to military assets.
21
+ *
22
+ * @generated from field: uint32 mode1 = 1;
23
+ */
24
+ mode1: number;
25
+
26
+ /**
27
+ * The Mode 2 code assigned to military assets.
28
+ *
29
+ * @generated from field: uint32 mode2 = 2;
30
+ */
31
+ mode2: number;
32
+
33
+ /**
34
+ * The Mode 3 code assigned by ATC to the asset.
35
+ *
36
+ * @generated from field: uint32 mode3 = 3;
37
+ */
38
+ mode3: number;
39
+
40
+ /**
41
+ * The validity of the response from the Mode 4 interrogation.
42
+ *
43
+ * @generated from field: anduril.entitymanager.v1.InterrogationResponse mode4_interrogation_response = 4;
44
+ */
45
+ mode4InterrogationResponse: InterrogationResponse;
46
+
47
+ /**
48
+ * The Mode 5 transponder codes.
49
+ *
50
+ * @generated from field: anduril.entitymanager.v1.Mode5 mode5 = 5;
51
+ */
52
+ mode5?: Mode5;
53
+
54
+ /**
55
+ * The Mode S transponder codes.
56
+ *
57
+ * @generated from field: anduril.entitymanager.v1.ModeS mode_s = 6;
58
+ */
59
+ modeS?: ModeS;
60
+ };
61
+
62
+ /**
63
+ * Describes the message anduril.entitymanager.v1.TransponderCodes.
64
+ * Use `create(TransponderCodesSchema)` to create a new message.
65
+ */
66
+ export declare const TransponderCodesSchema: GenMessage<TransponderCodes>;
67
+
68
+ /**
69
+ * Describes the Mode 5 transponder interrogation status and codes.
70
+ *
71
+ * @generated from message anduril.entitymanager.v1.Mode5
72
+ */
73
+ export declare type Mode5 = Message<"anduril.entitymanager.v1.Mode5"> & {
74
+ /**
75
+ * The validity of the response from the Mode 5 interrogation.
76
+ *
77
+ * @generated from field: anduril.entitymanager.v1.InterrogationResponse mode5_interrogation_response = 1;
78
+ */
79
+ mode5InterrogationResponse: InterrogationResponse;
80
+
81
+ /**
82
+ * The Mode 5 code assigned to military assets.
83
+ *
84
+ * @generated from field: uint32 mode5 = 2;
85
+ */
86
+ mode5: number;
87
+
88
+ /**
89
+ * The Mode 5 platform identification code.
90
+ *
91
+ * @generated from field: uint32 mode5_platform_id = 3;
92
+ */
93
+ mode5PlatformId: number;
94
+ };
95
+
96
+ /**
97
+ * Describes the message anduril.entitymanager.v1.Mode5.
98
+ * Use `create(Mode5Schema)` to create a new message.
99
+ */
100
+ export declare const Mode5Schema: GenMessage<Mode5>;
101
+
102
+ /**
103
+ * Describes the Mode S codes.
104
+ *
105
+ * @generated from message anduril.entitymanager.v1.ModeS
106
+ */
107
+ export declare type ModeS = Message<"anduril.entitymanager.v1.ModeS"> & {
108
+ /**
109
+ * Mode S identifier which comprises of 8 alphanumeric characters.
110
+ *
111
+ * @generated from field: string id = 1;
112
+ */
113
+ id: string;
114
+
115
+ /**
116
+ * The Mode S ICAO aircraft address. Expected values are between 1 and 16777214 decimal. The Mode S address is
117
+ * considered unique.
118
+ *
119
+ * @generated from field: uint32 address = 2;
120
+ */
121
+ address: number;
122
+ };
123
+
124
+ /**
125
+ * Describes the message anduril.entitymanager.v1.ModeS.
126
+ * Use `create(ModeSSchema)` to create a new message.
127
+ */
128
+ export declare const ModeSSchema: GenMessage<ModeS>;
129
+
130
+ /**
131
+ * Indicates the interrogation status of a target.
132
+ *
133
+ * @generated from enum anduril.entitymanager.v1.InterrogationResponse
134
+ */
135
+ export enum InterrogationResponse {
136
+ /**
137
+ * Note that INTERROGATION_INVALID indicates that the target has not been interrogated.
138
+ *
139
+ * @generated from enum value: INTERROGATION_RESPONSE_INVALID = 0;
140
+ */
141
+ INVALID = 0,
142
+
143
+ /**
144
+ * @generated from enum value: INTERROGATION_RESPONSE_CORRECT = 1;
145
+ */
146
+ CORRECT = 1,
147
+
148
+ /**
149
+ * @generated from enum value: INTERROGATION_RESPONSE_INCORRECT = 2;
150
+ */
151
+ INCORRECT = 2,
152
+
153
+ /**
154
+ * @generated from enum value: INTERROGATION_RESPONSE_NO_RESPONSE = 3;
155
+ */
156
+ NO_RESPONSE = 3,
157
+ }
158
+
159
+ /**
160
+ * Describes the enum anduril.entitymanager.v1.InterrogationResponse.
161
+ */
162
+ export declare const InterrogationResponseSchema: GenEnum<InterrogationResponse>;
163
+
@@ -0,0 +1,48 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/transponder_codes.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_options_pub } from "./options.pub_pb.js";
7
+
8
+ /**
9
+ * Describes the file anduril/entitymanager/v1/transponder_codes.pub.proto.
10
+ */
11
+ export const file_anduril_entitymanager_v1_transponder_codes_pub = /*@__PURE__*/
12
+ fileDesc("CjRhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvdHJhbnNwb25kZXJfY29kZXMucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEilQIKEFRyYW5zcG9uZGVyQ29kZXMSEgoFbW9kZTEYASABKA1CA8g+ARISCgVtb2RlMhgCIAEoDUIDyD4BEhIKBW1vZGUzGAMgASgNQgPIPgESWgocbW9kZTRfaW50ZXJyb2dhdGlvbl9yZXNwb25zZRgEIAEoDjIvLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5JbnRlcnJvZ2F0aW9uUmVzcG9uc2VCA8g+ARIzCgVtb2RlNRgFIAEoCzIfLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Nb2RlNUIDyD4BEjQKBm1vZGVfcxgGIAEoCzIfLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Nb2RlU0IDyD4BIogBCgVNb2RlNRJVChxtb2RlNV9pbnRlcnJvZ2F0aW9uX3Jlc3BvbnNlGAEgASgOMi8uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkludGVycm9nYXRpb25SZXNwb25zZRINCgVtb2RlNRgCIAEoDRIZChFtb2RlNV9wbGF0Zm9ybV9pZBgDIAEoDSIkCgVNb2RlUxIKCgJpZBgBIAEoCRIPCgdhZGRyZXNzGAIgASgNKq0BChVJbnRlcnJvZ2F0aW9uUmVzcG9uc2USIgoeSU5URVJST0dBVElPTl9SRVNQT05TRV9JTlZBTElEEAASIgoeSU5URVJST0dBVElPTl9SRVNQT05TRV9DT1JSRUNUEAESJAogSU5URVJST0dBVElPTl9SRVNQT05TRV9JTkNPUlJFQ1QQAhImCiJJTlRFUlJPR0FUSU9OX1JFU1BPTlNFX05PX1JFU1BPTlNFEANCiQIKHGNvbS5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjFCGFRyYW5zcG9uZGVyQ29kZXNQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM", [file_anduril_entitymanager_v1_options_pub]);
13
+
14
+ /**
15
+ * Describes the message anduril.entitymanager.v1.TransponderCodes.
16
+ * Use `create(TransponderCodesSchema)` to create a new message.
17
+ */
18
+ export const TransponderCodesSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_entitymanager_v1_transponder_codes_pub, 0);
20
+
21
+ /**
22
+ * Describes the message anduril.entitymanager.v1.Mode5.
23
+ * Use `create(Mode5Schema)` to create a new message.
24
+ */
25
+ export const Mode5Schema = /*@__PURE__*/
26
+ messageDesc(file_anduril_entitymanager_v1_transponder_codes_pub, 1);
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.ModeS.
30
+ * Use `create(ModeSSchema)` to create a new message.
31
+ */
32
+ export const ModeSSchema = /*@__PURE__*/
33
+ messageDesc(file_anduril_entitymanager_v1_transponder_codes_pub, 2);
34
+
35
+ /**
36
+ * Describes the enum anduril.entitymanager.v1.InterrogationResponse.
37
+ */
38
+ export const InterrogationResponseSchema = /*@__PURE__*/
39
+ enumDesc(file_anduril_entitymanager_v1_transponder_codes_pub, 0);
40
+
41
+ /**
42
+ * Indicates the interrogation status of a target.
43
+ *
44
+ * @generated from enum anduril.entitymanager.v1.InterrogationResponse
45
+ */
46
+ export const InterrogationResponse = /*@__PURE__*/
47
+ tsEnum(InterrogationResponseSchema);
48
+