@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.
@@ -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-specific Cloud API credentials are present.
1884
- * It does NOT reflect the user-facing WhatsApp connector session and does not
1885
- * imply a live network probe has been performed. A live send can still fail if
1886
- * the upstream token has been revoked. Callers that need true liveness must
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.433",
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.433",
186
+ "@elizaos/core": "^2.0.0-alpha.435",
187
187
  "zod": "^4.3.6"
188
188
  },
189
189
  "optionalDependencies": {