@nextclaw/server 0.23.4 → 0.23.6

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 CHANGED
@@ -310,6 +310,7 @@ type MarketplaceScenesView = {
310
310
  scenes: MarketplaceSceneView[];
311
311
  };
312
312
  type MarketplaceInstalledRecord = {
313
+ resourceUri?: string;
313
314
  type: MarketplaceItemType;
314
315
  id?: string;
315
316
  spec: string;
@@ -943,6 +944,15 @@ declare class ServiceAppsRoutesController {
943
944
  };
944
945
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
945
946
  readonly getServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
947
+ ok: boolean;
948
+ error: {
949
+ code: string;
950
+ message: string;
951
+ details: {
952
+ [x: string]: _$hono_utils_types0.JSONValue;
953
+ } | undefined;
954
+ };
955
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
946
956
  ok: boolean;
947
957
  data: {
948
958
  id: string;
@@ -1021,16 +1031,7 @@ declare class ServiceAppsRoutesController {
1021
1031
  [x: string]: _$hono_utils_types0.JSONValue;
1022
1032
  } | undefined;
1023
1033
  };
1024
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
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">)>;
1034
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)>;
1034
1035
  readonly inspectServiceAppAiCapabilities: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
1035
1036
  ok: boolean;
1036
1037
  error: {
@@ -1040,7 +1041,7 @@ declare class ServiceAppsRoutesController {
1040
1041
  [x: string]: _$hono_utils_types0.JSONValue;
1041
1042
  } | undefined;
1042
1043
  };
1043
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1044
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1044
1045
  ok: boolean;
1045
1046
  error: {
1046
1047
  code: string;
@@ -1049,7 +1050,7 @@ declare class ServiceAppsRoutesController {
1049
1050
  [x: string]: _$hono_utils_types0.JSONValue;
1050
1051
  } | undefined;
1051
1052
  };
1052
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1053
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1053
1054
  ok: boolean;
1054
1055
  data: {
1055
1056
  ready: boolean;
@@ -1074,7 +1075,7 @@ declare class ServiceAppsRoutesController {
1074
1075
  [x: string]: _$hono_utils_types0.JSONValue;
1075
1076
  } | undefined;
1076
1077
  };
1077
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1078
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1078
1079
  ok: boolean;
1079
1080
  error: {
1080
1081
  code: string;
@@ -1083,7 +1084,7 @@ declare class ServiceAppsRoutesController {
1083
1084
  [x: string]: _$hono_utils_types0.JSONValue;
1084
1085
  } | undefined;
1085
1086
  };
1086
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1087
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1087
1088
  ok: boolean;
1088
1089
  data: {
1089
1090
  ready: boolean;
@@ -1108,7 +1109,7 @@ declare class ServiceAppsRoutesController {
1108
1109
  [x: string]: _$hono_utils_types0.JSONValue;
1109
1110
  } | undefined;
1110
1111
  };
1111
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1112
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1112
1113
  ok: boolean;
1113
1114
  error: {
1114
1115
  code: string;
@@ -1117,7 +1118,7 @@ declare class ServiceAppsRoutesController {
1117
1118
  [x: string]: _$hono_utils_types0.JSONValue;
1118
1119
  } | undefined;
1119
1120
  };
1120
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1121
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1121
1122
  ok: boolean;
1122
1123
  data: {
1123
1124
  ready: boolean;
@@ -1142,7 +1143,7 @@ declare class ServiceAppsRoutesController {
1142
1143
  [x: string]: _$hono_utils_types0.JSONValue;
1143
1144
  } | undefined;
1144
1145
  };
1145
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1146
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1146
1147
  ok: boolean;
1147
1148
  error: {
1148
1149
  code: string;
@@ -1151,7 +1152,7 @@ declare class ServiceAppsRoutesController {
1151
1152
  [x: string]: _$hono_utils_types0.JSONValue;
1152
1153
  } | undefined;
1153
1154
  };
1154
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1155
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1155
1156
  ok: boolean;
1156
1157
  data: {
1157
1158
  ready: boolean;
@@ -1176,7 +1177,7 @@ declare class ServiceAppsRoutesController {
1176
1177
  [x: string]: _$hono_utils_types0.JSONValue;
1177
1178
  } | undefined;
1178
1179
  };
1179
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1180
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1180
1181
  ok: boolean;
1181
1182
  error: {
1182
1183
  code: string;
@@ -1185,7 +1186,7 @@ declare class ServiceAppsRoutesController {
1185
1186
  [x: string]: _$hono_utils_types0.JSONValue;
1186
1187
  } | undefined;
1187
1188
  };
1188
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1189
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1189
1190
  ok: boolean;
1190
1191
  data: {
1191
1192
  actions: {
@@ -1212,7 +1213,7 @@ declare class ServiceAppsRoutesController {
1212
1213
  [x: string]: _$hono_utils_types0.JSONValue;
1213
1214
  } | undefined;
1214
1215
  };
1215
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1216
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1216
1217
  ok: boolean;
1217
1218
  error: {
1218
1219
  code: string;
@@ -1221,7 +1222,7 @@ declare class ServiceAppsRoutesController {
1221
1222
  [x: string]: _$hono_utils_types0.JSONValue;
1222
1223
  } | undefined;
1223
1224
  };
1224
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1225
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1225
1226
  ok: boolean;
1226
1227
  data: {
1227
1228
  actions: {
@@ -1248,7 +1249,7 @@ declare class ServiceAppsRoutesController {
1248
1249
  [x: string]: _$hono_utils_types0.JSONValue;
1249
1250
  } | undefined;
1250
1251
  };
1251
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1252
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1252
1253
  ok: boolean;
1253
1254
  error: {
1254
1255
  code: string;
@@ -1257,7 +1258,7 @@ declare class ServiceAppsRoutesController {
1257
1258
  [x: string]: _$hono_utils_types0.JSONValue;
1258
1259
  } | undefined;
1259
1260
  };
1260
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1261
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1261
1262
  ok: boolean;
1262
1263
  data: {
1263
1264
  actionId: string;
@@ -1279,7 +1280,7 @@ declare class ServiceAppsRoutesController {
1279
1280
  [x: string]: _$hono_utils_types0.JSONValue;
1280
1281
  } | undefined;
1281
1282
  };
1282
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1283
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1283
1284
  ok: boolean;
1284
1285
  error: {
1285
1286
  code: string;
@@ -1288,7 +1289,7 @@ declare class ServiceAppsRoutesController {
1288
1289
  [x: string]: _$hono_utils_types0.JSONValue;
1289
1290
  } | undefined;
1290
1291
  };
1291
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1292
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1292
1293
  ok: boolean;
1293
1294
  data: {
1294
1295
  actionId: string;
@@ -1316,7 +1317,7 @@ declare class ServiceAppsRoutesController {
1316
1317
  [x: string]: _$hono_utils_types0.JSONValue;
1317
1318
  } | undefined;
1318
1319
  };
1319
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1320
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1320
1321
  ok: boolean;
1321
1322
  error: {
1322
1323
  code: string;
@@ -1325,7 +1326,7 @@ declare class ServiceAppsRoutesController {
1325
1326
  [x: string]: _$hono_utils_types0.JSONValue;
1326
1327
  } | undefined;
1327
1328
  };
1328
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1329
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1329
1330
  ok: boolean;
1330
1331
  data: {
1331
1332
  actionId: string;
@@ -1347,7 +1348,7 @@ declare class ServiceAppsRoutesController {
1347
1348
  [x: string]: _$hono_utils_types0.JSONValue;
1348
1349
  } | undefined;
1349
1350
  };
1350
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1351
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1351
1352
  ok: boolean;
1352
1353
  error: {
1353
1354
  code: string;
@@ -1356,7 +1357,7 @@ declare class ServiceAppsRoutesController {
1356
1357
  [x: string]: _$hono_utils_types0.JSONValue;
1357
1358
  } | undefined;
1358
1359
  };
1359
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1360
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1360
1361
  ok: boolean;
1361
1362
  data: {
1362
1363
  entries: ({
@@ -1399,14 +1400,15 @@ declare class ServiceAppsRoutesController {
1399
1400
  recovery?: string | undefined;
1400
1401
  evidenceRefs: string[];
1401
1402
  } | {
1403
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1404
+ appId: string;
1402
1405
  error?: {
1403
1406
  code?: string | undefined;
1404
1407
  message: string;
1405
1408
  } | undefined;
1406
1409
  instanceId?: string | undefined;
1407
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1408
1410
  componentId: string;
1409
- appId: string;
1411
+ environment: string;
1410
1412
  role: _$_nextclaw_kernel0.VerificationRecordRole;
1411
1413
  callId: string;
1412
1414
  traceId: string;
@@ -1416,7 +1418,6 @@ declare class ServiceAppsRoutesController {
1416
1418
  scenarioVersion: string;
1417
1419
  startedAt: string;
1418
1420
  finishedAt: string;
1419
- environment: string;
1420
1421
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1421
1422
  actionOrEvent: string;
1422
1423
  capabilityDecisions: string[];
@@ -1446,7 +1447,7 @@ declare class ServiceAppsRoutesController {
1446
1447
  [x: string]: _$hono_utils_types0.JSONValue;
1447
1448
  } | undefined;
1448
1449
  };
1449
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1450
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1450
1451
  ok: boolean;
1451
1452
  error: {
1452
1453
  code: string;
@@ -1455,7 +1456,7 @@ declare class ServiceAppsRoutesController {
1455
1456
  [x: string]: _$hono_utils_types0.JSONValue;
1456
1457
  } | undefined;
1457
1458
  };
1458
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1459
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1459
1460
  ok: boolean;
1460
1461
  data: {
1461
1462
  contractFingerprint: string;
@@ -1486,7 +1487,7 @@ declare class ServiceAppsRoutesController {
1486
1487
  [x: string]: _$hono_utils_types0.JSONValue;
1487
1488
  } | undefined;
1488
1489
  };
1489
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1490
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1490
1491
  ok: boolean;
1491
1492
  error: {
1492
1493
  code: string;
@@ -1495,7 +1496,7 @@ declare class ServiceAppsRoutesController {
1495
1496
  [x: string]: _$hono_utils_types0.JSONValue;
1496
1497
  } | undefined;
1497
1498
  };
1498
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1499
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1499
1500
  ok: boolean;
1500
1501
  data: {
1501
1502
  schemaVersion: 1;
@@ -1554,8 +1555,8 @@ declare class ServiceAppsRoutesController {
1554
1555
  description: string;
1555
1556
  };
1556
1557
  result: {
1557
- required: boolean;
1558
1558
  status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
1559
+ required: boolean;
1559
1560
  acceptanceId: string;
1560
1561
  latestRecord?: {
1561
1562
  evidenceSchemaVersion: 2;
@@ -1597,14 +1598,15 @@ declare class ServiceAppsRoutesController {
1597
1598
  recovery?: string | undefined;
1598
1599
  evidenceRefs: string[];
1599
1600
  } | {
1601
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1602
+ appId: string;
1600
1603
  error?: {
1601
1604
  code?: string | undefined;
1602
1605
  message: string;
1603
1606
  } | undefined;
1604
1607
  instanceId?: string | undefined;
1605
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1606
1608
  componentId: string;
1607
- appId: string;
1609
+ environment: string;
1608
1610
  role: _$_nextclaw_kernel0.VerificationRecordRole;
1609
1611
  callId: string;
1610
1612
  traceId: string;
@@ -1614,7 +1616,6 @@ declare class ServiceAppsRoutesController {
1614
1616
  scenarioVersion: string;
1615
1617
  startedAt: string;
1616
1618
  finishedAt: string;
1617
- environment: string;
1618
1619
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1619
1620
  actionOrEvent: string;
1620
1621
  capabilityDecisions: string[];
@@ -1653,7 +1654,7 @@ declare class ServiceAppsRoutesController {
1653
1654
  [x: string]: _$hono_utils_types0.JSONValue;
1654
1655
  } | undefined;
1655
1656
  };
1656
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1657
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1657
1658
  ok: boolean;
1658
1659
  error: {
1659
1660
  code: string;
@@ -1662,7 +1663,7 @@ declare class ServiceAppsRoutesController {
1662
1663
  [x: string]: _$hono_utils_types0.JSONValue;
1663
1664
  } | undefined;
1664
1665
  };
1665
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1666
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1666
1667
  ok: boolean;
1667
1668
  data: {
1668
1669
  schemaVersion: 1;
@@ -1721,8 +1722,8 @@ declare class ServiceAppsRoutesController {
1721
1722
  description: string;
1722
1723
  };
1723
1724
  result: {
1724
- required: boolean;
1725
1725
  status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
1726
+ required: boolean;
1726
1727
  acceptanceId: string;
1727
1728
  latestRecord?: {
1728
1729
  evidenceSchemaVersion: 2;
@@ -1764,14 +1765,15 @@ declare class ServiceAppsRoutesController {
1764
1765
  recovery?: string | undefined;
1765
1766
  evidenceRefs: string[];
1766
1767
  } | {
1768
+ status: _$_nextclaw_kernel0.VerificationRecordStatus;
1769
+ appId: string;
1767
1770
  error?: {
1768
1771
  code?: string | undefined;
1769
1772
  message: string;
1770
1773
  } | undefined;
1771
1774
  instanceId?: string | undefined;
1772
- status: _$_nextclaw_kernel0.VerificationRecordStatus;
1773
1775
  componentId: string;
1774
- appId: string;
1776
+ environment: string;
1775
1777
  role: _$_nextclaw_kernel0.VerificationRecordRole;
1776
1778
  callId: string;
1777
1779
  traceId: string;
@@ -1781,7 +1783,6 @@ declare class ServiceAppsRoutesController {
1781
1783
  scenarioVersion: string;
1782
1784
  startedAt: string;
1783
1785
  finishedAt: string;
1784
- environment: string;
1785
1786
  entrySurface: _$_nextclaw_kernel0.VerificationRecordEntrySurface;
1786
1787
  actionOrEvent: string;
1787
1788
  capabilityDecisions: string[];
@@ -1820,7 +1821,7 @@ declare class ServiceAppsRoutesController {
1820
1821
  [x: string]: _$hono_utils_types0.JSONValue;
1821
1822
  } | undefined;
1822
1823
  };
1823
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1824
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1824
1825
  ok: boolean;
1825
1826
  error: {
1826
1827
  code: string;
@@ -1829,7 +1830,7 @@ declare class ServiceAppsRoutesController {
1829
1830
  [x: string]: _$hono_utils_types0.JSONValue;
1830
1831
  } | undefined;
1831
1832
  };
1832
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1833
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1833
1834
  ok: boolean;
1834
1835
  data: {
1835
1836
  entries: {
@@ -1867,7 +1868,7 @@ declare class ServiceAppsRoutesController {
1867
1868
  [x: string]: _$hono_utils_types0.JSONValue;
1868
1869
  } | undefined;
1869
1870
  };
1870
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1871
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1871
1872
  ok: boolean;
1872
1873
  error: {
1873
1874
  code: string;
@@ -1876,7 +1877,7 @@ declare class ServiceAppsRoutesController {
1876
1877
  [x: string]: _$hono_utils_types0.JSONValue;
1877
1878
  } | undefined;
1878
1879
  };
1879
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1880
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1880
1881
  ok: boolean;
1881
1882
  data: {
1882
1883
  id: string;
@@ -1913,7 +1914,7 @@ declare class ServiceAppsRoutesController {
1913
1914
  [x: string]: _$hono_utils_types0.JSONValue;
1914
1915
  } | undefined;
1915
1916
  };
1916
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1917
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1917
1918
  ok: boolean;
1918
1919
  error: {
1919
1920
  code: string;
@@ -1922,7 +1923,7 @@ declare class ServiceAppsRoutesController {
1922
1923
  [x: string]: _$hono_utils_types0.JSONValue;
1923
1924
  } | undefined;
1924
1925
  };
1925
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1926
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1926
1927
  ok: boolean;
1927
1928
  data: {
1928
1929
  job: {
@@ -1983,7 +1984,7 @@ declare class ServiceAppsRoutesController {
1983
1984
  [x: string]: _$hono_utils_types0.JSONValue;
1984
1985
  } | undefined;
1985
1986
  };
1986
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1987
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
1987
1988
  ok: boolean;
1988
1989
  error: {
1989
1990
  code: string;
@@ -1992,7 +1993,7 @@ declare class ServiceAppsRoutesController {
1992
1993
  [x: string]: _$hono_utils_types0.JSONValue;
1993
1994
  } | undefined;
1994
1995
  };
1995
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
1996
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
1996
1997
  ok: boolean;
1997
1998
  data: {
1998
1999
  id: string;
@@ -2029,7 +2030,7 @@ declare class ServiceAppsRoutesController {
2029
2030
  [x: string]: _$hono_utils_types0.JSONValue;
2030
2031
  } | undefined;
2031
2032
  };
2032
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2033
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2033
2034
  ok: boolean;
2034
2035
  error: {
2035
2036
  code: string;
@@ -2038,7 +2039,7 @@ declare class ServiceAppsRoutesController {
2038
2039
  [x: string]: _$hono_utils_types0.JSONValue;
2039
2040
  } | undefined;
2040
2041
  };
2041
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2042
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2042
2043
  ok: boolean;
2043
2044
  data: {
2044
2045
  entries: {
@@ -2077,7 +2078,7 @@ declare class ServiceAppsRoutesController {
2077
2078
  [x: string]: _$hono_utils_types0.JSONValue;
2078
2079
  } | undefined;
2079
2080
  };
2080
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2081
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2081
2082
  ok: boolean;
2082
2083
  error: {
2083
2084
  code: string;
@@ -2086,7 +2087,7 @@ declare class ServiceAppsRoutesController {
2086
2087
  [x: string]: _$hono_utils_types0.JSONValue;
2087
2088
  } | undefined;
2088
2089
  };
2089
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2090
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2090
2091
  ok: boolean;
2091
2092
  data: {
2092
2093
  id: string;
@@ -2119,7 +2120,7 @@ declare class ServiceAppsRoutesController {
2119
2120
  [x: string]: _$hono_utils_types0.JSONValue;
2120
2121
  } | undefined;
2121
2122
  };
2122
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2123
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2123
2124
  ok: boolean;
2124
2125
  error: {
2125
2126
  code: string;
@@ -2128,7 +2129,7 @@ declare class ServiceAppsRoutesController {
2128
2129
  [x: string]: _$hono_utils_types0.JSONValue;
2129
2130
  } | undefined;
2130
2131
  };
2131
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2132
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2132
2133
  ok: boolean;
2133
2134
  data: {
2134
2135
  caller: {
@@ -2152,7 +2153,7 @@ declare class ServiceAppsRoutesController {
2152
2153
  [x: string]: _$hono_utils_types0.JSONValue;
2153
2154
  } | undefined;
2154
2155
  };
2155
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2156
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2156
2157
  ok: boolean;
2157
2158
  error: {
2158
2159
  code: string;
@@ -2161,7 +2162,7 @@ declare class ServiceAppsRoutesController {
2161
2162
  [x: string]: _$hono_utils_types0.JSONValue;
2162
2163
  } | undefined;
2163
2164
  };
2164
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2165
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2165
2166
  ok: boolean;
2166
2167
  data: {
2167
2168
  grants: {
@@ -2187,7 +2188,7 @@ declare class ServiceAppsRoutesController {
2187
2188
  [x: string]: _$hono_utils_types0.JSONValue;
2188
2189
  } | undefined;
2189
2190
  };
2190
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2191
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2191
2192
  ok: boolean;
2192
2193
  error: {
2193
2194
  code: string;
@@ -2196,7 +2197,7 @@ declare class ServiceAppsRoutesController {
2196
2197
  [x: string]: _$hono_utils_types0.JSONValue;
2197
2198
  } | undefined;
2198
2199
  };
2199
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2200
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2200
2201
  ok: boolean;
2201
2202
  data: {
2202
2203
  grants: {
@@ -2239,7 +2240,7 @@ declare class ServiceAppsRoutesController {
2239
2240
  [x: string]: _$hono_utils_types0.JSONValue;
2240
2241
  } | undefined;
2241
2242
  };
2242
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2243
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2243
2244
  ok: boolean;
2244
2245
  error: {
2245
2246
  code: string;
@@ -2248,7 +2249,7 @@ declare class ServiceAppsRoutesController {
2248
2249
  [x: string]: _$hono_utils_types0.JSONValue;
2249
2250
  } | undefined;
2250
2251
  };
2251
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2252
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2252
2253
  ok: boolean;
2253
2254
  data: {
2254
2255
  revoked: boolean;
@@ -2263,7 +2264,7 @@ declare class ServiceAppsRoutesController {
2263
2264
  [x: string]: _$hono_utils_types0.JSONValue;
2264
2265
  } | undefined;
2265
2266
  };
2266
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2267
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2267
2268
  ok: boolean;
2268
2269
  error: {
2269
2270
  code: string;
@@ -2272,13 +2273,22 @@ declare class ServiceAppsRoutesController {
2272
2273
  [x: string]: _$hono_utils_types0.JSONValue;
2273
2274
  } | undefined;
2274
2275
  };
2275
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2276
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2276
2277
  ok: boolean;
2277
2278
  data: {
2278
2279
  revoked: boolean;
2279
2280
  };
2280
2281
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
2281
2282
  readonly restartServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
2283
+ ok: boolean;
2284
+ error: {
2285
+ code: string;
2286
+ message: string;
2287
+ details: {
2288
+ [x: string]: _$hono_utils_types0.JSONValue;
2289
+ } | undefined;
2290
+ };
2291
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2282
2292
  ok: boolean;
2283
2293
  data: {
2284
2294
  id: string;
@@ -2357,16 +2367,7 @@ declare class ServiceAppsRoutesController {
2357
2367
  [x: string]: _$hono_utils_types0.JSONValue;
2358
2368
  } | undefined;
2359
2369
  };
2360
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
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">)>;
2370
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)>;
2370
2371
  readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
2371
2372
  ok: boolean;
2372
2373
  error: {
@@ -2376,7 +2377,7 @@ declare class ServiceAppsRoutesController {
2376
2377
  [x: string]: _$hono_utils_types0.JSONValue;
2377
2378
  } | undefined;
2378
2379
  };
2379
- }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2380
+ }, 500, "json">) | (Response & _$hono.TypedResponse<{
2380
2381
  ok: boolean;
2381
2382
  error: {
2382
2383
  code: string;
@@ -2385,7 +2386,7 @@ declare class ServiceAppsRoutesController {
2385
2386
  [x: string]: _$hono_utils_types0.JSONValue;
2386
2387
  } | undefined;
2387
2388
  };
2388
- }, 500, "json">) | (Response & _$hono.TypedResponse<{
2389
+ }, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
2389
2390
  ok: boolean;
2390
2391
  data: {
2391
2392
  deleted: true;
@@ -3545,15 +3546,6 @@ declare class RuntimeControlRoutesController {
3545
3546
  private readonly host;
3546
3547
  constructor(host: UiRuntimeControlHost);
3547
3548
  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
3549
  ok: boolean;
3558
3550
  data: {
3559
3551
  environment: RuntimeControlEnvironment;
@@ -3593,7 +3585,16 @@ declare class RuntimeControlRoutesController {
3593
3585
  managementHint?: string | undefined;
3594
3586
  message?: string | undefined;
3595
3587
  };
3596
- }, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
3588
+ }, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
3589
+ ok: boolean;
3590
+ error: {
3591
+ code: string;
3592
+ message: string;
3593
+ details: {
3594
+ [x: string]: _$hono_utils_types0.JSONValue;
3595
+ } | undefined;
3596
+ };
3597
+ }, 500, "json">)>;
3597
3598
  readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
3598
3599
  ok: boolean;
3599
3600
  error: {
@@ -4374,7 +4375,7 @@ declare class ConfigRoutesController {
4374
4375
  [x: string]: _$hono_utils_types0.JSONValue;
4375
4376
  } | undefined;
4376
4377
  };
4377
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4378
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4378
4379
  ok: boolean;
4379
4380
  error: {
4380
4381
  code: string;
@@ -4383,7 +4384,7 @@ declare class ConfigRoutesController {
4383
4384
  [x: string]: _$hono_utils_types0.JSONValue;
4384
4385
  } | undefined;
4385
4386
  };
4386
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4387
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4387
4388
  ok: boolean;
4388
4389
  data: {
4389
4390
  providerId: string;
@@ -4487,7 +4488,7 @@ declare class ConfigRoutesController {
4487
4488
  [x: string]: _$hono_utils_types0.JSONValue;
4488
4489
  } | undefined;
4489
4490
  };
4490
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4491
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4491
4492
  ok: boolean;
4492
4493
  error: {
4493
4494
  code: string;
@@ -4496,7 +4497,7 @@ declare class ConfigRoutesController {
4496
4497
  [x: string]: _$hono_utils_types0.JSONValue;
4497
4498
  } | undefined;
4498
4499
  };
4499
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4500
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4500
4501
  ok: boolean;
4501
4502
  data: {
4502
4503
  success: boolean;
@@ -4515,7 +4516,7 @@ declare class ConfigRoutesController {
4515
4516
  [x: string]: _$hono_utils_types0.JSONValue;
4516
4517
  } | undefined;
4517
4518
  };
4518
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4519
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4519
4520
  ok: boolean;
4520
4521
  error: {
4521
4522
  code: string;
@@ -4524,7 +4525,7 @@ declare class ConfigRoutesController {
4524
4525
  [x: string]: _$hono_utils_types0.JSONValue;
4525
4526
  } | undefined;
4526
4527
  };
4527
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4528
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4528
4529
  ok: boolean;
4529
4530
  data: {
4530
4531
  provider: string;
@@ -4551,7 +4552,7 @@ declare class ConfigRoutesController {
4551
4552
  [x: string]: _$hono_utils_types0.JSONValue;
4552
4553
  } | undefined;
4553
4554
  };
4554
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4555
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4555
4556
  ok: boolean;
4556
4557
  error: {
4557
4558
  code: string;
@@ -4560,7 +4561,7 @@ declare class ConfigRoutesController {
4560
4561
  [x: string]: _$hono_utils_types0.JSONValue;
4561
4562
  } | undefined;
4562
4563
  };
4563
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4564
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4564
4565
  ok: boolean;
4565
4566
  data: {
4566
4567
  provider: string;
@@ -4583,7 +4584,7 @@ declare class ConfigRoutesController {
4583
4584
  [x: string]: _$hono_utils_types0.JSONValue;
4584
4585
  } | undefined;
4585
4586
  };
4586
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4587
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4587
4588
  ok: boolean;
4588
4589
  error: {
4589
4590
  code: string;
@@ -4592,7 +4593,7 @@ declare class ConfigRoutesController {
4592
4593
  [x: string]: _$hono_utils_types0.JSONValue;
4593
4594
  } | undefined;
4594
4595
  };
4595
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4596
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4596
4597
  ok: boolean;
4597
4598
  data: {
4598
4599
  provider: string;
@@ -4610,7 +4611,7 @@ declare class ConfigRoutesController {
4610
4611
  [x: string]: _$hono_utils_types0.JSONValue;
4611
4612
  } | undefined;
4612
4613
  };
4613
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4614
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4614
4615
  ok: boolean;
4615
4616
  error: {
4616
4617
  code: string;
@@ -4619,7 +4620,7 @@ declare class ConfigRoutesController {
4619
4620
  [x: string]: _$hono_utils_types0.JSONValue;
4620
4621
  } | undefined;
4621
4622
  };
4622
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4623
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4623
4624
  ok: boolean;
4624
4625
  data: {
4625
4626
  provider: string;
@@ -4637,7 +4638,7 @@ declare class ConfigRoutesController {
4637
4638
  [x: string]: _$hono_utils_types0.JSONValue;
4638
4639
  } | undefined;
4639
4640
  };
4640
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4641
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4641
4642
  ok: boolean;
4642
4643
  error: {
4643
4644
  code: string;
@@ -4646,7 +4647,7 @@ declare class ConfigRoutesController {
4646
4647
  [x: string]: _$hono_utils_types0.JSONValue;
4647
4648
  } | undefined;
4648
4649
  };
4649
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4650
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4650
4651
  ok: boolean;
4651
4652
  data: {
4652
4653
  [x: string]: _$hono_utils_types0.JSONValue;
@@ -4661,7 +4662,7 @@ declare class ConfigRoutesController {
4661
4662
  [x: string]: _$hono_utils_types0.JSONValue;
4662
4663
  } | undefined;
4663
4664
  };
4664
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4665
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4665
4666
  ok: boolean;
4666
4667
  error: {
4667
4668
  code: string;
@@ -4670,7 +4671,7 @@ declare class ConfigRoutesController {
4670
4671
  [x: string]: _$hono_utils_types0.JSONValue;
4671
4672
  } | undefined;
4672
4673
  };
4673
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4674
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4674
4675
  ok: boolean;
4675
4676
  data: {
4676
4677
  channel: string;
@@ -4692,7 +4693,7 @@ declare class ConfigRoutesController {
4692
4693
  [x: string]: _$hono_utils_types0.JSONValue;
4693
4694
  } | undefined;
4694
4695
  };
4695
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4696
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4696
4697
  ok: boolean;
4697
4698
  error: {
4698
4699
  code: string;
@@ -4701,7 +4702,7 @@ declare class ConfigRoutesController {
4701
4702
  [x: string]: _$hono_utils_types0.JSONValue;
4702
4703
  } | undefined;
4703
4704
  };
4704
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4705
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4705
4706
  ok: boolean;
4706
4707
  data: {
4707
4708
  channel: string;
@@ -4721,7 +4722,7 @@ declare class ConfigRoutesController {
4721
4722
  [x: string]: _$hono_utils_types0.JSONValue;
4722
4723
  } | undefined;
4723
4724
  };
4724
- }, 404, "json">) | (Response & _$hono.TypedResponse<{
4725
+ }, 400, "json">) | (Response & _$hono.TypedResponse<{
4725
4726
  ok: boolean;
4726
4727
  error: {
4727
4728
  code: string;
@@ -4730,7 +4731,7 @@ declare class ConfigRoutesController {
4730
4731
  [x: string]: _$hono_utils_types0.JSONValue;
4731
4732
  } | undefined;
4732
4733
  };
4733
- }, 400, "json">) | (Response & _$hono.TypedResponse<{
4734
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
4734
4735
  ok: boolean;
4735
4736
  data: {
4736
4737
  channel: string;
@@ -4813,17 +4814,6 @@ declare class ConfigRoutesController {
4813
4814
  }, 400, "json">) | (Response & _$hono.TypedResponse<{
4814
4815
  ok: boolean;
4815
4816
  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;
4827
4817
  agents: {
4828
4818
  defaults: {
4829
4819
  model: string;
@@ -4904,6 +4894,17 @@ declare class ConfigRoutesController {
4904
4894
  } | undefined;
4905
4895
  } | undefined;
4906
4896
  };
4897
+ bindings?: {
4898
+ agentId: string;
4899
+ match: {
4900
+ channel: string;
4901
+ accountId?: string | undefined;
4902
+ peer?: {
4903
+ kind: "direct" | "group" | "channel";
4904
+ id: string;
4905
+ } | undefined;
4906
+ };
4907
+ }[] | undefined;
4907
4908
  session?: {
4908
4909
  dmScope?: "main" | "per-peer" | "per-channel-peer" | "per-account-channel-peer" | undefined;
4909
4910
  } | undefined;
@@ -5115,8 +5116,8 @@ declare class AppPackagesRoutesController {
5115
5116
  };
5116
5117
  slots: {
5117
5118
  id: string;
5118
- title: string;
5119
5119
  description: string;
5120
+ title: string;
5120
5121
  required: boolean;
5121
5122
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
5122
5123
  binding?: {
@@ -5237,6 +5238,15 @@ declare class AppPackagesRoutesController {
5237
5238
  };
5238
5239
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
5239
5240
  readonly startInstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5241
+ ok: boolean;
5242
+ error: {
5243
+ code: string;
5244
+ message: string;
5245
+ details: {
5246
+ [x: string]: _$hono_utils_types0.JSONValue;
5247
+ } | undefined;
5248
+ };
5249
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5240
5250
  ok: boolean;
5241
5251
  data: {
5242
5252
  id: string;
@@ -5259,7 +5269,8 @@ declare class AppPackagesRoutesController {
5259
5269
  dataRemoved?: boolean | undefined;
5260
5270
  } | undefined;
5261
5271
  };
5262
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5272
+ }, 202, "json">)>;
5273
+ readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5263
5274
  ok: boolean;
5264
5275
  error: {
5265
5276
  code: string;
@@ -5268,8 +5279,7 @@ declare class AppPackagesRoutesController {
5268
5279
  [x: string]: _$hono_utils_types0.JSONValue;
5269
5280
  } | undefined;
5270
5281
  };
5271
- }, 400 | 404 | 409, "json">)>;
5272
- readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5282
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5273
5283
  ok: boolean;
5274
5284
  data: {
5275
5285
  id: string;
@@ -5292,7 +5302,8 @@ declare class AppPackagesRoutesController {
5292
5302
  dataRemoved?: boolean | undefined;
5293
5303
  } | undefined;
5294
5304
  };
5295
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5305
+ }, 202, "json">)>;
5306
+ readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5296
5307
  ok: boolean;
5297
5308
  error: {
5298
5309
  code: string;
@@ -5301,8 +5312,7 @@ declare class AppPackagesRoutesController {
5301
5312
  [x: string]: _$hono_utils_types0.JSONValue;
5302
5313
  } | undefined;
5303
5314
  };
5304
- }, 400 | 404 | 409, "json">)>;
5305
- readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5315
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5306
5316
  ok: boolean;
5307
5317
  data: {
5308
5318
  id: string;
@@ -5325,7 +5335,8 @@ declare class AppPackagesRoutesController {
5325
5335
  dataRemoved?: boolean | undefined;
5326
5336
  } | undefined;
5327
5337
  };
5328
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
5338
+ }, 202, "json">)>;
5339
+ readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5329
5340
  ok: boolean;
5330
5341
  error: {
5331
5342
  code: string;
@@ -5334,8 +5345,7 @@ declare class AppPackagesRoutesController {
5334
5345
  [x: string]: _$hono_utils_types0.JSONValue;
5335
5346
  } | undefined;
5336
5347
  };
5337
- }, 400 | 404 | 409, "json">)>;
5338
- readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5348
+ }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
5339
5349
  ok: boolean;
5340
5350
  data: {
5341
5351
  id: string;
@@ -5358,16 +5368,7 @@ declare class AppPackagesRoutesController {
5358
5368
  dataRemoved?: boolean | undefined;
5359
5369
  } | undefined;
5360
5370
  };
5361
- }, 202, "json">) | (Response & _$hono.TypedResponse<{
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">)>;
5371
+ }, 202, "json">)>;
5371
5372
  readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
5372
5373
  ok: boolean;
5373
5374
  error: {
@@ -5508,8 +5509,8 @@ declare class AppPackagesRoutesController {
5508
5509
  };
5509
5510
  slots: {
5510
5511
  id: string;
5511
- title: string;
5512
5512
  description: string;
5513
+ title: string;
5513
5514
  required: boolean;
5514
5515
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
5515
5516
  binding?: {
@@ -6000,8 +6001,8 @@ declare class AppPackagesRoutesController {
6000
6001
  };
6001
6002
  slots: {
6002
6003
  id: string;
6003
- title: string;
6004
6004
  description: string;
6005
+ title: string;
6005
6006
  required: boolean;
6006
6007
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6007
6008
  binding?: {
@@ -6116,8 +6117,8 @@ declare class AppPackagesRoutesController {
6116
6117
  };
6117
6118
  slots: {
6118
6119
  id: string;
6119
- title: string;
6120
6120
  description: string;
6121
+ title: string;
6121
6122
  required: boolean;
6122
6123
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6123
6124
  binding?: {
@@ -6158,8 +6159,8 @@ declare class AppPackagesRoutesController {
6158
6159
  };
6159
6160
  slots: {
6160
6161
  id: string;
6161
- title: string;
6162
6162
  description: string;
6163
+ title: string;
6163
6164
  required: boolean;
6164
6165
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6165
6166
  binding?: {
@@ -6200,8 +6201,8 @@ declare class AppPackagesRoutesController {
6200
6201
  };
6201
6202
  slots: {
6202
6203
  id: string;
6203
- title: string;
6204
6204
  description: string;
6205
+ title: string;
6205
6206
  required: boolean;
6206
6207
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6207
6208
  binding?: {
@@ -6353,8 +6354,8 @@ declare class AppPackagesRoutesController {
6353
6354
  };
6354
6355
  slots: {
6355
6356
  id: string;
6356
- title: string;
6357
6357
  description: string;
6358
+ title: string;
6358
6359
  required: boolean;
6359
6360
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6360
6361
  binding?: {
@@ -6581,8 +6582,8 @@ declare class AppPackagesRoutesController {
6581
6582
  };
6582
6583
  slots: {
6583
6584
  id: string;
6584
- title: string;
6585
6585
  description: string;
6586
+ title: string;
6586
6587
  required: boolean;
6587
6588
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6588
6589
  binding?: {
@@ -6809,8 +6810,8 @@ declare class AppPackagesRoutesController {
6809
6810
  };
6810
6811
  slots: {
6811
6812
  id: string;
6812
- title: string;
6813
6813
  description: string;
6814
+ title: string;
6814
6815
  required: boolean;
6815
6816
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
6816
6817
  binding?: {
@@ -7038,8 +7039,8 @@ declare class AppPackagesRoutesController {
7038
7039
  };
7039
7040
  slots: {
7040
7041
  id: string;
7041
- title: string;
7042
7042
  description: string;
7043
+ title: string;
7043
7044
  required: boolean;
7044
7045
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
7045
7046
  binding?: {
@@ -7356,8 +7357,8 @@ declare class AppPackagesRoutesController {
7356
7357
  };
7357
7358
  slots: {
7358
7359
  id: string;
7359
- title: string;
7360
7360
  description: string;
7361
+ title: string;
7361
7362
  required: boolean;
7362
7363
  status: _$_nextclaw_kernel0.AppPackageSecretStatus;
7363
7364
  binding?: {
@@ -7522,6 +7523,14 @@ declare class AppDataRoutesController {
7522
7523
  };
7523
7524
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
7524
7525
  readonly deleteRetained: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7526
+ ok: boolean;
7527
+ data: {
7528
+ deleted: true;
7529
+ id: string;
7530
+ appId: string;
7531
+ instanceId: string;
7532
+ };
7533
+ }, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
7525
7534
  ok: boolean;
7526
7535
  error: {
7527
7536
  code: string;
@@ -7530,15 +7539,7 @@ declare class AppDataRoutesController {
7530
7539
  [x: string]: _$hono_utils_types0.JSONValue;
7531
7540
  } | undefined;
7532
7541
  };
7533
- }, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
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">)>;
7542
+ }, 400 | 404 | 409, "json">)>;
7542
7543
  }
7543
7544
  //#endregion
7544
7545
  //#region src/features/inbox-deliveries/controllers/inbox-deliveries.controller.d.ts
@@ -7573,6 +7574,15 @@ declare class InboxDeliveriesRoutesController {
7573
7574
  };
7574
7575
  }, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
7575
7576
  readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7577
+ ok: boolean;
7578
+ error: {
7579
+ code: string;
7580
+ message: string;
7581
+ details: {
7582
+ [x: string]: _$hono_utils_types0.JSONValue;
7583
+ } | undefined;
7584
+ };
7585
+ }, 404, "json">) | (Response & _$hono.TypedResponse<{
7576
7586
  ok: boolean;
7577
7587
  data: {
7578
7588
  id: string;
@@ -7593,16 +7603,7 @@ declare class InboxDeliveriesRoutesController {
7593
7603
  readAt: string | null;
7594
7604
  archivedAt: string | null;
7595
7605
  };
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
+ }, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
7606
7607
  readonly updateState: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
7607
7608
  ok: boolean;
7608
7609
  data: _$hono_utils_types0.JSONValue;