@nextclaw/server 0.23.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +171 -171
- package/dist/index.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -943,15 +943,6 @@ 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<{
|
|
955
946
|
ok: boolean;
|
|
956
947
|
data: {
|
|
957
948
|
id: string;
|
|
@@ -1030,8 +1021,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1030
1021
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1031
1022
|
} | undefined;
|
|
1032
1023
|
};
|
|
1033
|
-
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)
|
|
1034
|
-
readonly inspectServiceAppAiCapabilities: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1024
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1035
1025
|
ok: boolean;
|
|
1036
1026
|
error: {
|
|
1037
1027
|
code: string;
|
|
@@ -1040,7 +1030,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1040
1030
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1041
1031
|
} | undefined;
|
|
1042
1032
|
};
|
|
1043
|
-
}, 500, "json">)
|
|
1033
|
+
}, 500, "json">)>;
|
|
1034
|
+
readonly inspectServiceAppAiCapabilities: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1044
1035
|
ok: boolean;
|
|
1045
1036
|
error: {
|
|
1046
1037
|
code: string;
|
|
@@ -1050,6 +1041,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1050
1041
|
} | undefined;
|
|
1051
1042
|
};
|
|
1052
1043
|
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1044
|
+
ok: boolean;
|
|
1045
|
+
error: {
|
|
1046
|
+
code: string;
|
|
1047
|
+
message: string;
|
|
1048
|
+
details: {
|
|
1049
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1050
|
+
} | undefined;
|
|
1051
|
+
};
|
|
1052
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1360
1360
|
ok: boolean;
|
|
1361
1361
|
data: {
|
|
1362
1362
|
entries: ({
|
|
@@ -1399,16 +1399,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1399
1399
|
recovery?: string | undefined;
|
|
1400
1400
|
evidenceRefs: string[];
|
|
1401
1401
|
} | {
|
|
1402
|
-
appId: string;
|
|
1403
|
-
instanceId?: string | undefined;
|
|
1404
1402
|
error?: {
|
|
1405
1403
|
code?: string | undefined;
|
|
1406
1404
|
message: string;
|
|
1407
1405
|
} | undefined;
|
|
1408
1406
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1407
|
+
appId: string;
|
|
1408
|
+
instanceId?: string | undefined;
|
|
1409
1409
|
componentId: string;
|
|
1410
1410
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1411
|
-
environment: string;
|
|
1412
1411
|
callId: string;
|
|
1413
1412
|
traceId: string;
|
|
1414
1413
|
dataVersion: string;
|
|
@@ -1417,6 +1416,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1417
1416
|
scenarioVersion: string;
|
|
1418
1417
|
startedAt: string;
|
|
1419
1418
|
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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
-
required: boolean;
|
|
1558
1557
|
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1558
|
+
required: boolean;
|
|
1559
1559
|
acceptanceId: string;
|
|
1560
1560
|
latestRecord?: {
|
|
1561
1561
|
evidenceSchemaVersion: 2;
|
|
@@ -1597,16 +1597,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1597
1597
|
recovery?: string | undefined;
|
|
1598
1598
|
evidenceRefs: string[];
|
|
1599
1599
|
} | {
|
|
1600
|
-
appId: string;
|
|
1601
|
-
instanceId?: string | undefined;
|
|
1602
1600
|
error?: {
|
|
1603
1601
|
code?: string | undefined;
|
|
1604
1602
|
message: string;
|
|
1605
1603
|
} | undefined;
|
|
1606
1604
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1605
|
+
appId: string;
|
|
1606
|
+
instanceId?: string | undefined;
|
|
1607
1607
|
componentId: string;
|
|
1608
1608
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1609
|
-
environment: string;
|
|
1610
1609
|
callId: string;
|
|
1611
1610
|
traceId: string;
|
|
1612
1611
|
dataVersion: string;
|
|
@@ -1615,6 +1614,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1615
1614
|
scenarioVersion: string;
|
|
1616
1615
|
startedAt: string;
|
|
1617
1616
|
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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
-
required: boolean;
|
|
1725
1724
|
status: _$_nextclaw_kernel0.PortableRuntimeAcceptanceResultStatus;
|
|
1725
|
+
required: boolean;
|
|
1726
1726
|
acceptanceId: string;
|
|
1727
1727
|
latestRecord?: {
|
|
1728
1728
|
evidenceSchemaVersion: 2;
|
|
@@ -1764,16 +1764,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1764
1764
|
recovery?: string | undefined;
|
|
1765
1765
|
evidenceRefs: string[];
|
|
1766
1766
|
} | {
|
|
1767
|
-
appId: string;
|
|
1768
|
-
instanceId?: string | undefined;
|
|
1769
1767
|
error?: {
|
|
1770
1768
|
code?: string | undefined;
|
|
1771
1769
|
message: string;
|
|
1772
1770
|
} | undefined;
|
|
1773
1771
|
status: _$_nextclaw_kernel0.VerificationRecordStatus;
|
|
1772
|
+
appId: string;
|
|
1773
|
+
instanceId?: string | undefined;
|
|
1774
1774
|
componentId: string;
|
|
1775
1775
|
role: _$_nextclaw_kernel0.VerificationRecordRole;
|
|
1776
|
-
environment: string;
|
|
1777
1776
|
callId: string;
|
|
1778
1777
|
traceId: string;
|
|
1779
1778
|
dataVersion: string;
|
|
@@ -1782,6 +1781,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1782
1781
|
scenarioVersion: string;
|
|
1783
1782
|
startedAt: string;
|
|
1784
1783
|
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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "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
|
+
}, 500, "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
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2267
2267
|
ok: boolean;
|
|
2268
2268
|
error: {
|
|
2269
2269
|
code: string;
|
|
@@ -2272,22 +2272,13 @@ declare class ServiceAppsRoutesController {
|
|
|
2272
2272
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2273
2273
|
} | undefined;
|
|
2274
2274
|
};
|
|
2275
|
-
},
|
|
2275
|
+
}, 500, "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<{
|
|
2291
2282
|
ok: boolean;
|
|
2292
2283
|
data: {
|
|
2293
2284
|
id: string;
|
|
@@ -2366,8 +2357,7 @@ declare class ServiceAppsRoutesController {
|
|
|
2366
2357
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2367
2358
|
} | undefined;
|
|
2368
2359
|
};
|
|
2369
|
-
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">)
|
|
2370
|
-
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2360
|
+
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2371
2361
|
ok: boolean;
|
|
2372
2362
|
error: {
|
|
2373
2363
|
code: string;
|
|
@@ -2376,7 +2366,8 @@ declare class ServiceAppsRoutesController {
|
|
|
2376
2366
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2377
2367
|
} | undefined;
|
|
2378
2368
|
};
|
|
2379
|
-
}, 500, "json">)
|
|
2369
|
+
}, 500, "json">)>;
|
|
2370
|
+
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2380
2371
|
ok: boolean;
|
|
2381
2372
|
error: {
|
|
2382
2373
|
code: string;
|
|
@@ -2386,6 +2377,15 @@ declare class ServiceAppsRoutesController {
|
|
|
2386
2377
|
} | undefined;
|
|
2387
2378
|
};
|
|
2388
2379
|
}, 400 | 401 | 403 | 404 | 409 | 422 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
2380
|
+
ok: boolean;
|
|
2381
|
+
error: {
|
|
2382
|
+
code: string;
|
|
2383
|
+
message: string;
|
|
2384
|
+
details: {
|
|
2385
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2386
|
+
} | undefined;
|
|
2387
|
+
};
|
|
2388
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2389
2389
|
ok: boolean;
|
|
2390
2390
|
data: {
|
|
2391
2391
|
deleted: true;
|
|
@@ -3545,6 +3545,15 @@ 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<{
|
|
3548
3557
|
ok: boolean;
|
|
3549
3558
|
data: {
|
|
3550
3559
|
environment: RuntimeControlEnvironment;
|
|
@@ -3584,16 +3593,7 @@ declare class RuntimeControlRoutesController {
|
|
|
3584
3593
|
managementHint?: string | undefined;
|
|
3585
3594
|
message?: string | undefined;
|
|
3586
3595
|
};
|
|
3587
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
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">)>;
|
|
3596
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
3597
3597
|
readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
3598
3598
|
ok: boolean;
|
|
3599
3599
|
error: {
|
|
@@ -4374,7 +4374,7 @@ declare class ConfigRoutesController {
|
|
|
4374
4374
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4375
4375
|
} | undefined;
|
|
4376
4376
|
};
|
|
4377
|
-
},
|
|
4377
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4378
4378
|
ok: boolean;
|
|
4379
4379
|
error: {
|
|
4380
4380
|
code: string;
|
|
@@ -4383,7 +4383,7 @@ declare class ConfigRoutesController {
|
|
|
4383
4383
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4384
4384
|
} | undefined;
|
|
4385
4385
|
};
|
|
4386
|
-
},
|
|
4386
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4387
4387
|
ok: boolean;
|
|
4388
4388
|
data: {
|
|
4389
4389
|
providerId: string;
|
|
@@ -4487,7 +4487,7 @@ declare class ConfigRoutesController {
|
|
|
4487
4487
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4488
4488
|
} | undefined;
|
|
4489
4489
|
};
|
|
4490
|
-
},
|
|
4490
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4491
4491
|
ok: boolean;
|
|
4492
4492
|
error: {
|
|
4493
4493
|
code: string;
|
|
@@ -4496,7 +4496,7 @@ declare class ConfigRoutesController {
|
|
|
4496
4496
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4497
4497
|
} | undefined;
|
|
4498
4498
|
};
|
|
4499
|
-
},
|
|
4499
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4500
4500
|
ok: boolean;
|
|
4501
4501
|
data: {
|
|
4502
4502
|
success: boolean;
|
|
@@ -4515,7 +4515,7 @@ declare class ConfigRoutesController {
|
|
|
4515
4515
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4516
4516
|
} | undefined;
|
|
4517
4517
|
};
|
|
4518
|
-
},
|
|
4518
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4519
4519
|
ok: boolean;
|
|
4520
4520
|
error: {
|
|
4521
4521
|
code: string;
|
|
@@ -4524,7 +4524,7 @@ declare class ConfigRoutesController {
|
|
|
4524
4524
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4525
4525
|
} | undefined;
|
|
4526
4526
|
};
|
|
4527
|
-
},
|
|
4527
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4528
4528
|
ok: boolean;
|
|
4529
4529
|
data: {
|
|
4530
4530
|
provider: string;
|
|
@@ -4551,7 +4551,7 @@ declare class ConfigRoutesController {
|
|
|
4551
4551
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4552
4552
|
} | undefined;
|
|
4553
4553
|
};
|
|
4554
|
-
},
|
|
4554
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4555
4555
|
ok: boolean;
|
|
4556
4556
|
error: {
|
|
4557
4557
|
code: string;
|
|
@@ -4560,7 +4560,7 @@ declare class ConfigRoutesController {
|
|
|
4560
4560
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4561
4561
|
} | undefined;
|
|
4562
4562
|
};
|
|
4563
|
-
},
|
|
4563
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4564
4564
|
ok: boolean;
|
|
4565
4565
|
data: {
|
|
4566
4566
|
provider: string;
|
|
@@ -4583,7 +4583,7 @@ declare class ConfigRoutesController {
|
|
|
4583
4583
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4584
4584
|
} | undefined;
|
|
4585
4585
|
};
|
|
4586
|
-
},
|
|
4586
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4587
4587
|
ok: boolean;
|
|
4588
4588
|
error: {
|
|
4589
4589
|
code: string;
|
|
@@ -4592,7 +4592,7 @@ declare class ConfigRoutesController {
|
|
|
4592
4592
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4593
4593
|
} | undefined;
|
|
4594
4594
|
};
|
|
4595
|
-
},
|
|
4595
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4596
4596
|
ok: boolean;
|
|
4597
4597
|
data: {
|
|
4598
4598
|
provider: string;
|
|
@@ -4610,7 +4610,7 @@ declare class ConfigRoutesController {
|
|
|
4610
4610
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4611
4611
|
} | undefined;
|
|
4612
4612
|
};
|
|
4613
|
-
},
|
|
4613
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4614
4614
|
ok: boolean;
|
|
4615
4615
|
error: {
|
|
4616
4616
|
code: string;
|
|
@@ -4619,7 +4619,7 @@ declare class ConfigRoutesController {
|
|
|
4619
4619
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4620
4620
|
} | undefined;
|
|
4621
4621
|
};
|
|
4622
|
-
},
|
|
4622
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4623
4623
|
ok: boolean;
|
|
4624
4624
|
data: {
|
|
4625
4625
|
provider: string;
|
|
@@ -4637,7 +4637,7 @@ declare class ConfigRoutesController {
|
|
|
4637
4637
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4638
4638
|
} | undefined;
|
|
4639
4639
|
};
|
|
4640
|
-
},
|
|
4640
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4641
4641
|
ok: boolean;
|
|
4642
4642
|
error: {
|
|
4643
4643
|
code: string;
|
|
@@ -4646,7 +4646,7 @@ declare class ConfigRoutesController {
|
|
|
4646
4646
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4647
4647
|
} | undefined;
|
|
4648
4648
|
};
|
|
4649
|
-
},
|
|
4649
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4650
4650
|
ok: boolean;
|
|
4651
4651
|
data: {
|
|
4652
4652
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
@@ -4661,7 +4661,7 @@ declare class ConfigRoutesController {
|
|
|
4661
4661
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4662
4662
|
} | undefined;
|
|
4663
4663
|
};
|
|
4664
|
-
},
|
|
4664
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4665
4665
|
ok: boolean;
|
|
4666
4666
|
error: {
|
|
4667
4667
|
code: string;
|
|
@@ -4670,7 +4670,7 @@ declare class ConfigRoutesController {
|
|
|
4670
4670
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4671
4671
|
} | undefined;
|
|
4672
4672
|
};
|
|
4673
|
-
},
|
|
4673
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4674
4674
|
ok: boolean;
|
|
4675
4675
|
data: {
|
|
4676
4676
|
channel: string;
|
|
@@ -4692,7 +4692,7 @@ declare class ConfigRoutesController {
|
|
|
4692
4692
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4693
4693
|
} | undefined;
|
|
4694
4694
|
};
|
|
4695
|
-
},
|
|
4695
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4696
4696
|
ok: boolean;
|
|
4697
4697
|
error: {
|
|
4698
4698
|
code: string;
|
|
@@ -4701,7 +4701,7 @@ declare class ConfigRoutesController {
|
|
|
4701
4701
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4702
4702
|
} | undefined;
|
|
4703
4703
|
};
|
|
4704
|
-
},
|
|
4704
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4705
4705
|
ok: boolean;
|
|
4706
4706
|
data: {
|
|
4707
4707
|
channel: string;
|
|
@@ -4721,7 +4721,7 @@ declare class ConfigRoutesController {
|
|
|
4721
4721
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4722
4722
|
} | undefined;
|
|
4723
4723
|
};
|
|
4724
|
-
},
|
|
4724
|
+
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
4725
4725
|
ok: boolean;
|
|
4726
4726
|
error: {
|
|
4727
4727
|
code: string;
|
|
@@ -4730,7 +4730,7 @@ declare class ConfigRoutesController {
|
|
|
4730
4730
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4731
4731
|
} | undefined;
|
|
4732
4732
|
};
|
|
4733
|
-
},
|
|
4733
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
4734
4734
|
ok: boolean;
|
|
4735
4735
|
data: {
|
|
4736
4736
|
channel: string;
|
|
@@ -4813,17 +4813,6 @@ 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;
|
|
4827
4816
|
agents: {
|
|
4828
4817
|
defaults: {
|
|
4829
4818
|
model: string;
|
|
@@ -4904,6 +4893,17 @@ declare class ConfigRoutesController {
|
|
|
4904
4893
|
} | undefined;
|
|
4905
4894
|
} | undefined;
|
|
4906
4895
|
};
|
|
4896
|
+
bindings?: {
|
|
4897
|
+
agentId: string;
|
|
4898
|
+
match: {
|
|
4899
|
+
channel: string;
|
|
4900
|
+
accountId?: string | undefined;
|
|
4901
|
+
peer?: {
|
|
4902
|
+
kind: "direct" | "group" | "channel";
|
|
4903
|
+
id: string;
|
|
4904
|
+
} | undefined;
|
|
4905
|
+
};
|
|
4906
|
+
}[] | undefined;
|
|
4907
4907
|
session?: {
|
|
4908
4908
|
dmScope?: "main" | "per-peer" | "per-channel-peer" | "per-account-channel-peer" | undefined;
|
|
4909
4909
|
} | undefined;
|
|
@@ -5115,8 +5115,8 @@ declare class AppPackagesRoutesController {
|
|
|
5115
5115
|
};
|
|
5116
5116
|
slots: {
|
|
5117
5117
|
id: string;
|
|
5118
|
-
description: string;
|
|
5119
5118
|
title: string;
|
|
5119
|
+
description: string;
|
|
5120
5120
|
required: boolean;
|
|
5121
5121
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
5122
5122
|
binding?: {
|
|
@@ -5237,15 +5237,6 @@ 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<{
|
|
5249
5240
|
ok: boolean;
|
|
5250
5241
|
data: {
|
|
5251
5242
|
id: string;
|
|
@@ -5268,8 +5259,7 @@ declare class AppPackagesRoutesController {
|
|
|
5268
5259
|
dataRemoved?: boolean | undefined;
|
|
5269
5260
|
} | undefined;
|
|
5270
5261
|
};
|
|
5271
|
-
}, 202, "json">)
|
|
5272
|
-
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5262
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
5273
5263
|
ok: boolean;
|
|
5274
5264
|
error: {
|
|
5275
5265
|
code: string;
|
|
@@ -5278,7 +5268,8 @@ declare class AppPackagesRoutesController {
|
|
|
5278
5268
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5279
5269
|
} | undefined;
|
|
5280
5270
|
};
|
|
5281
|
-
}, 400 | 404 | 409, "json">)
|
|
5271
|
+
}, 400 | 404 | 409, "json">)>;
|
|
5272
|
+
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5282
5273
|
ok: boolean;
|
|
5283
5274
|
data: {
|
|
5284
5275
|
id: string;
|
|
@@ -5301,8 +5292,7 @@ declare class AppPackagesRoutesController {
|
|
|
5301
5292
|
dataRemoved?: boolean | undefined;
|
|
5302
5293
|
} | undefined;
|
|
5303
5294
|
};
|
|
5304
|
-
}, 202, "json">)
|
|
5305
|
-
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5295
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
5306
5296
|
ok: boolean;
|
|
5307
5297
|
error: {
|
|
5308
5298
|
code: string;
|
|
@@ -5311,7 +5301,8 @@ declare class AppPackagesRoutesController {
|
|
|
5311
5301
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5312
5302
|
} | undefined;
|
|
5313
5303
|
};
|
|
5314
|
-
}, 400 | 404 | 409, "json">)
|
|
5304
|
+
}, 400 | 404 | 409, "json">)>;
|
|
5305
|
+
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5315
5306
|
ok: boolean;
|
|
5316
5307
|
data: {
|
|
5317
5308
|
id: string;
|
|
@@ -5334,8 +5325,7 @@ declare class AppPackagesRoutesController {
|
|
|
5334
5325
|
dataRemoved?: boolean | undefined;
|
|
5335
5326
|
} | undefined;
|
|
5336
5327
|
};
|
|
5337
|
-
}, 202, "json">)
|
|
5338
|
-
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5328
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
5339
5329
|
ok: boolean;
|
|
5340
5330
|
error: {
|
|
5341
5331
|
code: string;
|
|
@@ -5344,7 +5334,8 @@ declare class AppPackagesRoutesController {
|
|
|
5344
5334
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
5345
5335
|
} | undefined;
|
|
5346
5336
|
};
|
|
5347
|
-
}, 400 | 404 | 409, "json">)
|
|
5337
|
+
}, 400 | 404 | 409, "json">)>;
|
|
5338
|
+
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5348
5339
|
ok: boolean;
|
|
5349
5340
|
data: {
|
|
5350
5341
|
id: string;
|
|
@@ -5367,7 +5358,16 @@ declare class AppPackagesRoutesController {
|
|
|
5367
5358
|
dataRemoved?: boolean | undefined;
|
|
5368
5359
|
} | undefined;
|
|
5369
5360
|
};
|
|
5370
|
-
}, 202, "json">)
|
|
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
5371
|
readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
5372
5372
|
ok: boolean;
|
|
5373
5373
|
error: {
|
|
@@ -5508,8 +5508,8 @@ declare class AppPackagesRoutesController {
|
|
|
5508
5508
|
};
|
|
5509
5509
|
slots: {
|
|
5510
5510
|
id: string;
|
|
5511
|
-
description: string;
|
|
5512
5511
|
title: string;
|
|
5512
|
+
description: string;
|
|
5513
5513
|
required: boolean;
|
|
5514
5514
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
5515
5515
|
binding?: {
|
|
@@ -6000,8 +6000,8 @@ declare class AppPackagesRoutesController {
|
|
|
6000
6000
|
};
|
|
6001
6001
|
slots: {
|
|
6002
6002
|
id: string;
|
|
6003
|
-
description: string;
|
|
6004
6003
|
title: string;
|
|
6004
|
+
description: string;
|
|
6005
6005
|
required: boolean;
|
|
6006
6006
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6007
6007
|
binding?: {
|
|
@@ -6116,8 +6116,8 @@ declare class AppPackagesRoutesController {
|
|
|
6116
6116
|
};
|
|
6117
6117
|
slots: {
|
|
6118
6118
|
id: string;
|
|
6119
|
-
description: string;
|
|
6120
6119
|
title: string;
|
|
6120
|
+
description: string;
|
|
6121
6121
|
required: boolean;
|
|
6122
6122
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6123
6123
|
binding?: {
|
|
@@ -6158,8 +6158,8 @@ declare class AppPackagesRoutesController {
|
|
|
6158
6158
|
};
|
|
6159
6159
|
slots: {
|
|
6160
6160
|
id: string;
|
|
6161
|
-
description: string;
|
|
6162
6161
|
title: string;
|
|
6162
|
+
description: string;
|
|
6163
6163
|
required: boolean;
|
|
6164
6164
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6165
6165
|
binding?: {
|
|
@@ -6200,8 +6200,8 @@ declare class AppPackagesRoutesController {
|
|
|
6200
6200
|
};
|
|
6201
6201
|
slots: {
|
|
6202
6202
|
id: string;
|
|
6203
|
-
description: string;
|
|
6204
6203
|
title: string;
|
|
6204
|
+
description: string;
|
|
6205
6205
|
required: boolean;
|
|
6206
6206
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6207
6207
|
binding?: {
|
|
@@ -6353,8 +6353,8 @@ declare class AppPackagesRoutesController {
|
|
|
6353
6353
|
};
|
|
6354
6354
|
slots: {
|
|
6355
6355
|
id: string;
|
|
6356
|
-
description: string;
|
|
6357
6356
|
title: string;
|
|
6357
|
+
description: string;
|
|
6358
6358
|
required: boolean;
|
|
6359
6359
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6360
6360
|
binding?: {
|
|
@@ -6581,8 +6581,8 @@ declare class AppPackagesRoutesController {
|
|
|
6581
6581
|
};
|
|
6582
6582
|
slots: {
|
|
6583
6583
|
id: string;
|
|
6584
|
-
description: string;
|
|
6585
6584
|
title: string;
|
|
6585
|
+
description: string;
|
|
6586
6586
|
required: boolean;
|
|
6587
6587
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6588
6588
|
binding?: {
|
|
@@ -6809,8 +6809,8 @@ declare class AppPackagesRoutesController {
|
|
|
6809
6809
|
};
|
|
6810
6810
|
slots: {
|
|
6811
6811
|
id: string;
|
|
6812
|
-
description: string;
|
|
6813
6812
|
title: string;
|
|
6813
|
+
description: string;
|
|
6814
6814
|
required: boolean;
|
|
6815
6815
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
6816
6816
|
binding?: {
|
|
@@ -7038,8 +7038,8 @@ declare class AppPackagesRoutesController {
|
|
|
7038
7038
|
};
|
|
7039
7039
|
slots: {
|
|
7040
7040
|
id: string;
|
|
7041
|
-
description: string;
|
|
7042
7041
|
title: string;
|
|
7042
|
+
description: string;
|
|
7043
7043
|
required: boolean;
|
|
7044
7044
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
7045
7045
|
binding?: {
|
|
@@ -7356,8 +7356,8 @@ declare class AppPackagesRoutesController {
|
|
|
7356
7356
|
};
|
|
7357
7357
|
slots: {
|
|
7358
7358
|
id: string;
|
|
7359
|
-
description: string;
|
|
7360
7359
|
title: string;
|
|
7360
|
+
description: string;
|
|
7361
7361
|
required: boolean;
|
|
7362
7362
|
status: _$_nextclaw_kernel0.AppPackageSecretStatus;
|
|
7363
7363
|
binding?: {
|
|
@@ -7522,14 +7522,6 @@ 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<{
|
|
7533
7525
|
ok: boolean;
|
|
7534
7526
|
error: {
|
|
7535
7527
|
code: string;
|
|
@@ -7538,7 +7530,15 @@ declare class AppDataRoutesController {
|
|
|
7538
7530
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7539
7531
|
} | undefined;
|
|
7540
7532
|
};
|
|
7541
|
-
}, 400 | 404 | 409, "json">)
|
|
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
7542
|
}
|
|
7543
7543
|
//#endregion
|
|
7544
7544
|
//#region src/features/inbox-deliveries/controllers/inbox-deliveries.controller.d.ts
|
|
@@ -7573,15 +7573,6 @@ declare class InboxDeliveriesRoutesController {
|
|
|
7573
7573
|
};
|
|
7574
7574
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
7575
7575
|
readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
7576
|
-
ok: boolean;
|
|
7577
|
-
error: {
|
|
7578
|
-
code: string;
|
|
7579
|
-
message: string;
|
|
7580
|
-
details: {
|
|
7581
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7582
|
-
} | undefined;
|
|
7583
|
-
};
|
|
7584
|
-
}, 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
7585
7576
|
ok: boolean;
|
|
7586
7577
|
data: {
|
|
7587
7578
|
id: string;
|
|
@@ -7602,7 +7593,16 @@ declare class InboxDeliveriesRoutesController {
|
|
|
7602
7593
|
readAt: string | null;
|
|
7603
7594
|
archivedAt: string | null;
|
|
7604
7595
|
};
|
|
7605
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
7596
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
7597
|
+
ok: boolean;
|
|
7598
|
+
error: {
|
|
7599
|
+
code: string;
|
|
7600
|
+
message: string;
|
|
7601
|
+
details: {
|
|
7602
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
7603
|
+
} | undefined;
|
|
7604
|
+
};
|
|
7605
|
+
}, 404, "json">)>;
|
|
7606
7606
|
readonly updateState: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
7607
7607
|
ok: boolean;
|
|
7608
7608
|
data: _$hono_utils_types0.JSONValue;
|