@nextclaw/server 0.23.1 → 0.23.2
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 +56 -56
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1399,14 +1399,14 @@ declare class ServiceAppsRoutesController {
|
|
|
1399
1399
|
recovery?: string | undefined;
|
|
1400
1400
|
evidenceRefs: string[];
|
|
1401
1401
|
} | {
|
|
1402
|
+
instanceId?: string | undefined;
|
|
1403
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1404
|
+
componentId: string;
|
|
1405
|
+
appId: string;
|
|
1402
1406
|
error?: {
|
|
1403
1407
|
code?: string | undefined;
|
|
1404
1408
|
message: string;
|
|
1405
1409
|
} | undefined;
|
|
1406
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1407
|
-
appId: string;
|
|
1408
|
-
instanceId?: string | undefined;
|
|
1409
|
-
componentId: string;
|
|
1410
1410
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1411
1411
|
callId: string;
|
|
1412
1412
|
traceId: string;
|
|
@@ -1554,8 +1554,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1554
1554
|
description: string;
|
|
1555
1555
|
};
|
|
1556
1556
|
result: {
|
|
1557
|
-
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1558
1557
|
required: boolean;
|
|
1558
|
+
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1559
1559
|
acceptanceId: string;
|
|
1560
1560
|
latestRecord?: {
|
|
1561
1561
|
evidenceSchemaVersion: 2;
|
|
@@ -1597,14 +1597,14 @@ declare class ServiceAppsRoutesController {
|
|
|
1597
1597
|
recovery?: string | undefined;
|
|
1598
1598
|
evidenceRefs: string[];
|
|
1599
1599
|
} | {
|
|
1600
|
+
instanceId?: string | undefined;
|
|
1601
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1602
|
+
componentId: string;
|
|
1603
|
+
appId: string;
|
|
1600
1604
|
error?: {
|
|
1601
1605
|
code?: string | undefined;
|
|
1602
1606
|
message: string;
|
|
1603
1607
|
} | undefined;
|
|
1604
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1605
|
-
appId: string;
|
|
1606
|
-
instanceId?: string | undefined;
|
|
1607
|
-
componentId: string;
|
|
1608
1608
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1609
1609
|
callId: string;
|
|
1610
1610
|
traceId: string;
|
|
@@ -1721,8 +1721,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1721
1721
|
description: string;
|
|
1722
1722
|
};
|
|
1723
1723
|
result: {
|
|
1724
|
-
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1725
1724
|
required: boolean;
|
|
1725
|
+
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1726
1726
|
acceptanceId: string;
|
|
1727
1727
|
latestRecord?: {
|
|
1728
1728
|
evidenceSchemaVersion: 2;
|
|
@@ -1764,14 +1764,14 @@ declare class ServiceAppsRoutesController {
|
|
|
1764
1764
|
recovery?: string | undefined;
|
|
1765
1765
|
evidenceRefs: string[];
|
|
1766
1766
|
} | {
|
|
1767
|
+
instanceId?: string | undefined;
|
|
1768
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1769
|
+
componentId: string;
|
|
1770
|
+
appId: string;
|
|
1767
1771
|
error?: {
|
|
1768
1772
|
code?: string | undefined;
|
|
1769
1773
|
message: string;
|
|
1770
1774
|
} | undefined;
|
|
1771
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1772
|
-
appId: string;
|
|
1773
|
-
instanceId?: string | undefined;
|
|
1774
|
-
componentId: string;
|
|
1775
1775
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1776
1776
|
callId: string;
|
|
1777
1777
|
traceId: string;
|
|
@@ -4374,7 +4374,7 @@ declare class ConfigRoutesController {
|
|
|
4374
4374
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4375
4375
|
} | undefined;
|
|
4376
4376
|
};
|
|
4377
|
-
},
|
|
4377
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4378
4378
|
ok: boolean;
|
|
4379
4379
|
error: {
|
|
4380
4380
|
code: string;
|
|
@@ -4383,7 +4383,7 @@ declare class ConfigRoutesController {
|
|
|
4383
4383
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4384
4384
|
} | undefined;
|
|
4385
4385
|
};
|
|
4386
|
-
},
|
|
4386
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4387
4387
|
ok: boolean;
|
|
4388
4388
|
data: {
|
|
4389
4389
|
providerId: string;
|
|
@@ -4487,7 +4487,7 @@ declare class ConfigRoutesController {
|
|
|
4487
4487
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4488
4488
|
} | undefined;
|
|
4489
4489
|
};
|
|
4490
|
-
},
|
|
4490
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4491
4491
|
ok: boolean;
|
|
4492
4492
|
error: {
|
|
4493
4493
|
code: string;
|
|
@@ -4496,7 +4496,7 @@ declare class ConfigRoutesController {
|
|
|
4496
4496
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4497
4497
|
} | undefined;
|
|
4498
4498
|
};
|
|
4499
|
-
},
|
|
4499
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4500
4500
|
ok: boolean;
|
|
4501
4501
|
data: {
|
|
4502
4502
|
success: boolean;
|
|
@@ -4515,7 +4515,7 @@ declare class ConfigRoutesController {
|
|
|
4515
4515
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4516
4516
|
} | undefined;
|
|
4517
4517
|
};
|
|
4518
|
-
},
|
|
4518
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4519
4519
|
ok: boolean;
|
|
4520
4520
|
error: {
|
|
4521
4521
|
code: string;
|
|
@@ -4524,7 +4524,7 @@ declare class ConfigRoutesController {
|
|
|
4524
4524
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4525
4525
|
} | undefined;
|
|
4526
4526
|
};
|
|
4527
|
-
},
|
|
4527
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4528
4528
|
ok: boolean;
|
|
4529
4529
|
data: {
|
|
4530
4530
|
provider: string;
|
|
@@ -4551,7 +4551,7 @@ declare class ConfigRoutesController {
|
|
|
4551
4551
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4552
4552
|
} | undefined;
|
|
4553
4553
|
};
|
|
4554
|
-
},
|
|
4554
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4555
4555
|
ok: boolean;
|
|
4556
4556
|
error: {
|
|
4557
4557
|
code: string;
|
|
@@ -4560,7 +4560,7 @@ declare class ConfigRoutesController {
|
|
|
4560
4560
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4561
4561
|
} | undefined;
|
|
4562
4562
|
};
|
|
4563
|
-
},
|
|
4563
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4564
4564
|
ok: boolean;
|
|
4565
4565
|
data: {
|
|
4566
4566
|
provider: string;
|
|
@@ -4583,7 +4583,7 @@ declare class ConfigRoutesController {
|
|
|
4583
4583
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4584
4584
|
} | undefined;
|
|
4585
4585
|
};
|
|
4586
|
-
},
|
|
4586
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4587
4587
|
ok: boolean;
|
|
4588
4588
|
error: {
|
|
4589
4589
|
code: string;
|
|
@@ -4592,7 +4592,7 @@ declare class ConfigRoutesController {
|
|
|
4592
4592
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4593
4593
|
} | undefined;
|
|
4594
4594
|
};
|
|
4595
|
-
},
|
|
4595
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4596
4596
|
ok: boolean;
|
|
4597
4597
|
data: {
|
|
4598
4598
|
provider: string;
|
|
@@ -4610,7 +4610,7 @@ declare class ConfigRoutesController {
|
|
|
4610
4610
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4611
4611
|
} | undefined;
|
|
4612
4612
|
};
|
|
4613
|
-
},
|
|
4613
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4614
4614
|
ok: boolean;
|
|
4615
4615
|
error: {
|
|
4616
4616
|
code: string;
|
|
@@ -4619,7 +4619,7 @@ declare class ConfigRoutesController {
|
|
|
4619
4619
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4620
4620
|
} | undefined;
|
|
4621
4621
|
};
|
|
4622
|
-
},
|
|
4622
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4623
4623
|
ok: boolean;
|
|
4624
4624
|
data: {
|
|
4625
4625
|
provider: string;
|
|
@@ -4637,7 +4637,7 @@ declare class ConfigRoutesController {
|
|
|
4637
4637
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4638
4638
|
} | undefined;
|
|
4639
4639
|
};
|
|
4640
|
-
},
|
|
4640
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4641
4641
|
ok: boolean;
|
|
4642
4642
|
error: {
|
|
4643
4643
|
code: string;
|
|
@@ -4646,7 +4646,7 @@ declare class ConfigRoutesController {
|
|
|
4646
4646
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4647
4647
|
} | undefined;
|
|
4648
4648
|
};
|
|
4649
|
-
},
|
|
4649
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4650
4650
|
ok: boolean;
|
|
4651
4651
|
data: {
|
|
4652
4652
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
@@ -4661,7 +4661,7 @@ declare class ConfigRoutesController {
|
|
|
4661
4661
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4662
4662
|
} | undefined;
|
|
4663
4663
|
};
|
|
4664
|
-
},
|
|
4664
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4665
4665
|
ok: boolean;
|
|
4666
4666
|
error: {
|
|
4667
4667
|
code: string;
|
|
@@ -4670,7 +4670,7 @@ declare class ConfigRoutesController {
|
|
|
4670
4670
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4671
4671
|
} | undefined;
|
|
4672
4672
|
};
|
|
4673
|
-
},
|
|
4673
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4674
4674
|
ok: boolean;
|
|
4675
4675
|
data: {
|
|
4676
4676
|
channel: string;
|
|
@@ -4692,7 +4692,7 @@ declare class ConfigRoutesController {
|
|
|
4692
4692
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4693
4693
|
} | undefined;
|
|
4694
4694
|
};
|
|
4695
|
-
},
|
|
4695
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4696
4696
|
ok: boolean;
|
|
4697
4697
|
error: {
|
|
4698
4698
|
code: string;
|
|
@@ -4701,7 +4701,7 @@ declare class ConfigRoutesController {
|
|
|
4701
4701
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4702
4702
|
} | undefined;
|
|
4703
4703
|
};
|
|
4704
|
-
},
|
|
4704
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4705
4705
|
ok: boolean;
|
|
4706
4706
|
data: {
|
|
4707
4707
|
channel: string;
|
|
@@ -4721,7 +4721,7 @@ declare class ConfigRoutesController {
|
|
|
4721
4721
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4722
4722
|
} | undefined;
|
|
4723
4723
|
};
|
|
4724
|
-
},
|
|
4724
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4725
4725
|
ok: boolean;
|
|
4726
4726
|
error: {
|
|
4727
4727
|
code: string;
|
|
@@ -4730,7 +4730,7 @@ declare class ConfigRoutesController {
|
|
|
4730
4730
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4731
4731
|
} | undefined;
|
|
4732
4732
|
};
|
|
4733
|
-
},
|
|
4733
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4734
4734
|
ok: boolean;
|
|
4735
4735
|
data: {
|
|
4736
4736
|
channel: string;
|
|
@@ -4813,6 +4813,17 @@ declare class ConfigRoutesController {
|
|
|
4813
4813
|
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4814
4814
|
ok: boolean;
|
|
4815
4815
|
data: {
|
|
4816
|
+
bindings?: {
|
|
4817
|
+
agentId: string;
|
|
4818
|
+
match: {
|
|
4819
|
+
channel: string;
|
|
4820
|
+
accountId?: string | undefined;
|
|
4821
|
+
peer?: {
|
|
4822
|
+
kind: "direct" | "group" | "channel";
|
|
4823
|
+
id: string;
|
|
4824
|
+
} | undefined;
|
|
4825
|
+
};
|
|
4826
|
+
}[] | undefined;
|
|
4816
4827
|
agents: {
|
|
4817
4828
|
defaults: {
|
|
4818
4829
|
model: string;
|
|
@@ -4893,17 +4904,6 @@ declare class ConfigRoutesController {
|
|
|
4893
4904
|
} | undefined;
|
|
4894
4905
|
} | undefined;
|
|
4895
4906
|
};
|
|
4896
|
-
bindings?: {
|
|
4897
|
-
agentId: string;
|
|
4898
|
-
match: {
|
|
4899
|
-
channel: string;
|
|
4900
|
-
accountId?: string | undefined;
|
|
4901
|
-
peer?: {
|
|
4902
|
-
kind: "direct" | "group" | "channel";
|
|
4903
|
-
id: string;
|
|
4904
|
-
} | undefined;
|
|
4905
|
-
};
|
|
4906
|
-
}[] | undefined;
|
|
4907
4907
|
session?: {
|
|
4908
4908
|
dmScope?: "main" | "per-peer" | "per-channel-peer" | "per-account-channel-peer" | undefined;
|
|
4909
4909
|
} | undefined;
|
|
@@ -5115,8 +5115,8 @@ declare class AppPackagesRoutesController {
|
|
|
5115
5115
|
};
|
|
5116
5116
|
slots: {
|
|
5117
5117
|
id: string;
|
|
5118
|
-
title: string;
|
|
5119
5118
|
description: string;
|
|
5119
|
+
title: string;
|
|
5120
5120
|
required: boolean;
|
|
5121
5121
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
5122
5122
|
binding?: {
|
|
@@ -5508,8 +5508,8 @@ declare class AppPackagesRoutesController {
|
|
|
5508
5508
|
};
|
|
5509
5509
|
slots: {
|
|
5510
5510
|
id: string;
|
|
5511
|
-
title: string;
|
|
5512
5511
|
description: string;
|
|
5512
|
+
title: string;
|
|
5513
5513
|
required: boolean;
|
|
5514
5514
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
5515
5515
|
binding?: {
|
|
@@ -6000,8 +6000,8 @@ declare class AppPackagesRoutesController {
|
|
|
6000
6000
|
};
|
|
6001
6001
|
slots: {
|
|
6002
6002
|
id: string;
|
|
6003
|
-
title: string;
|
|
6004
6003
|
description: string;
|
|
6004
|
+
title: string;
|
|
6005
6005
|
required: boolean;
|
|
6006
6006
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6007
6007
|
binding?: {
|
|
@@ -6116,8 +6116,8 @@ declare class AppPackagesRoutesController {
|
|
|
6116
6116
|
};
|
|
6117
6117
|
slots: {
|
|
6118
6118
|
id: string;
|
|
6119
|
-
title: string;
|
|
6120
6119
|
description: string;
|
|
6120
|
+
title: string;
|
|
6121
6121
|
required: boolean;
|
|
6122
6122
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6123
6123
|
binding?: {
|
|
@@ -6158,8 +6158,8 @@ declare class AppPackagesRoutesController {
|
|
|
6158
6158
|
};
|
|
6159
6159
|
slots: {
|
|
6160
6160
|
id: string;
|
|
6161
|
-
title: string;
|
|
6162
6161
|
description: string;
|
|
6162
|
+
title: string;
|
|
6163
6163
|
required: boolean;
|
|
6164
6164
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6165
6165
|
binding?: {
|
|
@@ -6200,8 +6200,8 @@ declare class AppPackagesRoutesController {
|
|
|
6200
6200
|
};
|
|
6201
6201
|
slots: {
|
|
6202
6202
|
id: string;
|
|
6203
|
-
title: string;
|
|
6204
6203
|
description: string;
|
|
6204
|
+
title: string;
|
|
6205
6205
|
required: boolean;
|
|
6206
6206
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6207
6207
|
binding?: {
|
|
@@ -6353,8 +6353,8 @@ declare class AppPackagesRoutesController {
|
|
|
6353
6353
|
};
|
|
6354
6354
|
slots: {
|
|
6355
6355
|
id: string;
|
|
6356
|
-
title: string;
|
|
6357
6356
|
description: string;
|
|
6357
|
+
title: string;
|
|
6358
6358
|
required: boolean;
|
|
6359
6359
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6360
6360
|
binding?: {
|
|
@@ -6581,8 +6581,8 @@ declare class AppPackagesRoutesController {
|
|
|
6581
6581
|
};
|
|
6582
6582
|
slots: {
|
|
6583
6583
|
id: string;
|
|
6584
|
-
title: string;
|
|
6585
6584
|
description: string;
|
|
6585
|
+
title: string;
|
|
6586
6586
|
required: boolean;
|
|
6587
6587
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6588
6588
|
binding?: {
|
|
@@ -6809,8 +6809,8 @@ declare class AppPackagesRoutesController {
|
|
|
6809
6809
|
};
|
|
6810
6810
|
slots: {
|
|
6811
6811
|
id: string;
|
|
6812
|
-
title: string;
|
|
6813
6812
|
description: string;
|
|
6813
|
+
title: string;
|
|
6814
6814
|
required: boolean;
|
|
6815
6815
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6816
6816
|
binding?: {
|
|
@@ -7038,8 +7038,8 @@ declare class AppPackagesRoutesController {
|
|
|
7038
7038
|
};
|
|
7039
7039
|
slots: {
|
|
7040
7040
|
id: string;
|
|
7041
|
-
title: string;
|
|
7042
7041
|
description: string;
|
|
7042
|
+
title: string;
|
|
7043
7043
|
required: boolean;
|
|
7044
7044
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
7045
7045
|
binding?: {
|
|
@@ -7356,8 +7356,8 @@ declare class AppPackagesRoutesController {
|
|
|
7356
7356
|
};
|
|
7357
7357
|
slots: {
|
|
7358
7358
|
id: string;
|
|
7359
|
-
title: string;
|
|
7360
7359
|
description: string;
|
|
7360
|
+
title: string;
|
|
7361
7361
|
required: boolean;
|
|
7362
7362
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
7363
7363
|
binding?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextclaw/server",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2",
|
|
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/core": "0.17.
|
|
22
|
-
"@nextclaw/kernel": "0.
|
|
23
|
-
"@nextclaw/
|
|
24
|
-
"@nextclaw/
|
|
25
|
-
"@nextclaw/
|
|
21
|
+
"@nextclaw/core": "0.17.20",
|
|
22
|
+
"@nextclaw/kernel": "0.17.0",
|
|
23
|
+
"@nextclaw/mcp": "0.3.47",
|
|
24
|
+
"@nextclaw/ncp": "0.11.0",
|
|
25
|
+
"@nextclaw/runtime": "0.4.46"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^20.17.6",
|