Skip to content

Commit

Permalink
remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow Pettersen committed Feb 18, 2025
1 parent deb9304 commit 1ff7ad3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/bitdrift_public/protobuf/client/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,6 @@ message UploadArtifactIntentRequest {
bytes metadata = 3;
}

message UploadArtifactIntentRequest {
// The UUID of the intent being negotiated. This is used to correlate the response with the request.
string intent_uuid = 1 [(validate.rules).string = {min_len: 1}];

// The type of the artifact being considered for upload.
string type_id = 2 [(validate.rules).string = {min_len: 1}];

// The metadata associated with the artifact. This is a binary blob that is interpreted by the server
// based on the type_id.
bytes metadata = 3;
}

message UploadArtifactIntentResponse {
// The UUID of the intent being negotiated. This is used to correlate the response with the request.
string intent_uuid = 1 [(validate.rules).string = {min_len: 1}];
Expand Down

0 comments on commit 1ff7ad3

Please sign in to comment.