@lobehub/market-sdk 0.22.12-beta.0 → 0.22.13-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -287,7 +287,7 @@ interface AgentItemDetail extends AgentItem {
|
|
|
287
287
|
/** Author (may come from marketplace base but ensure presence) */
|
|
288
288
|
author?: string;
|
|
289
289
|
/** Avatar URL for the agent, can be a emoji */
|
|
290
|
-
avatar
|
|
290
|
+
avatar?: string;
|
|
291
291
|
/** Total comment count */
|
|
292
292
|
commentCount?: number;
|
|
293
293
|
/** Agent configuration JSON */
|