@lobehub/market-sdk 0.27.2 → 0.27.3

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -254,7 +254,7 @@ interface AgentListQuery {
254
254
  /** Search query string */
255
255
  q?: string;
256
256
  /** Sort field */
257
- sort?: 'createdAt' | 'updatedAt' | 'name';
257
+ sort?: 'createdAt' | 'updatedAt' | 'name' | 'tokenUsage' | 'knowledgeCount' | 'pluginCount' | 'recommended';
258
258
  /** Publication status filter */
259
259
  status?: 'published' | 'unpublished' | 'archived' | 'deprecated' | 'all';
260
260
  /** Visibility filter */
@@ -1070,7 +1070,7 @@ interface PluginQueryParams {
1070
1070
  /** Search query string */
1071
1071
  q?: string;
1072
1072
  /** Field to sort by */
1073
- sort?: 'installCount' | 'createdAt' | 'updatedAt' | 'ratingAverage' | 'ratingCount' | 'isFeatured' | 'isValidated';
1073
+ sort?: 'installCount' | 'createdAt' | 'updatedAt' | 'ratingAverage' | 'ratingCount' | 'isFeatured' | 'isValidated' | 'recommended';
1074
1074
  /** Filter by tags (comma-separated) */
1075
1075
  tags?: string;
1076
1076
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-sdk",
3
- "version": "0.27.2",
3
+ "version": "0.27.3",
4
4
  "description": "LobeHub Market JavaScript SDK",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -28,7 +28,7 @@
28
28
  "debug": "^4.4.1",
29
29
  "jose": "^6.0.11",
30
30
  "url-join": "^5.0.0",
31
- "@lobehub/market-types": "1.12.2"
31
+ "@lobehub/market-types": "1.12.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.24.4"