Implement creator studio and upload updates
This commit is contained in:
@@ -22,7 +22,7 @@ final class ArtworkVectorIndexService
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array{url: string, metadata: array{content_type: string, category: string, user_id: string}}
|
||||
* @return array{url: string, metadata: array<string, mixed>}
|
||||
*/
|
||||
public function payloadForArtwork(Artwork $artwork): array
|
||||
{
|
||||
@@ -38,7 +38,7 @@ final class ArtworkVectorIndexService
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array{url: string, metadata: array{content_type: string, category: string, user_id: string}}
|
||||
* @return array{url: string, metadata: array<string, mixed>}
|
||||
*/
|
||||
public function upsertArtwork(Artwork $artwork): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user