@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.
- package/CHANGELOG.md +7 -0
- package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
- package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
- package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
- package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
- package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
- package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
- package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
- package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
- package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
- package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
- package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
- package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
- package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
- package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
- package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
- package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
- package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
- package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
- package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
- package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
- package/dist/types/discovery/devin.d.ts +24 -0
- package/dist/types/provider-models/descriptors.d.ts +11 -0
- package/dist/types/provider-models/special.d.ts +7 -0
- package/dist/types/types.d.ts +1 -1
- package/package.json +3 -3
- package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
- package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
- package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
- package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
- package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
- package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
- package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
- package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
- package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
- package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
- package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
- package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
- package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
- package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
- package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
- package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
- package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
- package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
- package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
- package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
- package/src/discovery/devin.ts +151 -0
- package/src/models.json +2608 -24
- package/src/provider-models/descriptors.ts +9 -1
- package/src/provider-models/special.ts +29 -0
- package/src/types.ts +2 -1
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
2
|
+
// @generated from file exa/diff_action_pb/diff_action.proto (package exa.diff_action_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 { Language } from "../codeium_common_pb/codeium_common_pb";
|
|
8
|
+
import { file_exa_codeium_common_pb_codeium_common } from "../codeium_common_pb/codeium_common_pb";
|
|
9
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file exa/diff_action_pb/diff_action.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_exa_diff_action_pb_diff_action: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiRleGEvZGlmZl9hY3Rpb25fcGIvZGlmZl9hY3Rpb24ucHJvdG8SEmV4YS5kaWZmX2FjdGlvbl9wYiKlAQoLVW5pZmllZERpZmYSPgoFbGluZXMYAyADKAsyLy5leGEuZGlmZl9hY3Rpb25fcGIuVW5pZmllZERpZmYuVW5pZmllZERpZmZMaW5lGlYKD1VuaWZpZWREaWZmTGluZRIMCgR0ZXh0GAEgASgJEjUKBHR5cGUYAiABKA4yJy5leGEuZGlmZl9hY3Rpb25fcGIuVW5pZmllZERpZmZMaW5lVHlwZSLWAQoJRGlmZkJsb2NrEhIKCnN0YXJ0X2xpbmUYASABKAUSEAoIZW5kX2xpbmUYAiABKAUSNQoMdW5pZmllZF9kaWZmGAMgASgLMh8uZXhhLmRpZmZfYWN0aW9uX3BiLlVuaWZpZWREaWZmEjYKDWZyb21fbGFuZ3VhZ2UYBCABKA4yHy5leGEuY29kZWl1bV9jb21tb25fcGIuTGFuZ3VhZ2USNAoLdG9fbGFuZ3VhZ2UYBSABKA4yHy5leGEuY29kZWl1bV9jb21tb25fcGIuTGFuZ3VhZ2UiVQoTQ2hhcmFjdGVyRGlmZkNoYW5nZRIMCgR0ZXh0GAEgASgJEjAKBHR5cGUYAiABKA4yIi5leGEuZGlmZl9hY3Rpb25fcGIuRGlmZkNoYW5nZVR5cGUiSQoNQ2hhcmFjdGVyRGlmZhI4CgdjaGFuZ2VzGAEgAygLMicuZXhhLmRpZmZfYWN0aW9uX3BiLkNoYXJhY3RlckRpZmZDaGFuZ2UiigEKDUNvbWJvRGlmZkxpbmUSDAoEdGV4dBgBIAEoCRIwCgR0eXBlGAIgASgOMiIuZXhhLmRpZmZfYWN0aW9uX3BiLkRpZmZDaGFuZ2VUeXBlEjkKDmNoYXJhY3Rlcl9kaWZmGAMgASgLMiEuZXhhLmRpZmZfYWN0aW9uX3BiLkNoYXJhY3RlckRpZmYiPQoJQ29tYm9EaWZmEjAKBWxpbmVzGAEgAygLMiEuZXhhLmRpZmZfYWN0aW9uX3BiLkNvbWJvRGlmZkxpbmUirgEKB0RpZmZTZXQSNQoMdW5pZmllZF9kaWZmGAEgASgLMh8uZXhhLmRpZmZfYWN0aW9uX3BiLlVuaWZpZWREaWZmEjkKDmNoYXJhY3Rlcl9kaWZmGAIgASgLMiEuZXhhLmRpZmZfYWN0aW9uX3BiLkNoYXJhY3RlckRpZmYSMQoKY29tYm9fZGlmZhgDIAEoCzIdLmV4YS5kaWZmX2FjdGlvbl9wYi5Db21ib0RpZmYiOAoIRGlmZkxpc3QSLAoFZGlmZnMYAiADKAsyHS5leGEuZGlmZl9hY3Rpb25fcGIuRGlmZkJsb2NrKqkBChNVbmlmaWVkRGlmZkxpbmVUeXBlEiYKIlVOSUZJRURfRElGRl9MSU5FX1RZUEVfVU5TUEVDSUZJRUQQABIhCh1VTklGSUVEX0RJRkZfTElORV9UWVBFX0lOU0VSVBABEiEKHVVOSUZJRURfRElGRl9MSU5FX1RZUEVfREVMRVRFEAISJAogVU5JRklFRF9ESUZGX0xJTkVfVFlQRV9VTkNIQU5HRUQQAyqMAQoORGlmZkNoYW5nZVR5cGUSIAocRElGRl9DSEFOR0VfVFlQRV9VTlNQRUNJRklFRBAAEhsKF0RJRkZfQ0hBTkdFX1RZUEVfSU5TRVJUEAESGwoXRElGRl9DSEFOR0VfVFlQRV9ERUxFVEUQAhIeChpESUZGX0NIQU5HRV9UWVBFX1VOQ0hBTkdFRBADKnYKCERpZmZUeXBlEhkKFURJRkZfVFlQRV9VTlNQRUNJRklFRBAAEhUKEURJRkZfVFlQRV9VTklGSUVEEAESFwoTRElGRl9UWVBFX0NIQVJBQ1RFUhACEhMKD0RJRkZfVFlQRV9DT01CTxADIgQIBBAEIgQIBRAFYgZwcm90bzM", [file_exa_codeium_common_pb_codeium_common]);
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @generated from message exa.diff_action_pb.UnifiedDiff
|
|
19
|
+
*/
|
|
20
|
+
export type UnifiedDiff = Message<"exa.diff_action_pb.UnifiedDiff"> & {
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: repeated exa.diff_action_pb.UnifiedDiff.UnifiedDiffLine lines = 3;
|
|
23
|
+
*/
|
|
24
|
+
lines: UnifiedDiff_UnifiedDiffLine[];
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message exa.diff_action_pb.UnifiedDiff.
|
|
29
|
+
* Use `create(UnifiedDiffSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const UnifiedDiffSchema: GenMessage<UnifiedDiff> = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 0);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @generated from message exa.diff_action_pb.UnifiedDiff.UnifiedDiffLine
|
|
36
|
+
*/
|
|
37
|
+
export type UnifiedDiff_UnifiedDiffLine = Message<"exa.diff_action_pb.UnifiedDiff.UnifiedDiffLine"> & {
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: string text = 1;
|
|
40
|
+
*/
|
|
41
|
+
text: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: exa.diff_action_pb.UnifiedDiffLineType type = 2;
|
|
45
|
+
*/
|
|
46
|
+
type: UnifiedDiffLineType;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message exa.diff_action_pb.UnifiedDiff.UnifiedDiffLine.
|
|
51
|
+
* Use `create(UnifiedDiff_UnifiedDiffLineSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export const UnifiedDiff_UnifiedDiffLineSchema: GenMessage<UnifiedDiff_UnifiedDiffLine> = /*@__PURE__*/
|
|
54
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 0, 0);
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @generated from message exa.diff_action_pb.DiffBlock
|
|
58
|
+
*/
|
|
59
|
+
export type DiffBlock = Message<"exa.diff_action_pb.DiffBlock"> & {
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: int32 start_line = 1;
|
|
62
|
+
*/
|
|
63
|
+
startLine: number;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @generated from field: int32 end_line = 2;
|
|
67
|
+
*/
|
|
68
|
+
endLine: number;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: exa.diff_action_pb.UnifiedDiff unified_diff = 3;
|
|
72
|
+
*/
|
|
73
|
+
unifiedDiff?: UnifiedDiff | undefined;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: exa.codeium_common_pb.Language from_language = 4;
|
|
77
|
+
*/
|
|
78
|
+
fromLanguage: Language;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: exa.codeium_common_pb.Language to_language = 5;
|
|
82
|
+
*/
|
|
83
|
+
toLanguage: Language;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message exa.diff_action_pb.DiffBlock.
|
|
88
|
+
* Use `create(DiffBlockSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export const DiffBlockSchema: GenMessage<DiffBlock> = /*@__PURE__*/
|
|
91
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 1);
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from message exa.diff_action_pb.CharacterDiffChange
|
|
95
|
+
*/
|
|
96
|
+
export type CharacterDiffChange = Message<"exa.diff_action_pb.CharacterDiffChange"> & {
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: string text = 1;
|
|
99
|
+
*/
|
|
100
|
+
text: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @generated from field: exa.diff_action_pb.DiffChangeType type = 2;
|
|
104
|
+
*/
|
|
105
|
+
type: DiffChangeType;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Describes the message exa.diff_action_pb.CharacterDiffChange.
|
|
110
|
+
* Use `create(CharacterDiffChangeSchema)` to create a new message.
|
|
111
|
+
*/
|
|
112
|
+
export const CharacterDiffChangeSchema: GenMessage<CharacterDiffChange> = /*@__PURE__*/
|
|
113
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 2);
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from message exa.diff_action_pb.CharacterDiff
|
|
117
|
+
*/
|
|
118
|
+
export type CharacterDiff = Message<"exa.diff_action_pb.CharacterDiff"> & {
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: repeated exa.diff_action_pb.CharacterDiffChange changes = 1;
|
|
121
|
+
*/
|
|
122
|
+
changes: CharacterDiffChange[];
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message exa.diff_action_pb.CharacterDiff.
|
|
127
|
+
* Use `create(CharacterDiffSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export const CharacterDiffSchema: GenMessage<CharacterDiff> = /*@__PURE__*/
|
|
130
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 3);
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @generated from message exa.diff_action_pb.ComboDiffLine
|
|
134
|
+
*/
|
|
135
|
+
export type ComboDiffLine = Message<"exa.diff_action_pb.ComboDiffLine"> & {
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: string text = 1;
|
|
138
|
+
*/
|
|
139
|
+
text: string;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from field: exa.diff_action_pb.DiffChangeType type = 2;
|
|
143
|
+
*/
|
|
144
|
+
type: DiffChangeType;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: exa.diff_action_pb.CharacterDiff character_diff = 3;
|
|
148
|
+
*/
|
|
149
|
+
characterDiff?: CharacterDiff | undefined;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message exa.diff_action_pb.ComboDiffLine.
|
|
154
|
+
* Use `create(ComboDiffLineSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export const ComboDiffLineSchema: GenMessage<ComboDiffLine> = /*@__PURE__*/
|
|
157
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 4);
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from message exa.diff_action_pb.ComboDiff
|
|
161
|
+
*/
|
|
162
|
+
export type ComboDiff = Message<"exa.diff_action_pb.ComboDiff"> & {
|
|
163
|
+
/**
|
|
164
|
+
* @generated from field: repeated exa.diff_action_pb.ComboDiffLine lines = 1;
|
|
165
|
+
*/
|
|
166
|
+
lines: ComboDiffLine[];
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message exa.diff_action_pb.ComboDiff.
|
|
171
|
+
* Use `create(ComboDiffSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
export const ComboDiffSchema: GenMessage<ComboDiff> = /*@__PURE__*/
|
|
174
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 5);
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* @generated from message exa.diff_action_pb.DiffSet
|
|
178
|
+
*/
|
|
179
|
+
export type DiffSet = Message<"exa.diff_action_pb.DiffSet"> & {
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: exa.diff_action_pb.UnifiedDiff unified_diff = 1;
|
|
182
|
+
*/
|
|
183
|
+
unifiedDiff?: UnifiedDiff | undefined;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: exa.diff_action_pb.CharacterDiff character_diff = 2;
|
|
187
|
+
*/
|
|
188
|
+
characterDiff?: CharacterDiff | undefined;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: exa.diff_action_pb.ComboDiff combo_diff = 3;
|
|
192
|
+
*/
|
|
193
|
+
comboDiff?: ComboDiff | undefined;
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message exa.diff_action_pb.DiffSet.
|
|
198
|
+
* Use `create(DiffSetSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export const DiffSetSchema: GenMessage<DiffSet> = /*@__PURE__*/
|
|
201
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 6);
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from message exa.diff_action_pb.DiffList
|
|
205
|
+
*/
|
|
206
|
+
export type DiffList = Message<"exa.diff_action_pb.DiffList"> & {
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: repeated exa.diff_action_pb.DiffBlock diffs = 2;
|
|
209
|
+
*/
|
|
210
|
+
diffs: DiffBlock[];
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Describes the message exa.diff_action_pb.DiffList.
|
|
215
|
+
* Use `create(DiffListSchema)` to create a new message.
|
|
216
|
+
*/
|
|
217
|
+
export const DiffListSchema: GenMessage<DiffList> = /*@__PURE__*/
|
|
218
|
+
messageDesc(file_exa_diff_action_pb_diff_action, 7);
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @generated from enum exa.diff_action_pb.UnifiedDiffLineType
|
|
222
|
+
*/
|
|
223
|
+
export enum UnifiedDiffLineType {
|
|
224
|
+
/**
|
|
225
|
+
* @generated from enum value: UNIFIED_DIFF_LINE_TYPE_UNSPECIFIED = 0;
|
|
226
|
+
*/
|
|
227
|
+
UNSPECIFIED = 0,
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @generated from enum value: UNIFIED_DIFF_LINE_TYPE_INSERT = 1;
|
|
231
|
+
*/
|
|
232
|
+
INSERT = 1,
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @generated from enum value: UNIFIED_DIFF_LINE_TYPE_DELETE = 2;
|
|
236
|
+
*/
|
|
237
|
+
DELETE = 2,
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from enum value: UNIFIED_DIFF_LINE_TYPE_UNCHANGED = 3;
|
|
241
|
+
*/
|
|
242
|
+
UNCHANGED = 3,
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Describes the enum exa.diff_action_pb.UnifiedDiffLineType.
|
|
247
|
+
*/
|
|
248
|
+
export const UnifiedDiffLineTypeSchema: GenEnum<UnifiedDiffLineType> = /*@__PURE__*/
|
|
249
|
+
enumDesc(file_exa_diff_action_pb_diff_action, 0);
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @generated from enum exa.diff_action_pb.DiffChangeType
|
|
253
|
+
*/
|
|
254
|
+
export enum DiffChangeType {
|
|
255
|
+
/**
|
|
256
|
+
* @generated from enum value: DIFF_CHANGE_TYPE_UNSPECIFIED = 0;
|
|
257
|
+
*/
|
|
258
|
+
UNSPECIFIED = 0,
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* @generated from enum value: DIFF_CHANGE_TYPE_INSERT = 1;
|
|
262
|
+
*/
|
|
263
|
+
INSERT = 1,
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* @generated from enum value: DIFF_CHANGE_TYPE_DELETE = 2;
|
|
267
|
+
*/
|
|
268
|
+
DELETE = 2,
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* @generated from enum value: DIFF_CHANGE_TYPE_UNCHANGED = 3;
|
|
272
|
+
*/
|
|
273
|
+
UNCHANGED = 3,
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Describes the enum exa.diff_action_pb.DiffChangeType.
|
|
278
|
+
*/
|
|
279
|
+
export const DiffChangeTypeSchema: GenEnum<DiffChangeType> = /*@__PURE__*/
|
|
280
|
+
enumDesc(file_exa_diff_action_pb_diff_action, 1);
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @generated from enum exa.diff_action_pb.DiffType
|
|
284
|
+
*/
|
|
285
|
+
export enum DiffType {
|
|
286
|
+
/**
|
|
287
|
+
* @generated from enum value: DIFF_TYPE_UNSPECIFIED = 0;
|
|
288
|
+
*/
|
|
289
|
+
UNSPECIFIED = 0,
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* @generated from enum value: DIFF_TYPE_UNIFIED = 1;
|
|
293
|
+
*/
|
|
294
|
+
UNIFIED = 1,
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from enum value: DIFF_TYPE_CHARACTER = 2;
|
|
298
|
+
*/
|
|
299
|
+
CHARACTER = 2,
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @generated from enum value: DIFF_TYPE_COMBO = 3;
|
|
303
|
+
*/
|
|
304
|
+
COMBO = 3,
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Describes the enum exa.diff_action_pb.DiffType.
|
|
309
|
+
*/
|
|
310
|
+
export const DiffTypeSchema: GenEnum<DiffType> = /*@__PURE__*/
|
|
311
|
+
enumDesc(file_exa_diff_action_pb_diff_action, 2);
|
|
312
|
+
|