@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.
- package/dist/index.d.mts +2 -0
- 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) */
|