@oh-my-pi/pi-catalog 16.1.11 → 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,52 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Metadata } from "../codeium_common_pb/codeium_common_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file exa/auth_pb/auth.proto.
6
+ */
7
+ export declare const file_exa_auth_pb_auth: GenFile;
8
+ /**
9
+ * @generated from message exa.auth_pb.GetUserJwtRequest
10
+ */
11
+ export type GetUserJwtRequest = Message<"exa.auth_pb.GetUserJwtRequest"> & {
12
+ /**
13
+ * @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
14
+ */
15
+ metadata?: Metadata | undefined;
16
+ };
17
+ /**
18
+ * Describes the message exa.auth_pb.GetUserJwtRequest.
19
+ * Use `create(GetUserJwtRequestSchema)` to create a new message.
20
+ */
21
+ export declare const GetUserJwtRequestSchema: GenMessage<GetUserJwtRequest>;
22
+ /**
23
+ * @generated from message exa.auth_pb.GetUserJwtResponse
24
+ */
25
+ export type GetUserJwtResponse = Message<"exa.auth_pb.GetUserJwtResponse"> & {
26
+ /**
27
+ * @generated from field: string user_jwt = 1;
28
+ */
29
+ userJwt: string;
30
+ /**
31
+ * @generated from field: string custom_api_server_url = 2;
32
+ */
33
+ customApiServerUrl: string;
34
+ };
35
+ /**
36
+ * Describes the message exa.auth_pb.GetUserJwtResponse.
37
+ * Use `create(GetUserJwtResponseSchema)` to create a new message.
38
+ */
39
+ export declare const GetUserJwtResponseSchema: GenMessage<GetUserJwtResponse>;
40
+ /**
41
+ * @generated from service exa.auth_pb.AuthService
42
+ */
43
+ export declare const AuthService: GenService<{
44
+ /**
45
+ * @generated from rpc exa.auth_pb.AuthService.GetUserJwt
46
+ */
47
+ getUserJwt: {
48
+ methodKind: "unary";
49
+ input: typeof GetUserJwtRequestSchema;
50
+ output: typeof GetUserJwtResponseSchema;
51
+ };
52
+ }>;
@@ -0,0 +1,276 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { CascadeRunStatus, CortexTrajectory } from "../cortex_pb/cortex_pb";
3
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file exa/auto_cascade_common_pb/auto_cascade_common.proto.
7
+ */
8
+ export declare const file_exa_auto_cascade_common_pb_auto_cascade_common: GenFile;
9
+ /**
10
+ * @generated from message exa.auto_cascade_common_pb.GitRepoInfo
11
+ */
12
+ export type GitRepoInfo = Message<"exa.auto_cascade_common_pb.GitRepoInfo"> & {
13
+ /**
14
+ * @generated from field: string repo_name = 1;
15
+ */
16
+ repoName: string;
17
+ /**
18
+ * @generated from field: string branch = 2;
19
+ */
20
+ branch: string;
21
+ /**
22
+ * @generated from field: string commit = 3;
23
+ */
24
+ commit: string;
25
+ /**
26
+ * @generated from field: string pr_url = 4;
27
+ */
28
+ prUrl: string;
29
+ };
30
+ /**
31
+ * Describes the message exa.auto_cascade_common_pb.GitRepoInfo.
32
+ * Use `create(GitRepoInfoSchema)` to create a new message.
33
+ */
34
+ export declare const GitRepoInfoSchema: GenMessage<GitRepoInfo>;
35
+ /**
36
+ * @generated from message exa.auto_cascade_common_pb.SessionInfo
37
+ */
38
+ export type SessionInfo = Message<"exa.auto_cascade_common_pb.SessionInfo"> & {
39
+ /**
40
+ * @generated from field: string session_id = 1;
41
+ */
42
+ sessionId: string;
43
+ /**
44
+ * @generated from field: string explanation = 2;
45
+ */
46
+ explanation: string;
47
+ /**
48
+ * @generated from field: string ssh_url = 3;
49
+ */
50
+ sshUrl: string;
51
+ /**
52
+ * @generated from field: exa.cortex_pb.CascadeRunStatus status = 4;
53
+ */
54
+ status: CascadeRunStatus;
55
+ /**
56
+ * @generated from field: string summary = 5;
57
+ */
58
+ summary: string;
59
+ /**
60
+ * @generated from field: exa.cortex_pb.CortexTrajectory trajectory = 6;
61
+ */
62
+ trajectory?: CortexTrajectory | undefined;
63
+ /**
64
+ * @generated from field: string session_key = 7;
65
+ */
66
+ sessionKey: string;
67
+ /**
68
+ * @generated from field: google.protobuf.Timestamp created_at = 8;
69
+ */
70
+ createdAt?: Timestamp | undefined;
71
+ /**
72
+ * @generated from field: repeated exa.auto_cascade_common_pb.GitRepoInfo git_repos = 9;
73
+ */
74
+ gitRepos: GitRepoInfo[];
75
+ /**
76
+ * @generated from field: google.protobuf.Timestamp updated_at = 10;
77
+ */
78
+ updatedAt?: Timestamp | undefined;
79
+ };
80
+ /**
81
+ * Describes the message exa.auto_cascade_common_pb.SessionInfo.
82
+ * Use `create(SessionInfoSchema)` to create a new message.
83
+ */
84
+ export declare const SessionInfoSchema: GenMessage<SessionInfo>;
85
+ /**
86
+ * @generated from message exa.auto_cascade_common_pb.SessionInfos
87
+ */
88
+ export type SessionInfos = Message<"exa.auto_cascade_common_pb.SessionInfos"> & {
89
+ /**
90
+ * @generated from field: map<string, exa.auto_cascade_common_pb.SessionInfo> sessions = 1;
91
+ */
92
+ sessions: {
93
+ [key: string]: SessionInfo;
94
+ };
95
+ };
96
+ /**
97
+ * Describes the message exa.auto_cascade_common_pb.SessionInfos.
98
+ * Use `create(SessionInfosSchema)` to create a new message.
99
+ */
100
+ export declare const SessionInfosSchema: GenMessage<SessionInfos>;
101
+ /**
102
+ * @generated from message exa.auto_cascade_common_pb.GithubPullRequestInfo
103
+ */
104
+ export type GithubPullRequestInfo = Message<"exa.auto_cascade_common_pb.GithubPullRequestInfo"> & {
105
+ /**
106
+ * @generated from field: string url = 1;
107
+ */
108
+ url: string;
109
+ /**
110
+ * @generated from field: string owner = 2;
111
+ */
112
+ owner: string;
113
+ /**
114
+ * @generated from field: string repo = 3;
115
+ */
116
+ repo: string;
117
+ /**
118
+ * @generated from field: string title = 4;
119
+ */
120
+ title: string;
121
+ /**
122
+ * @generated from field: string number = 5;
123
+ */
124
+ number: string;
125
+ /**
126
+ * @generated from field: exa.auto_cascade_common_pb.GithubCICheckStatus ci_status = 6;
127
+ */
128
+ ciStatus: GithubCICheckStatus;
129
+ /**
130
+ * @generated from field: exa.auto_cascade_common_pb.GithubPullRequestBranchStatus branch_status = 7;
131
+ */
132
+ branchStatus: GithubPullRequestBranchStatus;
133
+ /**
134
+ * @generated from field: google.protobuf.Timestamp updated_at = 8;
135
+ */
136
+ updatedAt?: Timestamp | undefined;
137
+ };
138
+ /**
139
+ * Describes the message exa.auto_cascade_common_pb.GithubPullRequestInfo.
140
+ * Use `create(GithubPullRequestInfoSchema)` to create a new message.
141
+ */
142
+ export declare const GithubPullRequestInfoSchema: GenMessage<GithubPullRequestInfo>;
143
+ /**
144
+ * @generated from message exa.auto_cascade_common_pb.GithubInstallationInfo
145
+ */
146
+ export type GithubInstallationInfo = Message<"exa.auto_cascade_common_pb.GithubInstallationInfo"> & {
147
+ /**
148
+ * @generated from field: string installation_id = 1;
149
+ */
150
+ installationId: string;
151
+ /**
152
+ * @generated from field: string organization_name = 2;
153
+ */
154
+ organizationName: string;
155
+ };
156
+ /**
157
+ * Describes the message exa.auto_cascade_common_pb.GithubInstallationInfo.
158
+ * Use `create(GithubInstallationInfoSchema)` to create a new message.
159
+ */
160
+ export declare const GithubInstallationInfoSchema: GenMessage<GithubInstallationInfo>;
161
+ /**
162
+ * @generated from enum exa.auto_cascade_common_pb.BranchStatus
163
+ */
164
+ export declare enum BranchStatus {
165
+ /**
166
+ * @generated from enum value: BRANCH_STATUS_UNSPECIFIED = 0;
167
+ */
168
+ UNSPECIFIED = 0,
169
+ /**
170
+ * @generated from enum value: BRANCH_STATUS_NO_PR = 1;
171
+ */
172
+ NO_PR = 1,
173
+ /**
174
+ * @generated from enum value: BRANCH_STATUS_PR_OPEN = 2;
175
+ */
176
+ PR_OPEN = 2,
177
+ /**
178
+ * @generated from enum value: BRANCH_STATUS_PR_CLOSED = 3;
179
+ */
180
+ PR_CLOSED = 3,
181
+ /**
182
+ * @generated from enum value: BRANCH_STATUS_PR_MERGED = 4;
183
+ */
184
+ PR_MERGED = 4,
185
+ /**
186
+ * @generated from enum value: BRANCH_STATUS_HAS_SUGGESTION = 5;
187
+ */
188
+ HAS_SUGGESTION = 5
189
+ }
190
+ /**
191
+ * Describes the enum exa.auto_cascade_common_pb.BranchStatus.
192
+ */
193
+ export declare const BranchStatusSchema: GenEnum<BranchStatus>;
194
+ /**
195
+ * @generated from enum exa.auto_cascade_common_pb.CommentType
196
+ */
197
+ export declare enum CommentType {
198
+ /**
199
+ * @generated from enum value: COMMENT_TYPE_UNSPECIFIED = 0;
200
+ */
201
+ UNSPECIFIED = 0,
202
+ /**
203
+ * @generated from enum value: COMMENT_TYPE_MANUAL_REVIEW_TRIGGER = 1;
204
+ */
205
+ MANUAL_REVIEW_TRIGGER = 1,
206
+ /**
207
+ * @generated from enum value: COMMENT_TYPE_LGTM = 2;
208
+ */
209
+ LGTM = 2,
210
+ /**
211
+ * @generated from enum value: COMMENT_TYPE_REVIEW_BODY = 3;
212
+ */
213
+ REVIEW_BODY = 3,
214
+ /**
215
+ * @generated from enum value: COMMENT_TYPE_REVIEW_COMMENT = 4;
216
+ */
217
+ REVIEW_COMMENT = 4
218
+ }
219
+ /**
220
+ * Describes the enum exa.auto_cascade_common_pb.CommentType.
221
+ */
222
+ export declare const CommentTypeSchema: GenEnum<CommentType>;
223
+ /**
224
+ * @generated from enum exa.auto_cascade_common_pb.GithubCICheckStatus
225
+ */
226
+ export declare enum GithubCICheckStatus {
227
+ /**
228
+ * @generated from enum value: GITHUB_CI_CHECK_STATUS_UNSPECIFIED = 0;
229
+ */
230
+ GITHUB_CI_CHECK_STATUS_UNSPECIFIED = 0,
231
+ /**
232
+ * @generated from enum value: GITHUB_CI_CHECK_STATUS_SUCCESS = 1;
233
+ */
234
+ GITHUB_CI_CHECK_STATUS_SUCCESS = 1,
235
+ /**
236
+ * @generated from enum value: GITHUB_CI_CHECK_STATUS_FAILED = 2;
237
+ */
238
+ GITHUB_CI_CHECK_STATUS_FAILED = 2,
239
+ /**
240
+ * @generated from enum value: GITHUB_CI_CHECK_STATUS_PENDING = 3;
241
+ */
242
+ GITHUB_CI_CHECK_STATUS_PENDING = 3
243
+ }
244
+ /**
245
+ * Describes the enum exa.auto_cascade_common_pb.GithubCICheckStatus.
246
+ */
247
+ export declare const GithubCICheckStatusSchema: GenEnum<GithubCICheckStatus>;
248
+ /**
249
+ * @generated from enum exa.auto_cascade_common_pb.GithubPullRequestBranchStatus
250
+ */
251
+ export declare enum GithubPullRequestBranchStatus {
252
+ /**
253
+ * @generated from enum value: GITHUB_PULL_REQUEST_BRANCH_STATUS_UNSPECIFIED = 0;
254
+ */
255
+ UNSPECIFIED = 0,
256
+ /**
257
+ * @generated from enum value: GITHUB_PULL_REQUEST_BRANCH_STATUS_OPEN = 1;
258
+ */
259
+ OPEN = 1,
260
+ /**
261
+ * @generated from enum value: GITHUB_PULL_REQUEST_BRANCH_STATUS_CLOSED = 2;
262
+ */
263
+ CLOSED = 2,
264
+ /**
265
+ * @generated from enum value: GITHUB_PULL_REQUEST_BRANCH_STATUS_DRAFT = 3;
266
+ */
267
+ DRAFT = 3,
268
+ /**
269
+ * @generated from enum value: GITHUB_PULL_REQUEST_BRANCH_STATUS_MERGED = 4;
270
+ */
271
+ MERGED = 4
272
+ }
273
+ /**
274
+ * Describes the enum exa.auto_cascade_common_pb.GithubPullRequestBranchStatus.
275
+ */
276
+ export declare const GithubPullRequestBranchStatusSchema: GenEnum<GithubPullRequestBranchStatus>;
@@ -0,0 +1,78 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file exa/bug_checker_pb/bug_checker.proto.
5
+ */
6
+ export declare const file_exa_bug_checker_pb_bug_checker: GenFile;
7
+ /**
8
+ * @generated from message exa.bug_checker_pb.Fix
9
+ */
10
+ export type Fix = Message<"exa.bug_checker_pb.Fix"> & {
11
+ /**
12
+ * @generated from field: string old_str = 1;
13
+ */
14
+ oldStr: string;
15
+ /**
16
+ * @generated from field: string new_str = 2;
17
+ */
18
+ newStr: string;
19
+ };
20
+ /**
21
+ * Describes the message exa.bug_checker_pb.Fix.
22
+ * Use `create(FixSchema)` to create a new message.
23
+ */
24
+ export declare const FixSchema: GenMessage<Fix>;
25
+ /**
26
+ * @generated from message exa.bug_checker_pb.Bug
27
+ */
28
+ export type Bug = Message<"exa.bug_checker_pb.Bug"> & {
29
+ /**
30
+ * @generated from field: string id = 1;
31
+ */
32
+ id: string;
33
+ /**
34
+ * @generated from field: string file = 2;
35
+ */
36
+ file: string;
37
+ /**
38
+ * @generated from field: int32 start = 3;
39
+ */
40
+ start: number;
41
+ /**
42
+ * @generated from field: int32 end = 4;
43
+ */
44
+ end: number;
45
+ /**
46
+ * @generated from field: string title = 5;
47
+ */
48
+ title: string;
49
+ /**
50
+ * @generated from field: string description = 6;
51
+ */
52
+ description: string;
53
+ /**
54
+ * @generated from field: string severity = 7;
55
+ */
56
+ severity: string;
57
+ /**
58
+ * @generated from field: string resolution = 8;
59
+ */
60
+ resolution: string;
61
+ /**
62
+ * @generated from field: double confidence = 9;
63
+ */
64
+ confidence: number;
65
+ /**
66
+ * @generated from field: repeated string categories = 10;
67
+ */
68
+ categories: string[];
69
+ /**
70
+ * @generated from field: exa.bug_checker_pb.Fix fix = 11;
71
+ */
72
+ fix?: Fix | undefined;
73
+ };
74
+ /**
75
+ * Describes the message exa.bug_checker_pb.Bug.
76
+ * Use `create(BugSchema)` to create a new message.
77
+ */
78
+ export declare const BugSchema: GenMessage<Bug>;