package com.suno.android.preview import com.suno.android.common_networking.remote.common.RemoteClip import com.suno.android.common_networking.remote.common.RemoteClipMetadata import com.suno.android.common_networking.remote.common.RemoteClipReaction import com.suno.android.common_networking.remote.entities.PlaylistClipSchema import com.suno.android.common_networking.remote.entities.PlaylistSchema import org.jetbrains.annotations.TestOnly @TestOnly fun PlaylistSchema.xFake() = FakePlaylistSchema @TestOnly object FakePlaylistSchema { val v4point5faves get() = PlaylistSchema( id = "a3baba85-2cbe-4192-b6e0-4c4b919af757", playlistClips = listOf( PlaylistClipSchema( clip = RemoteClip( audioUrl = "https://cdn1.suno.ai/d65f83ff-6e5f-467e-aba0-4c1946f43ab7.mp3", avatarImageUrl = "https://cdn1.suno.ai/26bccb8e.webp", createdAt = "2025-05-05T15:07:29.924Z", displayName = "brody", displayTags = null, handle = "brody", id = "d65f83ff-6e5f-467e-aba0-4c1946f43ab7", imageLargeUrl = "https://cdn2.suno.ai/image_large_video_upload_e0e6e3e1-30a5-4e50-b5b0-6433c" + "47d3ffd_snapshot_0s.jpeg", imageUrl = "https://cdn2.suno.ai/image_video_upload_e0e6e3e1-30a5-4e50-b5b0-6433c47d3ffd_sna" + "pshot_0s.jpeg", videoCoverUrl = "https://cdn1.suno.ai/video_upload_e0e6e3e1-30a5-4e50-b5b0-6433c47d3ffd.mp4", previewUrl = "https://cdn1.suno.ai/video_upload_e0e6e3e1-30a5-4e50-b5b0-6433c47d3ffd_preview" + ".mp4", isHandleUpdated = true, isLiked = true, isPublic = true, isTrashed = false, isVideoPending = null, majorModelVersion = "v4.5", clipMetadata = RemoteClipMetadata( coverClipId = null, duration = 248.36, gptDescriptionPrompt = null, negativeTags = null, prompt = "[Verse]\nI wanna open up my mind\nI wanna leave the world behind\nI wanna get...", refundCredits = null, stream = null, tags = "sound collage, quirky indie folktronica track with staccato percussion", task = null, type = "concat_infilling", canRemix = true, isRemix = false, optOutVideoCoverHook = false, modelBadge = null, ), modelName = "chirp-auk", playCount = 327050, clipReaction = RemoteClipReaction( clip = null, flagged = false, flaggedReason = null, feedbackReason = null, playCount = 1, skipCount = 0, reactionType = "L", updatedAt = "2025-07-27T20:27:18.842Z", ), status = "complete", title = "psilocybin vibes", upvoteCount = 7529, userId = "776a9521-930b-45e7-8054-b9f53226df49", videoUrl = "https://cdn1.suno.ai/d65f83ff-6e5f-467e-aba0-4c1946f43ab7.mp4", commentCount = 565, caption = "00:39 has me flying", captionMentions = null, downloadDisabledReason = null, ), relativeIndex = 1.0, ), ), numTotalResults = 21, currentPage = 1, isOwned = true, isTrashed = false, isPublic = true, userDisplayName = "doe eyes ", userHandle = "doeeyesmusic", userAvatarImageUrl = "https://cdn1.suno.ai/defaultBlue.webp", imageUrl = "https://cdn2.suno.ai/b4dbe264.jpeg", reaction = null, upvoteCount = 71, dislikeCount = 0, flagCount = 0, skipCount = 0, playCount = 0, name = "v4.5 faves", description = "the best of v4.5 currently in rotation", isDiscoverPlaylist = false, isClipAdded = null, ) }