@lobehub/market-sdk 0.31.11 → 0.32.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 +3 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -3367,13 +3367,14 @@ interface MarketSkillCollectionListQuery {
|
|
|
3367
3367
|
locale?: string;
|
|
3368
3368
|
}
|
|
3369
3369
|
interface MarketSkillCollectionListItem {
|
|
3370
|
+
cover?: string;
|
|
3370
3371
|
createdAt: string;
|
|
3371
|
-
description: string;
|
|
3372
3372
|
icon: string;
|
|
3373
3373
|
id: number;
|
|
3374
3374
|
itemCount: number;
|
|
3375
3375
|
position: number;
|
|
3376
3376
|
slug: string;
|
|
3377
|
+
summary: string;
|
|
3377
3378
|
title: string;
|
|
3378
3379
|
updatedAt: string;
|
|
3379
3380
|
}
|
|
@@ -3387,6 +3388,7 @@ interface MarketSkillCollectionDetailQuery {
|
|
|
3387
3388
|
}
|
|
3388
3389
|
interface MarketSkillCollectionDetail extends MarketSkillCollectionListItem {
|
|
3389
3390
|
currentPage: number;
|
|
3391
|
+
description?: string;
|
|
3390
3392
|
items: MarketSkillListItem[];
|
|
3391
3393
|
pageSize: number;
|
|
3392
3394
|
totalCount: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/market-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "LobeHub Market JavaScript SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@lobehub/market-types": "^1.
|
|
28
|
+
"@lobehub/market-types": "^1.14.0",
|
|
29
29
|
"debug": "^4.4.3",
|
|
30
30
|
"jose": "^6.1.3",
|
|
31
31
|
"url-join": "^5.0.0"
|