Skip to content

Commit 46a2b53

Browse files
1 parent e899a64 commit 46a2b53

File tree

102 files changed

+6236
-10331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+6236
-10331
lines changed
Lines changed: 62 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,21 @@
1-
// @generated by protoc-gen-es v1.7.2 with parameter "js_import_style=legacy_commonjs"
1+
// @generated by protoc-gen-es v2.2.0
22
// @generated from file anduril/entitymanager/v1/classification.pub.proto (package anduril.entitymanager.v1, syntax proto3)
33
/* eslint-disable */
4-
// @ts-nocheck
54

6-
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7-
import { Message, proto3 } from "@bufbuild/protobuf";
5+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6+
import type { Message } from "@bufbuild/protobuf";
87

98
/**
10-
* An enumeration of security classification levels.
11-
*
12-
* @generated from enum anduril.entitymanager.v1.ClassificationLevels
9+
* Describes the file anduril/entitymanager/v1/classification.pub.proto.
1310
*/
14-
export declare enum ClassificationLevels {
15-
/**
16-
* @generated from enum value: CLASSIFICATION_LEVELS_INVALID = 0;
17-
*/
18-
INVALID = 0,
19-
20-
/**
21-
* @generated from enum value: CLASSIFICATION_LEVELS_UNCLASSIFIED = 1;
22-
*/
23-
UNCLASSIFIED = 1,
24-
25-
/**
26-
* @generated from enum value: CLASSIFICATION_LEVELS_CONTROLLED_UNCLASSIFIED = 2;
27-
*/
28-
CONTROLLED_UNCLASSIFIED = 2,
29-
30-
/**
31-
* @generated from enum value: CLASSIFICATION_LEVELS_CONFIDENTIAL = 3;
32-
*/
33-
CONFIDENTIAL = 3,
34-
35-
/**
36-
* @generated from enum value: CLASSIFICATION_LEVELS_SECRET = 4;
37-
*/
38-
SECRET = 4,
39-
40-
/**
41-
* @generated from enum value: CLASSIFICATION_LEVELS_TOP_SECRET = 5;
42-
*/
43-
TOP_SECRET = 5,
44-
}
11+
export declare const file_anduril_entitymanager_v1_classification_pub: GenFile;
4512

4613
/**
4714
* A component that describes an entity's security classification levels.
4815
*
4916
* @generated from message anduril.entitymanager.v1.Classification
5017
*/
51-
export declare class Classification extends Message<Classification> {
18+
export declare type Classification = Message<"anduril.entitymanager.v1.Classification"> & {
5219
/**
5320
* @generated from field: anduril.entitymanager.v1.ClassificationLevels level = 1 [deprecated = true];
5421
* @deprecated
@@ -70,28 +37,20 @@ export declare class Classification extends Message<Classification> {
7037
* @generated from field: repeated anduril.entitymanager.v1.FieldClassificationInformation fields = 3;
7138
*/
7239
fields: FieldClassificationInformation[];
40+
};
7341

74-
constructor(data?: PartialMessage<Classification>);
75-
76-
static readonly runtime: typeof proto3;
77-
static readonly typeName = "anduril.entitymanager.v1.Classification";
78-
static readonly fields: FieldList;
79-
80-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Classification;
81-
82-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Classification;
83-
84-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Classification;
85-
86-
static equals(a: Classification | PlainMessage<Classification> | undefined, b: Classification | PlainMessage<Classification> | undefined): boolean;
87-
}
42+
/**
43+
* Describes the message anduril.entitymanager.v1.Classification.
44+
* Use `create(ClassificationSchema)` to create a new message.
45+
*/
46+
export declare const ClassificationSchema: GenMessage<Classification>;
8847

8948
/**
9049
* A field specific classification information definition.
9150
*
9251
* @generated from message anduril.entitymanager.v1.FieldClassificationInformation
9352
*/
94-
export declare class FieldClassificationInformation extends Message<FieldClassificationInformation> {
53+
export declare type FieldClassificationInformation = Message<"anduril.entitymanager.v1.FieldClassificationInformation"> & {
9554
/**
9655
* Proto field path which is the string representation of a field.
9756
* > example: signal.bandwidth_hz would be bandwidth_hz in the signal component
@@ -106,21 +65,13 @@ export declare class FieldClassificationInformation extends Message<FieldClassif
10665
* @generated from field: anduril.entitymanager.v1.ClassificationInformation classification_information = 2;
10766
*/
10867
classificationInformation?: ClassificationInformation;
68+
};
10969

110-
constructor(data?: PartialMessage<FieldClassificationInformation>);
111-
112-
static readonly runtime: typeof proto3;
113-
static readonly typeName = "anduril.entitymanager.v1.FieldClassificationInformation";
114-
static readonly fields: FieldList;
115-
116-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FieldClassificationInformation;
117-
118-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FieldClassificationInformation;
119-
120-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldClassificationInformation;
121-
122-
static equals(a: FieldClassificationInformation | PlainMessage<FieldClassificationInformation> | undefined, b: FieldClassificationInformation | PlainMessage<FieldClassificationInformation> | undefined): boolean;
123-
}
70+
/**
71+
* Describes the message anduril.entitymanager.v1.FieldClassificationInformation.
72+
* Use `create(FieldClassificationInformationSchema)` to create a new message.
73+
*/
74+
export declare const FieldClassificationInformationSchema: GenMessage<FieldClassificationInformation>;
12475

12576
/**
12677
* Represents all of the necessary information required to generate a summarized
@@ -131,7 +82,7 @@ export declare class FieldClassificationInformation extends Message<FieldClassif
13182
*
13283
* @generated from message anduril.entitymanager.v1.ClassificationInformation
13384
*/
134-
export declare class ClassificationInformation extends Message<ClassificationInformation> {
85+
export declare type ClassificationInformation = Message<"anduril.entitymanager.v1.ClassificationInformation"> & {
13586
/**
13687
* Classification level to be applied to the information in question.
13788
*
@@ -145,19 +96,53 @@ export declare class ClassificationInformation extends Message<ClassificationInf
14596
* @generated from field: repeated string caveats = 2;
14697
*/
14798
caveats: string[];
99+
};
148100

149-
constructor(data?: PartialMessage<ClassificationInformation>);
101+
/**
102+
* Describes the message anduril.entitymanager.v1.ClassificationInformation.
103+
* Use `create(ClassificationInformationSchema)` to create a new message.
104+
*/
105+
export declare const ClassificationInformationSchema: GenMessage<ClassificationInformation>;
150106

151-
static readonly runtime: typeof proto3;
152-
static readonly typeName = "anduril.entitymanager.v1.ClassificationInformation";
153-
static readonly fields: FieldList;
107+
/**
108+
* An enumeration of security classification levels.
109+
*
110+
* @generated from enum anduril.entitymanager.v1.ClassificationLevels
111+
*/
112+
export enum ClassificationLevels {
113+
/**
114+
* @generated from enum value: CLASSIFICATION_LEVELS_INVALID = 0;
115+
*/
116+
INVALID = 0,
117+
118+
/**
119+
* @generated from enum value: CLASSIFICATION_LEVELS_UNCLASSIFIED = 1;
120+
*/
121+
UNCLASSIFIED = 1,
154122

155-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClassificationInformation;
123+
/**
124+
* @generated from enum value: CLASSIFICATION_LEVELS_CONTROLLED_UNCLASSIFIED = 2;
125+
*/
126+
CONTROLLED_UNCLASSIFIED = 2,
156127

157-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClassificationInformation;
128+
/**
129+
* @generated from enum value: CLASSIFICATION_LEVELS_CONFIDENTIAL = 3;
130+
*/
131+
CONFIDENTIAL = 3,
158132

159-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClassificationInformation;
133+
/**
134+
* @generated from enum value: CLASSIFICATION_LEVELS_SECRET = 4;
135+
*/
136+
SECRET = 4,
160137

161-
static equals(a: ClassificationInformation | PlainMessage<ClassificationInformation> | undefined, b: ClassificationInformation | PlainMessage<ClassificationInformation> | undefined): boolean;
138+
/**
139+
* @generated from enum value: CLASSIFICATION_LEVELS_TOP_SECRET = 5;
140+
*/
141+
TOP_SECRET = 5,
162142
}
163143

144+
/**
145+
* Describes the enum anduril.entitymanager.v1.ClassificationLevels.
146+
*/
147+
export declare const ClassificationLevelsSchema: GenEnum<ClassificationLevels>;
148+
Lines changed: 29 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,47 @@
1-
// @generated by protoc-gen-es v1.7.2 with parameter "js_import_style=legacy_commonjs"
1+
// @generated by protoc-gen-es v2.2.0
22
// @generated from file anduril/entitymanager/v1/classification.pub.proto (package anduril.entitymanager.v1, syntax proto3)
33
/* eslint-disable */
4-
// @ts-nocheck
54

6-
"use strict";
7-
Object.defineProperty(exports, "__esModule", { value: true });
5+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
86

9-
const { proto3 } = require("@bufbuild/protobuf");
7+
/**
8+
* Describes the file anduril/entitymanager/v1/classification.pub.proto.
9+
*/
10+
export const file_anduril_entitymanager_v1_classification_pub = /*@__PURE__*/
11+
fileDesc("CjFhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvY2xhc3NpZmljYXRpb24ucHViLnByb3RvEhhhbmR1cmlsLmVudGl0eW1hbmFnZXIudjEi4wEKDkNsYXNzaWZpY2F0aW9uEkEKBWxldmVsGAEgASgOMi4uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkNsYXNzaWZpY2F0aW9uTGV2ZWxzQgIYARJECgdkZWZhdWx0GAIgASgLMjMuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkNsYXNzaWZpY2F0aW9uSW5mb3JtYXRpb24SSAoGZmllbGRzGAMgAygLMjguYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkZpZWxkQ2xhc3NpZmljYXRpb25JbmZvcm1hdGlvbiKNAQoeRmllbGRDbGFzc2lmaWNhdGlvbkluZm9ybWF0aW9uEhIKCmZpZWxkX3BhdGgYASABKAkSVwoaY2xhc3NpZmljYXRpb25faW5mb3JtYXRpb24YAiABKAsyMy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQ2xhc3NpZmljYXRpb25JbmZvcm1hdGlvbiJrChlDbGFzc2lmaWNhdGlvbkluZm9ybWF0aW9uEj0KBWxldmVsGAEgASgOMi4uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkNsYXNzaWZpY2F0aW9uTGV2ZWxzEg8KB2NhdmVhdHMYAiADKAkqhAIKFENsYXNzaWZpY2F0aW9uTGV2ZWxzEiEKHUNMQVNTSUZJQ0FUSU9OX0xFVkVMU19JTlZBTElEEAASJgoiQ0xBU1NJRklDQVRJT05fTEVWRUxTX1VOQ0xBU1NJRklFRBABEjEKLUNMQVNTSUZJQ0FUSU9OX0xFVkVMU19DT05UUk9MTEVEX1VOQ0xBU1NJRklFRBACEiYKIkNMQVNTSUZJQ0FUSU9OX0xFVkVMU19DT05GSURFTlRJQUwQAxIgChxDTEFTU0lGSUNBVElPTl9MRVZFTFNfU0VDUkVUEAQSJAogQ0xBU1NJRklDQVRJT05fTEVWRUxTX1RPUF9TRUNSRVQQBUKHAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIWQ2xhc3NpZmljYXRpb25QdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM");
1012

1113
/**
12-
* An enumeration of security classification levels.
13-
*
14-
* @generated from enum anduril.entitymanager.v1.ClassificationLevels
14+
* Describes the message anduril.entitymanager.v1.Classification.
15+
* Use `create(ClassificationSchema)` to create a new message.
1516
*/
16-
const ClassificationLevels = proto3.makeEnum(
17-
"anduril.entitymanager.v1.ClassificationLevels",
18-
[
19-
{no: 0, name: "CLASSIFICATION_LEVELS_INVALID", localName: "INVALID"},
20-
{no: 1, name: "CLASSIFICATION_LEVELS_UNCLASSIFIED", localName: "UNCLASSIFIED"},
21-
{no: 2, name: "CLASSIFICATION_LEVELS_CONTROLLED_UNCLASSIFIED", localName: "CONTROLLED_UNCLASSIFIED"},
22-
{no: 3, name: "CLASSIFICATION_LEVELS_CONFIDENTIAL", localName: "CONFIDENTIAL"},
23-
{no: 4, name: "CLASSIFICATION_LEVELS_SECRET", localName: "SECRET"},
24-
{no: 5, name: "CLASSIFICATION_LEVELS_TOP_SECRET", localName: "TOP_SECRET"},
25-
],
26-
);
17+
export const ClassificationSchema = /*@__PURE__*/
18+
messageDesc(file_anduril_entitymanager_v1_classification_pub, 0);
2719

2820
/**
29-
* A component that describes an entity's security classification levels.
30-
*
31-
* @generated from message anduril.entitymanager.v1.Classification
21+
* Describes the message anduril.entitymanager.v1.FieldClassificationInformation.
22+
* Use `create(FieldClassificationInformationSchema)` to create a new message.
3223
*/
33-
const Classification = proto3.makeMessageType(
34-
"anduril.entitymanager.v1.Classification",
35-
() => [
36-
{ no: 1, name: "level", kind: "enum", T: proto3.getEnumType(ClassificationLevels) },
37-
{ no: 2, name: "default", kind: "message", T: ClassificationInformation },
38-
{ no: 3, name: "fields", kind: "message", T: FieldClassificationInformation, repeated: true },
39-
],
40-
);
24+
export const FieldClassificationInformationSchema = /*@__PURE__*/
25+
messageDesc(file_anduril_entitymanager_v1_classification_pub, 1);
4126

4227
/**
43-
* A field specific classification information definition.
44-
*
45-
* @generated from message anduril.entitymanager.v1.FieldClassificationInformation
28+
* Describes the message anduril.entitymanager.v1.ClassificationInformation.
29+
* Use `create(ClassificationInformationSchema)` to create a new message.
4630
*/
47-
const FieldClassificationInformation = proto3.makeMessageType(
48-
"anduril.entitymanager.v1.FieldClassificationInformation",
49-
() => [
50-
{ no: 1, name: "field_path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
51-
{ no: 2, name: "classification_information", kind: "message", T: ClassificationInformation },
52-
],
53-
);
31+
export const ClassificationInformationSchema = /*@__PURE__*/
32+
messageDesc(file_anduril_entitymanager_v1_classification_pub, 2);
5433

5534
/**
56-
* Represents all of the necessary information required to generate a summarized
57-
* classification marking.
58-
*
59-
* > example: A summarized classification marking of "TOPSECRET//NOFORN//FISA"
60-
* would be defined as: { "level": 5, "caveats": [ "NOFORN, "FISA" ] }
61-
*
62-
* @generated from message anduril.entitymanager.v1.ClassificationInformation
35+
* Describes the enum anduril.entitymanager.v1.ClassificationLevels.
6336
*/
64-
const ClassificationInformation = proto3.makeMessageType(
65-
"anduril.entitymanager.v1.ClassificationInformation",
66-
() => [
67-
{ no: 1, name: "level", kind: "enum", T: proto3.getEnumType(ClassificationLevels) },
68-
{ no: 2, name: "caveats", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
69-
],
70-
);
37+
export const ClassificationLevelsSchema = /*@__PURE__*/
38+
enumDesc(file_anduril_entitymanager_v1_classification_pub, 0);
7139

40+
/**
41+
* An enumeration of security classification levels.
42+
*
43+
* @generated from enum anduril.entitymanager.v1.ClassificationLevels
44+
*/
45+
export const ClassificationLevels = /*@__PURE__*/
46+
tsEnum(ClassificationLevelsSchema);
7247

73-
exports.ClassificationLevels = ClassificationLevels;
74-
exports.Classification = Classification;
75-
exports.FieldClassificationInformation = FieldClassificationInformation;
76-
exports.ClassificationInformation = ClassificationInformation;
Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
1-
// @generated by protoc-gen-es v1.7.2 with parameter "js_import_style=legacy_commonjs"
1+
// @generated by protoc-gen-es v2.2.0
22
// @generated from file anduril/entitymanager/v1/contact_details.pub.proto (package anduril.entitymanager.v1, syntax proto3)
33
/* eslint-disable */
4-
// @ts-nocheck
54

6-
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7-
import { Message, proto3 } from "@bufbuild/protobuf";
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/contact_details.pub.proto.
10+
*/
11+
export declare const file_anduril_entitymanager_v1_contact_details_pub: GenFile;
812

913
/**
1014
* Contains details on how to make contact with an entity.
1115
*
1216
* @generated from message anduril.entitymanager.v1.ContactDetails
1317
*/
14-
export declare class ContactDetails extends Message<ContactDetails> {
18+
export declare type ContactDetails = Message<"anduril.entitymanager.v1.ContactDetails"> & {
1519
/**
1620
* The primary phone number for this entity.
1721
*
1822
* @generated from field: string phone_number = 1;
1923
*/
2024
phoneNumber: string;
25+
};
2126

22-
constructor(data?: PartialMessage<ContactDetails>);
23-
24-
static readonly runtime: typeof proto3;
25-
static readonly typeName = "anduril.entitymanager.v1.ContactDetails";
26-
static readonly fields: FieldList;
27-
28-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ContactDetails;
29-
30-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ContactDetails;
31-
32-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ContactDetails;
33-
34-
static equals(a: ContactDetails | PlainMessage<ContactDetails> | undefined, b: ContactDetails | PlainMessage<ContactDetails> | undefined): boolean;
35-
}
27+
/**
28+
* Describes the message anduril.entitymanager.v1.ContactDetails.
29+
* Use `create(ContactDetailsSchema)` to create a new message.
30+
*/
31+
export declare const ContactDetailsSchema: GenMessage<ContactDetails>;
3632

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
1-
// @generated by protoc-gen-es v1.7.2 with parameter "js_import_style=legacy_commonjs"
1+
// @generated by protoc-gen-es v2.2.0
22
// @generated from file anduril/entitymanager/v1/contact_details.pub.proto (package anduril.entitymanager.v1, syntax proto3)
33
/* eslint-disable */
4-
// @ts-nocheck
54

6-
"use strict";
7-
Object.defineProperty(exports, "__esModule", { value: true });
8-
9-
const { proto3 } = require("@bufbuild/protobuf");
5+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
106

117
/**
12-
* Contains details on how to make contact with an entity.
13-
*
14-
* @generated from message anduril.entitymanager.v1.ContactDetails
8+
* Describes the file anduril/entitymanager/v1/contact_details.pub.proto.
159
*/
16-
const ContactDetails = proto3.makeMessageType(
17-
"anduril.entitymanager.v1.ContactDetails",
18-
() => [
19-
{ no: 1, name: "phone_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
20-
],
21-
);
10+
export const file_anduril_entitymanager_v1_contact_details_pub = /*@__PURE__*/
11+
fileDesc("CjJhbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvY29udGFjdF9kZXRhaWxzLnB1Yi5wcm90bxIYYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxIiYKDkNvbnRhY3REZXRhaWxzEhQKDHBob25lX251bWJlchgBIAEoCUKHAgocY29tLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MUIWQ29udGFjdERldGFpbHNQdWJQcm90b1ABWk1naGUuYW5kdXJpbC5kZXYvYW5kdXJpbC9hbmR1cmlsYXBpcy1nby9hbmR1cmlsL2VudGl0eW1hbmFnZXIvdjE7ZW50aXR5bWFuYWdlcqICA0FFWKoCGEFuZHVyaWwuRW50aXR5bWFuYWdlci5WMcoCGEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMeICJEFuZHVyaWxcRW50aXR5bWFuYWdlclxWMVxHUEJNZXRhZGF0YeoCGkFuZHVyaWw6OkVudGl0eW1hbmFnZXI6OlYxYgZwcm90bzM");
2212

13+
/**
14+
* Describes the message anduril.entitymanager.v1.ContactDetails.
15+
* Use `create(ContactDetailsSchema)` to create a new message.
16+
*/
17+
export const ContactDetailsSchema = /*@__PURE__*/
18+
messageDesc(file_anduril_entitymanager_v1_contact_details_pub, 0);
2319

24-
exports.ContactDetails = ContactDetails;

0 commit comments

Comments
 (0)