@easbot/types 0.2.40 → 0.2.42
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -671,7 +671,7 @@ type LocalAgentInput = AgentInput;
|
|
|
671
671
|
type LocalAgentResult = AgentResult;
|
|
672
672
|
type GatewayMessagePromptPart = AgentPromptPart;
|
|
673
673
|
type MessageType = 'input' | 'output' | 'system' | 'control';
|
|
674
|
-
type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
|
|
674
|
+
type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
|
|
675
675
|
interface GatewayMessage {
|
|
676
676
|
id: string;
|
|
677
677
|
sessionId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -671,7 +671,7 @@ type LocalAgentInput = AgentInput;
|
|
|
671
671
|
type LocalAgentResult = AgentResult;
|
|
672
672
|
type GatewayMessagePromptPart = AgentPromptPart;
|
|
673
673
|
type MessageType = 'input' | 'output' | 'system' | 'control';
|
|
674
|
-
type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
|
|
674
|
+
type PlatformType = 'telegram' | 'discord' | 'slack' | 'feishu' | 'wechat' | 'webchat' | 'signal' | 'nostr' | 'dingtalk' | 'whatsapp' | 'tui' | 'api' | 'web' | 'desktop';
|
|
675
675
|
interface GatewayMessage {
|
|
676
676
|
id: string;
|
|
677
677
|
sessionId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easbot/types",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.42",
|
|
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.
|
|
49
|
+
"@easbot/sdk": "0.2.42"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@biomejs/biome": "^2.4.14",
|