Skip to content

Commit 1ff7ad3

Browse files
author
Snow Pettersen
committed
remove dup
1 parent deb9304 commit 1ff7ad3

File tree

1 file changed

+0
-12
lines changed
  • src/bitdrift_public/protobuf/client/v1

1 file changed

+0
-12
lines changed

src/bitdrift_public/protobuf/client/v1/api.proto

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -258,18 +258,6 @@ message UploadArtifactIntentRequest {
258258
bytes metadata = 3;
259259
}
260260

261-
message UploadArtifactIntentRequest {
262-
// The UUID of the intent being negotiated. This is used to correlate the response with the request.
263-
string intent_uuid = 1 [(validate.rules).string = {min_len: 1}];
264-
265-
// The type of the artifact being considered for upload.
266-
string type_id = 2 [(validate.rules).string = {min_len: 1}];
267-
268-
// The metadata associated with the artifact. This is a binary blob that is interpreted by the server
269-
// based on the type_id.
270-
bytes metadata = 3;
271-
}
272-
273261
message UploadArtifactIntentResponse {
274262
// The UUID of the intent being negotiated. This is used to correlate the response with the request.
275263
string intent_uuid = 1 [(validate.rules).string = {min_len: 1}];

0 commit comments

Comments
 (0)