@lobehub/market-sdk 0.21.1 → 0.21.2

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 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -329,6 +329,8 @@ interface ClientRegistrationRequest {
329
329
  clientVersion?: string;
330
330
  /** Description (optional) */
331
331
  description?: string;
332
+ /** Device ID (required) */
333
+ deviceId: string;
332
334
  /** Platform (e.g., 'x64', 'arm64') (optional) */
333
335
  platform?: string;
334
336
  /** OS version (optional) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/market-sdk",
3
- "version": "0.21.1",
3
+ "version": "0.21.2",
4
4
  "description": "LobeHub Market JavaScript SDK",
5
5
  "keywords": [
6
6
  "lobehub",