feat(kol): workspace KOL cards + article source type
This commit is contained in:
@@ -30,3 +30,13 @@ type QuotaSummary struct {
|
||||
Balance int `json:"balance"`
|
||||
ResetAt *time.Time `json:"reset_at"`
|
||||
}
|
||||
|
||||
type KolWorkspaceCard struct {
|
||||
SubscriptionPromptID int64 `json:"subscription_prompt_id"`
|
||||
GrantedAt time.Time `json:"granted_at"`
|
||||
PromptName string `json:"prompt_name"`
|
||||
PlatformHint *string `json:"platform_hint"`
|
||||
PackageName string `json:"package_name"`
|
||||
PackageCover *string `json:"package_cover"`
|
||||
KolDisplayName string `json:"kol_display_name"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user