@elizaos/shared 2.0.0-alpha.433 → 2.0.0-alpha.435
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/contracts/lifeops.d.ts +5 -5
- package/package.json +2 -2
package/contracts/lifeops.d.ts
CHANGED
|
@@ -1880,11 +1880,11 @@ export type LifeOpsTelegramAuthState = (typeof LIFEOPS_TELEGRAM_AUTH_STATES)[num
|
|
|
1880
1880
|
export interface LifeOpsWhatsAppConnectorStatus {
|
|
1881
1881
|
provider: "whatsapp";
|
|
1882
1882
|
/**
|
|
1883
|
-
* `connected` here means LifeOps
|
|
1884
|
-
*
|
|
1885
|
-
*
|
|
1886
|
-
*
|
|
1887
|
-
* catch errors from the actual send/receive methods.
|
|
1883
|
+
* `connected` here means LifeOps can see either WhatsApp Business Cloud API
|
|
1884
|
+
* credentials or a local QR-paired auth state. It does not imply a live
|
|
1885
|
+
* network probe has been performed. A live send can still fail if the
|
|
1886
|
+
* upstream token/session has been revoked. Callers that need true liveness
|
|
1887
|
+
* must catch errors from the actual send/receive methods.
|
|
1888
1888
|
*/
|
|
1889
1889
|
connected: boolean;
|
|
1890
1890
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/shared",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.435",
|
|
4
4
|
"description": "Shared code for Eliza agent and app-core.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"directory": "dist"
|
|
184
184
|
},
|
|
185
185
|
"dependencies": {
|
|
186
|
-
"@elizaos/core": "^2.0.0-alpha.
|
|
186
|
+
"@elizaos/core": "^2.0.0-alpha.435",
|
|
187
187
|
"zod": "^4.3.6"
|
|
188
188
|
},
|
|
189
189
|
"optionalDependencies": {
|