From 04e5dc0b50dd61c51085ed1f2e5ddddd7b68aa71 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:47:42 +0000 Subject: [PATCH] completionId: cgen-b963a8897c04427690eff02882a3993f cgen-b963a8897c04427690eff02882a3993f --- client/api/creators.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/api/creators.ts b/client/api/creators.ts index e82050c3..b36b62ac 100644 --- a/client/api/creators.ts +++ b/client/api/creators.ts @@ -7,6 +7,7 @@ export interface Creator { experience_level: string; arm_affiliations: string[]; primary_arm: string; + spotify_profile_url?: string; created_at: string; is_discoverable: boolean; allow_recommendations: boolean;