@nextclaw/server 0.22.2 → 0.23.1
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 +50 -50
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -20
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _$hono from "hono";
|
|
2
2
|
import { Context, Hono } from "hono";
|
|
3
3
|
import * as _$_nextclaw_kernel0 from "@nextclaw/kernel";
|
|
4
|
-
import { AccessManager, AppDataDeleteResult, AppDataEntry, AppDataList, AppDataManager, AppDocumentGrantMutationResult, AppInstalledPermissionState, AppPackageHostTarget, AppPackageList, AppPackageManager, AppPackageOperationInput, AppPackageOperationList, AppPackageOperationStatus, AppPackageOperationView, AppPackageView, CreateProjectWorkItemInput, CreateProjectWorkStateInput, InboxDeliveryManager, NextclawKernel, ObservationRelationshipStatus,
|
|
4
|
+
import { AccessManager, AppDataDeleteResult, AppDataEntry, AppDataList, AppDataManager, AppDocumentGrantMutationResult, AppInstalledPermissionState, AppPackageHostTarget, AppPackageList, AppPackageManager, AppPackageOperationInput, AppPackageOperationList, AppPackageOperationStatus, AppPackageOperationView, AppPackageView, CreateProjectWorkItemInput, CreateProjectWorkStateInput, InboxDeliveryManager, NextclawKernel, ObservationRelationshipStatus, PanelAppAgentCapability, PanelAppAgentGenerateObjectRequest, PanelAppAgentGenerateObjectResult, PanelAppAgentSendRequest, PanelAppAgentSendResult, PanelAppBridgeSession, PanelAppCapabilityGrant, PanelAppClientGrant, PanelAppEntry, PanelAppList, PanelAppManager, PanelAppPreferencesUpdate, PortableRuntimeAcceptanceContractView, PortableRuntimeAcceptanceManager, PortableRuntimeAcceptanceStatusView, PreferenceJsonValue, PreferenceManager, ProjectAgreementMaterial, ProjectRecentArtifact, ProjectRecentArtifactPage, ProjectRecord, ProjectSkillMaterial, ProjectTemplate, ProjectTemplateId, ProjectWorkActivity, ProjectWorkActivityPage, ProjectWorkArtifactLink, ProjectWorkAttention, ProjectWorkItemDetail, ProjectWorkItemListEntry, ProjectWorkItemPage, ProjectWorkListInput, ProjectWorkState, ProjectWorkStateCategory, ProjectWorkSummary, ServiceAction, ServiceActionGrant, ServiceActionInvokeResult, ServiceAppDeleteResult, ServiceAppJobList, ServiceAppJobView, ServiceAppJobWatch, ServiceAppList, ServiceAppManager, ServiceAppRecord, SessionTokenUsageSummary, UpdateProjectWorkItemInput, UpdateProjectWorkStateInput, VerificationRecordList } from "@nextclaw/kernel";
|
|
5
5
|
import { FSWatcher } from "node:fs";
|
|
6
6
|
import * as NextclawCore from "@nextclaw/core";
|
|
7
7
|
import { Config, ConfigActionExecuteRequest as ConfigActionExecuteRequest$1, ConfigActionExecuteResult as ConfigActionExecuteResult$1, ExtensionChannelBinding, ExtensionUiMetadata, McpServerDefinition, ModelThinkingCapability, ThinkingLevel } from "@nextclaw/core";
|
|
@@ -1399,12 +1399,12 @@ declare class ServiceAppsRoutesController {
|
|
|
1399
1399
|
recovery?: string | undefined;
|
|
1400
1400
|
evidenceRefs: string[];
|
|
1401
1401
|
} | {
|
|
1402
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1403
|
-
appId: string;
|
|
1404
1402
|
error?: {
|
|
1405
1403
|
code?: string | undefined;
|
|
1406
1404
|
message: string;
|
|
1407
1405
|
} | undefined;
|
|
1406
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1407
|
+
appId: string;
|
|
1408
1408
|
instanceId?: string | undefined;
|
|
1409
1409
|
componentId: string;
|
|
1410
1410
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
@@ -1597,12 +1597,12 @@ declare class ServiceAppsRoutesController {
|
|
|
1597
1597
|
recovery?: string | undefined;
|
|
1598
1598
|
evidenceRefs: string[];
|
|
1599
1599
|
} | {
|
|
1600
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1601
|
-
appId: string;
|
|
1602
1600
|
error?: {
|
|
1603
1601
|
code?: string | undefined;
|
|
1604
1602
|
message: string;
|
|
1605
1603
|
} | undefined;
|
|
1604
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1605
|
+
appId: string;
|
|
1606
1606
|
instanceId?: string | undefined;
|
|
1607
1607
|
componentId: string;
|
|
1608
1608
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
@@ -1764,12 +1764,12 @@ declare class ServiceAppsRoutesController {
|
|
|
1764
1764
|
recovery?: string | undefined;
|
|
1765
1765
|
evidenceRefs: string[];
|
|
1766
1766
|
} | {
|
|
1767
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1768
|
-
appId: string;
|
|
1769
1767
|
error?: {
|
|
1770
1768
|
code?: string | undefined;
|
|
1771
1769
|
message: string;
|
|
1772
1770
|
} | undefined;
|
|
1771
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1772
|
+
appId: string;
|
|
1773
1773
|
instanceId?: string | undefined;
|
|
1774
1774
|
componentId: string;
|
|
1775
1775
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
@@ -3705,7 +3705,7 @@ type UiExtensionHost = {
|
|
|
3705
3705
|
getChannelBindings: () => ExtensionChannelBinding[];
|
|
3706
3706
|
getUiMetadata: () => ExtensionUiMetadata[];
|
|
3707
3707
|
};
|
|
3708
|
-
type UiKernelHost = Pick<NextclawKernel, "assetStore" | "eventBus" | "ingress" | "inboxDeliveryManager" | "systemObjectReferenceManager" | "isSessionRunning" | "listSessionTypes" | "agentRunRequestManager" | "agentContextWindowManager" | "appPackageManager" | "appDataManager" | "llmProviders" | "providerModelCatalog" | "sessionManager" | "sessionRunManager" | "observations" | "extensions" | "capabilityGrants" | "featureControls" | "portableRuntimeAcceptance" | "panelAppManager" | "preferenceManager" | "projectManager" | "
|
|
3708
|
+
type UiKernelHost = Pick<NextclawKernel, "assetStore" | "eventBus" | "ingress" | "inboxDeliveryManager" | "systemObjectReferenceManager" | "isSessionRunning" | "listSessionTypes" | "agentRunRequestManager" | "agentContextWindowManager" | "appPackageManager" | "appDataManager" | "llmProviders" | "providerModelCatalog" | "sessionManager" | "sessionRunManager" | "observations" | "extensions" | "capabilityGrants" | "featureControls" | "portableRuntimeAcceptance" | "panelAppManager" | "preferenceManager" | "projectManager" | "projectMaterials" | "projectWorkManager" | "serviceAppManager" | "sessionContextCompactionManager"> & {
|
|
3709
3709
|
accessManager?: NextclawKernel["accessManager"];
|
|
3710
3710
|
};
|
|
3711
3711
|
type UiCronHost = {
|
|
@@ -4374,7 +4374,7 @@ declare class ConfigRoutesController {
|
|
|
4374
4374
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4375
4375
|
} | undefined;
|
|
4376
4376
|
};
|
|
4377
|
-
},
|
|
4377
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "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
|
+
}, 404, "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
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4734
4734
|
ok: boolean;
|
|
4735
4735
|
data: {
|
|
4736
4736
|
channel: string;
|
|
@@ -5115,8 +5115,8 @@ declare class AppPackagesRoutesController {
|
|
|
5115
5115
|
};
|
|
5116
5116
|
slots: {
|
|
5117
5117
|
id: string;
|
|
5118
|
-
description: string;
|
|
5119
5118
|
title: string;
|
|
5119
|
+
description: 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
|
-
description: string;
|
|
5512
5511
|
title: string;
|
|
5512
|
+
description: 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
|
-
description: string;
|
|
6004
6003
|
title: string;
|
|
6004
|
+
description: 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
|
-
description: string;
|
|
6120
6119
|
title: string;
|
|
6120
|
+
description: 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
|
-
description: string;
|
|
6162
6161
|
title: string;
|
|
6162
|
+
description: 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
|
-
description: string;
|
|
6204
6203
|
title: string;
|
|
6204
|
+
description: 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
|
-
description: string;
|
|
6357
6356
|
title: string;
|
|
6357
|
+
description: 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
|
-
description: string;
|
|
6585
6584
|
title: string;
|
|
6585
|
+
description: 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
|
-
description: string;
|
|
6813
6812
|
title: string;
|
|
6813
|
+
description: 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
|
-
description: string;
|
|
7042
7041
|
title: string;
|
|
7042
|
+
description: 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
|
-
description: string;
|
|
7360
7359
|
title: string;
|
|
7360
|
+
description: string;
|
|
7361
7361
|
required: boolean;
|
|
7362
7362
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
7363
7363
|
binding?: {
|
|
@@ -7573,15 +7573,6 @@ declare class InboxDeliveriesRoutesController {
|
|
|
7573
7573
|
};
|
|
7574
7574
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
7575
7575
|
readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
7576
|
-
ok: boolean;
|
|
7577
|
-
error: {
|
|
7578
|
-
code: string;
|
|
7579
|
-
message: string;
|
|
7580
|
-
details: {
|
|
7581
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7582
|
-
} | undefined;
|
|
7583
|
-
};
|
|
7584
|
-
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
7585
7576
|
ok: boolean;
|
|
7586
7577
|
data: {
|
|
7587
7578
|
id: string;
|
|
@@ -7602,7 +7593,16 @@ declare class InboxDeliveriesRoutesController {
|
|
|
7602
7593
|
readAt: string | null;
|
|
7603
7594
|
archivedAt: string | null;
|
|
7604
7595
|
};
|
|
7605
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
7596
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
7597
|
+
ok: boolean;
|
|
7598
|
+
error: {
|
|
7599
|
+
code: string;
|
|
7600
|
+
message: string;
|
|
7601
|
+
details: {
|
|
7602
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7603
|
+
} | undefined;
|
|
7604
|
+
};
|
|
7605
|
+
}, 404, "json">)>;
|
|
7606
7606
|
readonly updateState: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
7607
7607
|
ok: boolean;
|
|
7608
7608
|
data: _$hono_utils_types0.JSONValue;
|
|
@@ -7635,5 +7635,5 @@ declare class InboxDeliveriesRoutesController {
|
|
|
7635
7635
|
private handleManagerAction;
|
|
7636
7636
|
}
|
|
7637
7637
|
//#endregion
|
|
7638
|
-
export { AgentBindingView, type AgentCreateRequest, type AgentDeleteResult, type AgentProfileView, type AgentUpdateRequest, ApiError, ApiResponse, type AppDataDeleteResult, type AppDataEntry, type AppDataList, AppDataRoutesController, type AppDocumentGrantMutationResult, type AppInstalledPermissionState, AppMetaView, type AppPackageHostTarget, type AppPackageList, type AppPackageOperationInput, type AppPackageOperationList, type AppPackageOperationStatus, type AppPackageOperationView, type AppPackageView, AppPackagesRoutesController, AuthEnabledUpdateRequest, AuthLoginRequest, AuthPasswordUpdateRequest, AuthSetupRequest, AuthStatusView, BindingPeerView, BochaFreshnessValue, BootstrapPhase, BootstrapRemoteState, BootstrapStageState, BootstrapStatusView, ChannelAuthConnectRequest, ChannelAuthConnectResult, ChannelAuthPollRequest, ChannelAuthPollResult, ChannelAuthStartRequest, ChannelAuthStartResult, ChannelSpecView, type ChatSessionTypeCtaView, type ChatSessionTypeOptionView, type ChatSessionTypesView, ConfigActionExecuteRequest, ConfigActionExecuteResult, ConfigActionManifest, ConfigActionType, ConfigMetaView, ConfigRoutesController, ConfigSchemaResponse, ConfigUiHint, ConfigUiHints, ConfigView, type CreateProjectWorkItemInput, type CreateProjectWorkStateInput, CronActionResult, CronCreateRequest, CronCreateResult, CronEnableRequest, CronJobStateView, CronJobView, CronListQuery, CronListStatus, CronListSummaryView, CronListView, CronPayloadView, CronRunRequest, CronScheduleView, InboxDeliveriesRoutesController, MarketplaceApiConfig, MarketplaceInstallKind, MarketplaceInstallRequest, MarketplaceInstallResult, MarketplaceInstallSkillParams, MarketplaceInstallSpec, MarketplaceInstalledRecord, MarketplaceInstalledView, MarketplaceInstaller, MarketplaceItemSummary, MarketplaceItemType, MarketplaceItemView, MarketplaceListView, MarketplaceLocalizedTextMap, MarketplaceManageAction, MarketplaceManageRequest, MarketplaceManageResult, MarketplaceMcpContentView, MarketplaceMcpDoctorResult, MarketplaceMcpInstallKind, MarketplaceMcpInstallRequest, MarketplaceMcpInstallResult, MarketplaceMcpInstallSpec, MarketplaceMcpManageAction, MarketplaceMcpManageRequest, MarketplaceMcpManageResult, MarketplaceMcpTemplateInput, MarketplaceRecommendationView, MarketplaceSceneView, MarketplaceScenesView, MarketplaceSkillContentView, MarketplaceSkillInstallKind, MarketplaceSkillInstallRequest, MarketplaceSkillInstallResult, MarketplaceSkillManageAction, MarketplaceSkillManageRequest, MarketplaceSkillManageResult, MarketplaceSort, McpConnectionCreateResult, McpConnectionRequest, McpConnectionTestResult, NcpAssetRoutesController, NcpSessionContextCompactionView, NcpSessionSkillsView,
|
|
7638
|
+
export { AgentBindingView, type AgentCreateRequest, type AgentDeleteResult, type AgentProfileView, type AgentUpdateRequest, ApiError, ApiResponse, type AppDataDeleteResult, type AppDataEntry, type AppDataList, AppDataRoutesController, type AppDocumentGrantMutationResult, type AppInstalledPermissionState, AppMetaView, type AppPackageHostTarget, type AppPackageList, type AppPackageOperationInput, type AppPackageOperationList, type AppPackageOperationStatus, type AppPackageOperationView, type AppPackageView, AppPackagesRoutesController, AuthEnabledUpdateRequest, AuthLoginRequest, AuthPasswordUpdateRequest, AuthSetupRequest, AuthStatusView, BindingPeerView, BochaFreshnessValue, BootstrapPhase, BootstrapRemoteState, BootstrapStageState, BootstrapStatusView, ChannelAuthConnectRequest, ChannelAuthConnectResult, ChannelAuthPollRequest, ChannelAuthPollResult, ChannelAuthStartRequest, ChannelAuthStartResult, ChannelSpecView, type ChatSessionTypeCtaView, type ChatSessionTypeOptionView, type ChatSessionTypesView, ConfigActionExecuteRequest, ConfigActionExecuteResult, ConfigActionManifest, ConfigActionType, ConfigMetaView, ConfigRoutesController, ConfigSchemaResponse, ConfigUiHint, ConfigUiHints, ConfigView, type CreateProjectWorkItemInput, type CreateProjectWorkStateInput, CronActionResult, CronCreateRequest, CronCreateResult, CronEnableRequest, CronJobStateView, CronJobView, CronListQuery, CronListStatus, CronListSummaryView, CronListView, CronPayloadView, CronRunRequest, CronScheduleView, InboxDeliveriesRoutesController, MarketplaceApiConfig, MarketplaceInstallKind, MarketplaceInstallRequest, MarketplaceInstallResult, MarketplaceInstallSkillParams, MarketplaceInstallSpec, MarketplaceInstalledRecord, MarketplaceInstalledView, MarketplaceInstaller, MarketplaceItemSummary, MarketplaceItemType, MarketplaceItemView, MarketplaceListView, MarketplaceLocalizedTextMap, MarketplaceManageAction, MarketplaceManageRequest, MarketplaceManageResult, MarketplaceMcpContentView, MarketplaceMcpDoctorResult, MarketplaceMcpInstallKind, MarketplaceMcpInstallRequest, MarketplaceMcpInstallResult, MarketplaceMcpInstallSpec, MarketplaceMcpManageAction, MarketplaceMcpManageRequest, MarketplaceMcpManageResult, MarketplaceMcpTemplateInput, MarketplaceRecommendationView, MarketplaceSceneView, MarketplaceScenesView, MarketplaceSkillContentView, MarketplaceSkillInstallKind, MarketplaceSkillInstallRequest, MarketplaceSkillInstallResult, MarketplaceSkillManageAction, MarketplaceSkillManageRequest, MarketplaceSkillManageResult, MarketplaceSort, McpConnectionCreateResult, McpConnectionRequest, McpConnectionTestResult, NcpAssetRoutesController, NcpSessionContextCompactionView, NcpSessionSkillsView, PanelAppAgentCapabilityView, PanelAppAgentGenerateObjectRequestView, PanelAppAgentGenerateObjectResultView, PanelAppAgentSendRequestView, PanelAppAgentSendResultView, PanelAppBridgeSessionCreateRequest, PanelAppBridgeSessionView, PanelAppCapabilityGrantView, PanelAppClientGrantView, PanelAppDeleteResultView, PanelAppEntryView, PanelAppListView, PanelAppPreferencesUpdateView, PanelAppsRoutesController, PortableRuntimeAcceptanceContractApiView, PortableRuntimeAcceptanceExportApiView, PortableRuntimeAcceptanceStatusApiView, PreferenceDeleteResult, PreferenceEntryView, PreferenceUpdateRequest, PreferencesRoutesController, ProductAnalyticsAudience, ProductAnalyticsConfigUpdate, type ProductAnalyticsStatusView, ProductAnalyticsView, type ProjectAddExistingRequest, type ProjectAgreementMaterial, type ProjectCreateRequest, type ProjectListView, type ProjectRecentArtifact, type ProjectRecentArtifactPage, type ProjectSkillMaterial, type ProjectTemplateView, type ProjectView, type ProjectWorkActivity, type ProjectWorkActivityPage, type ProjectWorkArtifactLink, type ProjectWorkAttention, type ProjectWorkItemDetail, type ProjectWorkItemListEntry, type ProjectWorkItemPage, type ProjectWorkListInput, type ProjectWorkState, type ProjectWorkStateCategory, type ProjectWorkSummary, ProviderAuthImportResult, ProviderAuthPollRequest, ProviderAuthPollResult, ProviderAuthStartRequest, ProviderAuthStartResult, ProviderConfigUpdate, ProviderConfigView, ProviderConnectionTestRequest, ProviderConnectionTestResult, ProviderCreateRequest, ProviderCreateResult, ProviderDeleteResult, ProviderInstanceView, ProviderModelCatalogView, ProviderModelDiscoveryRequest, ProviderModelDiscoveryResult, ProviderTemplateView, ProviderTemplatesView, ProvidersView, RemoteAccessView, RemoteAccountProfileUpdateRequest, RemoteAccountView, RemoteBrowserAuthPollRequest, RemoteBrowserAuthPollResult, RemoteBrowserAuthStartRequest, RemoteBrowserAuthStartResult, RemoteConnectionDiagnosticsView, RemoteDisconnectView, RemoteDoctorCheckView, RemoteDoctorView, RemoteLoginRequest, RemoteRuntimeView, RemoteServiceAction, RemoteServiceActionResult, RemoteServiceView, RemoteSettingsUpdateRequest, RemoteSettingsView, RuntimeActionCapability, RuntimeActionImpact, RuntimeConfigUpdate, RuntimeControlAction, RuntimeControlActionResult, RuntimeControlEnvironment, RuntimeControlRoutesController, RuntimeControlView, RuntimeEntryView, RuntimeLifecycleState, RuntimePendingRestart, RuntimeServiceState, RuntimeVerificationRecordListView, SearchConfigUpdate, SearchConfigView, SearchProviderConfigView, SearchProviderName, SearchProviderSpecView, SecretProviderEnvView, SecretProviderExecView, SecretProviderFileView, SecretProviderView, SecretRefView, SecretSourceView, SecretsConfigUpdate, SecretsView, ServerPathBreadcrumbView, ServerPathBrowseView, ServerPathDirectoryCreateRequest, ServerPathDirectoryCreateView, ServerPathEntryDeleteView, ServerPathEntryRenameRequest, ServerPathEntryRenameView, ServerPathEntryView, ServerPathFileCreateRequest, ServerPathFileCreateView, ServerPathFilesUploadView, ServerPathLocationView, ServerPathReadView, ServerPathSearchEntryView, ServerPathSearchView, ServerPathWatchRequest, ServerPathWatchView, ServiceActionGrantBatchRequestView, ServiceActionGrantListView, ServiceActionGrantView, ServiceActionInvokeRequestView, ServiceActionInvokeResultView, ServiceActionListView, ServiceActionView, ServiceAppDeleteResultView, ServiceAppJobListView, ServiceAppJobViewResponse, ServiceAppJobWatchView, ServiceAppListView, ServiceAppRecordView, ServiceAppsRoutesController, SessionConfigView, SessionEntryView, SessionEventView, SessionHistoryView, SessionMessageView, SessionPatchUpdate, SessionSkillEntryView, SessionTypeDescribeParams, SessionsListView, TavilySearchDepthValue, UiNcpAssetPutView, UiNcpAssetService, UiNcpAssetView, UiNcpSessionListView, UiNcpSessionMessagesView, UiNcpSessionObservationKind, UiNcpSessionObservationView, UiNcpSessionObservationsView, UiNcpSessionPendingInputView, UiNcpSessionPendingInputsView, UiNcpSessionQueuedInputView, UiNcpSessionQueuedInputsView, UiNcpSessionService, UiNcpSessionTokenUsageView, UiNcpStoredAssetRecord, type UiRemoteAccessHost, type UiRouterOptions, type UiRuntimeControlHost, type UiRuntimeUpdateHost, UiServerEvent, UiServerHandle, type UpdateProjectWorkItemInput, type UpdateProjectWorkStateInput, buildConfigMeta, buildConfigSchemaView, buildConfigView, buildProviderTemplatesView, buildProvidersView, createProvider, createUiRouter, deleteProvider, ensureUiBridgeSecret, executeConfigAction, getUiBridgeSecretPath, loadConfigOrDefault, readUiBridgeSecret, startUiServer, updateChannel, updateModel, updateProductAnalytics, updateProvider, updateRuntime, updateSearch, updateSecrets };
|
|
7639
7639
|
//# sourceMappingURL=index.d.ts.map
|