@easbot/types 0.2.46 → 0.2.48

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.cts CHANGED
@@ -698,7 +698,7 @@ type LocalAgentInput = AgentInput;
698
698
  type LocalAgentResult = AgentResult;
699
699
  type GatewayMessagePromptPart = AgentPromptPart;
700
700
  type MessageType = 'input' | 'output' | 'system' | 'control';
701
- type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
701
+ type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'weixin' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
702
702
  interface GatewayMessage {
703
703
  id: string;
704
704
  sessionId: string;
package/dist/index.d.ts CHANGED
@@ -698,7 +698,7 @@ type LocalAgentInput = AgentInput;
698
698
  type LocalAgentResult = AgentResult;
699
699
  type GatewayMessagePromptPart = AgentPromptPart;
700
700
  type MessageType = 'input' | 'output' | 'system' | 'control';
701
- type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
701
+ type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'weixin' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
702
702
  interface GatewayMessage {
703
703
  id: string;
704
704
  sessionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/types",
3
- "version": "0.2.46",
3
+ "version": "0.2.48",
4
4
  "description": "Shared types library for EASBOT ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,7 +46,7 @@
46
46
  "ai": "^6.0.176",
47
47
  "axios": "^1.16.1",
48
48
  "zod": "^4.4.3",
49
- "@easbot/sdk": "0.2.46"
49
+ "@easbot/sdk": "0.2.48"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@biomejs/biome": "^2.4.14",