@evalops/sdk-ts 0.1.97 → 0.1.99
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/dist/agentruntime/v1/runtime_pb.d.ts +506 -6
- package/dist/agentruntime/v1/runtime_pb.js +109 -34
- package/dist/browsercontrol/v1/browser_control_pb.d.ts +41 -0
- package/dist/browsercontrol/v1/browser_control_pb.js +35 -9
- package/dist/chronicle/v1/chronicle_pb.d.ts +1524 -56
- package/dist/chronicle/v1/chronicle_pb.js +381 -20
- package/dist/connectors/v1/connectors_pb.d.ts +62 -1
- package/dist/connectors/v1/connectors_pb.js +35 -26
- package/dist/console/v1/console_pb.d.ts +306 -0
- package/dist/console/v1/console_pb.js +52 -12
- package/dist/desktopcontrol/v1/desktop_control_pb.d.ts +605 -0
- package/dist/desktopcontrol/v1/desktop_control_pb.js +216 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1313 -111
- package/dist/fermata/v1/fermata_pb.js +265 -71
- package/dist/identity/v1/devices_pb.d.ts +80 -0
- package/dist/identity/v1/devices_pb.js +15 -5
- package/dist/keys/v1/keys_pb.d.ts +56 -1
- package/dist/keys/v1/keys_pb.js +34 -2
- package/dist/maestro/v1/scenario_pb.d.ts +300 -0
- package/dist/maestro/v1/scenario_pb.js +65 -0
- package/dist/objectives/v1/objectives_pb.d.ts +46 -0
- package/dist/objectives/v1/objectives_pb.js +29 -19
- package/dist/vfs/v1/filesystem_pb.d.ts +1213 -0
- package/dist/vfs/v1/filesystem_pb.js +230 -0
- package/package.json +13 -1
|
@@ -0,0 +1,605 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file desktopcontrol/v1/desktop_control.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_desktopcontrol_v1_desktop_control: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* DesktopControlSessionEvidence is the canonical redaction-safe evidence
|
|
10
|
+
* contract for governed macOS computer-use actions.
|
|
11
|
+
*
|
|
12
|
+
* @generated from message desktopcontrol.v1.DesktopControlSessionEvidence
|
|
13
|
+
*/
|
|
14
|
+
export type DesktopControlSessionEvidence = Message<"desktopcontrol.v1.DesktopControlSessionEvidence"> & {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: string schema_version = 1;
|
|
17
|
+
*/
|
|
18
|
+
schemaVersion: string;
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: string workspace_id = 2;
|
|
21
|
+
*/
|
|
22
|
+
workspaceId: string;
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string desktop_session_id = 3;
|
|
25
|
+
*/
|
|
26
|
+
desktopSessionId: string;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: string desktop_turn_id = 4;
|
|
29
|
+
*/
|
|
30
|
+
desktopTurnId: string;
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: string desktop_action_id = 5;
|
|
33
|
+
*/
|
|
34
|
+
desktopActionId: string;
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: desktopcontrol.v1.HelperPosture helper = 6;
|
|
37
|
+
*/
|
|
38
|
+
helper?: HelperPosture | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: desktopcontrol.v1.ClientPosture client = 7;
|
|
41
|
+
*/
|
|
42
|
+
client?: ClientPosture | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: desktopcontrol.v1.HostPosture host = 8;
|
|
45
|
+
*/
|
|
46
|
+
host?: HostPosture | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: desktopcontrol.v1.TccGrantPosture tcc = 9;
|
|
49
|
+
*/
|
|
50
|
+
tcc?: TccGrantPosture | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* @generated from field: desktopcontrol.v1.TargetAppPosture target_app = 10;
|
|
53
|
+
*/
|
|
54
|
+
targetApp?: TargetAppPosture | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: desktopcontrol.v1.MethodProfile method_profile = 11;
|
|
57
|
+
*/
|
|
58
|
+
methodProfile?: MethodProfile | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: desktopcontrol.v1.AccessibilityPosture ax = 12;
|
|
61
|
+
*/
|
|
62
|
+
ax?: AccessibilityPosture | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: desktopcontrol.v1.SessionPosture session = 13;
|
|
65
|
+
*/
|
|
66
|
+
session?: SessionPosture | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* @generated from field: desktopcontrol.v1.PermissionSummary permission = 14;
|
|
69
|
+
*/
|
|
70
|
+
permission?: PermissionSummary | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* @generated from field: desktopcontrol.v1.DiagnosticsSummary diagnostics = 15;
|
|
73
|
+
*/
|
|
74
|
+
diagnostics?: DiagnosticsSummary | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: desktopcontrol.v1.ArtifactSummary artifacts = 16;
|
|
77
|
+
*/
|
|
78
|
+
artifacts?: ArtifactSummary | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: google.protobuf.Timestamp observed_at = 17;
|
|
81
|
+
*/
|
|
82
|
+
observedAt?: Timestamp | undefined;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message desktopcontrol.v1.DesktopControlSessionEvidence.
|
|
86
|
+
* Use `create(DesktopControlSessionEvidenceSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export declare const DesktopControlSessionEvidenceSchema: GenMessage<DesktopControlSessionEvidence>;
|
|
89
|
+
/**
|
|
90
|
+
* @generated from message desktopcontrol.v1.HelperPosture
|
|
91
|
+
*/
|
|
92
|
+
export type HelperPosture = Message<"desktopcontrol.v1.HelperPosture"> & {
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: string helper_id = 1;
|
|
95
|
+
*/
|
|
96
|
+
helperId: string;
|
|
97
|
+
/**
|
|
98
|
+
* @generated from field: string helper_version = 2;
|
|
99
|
+
*/
|
|
100
|
+
helperVersion: string;
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: string helper_team_id = 3;
|
|
103
|
+
*/
|
|
104
|
+
helperTeamId: string;
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: string helper_signing_id = 4;
|
|
107
|
+
*/
|
|
108
|
+
helperSigningId: string;
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string binary_hash = 5;
|
|
111
|
+
*/
|
|
112
|
+
binaryHash: string;
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string attestation_id = 6;
|
|
115
|
+
*/
|
|
116
|
+
attestationId: string;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message desktopcontrol.v1.HelperPosture.
|
|
120
|
+
* Use `create(HelperPostureSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export declare const HelperPostureSchema: GenMessage<HelperPosture>;
|
|
123
|
+
/**
|
|
124
|
+
* @generated from message desktopcontrol.v1.ClientPosture
|
|
125
|
+
*/
|
|
126
|
+
export type ClientPosture = Message<"desktopcontrol.v1.ClientPosture"> & {
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: string client_instance_id = 1;
|
|
129
|
+
*/
|
|
130
|
+
clientInstanceId: string;
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: string parent_process_hash = 2;
|
|
133
|
+
*/
|
|
134
|
+
parentProcessHash: string;
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: string parent_signing_id = 3;
|
|
137
|
+
*/
|
|
138
|
+
parentSigningId: string;
|
|
139
|
+
/**
|
|
140
|
+
* @generated from field: string client_version = 4;
|
|
141
|
+
*/
|
|
142
|
+
clientVersion: string;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Describes the message desktopcontrol.v1.ClientPosture.
|
|
146
|
+
* Use `create(ClientPostureSchema)` to create a new message.
|
|
147
|
+
*/
|
|
148
|
+
export declare const ClientPostureSchema: GenMessage<ClientPosture>;
|
|
149
|
+
/**
|
|
150
|
+
* @generated from message desktopcontrol.v1.HostPosture
|
|
151
|
+
*/
|
|
152
|
+
export type HostPosture = Message<"desktopcontrol.v1.HostPosture"> & {
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string os_version = 1;
|
|
155
|
+
*/
|
|
156
|
+
osVersion: string;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: string device_id_hash = 2;
|
|
159
|
+
*/
|
|
160
|
+
deviceIdHash: string;
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: bool sip_enabled = 3;
|
|
163
|
+
*/
|
|
164
|
+
sipEnabled: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: bool filevault_enabled = 4;
|
|
167
|
+
*/
|
|
168
|
+
filevaultEnabled: boolean;
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: bool secure_boot_enabled = 5;
|
|
171
|
+
*/
|
|
172
|
+
secureBootEnabled: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: string hardware_uuid_hash = 6;
|
|
175
|
+
*/
|
|
176
|
+
hardwareUuidHash: string;
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* Describes the message desktopcontrol.v1.HostPosture.
|
|
180
|
+
* Use `create(HostPostureSchema)` to create a new message.
|
|
181
|
+
*/
|
|
182
|
+
export declare const HostPostureSchema: GenMessage<HostPosture>;
|
|
183
|
+
/**
|
|
184
|
+
* @generated from message desktopcontrol.v1.TccGrantPosture
|
|
185
|
+
*/
|
|
186
|
+
export type TccGrantPosture = Message<"desktopcontrol.v1.TccGrantPosture"> & {
|
|
187
|
+
/**
|
|
188
|
+
* @generated from field: desktopcontrol.v1.TccGrantState accessibility = 1;
|
|
189
|
+
*/
|
|
190
|
+
accessibility: TccGrantState;
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: desktopcontrol.v1.TccGrantState screen_recording = 2;
|
|
193
|
+
*/
|
|
194
|
+
screenRecording: TccGrantState;
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: desktopcontrol.v1.TccGrantState apple_events = 3;
|
|
197
|
+
*/
|
|
198
|
+
appleEvents: TccGrantState;
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: desktopcontrol.v1.TccGrantState input_monitoring = 4;
|
|
201
|
+
*/
|
|
202
|
+
inputMonitoring: TccGrantState;
|
|
203
|
+
/**
|
|
204
|
+
* @generated from field: string tcc_db_query_hash = 5;
|
|
205
|
+
*/
|
|
206
|
+
tccDbQueryHash: string;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* Describes the message desktopcontrol.v1.TccGrantPosture.
|
|
210
|
+
* Use `create(TccGrantPostureSchema)` to create a new message.
|
|
211
|
+
*/
|
|
212
|
+
export declare const TccGrantPostureSchema: GenMessage<TccGrantPosture>;
|
|
213
|
+
/**
|
|
214
|
+
* @generated from message desktopcontrol.v1.TargetAppPosture
|
|
215
|
+
*/
|
|
216
|
+
export type TargetAppPosture = Message<"desktopcontrol.v1.TargetAppPosture"> & {
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: string bundle_id = 1;
|
|
219
|
+
*/
|
|
220
|
+
bundleId: string;
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: string app_signing_id = 2;
|
|
223
|
+
*/
|
|
224
|
+
appSigningId: string;
|
|
225
|
+
/**
|
|
226
|
+
* @generated from field: string app_team_id = 3;
|
|
227
|
+
*/
|
|
228
|
+
appTeamId: string;
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string bundle_short_version = 4;
|
|
231
|
+
*/
|
|
232
|
+
bundleShortVersion: string;
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: bool notarized = 5;
|
|
235
|
+
*/
|
|
236
|
+
notarized: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: bool running_under_rosetta = 6;
|
|
239
|
+
*/
|
|
240
|
+
runningUnderRosetta: boolean;
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: string window_title_hash = 7;
|
|
243
|
+
*/
|
|
244
|
+
windowTitleHash: string;
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* Describes the message desktopcontrol.v1.TargetAppPosture.
|
|
248
|
+
* Use `create(TargetAppPostureSchema)` to create a new message.
|
|
249
|
+
*/
|
|
250
|
+
export declare const TargetAppPostureSchema: GenMessage<TargetAppPosture>;
|
|
251
|
+
/**
|
|
252
|
+
* @generated from message desktopcontrol.v1.MethodProfile
|
|
253
|
+
*/
|
|
254
|
+
export type MethodProfile = Message<"desktopcontrol.v1.MethodProfile"> & {
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: string method = 1;
|
|
257
|
+
*/
|
|
258
|
+
method: string;
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: string method_profile_id = 2;
|
|
261
|
+
*/
|
|
262
|
+
methodProfileId: string;
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: repeated string effective_allowed_methods = 3;
|
|
265
|
+
*/
|
|
266
|
+
effectiveAllowedMethods: string[];
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: string request_hash = 4;
|
|
269
|
+
*/
|
|
270
|
+
requestHash: string;
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: string policy_hash = 5;
|
|
273
|
+
*/
|
|
274
|
+
policyHash: string;
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* Describes the message desktopcontrol.v1.MethodProfile.
|
|
278
|
+
* Use `create(MethodProfileSchema)` to create a new message.
|
|
279
|
+
*/
|
|
280
|
+
export declare const MethodProfileSchema: GenMessage<MethodProfile>;
|
|
281
|
+
/**
|
|
282
|
+
* @generated from message desktopcontrol.v1.AccessibilityPosture
|
|
283
|
+
*/
|
|
284
|
+
export type AccessibilityPosture = Message<"desktopcontrol.v1.AccessibilityPosture"> & {
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: string context_snapshot_id = 1;
|
|
287
|
+
*/
|
|
288
|
+
contextSnapshotId: string;
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: string ax_tree_root_hash = 2;
|
|
291
|
+
*/
|
|
292
|
+
axTreeRootHash: string;
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: int32 ax_node_count = 3;
|
|
295
|
+
*/
|
|
296
|
+
axNodeCount: number;
|
|
297
|
+
/**
|
|
298
|
+
* @generated from field: int32 ax_invalidations = 4;
|
|
299
|
+
*/
|
|
300
|
+
axInvalidations: number;
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string focused_element_path_hash = 5;
|
|
303
|
+
*/
|
|
304
|
+
focusedElementPathHash: string;
|
|
305
|
+
/**
|
|
306
|
+
* @generated from field: bool screenshot_taken = 6 [deprecated = true];
|
|
307
|
+
* @deprecated
|
|
308
|
+
*/
|
|
309
|
+
screenshotTaken: boolean;
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: string screenshot_hash = 7 [deprecated = true];
|
|
312
|
+
* @deprecated
|
|
313
|
+
*/
|
|
314
|
+
screenshotHash: string;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: bool visual_digest_present = 8;
|
|
317
|
+
*/
|
|
318
|
+
visualDigestPresent: boolean;
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: string visual_digest_hash = 9;
|
|
321
|
+
*/
|
|
322
|
+
visualDigestHash: string;
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* Describes the message desktopcontrol.v1.AccessibilityPosture.
|
|
326
|
+
* Use `create(AccessibilityPostureSchema)` to create a new message.
|
|
327
|
+
*/
|
|
328
|
+
export declare const AccessibilityPostureSchema: GenMessage<AccessibilityPosture>;
|
|
329
|
+
/**
|
|
330
|
+
* @generated from message desktopcontrol.v1.SessionPosture
|
|
331
|
+
*/
|
|
332
|
+
export type SessionPosture = Message<"desktopcontrol.v1.SessionPosture"> & {
|
|
333
|
+
/**
|
|
334
|
+
* @generated from field: bool visible_indicator_present = 1;
|
|
335
|
+
*/
|
|
336
|
+
visibleIndicatorPresent: boolean;
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: bool stop_control_present = 2;
|
|
339
|
+
*/
|
|
340
|
+
stopControlPresent: boolean;
|
|
341
|
+
/**
|
|
342
|
+
* @generated from field: bool user_active = 3;
|
|
343
|
+
*/
|
|
344
|
+
userActive: boolean;
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: desktopcontrol.v1.DesktopFrontmostAppOrigin frontmost_app_origin = 4;
|
|
347
|
+
*/
|
|
348
|
+
frontmostAppOrigin: DesktopFrontmostAppOrigin;
|
|
349
|
+
/**
|
|
350
|
+
* @generated from field: string focus_enforcer_state = 5;
|
|
351
|
+
*/
|
|
352
|
+
focusEnforcerState: string;
|
|
353
|
+
/**
|
|
354
|
+
* @generated from field: int32 focus_steal_attempts = 6;
|
|
355
|
+
*/
|
|
356
|
+
focusStealAttempts: number;
|
|
357
|
+
};
|
|
358
|
+
/**
|
|
359
|
+
* Describes the message desktopcontrol.v1.SessionPosture.
|
|
360
|
+
* Use `create(SessionPostureSchema)` to create a new message.
|
|
361
|
+
*/
|
|
362
|
+
export declare const SessionPostureSchema: GenMessage<SessionPosture>;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from message desktopcontrol.v1.PermissionSummary
|
|
365
|
+
*/
|
|
366
|
+
export type PermissionSummary = Message<"desktopcontrol.v1.PermissionSummary"> & {
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: desktopcontrol.v1.DesktopControlPermissionMode permission_mode = 1;
|
|
369
|
+
*/
|
|
370
|
+
permissionMode: DesktopControlPermissionMode;
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: desktopcontrol.v1.DesktopAppPolicyResult app_policy_result = 2;
|
|
373
|
+
*/
|
|
374
|
+
appPolicyResult: DesktopAppPolicyResult;
|
|
375
|
+
/**
|
|
376
|
+
* @generated from field: bool high_risk_label_present = 3;
|
|
377
|
+
*/
|
|
378
|
+
highRiskLabelPresent: boolean;
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: desktopcontrol.v1.DesktopControlRuntimeDecision decision = 4;
|
|
381
|
+
*/
|
|
382
|
+
decision: DesktopControlRuntimeDecision;
|
|
383
|
+
/**
|
|
384
|
+
* @generated from field: string deny_reason = 5;
|
|
385
|
+
*/
|
|
386
|
+
denyReason: string;
|
|
387
|
+
/**
|
|
388
|
+
* @generated from field: bool platform_receipt_present = 6;
|
|
389
|
+
*/
|
|
390
|
+
platformReceiptPresent: boolean;
|
|
391
|
+
/**
|
|
392
|
+
* @generated from field: string approval_id = 7;
|
|
393
|
+
*/
|
|
394
|
+
approvalId: string;
|
|
395
|
+
};
|
|
396
|
+
/**
|
|
397
|
+
* Describes the message desktopcontrol.v1.PermissionSummary.
|
|
398
|
+
* Use `create(PermissionSummarySchema)` to create a new message.
|
|
399
|
+
*/
|
|
400
|
+
export declare const PermissionSummarySchema: GenMessage<PermissionSummary>;
|
|
401
|
+
/**
|
|
402
|
+
* @generated from message desktopcontrol.v1.DiagnosticsSummary
|
|
403
|
+
*/
|
|
404
|
+
export type DiagnosticsSummary = Message<"desktopcontrol.v1.DiagnosticsSummary"> & {
|
|
405
|
+
/**
|
|
406
|
+
* @generated from field: int32 ax_query_count = 1;
|
|
407
|
+
*/
|
|
408
|
+
axQueryCount: number;
|
|
409
|
+
/**
|
|
410
|
+
* @generated from field: int32 click_count = 2;
|
|
411
|
+
*/
|
|
412
|
+
clickCount: number;
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: int32 keystroke_count = 3;
|
|
415
|
+
*/
|
|
416
|
+
keystrokeCount: number;
|
|
417
|
+
/**
|
|
418
|
+
* @generated from field: int32 scroll_count = 4;
|
|
419
|
+
*/
|
|
420
|
+
scrollCount: number;
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: int32 apple_event_count = 5;
|
|
423
|
+
*/
|
|
424
|
+
appleEventCount: number;
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: int32 sse_event_count = 6;
|
|
427
|
+
*/
|
|
428
|
+
sseEventCount: number;
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: int32 confirmation_count = 7;
|
|
431
|
+
*/
|
|
432
|
+
confirmationCount: number;
|
|
433
|
+
/**
|
|
434
|
+
* @generated from field: int32 user_interrupt_count = 8;
|
|
435
|
+
*/
|
|
436
|
+
userInterruptCount: number;
|
|
437
|
+
};
|
|
438
|
+
/**
|
|
439
|
+
* Describes the message desktopcontrol.v1.DiagnosticsSummary.
|
|
440
|
+
* Use `create(DiagnosticsSummarySchema)` to create a new message.
|
|
441
|
+
*/
|
|
442
|
+
export declare const DiagnosticsSummarySchema: GenMessage<DiagnosticsSummary>;
|
|
443
|
+
/**
|
|
444
|
+
* @generated from message desktopcontrol.v1.ArtifactSummary
|
|
445
|
+
*/
|
|
446
|
+
export type ArtifactSummary = Message<"desktopcontrol.v1.ArtifactSummary"> & {
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: string context_snapshot_artifact_id = 1;
|
|
449
|
+
*/
|
|
450
|
+
contextSnapshotArtifactId: string;
|
|
451
|
+
/**
|
|
452
|
+
* @generated from field: string transcript_artifact_id = 2;
|
|
453
|
+
*/
|
|
454
|
+
transcriptArtifactId: string;
|
|
455
|
+
/**
|
|
456
|
+
* @generated from field: string screencast_artifact_id = 3;
|
|
457
|
+
*/
|
|
458
|
+
screencastArtifactId: string;
|
|
459
|
+
};
|
|
460
|
+
/**
|
|
461
|
+
* Describes the message desktopcontrol.v1.ArtifactSummary.
|
|
462
|
+
* Use `create(ArtifactSummarySchema)` to create a new message.
|
|
463
|
+
*/
|
|
464
|
+
export declare const ArtifactSummarySchema: GenMessage<ArtifactSummary>;
|
|
465
|
+
/**
|
|
466
|
+
* @generated from enum desktopcontrol.v1.TccGrantState
|
|
467
|
+
*/
|
|
468
|
+
export declare enum TccGrantState {
|
|
469
|
+
/**
|
|
470
|
+
* @generated from enum value: TCC_GRANT_STATE_UNSPECIFIED = 0;
|
|
471
|
+
*/
|
|
472
|
+
UNSPECIFIED = 0,
|
|
473
|
+
/**
|
|
474
|
+
* @generated from enum value: TCC_GRANT_STATE_GRANTED = 1;
|
|
475
|
+
*/
|
|
476
|
+
GRANTED = 1,
|
|
477
|
+
/**
|
|
478
|
+
* @generated from enum value: TCC_GRANT_STATE_DENIED = 2;
|
|
479
|
+
*/
|
|
480
|
+
DENIED = 2,
|
|
481
|
+
/**
|
|
482
|
+
* @generated from enum value: TCC_GRANT_STATE_PROMPTED = 3;
|
|
483
|
+
*/
|
|
484
|
+
PROMPTED = 3,
|
|
485
|
+
/**
|
|
486
|
+
* @generated from enum value: TCC_GRANT_STATE_UNKNOWN = 4;
|
|
487
|
+
*/
|
|
488
|
+
UNKNOWN = 4
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* Describes the enum desktopcontrol.v1.TccGrantState.
|
|
492
|
+
*/
|
|
493
|
+
export declare const TccGrantStateSchema: GenEnum<TccGrantState>;
|
|
494
|
+
/**
|
|
495
|
+
* @generated from enum desktopcontrol.v1.DesktopControlPermissionMode
|
|
496
|
+
*/
|
|
497
|
+
export declare enum DesktopControlPermissionMode {
|
|
498
|
+
/**
|
|
499
|
+
* @generated from enum value: DESKTOP_CONTROL_PERMISSION_MODE_UNSPECIFIED = 0;
|
|
500
|
+
*/
|
|
501
|
+
UNSPECIFIED = 0,
|
|
502
|
+
/**
|
|
503
|
+
* @generated from enum value: DESKTOP_CONTROL_PERMISSION_MODE_ASK = 1;
|
|
504
|
+
*/
|
|
505
|
+
ASK = 1,
|
|
506
|
+
/**
|
|
507
|
+
* @generated from enum value: DESKTOP_CONTROL_PERMISSION_MODE_FOLLOW_PLAN = 2;
|
|
508
|
+
*/
|
|
509
|
+
FOLLOW_PLAN = 2,
|
|
510
|
+
/**
|
|
511
|
+
* @generated from enum value: DESKTOP_CONTROL_PERMISSION_MODE_ALLOW_FOR_APP = 3;
|
|
512
|
+
*/
|
|
513
|
+
ALLOW_FOR_APP = 3,
|
|
514
|
+
/**
|
|
515
|
+
* @generated from enum value: DESKTOP_CONTROL_PERMISSION_MODE_SKIP_ALL_PERMISSION_CHECKS = 4;
|
|
516
|
+
*/
|
|
517
|
+
SKIP_ALL_PERMISSION_CHECKS = 4
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* Describes the enum desktopcontrol.v1.DesktopControlPermissionMode.
|
|
521
|
+
*/
|
|
522
|
+
export declare const DesktopControlPermissionModeSchema: GenEnum<DesktopControlPermissionMode>;
|
|
523
|
+
/**
|
|
524
|
+
* @generated from enum desktopcontrol.v1.DesktopAppPolicyResult
|
|
525
|
+
*/
|
|
526
|
+
export declare enum DesktopAppPolicyResult {
|
|
527
|
+
/**
|
|
528
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_UNSPECIFIED = 0;
|
|
529
|
+
*/
|
|
530
|
+
UNSPECIFIED = 0,
|
|
531
|
+
/**
|
|
532
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_ALLOWED = 1;
|
|
533
|
+
*/
|
|
534
|
+
ALLOWED = 1,
|
|
535
|
+
/**
|
|
536
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_BLOCKED = 2;
|
|
537
|
+
*/
|
|
538
|
+
BLOCKED = 2,
|
|
539
|
+
/**
|
|
540
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_PROMPTED = 3;
|
|
541
|
+
*/
|
|
542
|
+
PROMPTED = 3,
|
|
543
|
+
/**
|
|
544
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_MANAGED_BLOCKLISTED = 4;
|
|
545
|
+
*/
|
|
546
|
+
MANAGED_BLOCKLISTED = 4,
|
|
547
|
+
/**
|
|
548
|
+
* @generated from enum value: DESKTOP_APP_POLICY_RESULT_UNKNOWN = 5;
|
|
549
|
+
*/
|
|
550
|
+
UNKNOWN = 5
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* Describes the enum desktopcontrol.v1.DesktopAppPolicyResult.
|
|
554
|
+
*/
|
|
555
|
+
export declare const DesktopAppPolicyResultSchema: GenEnum<DesktopAppPolicyResult>;
|
|
556
|
+
/**
|
|
557
|
+
* @generated from enum desktopcontrol.v1.DesktopControlRuntimeDecision
|
|
558
|
+
*/
|
|
559
|
+
export declare enum DesktopControlRuntimeDecision {
|
|
560
|
+
/**
|
|
561
|
+
* @generated from enum value: DESKTOP_CONTROL_RUNTIME_DECISION_UNSPECIFIED = 0;
|
|
562
|
+
*/
|
|
563
|
+
UNSPECIFIED = 0,
|
|
564
|
+
/**
|
|
565
|
+
* @generated from enum value: DESKTOP_CONTROL_RUNTIME_DECISION_ALLOWED = 1;
|
|
566
|
+
*/
|
|
567
|
+
ALLOWED = 1,
|
|
568
|
+
/**
|
|
569
|
+
* @generated from enum value: DESKTOP_CONTROL_RUNTIME_DECISION_DENIED = 2;
|
|
570
|
+
*/
|
|
571
|
+
DENIED = 2,
|
|
572
|
+
/**
|
|
573
|
+
* @generated from enum value: DESKTOP_CONTROL_RUNTIME_DECISION_ERRORED = 3;
|
|
574
|
+
*/
|
|
575
|
+
ERRORED = 3
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* Describes the enum desktopcontrol.v1.DesktopControlRuntimeDecision.
|
|
579
|
+
*/
|
|
580
|
+
export declare const DesktopControlRuntimeDecisionSchema: GenEnum<DesktopControlRuntimeDecision>;
|
|
581
|
+
/**
|
|
582
|
+
* @generated from enum desktopcontrol.v1.DesktopFrontmostAppOrigin
|
|
583
|
+
*/
|
|
584
|
+
export declare enum DesktopFrontmostAppOrigin {
|
|
585
|
+
/**
|
|
586
|
+
* @generated from enum value: DESKTOP_FRONTMOST_APP_ORIGIN_UNSPECIFIED = 0;
|
|
587
|
+
*/
|
|
588
|
+
UNSPECIFIED = 0,
|
|
589
|
+
/**
|
|
590
|
+
* @generated from enum value: DESKTOP_FRONTMOST_APP_ORIGIN_AGENT_LAUNCHED = 1;
|
|
591
|
+
*/
|
|
592
|
+
AGENT_LAUNCHED = 1,
|
|
593
|
+
/**
|
|
594
|
+
* @generated from enum value: DESKTOP_FRONTMOST_APP_ORIGIN_USER_LAUNCHED = 2;
|
|
595
|
+
*/
|
|
596
|
+
USER_LAUNCHED = 2,
|
|
597
|
+
/**
|
|
598
|
+
* @generated from enum value: DESKTOP_FRONTMOST_APP_ORIGIN_UNKNOWN = 3;
|
|
599
|
+
*/
|
|
600
|
+
UNKNOWN = 3
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* Describes the enum desktopcontrol.v1.DesktopFrontmostAppOrigin.
|
|
604
|
+
*/
|
|
605
|
+
export declare const DesktopFrontmostAppOriginSchema: GenEnum<DesktopFrontmostAppOrigin>;
|