@lobehub/market-sdk 0.30.3 → 0.30.4

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -1497,7 +1497,7 @@ interface ClientRegistrationRequest {
1497
1497
  /** Client name (required) */
1498
1498
  clientName: string;
1499
1499
  /** Client type (required) */
1500
- clientType: 'desktop' | 'mobile' | 'web' | 'server' | 'docker';
1500
+ clientType: 'cli' | 'desktop' | 'docker' | 'mobile' | 'server' | 'web';
1501
1501
  /** Client version (optional) */
1502
1502
  clientVersion?: string;
1503
1503
  /** Description (optional) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-sdk",
3
- "version": "0.30.3",
3
+ "version": "0.30.4",
4
4
  "description": "LobeHub Market JavaScript SDK",
5
5
  "keywords": [
6
6
  "lobehub",