@nextclaw/server 0.22.2 → 0.23.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 +133 -133
- 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";
|
|
@@ -943,6 +943,15 @@ declare class ServiceAppsRoutesController {
|
|
|
943
943
|
};
|
|
944
944
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
945
945
|
readonly getServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
946
|
+
ok: boolean;
|
|
947
|
+
error: {
|
|
948
|
+
code: string;
|
|
949
|
+
message: string;
|
|
950
|
+
details: {
|
|
951
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
952
|
+
} | undefined;
|
|
953
|
+
};
|
|
954
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
946
955
|
ok: boolean;
|
|
947
956
|
data: {
|
|
948
957
|
id: string;
|
|
@@ -1021,16 +1030,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1021
1030
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1022
1031
|
} | undefined;
|
|
1023
1032
|
};
|
|
1024
|
-
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)
|
|
1025
|
-
ok: boolean;
|
|
1026
|
-
error: {
|
|
1027
|
-
code: string;
|
|
1028
|
-
message: string;
|
|
1029
|
-
details: {
|
|
1030
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1031
|
-
} | undefined;
|
|
1032
|
-
};
|
|
1033
|
-
}, 500, "json">)>;
|
|
1033
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)>;
|
|
1034
1034
|
readonly inspectServiceAppAiCapabilities: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1035
1035
|
ok: boolean;
|
|
1036
1036
|
error: {
|
|
@@ -1040,7 +1040,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1040
1040
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1041
1041
|
} | undefined;
|
|
1042
1042
|
};
|
|
1043
|
-
},
|
|
1043
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1044
1044
|
ok: boolean;
|
|
1045
1045
|
error: {
|
|
1046
1046
|
code: string;
|
|
@@ -1049,7 +1049,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1049
1049
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1050
1050
|
} | undefined;
|
|
1051
1051
|
};
|
|
1052
|
-
},
|
|
1052
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1053
1053
|
ok: boolean;
|
|
1054
1054
|
data: {
|
|
1055
1055
|
ready: boolean;
|
|
@@ -1074,7 +1074,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1074
1074
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1075
1075
|
} | undefined;
|
|
1076
1076
|
};
|
|
1077
|
-
},
|
|
1077
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1078
1078
|
ok: boolean;
|
|
1079
1079
|
error: {
|
|
1080
1080
|
code: string;
|
|
@@ -1083,7 +1083,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1083
1083
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1084
1084
|
} | undefined;
|
|
1085
1085
|
};
|
|
1086
|
-
},
|
|
1086
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1087
1087
|
ok: boolean;
|
|
1088
1088
|
data: {
|
|
1089
1089
|
ready: boolean;
|
|
@@ -1108,7 +1108,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1108
1108
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1109
1109
|
} | undefined;
|
|
1110
1110
|
};
|
|
1111
|
-
},
|
|
1111
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1112
1112
|
ok: boolean;
|
|
1113
1113
|
error: {
|
|
1114
1114
|
code: string;
|
|
@@ -1117,7 +1117,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1117
1117
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1118
1118
|
} | undefined;
|
|
1119
1119
|
};
|
|
1120
|
-
},
|
|
1120
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1121
1121
|
ok: boolean;
|
|
1122
1122
|
data: {
|
|
1123
1123
|
ready: boolean;
|
|
@@ -1142,7 +1142,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1142
1142
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1143
1143
|
} | undefined;
|
|
1144
1144
|
};
|
|
1145
|
-
},
|
|
1145
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1146
1146
|
ok: boolean;
|
|
1147
1147
|
error: {
|
|
1148
1148
|
code: string;
|
|
@@ -1151,7 +1151,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1151
1151
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1152
1152
|
} | undefined;
|
|
1153
1153
|
};
|
|
1154
|
-
},
|
|
1154
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1155
1155
|
ok: boolean;
|
|
1156
1156
|
data: {
|
|
1157
1157
|
ready: boolean;
|
|
@@ -1176,7 +1176,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1176
1176
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1177
1177
|
} | undefined;
|
|
1178
1178
|
};
|
|
1179
|
-
},
|
|
1179
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1180
1180
|
ok: boolean;
|
|
1181
1181
|
error: {
|
|
1182
1182
|
code: string;
|
|
@@ -1185,7 +1185,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1185
1185
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1186
1186
|
} | undefined;
|
|
1187
1187
|
};
|
|
1188
|
-
},
|
|
1188
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1189
1189
|
ok: boolean;
|
|
1190
1190
|
data: {
|
|
1191
1191
|
actions: {
|
|
@@ -1212,7 +1212,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1212
1212
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1213
1213
|
} | undefined;
|
|
1214
1214
|
};
|
|
1215
|
-
},
|
|
1215
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1216
1216
|
ok: boolean;
|
|
1217
1217
|
error: {
|
|
1218
1218
|
code: string;
|
|
@@ -1221,7 +1221,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1221
1221
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1222
1222
|
} | undefined;
|
|
1223
1223
|
};
|
|
1224
|
-
},
|
|
1224
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1225
1225
|
ok: boolean;
|
|
1226
1226
|
data: {
|
|
1227
1227
|
actions: {
|
|
@@ -1248,7 +1248,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1248
1248
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
};
|
|
1251
|
-
},
|
|
1251
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1252
1252
|
ok: boolean;
|
|
1253
1253
|
error: {
|
|
1254
1254
|
code: string;
|
|
@@ -1257,7 +1257,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1257
1257
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1258
1258
|
} | undefined;
|
|
1259
1259
|
};
|
|
1260
|
-
},
|
|
1260
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1261
1261
|
ok: boolean;
|
|
1262
1262
|
data: {
|
|
1263
1263
|
actionId: string;
|
|
@@ -1279,7 +1279,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1279
1279
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1280
1280
|
} | undefined;
|
|
1281
1281
|
};
|
|
1282
|
-
},
|
|
1282
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1283
1283
|
ok: boolean;
|
|
1284
1284
|
error: {
|
|
1285
1285
|
code: string;
|
|
@@ -1288,7 +1288,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1288
1288
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
};
|
|
1291
|
-
},
|
|
1291
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1292
1292
|
ok: boolean;
|
|
1293
1293
|
data: {
|
|
1294
1294
|
actionId: string;
|
|
@@ -1316,7 +1316,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1316
1316
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1317
1317
|
} | undefined;
|
|
1318
1318
|
};
|
|
1319
|
-
},
|
|
1319
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1320
1320
|
ok: boolean;
|
|
1321
1321
|
error: {
|
|
1322
1322
|
code: string;
|
|
@@ -1325,7 +1325,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1325
1325
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1326
1326
|
} | undefined;
|
|
1327
1327
|
};
|
|
1328
|
-
},
|
|
1328
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1329
1329
|
ok: boolean;
|
|
1330
1330
|
data: {
|
|
1331
1331
|
actionId: string;
|
|
@@ -1347,7 +1347,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1347
1347
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1348
1348
|
} | undefined;
|
|
1349
1349
|
};
|
|
1350
|
-
},
|
|
1350
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1351
1351
|
ok: boolean;
|
|
1352
1352
|
error: {
|
|
1353
1353
|
code: string;
|
|
@@ -1356,7 +1356,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1356
1356
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1357
1357
|
} | undefined;
|
|
1358
1358
|
};
|
|
1359
|
-
},
|
|
1359
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1360
1360
|
ok: boolean;
|
|
1361
1361
|
data: {
|
|
1362
1362
|
entries: ({
|
|
@@ -1399,15 +1399,16 @@ declare class ServiceAppsRoutesController {
|
|
|
1399
1399
|
recovery?: string | undefined;
|
|
1400
1400
|
evidenceRefs: string[];
|
|
1401
1401
|
} | {
|
|
1402
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1403
1402
|
appId: string;
|
|
1403
|
+
instanceId?: string | undefined;
|
|
1404
1404
|
error?: {
|
|
1405
1405
|
code?: string | undefined;
|
|
1406
1406
|
message: string;
|
|
1407
1407
|
} | undefined;
|
|
1408
|
-
|
|
1408
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1409
1409
|
componentId: string;
|
|
1410
1410
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1411
|
+
environment: string;
|
|
1411
1412
|
callId: string;
|
|
1412
1413
|
traceId: string;
|
|
1413
1414
|
dataVersion: string;
|
|
@@ -1416,7 +1417,6 @@ declare class ServiceAppsRoutesController {
|
|
|
1416
1417
|
scenarioVersion: string;
|
|
1417
1418
|
startedAt: string;
|
|
1418
1419
|
finishedAt: string;
|
|
1419
|
-
environment: string;
|
|
1420
1420
|
entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
|
|
1421
1421
|
actionOrEvent: string;
|
|
1422
1422
|
capabilityDecisions: string[];
|
|
@@ -1446,7 +1446,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1446
1446
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
};
|
|
1449
|
-
},
|
|
1449
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1450
1450
|
ok: boolean;
|
|
1451
1451
|
error: {
|
|
1452
1452
|
code: string;
|
|
@@ -1455,7 +1455,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1455
1455
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1456
1456
|
} | undefined;
|
|
1457
1457
|
};
|
|
1458
|
-
},
|
|
1458
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
data: {
|
|
1461
1461
|
contractFingerprint: string;
|
|
@@ -1486,7 +1486,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1486
1486
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1487
1487
|
} | undefined;
|
|
1488
1488
|
};
|
|
1489
|
-
},
|
|
1489
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1490
1490
|
ok: boolean;
|
|
1491
1491
|
error: {
|
|
1492
1492
|
code: string;
|
|
@@ -1495,7 +1495,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1495
1495
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1496
1496
|
} | undefined;
|
|
1497
1497
|
};
|
|
1498
|
-
},
|
|
1498
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1499
1499
|
ok: boolean;
|
|
1500
1500
|
data: {
|
|
1501
1501
|
schemaVersion: 1;
|
|
@@ -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,15 +1597,16 @@ declare class ServiceAppsRoutesController {
|
|
|
1597
1597
|
recovery?: string | undefined;
|
|
1598
1598
|
evidenceRefs: string[];
|
|
1599
1599
|
} | {
|
|
1600
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1601
1600
|
appId: string;
|
|
1601
|
+
instanceId?: string | undefined;
|
|
1602
1602
|
error?: {
|
|
1603
1603
|
code?: string | undefined;
|
|
1604
1604
|
message: string;
|
|
1605
1605
|
} | undefined;
|
|
1606
|
-
|
|
1606
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1607
1607
|
componentId: string;
|
|
1608
1608
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1609
|
+
environment: string;
|
|
1609
1610
|
callId: string;
|
|
1610
1611
|
traceId: string;
|
|
1611
1612
|
dataVersion: string;
|
|
@@ -1614,7 +1615,6 @@ declare class ServiceAppsRoutesController {
|
|
|
1614
1615
|
scenarioVersion: string;
|
|
1615
1616
|
startedAt: string;
|
|
1616
1617
|
finishedAt: string;
|
|
1617
|
-
environment: string;
|
|
1618
1618
|
entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
|
|
1619
1619
|
actionOrEvent: string;
|
|
1620
1620
|
capabilityDecisions: string[];
|
|
@@ -1653,7 +1653,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1653
1653
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1654
1654
|
} | undefined;
|
|
1655
1655
|
};
|
|
1656
|
-
},
|
|
1656
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1657
1657
|
ok: boolean;
|
|
1658
1658
|
error: {
|
|
1659
1659
|
code: string;
|
|
@@ -1662,7 +1662,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1662
1662
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1663
1663
|
} | undefined;
|
|
1664
1664
|
};
|
|
1665
|
-
},
|
|
1665
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1666
1666
|
ok: boolean;
|
|
1667
1667
|
data: {
|
|
1668
1668
|
schemaVersion: 1;
|
|
@@ -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,15 +1764,16 @@ declare class ServiceAppsRoutesController {
|
|
|
1764
1764
|
recovery?: string | undefined;
|
|
1765
1765
|
evidenceRefs: string[];
|
|
1766
1766
|
} | {
|
|
1767
|
-
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1768
1767
|
appId: string;
|
|
1768
|
+
instanceId?: string | undefined;
|
|
1769
1769
|
error?: {
|
|
1770
1770
|
code?: string | undefined;
|
|
1771
1771
|
message: string;
|
|
1772
1772
|
} | undefined;
|
|
1773
|
-
|
|
1773
|
+
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1774
1774
|
componentId: string;
|
|
1775
1775
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1776
|
+
environment: string;
|
|
1776
1777
|
callId: string;
|
|
1777
1778
|
traceId: string;
|
|
1778
1779
|
dataVersion: string;
|
|
@@ -1781,7 +1782,6 @@ declare class ServiceAppsRoutesController {
|
|
|
1781
1782
|
scenarioVersion: string;
|
|
1782
1783
|
startedAt: string;
|
|
1783
1784
|
finishedAt: string;
|
|
1784
|
-
environment: string;
|
|
1785
1785
|
entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
|
|
1786
1786
|
actionOrEvent: string;
|
|
1787
1787
|
capabilityDecisions: string[];
|
|
@@ -1820,7 +1820,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1820
1820
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1821
1821
|
} | undefined;
|
|
1822
1822
|
};
|
|
1823
|
-
},
|
|
1823
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1824
1824
|
ok: boolean;
|
|
1825
1825
|
error: {
|
|
1826
1826
|
code: string;
|
|
@@ -1829,7 +1829,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1829
1829
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1830
1830
|
} | undefined;
|
|
1831
1831
|
};
|
|
1832
|
-
},
|
|
1832
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1833
1833
|
ok: boolean;
|
|
1834
1834
|
data: {
|
|
1835
1835
|
entries: {
|
|
@@ -1867,7 +1867,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1867
1867
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1868
1868
|
} | undefined;
|
|
1869
1869
|
};
|
|
1870
|
-
},
|
|
1870
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1871
1871
|
ok: boolean;
|
|
1872
1872
|
error: {
|
|
1873
1873
|
code: string;
|
|
@@ -1876,7 +1876,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1876
1876
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1877
1877
|
} | undefined;
|
|
1878
1878
|
};
|
|
1879
|
-
},
|
|
1879
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1880
1880
|
ok: boolean;
|
|
1881
1881
|
data: {
|
|
1882
1882
|
id: string;
|
|
@@ -1913,7 +1913,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1913
1913
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1914
1914
|
} | undefined;
|
|
1915
1915
|
};
|
|
1916
|
-
},
|
|
1916
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1917
1917
|
ok: boolean;
|
|
1918
1918
|
error: {
|
|
1919
1919
|
code: string;
|
|
@@ -1922,7 +1922,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1922
1922
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1923
1923
|
} | undefined;
|
|
1924
1924
|
};
|
|
1925
|
-
},
|
|
1925
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1926
1926
|
ok: boolean;
|
|
1927
1927
|
data: {
|
|
1928
1928
|
job: {
|
|
@@ -1983,7 +1983,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1983
1983
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1984
1984
|
} | undefined;
|
|
1985
1985
|
};
|
|
1986
|
-
},
|
|
1986
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1987
1987
|
ok: boolean;
|
|
1988
1988
|
error: {
|
|
1989
1989
|
code: string;
|
|
@@ -1992,7 +1992,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1992
1992
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1993
1993
|
} | undefined;
|
|
1994
1994
|
};
|
|
1995
|
-
},
|
|
1995
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1996
1996
|
ok: boolean;
|
|
1997
1997
|
data: {
|
|
1998
1998
|
id: string;
|
|
@@ -2029,7 +2029,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2029
2029
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2030
2030
|
} | undefined;
|
|
2031
2031
|
};
|
|
2032
|
-
},
|
|
2032
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2033
2033
|
ok: boolean;
|
|
2034
2034
|
error: {
|
|
2035
2035
|
code: string;
|
|
@@ -2038,7 +2038,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2038
2038
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2039
2039
|
} | undefined;
|
|
2040
2040
|
};
|
|
2041
|
-
},
|
|
2041
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2042
2042
|
ok: boolean;
|
|
2043
2043
|
data: {
|
|
2044
2044
|
entries: {
|
|
@@ -2077,7 +2077,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2077
2077
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2078
2078
|
} | undefined;
|
|
2079
2079
|
};
|
|
2080
|
-
},
|
|
2080
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2081
2081
|
ok: boolean;
|
|
2082
2082
|
error: {
|
|
2083
2083
|
code: string;
|
|
@@ -2086,7 +2086,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2086
2086
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2087
2087
|
} | undefined;
|
|
2088
2088
|
};
|
|
2089
|
-
},
|
|
2089
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2090
2090
|
ok: boolean;
|
|
2091
2091
|
data: {
|
|
2092
2092
|
id: string;
|
|
@@ -2119,7 +2119,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2119
2119
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2120
2120
|
} | undefined;
|
|
2121
2121
|
};
|
|
2122
|
-
},
|
|
2122
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2123
2123
|
ok: boolean;
|
|
2124
2124
|
error: {
|
|
2125
2125
|
code: string;
|
|
@@ -2128,7 +2128,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2128
2128
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2129
2129
|
} | undefined;
|
|
2130
2130
|
};
|
|
2131
|
-
},
|
|
2131
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2132
2132
|
ok: boolean;
|
|
2133
2133
|
data: {
|
|
2134
2134
|
caller: {
|
|
@@ -2152,7 +2152,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2152
2152
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2153
2153
|
} | undefined;
|
|
2154
2154
|
};
|
|
2155
|
-
},
|
|
2155
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2156
2156
|
ok: boolean;
|
|
2157
2157
|
error: {
|
|
2158
2158
|
code: string;
|
|
@@ -2161,7 +2161,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2161
2161
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2162
2162
|
} | undefined;
|
|
2163
2163
|
};
|
|
2164
|
-
},
|
|
2164
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2165
2165
|
ok: boolean;
|
|
2166
2166
|
data: {
|
|
2167
2167
|
grants: {
|
|
@@ -2187,7 +2187,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2187
2187
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2188
2188
|
} | undefined;
|
|
2189
2189
|
};
|
|
2190
|
-
},
|
|
2190
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
error: {
|
|
2193
2193
|
code: string;
|
|
@@ -2196,7 +2196,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2196
2196
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2197
2197
|
} | undefined;
|
|
2198
2198
|
};
|
|
2199
|
-
},
|
|
2199
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2200
2200
|
ok: boolean;
|
|
2201
2201
|
data: {
|
|
2202
2202
|
grants: {
|
|
@@ -2239,7 +2239,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2239
2239
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2240
2240
|
} | undefined;
|
|
2241
2241
|
};
|
|
2242
|
-
},
|
|
2242
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2243
2243
|
ok: boolean;
|
|
2244
2244
|
error: {
|
|
2245
2245
|
code: string;
|
|
@@ -2248,7 +2248,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2248
2248
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2249
2249
|
} | undefined;
|
|
2250
2250
|
};
|
|
2251
|
-
},
|
|
2251
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2252
2252
|
ok: boolean;
|
|
2253
2253
|
data: {
|
|
2254
2254
|
revoked: boolean;
|
|
@@ -2263,7 +2263,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2263
2263
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2264
2264
|
} | undefined;
|
|
2265
2265
|
};
|
|
2266
|
-
},
|
|
2266
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2267
2267
|
ok: boolean;
|
|
2268
2268
|
error: {
|
|
2269
2269
|
code: string;
|
|
@@ -2272,13 +2272,22 @@ declare class ServiceAppsRoutesController {
|
|
|
2272
2272
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2273
2273
|
} | undefined;
|
|
2274
2274
|
};
|
|
2275
|
-
},
|
|
2275
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2276
2276
|
ok: boolean;
|
|
2277
2277
|
data: {
|
|
2278
2278
|
revoked: boolean;
|
|
2279
2279
|
};
|
|
2280
2280
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2281
2281
|
readonly restartServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2282
|
+
ok: boolean;
|
|
2283
|
+
error: {
|
|
2284
|
+
code: string;
|
|
2285
|
+
message: string;
|
|
2286
|
+
details: {
|
|
2287
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2288
|
+
} | undefined;
|
|
2289
|
+
};
|
|
2290
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2282
2291
|
ok: boolean;
|
|
2283
2292
|
data: {
|
|
2284
2293
|
id: string;
|
|
@@ -2357,16 +2366,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2357
2366
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2358
2367
|
} | undefined;
|
|
2359
2368
|
};
|
|
2360
|
-
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)
|
|
2361
|
-
ok: boolean;
|
|
2362
|
-
error: {
|
|
2363
|
-
code: string;
|
|
2364
|
-
message: string;
|
|
2365
|
-
details: {
|
|
2366
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2367
|
-
} | undefined;
|
|
2368
|
-
};
|
|
2369
|
-
}, 500, "json">)>;
|
|
2369
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)>;
|
|
2370
2370
|
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2371
2371
|
ok: boolean;
|
|
2372
2372
|
error: {
|
|
@@ -2376,7 +2376,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2376
2376
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2377
2377
|
} | undefined;
|
|
2378
2378
|
};
|
|
2379
|
-
},
|
|
2379
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2380
2380
|
ok: boolean;
|
|
2381
2381
|
error: {
|
|
2382
2382
|
code: string;
|
|
@@ -2385,7 +2385,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2385
2385
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2386
2386
|
} | undefined;
|
|
2387
2387
|
};
|
|
2388
|
-
},
|
|
2388
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2389
2389
|
ok: boolean;
|
|
2390
2390
|
data: {
|
|
2391
2391
|
deleted: true;
|
|
@@ -3545,15 +3545,6 @@ declare class RuntimeControlRoutesController {
|
|
|
3545
3545
|
private readonly host;
|
|
3546
3546
|
constructor(host: UiRuntimeControlHost);
|
|
3547
3547
|
readonly getControl: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
3548
|
-
ok: boolean;
|
|
3549
|
-
error: {
|
|
3550
|
-
code: string;
|
|
3551
|
-
message: string;
|
|
3552
|
-
details: {
|
|
3553
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
3554
|
-
} | undefined;
|
|
3555
|
-
};
|
|
3556
|
-
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
3557
3548
|
ok: boolean;
|
|
3558
3549
|
data: {
|
|
3559
3550
|
environment: RuntimeControlEnvironment;
|
|
@@ -3593,7 +3584,16 @@ declare class RuntimeControlRoutesController {
|
|
|
3593
3584
|
managementHint?: string | undefined;
|
|
3594
3585
|
message?: string | undefined;
|
|
3595
3586
|
};
|
|
3596
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
3587
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
3588
|
+
ok: boolean;
|
|
3589
|
+
error: {
|
|
3590
|
+
code: string;
|
|
3591
|
+
message: string;
|
|
3592
|
+
details: {
|
|
3593
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
3594
|
+
} | undefined;
|
|
3595
|
+
};
|
|
3596
|
+
}, 500, "json">)>;
|
|
3597
3597
|
readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
3598
3598
|
ok: boolean;
|
|
3599
3599
|
error: {
|
|
@@ -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 = {
|
|
@@ -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;
|
|
@@ -5237,6 +5237,15 @@ declare class AppPackagesRoutesController {
|
|
|
5237
5237
|
};
|
|
5238
5238
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
5239
5239
|
readonly startInstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5240
|
+
ok: boolean;
|
|
5241
|
+
error: {
|
|
5242
|
+
code: string;
|
|
5243
|
+
message: string;
|
|
5244
|
+
details: {
|
|
5245
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5246
|
+
} | undefined;
|
|
5247
|
+
};
|
|
5248
|
+
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
5240
5249
|
ok: boolean;
|
|
5241
5250
|
data: {
|
|
5242
5251
|
id: string;
|
|
@@ -5259,7 +5268,8 @@ declare class AppPackagesRoutesController {
|
|
|
5259
5268
|
dataRemoved?: boolean | undefined;
|
|
5260
5269
|
} | undefined;
|
|
5261
5270
|
};
|
|
5262
|
-
}, 202, "json">)
|
|
5271
|
+
}, 202, "json">)>;
|
|
5272
|
+
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5263
5273
|
ok: boolean;
|
|
5264
5274
|
error: {
|
|
5265
5275
|
code: string;
|
|
@@ -5268,8 +5278,7 @@ declare class AppPackagesRoutesController {
|
|
|
5268
5278
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5269
5279
|
} | undefined;
|
|
5270
5280
|
};
|
|
5271
|
-
}, 400 | 404 | 409, "json">)
|
|
5272
|
-
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5281
|
+
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
5273
5282
|
ok: boolean;
|
|
5274
5283
|
data: {
|
|
5275
5284
|
id: string;
|
|
@@ -5292,7 +5301,8 @@ declare class AppPackagesRoutesController {
|
|
|
5292
5301
|
dataRemoved?: boolean | undefined;
|
|
5293
5302
|
} | undefined;
|
|
5294
5303
|
};
|
|
5295
|
-
}, 202, "json">)
|
|
5304
|
+
}, 202, "json">)>;
|
|
5305
|
+
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5296
5306
|
ok: boolean;
|
|
5297
5307
|
error: {
|
|
5298
5308
|
code: string;
|
|
@@ -5301,8 +5311,7 @@ declare class AppPackagesRoutesController {
|
|
|
5301
5311
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5302
5312
|
} | undefined;
|
|
5303
5313
|
};
|
|
5304
|
-
}, 400 | 404 | 409, "json">)
|
|
5305
|
-
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5314
|
+
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
5306
5315
|
ok: boolean;
|
|
5307
5316
|
data: {
|
|
5308
5317
|
id: string;
|
|
@@ -5325,7 +5334,8 @@ declare class AppPackagesRoutesController {
|
|
|
5325
5334
|
dataRemoved?: boolean | undefined;
|
|
5326
5335
|
} | undefined;
|
|
5327
5336
|
};
|
|
5328
|
-
}, 202, "json">)
|
|
5337
|
+
}, 202, "json">)>;
|
|
5338
|
+
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5329
5339
|
ok: boolean;
|
|
5330
5340
|
error: {
|
|
5331
5341
|
code: string;
|
|
@@ -5334,8 +5344,7 @@ declare class AppPackagesRoutesController {
|
|
|
5334
5344
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5335
5345
|
} | undefined;
|
|
5336
5346
|
};
|
|
5337
|
-
}, 400 | 404 | 409, "json">)
|
|
5338
|
-
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5347
|
+
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
5339
5348
|
ok: boolean;
|
|
5340
5349
|
data: {
|
|
5341
5350
|
id: string;
|
|
@@ -5358,16 +5367,7 @@ declare class AppPackagesRoutesController {
|
|
|
5358
5367
|
dataRemoved?: boolean | undefined;
|
|
5359
5368
|
} | undefined;
|
|
5360
5369
|
};
|
|
5361
|
-
}, 202, "json">)
|
|
5362
|
-
ok: boolean;
|
|
5363
|
-
error: {
|
|
5364
|
-
code: string;
|
|
5365
|
-
message: string;
|
|
5366
|
-
details: {
|
|
5367
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5368
|
-
} | undefined;
|
|
5369
|
-
};
|
|
5370
|
-
}, 400 | 404 | 409, "json">)>;
|
|
5370
|
+
}, 202, "json">)>;
|
|
5371
5371
|
readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5372
5372
|
ok: boolean;
|
|
5373
5373
|
error: {
|
|
@@ -7522,6 +7522,14 @@ declare class AppDataRoutesController {
|
|
|
7522
7522
|
};
|
|
7523
7523
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
7524
7524
|
readonly deleteRetained: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
7525
|
+
ok: boolean;
|
|
7526
|
+
data: {
|
|
7527
|
+
deleted: true;
|
|
7528
|
+
id: string;
|
|
7529
|
+
appId: string;
|
|
7530
|
+
instanceId: string;
|
|
7531
|
+
};
|
|
7532
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
7525
7533
|
ok: boolean;
|
|
7526
7534
|
error: {
|
|
7527
7535
|
code: string;
|
|
@@ -7530,15 +7538,7 @@ declare class AppDataRoutesController {
|
|
|
7530
7538
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7531
7539
|
} | undefined;
|
|
7532
7540
|
};
|
|
7533
|
-
}, 400 | 404 | 409, "json">)
|
|
7534
|
-
ok: boolean;
|
|
7535
|
-
data: {
|
|
7536
|
-
deleted: true;
|
|
7537
|
-
id: string;
|
|
7538
|
-
appId: string;
|
|
7539
|
-
instanceId: string;
|
|
7540
|
-
};
|
|
7541
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
7541
|
+
}, 400 | 404 | 409, "json">)>;
|
|
7542
7542
|
}
|
|
7543
7543
|
//#endregion
|
|
7544
7544
|
//#region src/features/inbox-deliveries/controllers/inbox-deliveries.controller.d.ts
|
|
@@ -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
|