From 3f6751d60cd3b42e80159675edad175a42a7e221 Mon Sep 17 00:00:00 2001 From: saltbo Date: Wed, 24 Jun 2026 14:59:54 -0400 Subject: [PATCH] chore(openapi): update generated downloader client --- cmd/internal/openapi/client.gen.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/internal/openapi/client.gen.go b/cmd/internal/openapi/client.gen.go index 420f4dd6..46cccc56 100644 --- a/cmd/internal/openapi/client.gen.go +++ b/cmd/internal/openapi/client.gen.go @@ -2083,7 +2083,6 @@ type Storage struct { Region string `json:"region"` SecretKey string `json:"secretKey"` Status string `json:"status"` - Title string `json:"title"` UpdatedAt string `json:"updatedAt"` Used int `json:"used"` } @@ -3522,7 +3521,6 @@ type CreateStorageJSONBody struct { ForcePathStyle *bool `json:"forcePathStyle,omitempty"` Region *string `json:"region,omitempty"` SecretKey string `json:"secretKey"` - Title string `json:"title"` } // UpdateStorageJSONBody defines parameters for UpdateStorage. @@ -3539,7 +3537,6 @@ type UpdateStorageJSONBody struct { Region *string `json:"region,omitempty"` SecretKey *string `json:"secretKey,omitempty"` Status *UpdateStorageJSONBodyStatus `json:"status,omitempty"` - Title *string `json:"title,omitempty"` } // UpdateStorageJSONBodyStatus defines parameters for UpdateStorage.