@oh-my-pi/pi-catalog 16.1.12 → 16.1.13

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 (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
  3. package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
  4. package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
  5. package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
  6. package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
  7. package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
  8. package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
  9. package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
  10. package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
  11. package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
  12. package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
  13. package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
  14. package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
  15. package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
  16. package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
  17. package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
  18. package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
  19. package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
  20. package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
  21. package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
  22. package/dist/types/discovery/devin.d.ts +24 -0
  23. package/dist/types/provider-models/descriptors.d.ts +11 -0
  24. package/dist/types/provider-models/special.d.ts +7 -0
  25. package/dist/types/types.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
  28. package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
  29. package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
  30. package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
  31. package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
  32. package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
  33. package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
  34. package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
  35. package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
  36. package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
  37. package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
  38. package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
  39. package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
  40. package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
  41. package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
  42. package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
  43. package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
  44. package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
  45. package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
  46. package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
  47. package/src/discovery/devin.ts +151 -0
  48. package/src/models.json +2608 -24
  49. package/src/provider-models/descriptors.ts +9 -1
  50. package/src/provider-models/special.ts +29 -0
  51. package/src/types.ts +2 -1
@@ -0,0 +1,712 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file exa/trust_pb/trust.proto (package exa.trust_pb, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { Message } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * Describes the file exa/trust_pb/trust.proto.
13
+ */
14
+ export const file_exa_trust_pb_trust: GenFile = /*@__PURE__*/
15
+ fileDesc("ChhleGEvdHJ1c3RfcGIvdHJ1c3QucHJvdG8SDGV4YS50cnVzdF9wYiJhCg9UcnVzdElkZW50aWZpZXISOgoPaWRlbnRpZmllcl90eXBlGAEgASgOMiEuZXhhLnRydXN0X3BiLlRydXN0SWRlbnRpZmllclR5cGUSEgoKaWRlbnRpZmllchgCIAEoCSJPCg1UcnVzdFF1ZXJ5S2V5EjEKCGtleV90eXBlGAEgASgOMh8uZXhhLnRydXN0X3BiLlRydXN0UXVlcnlLZXlUeXBlEgsKA2tleRgCIAEoCSKPBwoKVHJ1c3RFdmVudBIvCgtvYnNlcnZlZF9hdBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoGc291cmNlGAMgASgOMh4uZXhhLnRydXN0X3BiLlRydXN0RXZlbnRTb3VyY2USFwoPaWRlbXBvdGVuY3lfa2V5GAQgASgJEi4KB3Vua25vd24YBSABKAsyGy5leGEudHJ1c3RfcGIuVW5rbm93blNpZ25hbEgAEkUKE3Byb3ZpZGVyc19leGhhdXN0ZWQYBiABKAsyJi5leGEudHJ1c3RfcGIuUHJvdmlkZXJzRXhoYXVzdGVkU2lnbmFsSAASSQoWY3Jvc3NfbW9kZWxfcmF0ZV9saW1pdBgHIAEoCzInLmV4YS50cnVzdF9wYi5Dcm9zc01vZGVsUmF0ZUxpbWl0U2lnbmFsSAASOwoOYWNjb3VudF9mYW5vdXQYCCABKAsyIS5leGEudHJ1c3RfcGIuQWNjb3VudEZhbm91dFNpZ25hbEgAEkQKE211bHRpX2lwX3RyYWplY3RvcnkYCSABKAsyJS5leGEudHJ1c3RfcGIuTXVsdGlJcFRyYWplY3RvcnlTaWduYWxIABI0CgtjeWJlcl9hYnVzZRgKIAEoCzIdLmV4YS50cnVzdF9wYi5DeWJlckFidXNlRXZlbnRIABJDChNvcGVuYWlfYmxvY2tlZF91c2VyGAsgASgLMiQuZXhhLnRydXN0X3BiLk9wZW5BSUJsb2NrZWRVc2VyRXZlbnRIABJIChVzdXNwaWNpb3VzX3VzZXJfYWdlbnQYDCABKAsyJy5leGEudHJ1c3RfcGIuU3VzcGljaW91c1VzZXJBZ2VudFNpZ25hbEgAEjcKDG1hbnVhbF90cnVzdBgOIAEoCzIfLmV4YS50cnVzdF9wYi5NYW51YWxUcnVzdFNpZ25hbEgAElAKGWh1bnRlcl9lbWFpbF92ZXJpZmljYXRpb24YESABKAsyKy5leGEudHJ1c3RfcGIuSHVudGVyRW1haWxWZXJpZmljYXRpb25TaWduYWxIABIyCgtpZGVudGlmaWVycxgNIAMoCzIdLmV4YS50cnVzdF9wYi5UcnVzdElkZW50aWZpZXISLgoJcXVlcnlfa2V5GA8gASgLMhsuZXhhLnRydXN0X3BiLlRydXN0UXVlcnlLZXlCCAoGc2lnbmFsSgQIAhADIg8KDVVua25vd25TaWduYWwiswEKGFByb3ZpZGVyc0V4aGF1c3RlZFNpZ25hbBIRCgltb2RlbF91aWQYASABKAkSDAoEdGllchgCIAEoCRIWCg50b3RhbF9hdHRlbXB0cxgDIAEoBRIXCg9sYXN0X2Vycm9yX2NvZGUYBCABKAkSGgoSbGFzdF9lcnJvcl9tZXNzYWdlGAUgASgJEhcKD3Byb3ZpZGVyc190cmllZBgGIAEoBRIQCghhdXRoX3VpZBgHIAEoCSKcAQoZQ3Jvc3NNb2RlbFJhdGVMaW1pdFNpZ25hbBIRCgltb2RlbF91aWQYASABKAkSDAoEdGllchgCIAEoCRINCgVjb3VudBgDIAEoAxINCgVsaW1pdBgEIAEoAxIWCg5wZXJpb2Rfc2Vjb25kcxgFIAEoBRIWCg5lbWFpbF9taXNtYXRjaBgGIAEoCBIQCghhdXRoX3VpZBgHIAEoCSJfChNBY2NvdW50RmFub3V0U2lnbmFsEhAKCGF1dGhfdWlkGAEgASgJEhAKCGlkZW50aXR5GAIgASgJEhIKCmFjY291bnRfaWQYAyABKAkSEAoIaXNfdHJpYWwYBCABKAgilwEKF011bHRpSXBUcmFqZWN0b3J5U2lnbmFsEhAKCGF1dGhfdWlkGAEgASgJEhAKCGlwX2NvdW50GAIgASgDEhEKCXRocmVzaG9sZBgDIAEoAxIWCg53aW5kb3dfc2Vjb25kcxgEIAEoBRIMCgR0aWVyGAUgASgJEg0KBWVtYWlsGAYgASgJEhAKCGVuZm9yY2VkGAcgASgIImoKD0N5YmVyQWJ1c2VFdmVudBIQCghhdXRoX3VpZBgBIAEoCRIQCghwcm92aWRlchgCIAEoCRISCgpldmVudF90eXBlGAMgASgJEhEKCW1vZGVsX3VpZBgEIAEoCRIMCgR0aWVyGAUgASgJIl0KFk9wZW5BSUJsb2NrZWRVc2VyRXZlbnQSEAoIYXV0aF91aWQYASABKAkSEAoIcHJvdmlkZXIYAiABKAkSEQoJbW9kZWxfdWlkGAMgASgJEgwKBHRpZXIYBCABKAkiWQoZU3VzcGljaW91c1VzZXJBZ2VudFNpZ25hbBIQCghhdXRoX3VpZBgBIAEoCRISCgp1c2VyX2FnZW50GAIgASgJEhYKDm1hdGNoZWRfcHJlZml4GAMgASgJIo0BChFNYW51YWxUcnVzdFNpZ25hbBIQCghhdXRoX3VpZBgBIAEoCRIxCgd2ZXJkaWN0GAIgASgOMiAuZXhhLnRydXN0X3BiLk1hbnVhbFRydXN0VmVyZGljdBIPCgdwZXJjZW50GAMgASgFEg4KBnJlYXNvbhgEIAEoCRISCgpmbGFnZ2VkX2J5GAUgASgJIpwCCh1IdW50ZXJFbWFpbFZlcmlmaWNhdGlvblNpZ25hbBINCgVlbWFpbBgBIAEoCRIOCgZyZXN1bHQYAiABKAkSDgoGc3RhdHVzGAMgASgJEg0KBXNjb3JlGAQgASgFEg4KBnJlZ2V4cBgFIAEoCBIRCglnaWJiZXJpc2gYBiABKAgSEgoKZGlzcG9zYWJsZRgHIAEoCBIPCgd3ZWJtYWlsGAggASgIEhIKCm14X3JlY29yZHMYCSABKAgSEwoLc210cF9zZXJ2ZXIYCiABKAgSEgoKc210cF9jaGVjaxgLIAEoCBISCgphY2NlcHRfYWxsGAwgASgIEg0KBWJsb2NrGA0gASgIEhUKDXNvdXJjZXNfY291bnQYDiABKAUiRAoYUmVjb3JkVHJ1c3RFdmVudHNSZXF1ZXN0EigKBmV2ZW50cxgBIAMoCzIYLmV4YS50cnVzdF9wYi5UcnVzdEV2ZW50IhsKGVJlY29yZFRydXN0RXZlbnRzUmVzcG9uc2UqqwEKEFRydXN0RXZlbnRTb3VyY2USIgoeVFJVU1RfRVZFTlRfU09VUkNFX1VOU1BFQ0lGSUVEEAASIQodVFJVU1RfRVZFTlRfU09VUkNFX0FQSV9TRVJWRVIQARImCiJUUlVTVF9FVkVOVF9TT1VSQ0VfREVWSU5fV0VCU0VSVkVSEAISKAokVFJVU1RfRVZFTlRfU09VUkNFX0lOVEVSTkFMX0RFVEVDVE9SEAMqsgEKE1RydXN0SWRlbnRpZmllclR5cGUSJQohVFJVU1RfSURFTlRJRklFUl9UWVBFX1VOU1BFQ0lGSUVEEAASHwobVFJVU1RfSURFTlRJRklFUl9UWVBFX0VNQUlMEAESJwojVFJVU1RfSURFTlRJRklFUl9UWVBFX0RFVklOX1VTRVJfSUQQAhIqCiZUUlVTVF9JREVOVElGSUVSX1RZUEVfREVWSU5fQUNDT1VOVF9JRBADKq8BChFUcnVzdFF1ZXJ5S2V5VHlwZRIkCiBUUlVTVF9RVUVSWV9LRVlfVFlQRV9VTlNQRUNJRklFRBAAEiEKHVRSVVNUX1FVRVJZX0tFWV9UWVBFX0FVVEhfVUlEEAESJgoiVFJVU1RfUVVFUllfS0VZX1RZUEVfREVWSU5fVVNFUl9JRBACEikKJVRSVVNUX1FVRVJZX0tFWV9UWVBFX0RFVklOX0FDQ09VTlRfSUQQAyp9ChJNYW51YWxUcnVzdFZlcmRpY3QSJAogTUFOVUFMX1RSVVNUX1ZFUkRJQ1RfVU5TUEVDSUZJRUQQABIeChpNQU5VQUxfVFJVU1RfVkVSRElDVF9UUlVTVBABEiEKHU1BTlVBTF9UUlVTVF9WRVJESUNUX0RJU1RSVVNUEAJiBnByb3RvMw", [file_google_protobuf_timestamp]);
16
+
17
+ /**
18
+ * @generated from message exa.trust_pb.TrustIdentifier
19
+ */
20
+ export type TrustIdentifier = Message<"exa.trust_pb.TrustIdentifier"> & {
21
+ /**
22
+ * @generated from field: exa.trust_pb.TrustIdentifierType identifier_type = 1;
23
+ */
24
+ identifierType: TrustIdentifierType;
25
+
26
+ /**
27
+ * @generated from field: string identifier = 2;
28
+ */
29
+ identifier: string;
30
+ };
31
+
32
+ /**
33
+ * Describes the message exa.trust_pb.TrustIdentifier.
34
+ * Use `create(TrustIdentifierSchema)` to create a new message.
35
+ */
36
+ export const TrustIdentifierSchema: GenMessage<TrustIdentifier> = /*@__PURE__*/
37
+ messageDesc(file_exa_trust_pb_trust, 0);
38
+
39
+ /**
40
+ * @generated from message exa.trust_pb.TrustQueryKey
41
+ */
42
+ export type TrustQueryKey = Message<"exa.trust_pb.TrustQueryKey"> & {
43
+ /**
44
+ * @generated from field: exa.trust_pb.TrustQueryKeyType key_type = 1;
45
+ */
46
+ keyType: TrustQueryKeyType;
47
+
48
+ /**
49
+ * @generated from field: string key = 2;
50
+ */
51
+ key: string;
52
+ };
53
+
54
+ /**
55
+ * Describes the message exa.trust_pb.TrustQueryKey.
56
+ * Use `create(TrustQueryKeySchema)` to create a new message.
57
+ */
58
+ export const TrustQueryKeySchema: GenMessage<TrustQueryKey> = /*@__PURE__*/
59
+ messageDesc(file_exa_trust_pb_trust, 1);
60
+
61
+ /**
62
+ * @generated from message exa.trust_pb.TrustEvent
63
+ */
64
+ export type TrustEvent = Message<"exa.trust_pb.TrustEvent"> & {
65
+ /**
66
+ * @generated from field: google.protobuf.Timestamp observed_at = 1;
67
+ */
68
+ observedAt?: Timestamp | undefined;
69
+
70
+ /**
71
+ * @generated from field: exa.trust_pb.TrustEventSource source = 3;
72
+ */
73
+ source: TrustEventSource;
74
+
75
+ /**
76
+ * @generated from field: string idempotency_key = 4;
77
+ */
78
+ idempotencyKey: string;
79
+
80
+ /**
81
+ * @generated from oneof exa.trust_pb.TrustEvent.signal
82
+ */
83
+ signal: {
84
+ /**
85
+ * @generated from field: exa.trust_pb.UnknownSignal unknown = 5;
86
+ */
87
+ value: UnknownSignal;
88
+ case: "unknown";
89
+ } | {
90
+ /**
91
+ * @generated from field: exa.trust_pb.ProvidersExhaustedSignal providers_exhausted = 6;
92
+ */
93
+ value: ProvidersExhaustedSignal;
94
+ case: "providersExhausted";
95
+ } | {
96
+ /**
97
+ * @generated from field: exa.trust_pb.CrossModelRateLimitSignal cross_model_rate_limit = 7;
98
+ */
99
+ value: CrossModelRateLimitSignal;
100
+ case: "crossModelRateLimit";
101
+ } | {
102
+ /**
103
+ * @generated from field: exa.trust_pb.AccountFanoutSignal account_fanout = 8;
104
+ */
105
+ value: AccountFanoutSignal;
106
+ case: "accountFanout";
107
+ } | {
108
+ /**
109
+ * @generated from field: exa.trust_pb.MultiIpTrajectorySignal multi_ip_trajectory = 9;
110
+ */
111
+ value: MultiIpTrajectorySignal;
112
+ case: "multiIpTrajectory";
113
+ } | {
114
+ /**
115
+ * @generated from field: exa.trust_pb.CyberAbuseEvent cyber_abuse = 10;
116
+ */
117
+ value: CyberAbuseEvent;
118
+ case: "cyberAbuse";
119
+ } | {
120
+ /**
121
+ * @generated from field: exa.trust_pb.OpenAIBlockedUserEvent openai_blocked_user = 11;
122
+ */
123
+ value: OpenAIBlockedUserEvent;
124
+ case: "openaiBlockedUser";
125
+ } | {
126
+ /**
127
+ * @generated from field: exa.trust_pb.SuspiciousUserAgentSignal suspicious_user_agent = 12;
128
+ */
129
+ value: SuspiciousUserAgentSignal;
130
+ case: "suspiciousUserAgent";
131
+ } | {
132
+ /**
133
+ * @generated from field: exa.trust_pb.ManualTrustSignal manual_trust = 14;
134
+ */
135
+ value: ManualTrustSignal;
136
+ case: "manualTrust";
137
+ } | {
138
+ /**
139
+ * @generated from field: exa.trust_pb.HunterEmailVerificationSignal hunter_email_verification = 17;
140
+ */
141
+ value: HunterEmailVerificationSignal;
142
+ case: "hunterEmailVerification";
143
+ } | { case: undefined; value?: undefined };
144
+
145
+ /**
146
+ * @generated from field: repeated exa.trust_pb.TrustIdentifier identifiers = 13;
147
+ */
148
+ identifiers: TrustIdentifier[];
149
+
150
+ /**
151
+ * @generated from field: exa.trust_pb.TrustQueryKey query_key = 15;
152
+ */
153
+ queryKey?: TrustQueryKey | undefined;
154
+ };
155
+
156
+ /**
157
+ * Describes the message exa.trust_pb.TrustEvent.
158
+ * Use `create(TrustEventSchema)` to create a new message.
159
+ */
160
+ export const TrustEventSchema: GenMessage<TrustEvent> = /*@__PURE__*/
161
+ messageDesc(file_exa_trust_pb_trust, 2);
162
+
163
+ /**
164
+ * @generated from message exa.trust_pb.UnknownSignal
165
+ */
166
+ export type UnknownSignal = Message<"exa.trust_pb.UnknownSignal"> & {
167
+ };
168
+
169
+ /**
170
+ * Describes the message exa.trust_pb.UnknownSignal.
171
+ * Use `create(UnknownSignalSchema)` to create a new message.
172
+ */
173
+ export const UnknownSignalSchema: GenMessage<UnknownSignal> = /*@__PURE__*/
174
+ messageDesc(file_exa_trust_pb_trust, 3);
175
+
176
+ /**
177
+ * @generated from message exa.trust_pb.ProvidersExhaustedSignal
178
+ */
179
+ export type ProvidersExhaustedSignal = Message<"exa.trust_pb.ProvidersExhaustedSignal"> & {
180
+ /**
181
+ * @generated from field: string model_uid = 1;
182
+ */
183
+ modelUid: string;
184
+
185
+ /**
186
+ * @generated from field: string tier = 2;
187
+ */
188
+ tier: string;
189
+
190
+ /**
191
+ * @generated from field: int32 total_attempts = 3;
192
+ */
193
+ totalAttempts: number;
194
+
195
+ /**
196
+ * @generated from field: string last_error_code = 4;
197
+ */
198
+ lastErrorCode: string;
199
+
200
+ /**
201
+ * @generated from field: string last_error_message = 5;
202
+ */
203
+ lastErrorMessage: string;
204
+
205
+ /**
206
+ * @generated from field: int32 providers_tried = 6;
207
+ */
208
+ providersTried: number;
209
+
210
+ /**
211
+ * @generated from field: string auth_uid = 7;
212
+ */
213
+ authUid: string;
214
+ };
215
+
216
+ /**
217
+ * Describes the message exa.trust_pb.ProvidersExhaustedSignal.
218
+ * Use `create(ProvidersExhaustedSignalSchema)` to create a new message.
219
+ */
220
+ export const ProvidersExhaustedSignalSchema: GenMessage<ProvidersExhaustedSignal> = /*@__PURE__*/
221
+ messageDesc(file_exa_trust_pb_trust, 4);
222
+
223
+ /**
224
+ * @generated from message exa.trust_pb.CrossModelRateLimitSignal
225
+ */
226
+ export type CrossModelRateLimitSignal = Message<"exa.trust_pb.CrossModelRateLimitSignal"> & {
227
+ /**
228
+ * @generated from field: string model_uid = 1;
229
+ */
230
+ modelUid: string;
231
+
232
+ /**
233
+ * @generated from field: string tier = 2;
234
+ */
235
+ tier: string;
236
+
237
+ /**
238
+ * @generated from field: int64 count = 3;
239
+ */
240
+ count: bigint;
241
+
242
+ /**
243
+ * @generated from field: int64 limit = 4;
244
+ */
245
+ limit: bigint;
246
+
247
+ /**
248
+ * @generated from field: int32 period_seconds = 5;
249
+ */
250
+ periodSeconds: number;
251
+
252
+ /**
253
+ * @generated from field: bool email_mismatch = 6;
254
+ */
255
+ emailMismatch: boolean;
256
+
257
+ /**
258
+ * @generated from field: string auth_uid = 7;
259
+ */
260
+ authUid: string;
261
+ };
262
+
263
+ /**
264
+ * Describes the message exa.trust_pb.CrossModelRateLimitSignal.
265
+ * Use `create(CrossModelRateLimitSignalSchema)` to create a new message.
266
+ */
267
+ export const CrossModelRateLimitSignalSchema: GenMessage<CrossModelRateLimitSignal> = /*@__PURE__*/
268
+ messageDesc(file_exa_trust_pb_trust, 5);
269
+
270
+ /**
271
+ * @generated from message exa.trust_pb.AccountFanoutSignal
272
+ */
273
+ export type AccountFanoutSignal = Message<"exa.trust_pb.AccountFanoutSignal"> & {
274
+ /**
275
+ * @generated from field: string auth_uid = 1;
276
+ */
277
+ authUid: string;
278
+
279
+ /**
280
+ * @generated from field: string identity = 2;
281
+ */
282
+ identity: string;
283
+
284
+ /**
285
+ * @generated from field: string account_id = 3;
286
+ */
287
+ accountId: string;
288
+
289
+ /**
290
+ * @generated from field: bool is_trial = 4;
291
+ */
292
+ isTrial: boolean;
293
+ };
294
+
295
+ /**
296
+ * Describes the message exa.trust_pb.AccountFanoutSignal.
297
+ * Use `create(AccountFanoutSignalSchema)` to create a new message.
298
+ */
299
+ export const AccountFanoutSignalSchema: GenMessage<AccountFanoutSignal> = /*@__PURE__*/
300
+ messageDesc(file_exa_trust_pb_trust, 6);
301
+
302
+ /**
303
+ * @generated from message exa.trust_pb.MultiIpTrajectorySignal
304
+ */
305
+ export type MultiIpTrajectorySignal = Message<"exa.trust_pb.MultiIpTrajectorySignal"> & {
306
+ /**
307
+ * @generated from field: string auth_uid = 1;
308
+ */
309
+ authUid: string;
310
+
311
+ /**
312
+ * @generated from field: int64 ip_count = 2;
313
+ */
314
+ ipCount: bigint;
315
+
316
+ /**
317
+ * @generated from field: int64 threshold = 3;
318
+ */
319
+ threshold: bigint;
320
+
321
+ /**
322
+ * @generated from field: int32 window_seconds = 4;
323
+ */
324
+ windowSeconds: number;
325
+
326
+ /**
327
+ * @generated from field: string tier = 5;
328
+ */
329
+ tier: string;
330
+
331
+ /**
332
+ * @generated from field: string email = 6;
333
+ */
334
+ email: string;
335
+
336
+ /**
337
+ * @generated from field: bool enforced = 7;
338
+ */
339
+ enforced: boolean;
340
+ };
341
+
342
+ /**
343
+ * Describes the message exa.trust_pb.MultiIpTrajectorySignal.
344
+ * Use `create(MultiIpTrajectorySignalSchema)` to create a new message.
345
+ */
346
+ export const MultiIpTrajectorySignalSchema: GenMessage<MultiIpTrajectorySignal> = /*@__PURE__*/
347
+ messageDesc(file_exa_trust_pb_trust, 7);
348
+
349
+ /**
350
+ * @generated from message exa.trust_pb.CyberAbuseEvent
351
+ */
352
+ export type CyberAbuseEvent = Message<"exa.trust_pb.CyberAbuseEvent"> & {
353
+ /**
354
+ * @generated from field: string auth_uid = 1;
355
+ */
356
+ authUid: string;
357
+
358
+ /**
359
+ * @generated from field: string provider = 2;
360
+ */
361
+ provider: string;
362
+
363
+ /**
364
+ * @generated from field: string event_type = 3;
365
+ */
366
+ eventType: string;
367
+
368
+ /**
369
+ * @generated from field: string model_uid = 4;
370
+ */
371
+ modelUid: string;
372
+
373
+ /**
374
+ * @generated from field: string tier = 5;
375
+ */
376
+ tier: string;
377
+ };
378
+
379
+ /**
380
+ * Describes the message exa.trust_pb.CyberAbuseEvent.
381
+ * Use `create(CyberAbuseEventSchema)` to create a new message.
382
+ */
383
+ export const CyberAbuseEventSchema: GenMessage<CyberAbuseEvent> = /*@__PURE__*/
384
+ messageDesc(file_exa_trust_pb_trust, 8);
385
+
386
+ /**
387
+ * @generated from message exa.trust_pb.OpenAIBlockedUserEvent
388
+ */
389
+ export type OpenAIBlockedUserEvent = Message<"exa.trust_pb.OpenAIBlockedUserEvent"> & {
390
+ /**
391
+ * @generated from field: string auth_uid = 1;
392
+ */
393
+ authUid: string;
394
+
395
+ /**
396
+ * @generated from field: string provider = 2;
397
+ */
398
+ provider: string;
399
+
400
+ /**
401
+ * @generated from field: string model_uid = 3;
402
+ */
403
+ modelUid: string;
404
+
405
+ /**
406
+ * @generated from field: string tier = 4;
407
+ */
408
+ tier: string;
409
+ };
410
+
411
+ /**
412
+ * Describes the message exa.trust_pb.OpenAIBlockedUserEvent.
413
+ * Use `create(OpenAIBlockedUserEventSchema)` to create a new message.
414
+ */
415
+ export const OpenAIBlockedUserEventSchema: GenMessage<OpenAIBlockedUserEvent> = /*@__PURE__*/
416
+ messageDesc(file_exa_trust_pb_trust, 9);
417
+
418
+ /**
419
+ * @generated from message exa.trust_pb.SuspiciousUserAgentSignal
420
+ */
421
+ export type SuspiciousUserAgentSignal = Message<"exa.trust_pb.SuspiciousUserAgentSignal"> & {
422
+ /**
423
+ * @generated from field: string auth_uid = 1;
424
+ */
425
+ authUid: string;
426
+
427
+ /**
428
+ * @generated from field: string user_agent = 2;
429
+ */
430
+ userAgent: string;
431
+
432
+ /**
433
+ * @generated from field: string matched_prefix = 3;
434
+ */
435
+ matchedPrefix: string;
436
+ };
437
+
438
+ /**
439
+ * Describes the message exa.trust_pb.SuspiciousUserAgentSignal.
440
+ * Use `create(SuspiciousUserAgentSignalSchema)` to create a new message.
441
+ */
442
+ export const SuspiciousUserAgentSignalSchema: GenMessage<SuspiciousUserAgentSignal> = /*@__PURE__*/
443
+ messageDesc(file_exa_trust_pb_trust, 10);
444
+
445
+ /**
446
+ * @generated from message exa.trust_pb.ManualTrustSignal
447
+ */
448
+ export type ManualTrustSignal = Message<"exa.trust_pb.ManualTrustSignal"> & {
449
+ /**
450
+ * @generated from field: string auth_uid = 1;
451
+ */
452
+ authUid: string;
453
+
454
+ /**
455
+ * @generated from field: exa.trust_pb.ManualTrustVerdict verdict = 2;
456
+ */
457
+ verdict: ManualTrustVerdict;
458
+
459
+ /**
460
+ * @generated from field: int32 percent = 3;
461
+ */
462
+ percent: number;
463
+
464
+ /**
465
+ * @generated from field: string reason = 4;
466
+ */
467
+ reason: string;
468
+
469
+ /**
470
+ * @generated from field: string flagged_by = 5;
471
+ */
472
+ flaggedBy: string;
473
+ };
474
+
475
+ /**
476
+ * Describes the message exa.trust_pb.ManualTrustSignal.
477
+ * Use `create(ManualTrustSignalSchema)` to create a new message.
478
+ */
479
+ export const ManualTrustSignalSchema: GenMessage<ManualTrustSignal> = /*@__PURE__*/
480
+ messageDesc(file_exa_trust_pb_trust, 11);
481
+
482
+ /**
483
+ * @generated from message exa.trust_pb.HunterEmailVerificationSignal
484
+ */
485
+ export type HunterEmailVerificationSignal = Message<"exa.trust_pb.HunterEmailVerificationSignal"> & {
486
+ /**
487
+ * @generated from field: string email = 1;
488
+ */
489
+ email: string;
490
+
491
+ /**
492
+ * @generated from field: string result = 2;
493
+ */
494
+ result: string;
495
+
496
+ /**
497
+ * @generated from field: string status = 3;
498
+ */
499
+ status: string;
500
+
501
+ /**
502
+ * @generated from field: int32 score = 4;
503
+ */
504
+ score: number;
505
+
506
+ /**
507
+ * @generated from field: bool regexp = 5;
508
+ */
509
+ regexp: boolean;
510
+
511
+ /**
512
+ * @generated from field: bool gibberish = 6;
513
+ */
514
+ gibberish: boolean;
515
+
516
+ /**
517
+ * @generated from field: bool disposable = 7;
518
+ */
519
+ disposable: boolean;
520
+
521
+ /**
522
+ * @generated from field: bool webmail = 8;
523
+ */
524
+ webmail: boolean;
525
+
526
+ /**
527
+ * @generated from field: bool mx_records = 9;
528
+ */
529
+ mxRecords: boolean;
530
+
531
+ /**
532
+ * @generated from field: bool smtp_server = 10;
533
+ */
534
+ smtpServer: boolean;
535
+
536
+ /**
537
+ * @generated from field: bool smtp_check = 11;
538
+ */
539
+ smtpCheck: boolean;
540
+
541
+ /**
542
+ * @generated from field: bool accept_all = 12;
543
+ */
544
+ acceptAll: boolean;
545
+
546
+ /**
547
+ * @generated from field: bool block = 13;
548
+ */
549
+ block: boolean;
550
+
551
+ /**
552
+ * @generated from field: int32 sources_count = 14;
553
+ */
554
+ sourcesCount: number;
555
+ };
556
+
557
+ /**
558
+ * Describes the message exa.trust_pb.HunterEmailVerificationSignal.
559
+ * Use `create(HunterEmailVerificationSignalSchema)` to create a new message.
560
+ */
561
+ export const HunterEmailVerificationSignalSchema: GenMessage<HunterEmailVerificationSignal> = /*@__PURE__*/
562
+ messageDesc(file_exa_trust_pb_trust, 12);
563
+
564
+ /**
565
+ * @generated from message exa.trust_pb.RecordTrustEventsRequest
566
+ */
567
+ export type RecordTrustEventsRequest = Message<"exa.trust_pb.RecordTrustEventsRequest"> & {
568
+ /**
569
+ * @generated from field: repeated exa.trust_pb.TrustEvent events = 1;
570
+ */
571
+ events: TrustEvent[];
572
+ };
573
+
574
+ /**
575
+ * Describes the message exa.trust_pb.RecordTrustEventsRequest.
576
+ * Use `create(RecordTrustEventsRequestSchema)` to create a new message.
577
+ */
578
+ export const RecordTrustEventsRequestSchema: GenMessage<RecordTrustEventsRequest> = /*@__PURE__*/
579
+ messageDesc(file_exa_trust_pb_trust, 13);
580
+
581
+ /**
582
+ * @generated from message exa.trust_pb.RecordTrustEventsResponse
583
+ */
584
+ export type RecordTrustEventsResponse = Message<"exa.trust_pb.RecordTrustEventsResponse"> & {
585
+ };
586
+
587
+ /**
588
+ * Describes the message exa.trust_pb.RecordTrustEventsResponse.
589
+ * Use `create(RecordTrustEventsResponseSchema)` to create a new message.
590
+ */
591
+ export const RecordTrustEventsResponseSchema: GenMessage<RecordTrustEventsResponse> = /*@__PURE__*/
592
+ messageDesc(file_exa_trust_pb_trust, 14);
593
+
594
+ /**
595
+ * @generated from enum exa.trust_pb.TrustEventSource
596
+ */
597
+ export enum TrustEventSource {
598
+ /**
599
+ * @generated from enum value: TRUST_EVENT_SOURCE_UNSPECIFIED = 0;
600
+ */
601
+ UNSPECIFIED = 0,
602
+
603
+ /**
604
+ * @generated from enum value: TRUST_EVENT_SOURCE_API_SERVER = 1;
605
+ */
606
+ API_SERVER = 1,
607
+
608
+ /**
609
+ * @generated from enum value: TRUST_EVENT_SOURCE_DEVIN_WEBSERVER = 2;
610
+ */
611
+ DEVIN_WEBSERVER = 2,
612
+
613
+ /**
614
+ * @generated from enum value: TRUST_EVENT_SOURCE_INTERNAL_DETECTOR = 3;
615
+ */
616
+ INTERNAL_DETECTOR = 3,
617
+ }
618
+
619
+ /**
620
+ * Describes the enum exa.trust_pb.TrustEventSource.
621
+ */
622
+ export const TrustEventSourceSchema: GenEnum<TrustEventSource> = /*@__PURE__*/
623
+ enumDesc(file_exa_trust_pb_trust, 0);
624
+
625
+ /**
626
+ * @generated from enum exa.trust_pb.TrustIdentifierType
627
+ */
628
+ export enum TrustIdentifierType {
629
+ /**
630
+ * @generated from enum value: TRUST_IDENTIFIER_TYPE_UNSPECIFIED = 0;
631
+ */
632
+ UNSPECIFIED = 0,
633
+
634
+ /**
635
+ * @generated from enum value: TRUST_IDENTIFIER_TYPE_EMAIL = 1;
636
+ */
637
+ EMAIL = 1,
638
+
639
+ /**
640
+ * @generated from enum value: TRUST_IDENTIFIER_TYPE_DEVIN_USER_ID = 2;
641
+ */
642
+ DEVIN_USER_ID = 2,
643
+
644
+ /**
645
+ * @generated from enum value: TRUST_IDENTIFIER_TYPE_DEVIN_ACCOUNT_ID = 3;
646
+ */
647
+ DEVIN_ACCOUNT_ID = 3,
648
+ }
649
+
650
+ /**
651
+ * Describes the enum exa.trust_pb.TrustIdentifierType.
652
+ */
653
+ export const TrustIdentifierTypeSchema: GenEnum<TrustIdentifierType> = /*@__PURE__*/
654
+ enumDesc(file_exa_trust_pb_trust, 1);
655
+
656
+ /**
657
+ * @generated from enum exa.trust_pb.TrustQueryKeyType
658
+ */
659
+ export enum TrustQueryKeyType {
660
+ /**
661
+ * @generated from enum value: TRUST_QUERY_KEY_TYPE_UNSPECIFIED = 0;
662
+ */
663
+ UNSPECIFIED = 0,
664
+
665
+ /**
666
+ * @generated from enum value: TRUST_QUERY_KEY_TYPE_AUTH_UID = 1;
667
+ */
668
+ AUTH_UID = 1,
669
+
670
+ /**
671
+ * @generated from enum value: TRUST_QUERY_KEY_TYPE_DEVIN_USER_ID = 2;
672
+ */
673
+ DEVIN_USER_ID = 2,
674
+
675
+ /**
676
+ * @generated from enum value: TRUST_QUERY_KEY_TYPE_DEVIN_ACCOUNT_ID = 3;
677
+ */
678
+ DEVIN_ACCOUNT_ID = 3,
679
+ }
680
+
681
+ /**
682
+ * Describes the enum exa.trust_pb.TrustQueryKeyType.
683
+ */
684
+ export const TrustQueryKeyTypeSchema: GenEnum<TrustQueryKeyType> = /*@__PURE__*/
685
+ enumDesc(file_exa_trust_pb_trust, 2);
686
+
687
+ /**
688
+ * @generated from enum exa.trust_pb.ManualTrustVerdict
689
+ */
690
+ export enum ManualTrustVerdict {
691
+ /**
692
+ * @generated from enum value: MANUAL_TRUST_VERDICT_UNSPECIFIED = 0;
693
+ */
694
+ UNSPECIFIED = 0,
695
+
696
+ /**
697
+ * @generated from enum value: MANUAL_TRUST_VERDICT_TRUST = 1;
698
+ */
699
+ TRUST = 1,
700
+
701
+ /**
702
+ * @generated from enum value: MANUAL_TRUST_VERDICT_DISTRUST = 2;
703
+ */
704
+ DISTRUST = 2,
705
+ }
706
+
707
+ /**
708
+ * Describes the enum exa.trust_pb.ManualTrustVerdict.
709
+ */
710
+ export const ManualTrustVerdictSchema: GenEnum<ManualTrustVerdict> = /*@__PURE__*/
711
+ enumDesc(file_exa_trust_pb_trust, 3);
712
+