@evalops/sdk-ts 0.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/README.md +15 -0
- package/dist/agentregistry/v1/service_pb.d.ts +458 -0
- package/dist/agentregistry/v1/service_pb.js +100 -0
- package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
- package/dist/agentruntime/v1/runtime_pb.js +480 -0
- package/dist/agents/v1/agents_pb.d.ts +1151 -0
- package/dist/agents/v1/agents_pb.js +256 -0
- package/dist/approvals/v1/approvals_pb.d.ts +788 -0
- package/dist/approvals/v1/approvals_pb.js +212 -0
- package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
- package/dist/artifacts/v1/artifacts_pb.js +292 -0
- package/dist/attestation/v1/attestation_pb.d.ts +359 -0
- package/dist/attestation/v1/attestation_pb.js +84 -0
- package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
- package/dist/attribution/v1/attribution_pb.js +285 -0
- package/dist/audit/v1/audit_pb.d.ts +1151 -0
- package/dist/audit/v1/audit_pb.js +262 -0
- package/dist/buf/validate/validate_pb.d.ts +4827 -0
- package/dist/buf/validate/validate_pb.js +356 -0
- package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
- package/dist/catalogs/v1/catalogs_pb.js +38 -0
- package/dist/common/v1/analytics_pb.d.ts +134 -0
- package/dist/common/v1/analytics_pb.js +72 -0
- package/dist/common/v1/authz_pb.d.ts +23 -0
- package/dist/common/v1/authz_pb.js +26 -0
- package/dist/common/v1/delivery_pb.d.ts +36 -0
- package/dist/common/v1/delivery_pb.js +40 -0
- package/dist/common/v1/entity_pb.d.ts +44 -0
- package/dist/common/v1/entity_pb.js +48 -0
- package/dist/common/v1/risk_pb.d.ts +36 -0
- package/dist/common/v1/risk_pb.js +40 -0
- package/dist/compliance/v1/compliance_pb.d.ts +866 -0
- package/dist/compliance/v1/compliance_pb.js +240 -0
- package/dist/config/v1/config_pb.d.ts +589 -0
- package/dist/config/v1/config_pb.js +164 -0
- package/dist/connectors/v1/connectors_pb.d.ts +653 -0
- package/dist/connectors/v1/connectors_pb.js +236 -0
- package/dist/entities/v1/entities_pb.d.ts +784 -0
- package/dist/entities/v1/entities_pb.js +197 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
- package/dist/events/v1/change_pb.d.ts +60 -0
- package/dist/events/v1/change_pb.js +14 -0
- package/dist/events/v1/cloudevent_pb.d.ts +63 -0
- package/dist/events/v1/cloudevent_pb.js +14 -0
- package/dist/events/v1/evaluation_pb.d.ts +124 -0
- package/dist/events/v1/evaluation_pb.js +24 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
- package/dist/fermata/v1/fermata_pb.js +515 -0
- package/dist/fermata/v1/worker_pb.d.ts +223 -0
- package/dist/fermata/v1/worker_pb.js +55 -0
- package/dist/gate/v1/audit_pb.d.ts +243 -0
- package/dist/gate/v1/audit_pb.js +60 -0
- package/dist/gate/v1/connector_pb.d.ts +360 -0
- package/dist/gate/v1/connector_pb.js +91 -0
- package/dist/gate/v1/controlplane_pb.d.ts +345 -0
- package/dist/gate/v1/controlplane_pb.js +19 -0
- package/dist/gate/v1/identity_group_pb.d.ts +255 -0
- package/dist/gate/v1/identity_group_pb.js +90 -0
- package/dist/gate/v1/recording_pb.d.ts +93 -0
- package/dist/gate/v1/recording_pb.js +35 -0
- package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
- package/dist/gate/v1/resource_policy_pb.js +145 -0
- package/dist/gate/v1/tenant_pb.d.ts +273 -0
- package/dist/gate/v1/tenant_pb.js +101 -0
- package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
- package/dist/gate/v1/webhook_access_pb.js +105 -0
- package/dist/google/api/annotations_pb.d.ts +13 -0
- package/dist/google/api/annotations_pb.js +26 -0
- package/dist/google/api/http_pb.d.ts +440 -0
- package/dist/google/api/http_pb.js +33 -0
- package/dist/governance/v1/governance_pb.d.ts +1219 -0
- package/dist/governance/v1/governance_pb.js +376 -0
- package/dist/identity/v1/organizations_pb.d.ts +621 -0
- package/dist/identity/v1/organizations_pb.js +166 -0
- package/dist/identity/v1/sessions_pb.d.ts +78 -0
- package/dist/identity/v1/sessions_pb.js +19 -0
- package/dist/identity/v1/tokens_pb.d.ts +332 -0
- package/dist/identity/v1/tokens_pb.js +56 -0
- package/dist/ingest/v1/admin_pb.d.ts +471 -0
- package/dist/ingest/v1/admin_pb.js +112 -0
- package/dist/ingest/v1/event_pb.d.ts +155 -0
- package/dist/ingest/v1/event_pb.js +24 -0
- package/dist/keys/v1/keys_pb.d.ts +241 -0
- package/dist/keys/v1/keys_pb.js +52 -0
- package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
- package/dist/llmgateway/v1/gateway_pb.js +79 -0
- package/dist/memory/v1/memory_pb.d.ts +1260 -0
- package/dist/memory/v1/memory_pb.js +243 -0
- package/dist/meter/v1/meter_pb.d.ts +1691 -0
- package/dist/meter/v1/meter_pb.js +263 -0
- package/dist/notifications/v1/notifications_pb.d.ts +777 -0
- package/dist/notifications/v1/notifications_pb.js +257 -0
- package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
- package/dist/objectives/v1/objectives_pb.js +340 -0
- package/dist/posture/v1/posture_pb.d.ts +357 -0
- package/dist/posture/v1/posture_pb.js +88 -0
- package/dist/prompts/v1/prompts_pb.d.ts +864 -0
- package/dist/prompts/v1/prompts_pb.js +156 -0
- package/dist/relationships/v1/relationships_pb.d.ts +367 -0
- package/dist/relationships/v1/relationships_pb.js +96 -0
- package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
- package/dist/secretbroker/v1/broker_pb.js +168 -0
- package/dist/skills/v1/skills_pb.d.ts +652 -0
- package/dist/skills/v1/skills_pb.js +164 -0
- package/dist/tap/v1/admin_pb.d.ts +530 -0
- package/dist/tap/v1/admin_pb.js +132 -0
- package/dist/tap/v1/event_pb.d.ts +141 -0
- package/dist/tap/v1/event_pb.js +27 -0
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
- package/dist/traces/v1/traces_pb.d.ts +633 -0
- package/dist/traces/v1/traces_pb.js +163 -0
- package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
- package/dist/workflows/v1/workflows_pb.js +431 -0
- package/package.json +272 -0
|
@@ -0,0 +1,1079 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file artifacts/v1/artifacts.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_artifacts_v1_artifacts: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ArtifactOwner carries the primary ownership and audit linkage.
|
|
10
|
+
*
|
|
11
|
+
* @generated from message artifacts.v1.ArtifactOwner
|
|
12
|
+
*/
|
|
13
|
+
export type ArtifactOwner = Message<"artifacts.v1.ArtifactOwner"> & {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from field: string workspace_id = 1;
|
|
16
|
+
*/
|
|
17
|
+
workspaceId: string;
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: string agent_id = 2;
|
|
20
|
+
*/
|
|
21
|
+
agentId: string;
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string objective_id = 3;
|
|
24
|
+
*/
|
|
25
|
+
objectiveId: string;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from field: string run_id = 4;
|
|
28
|
+
*/
|
|
29
|
+
runId: string;
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string creator_actor_id = 5;
|
|
32
|
+
*/
|
|
33
|
+
creatorActorId: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message artifacts.v1.ArtifactOwner.
|
|
37
|
+
* Use `create(ArtifactOwnerSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export declare const ArtifactOwnerSchema: GenMessage<ArtifactOwner>;
|
|
40
|
+
/**
|
|
41
|
+
* ArtifactAccessSubject grants a role to one user/team/agent/channel/service.
|
|
42
|
+
*
|
|
43
|
+
* @generated from message artifacts.v1.ArtifactAccessSubject
|
|
44
|
+
*/
|
|
45
|
+
export type ArtifactAccessSubject = Message<"artifacts.v1.ArtifactAccessSubject"> & {
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: artifacts.v1.ArtifactSubjectType type = 1;
|
|
48
|
+
*/
|
|
49
|
+
type: ArtifactSubjectType;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: string id = 2;
|
|
52
|
+
*/
|
|
53
|
+
id: string;
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string role = 3;
|
|
56
|
+
*/
|
|
57
|
+
role: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Describes the message artifacts.v1.ArtifactAccessSubject.
|
|
61
|
+
* Use `create(ArtifactAccessSubjectSchema)` to create a new message.
|
|
62
|
+
*/
|
|
63
|
+
export declare const ArtifactAccessSubjectSchema: GenMessage<ArtifactAccessSubject>;
|
|
64
|
+
/**
|
|
65
|
+
* ArtifactAccessPolicy is evaluated by renderers and delivery paths.
|
|
66
|
+
*
|
|
67
|
+
* @generated from message artifacts.v1.ArtifactAccessPolicy
|
|
68
|
+
*/
|
|
69
|
+
export type ArtifactAccessPolicy = Message<"artifacts.v1.ArtifactAccessPolicy"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: artifacts.v1.ArtifactVisibility visibility = 1;
|
|
72
|
+
*/
|
|
73
|
+
visibility: ArtifactVisibility;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: repeated artifacts.v1.ArtifactAccessSubject subjects = 2;
|
|
76
|
+
*/
|
|
77
|
+
subjects: ArtifactAccessSubject[];
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: bool require_sso = 3;
|
|
80
|
+
*/
|
|
81
|
+
requireSso: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: bool can_download = 4;
|
|
84
|
+
*/
|
|
85
|
+
canDownload: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: bool can_embed = 5;
|
|
88
|
+
*/
|
|
89
|
+
canEmbed: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: string data_classification = 6;
|
|
92
|
+
*/
|
|
93
|
+
dataClassification: string;
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 7;
|
|
96
|
+
*/
|
|
97
|
+
expiresAt?: Timestamp;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message artifacts.v1.ArtifactAccessPolicy.
|
|
101
|
+
* Use `create(ArtifactAccessPolicySchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export declare const ArtifactAccessPolicySchema: GenMessage<ArtifactAccessPolicy>;
|
|
104
|
+
/**
|
|
105
|
+
* ArtifactProvenance records where a version came from. Generated apps and
|
|
106
|
+
* dashboards migrated from Ensemble should use source_system="ensemble",
|
|
107
|
+
* source_ref/source_data_refs for source dashboards/data, and migration_ref for
|
|
108
|
+
* the legacy dashboard-to-app record.
|
|
109
|
+
*
|
|
110
|
+
* @generated from message artifacts.v1.ArtifactProvenance
|
|
111
|
+
*/
|
|
112
|
+
export type ArtifactProvenance = Message<"artifacts.v1.ArtifactProvenance"> & {
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string source_system = 1;
|
|
115
|
+
*/
|
|
116
|
+
sourceSystem: string;
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: string source_ref = 2;
|
|
119
|
+
*/
|
|
120
|
+
sourceRef: string;
|
|
121
|
+
/**
|
|
122
|
+
* @generated from field: repeated string source_data_refs = 3;
|
|
123
|
+
*/
|
|
124
|
+
sourceDataRefs: string[];
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: string parent_artifact_id = 4;
|
|
127
|
+
*/
|
|
128
|
+
parentArtifactId: string;
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: string parent_version_id = 5;
|
|
131
|
+
*/
|
|
132
|
+
parentVersionId: string;
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: string run_id = 6;
|
|
135
|
+
*/
|
|
136
|
+
runId: string;
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: string step_id = 7;
|
|
139
|
+
*/
|
|
140
|
+
stepId: string;
|
|
141
|
+
/**
|
|
142
|
+
* @generated from field: string objective_id = 8;
|
|
143
|
+
*/
|
|
144
|
+
objectiveId: string;
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: string agent_id = 9;
|
|
147
|
+
*/
|
|
148
|
+
agentId: string;
|
|
149
|
+
/**
|
|
150
|
+
* @generated from field: string tool_execution_id = 10;
|
|
151
|
+
*/
|
|
152
|
+
toolExecutionId: string;
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string migration_ref = 11;
|
|
155
|
+
*/
|
|
156
|
+
migrationRef: string;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: map<string, string> metadata = 12;
|
|
159
|
+
*/
|
|
160
|
+
metadata: {
|
|
161
|
+
[key: string]: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* Describes the message artifacts.v1.ArtifactProvenance.
|
|
166
|
+
* Use `create(ArtifactProvenanceSchema)` to create a new message.
|
|
167
|
+
*/
|
|
168
|
+
export declare const ArtifactProvenanceSchema: GenMessage<ArtifactProvenance>;
|
|
169
|
+
/**
|
|
170
|
+
* GeneratedAppSpec captures the app/dashboard packaging metadata. Ensemble's
|
|
171
|
+
* current dashboard-to-app behavior maps into generated_app artifacts whose
|
|
172
|
+
* versions carry source_dashboard_* fields plus app_runtime_ref/build_ref.
|
|
173
|
+
*
|
|
174
|
+
* @generated from message artifacts.v1.GeneratedAppSpec
|
|
175
|
+
*/
|
|
176
|
+
export type GeneratedAppSpec = Message<"artifacts.v1.GeneratedAppSpec"> & {
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: string route_slug = 1;
|
|
179
|
+
*/
|
|
180
|
+
routeSlug: string;
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: string app_runtime_ref = 2;
|
|
183
|
+
*/
|
|
184
|
+
appRuntimeRef: string;
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: string entrypoint_ref = 3;
|
|
187
|
+
*/
|
|
188
|
+
entrypointRef: string;
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: string build_ref = 4;
|
|
191
|
+
*/
|
|
192
|
+
buildRef: string;
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: string source_dashboard_id = 5;
|
|
195
|
+
*/
|
|
196
|
+
sourceDashboardId: string;
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: string source_dashboard_url = 6;
|
|
199
|
+
*/
|
|
200
|
+
sourceDashboardUrl: string;
|
|
201
|
+
/**
|
|
202
|
+
* @generated from field: repeated string data_snapshot_artifact_ids = 7;
|
|
203
|
+
*/
|
|
204
|
+
dataSnapshotArtifactIds: string[];
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: string migration_notes = 8;
|
|
207
|
+
*/
|
|
208
|
+
migrationNotes: string;
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: string channel_renderer = 9;
|
|
211
|
+
*/
|
|
212
|
+
channelRenderer: string;
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* Describes the message artifacts.v1.GeneratedAppSpec.
|
|
216
|
+
* Use `create(GeneratedAppSpecSchema)` to create a new message.
|
|
217
|
+
*/
|
|
218
|
+
export declare const GeneratedAppSpecSchema: GenMessage<GeneratedAppSpec>;
|
|
219
|
+
/**
|
|
220
|
+
* Artifact is the mutable container for a durable work product.
|
|
221
|
+
*
|
|
222
|
+
* @generated from message artifacts.v1.Artifact
|
|
223
|
+
*/
|
|
224
|
+
export type Artifact = Message<"artifacts.v1.Artifact"> & {
|
|
225
|
+
/**
|
|
226
|
+
* @generated from field: string id = 1;
|
|
227
|
+
*/
|
|
228
|
+
id: string;
|
|
229
|
+
/**
|
|
230
|
+
* @generated from field: string workspace_id = 2;
|
|
231
|
+
*/
|
|
232
|
+
workspaceId: string;
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: artifacts.v1.ArtifactKind kind = 3;
|
|
235
|
+
*/
|
|
236
|
+
kind: ArtifactKind;
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: artifacts.v1.ArtifactState state = 4;
|
|
239
|
+
*/
|
|
240
|
+
state: ArtifactState;
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: string title = 5;
|
|
243
|
+
*/
|
|
244
|
+
title: string;
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: string summary = 6;
|
|
247
|
+
*/
|
|
248
|
+
summary: string;
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: artifacts.v1.ArtifactOwner owner = 7;
|
|
251
|
+
*/
|
|
252
|
+
owner?: ArtifactOwner;
|
|
253
|
+
/**
|
|
254
|
+
* @generated from field: artifacts.v1.ArtifactAccessPolicy access = 8;
|
|
255
|
+
*/
|
|
256
|
+
access?: ArtifactAccessPolicy;
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: string current_version_id = 9;
|
|
259
|
+
*/
|
|
260
|
+
currentVersionId: string;
|
|
261
|
+
/**
|
|
262
|
+
* @generated from field: int32 current_version = 10;
|
|
263
|
+
*/
|
|
264
|
+
currentVersion: number;
|
|
265
|
+
/**
|
|
266
|
+
* @generated from field: repeated string tags = 11;
|
|
267
|
+
*/
|
|
268
|
+
tags: string[];
|
|
269
|
+
/**
|
|
270
|
+
* @generated from field: map<string, string> metadata = 12;
|
|
271
|
+
*/
|
|
272
|
+
metadata: {
|
|
273
|
+
[key: string]: string;
|
|
274
|
+
};
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: artifacts.v1.GeneratedAppSpec app_spec = 13;
|
|
277
|
+
*/
|
|
278
|
+
appSpec?: GeneratedAppSpec;
|
|
279
|
+
/**
|
|
280
|
+
* @generated from field: google.protobuf.Timestamp created_at = 14;
|
|
281
|
+
*/
|
|
282
|
+
createdAt?: Timestamp;
|
|
283
|
+
/**
|
|
284
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 15;
|
|
285
|
+
*/
|
|
286
|
+
updatedAt?: Timestamp;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from field: google.protobuf.Timestamp archived_at = 16;
|
|
289
|
+
*/
|
|
290
|
+
archivedAt?: Timestamp;
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* Describes the message artifacts.v1.Artifact.
|
|
294
|
+
* Use `create(ArtifactSchema)` to create a new message.
|
|
295
|
+
*/
|
|
296
|
+
export declare const ArtifactSchema: GenMessage<Artifact>;
|
|
297
|
+
/**
|
|
298
|
+
* ArtifactVersion is immutable content/provenance for one artifact revision.
|
|
299
|
+
*
|
|
300
|
+
* @generated from message artifacts.v1.ArtifactVersion
|
|
301
|
+
*/
|
|
302
|
+
export type ArtifactVersion = Message<"artifacts.v1.ArtifactVersion"> & {
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: string id = 1;
|
|
305
|
+
*/
|
|
306
|
+
id: string;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: string artifact_id = 2;
|
|
309
|
+
*/
|
|
310
|
+
artifactId: string;
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: int32 version_number = 3;
|
|
313
|
+
*/
|
|
314
|
+
versionNumber: number;
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: string content_ref = 4;
|
|
317
|
+
*/
|
|
318
|
+
contentRef: string;
|
|
319
|
+
/**
|
|
320
|
+
* @generated from field: string content_type = 5;
|
|
321
|
+
*/
|
|
322
|
+
contentType: string;
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: string checksum = 6;
|
|
325
|
+
*/
|
|
326
|
+
checksum: string;
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: int64 size_bytes = 7;
|
|
329
|
+
*/
|
|
330
|
+
sizeBytes: bigint;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: artifacts.v1.ArtifactProvenance provenance = 8;
|
|
333
|
+
*/
|
|
334
|
+
provenance?: ArtifactProvenance;
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: artifacts.v1.GeneratedAppSpec app_spec = 9;
|
|
337
|
+
*/
|
|
338
|
+
appSpec?: GeneratedAppSpec;
|
|
339
|
+
/**
|
|
340
|
+
* @generated from field: map<string, string> metadata = 10;
|
|
341
|
+
*/
|
|
342
|
+
metadata: {
|
|
343
|
+
[key: string]: string;
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: google.protobuf.Timestamp created_at = 11;
|
|
347
|
+
*/
|
|
348
|
+
createdAt?: Timestamp;
|
|
349
|
+
/**
|
|
350
|
+
* @generated from field: string created_by = 12;
|
|
351
|
+
*/
|
|
352
|
+
createdBy: string;
|
|
353
|
+
};
|
|
354
|
+
/**
|
|
355
|
+
* Describes the message artifacts.v1.ArtifactVersion.
|
|
356
|
+
* Use `create(ArtifactVersionSchema)` to create a new message.
|
|
357
|
+
*/
|
|
358
|
+
export declare const ArtifactVersionSchema: GenMessage<ArtifactVersion>;
|
|
359
|
+
/**
|
|
360
|
+
* ArtifactAttachment links a version to a runtime/objective/channel surface.
|
|
361
|
+
*
|
|
362
|
+
* @generated from message artifacts.v1.ArtifactAttachment
|
|
363
|
+
*/
|
|
364
|
+
export type ArtifactAttachment = Message<"artifacts.v1.ArtifactAttachment"> & {
|
|
365
|
+
/**
|
|
366
|
+
* @generated from field: string id = 1;
|
|
367
|
+
*/
|
|
368
|
+
id: string;
|
|
369
|
+
/**
|
|
370
|
+
* @generated from field: string artifact_id = 2;
|
|
371
|
+
*/
|
|
372
|
+
artifactId: string;
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: string version_id = 3;
|
|
375
|
+
*/
|
|
376
|
+
versionId: string;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from field: string workspace_id = 4;
|
|
379
|
+
*/
|
|
380
|
+
workspaceId: string;
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: string objective_id = 5;
|
|
383
|
+
*/
|
|
384
|
+
objectiveId: string;
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: string run_id = 6;
|
|
387
|
+
*/
|
|
388
|
+
runId: string;
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: string step_id = 7;
|
|
391
|
+
*/
|
|
392
|
+
stepId: string;
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: string agent_id = 8;
|
|
395
|
+
*/
|
|
396
|
+
agentId: string;
|
|
397
|
+
/**
|
|
398
|
+
* @generated from field: string channel_id = 9;
|
|
399
|
+
*/
|
|
400
|
+
channelId: string;
|
|
401
|
+
/**
|
|
402
|
+
* @generated from field: string surface = 10;
|
|
403
|
+
*/
|
|
404
|
+
surface: string;
|
|
405
|
+
/**
|
|
406
|
+
* @generated from field: google.protobuf.Timestamp attached_at = 11;
|
|
407
|
+
*/
|
|
408
|
+
attachedAt?: Timestamp;
|
|
409
|
+
/**
|
|
410
|
+
* @generated from field: string attached_by = 12;
|
|
411
|
+
*/
|
|
412
|
+
attachedBy: string;
|
|
413
|
+
};
|
|
414
|
+
/**
|
|
415
|
+
* Describes the message artifacts.v1.ArtifactAttachment.
|
|
416
|
+
* Use `create(ArtifactAttachmentSchema)` to create a new message.
|
|
417
|
+
*/
|
|
418
|
+
export declare const ArtifactAttachmentSchema: GenMessage<ArtifactAttachment>;
|
|
419
|
+
/**
|
|
420
|
+
* ArtifactCard is safe for Slack/web/email channels to render.
|
|
421
|
+
*
|
|
422
|
+
* @generated from message artifacts.v1.ArtifactCard
|
|
423
|
+
*/
|
|
424
|
+
export type ArtifactCard = Message<"artifacts.v1.ArtifactCard"> & {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: string artifact_id = 1;
|
|
427
|
+
*/
|
|
428
|
+
artifactId: string;
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: string version_id = 2;
|
|
431
|
+
*/
|
|
432
|
+
versionId: string;
|
|
433
|
+
/**
|
|
434
|
+
* @generated from field: artifacts.v1.ArtifactKind kind = 3;
|
|
435
|
+
*/
|
|
436
|
+
kind: ArtifactKind;
|
|
437
|
+
/**
|
|
438
|
+
* @generated from field: string title = 4;
|
|
439
|
+
*/
|
|
440
|
+
title: string;
|
|
441
|
+
/**
|
|
442
|
+
* @generated from field: string summary = 5;
|
|
443
|
+
*/
|
|
444
|
+
summary: string;
|
|
445
|
+
/**
|
|
446
|
+
* @generated from field: string href = 6;
|
|
447
|
+
*/
|
|
448
|
+
href: string;
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: string thumbnail_ref = 7;
|
|
451
|
+
*/
|
|
452
|
+
thumbnailRef: string;
|
|
453
|
+
/**
|
|
454
|
+
* @generated from field: repeated string badges = 8;
|
|
455
|
+
*/
|
|
456
|
+
badges: string[];
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: artifacts.v1.ArtifactAccessPolicy access = 9;
|
|
459
|
+
*/
|
|
460
|
+
access?: ArtifactAccessPolicy;
|
|
461
|
+
/**
|
|
462
|
+
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
463
|
+
*/
|
|
464
|
+
createdAt?: Timestamp;
|
|
465
|
+
/**
|
|
466
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 11;
|
|
467
|
+
*/
|
|
468
|
+
updatedAt?: Timestamp;
|
|
469
|
+
};
|
|
470
|
+
/**
|
|
471
|
+
* Describes the message artifacts.v1.ArtifactCard.
|
|
472
|
+
* Use `create(ArtifactCardSchema)` to create a new message.
|
|
473
|
+
*/
|
|
474
|
+
export declare const ArtifactCardSchema: GenMessage<ArtifactCard>;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from message artifacts.v1.CreateArtifactRequest
|
|
477
|
+
*/
|
|
478
|
+
export type CreateArtifactRequest = Message<"artifacts.v1.CreateArtifactRequest"> & {
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: string workspace_id = 1;
|
|
481
|
+
*/
|
|
482
|
+
workspaceId: string;
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: artifacts.v1.ArtifactKind kind = 2;
|
|
485
|
+
*/
|
|
486
|
+
kind: ArtifactKind;
|
|
487
|
+
/**
|
|
488
|
+
* @generated from field: string title = 3;
|
|
489
|
+
*/
|
|
490
|
+
title: string;
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: string summary = 4;
|
|
493
|
+
*/
|
|
494
|
+
summary: string;
|
|
495
|
+
/**
|
|
496
|
+
* @generated from field: artifacts.v1.ArtifactOwner owner = 5;
|
|
497
|
+
*/
|
|
498
|
+
owner?: ArtifactOwner;
|
|
499
|
+
/**
|
|
500
|
+
* @generated from field: artifacts.v1.ArtifactAccessPolicy access = 6;
|
|
501
|
+
*/
|
|
502
|
+
access?: ArtifactAccessPolicy;
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: artifacts.v1.ArtifactVersion version = 7;
|
|
505
|
+
*/
|
|
506
|
+
version?: ArtifactVersion;
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: repeated string tags = 8;
|
|
509
|
+
*/
|
|
510
|
+
tags: string[];
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: map<string, string> metadata = 9;
|
|
513
|
+
*/
|
|
514
|
+
metadata: {
|
|
515
|
+
[key: string]: string;
|
|
516
|
+
};
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: artifacts.v1.GeneratedAppSpec app_spec = 10;
|
|
519
|
+
*/
|
|
520
|
+
appSpec?: GeneratedAppSpec;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: string created_by = 11;
|
|
523
|
+
*/
|
|
524
|
+
createdBy: string;
|
|
525
|
+
};
|
|
526
|
+
/**
|
|
527
|
+
* Describes the message artifacts.v1.CreateArtifactRequest.
|
|
528
|
+
* Use `create(CreateArtifactRequestSchema)` to create a new message.
|
|
529
|
+
*/
|
|
530
|
+
export declare const CreateArtifactRequestSchema: GenMessage<CreateArtifactRequest>;
|
|
531
|
+
/**
|
|
532
|
+
* @generated from message artifacts.v1.CreateArtifactResponse
|
|
533
|
+
*/
|
|
534
|
+
export type CreateArtifactResponse = Message<"artifacts.v1.CreateArtifactResponse"> & {
|
|
535
|
+
/**
|
|
536
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
537
|
+
*/
|
|
538
|
+
artifact?: Artifact;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: artifacts.v1.ArtifactVersion version = 2;
|
|
541
|
+
*/
|
|
542
|
+
version?: ArtifactVersion;
|
|
543
|
+
};
|
|
544
|
+
/**
|
|
545
|
+
* Describes the message artifacts.v1.CreateArtifactResponse.
|
|
546
|
+
* Use `create(CreateArtifactResponseSchema)` to create a new message.
|
|
547
|
+
*/
|
|
548
|
+
export declare const CreateArtifactResponseSchema: GenMessage<CreateArtifactResponse>;
|
|
549
|
+
/**
|
|
550
|
+
* @generated from message artifacts.v1.CreateArtifactVersionRequest
|
|
551
|
+
*/
|
|
552
|
+
export type CreateArtifactVersionRequest = Message<"artifacts.v1.CreateArtifactVersionRequest"> & {
|
|
553
|
+
/**
|
|
554
|
+
* @generated from field: string artifact_id = 1;
|
|
555
|
+
*/
|
|
556
|
+
artifactId: string;
|
|
557
|
+
/**
|
|
558
|
+
* @generated from field: artifacts.v1.ArtifactVersion version = 2;
|
|
559
|
+
*/
|
|
560
|
+
version?: ArtifactVersion;
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: string created_by = 3;
|
|
563
|
+
*/
|
|
564
|
+
createdBy: string;
|
|
565
|
+
};
|
|
566
|
+
/**
|
|
567
|
+
* Describes the message artifacts.v1.CreateArtifactVersionRequest.
|
|
568
|
+
* Use `create(CreateArtifactVersionRequestSchema)` to create a new message.
|
|
569
|
+
*/
|
|
570
|
+
export declare const CreateArtifactVersionRequestSchema: GenMessage<CreateArtifactVersionRequest>;
|
|
571
|
+
/**
|
|
572
|
+
* @generated from message artifacts.v1.CreateArtifactVersionResponse
|
|
573
|
+
*/
|
|
574
|
+
export type CreateArtifactVersionResponse = Message<"artifacts.v1.CreateArtifactVersionResponse"> & {
|
|
575
|
+
/**
|
|
576
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
577
|
+
*/
|
|
578
|
+
artifact?: Artifact;
|
|
579
|
+
/**
|
|
580
|
+
* @generated from field: artifacts.v1.ArtifactVersion version = 2;
|
|
581
|
+
*/
|
|
582
|
+
version?: ArtifactVersion;
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* Describes the message artifacts.v1.CreateArtifactVersionResponse.
|
|
586
|
+
* Use `create(CreateArtifactVersionResponseSchema)` to create a new message.
|
|
587
|
+
*/
|
|
588
|
+
export declare const CreateArtifactVersionResponseSchema: GenMessage<CreateArtifactVersionResponse>;
|
|
589
|
+
/**
|
|
590
|
+
* @generated from message artifacts.v1.GetArtifactRequest
|
|
591
|
+
*/
|
|
592
|
+
export type GetArtifactRequest = Message<"artifacts.v1.GetArtifactRequest"> & {
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: string id = 1;
|
|
595
|
+
*/
|
|
596
|
+
id: string;
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: bool include_versions = 2;
|
|
599
|
+
*/
|
|
600
|
+
includeVersions: boolean;
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: bool include_attachments = 3;
|
|
603
|
+
*/
|
|
604
|
+
includeAttachments: boolean;
|
|
605
|
+
};
|
|
606
|
+
/**
|
|
607
|
+
* Describes the message artifacts.v1.GetArtifactRequest.
|
|
608
|
+
* Use `create(GetArtifactRequestSchema)` to create a new message.
|
|
609
|
+
*/
|
|
610
|
+
export declare const GetArtifactRequestSchema: GenMessage<GetArtifactRequest>;
|
|
611
|
+
/**
|
|
612
|
+
* @generated from message artifacts.v1.GetArtifactResponse
|
|
613
|
+
*/
|
|
614
|
+
export type GetArtifactResponse = Message<"artifacts.v1.GetArtifactResponse"> & {
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
617
|
+
*/
|
|
618
|
+
artifact?: Artifact;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: artifacts.v1.ArtifactVersion current_version = 2;
|
|
621
|
+
*/
|
|
622
|
+
currentVersion?: ArtifactVersion;
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: repeated artifacts.v1.ArtifactVersion versions = 3;
|
|
625
|
+
*/
|
|
626
|
+
versions: ArtifactVersion[];
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: repeated artifacts.v1.ArtifactAttachment attachments = 4;
|
|
629
|
+
*/
|
|
630
|
+
attachments: ArtifactAttachment[];
|
|
631
|
+
};
|
|
632
|
+
/**
|
|
633
|
+
* Describes the message artifacts.v1.GetArtifactResponse.
|
|
634
|
+
* Use `create(GetArtifactResponseSchema)` to create a new message.
|
|
635
|
+
*/
|
|
636
|
+
export declare const GetArtifactResponseSchema: GenMessage<GetArtifactResponse>;
|
|
637
|
+
/**
|
|
638
|
+
* @generated from message artifacts.v1.ListArtifactsRequest
|
|
639
|
+
*/
|
|
640
|
+
export type ListArtifactsRequest = Message<"artifacts.v1.ListArtifactsRequest"> & {
|
|
641
|
+
/**
|
|
642
|
+
* @generated from field: string workspace_id = 1;
|
|
643
|
+
*/
|
|
644
|
+
workspaceId: string;
|
|
645
|
+
/**
|
|
646
|
+
* @generated from field: artifacts.v1.ArtifactKind kind = 2;
|
|
647
|
+
*/
|
|
648
|
+
kind: ArtifactKind;
|
|
649
|
+
/**
|
|
650
|
+
* @generated from field: artifacts.v1.ArtifactState state = 3;
|
|
651
|
+
*/
|
|
652
|
+
state: ArtifactState;
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: string objective_id = 4;
|
|
655
|
+
*/
|
|
656
|
+
objectiveId: string;
|
|
657
|
+
/**
|
|
658
|
+
* @generated from field: string run_id = 5;
|
|
659
|
+
*/
|
|
660
|
+
runId: string;
|
|
661
|
+
/**
|
|
662
|
+
* @generated from field: string channel_id = 6;
|
|
663
|
+
*/
|
|
664
|
+
channelId: string;
|
|
665
|
+
/**
|
|
666
|
+
* @generated from field: repeated string tags = 7;
|
|
667
|
+
*/
|
|
668
|
+
tags: string[];
|
|
669
|
+
/**
|
|
670
|
+
* @generated from field: int32 limit = 8;
|
|
671
|
+
*/
|
|
672
|
+
limit: number;
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: int32 offset = 9;
|
|
675
|
+
*/
|
|
676
|
+
offset: number;
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
* Describes the message artifacts.v1.ListArtifactsRequest.
|
|
680
|
+
* Use `create(ListArtifactsRequestSchema)` to create a new message.
|
|
681
|
+
*/
|
|
682
|
+
export declare const ListArtifactsRequestSchema: GenMessage<ListArtifactsRequest>;
|
|
683
|
+
/**
|
|
684
|
+
* @generated from message artifacts.v1.ListArtifactsResponse
|
|
685
|
+
*/
|
|
686
|
+
export type ListArtifactsResponse = Message<"artifacts.v1.ListArtifactsResponse"> & {
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: repeated artifacts.v1.Artifact artifacts = 1;
|
|
689
|
+
*/
|
|
690
|
+
artifacts: Artifact[];
|
|
691
|
+
/**
|
|
692
|
+
* @generated from field: int32 total = 2;
|
|
693
|
+
*/
|
|
694
|
+
total: number;
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: bool has_more = 3;
|
|
697
|
+
*/
|
|
698
|
+
hasMore: boolean;
|
|
699
|
+
};
|
|
700
|
+
/**
|
|
701
|
+
* Describes the message artifacts.v1.ListArtifactsResponse.
|
|
702
|
+
* Use `create(ListArtifactsResponseSchema)` to create a new message.
|
|
703
|
+
*/
|
|
704
|
+
export declare const ListArtifactsResponseSchema: GenMessage<ListArtifactsResponse>;
|
|
705
|
+
/**
|
|
706
|
+
* @generated from message artifacts.v1.UpdateArtifactAccessRequest
|
|
707
|
+
*/
|
|
708
|
+
export type UpdateArtifactAccessRequest = Message<"artifacts.v1.UpdateArtifactAccessRequest"> & {
|
|
709
|
+
/**
|
|
710
|
+
* @generated from field: string artifact_id = 1;
|
|
711
|
+
*/
|
|
712
|
+
artifactId: string;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: artifacts.v1.ArtifactAccessPolicy access = 2;
|
|
715
|
+
*/
|
|
716
|
+
access?: ArtifactAccessPolicy;
|
|
717
|
+
};
|
|
718
|
+
/**
|
|
719
|
+
* Describes the message artifacts.v1.UpdateArtifactAccessRequest.
|
|
720
|
+
* Use `create(UpdateArtifactAccessRequestSchema)` to create a new message.
|
|
721
|
+
*/
|
|
722
|
+
export declare const UpdateArtifactAccessRequestSchema: GenMessage<UpdateArtifactAccessRequest>;
|
|
723
|
+
/**
|
|
724
|
+
* @generated from message artifacts.v1.UpdateArtifactAccessResponse
|
|
725
|
+
*/
|
|
726
|
+
export type UpdateArtifactAccessResponse = Message<"artifacts.v1.UpdateArtifactAccessResponse"> & {
|
|
727
|
+
/**
|
|
728
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
729
|
+
*/
|
|
730
|
+
artifact?: Artifact;
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* Describes the message artifacts.v1.UpdateArtifactAccessResponse.
|
|
734
|
+
* Use `create(UpdateArtifactAccessResponseSchema)` to create a new message.
|
|
735
|
+
*/
|
|
736
|
+
export declare const UpdateArtifactAccessResponseSchema: GenMessage<UpdateArtifactAccessResponse>;
|
|
737
|
+
/**
|
|
738
|
+
* @generated from message artifacts.v1.AttachArtifactRequest
|
|
739
|
+
*/
|
|
740
|
+
export type AttachArtifactRequest = Message<"artifacts.v1.AttachArtifactRequest"> & {
|
|
741
|
+
/**
|
|
742
|
+
* @generated from field: artifacts.v1.ArtifactAttachment attachment = 1;
|
|
743
|
+
*/
|
|
744
|
+
attachment?: ArtifactAttachment;
|
|
745
|
+
};
|
|
746
|
+
/**
|
|
747
|
+
* Describes the message artifacts.v1.AttachArtifactRequest.
|
|
748
|
+
* Use `create(AttachArtifactRequestSchema)` to create a new message.
|
|
749
|
+
*/
|
|
750
|
+
export declare const AttachArtifactRequestSchema: GenMessage<AttachArtifactRequest>;
|
|
751
|
+
/**
|
|
752
|
+
* @generated from message artifacts.v1.AttachArtifactResponse
|
|
753
|
+
*/
|
|
754
|
+
export type AttachArtifactResponse = Message<"artifacts.v1.AttachArtifactResponse"> & {
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
757
|
+
*/
|
|
758
|
+
artifact?: Artifact;
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: artifacts.v1.ArtifactAttachment attachment = 2;
|
|
761
|
+
*/
|
|
762
|
+
attachment?: ArtifactAttachment;
|
|
763
|
+
};
|
|
764
|
+
/**
|
|
765
|
+
* Describes the message artifacts.v1.AttachArtifactResponse.
|
|
766
|
+
* Use `create(AttachArtifactResponseSchema)` to create a new message.
|
|
767
|
+
*/
|
|
768
|
+
export declare const AttachArtifactResponseSchema: GenMessage<AttachArtifactResponse>;
|
|
769
|
+
/**
|
|
770
|
+
* @generated from message artifacts.v1.RenderArtifactCardRequest
|
|
771
|
+
*/
|
|
772
|
+
export type RenderArtifactCardRequest = Message<"artifacts.v1.RenderArtifactCardRequest"> & {
|
|
773
|
+
/**
|
|
774
|
+
* @generated from field: string artifact_id = 1;
|
|
775
|
+
*/
|
|
776
|
+
artifactId: string;
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: string version_id = 2;
|
|
779
|
+
*/
|
|
780
|
+
versionId: string;
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: string surface = 3;
|
|
783
|
+
*/
|
|
784
|
+
surface: string;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: string channel_id = 4;
|
|
787
|
+
*/
|
|
788
|
+
channelId: string;
|
|
789
|
+
};
|
|
790
|
+
/**
|
|
791
|
+
* Describes the message artifacts.v1.RenderArtifactCardRequest.
|
|
792
|
+
* Use `create(RenderArtifactCardRequestSchema)` to create a new message.
|
|
793
|
+
*/
|
|
794
|
+
export declare const RenderArtifactCardRequestSchema: GenMessage<RenderArtifactCardRequest>;
|
|
795
|
+
/**
|
|
796
|
+
* @generated from message artifacts.v1.RenderArtifactCardResponse
|
|
797
|
+
*/
|
|
798
|
+
export type RenderArtifactCardResponse = Message<"artifacts.v1.RenderArtifactCardResponse"> & {
|
|
799
|
+
/**
|
|
800
|
+
* @generated from field: artifacts.v1.ArtifactCard card = 1;
|
|
801
|
+
*/
|
|
802
|
+
card?: ArtifactCard;
|
|
803
|
+
};
|
|
804
|
+
/**
|
|
805
|
+
* Describes the message artifacts.v1.RenderArtifactCardResponse.
|
|
806
|
+
* Use `create(RenderArtifactCardResponseSchema)` to create a new message.
|
|
807
|
+
*/
|
|
808
|
+
export declare const RenderArtifactCardResponseSchema: GenMessage<RenderArtifactCardResponse>;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from message artifacts.v1.ArchiveArtifactRequest
|
|
811
|
+
*/
|
|
812
|
+
export type ArchiveArtifactRequest = Message<"artifacts.v1.ArchiveArtifactRequest"> & {
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: string artifact_id = 1;
|
|
815
|
+
*/
|
|
816
|
+
artifactId: string;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: string reason = 2;
|
|
819
|
+
*/
|
|
820
|
+
reason: string;
|
|
821
|
+
};
|
|
822
|
+
/**
|
|
823
|
+
* Describes the message artifacts.v1.ArchiveArtifactRequest.
|
|
824
|
+
* Use `create(ArchiveArtifactRequestSchema)` to create a new message.
|
|
825
|
+
*/
|
|
826
|
+
export declare const ArchiveArtifactRequestSchema: GenMessage<ArchiveArtifactRequest>;
|
|
827
|
+
/**
|
|
828
|
+
* @generated from message artifacts.v1.ArchiveArtifactResponse
|
|
829
|
+
*/
|
|
830
|
+
export type ArchiveArtifactResponse = Message<"artifacts.v1.ArchiveArtifactResponse"> & {
|
|
831
|
+
/**
|
|
832
|
+
* @generated from field: artifacts.v1.Artifact artifact = 1;
|
|
833
|
+
*/
|
|
834
|
+
artifact?: Artifact;
|
|
835
|
+
};
|
|
836
|
+
/**
|
|
837
|
+
* Describes the message artifacts.v1.ArchiveArtifactResponse.
|
|
838
|
+
* Use `create(ArchiveArtifactResponseSchema)` to create a new message.
|
|
839
|
+
*/
|
|
840
|
+
export declare const ArchiveArtifactResponseSchema: GenMessage<ArchiveArtifactResponse>;
|
|
841
|
+
/**
|
|
842
|
+
* ArtifactKind identifies the durable work product shape.
|
|
843
|
+
*
|
|
844
|
+
* @generated from enum artifacts.v1.ArtifactKind
|
|
845
|
+
*/
|
|
846
|
+
export declare enum ArtifactKind {
|
|
847
|
+
/**
|
|
848
|
+
* @generated from enum value: ARTIFACT_KIND_UNSPECIFIED = 0;
|
|
849
|
+
*/
|
|
850
|
+
UNSPECIFIED = 0,
|
|
851
|
+
/**
|
|
852
|
+
* @generated from enum value: ARTIFACT_KIND_GENERATED_APP = 1;
|
|
853
|
+
*/
|
|
854
|
+
GENERATED_APP = 1,
|
|
855
|
+
/**
|
|
856
|
+
* @generated from enum value: ARTIFACT_KIND_DASHBOARD = 2;
|
|
857
|
+
*/
|
|
858
|
+
DASHBOARD = 2,
|
|
859
|
+
/**
|
|
860
|
+
* @generated from enum value: ARTIFACT_KIND_REPORT = 3;
|
|
861
|
+
*/
|
|
862
|
+
REPORT = 3,
|
|
863
|
+
/**
|
|
864
|
+
* @generated from enum value: ARTIFACT_KIND_FILE = 4;
|
|
865
|
+
*/
|
|
866
|
+
FILE = 4,
|
|
867
|
+
/**
|
|
868
|
+
* @generated from enum value: ARTIFACT_KIND_EXPORT = 5;
|
|
869
|
+
*/
|
|
870
|
+
EXPORT = 5,
|
|
871
|
+
/**
|
|
872
|
+
* @generated from enum value: ARTIFACT_KIND_SNAPSHOT = 6;
|
|
873
|
+
*/
|
|
874
|
+
SNAPSHOT = 6,
|
|
875
|
+
/**
|
|
876
|
+
* @generated from enum value: ARTIFACT_KIND_ANALYSIS = 7;
|
|
877
|
+
*/
|
|
878
|
+
ANALYSIS = 7
|
|
879
|
+
}
|
|
880
|
+
/**
|
|
881
|
+
* Describes the enum artifacts.v1.ArtifactKind.
|
|
882
|
+
*/
|
|
883
|
+
export declare const ArtifactKindSchema: GenEnum<ArtifactKind>;
|
|
884
|
+
/**
|
|
885
|
+
* ArtifactState is the lifecycle for the artifact container.
|
|
886
|
+
*
|
|
887
|
+
* @generated from enum artifacts.v1.ArtifactState
|
|
888
|
+
*/
|
|
889
|
+
export declare enum ArtifactState {
|
|
890
|
+
/**
|
|
891
|
+
* @generated from enum value: ARTIFACT_STATE_UNSPECIFIED = 0;
|
|
892
|
+
*/
|
|
893
|
+
UNSPECIFIED = 0,
|
|
894
|
+
/**
|
|
895
|
+
* @generated from enum value: ARTIFACT_STATE_DRAFT = 1;
|
|
896
|
+
*/
|
|
897
|
+
DRAFT = 1,
|
|
898
|
+
/**
|
|
899
|
+
* @generated from enum value: ARTIFACT_STATE_ACTIVE = 2;
|
|
900
|
+
*/
|
|
901
|
+
ACTIVE = 2,
|
|
902
|
+
/**
|
|
903
|
+
* @generated from enum value: ARTIFACT_STATE_ARCHIVED = 3;
|
|
904
|
+
*/
|
|
905
|
+
ARCHIVED = 3,
|
|
906
|
+
/**
|
|
907
|
+
* @generated from enum value: ARTIFACT_STATE_REVOKED = 4;
|
|
908
|
+
*/
|
|
909
|
+
REVOKED = 4
|
|
910
|
+
}
|
|
911
|
+
/**
|
|
912
|
+
* Describes the enum artifacts.v1.ArtifactState.
|
|
913
|
+
*/
|
|
914
|
+
export declare const ArtifactStateSchema: GenEnum<ArtifactState>;
|
|
915
|
+
/**
|
|
916
|
+
* ArtifactVisibility controls who may resolve artifact links.
|
|
917
|
+
*
|
|
918
|
+
* @generated from enum artifacts.v1.ArtifactVisibility
|
|
919
|
+
*/
|
|
920
|
+
export declare enum ArtifactVisibility {
|
|
921
|
+
/**
|
|
922
|
+
* @generated from enum value: ARTIFACT_VISIBILITY_UNSPECIFIED = 0;
|
|
923
|
+
*/
|
|
924
|
+
UNSPECIFIED = 0,
|
|
925
|
+
/**
|
|
926
|
+
* @generated from enum value: ARTIFACT_VISIBILITY_PRIVATE = 1;
|
|
927
|
+
*/
|
|
928
|
+
PRIVATE = 1,
|
|
929
|
+
/**
|
|
930
|
+
* @generated from enum value: ARTIFACT_VISIBILITY_WORKSPACE = 2;
|
|
931
|
+
*/
|
|
932
|
+
WORKSPACE = 2,
|
|
933
|
+
/**
|
|
934
|
+
* @generated from enum value: ARTIFACT_VISIBILITY_LINK = 3;
|
|
935
|
+
*/
|
|
936
|
+
LINK = 3,
|
|
937
|
+
/**
|
|
938
|
+
* @generated from enum value: ARTIFACT_VISIBILITY_PUBLIC = 4;
|
|
939
|
+
*/
|
|
940
|
+
PUBLIC = 4
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Describes the enum artifacts.v1.ArtifactVisibility.
|
|
944
|
+
*/
|
|
945
|
+
export declare const ArtifactVisibilitySchema: GenEnum<ArtifactVisibility>;
|
|
946
|
+
/**
|
|
947
|
+
* ArtifactSubjectType names an access-control subject namespace.
|
|
948
|
+
*
|
|
949
|
+
* @generated from enum artifacts.v1.ArtifactSubjectType
|
|
950
|
+
*/
|
|
951
|
+
export declare enum ArtifactSubjectType {
|
|
952
|
+
/**
|
|
953
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_UNSPECIFIED = 0;
|
|
954
|
+
*/
|
|
955
|
+
UNSPECIFIED = 0,
|
|
956
|
+
/**
|
|
957
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_USER = 1;
|
|
958
|
+
*/
|
|
959
|
+
USER = 1,
|
|
960
|
+
/**
|
|
961
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_TEAM = 2;
|
|
962
|
+
*/
|
|
963
|
+
TEAM = 2,
|
|
964
|
+
/**
|
|
965
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_AGENT = 3;
|
|
966
|
+
*/
|
|
967
|
+
AGENT = 3,
|
|
968
|
+
/**
|
|
969
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_CHANNEL = 4;
|
|
970
|
+
*/
|
|
971
|
+
CHANNEL = 4,
|
|
972
|
+
/**
|
|
973
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_SERVICE = 5;
|
|
974
|
+
*/
|
|
975
|
+
SERVICE = 5,
|
|
976
|
+
/**
|
|
977
|
+
* @generated from enum value: ARTIFACT_SUBJECT_TYPE_ORGANIZATION = 6;
|
|
978
|
+
*/
|
|
979
|
+
ORGANIZATION = 6
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* Describes the enum artifacts.v1.ArtifactSubjectType.
|
|
983
|
+
*/
|
|
984
|
+
export declare const ArtifactSubjectTypeSchema: GenEnum<ArtifactSubjectType>;
|
|
985
|
+
/**
|
|
986
|
+
* ArtifactService manages durable work products produced by persistent
|
|
987
|
+
* teammates: generated apps, dashboards, reports, files, exports, analyses,
|
|
988
|
+
* and snapshots. Channels render cards and links from this service instead of
|
|
989
|
+
* owning artifact storage.
|
|
990
|
+
*
|
|
991
|
+
* @generated from service artifacts.v1.ArtifactService
|
|
992
|
+
*/
|
|
993
|
+
export declare const ArtifactService: GenService<{
|
|
994
|
+
/**
|
|
995
|
+
* CreateArtifact creates a durable artifact and its initial immutable version.
|
|
996
|
+
*
|
|
997
|
+
* @generated from rpc artifacts.v1.ArtifactService.CreateArtifact
|
|
998
|
+
*/
|
|
999
|
+
createArtifact: {
|
|
1000
|
+
methodKind: "unary";
|
|
1001
|
+
input: typeof CreateArtifactRequestSchema;
|
|
1002
|
+
output: typeof CreateArtifactResponseSchema;
|
|
1003
|
+
};
|
|
1004
|
+
/**
|
|
1005
|
+
* CreateArtifactVersion appends a new immutable version and advances the
|
|
1006
|
+
* artifact current_version pointer.
|
|
1007
|
+
*
|
|
1008
|
+
* @generated from rpc artifacts.v1.ArtifactService.CreateArtifactVersion
|
|
1009
|
+
*/
|
|
1010
|
+
createArtifactVersion: {
|
|
1011
|
+
methodKind: "unary";
|
|
1012
|
+
input: typeof CreateArtifactVersionRequestSchema;
|
|
1013
|
+
output: typeof CreateArtifactVersionResponseSchema;
|
|
1014
|
+
};
|
|
1015
|
+
/**
|
|
1016
|
+
* GetArtifact retrieves one artifact with its current version and optional
|
|
1017
|
+
* version/attachment history.
|
|
1018
|
+
*
|
|
1019
|
+
* @generated from rpc artifacts.v1.ArtifactService.GetArtifact
|
|
1020
|
+
*/
|
|
1021
|
+
getArtifact: {
|
|
1022
|
+
methodKind: "unary";
|
|
1023
|
+
input: typeof GetArtifactRequestSchema;
|
|
1024
|
+
output: typeof GetArtifactResponseSchema;
|
|
1025
|
+
};
|
|
1026
|
+
/**
|
|
1027
|
+
* ListArtifacts returns artifacts for a workspace, objective, run, channel,
|
|
1028
|
+
* kind, or state.
|
|
1029
|
+
*
|
|
1030
|
+
* @generated from rpc artifacts.v1.ArtifactService.ListArtifacts
|
|
1031
|
+
*/
|
|
1032
|
+
listArtifacts: {
|
|
1033
|
+
methodKind: "unary";
|
|
1034
|
+
input: typeof ListArtifactsRequestSchema;
|
|
1035
|
+
output: typeof ListArtifactsResponseSchema;
|
|
1036
|
+
};
|
|
1037
|
+
/**
|
|
1038
|
+
* UpdateArtifactAccess replaces the access policy for an artifact.
|
|
1039
|
+
*
|
|
1040
|
+
* @generated from rpc artifacts.v1.ArtifactService.UpdateArtifactAccess
|
|
1041
|
+
*/
|
|
1042
|
+
updateArtifactAccess: {
|
|
1043
|
+
methodKind: "unary";
|
|
1044
|
+
input: typeof UpdateArtifactAccessRequestSchema;
|
|
1045
|
+
output: typeof UpdateArtifactAccessResponseSchema;
|
|
1046
|
+
};
|
|
1047
|
+
/**
|
|
1048
|
+
* AttachArtifact links an artifact/version to an AgentRun, Objective, step,
|
|
1049
|
+
* or channel surface without copying the underlying work product.
|
|
1050
|
+
*
|
|
1051
|
+
* @generated from rpc artifacts.v1.ArtifactService.AttachArtifact
|
|
1052
|
+
*/
|
|
1053
|
+
attachArtifact: {
|
|
1054
|
+
methodKind: "unary";
|
|
1055
|
+
input: typeof AttachArtifactRequestSchema;
|
|
1056
|
+
output: typeof AttachArtifactResponseSchema;
|
|
1057
|
+
};
|
|
1058
|
+
/**
|
|
1059
|
+
* RenderArtifactCard returns a channel-safe card/link model for an artifact.
|
|
1060
|
+
*
|
|
1061
|
+
* @generated from rpc artifacts.v1.ArtifactService.RenderArtifactCard
|
|
1062
|
+
*/
|
|
1063
|
+
renderArtifactCard: {
|
|
1064
|
+
methodKind: "unary";
|
|
1065
|
+
input: typeof RenderArtifactCardRequestSchema;
|
|
1066
|
+
output: typeof RenderArtifactCardResponseSchema;
|
|
1067
|
+
};
|
|
1068
|
+
/**
|
|
1069
|
+
* ArchiveArtifact moves an artifact out of active render/list flows while
|
|
1070
|
+
* preserving version and provenance history.
|
|
1071
|
+
*
|
|
1072
|
+
* @generated from rpc artifacts.v1.ArtifactService.ArchiveArtifact
|
|
1073
|
+
*/
|
|
1074
|
+
archiveArtifact: {
|
|
1075
|
+
methodKind: "unary";
|
|
1076
|
+
input: typeof ArchiveArtifactRequestSchema;
|
|
1077
|
+
output: typeof ArchiveArtifactResponseSchema;
|
|
1078
|
+
};
|
|
1079
|
+
}>;
|