@nextclaw/server 0.22.0-beta.1 → 0.22.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/index.d.ts +19 -19
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1368,10 +1368,10 @@ declare class ServiceAppsRoutesController {
|
|
|
1368
1368
|
code?: string | undefined;
|
|
1369
1369
|
message: string;
|
|
1370
1370
|
} | undefined;
|
|
1371
|
-
instanceId?: string | undefined;
|
|
1372
1371
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1373
|
-
componentId: string;
|
|
1374
1372
|
appId: string;
|
|
1373
|
+
instanceId?: string | undefined;
|
|
1374
|
+
componentId: string;
|
|
1375
1375
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1376
1376
|
callId: string;
|
|
1377
1377
|
traceId: string;
|
|
@@ -1519,8 +1519,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1519
1519
|
description: string;
|
|
1520
1520
|
};
|
|
1521
1521
|
result: {
|
|
1522
|
-
required: boolean;
|
|
1523
1522
|
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1523
|
+
required: boolean;
|
|
1524
1524
|
acceptanceId: string;
|
|
1525
1525
|
latestRecord?: {
|
|
1526
1526
|
evidenceSchemaVersion: 2;
|
|
@@ -1566,10 +1566,10 @@ declare class ServiceAppsRoutesController {
|
|
|
1566
1566
|
code?: string | undefined;
|
|
1567
1567
|
message: string;
|
|
1568
1568
|
} | undefined;
|
|
1569
|
-
instanceId?: string | undefined;
|
|
1570
1569
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1571
|
-
componentId: string;
|
|
1572
1570
|
appId: string;
|
|
1571
|
+
instanceId?: string | undefined;
|
|
1572
|
+
componentId: string;
|
|
1573
1573
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1574
1574
|
callId: string;
|
|
1575
1575
|
traceId: string;
|
|
@@ -1686,8 +1686,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1686
1686
|
description: string;
|
|
1687
1687
|
};
|
|
1688
1688
|
result: {
|
|
1689
|
-
required: boolean;
|
|
1690
1689
|
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1690
|
+
required: boolean;
|
|
1691
1691
|
acceptanceId: string;
|
|
1692
1692
|
latestRecord?: {
|
|
1693
1693
|
evidenceSchemaVersion: 2;
|
|
@@ -1733,10 +1733,10 @@ declare class ServiceAppsRoutesController {
|
|
|
1733
1733
|
code?: string | undefined;
|
|
1734
1734
|
message: string;
|
|
1735
1735
|
} | undefined;
|
|
1736
|
-
instanceId?: string | undefined;
|
|
1737
1736
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1738
|
-
componentId: string;
|
|
1739
1737
|
appId: string;
|
|
1738
|
+
instanceId?: string | undefined;
|
|
1739
|
+
componentId: string;
|
|
1740
1740
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1741
1741
|
callId: string;
|
|
1742
1742
|
traceId: string;
|
|
@@ -4778,17 +4778,6 @@ declare class ConfigRoutesController {
|
|
|
4778
4778
|
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4779
4779
|
ok: boolean;
|
|
4780
4780
|
data: {
|
|
4781
|
-
bindings?: {
|
|
4782
|
-
agentId: string;
|
|
4783
|
-
match: {
|
|
4784
|
-
channel: string;
|
|
4785
|
-
accountId?: string | undefined;
|
|
4786
|
-
peer?: {
|
|
4787
|
-
kind: "direct" | "group" | "channel";
|
|
4788
|
-
id: string;
|
|
4789
|
-
} | undefined;
|
|
4790
|
-
};
|
|
4791
|
-
}[] | undefined;
|
|
4792
4781
|
agents: {
|
|
4793
4782
|
defaults: {
|
|
4794
4783
|
model: string;
|
|
@@ -4869,6 +4858,17 @@ declare class ConfigRoutesController {
|
|
|
4869
4858
|
} | undefined;
|
|
4870
4859
|
} | undefined;
|
|
4871
4860
|
};
|
|
4861
|
+
bindings?: {
|
|
4862
|
+
agentId: string;
|
|
4863
|
+
match: {
|
|
4864
|
+
channel: string;
|
|
4865
|
+
accountId?: string | undefined;
|
|
4866
|
+
peer?: {
|
|
4867
|
+
kind: "direct" | "group" | "channel";
|
|
4868
|
+
id: string;
|
|
4869
|
+
} | undefined;
|
|
4870
|
+
};
|
|
4871
|
+
}[] | undefined;
|
|
4872
4872
|
session?: {
|
|
4873
4873
|
dmScope?: "main" | "per-peer" | "per-channel-peer" | "per-account-channel-peer" | undefined;
|
|
4874
4874
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/server",
|
|
3
|
-
"version": "0.22.0
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Nextclaw UI/API server.",
|
|
6
6
|
"type": "module",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@hono/node-server": "^1.13.3",
|
|
19
19
|
"hono": "^4.6.2",
|
|
20
20
|
"ws": "^8.18.0",
|
|
21
|
-
"@nextclaw/
|
|
22
|
-
"@nextclaw/kernel": "0.15.0
|
|
23
|
-
"@nextclaw/mcp": "0.3.43
|
|
24
|
-
"@nextclaw/
|
|
25
|
-
"@nextclaw/
|
|
21
|
+
"@nextclaw/core": "0.17.16",
|
|
22
|
+
"@nextclaw/kernel": "0.15.0",
|
|
23
|
+
"@nextclaw/mcp": "0.3.43",
|
|
24
|
+
"@nextclaw/runtime": "0.4.42",
|
|
25
|
+
"@nextclaw/ncp": "0.10.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^20.17.6",
|