@lingyao037/openclaw-lingyao-cli 0.3.3 → 0.4.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/{accounts-Bkwmg14Q.d.ts → accounts-AwHXj7VB.d.ts} +1 -1
- package/dist/cli.d.ts +1 -1
- package/dist/index.d.ts +265 -523
- package/dist/index.js +165 -63
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
|
@@ -322,4 +322,4 @@ interface PairingSession {
|
|
|
322
322
|
expiresAt: number;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
export { AccountManager as A, type DeviceInfo as D, type FailedEntry as F, type HealthStatus as H, type LingyaoRuntime as L, type MemorySyncPayload as M, type NotifyPayload as N, type PairingCode as P, type QueuedMessage as Q, type SyncRequest as S, type TokenRefreshRequest as T, type WebSocketConnection as W, type
|
|
325
|
+
export { AccountManager as A, type DeviceInfo as D, type FailedEntry as F, type HealthStatus as H, type LingyaoRuntime as L, type MemorySyncPayload as M, type NotifyPayload as N, type PairingCode as P, type QueuedMessage as Q, type SyncRequest as S, type TokenRefreshRequest as T, type WebSocketConnection as W, type DeviceToken as a, type SyncResponse as b, type LingyaoMessage as c, type LingyaoConfig as d, type AckRequest as e, type DiarySyncPayload as f, LINGYAO_SERVER_URL as g, type LingyaoAccount as h, type LingyaoAccountConfig as i, MessageType as j, type NotifyAction as k, type NotifyRequest as l, type PairingConfirmRequest as m, type PairingConfirmResponse as n, type PollRequest as o, type PollResponse as p, type TokenRefreshResponse as q };
|
package/dist/cli.d.ts
CHANGED