@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,57 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/tasks/v2/shared/strike.pub.proto (package anduril.tasks.v2, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_tasks_v2_common_pub } from "../common.pub_pb.js";
7
+ import { file_anduril_tasks_v2_objective_pub } from "../objective.pub_pb.js";
8
+ import { file_google_protobuf_duration, file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file anduril/tasks/v2/shared/strike.pub.proto.
12
+ */
13
+ export const file_anduril_tasks_v2_shared_strike_pub = /*@__PURE__*/
14
+ fileDesc("CihhbmR1cmlsL3Rhc2tzL3YyL3NoYXJlZC9zdHJpa2UucHViLnByb3RvEhBhbmR1cmlsLnRhc2tzLnYyIm8KBVNtYWNrEi4KCW9iamVjdGl2ZRgBIAEoCzIbLmFuZHVyaWwudGFza3MudjIuT2JqZWN0aXZlEjYKCnBhcmFtZXRlcnMYAiABKAsyIi5hbmR1cmlsLnRhc2tzLnYyLlN0cmlrZVBhcmFtZXRlcnMi8gEKBlN0cmlrZRIuCglvYmplY3RpdmUYASABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRIyCg1pbmdyZXNzX2FuZ2xlGAIgASgLMhsuYW5kdXJpbC50YXNrcy52Mi5BbmdsZVBhaXISTAoZc3RyaWtlX3JlbGVhc2VfY29uc3RyYWludBgDIAEoCzIpLmFuZHVyaWwudGFza3MudjIuU3RyaWtlUmVsZWFzZUNvbnN0cmFpbnQSNgoKcGFyYW1ldGVycxgEIAEoCzIiLmFuZHVyaWwudGFza3MudjIuU3RyaWtlUGFyYW1ldGVycyJxChdTdHJpa2VSZWxlYXNlQ29uc3RyYWludBI5CgxyZWxlYXNlX2FyZWEYASABKAsyIS5hbmR1cmlsLnRhc2tzLnYyLkFyZWFDb25zdHJhaW50c0gAQhsKGXN0cmlrZV9yZWxlYXNlX2NvbnN0cmFpbnQiwQEKEFN0cmlrZVBhcmFtZXRlcnMSQgoScGF5bG9hZHNfdG9fZW1wbG95GAEgAygLMiYuYW5kdXJpbC50YXNrcy52Mi5QYXlsb2FkQ29uZmlndXJhdGlvbhI2ChNkZXNpcmVkX2ltcGFjdF90aW1lGAIgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEhYKDnJ1bl9pbl9iZWFyaW5nGAMgASgBEhkKEWdsaWRlX3Nsb3BlX2FuZ2xlGAQgASgBIj8KFFBheWxvYWRDb25maWd1cmF0aW9uEhUKDWNhcGFiaWxpdHlfaWQYASABKAkSEAoIcXVhbnRpdHkYAiABKA0iwQEKDlJlbGVhc2VQYXlsb2FkEjgKCHBheWxvYWRzGAEgAygLMiYuYW5kdXJpbC50YXNrcy52Mi5QYXlsb2FkQ29uZmlndXJhdGlvbhIuCglvYmplY3RpdmUYAiABKAsyGy5hbmR1cmlsLnRhc2tzLnYyLk9iamVjdGl2ZRIzChFwcmVjaXNpb25fcmVsZWFzZRgDIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eUgAQhAKDnJlbGVhc2VfbWV0aG9kQscBChRjb20uYW5kdXJpbC50YXNrcy52MkIOU3RyaWtlUHViUHJvdG9QAVo9Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90YXNrcy92Mjt0YXNrc6ICA0FUWKoCEEFuZHVyaWwuVGFza3MuVjLKAhBBbmR1cmlsXFRhc2tzXFYy4gIcQW5kdXJpbFxUYXNrc1xWMlxHUEJNZXRhZGF0YeoCEkFuZHVyaWw6OlRhc2tzOjpWMmIGcHJvdG8z", [file_anduril_tasks_v2_common_pub, file_anduril_tasks_v2_objective_pub, file_google_protobuf_duration, file_google_protobuf_empty]);
15
+
16
+ /**
17
+ * Describes the message anduril.tasks.v2.Smack.
18
+ * Use `create(SmackSchema)` to create a new message.
19
+ */
20
+ export const SmackSchema = /*@__PURE__*/
21
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 0);
22
+
23
+ /**
24
+ * Describes the message anduril.tasks.v2.Strike.
25
+ * Use `create(StrikeSchema)` to create a new message.
26
+ */
27
+ export const StrikeSchema = /*@__PURE__*/
28
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 1);
29
+
30
+ /**
31
+ * Describes the message anduril.tasks.v2.StrikeReleaseConstraint.
32
+ * Use `create(StrikeReleaseConstraintSchema)` to create a new message.
33
+ */
34
+ export const StrikeReleaseConstraintSchema = /*@__PURE__*/
35
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 2);
36
+
37
+ /**
38
+ * Describes the message anduril.tasks.v2.StrikeParameters.
39
+ * Use `create(StrikeParametersSchema)` to create a new message.
40
+ */
41
+ export const StrikeParametersSchema = /*@__PURE__*/
42
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 3);
43
+
44
+ /**
45
+ * Describes the message anduril.tasks.v2.PayloadConfiguration.
46
+ * Use `create(PayloadConfigurationSchema)` to create a new message.
47
+ */
48
+ export const PayloadConfigurationSchema = /*@__PURE__*/
49
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 4);
50
+
51
+ /**
52
+ * Describes the message anduril.tasks.v2.ReleasePayload.
53
+ * Use `create(ReleasePayloadSchema)` to create a new message.
54
+ */
55
+ export const ReleasePayloadSchema = /*@__PURE__*/
56
+ messageDesc(file_anduril_tasks_v2_shared_strike_pub, 5);
57
+
@@ -0,0 +1,37 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/type/attribution.pub.proto (package anduril.type, 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/type/attribution.pub.proto.
10
+ */
11
+ export declare const file_anduril_type_attribution_pub: GenFile;
12
+
13
+ /**
14
+ * @generated from message anduril.type.Attribution
15
+ */
16
+ export declare type Attribution = Message<"anduril.type.Attribution"> & {
17
+ /**
18
+ * The timestamp at which the event occurred, in UTC epoch microseconds.
19
+ *
20
+ * @generated from field: int64 timestamp = 1;
21
+ */
22
+ timestamp: bigint;
23
+
24
+ /**
25
+ * The user ID that initiated the event.
26
+ *
27
+ * @generated from field: string user_id = 2;
28
+ */
29
+ userId: string;
30
+ };
31
+
32
+ /**
33
+ * Describes the message anduril.type.Attribution.
34
+ * Use `create(AttributionSchema)` to create a new message.
35
+ */
36
+ export declare const AttributionSchema: GenMessage<Attribution>;
37
+
@@ -0,0 +1,19 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/type/attribution.pub.proto (package anduril.type, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file anduril/type/attribution.pub.proto.
9
+ */
10
+ export const file_anduril_type_attribution_pub = /*@__PURE__*/
11
+ fileDesc("CiJhbmR1cmlsL3R5cGUvYXR0cmlidXRpb24ucHViLnByb3RvEgxhbmR1cmlsLnR5cGUiMQoLQXR0cmlidXRpb24SEQoJdGltZXN0YW1wGAEgASgDEg8KB3VzZXJfaWQYAiABKAlCtAEKEGNvbS5hbmR1cmlsLnR5cGVCE0F0dHJpYnV0aW9uUHViUHJvdG9QAVo6Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90eXBlO2F0eXBlc6ICA0FUWKoCDEFuZHVyaWwuVHlwZcoCDEFuZHVyaWxcVHlwZeICGEFuZHVyaWxcVHlwZVxHUEJNZXRhZGF0YeoCDUFuZHVyaWw6OlR5cGViBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message anduril.type.Attribution.
15
+ * Use `create(AttributionSchema)` to create a new message.
16
+ */
17
+ export const AttributionSchema = /*@__PURE__*/
18
+ messageDesc(file_anduril_type_attribution_pub, 0);
19
+
@@ -0,0 +1,61 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/type/color.pub.proto (package anduril.type, 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/type/color.pub.proto.
10
+ */
11
+ export declare const file_anduril_type_color_pub: GenFile;
12
+
13
+ /**
14
+ * @generated from message anduril.type.Color
15
+ */
16
+ export declare type Color = Message<"anduril.type.Color"> & {
17
+ /**
18
+ * The amount of red in the color as a value in the interval [0, 1].
19
+ *
20
+ * @generated from field: float red = 1;
21
+ */
22
+ red: number;
23
+
24
+ /**
25
+ * The amount of green in the color as a value in the interval [0, 1].
26
+ *
27
+ * @generated from field: float green = 2;
28
+ */
29
+ green: number;
30
+
31
+ /**
32
+ * The amount of blue in the color as a value in the interval [0, 1].
33
+ *
34
+ * @generated from field: float blue = 3;
35
+ */
36
+ blue: number;
37
+
38
+ /**
39
+ * The fraction of this color that should be applied to the pixel. That is,
40
+ * the final pixel color is defined by the equation:
41
+ *
42
+ * `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
43
+ *
44
+ * This means that a value of 1.0 corresponds to a solid color, whereas
45
+ * a value of 0.0 corresponds to a completely transparent color. This
46
+ * uses a wrapper message rather than a simple float scalar so that it is
47
+ * possible to distinguish between a default value and the value being unset.
48
+ * If omitted, this color object is rendered as a solid color
49
+ * (as if the alpha value had been explicitly given a value of 1.0).
50
+ *
51
+ * @generated from field: google.protobuf.FloatValue alpha = 4;
52
+ */
53
+ alpha?: number;
54
+ };
55
+
56
+ /**
57
+ * Describes the message anduril.type.Color.
58
+ * Use `create(ColorSchema)` to create a new message.
59
+ */
60
+ export declare const ColorSchema: GenMessage<Color>;
61
+
@@ -0,0 +1,20 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/type/color.pub.proto (package anduril.type, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
7
+
8
+ /**
9
+ * Describes the file anduril/type/color.pub.proto.
10
+ */
11
+ export const file_anduril_type_color_pub = /*@__PURE__*/
12
+ fileDesc("ChxhbmR1cmlsL3R5cGUvY29sb3IucHViLnByb3RvEgxhbmR1cmlsLnR5cGUiXQoFQ29sb3ISCwoDcmVkGAEgASgCEg0KBWdyZWVuGAIgASgCEgwKBGJsdWUYAyABKAISKgoFYWxwaGEYBCABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZUKuAQoQY29tLmFuZHVyaWwudHlwZUINQ29sb3JQdWJQcm90b1ABWjpnaGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL3R5cGU7YXR5cGVzogIDQVRYqgIMQW5kdXJpbC5UeXBlygIMQW5kdXJpbFxUeXBl4gIYQW5kdXJpbFxUeXBlXEdQQk1ldGFkYXRh6gINQW5kdXJpbDo6VHlwZWIGcHJvdG8z", [file_google_protobuf_wrappers]);
13
+
14
+ /**
15
+ * Describes the message anduril.type.Color.
16
+ * Use `create(ColorSchema)` to create a new message.
17
+ */
18
+ export const ColorSchema = /*@__PURE__*/
19
+ messageDesc(file_anduril_type_color_pub, 0);
20
+