File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/bitdrift_public/protobuf/client/v1 Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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-
273261message 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 }];
You can’t perform that action at this time.
0 commit comments