@nextclaw/server 0.20.0 → 0.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +86 -91
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,7 @@ type UpdateSnapshot = {
|
|
|
87
87
|
channel: "stable" | "beta";
|
|
88
88
|
hostVersion: string | null;
|
|
89
89
|
currentVersion: string | null;
|
|
90
|
+
targetVersion?: string | null;
|
|
90
91
|
availableVersion: string | null;
|
|
91
92
|
downloadedVersion: string | null;
|
|
92
93
|
minimumHostVersion: string | null;
|
|
@@ -124,7 +125,6 @@ type AgentProfileView = {
|
|
|
124
125
|
models?: AgentModelsView;
|
|
125
126
|
contextTokens?: number;
|
|
126
127
|
reservedContextTokens?: number;
|
|
127
|
-
maxToolIterations?: number;
|
|
128
128
|
builtIn?: boolean;
|
|
129
129
|
};
|
|
130
130
|
type AgentCreateRequest = {
|
|
@@ -902,15 +902,6 @@ declare class ServiceAppsRoutesController {
|
|
|
902
902
|
};
|
|
903
903
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
904
904
|
readonly getServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
905
|
-
ok: boolean;
|
|
906
|
-
error: {
|
|
907
|
-
code: string;
|
|
908
|
-
message: string;
|
|
909
|
-
details: {
|
|
910
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
911
|
-
} | undefined;
|
|
912
|
-
};
|
|
913
|
-
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
914
905
|
ok: boolean;
|
|
915
906
|
data: {
|
|
916
907
|
id: string;
|
|
@@ -983,8 +974,7 @@ declare class ServiceAppsRoutesController {
|
|
|
983
974
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
984
975
|
} | undefined;
|
|
985
976
|
};
|
|
986
|
-
}, 400 | 401 | 403 | 404 | 502, "json">)
|
|
987
|
-
readonly listServiceActions: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
977
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
988
978
|
ok: boolean;
|
|
989
979
|
error: {
|
|
990
980
|
code: string;
|
|
@@ -993,7 +983,8 @@ declare class ServiceAppsRoutesController {
|
|
|
993
983
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
994
984
|
} | undefined;
|
|
995
985
|
};
|
|
996
|
-
}, 500, "json">)
|
|
986
|
+
}, 500, "json">)>;
|
|
987
|
+
readonly listServiceActions: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
997
988
|
ok: boolean;
|
|
998
989
|
error: {
|
|
999
990
|
code: string;
|
|
@@ -1003,6 +994,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1003
994
|
} | undefined;
|
|
1004
995
|
};
|
|
1005
996
|
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
997
|
+
ok: boolean;
|
|
998
|
+
error: {
|
|
999
|
+
code: string;
|
|
1000
|
+
message: string;
|
|
1001
|
+
details: {
|
|
1002
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1003
|
+
} | undefined;
|
|
1004
|
+
};
|
|
1005
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1006
1006
|
ok: boolean;
|
|
1007
1007
|
data: {
|
|
1008
1008
|
actions: {
|
|
@@ -1029,7 +1029,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1029
1029
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1030
1030
|
} | undefined;
|
|
1031
1031
|
};
|
|
1032
|
-
},
|
|
1032
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1033
1033
|
ok: boolean;
|
|
1034
1034
|
error: {
|
|
1035
1035
|
code: string;
|
|
@@ -1038,7 +1038,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1038
1038
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1039
1039
|
} | undefined;
|
|
1040
1040
|
};
|
|
1041
|
-
},
|
|
1041
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1042
1042
|
ok: boolean;
|
|
1043
1043
|
data: {
|
|
1044
1044
|
actions: {
|
|
@@ -1065,7 +1065,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1065
1065
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1066
1066
|
} | undefined;
|
|
1067
1067
|
};
|
|
1068
|
-
},
|
|
1068
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1069
1069
|
ok: boolean;
|
|
1070
1070
|
error: {
|
|
1071
1071
|
code: string;
|
|
@@ -1074,7 +1074,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1074
1074
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1075
1075
|
} | undefined;
|
|
1076
1076
|
};
|
|
1077
|
-
},
|
|
1077
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1078
1078
|
ok: boolean;
|
|
1079
1079
|
data: {
|
|
1080
1080
|
actionId: string;
|
|
@@ -1090,7 +1090,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1090
1090
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1091
1091
|
} | undefined;
|
|
1092
1092
|
};
|
|
1093
|
-
},
|
|
1093
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1094
1094
|
ok: boolean;
|
|
1095
1095
|
error: {
|
|
1096
1096
|
code: string;
|
|
@@ -1099,7 +1099,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1099
1099
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1100
1100
|
} | undefined;
|
|
1101
1101
|
};
|
|
1102
|
-
},
|
|
1102
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1103
1103
|
ok: boolean;
|
|
1104
1104
|
data: {
|
|
1105
1105
|
caller: {
|
|
@@ -1123,7 +1123,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1123
1123
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1124
1124
|
} | undefined;
|
|
1125
1125
|
};
|
|
1126
|
-
},
|
|
1126
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1127
1127
|
ok: boolean;
|
|
1128
1128
|
error: {
|
|
1129
1129
|
code: string;
|
|
@@ -1132,7 +1132,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1132
1132
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1133
1133
|
} | undefined;
|
|
1134
1134
|
};
|
|
1135
|
-
},
|
|
1135
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1136
1136
|
ok: boolean;
|
|
1137
1137
|
data: {
|
|
1138
1138
|
grants: {
|
|
@@ -1158,7 +1158,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1158
1158
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1159
1159
|
} | undefined;
|
|
1160
1160
|
};
|
|
1161
|
-
},
|
|
1161
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1162
1162
|
ok: boolean;
|
|
1163
1163
|
error: {
|
|
1164
1164
|
code: string;
|
|
@@ -1167,7 +1167,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1167
1167
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1168
1168
|
} | undefined;
|
|
1169
1169
|
};
|
|
1170
|
-
},
|
|
1170
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1171
1171
|
ok: boolean;
|
|
1172
1172
|
data: {
|
|
1173
1173
|
grants: {
|
|
@@ -1210,7 +1210,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1210
1210
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1211
1211
|
} | undefined;
|
|
1212
1212
|
};
|
|
1213
|
-
},
|
|
1213
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1214
1214
|
ok: boolean;
|
|
1215
1215
|
error: {
|
|
1216
1216
|
code: string;
|
|
@@ -1219,7 +1219,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1219
1219
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
};
|
|
1222
|
-
},
|
|
1222
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
data: {
|
|
1225
1225
|
revoked: boolean;
|
|
@@ -1234,7 +1234,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1234
1234
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1235
1235
|
} | undefined;
|
|
1236
1236
|
};
|
|
1237
|
-
},
|
|
1237
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1238
1238
|
ok: boolean;
|
|
1239
1239
|
error: {
|
|
1240
1240
|
code: string;
|
|
@@ -1243,22 +1243,13 @@ declare class ServiceAppsRoutesController {
|
|
|
1243
1243
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1244
1244
|
} | undefined;
|
|
1245
1245
|
};
|
|
1246
|
-
},
|
|
1246
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1247
1247
|
ok: boolean;
|
|
1248
1248
|
data: {
|
|
1249
1249
|
revoked: boolean;
|
|
1250
1250
|
};
|
|
1251
1251
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
1252
1252
|
readonly restartServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1253
|
-
ok: boolean;
|
|
1254
|
-
error: {
|
|
1255
|
-
code: string;
|
|
1256
|
-
message: string;
|
|
1257
|
-
details: {
|
|
1258
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1259
|
-
} | undefined;
|
|
1260
|
-
};
|
|
1261
|
-
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1262
1253
|
ok: boolean;
|
|
1263
1254
|
data: {
|
|
1264
1255
|
id: string;
|
|
@@ -1331,8 +1322,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1331
1322
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1332
1323
|
} | undefined;
|
|
1333
1324
|
};
|
|
1334
|
-
}, 400 | 401 | 403 | 404 | 502, "json">)
|
|
1335
|
-
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1325
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1336
1326
|
ok: boolean;
|
|
1337
1327
|
error: {
|
|
1338
1328
|
code: string;
|
|
@@ -1341,7 +1331,8 @@ declare class ServiceAppsRoutesController {
|
|
|
1341
1331
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1342
1332
|
} | undefined;
|
|
1343
1333
|
};
|
|
1344
|
-
}, 500, "json">)
|
|
1334
|
+
}, 500, "json">)>;
|
|
1335
|
+
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1345
1336
|
ok: boolean;
|
|
1346
1337
|
error: {
|
|
1347
1338
|
code: string;
|
|
@@ -1351,6 +1342,15 @@ declare class ServiceAppsRoutesController {
|
|
|
1351
1342
|
} | undefined;
|
|
1352
1343
|
};
|
|
1353
1344
|
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1345
|
+
ok: boolean;
|
|
1346
|
+
error: {
|
|
1347
|
+
code: string;
|
|
1348
|
+
message: string;
|
|
1349
|
+
details: {
|
|
1350
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1351
|
+
} | undefined;
|
|
1352
|
+
};
|
|
1353
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
1354
1354
|
ok: boolean;
|
|
1355
1355
|
data: {
|
|
1356
1356
|
deleted: true;
|
|
@@ -2284,7 +2284,6 @@ type ConfigView = {
|
|
|
2284
2284
|
models?: AgentDefaultModelsView;
|
|
2285
2285
|
contextTokens?: number;
|
|
2286
2286
|
reservedContextTokens?: number;
|
|
2287
|
-
maxToolIterations?: number;
|
|
2288
2287
|
};
|
|
2289
2288
|
runtimes?: {
|
|
2290
2289
|
entries?: Record<string, RuntimeEntryView>;
|
|
@@ -2500,6 +2499,15 @@ declare class RuntimeControlRoutesController {
|
|
|
2500
2499
|
private readonly host;
|
|
2501
2500
|
constructor(host: UiRuntimeControlHost);
|
|
2502
2501
|
readonly getControl: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2502
|
+
ok: boolean;
|
|
2503
|
+
error: {
|
|
2504
|
+
code: string;
|
|
2505
|
+
message: string;
|
|
2506
|
+
details: {
|
|
2507
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2508
|
+
} | undefined;
|
|
2509
|
+
};
|
|
2510
|
+
}, 500, "json">) | (Response & _$hono.TypedResponse<{
|
|
2503
2511
|
ok: boolean;
|
|
2504
2512
|
data: {
|
|
2505
2513
|
environment: RuntimeControlEnvironment;
|
|
@@ -2539,7 +2547,8 @@ declare class RuntimeControlRoutesController {
|
|
|
2539
2547
|
managementHint?: string | undefined;
|
|
2540
2548
|
message?: string | undefined;
|
|
2541
2549
|
};
|
|
2542
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2550
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2551
|
+
readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2543
2552
|
ok: boolean;
|
|
2544
2553
|
error: {
|
|
2545
2554
|
code: string;
|
|
@@ -2548,8 +2557,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2548
2557
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2549
2558
|
} | undefined;
|
|
2550
2559
|
};
|
|
2551
|
-
},
|
|
2552
|
-
readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2560
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2553
2561
|
ok: boolean;
|
|
2554
2562
|
data: {
|
|
2555
2563
|
accepted: boolean;
|
|
@@ -2557,7 +2565,8 @@ declare class RuntimeControlRoutesController {
|
|
|
2557
2565
|
lifecycle: RuntimeLifecycleState;
|
|
2558
2566
|
message: string;
|
|
2559
2567
|
};
|
|
2560
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2568
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2569
|
+
readonly startService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2561
2570
|
ok: boolean;
|
|
2562
2571
|
error: {
|
|
2563
2572
|
code: string;
|
|
@@ -2566,8 +2575,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2566
2575
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2567
2576
|
} | undefined;
|
|
2568
2577
|
};
|
|
2569
|
-
}, 400, "json">)
|
|
2570
|
-
readonly startService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2578
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2571
2579
|
ok: boolean;
|
|
2572
2580
|
data: {
|
|
2573
2581
|
accepted: boolean;
|
|
@@ -2575,7 +2583,8 @@ declare class RuntimeControlRoutesController {
|
|
|
2575
2583
|
lifecycle: RuntimeLifecycleState;
|
|
2576
2584
|
message: string;
|
|
2577
2585
|
};
|
|
2578
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2586
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2587
|
+
readonly stopService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2579
2588
|
ok: boolean;
|
|
2580
2589
|
error: {
|
|
2581
2590
|
code: string;
|
|
@@ -2584,8 +2593,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2584
2593
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2585
2594
|
} | undefined;
|
|
2586
2595
|
};
|
|
2587
|
-
}, 400, "json">)
|
|
2588
|
-
readonly stopService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2596
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2589
2597
|
ok: boolean;
|
|
2590
2598
|
data: {
|
|
2591
2599
|
accepted: boolean;
|
|
@@ -2593,16 +2601,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2593
2601
|
lifecycle: RuntimeLifecycleState;
|
|
2594
2602
|
message: string;
|
|
2595
2603
|
};
|
|
2596
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2597
|
-
ok: boolean;
|
|
2598
|
-
error: {
|
|
2599
|
-
code: string;
|
|
2600
|
-
message: string;
|
|
2601
|
-
details: {
|
|
2602
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2603
|
-
} | undefined;
|
|
2604
|
-
};
|
|
2605
|
-
}, 400, "json">)>;
|
|
2604
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2606
2605
|
}
|
|
2607
2606
|
//#endregion
|
|
2608
2607
|
//#region src/features/runtime-control/types/runtime-control.types.d.ts
|
|
@@ -2835,7 +2834,6 @@ declare class ConfigRoutesController {
|
|
|
2835
2834
|
} | undefined;
|
|
2836
2835
|
contextTokens?: number | undefined;
|
|
2837
2836
|
reservedContextTokens?: number | undefined;
|
|
2838
|
-
maxToolIterations?: number | undefined;
|
|
2839
2837
|
};
|
|
2840
2838
|
runtimes?: {
|
|
2841
2839
|
entries?: {
|
|
@@ -2882,7 +2880,6 @@ declare class ConfigRoutesController {
|
|
|
2882
2880
|
} | undefined;
|
|
2883
2881
|
contextTokens?: number | undefined;
|
|
2884
2882
|
reservedContextTokens?: number | undefined;
|
|
2885
|
-
maxToolIterations?: number | undefined;
|
|
2886
2883
|
builtIn?: boolean | undefined;
|
|
2887
2884
|
}[] | undefined;
|
|
2888
2885
|
context?: {
|
|
@@ -3789,7 +3786,6 @@ declare class ConfigRoutesController {
|
|
|
3789
3786
|
} | undefined;
|
|
3790
3787
|
contextTokens?: number | undefined;
|
|
3791
3788
|
reservedContextTokens?: number | undefined;
|
|
3792
|
-
maxToolIterations?: number | undefined;
|
|
3793
3789
|
};
|
|
3794
3790
|
runtimes?: {
|
|
3795
3791
|
entries?: {
|
|
@@ -3836,7 +3832,6 @@ declare class ConfigRoutesController {
|
|
|
3836
3832
|
} | undefined;
|
|
3837
3833
|
contextTokens?: number | undefined;
|
|
3838
3834
|
reservedContextTokens?: number | undefined;
|
|
3839
|
-
maxToolIterations?: number | undefined;
|
|
3840
3835
|
builtIn?: boolean | undefined;
|
|
3841
3836
|
}[] | undefined;
|
|
3842
3837
|
context?: {
|
|
@@ -4070,15 +4065,6 @@ declare class AppPackagesRoutesController {
|
|
|
4070
4065
|
};
|
|
4071
4066
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
4072
4067
|
readonly startInstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4073
|
-
ok: boolean;
|
|
4074
|
-
error: {
|
|
4075
|
-
code: string;
|
|
4076
|
-
message: string;
|
|
4077
|
-
details: {
|
|
4078
|
-
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4079
|
-
} | undefined;
|
|
4080
|
-
};
|
|
4081
|
-
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
4082
4068
|
ok: boolean;
|
|
4083
4069
|
data: {
|
|
4084
4070
|
id: string;
|
|
@@ -4101,8 +4087,7 @@ declare class AppPackagesRoutesController {
|
|
|
4101
4087
|
dataRemoved?: boolean | undefined;
|
|
4102
4088
|
} | undefined;
|
|
4103
4089
|
};
|
|
4104
|
-
}, 202, "json">)
|
|
4105
|
-
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4090
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
4106
4091
|
ok: boolean;
|
|
4107
4092
|
error: {
|
|
4108
4093
|
code: string;
|
|
@@ -4111,7 +4096,8 @@ declare class AppPackagesRoutesController {
|
|
|
4111
4096
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4112
4097
|
} | undefined;
|
|
4113
4098
|
};
|
|
4114
|
-
}, 400 | 404 | 409, "json">)
|
|
4099
|
+
}, 400 | 404 | 409, "json">)>;
|
|
4100
|
+
readonly startUpdateOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4115
4101
|
ok: boolean;
|
|
4116
4102
|
data: {
|
|
4117
4103
|
id: string;
|
|
@@ -4134,8 +4120,7 @@ declare class AppPackagesRoutesController {
|
|
|
4134
4120
|
dataRemoved?: boolean | undefined;
|
|
4135
4121
|
} | undefined;
|
|
4136
4122
|
};
|
|
4137
|
-
}, 202, "json">)
|
|
4138
|
-
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4123
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
4139
4124
|
ok: boolean;
|
|
4140
4125
|
error: {
|
|
4141
4126
|
code: string;
|
|
@@ -4144,7 +4129,8 @@ declare class AppPackagesRoutesController {
|
|
|
4144
4129
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4145
4130
|
} | undefined;
|
|
4146
4131
|
};
|
|
4147
|
-
}, 400 | 404 | 409, "json">)
|
|
4132
|
+
}, 400 | 404 | 409, "json">)>;
|
|
4133
|
+
readonly startRollbackOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4148
4134
|
ok: boolean;
|
|
4149
4135
|
data: {
|
|
4150
4136
|
id: string;
|
|
@@ -4167,8 +4153,7 @@ declare class AppPackagesRoutesController {
|
|
|
4167
4153
|
dataRemoved?: boolean | undefined;
|
|
4168
4154
|
} | undefined;
|
|
4169
4155
|
};
|
|
4170
|
-
}, 202, "json">)
|
|
4171
|
-
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4156
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
4172
4157
|
ok: boolean;
|
|
4173
4158
|
error: {
|
|
4174
4159
|
code: string;
|
|
@@ -4177,7 +4162,8 @@ declare class AppPackagesRoutesController {
|
|
|
4177
4162
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4178
4163
|
} | undefined;
|
|
4179
4164
|
};
|
|
4180
|
-
}, 400 | 404 | 409, "json">)
|
|
4165
|
+
}, 400 | 404 | 409, "json">)>;
|
|
4166
|
+
readonly startUninstallOperation: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4181
4167
|
ok: boolean;
|
|
4182
4168
|
data: {
|
|
4183
4169
|
id: string;
|
|
@@ -4200,7 +4186,16 @@ declare class AppPackagesRoutesController {
|
|
|
4200
4186
|
dataRemoved?: boolean | undefined;
|
|
4201
4187
|
} | undefined;
|
|
4202
4188
|
};
|
|
4203
|
-
}, 202, "json">)
|
|
4189
|
+
}, 202, "json">) | (Response & _$hono.TypedResponse<{
|
|
4190
|
+
ok: boolean;
|
|
4191
|
+
error: {
|
|
4192
|
+
code: string;
|
|
4193
|
+
message: string;
|
|
4194
|
+
details: {
|
|
4195
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4196
|
+
} | undefined;
|
|
4197
|
+
};
|
|
4198
|
+
}, 400 | 404 | 409, "json">)>;
|
|
4204
4199
|
readonly get: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4205
4200
|
ok: boolean;
|
|
4206
4201
|
error: {
|
|
@@ -4976,14 +4971,6 @@ declare class AppDataRoutesController {
|
|
|
4976
4971
|
};
|
|
4977
4972
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
4978
4973
|
readonly deleteRetained: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
4979
|
-
ok: boolean;
|
|
4980
|
-
data: {
|
|
4981
|
-
deleted: true;
|
|
4982
|
-
id: string;
|
|
4983
|
-
appId: string;
|
|
4984
|
-
instanceId: string;
|
|
4985
|
-
};
|
|
4986
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
4987
4974
|
ok: boolean;
|
|
4988
4975
|
error: {
|
|
4989
4976
|
code: string;
|
|
@@ -4992,7 +4979,15 @@ declare class AppDataRoutesController {
|
|
|
4992
4979
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
4993
4980
|
} | undefined;
|
|
4994
4981
|
};
|
|
4995
|
-
}, 400 | 404 | 409, "json">)
|
|
4982
|
+
}, 400 | 404 | 409, "json">) | (Response & _$hono.TypedResponse<{
|
|
4983
|
+
ok: boolean;
|
|
4984
|
+
data: {
|
|
4985
|
+
deleted: true;
|
|
4986
|
+
id: string;
|
|
4987
|
+
appId: string;
|
|
4988
|
+
instanceId: string;
|
|
4989
|
+
};
|
|
4990
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
4996
4991
|
}
|
|
4997
4992
|
//#endregion
|
|
4998
4993
|
//#region src/features/inbox-deliveries/controllers/inbox-deliveries.controller.d.ts
|