@nextclaw/server 0.17.0 → 0.17.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 +126 -103
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +116 -16
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import * as _$hono from "hono";
|
|
2
2
|
import { Context, Hono } from "hono";
|
|
3
3
|
import * as _$_nextclaw_kernel0 from "@nextclaw/kernel";
|
|
4
|
-
import { AccessManager, AppDataDeleteResult, AppDataEntry, AppDataList, AppDataManager, AppPackageList, AppPackageManager, AppPackageOperationInput, AppPackageOperationList, AppPackageOperationStatus, AppPackageOperationView, AppPackageView, InboxDeliveryManager, NextclawKernel, PanelAppAgentCapability, PanelAppAgentGenerateObjectRequest, PanelAppAgentGenerateObjectResult, PanelAppAgentSendRequest, PanelAppAgentSendResult, PanelAppBridgeSession, PanelAppCapabilityGrant, PanelAppClientGrant, PanelAppEntry, PanelAppList, PanelAppManager, PanelAppPreferencesUpdate, PreferenceJsonValue, PreferenceManager, ProjectRecord, ProjectTemplate, ProjectTemplateId, ServiceAction, ServiceActionGrant, ServiceActionInvokeResult, ServiceAppDeleteResult, ServiceAppList, ServiceAppManager, ServiceAppRecord, SessionTokenUsageSummary } from "@nextclaw/kernel";
|
|
4
|
+
import { AccessManager, AppDataDeleteResult, AppDataEntry, AppDataList, AppDataManager, AppPackageHostTarget, AppPackageList, AppPackageManager, AppPackageOperationInput, AppPackageOperationList, AppPackageOperationStatus, AppPackageOperationView, AppPackageView, InboxDeliveryManager, NextclawKernel, PanelAppAgentCapability, PanelAppAgentGenerateObjectRequest, PanelAppAgentGenerateObjectResult, PanelAppAgentSendRequest, PanelAppAgentSendResult, PanelAppBridgeSession, PanelAppCapabilityGrant, PanelAppClientGrant, PanelAppEntry, PanelAppList, PanelAppManager, PanelAppPreferencesUpdate, PreferenceJsonValue, PreferenceManager, ProjectRecord, ProjectTemplate, ProjectTemplateId, ServiceAction, ServiceActionGrant, ServiceActionInvokeResult, ServiceAppDeleteResult, ServiceAppList, ServiceAppManager, ServiceAppRecord, SessionTokenUsageSummary } from "@nextclaw/kernel";
|
|
5
5
|
import { FSWatcher } from "node:fs";
|
|
6
6
|
import * as NextclawCore from "@nextclaw/core";
|
|
7
7
|
import { Config, ConfigActionExecuteRequest as ConfigActionExecuteRequest$1, ConfigActionExecuteResult as ConfigActionExecuteResult$1, ExtensionChannelBinding, ExtensionUiMetadata, ModelThinkingCapability, ThinkingLevel } from "@nextclaw/core";
|
|
8
|
+
import * as _$_nextclaw_ncp0 from "@nextclaw/ncp";
|
|
8
9
|
import { NcpMessage, NcpSessionApi, NcpSessionMessagePageInfo, NcpSessionStatus, NcpSessionSummary } from "@nextclaw/ncp";
|
|
9
10
|
import * as _$hono_utils_http_status0 from "hono/utils/http-status";
|
|
10
11
|
import * as _$hono_utils_types0 from "hono/utils/types";
|
|
11
12
|
import { IncomingMessage } from "node:http";
|
|
13
|
+
import * as _$_nextclaw_app_runtime0 from "@nextclaw/app-runtime";
|
|
12
14
|
|
|
13
15
|
//#region ../nextclaw-shared/src/types/typed-key.types.d.ts
|
|
14
16
|
type TypedKey<T = unknown> = {
|
|
@@ -661,6 +663,7 @@ declare class PanelAppsRoutesController {
|
|
|
661
663
|
assistantMessageId: string | null;
|
|
662
664
|
runId: string | null;
|
|
663
665
|
correlationId?: string | undefined;
|
|
666
|
+
delivery?: _$_nextclaw_ncp0.NcpResolvedInputDelivery | undefined;
|
|
664
667
|
};
|
|
665
668
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
666
669
|
readonly generateAgentObject: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
@@ -795,25 +798,6 @@ type PreferenceDeleteResult = {
|
|
|
795
798
|
deleted: boolean;
|
|
796
799
|
};
|
|
797
800
|
//#endregion
|
|
798
|
-
//#region ../nextclaw-app-runtime/dist/types/app-manifest.types.d.ts
|
|
799
|
-
//#region src/types/app-manifest.types.d.ts
|
|
800
|
-
type AppDocumentAccessMode = "read" | "read-write";
|
|
801
|
-
type AppRuntimeProfile = "panel-only" | "wasi" | "native-process";
|
|
802
|
-
type AppRuntimeIsolation = "sandboxed" | "host-mediated" | "full-user";
|
|
803
|
-
type AppArtifactArchitecture = "x64" | "arm64";
|
|
804
|
-
type AppComponentKind = "panel" | "service";
|
|
805
|
-
//#endregion
|
|
806
|
-
//#region ../nextclaw-app-runtime/dist/types/app-bundle.types.d.ts
|
|
807
|
-
//#region src/types/app-bundle.types.d.ts
|
|
808
|
-
type AppDistributionMode = "bundle" | "source";
|
|
809
|
-
//#endregion
|
|
810
|
-
//#region ../nextclaw-app-runtime/dist/types/app-storage.types.d.ts
|
|
811
|
-
type AppStorageLayout = "legacy" | "instance-v1";
|
|
812
|
-
//#endregion
|
|
813
|
-
//#region ../nextclaw-app-runtime/dist/types/app-registry.types.d.ts
|
|
814
|
-
//#region src/types/app-registry.types.d.ts
|
|
815
|
-
type AppInstallSourceKind = "bundle" | "directory" | "registry";
|
|
816
|
-
//#endregion
|
|
817
801
|
//#region src/features/service-apps/controllers/service-apps.controller.d.ts
|
|
818
802
|
declare class ServiceAppsRoutesController {
|
|
819
803
|
private readonly params;
|
|
@@ -849,7 +833,7 @@ declare class ServiceAppsRoutesController {
|
|
|
849
833
|
dataDirectory?: string | undefined;
|
|
850
834
|
instanceId?: string | undefined;
|
|
851
835
|
storage?: {
|
|
852
|
-
layout: AppStorageLayout;
|
|
836
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
853
837
|
layoutVersion: 1;
|
|
854
838
|
instanceId: string;
|
|
855
839
|
instanceDirectory: string;
|
|
@@ -860,7 +844,7 @@ declare class ServiceAppsRoutesController {
|
|
|
860
844
|
temporaryDirectory: string;
|
|
861
845
|
logsDirectory: string;
|
|
862
846
|
} | undefined;
|
|
863
|
-
isolation?: AppRuntimeIsolation | undefined;
|
|
847
|
+
isolation?: _$_nextclaw_app_runtime0.AppRuntimeIsolation | undefined;
|
|
864
848
|
}[];
|
|
865
849
|
diagnostics: {
|
|
866
850
|
appId: string;
|
|
@@ -894,7 +878,7 @@ declare class ServiceAppsRoutesController {
|
|
|
894
878
|
dataDirectory?: string | undefined;
|
|
895
879
|
instanceId?: string | undefined;
|
|
896
880
|
storage?: {
|
|
897
|
-
layout: AppStorageLayout;
|
|
881
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
898
882
|
layoutVersion: 1;
|
|
899
883
|
instanceId: string;
|
|
900
884
|
instanceDirectory: string;
|
|
@@ -905,7 +889,7 @@ declare class ServiceAppsRoutesController {
|
|
|
905
889
|
temporaryDirectory: string;
|
|
906
890
|
logsDirectory: string;
|
|
907
891
|
} | undefined;
|
|
908
|
-
isolation?: AppRuntimeIsolation | undefined;
|
|
892
|
+
isolation?: _$_nextclaw_app_runtime0.AppRuntimeIsolation | undefined;
|
|
909
893
|
};
|
|
910
894
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
911
895
|
ok: boolean;
|
|
@@ -916,7 +900,7 @@ declare class ServiceAppsRoutesController {
|
|
|
916
900
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
917
901
|
} | undefined;
|
|
918
902
|
};
|
|
919
|
-
}, 400 | 401 | 403 | 404, "json">)>;
|
|
903
|
+
}, 400 | 401 | 403 | 404 | 502, "json">)>;
|
|
920
904
|
readonly listServiceActions: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
921
905
|
ok: boolean;
|
|
922
906
|
error: {
|
|
@@ -926,7 +910,7 @@ declare class ServiceAppsRoutesController {
|
|
|
926
910
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
927
911
|
} | undefined;
|
|
928
912
|
};
|
|
929
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
913
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
930
914
|
ok: boolean;
|
|
931
915
|
data: {
|
|
932
916
|
actions: {
|
|
@@ -953,7 +937,7 @@ declare class ServiceAppsRoutesController {
|
|
|
953
937
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
954
938
|
} | undefined;
|
|
955
939
|
};
|
|
956
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
940
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
957
941
|
ok: boolean;
|
|
958
942
|
data: {
|
|
959
943
|
actions: {
|
|
@@ -980,7 +964,7 @@ declare class ServiceAppsRoutesController {
|
|
|
980
964
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
981
965
|
} | undefined;
|
|
982
966
|
};
|
|
983
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
967
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
984
968
|
ok: boolean;
|
|
985
969
|
data: {
|
|
986
970
|
actionId: string;
|
|
@@ -996,7 +980,7 @@ declare class ServiceAppsRoutesController {
|
|
|
996
980
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
997
981
|
} | undefined;
|
|
998
982
|
};
|
|
999
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
983
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1000
984
|
ok: boolean;
|
|
1001
985
|
data: {
|
|
1002
986
|
caller: {
|
|
@@ -1017,7 +1001,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1017
1001
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1018
1002
|
} | undefined;
|
|
1019
1003
|
};
|
|
1020
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
1004
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1021
1005
|
ok: boolean;
|
|
1022
1006
|
data: {
|
|
1023
1007
|
grants: {
|
|
@@ -1054,7 +1038,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1054
1038
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1055
1039
|
} | undefined;
|
|
1056
1040
|
};
|
|
1057
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
1041
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1058
1042
|
ok: boolean;
|
|
1059
1043
|
data: {
|
|
1060
1044
|
revoked: boolean;
|
|
@@ -1069,7 +1053,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1069
1053
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1070
1054
|
} | undefined;
|
|
1071
1055
|
};
|
|
1072
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
1056
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1073
1057
|
ok: boolean;
|
|
1074
1058
|
data: {
|
|
1075
1059
|
revoked: boolean;
|
|
@@ -1100,7 +1084,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1100
1084
|
dataDirectory?: string | undefined;
|
|
1101
1085
|
instanceId?: string | undefined;
|
|
1102
1086
|
storage?: {
|
|
1103
|
-
layout: AppStorageLayout;
|
|
1087
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
1104
1088
|
layoutVersion: 1;
|
|
1105
1089
|
instanceId: string;
|
|
1106
1090
|
instanceDirectory: string;
|
|
@@ -1111,7 +1095,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1111
1095
|
temporaryDirectory: string;
|
|
1112
1096
|
logsDirectory: string;
|
|
1113
1097
|
} | undefined;
|
|
1114
|
-
isolation?: AppRuntimeIsolation | undefined;
|
|
1098
|
+
isolation?: _$_nextclaw_app_runtime0.AppRuntimeIsolation | undefined;
|
|
1115
1099
|
};
|
|
1116
1100
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
1117
1101
|
ok: boolean;
|
|
@@ -1122,7 +1106,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1122
1106
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1123
1107
|
} | undefined;
|
|
1124
1108
|
};
|
|
1125
|
-
}, 400 | 401 | 403 | 404, "json">)>;
|
|
1109
|
+
}, 400 | 401 | 403 | 404 | 502, "json">)>;
|
|
1126
1110
|
readonly deleteServiceApp: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
1127
1111
|
ok: boolean;
|
|
1128
1112
|
error: {
|
|
@@ -1132,7 +1116,7 @@ declare class ServiceAppsRoutesController {
|
|
|
1132
1116
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
1133
1117
|
} | undefined;
|
|
1134
1118
|
};
|
|
1135
|
-
}, 400 | 401 | 403 | 404, "json">) | (Response & _$hono.TypedResponse<{
|
|
1119
|
+
}, 400 | 401 | 403 | 404 | 502, "json">) | (Response & _$hono.TypedResponse<{
|
|
1136
1120
|
ok: boolean;
|
|
1137
1121
|
data: {
|
|
1138
1122
|
deleted: true;
|
|
@@ -1936,6 +1920,9 @@ type SecretsConfigUpdate = {
|
|
|
1936
1920
|
providers?: Record<string, SecretProviderView> | null;
|
|
1937
1921
|
refs?: Record<string, SecretRefView> | null;
|
|
1938
1922
|
};
|
|
1923
|
+
type ProductAnalyticsView = Config["productAnalytics"];
|
|
1924
|
+
type ProductAnalyticsAudience = ProductAnalyticsView["audience"];
|
|
1925
|
+
type ProductAnalyticsConfigUpdate = Partial<ProductAnalyticsView>;
|
|
1939
1926
|
type UiNcpSessionListView = {
|
|
1940
1927
|
sessions: NcpSessionSummary[];
|
|
1941
1928
|
total: number;
|
|
@@ -1951,6 +1938,14 @@ type UiNcpSessionQueuedInputView = {
|
|
|
1951
1938
|
message: NcpMessage;
|
|
1952
1939
|
metadata: Record<string, unknown>;
|
|
1953
1940
|
};
|
|
1941
|
+
type UiNcpSessionPendingInputsView = {
|
|
1942
|
+
sessionId: string;
|
|
1943
|
+
inputs: UiNcpSessionPendingInputView[];
|
|
1944
|
+
};
|
|
1945
|
+
type UiNcpSessionPendingInputView = UiNcpSessionQueuedInputView & {
|
|
1946
|
+
placement: "queued" | "steering";
|
|
1947
|
+
intendedRunId: string | null;
|
|
1948
|
+
};
|
|
1954
1949
|
type UiNcpSessionMessagesView = {
|
|
1955
1950
|
sessionId: string;
|
|
1956
1951
|
status: NcpSessionStatus;
|
|
@@ -1981,6 +1976,7 @@ type ConfigView = {
|
|
|
1981
1976
|
companion?: {
|
|
1982
1977
|
enabled?: boolean;
|
|
1983
1978
|
};
|
|
1979
|
+
productAnalytics: ProductAnalyticsView;
|
|
1984
1980
|
agents: {
|
|
1985
1981
|
defaults: {
|
|
1986
1982
|
model: string;
|
|
@@ -2257,14 +2253,6 @@ declare class RuntimeControlRoutesController {
|
|
|
2257
2253
|
};
|
|
2258
2254
|
}, 500, "json">)>;
|
|
2259
2255
|
readonly restartService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2260
|
-
ok: boolean;
|
|
2261
|
-
data: {
|
|
2262
|
-
accepted: boolean;
|
|
2263
|
-
action: RuntimeControlAction;
|
|
2264
|
-
lifecycle: RuntimeLifecycleState;
|
|
2265
|
-
message: string;
|
|
2266
|
-
};
|
|
2267
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">) | (Response & _$hono.TypedResponse<{
|
|
2268
2256
|
ok: boolean;
|
|
2269
2257
|
error: {
|
|
2270
2258
|
code: string;
|
|
@@ -2273,8 +2261,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2273
2261
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2274
2262
|
} | undefined;
|
|
2275
2263
|
};
|
|
2276
|
-
}, 400, "json">)
|
|
2277
|
-
readonly startService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2264
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2278
2265
|
ok: boolean;
|
|
2279
2266
|
data: {
|
|
2280
2267
|
accepted: boolean;
|
|
@@ -2282,7 +2269,8 @@ declare class RuntimeControlRoutesController {
|
|
|
2282
2269
|
lifecycle: RuntimeLifecycleState;
|
|
2283
2270
|
message: string;
|
|
2284
2271
|
};
|
|
2285
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2272
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2273
|
+
readonly startService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2286
2274
|
ok: boolean;
|
|
2287
2275
|
error: {
|
|
2288
2276
|
code: string;
|
|
@@ -2291,8 +2279,7 @@ declare class RuntimeControlRoutesController {
|
|
|
2291
2279
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2292
2280
|
} | undefined;
|
|
2293
2281
|
};
|
|
2294
|
-
}, 400, "json">)
|
|
2295
|
-
readonly stopService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2282
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2296
2283
|
ok: boolean;
|
|
2297
2284
|
data: {
|
|
2298
2285
|
accepted: boolean;
|
|
@@ -2300,7 +2287,8 @@ declare class RuntimeControlRoutesController {
|
|
|
2300
2287
|
lifecycle: RuntimeLifecycleState;
|
|
2301
2288
|
message: string;
|
|
2302
2289
|
};
|
|
2303
|
-
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)
|
|
2290
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2291
|
+
readonly stopService: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
2304
2292
|
ok: boolean;
|
|
2305
2293
|
error: {
|
|
2306
2294
|
code: string;
|
|
@@ -2309,7 +2297,15 @@ declare class RuntimeControlRoutesController {
|
|
|
2309
2297
|
[x: string]: _$hono_utils_types0.JSONValue;
|
|
2310
2298
|
} | undefined;
|
|
2311
2299
|
};
|
|
2312
|
-
}, 400, "json">)
|
|
2300
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
2301
|
+
ok: boolean;
|
|
2302
|
+
data: {
|
|
2303
|
+
accepted: boolean;
|
|
2304
|
+
action: RuntimeControlAction;
|
|
2305
|
+
lifecycle: RuntimeLifecycleState;
|
|
2306
|
+
message: string;
|
|
2307
|
+
};
|
|
2308
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
2313
2309
|
}
|
|
2314
2310
|
//#endregion
|
|
2315
2311
|
//#region src/features/runtime-control/types/runtime-control.types.d.ts
|
|
@@ -2515,6 +2511,10 @@ declare class ConfigRoutesController {
|
|
|
2515
2511
|
companion?: {
|
|
2516
2512
|
enabled?: boolean | undefined;
|
|
2517
2513
|
} | undefined;
|
|
2514
|
+
productAnalytics: {
|
|
2515
|
+
enabled: boolean;
|
|
2516
|
+
audience: "external" | "internal" | "qa";
|
|
2517
|
+
};
|
|
2518
2518
|
agents: {
|
|
2519
2519
|
defaults: {
|
|
2520
2520
|
model: string;
|
|
@@ -3431,6 +3431,22 @@ declare class ConfigRoutesController {
|
|
|
3431
3431
|
};
|
|
3432
3432
|
};
|
|
3433
3433
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
3434
|
+
readonly updateProductAnalytics: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
3435
|
+
ok: boolean;
|
|
3436
|
+
error: {
|
|
3437
|
+
code: string;
|
|
3438
|
+
message: string;
|
|
3439
|
+
details: {
|
|
3440
|
+
[x: string]: _$hono_utils_types0.JSONValue;
|
|
3441
|
+
} | undefined;
|
|
3442
|
+
};
|
|
3443
|
+
}, 400, "json">) | (Response & _$hono.TypedResponse<{
|
|
3444
|
+
ok: boolean;
|
|
3445
|
+
data: {
|
|
3446
|
+
enabled: boolean;
|
|
3447
|
+
audience: "external" | "internal" | "qa";
|
|
3448
|
+
};
|
|
3449
|
+
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
3434
3450
|
readonly updateRuntime: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
3435
3451
|
ok: boolean;
|
|
3436
3452
|
error: {
|
|
@@ -3609,6 +3625,7 @@ declare function deleteProvider(configPath: string, providerId: string): boolean
|
|
|
3609
3625
|
declare function updateChannel(configPath: string, channelName: string, patch: Record<string, unknown>, options?: ExtensionConfigProjectionOptions): Record<string, unknown> | null;
|
|
3610
3626
|
declare function updateRuntime(configPath: string, patch: RuntimeConfigUpdate): Pick<ConfigView, "companion" | "agents" | "bindings" | "session">;
|
|
3611
3627
|
declare function updateSecrets(configPath: string, patch: SecretsConfigUpdate): SecretsView;
|
|
3628
|
+
declare function updateProductAnalytics(configPath: string, patch: ProductAnalyticsConfigUpdate): ProductAnalyticsView;
|
|
3612
3629
|
//#endregion
|
|
3613
3630
|
//#region src/features/app-packages/controllers/app-packages.controller.d.ts
|
|
3614
3631
|
declare class AppPackagesRoutesController {
|
|
@@ -3643,7 +3660,7 @@ declare class AppPackagesRoutesController {
|
|
|
3643
3660
|
dataDirectory: string;
|
|
3644
3661
|
instanceId: string;
|
|
3645
3662
|
storage: {
|
|
3646
|
-
layout: AppStorageLayout;
|
|
3663
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
3647
3664
|
layoutVersion: 1;
|
|
3648
3665
|
instanceId: string;
|
|
3649
3666
|
instanceDirectory: string;
|
|
@@ -3654,8 +3671,8 @@ declare class AppPackagesRoutesController {
|
|
|
3654
3671
|
temporaryDirectory: string;
|
|
3655
3672
|
logsDirectory: string;
|
|
3656
3673
|
};
|
|
3657
|
-
runtimeProfile: AppRuntimeProfile;
|
|
3658
|
-
isolation: AppRuntimeIsolation;
|
|
3674
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
3675
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
3659
3676
|
title?: string | undefined;
|
|
3660
3677
|
description?: string | undefined;
|
|
3661
3678
|
icon?: string | undefined;
|
|
@@ -3669,7 +3686,7 @@ declare class AppPackagesRoutesController {
|
|
|
3669
3686
|
dataDirectory: string;
|
|
3670
3687
|
instanceId: string;
|
|
3671
3688
|
storage: {
|
|
3672
|
-
layout: AppStorageLayout;
|
|
3689
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
3673
3690
|
layoutVersion: 1;
|
|
3674
3691
|
instanceId: string;
|
|
3675
3692
|
instanceDirectory: string;
|
|
@@ -3689,9 +3706,15 @@ declare class AppPackagesRoutesController {
|
|
|
3689
3706
|
logsBytes: number;
|
|
3690
3707
|
totalBytes: number;
|
|
3691
3708
|
} | undefined;
|
|
3692
|
-
runtimeProfile: AppRuntimeProfile;
|
|
3693
|
-
isolation: AppRuntimeIsolation;
|
|
3709
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
3710
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
3694
3711
|
}[];
|
|
3712
|
+
hostTarget?: {
|
|
3713
|
+
key: string;
|
|
3714
|
+
operatingSystem: "darwin" | "linux" | "win32";
|
|
3715
|
+
architecture: "x64" | "arm64";
|
|
3716
|
+
abi?: "gnu" | "musl" | "msvc" | undefined;
|
|
3717
|
+
} | undefined;
|
|
3695
3718
|
};
|
|
3696
3719
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">>;
|
|
3697
3720
|
readonly listOperations: (c: Context) => Promise<Response & _$hono.TypedResponse<{
|
|
@@ -3889,7 +3912,7 @@ declare class AppPackagesRoutesController {
|
|
|
3889
3912
|
dataDirectory: string;
|
|
3890
3913
|
instanceId: string;
|
|
3891
3914
|
storage: {
|
|
3892
|
-
layout: AppStorageLayout;
|
|
3915
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
3893
3916
|
layoutVersion: 1;
|
|
3894
3917
|
instanceId: string;
|
|
3895
3918
|
instanceDirectory: string;
|
|
@@ -3900,8 +3923,8 @@ declare class AppPackagesRoutesController {
|
|
|
3900
3923
|
temporaryDirectory: string;
|
|
3901
3924
|
logsDirectory: string;
|
|
3902
3925
|
};
|
|
3903
|
-
runtimeProfile: AppRuntimeProfile;
|
|
3904
|
-
isolation: AppRuntimeIsolation;
|
|
3926
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
3927
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
3905
3928
|
title?: string | undefined;
|
|
3906
3929
|
description?: string | undefined;
|
|
3907
3930
|
icon?: string | undefined;
|
|
@@ -3915,7 +3938,7 @@ declare class AppPackagesRoutesController {
|
|
|
3915
3938
|
dataDirectory: string;
|
|
3916
3939
|
instanceId: string;
|
|
3917
3940
|
storage: {
|
|
3918
|
-
layout: AppStorageLayout;
|
|
3941
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
3919
3942
|
layoutVersion: 1;
|
|
3920
3943
|
instanceId: string;
|
|
3921
3944
|
instanceDirectory: string;
|
|
@@ -3935,8 +3958,8 @@ declare class AppPackagesRoutesController {
|
|
|
3935
3958
|
logsBytes: number;
|
|
3936
3959
|
totalBytes: number;
|
|
3937
3960
|
} | undefined;
|
|
3938
|
-
runtimeProfile: AppRuntimeProfile;
|
|
3939
|
-
isolation: AppRuntimeIsolation;
|
|
3961
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
3962
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
3940
3963
|
};
|
|
3941
3964
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
3942
3965
|
readonly install: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
@@ -3976,7 +3999,7 @@ declare class AppPackagesRoutesController {
|
|
|
3976
3999
|
dataDirectory: string;
|
|
3977
4000
|
instanceId: string;
|
|
3978
4001
|
storage: {
|
|
3979
|
-
layout: AppStorageLayout;
|
|
4002
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
3980
4003
|
layoutVersion: 1;
|
|
3981
4004
|
instanceId: string;
|
|
3982
4005
|
instanceDirectory: string;
|
|
@@ -3987,8 +4010,8 @@ declare class AppPackagesRoutesController {
|
|
|
3987
4010
|
temporaryDirectory: string;
|
|
3988
4011
|
logsDirectory: string;
|
|
3989
4012
|
};
|
|
3990
|
-
runtimeProfile: AppRuntimeProfile;
|
|
3991
|
-
isolation: AppRuntimeIsolation;
|
|
4013
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4014
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
3992
4015
|
title?: string | undefined;
|
|
3993
4016
|
description?: string | undefined;
|
|
3994
4017
|
icon?: string | undefined;
|
|
@@ -4002,7 +4025,7 @@ declare class AppPackagesRoutesController {
|
|
|
4002
4025
|
dataDirectory: string;
|
|
4003
4026
|
instanceId: string;
|
|
4004
4027
|
storage: {
|
|
4005
|
-
layout: AppStorageLayout;
|
|
4028
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4006
4029
|
layoutVersion: 1;
|
|
4007
4030
|
instanceId: string;
|
|
4008
4031
|
instanceDirectory: string;
|
|
@@ -4022,8 +4045,8 @@ declare class AppPackagesRoutesController {
|
|
|
4022
4045
|
logsBytes: number;
|
|
4023
4046
|
totalBytes: number;
|
|
4024
4047
|
} | undefined;
|
|
4025
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4026
|
-
isolation: AppRuntimeIsolation;
|
|
4048
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4049
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4027
4050
|
};
|
|
4028
4051
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
4029
4052
|
readonly enable: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
@@ -4063,7 +4086,7 @@ declare class AppPackagesRoutesController {
|
|
|
4063
4086
|
dataDirectory: string;
|
|
4064
4087
|
instanceId: string;
|
|
4065
4088
|
storage: {
|
|
4066
|
-
layout: AppStorageLayout;
|
|
4089
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4067
4090
|
layoutVersion: 1;
|
|
4068
4091
|
instanceId: string;
|
|
4069
4092
|
instanceDirectory: string;
|
|
@@ -4074,8 +4097,8 @@ declare class AppPackagesRoutesController {
|
|
|
4074
4097
|
temporaryDirectory: string;
|
|
4075
4098
|
logsDirectory: string;
|
|
4076
4099
|
};
|
|
4077
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4078
|
-
isolation: AppRuntimeIsolation;
|
|
4100
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4101
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4079
4102
|
title?: string | undefined;
|
|
4080
4103
|
description?: string | undefined;
|
|
4081
4104
|
icon?: string | undefined;
|
|
@@ -4089,7 +4112,7 @@ declare class AppPackagesRoutesController {
|
|
|
4089
4112
|
dataDirectory: string;
|
|
4090
4113
|
instanceId: string;
|
|
4091
4114
|
storage: {
|
|
4092
|
-
layout: AppStorageLayout;
|
|
4115
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4093
4116
|
layoutVersion: 1;
|
|
4094
4117
|
instanceId: string;
|
|
4095
4118
|
instanceDirectory: string;
|
|
@@ -4109,8 +4132,8 @@ declare class AppPackagesRoutesController {
|
|
|
4109
4132
|
logsBytes: number;
|
|
4110
4133
|
totalBytes: number;
|
|
4111
4134
|
} | undefined;
|
|
4112
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4113
|
-
isolation: AppRuntimeIsolation;
|
|
4135
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4136
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4114
4137
|
};
|
|
4115
4138
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
4116
4139
|
readonly disable: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
@@ -4150,7 +4173,7 @@ declare class AppPackagesRoutesController {
|
|
|
4150
4173
|
dataDirectory: string;
|
|
4151
4174
|
instanceId: string;
|
|
4152
4175
|
storage: {
|
|
4153
|
-
layout: AppStorageLayout;
|
|
4176
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4154
4177
|
layoutVersion: 1;
|
|
4155
4178
|
instanceId: string;
|
|
4156
4179
|
instanceDirectory: string;
|
|
@@ -4161,8 +4184,8 @@ declare class AppPackagesRoutesController {
|
|
|
4161
4184
|
temporaryDirectory: string;
|
|
4162
4185
|
logsDirectory: string;
|
|
4163
4186
|
};
|
|
4164
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4165
|
-
isolation: AppRuntimeIsolation;
|
|
4187
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4188
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4166
4189
|
title?: string | undefined;
|
|
4167
4190
|
description?: string | undefined;
|
|
4168
4191
|
icon?: string | undefined;
|
|
@@ -4176,7 +4199,7 @@ declare class AppPackagesRoutesController {
|
|
|
4176
4199
|
dataDirectory: string;
|
|
4177
4200
|
instanceId: string;
|
|
4178
4201
|
storage: {
|
|
4179
|
-
layout: AppStorageLayout;
|
|
4202
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4180
4203
|
layoutVersion: 1;
|
|
4181
4204
|
instanceId: string;
|
|
4182
4205
|
instanceDirectory: string;
|
|
@@ -4196,8 +4219,8 @@ declare class AppPackagesRoutesController {
|
|
|
4196
4219
|
logsBytes: number;
|
|
4197
4220
|
totalBytes: number;
|
|
4198
4221
|
} | undefined;
|
|
4199
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4200
|
-
isolation: AppRuntimeIsolation;
|
|
4222
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4223
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4201
4224
|
};
|
|
4202
4225
|
}, _$hono_utils_http_status0.ContentfulStatusCode, "json">)>;
|
|
4203
4226
|
readonly update: (c: Context) => Promise<(Response & _$hono.TypedResponse<{
|
|
@@ -4238,7 +4261,7 @@ declare class AppPackagesRoutesController {
|
|
|
4238
4261
|
dataDirectory: string;
|
|
4239
4262
|
instanceId: string;
|
|
4240
4263
|
storage: {
|
|
4241
|
-
layout: AppStorageLayout;
|
|
4264
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4242
4265
|
layoutVersion: 1;
|
|
4243
4266
|
instanceId: string;
|
|
4244
4267
|
instanceDirectory: string;
|
|
@@ -4249,8 +4272,8 @@ declare class AppPackagesRoutesController {
|
|
|
4249
4272
|
temporaryDirectory: string;
|
|
4250
4273
|
logsDirectory: string;
|
|
4251
4274
|
};
|
|
4252
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4253
|
-
isolation: AppRuntimeIsolation;
|
|
4275
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4276
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4254
4277
|
title?: string | undefined;
|
|
4255
4278
|
description?: string | undefined;
|
|
4256
4279
|
icon?: string | undefined;
|
|
@@ -4264,7 +4287,7 @@ declare class AppPackagesRoutesController {
|
|
|
4264
4287
|
dataDirectory: string;
|
|
4265
4288
|
instanceId: string;
|
|
4266
4289
|
storage: {
|
|
4267
|
-
layout: AppStorageLayout;
|
|
4290
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4268
4291
|
layoutVersion: 1;
|
|
4269
4292
|
instanceId: string;
|
|
4270
4293
|
instanceDirectory: string;
|
|
@@ -4284,8 +4307,8 @@ declare class AppPackagesRoutesController {
|
|
|
4284
4307
|
logsBytes: number;
|
|
4285
4308
|
totalBytes: number;
|
|
4286
4309
|
} | undefined;
|
|
4287
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4288
|
-
isolation: AppRuntimeIsolation;
|
|
4310
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4311
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4289
4312
|
};
|
|
4290
4313
|
result: {
|
|
4291
4314
|
appId: string;
|
|
@@ -4297,7 +4320,7 @@ declare class AppPackagesRoutesController {
|
|
|
4297
4320
|
id: string;
|
|
4298
4321
|
publisherId?: string | undefined;
|
|
4299
4322
|
storage: {
|
|
4300
|
-
layout: AppStorageLayout;
|
|
4323
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4301
4324
|
layoutVersion: 1;
|
|
4302
4325
|
instanceId: string;
|
|
4303
4326
|
instanceDirectory: string;
|
|
@@ -4313,13 +4336,13 @@ declare class AppPackagesRoutesController {
|
|
|
4313
4336
|
migratedAt?: string | undefined;
|
|
4314
4337
|
legacyDataDirectory?: string | undefined;
|
|
4315
4338
|
};
|
|
4316
|
-
sourceKind: AppInstallSourceKind;
|
|
4317
|
-
distributionMode?: AppDistributionMode | undefined;
|
|
4339
|
+
sourceKind: _$_nextclaw_app_runtime0.AppInstallSourceKind;
|
|
4340
|
+
distributionMode?: _$_nextclaw_app_runtime0.AppDistributionMode | undefined;
|
|
4318
4341
|
sourceRef: string;
|
|
4319
4342
|
permissions: {
|
|
4320
4343
|
documentAccess?: {
|
|
4321
4344
|
id: string;
|
|
4322
|
-
mode: AppDocumentAccessMode;
|
|
4345
|
+
mode: _$_nextclaw_app_runtime0.AppDocumentAccessMode;
|
|
4323
4346
|
description?: string | undefined;
|
|
4324
4347
|
}[] | undefined;
|
|
4325
4348
|
allowedDomains?: string[] | undefined;
|
|
@@ -4339,16 +4362,16 @@ declare class AppPackagesRoutesController {
|
|
|
4339
4362
|
} | {
|
|
4340
4363
|
kind: "native";
|
|
4341
4364
|
os: "darwin";
|
|
4342
|
-
arch: AppArtifactArchitecture;
|
|
4365
|
+
arch: _$_nextclaw_app_runtime0.AppArtifactArchitecture;
|
|
4343
4366
|
} | {
|
|
4344
4367
|
kind: "native";
|
|
4345
4368
|
os: "linux";
|
|
4346
|
-
arch: AppArtifactArchitecture;
|
|
4369
|
+
arch: _$_nextclaw_app_runtime0.AppArtifactArchitecture;
|
|
4347
4370
|
abi: "gnu" | "musl";
|
|
4348
4371
|
} | {
|
|
4349
4372
|
kind: "native";
|
|
4350
4373
|
os: "win32";
|
|
4351
|
-
arch: AppArtifactArchitecture;
|
|
4374
|
+
arch: _$_nextclaw_app_runtime0.AppArtifactArchitecture;
|
|
4352
4375
|
abi: "msvc";
|
|
4353
4376
|
} | undefined;
|
|
4354
4377
|
publisher?: {
|
|
@@ -4359,7 +4382,7 @@ declare class AppPackagesRoutesController {
|
|
|
4359
4382
|
enabled: boolean;
|
|
4360
4383
|
manifestSchemaVersion: 1 | 2;
|
|
4361
4384
|
components?: {
|
|
4362
|
-
kind: AppComponentKind;
|
|
4385
|
+
kind: _$_nextclaw_app_runtime0.AppComponentKind;
|
|
4363
4386
|
path: string;
|
|
4364
4387
|
id: string;
|
|
4365
4388
|
componentDirectory: string;
|
|
@@ -4409,7 +4432,7 @@ declare class AppPackagesRoutesController {
|
|
|
4409
4432
|
dataDirectory: string;
|
|
4410
4433
|
instanceId: string;
|
|
4411
4434
|
storage: {
|
|
4412
|
-
layout: AppStorageLayout;
|
|
4435
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4413
4436
|
layoutVersion: 1;
|
|
4414
4437
|
instanceId: string;
|
|
4415
4438
|
instanceDirectory: string;
|
|
@@ -4420,8 +4443,8 @@ declare class AppPackagesRoutesController {
|
|
|
4420
4443
|
temporaryDirectory: string;
|
|
4421
4444
|
logsDirectory: string;
|
|
4422
4445
|
};
|
|
4423
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4424
|
-
isolation: AppRuntimeIsolation;
|
|
4446
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4447
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4425
4448
|
title?: string | undefined;
|
|
4426
4449
|
description?: string | undefined;
|
|
4427
4450
|
icon?: string | undefined;
|
|
@@ -4435,7 +4458,7 @@ declare class AppPackagesRoutesController {
|
|
|
4435
4458
|
dataDirectory: string;
|
|
4436
4459
|
instanceId: string;
|
|
4437
4460
|
storage: {
|
|
4438
|
-
layout: AppStorageLayout;
|
|
4461
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4439
4462
|
layoutVersion: 1;
|
|
4440
4463
|
instanceId: string;
|
|
4441
4464
|
instanceDirectory: string;
|
|
@@ -4455,8 +4478,8 @@ declare class AppPackagesRoutesController {
|
|
|
4455
4478
|
logsBytes: number;
|
|
4456
4479
|
totalBytes: number;
|
|
4457
4480
|
} | undefined;
|
|
4458
|
-
runtimeProfile: AppRuntimeProfile;
|
|
4459
|
-
isolation: AppRuntimeIsolation;
|
|
4481
|
+
runtimeProfile: _$_nextclaw_app_runtime0.AppRuntimeProfile;
|
|
4482
|
+
isolation: _$_nextclaw_app_runtime0.AppRuntimeIsolation;
|
|
4460
4483
|
};
|
|
4461
4484
|
result: {
|
|
4462
4485
|
appId: string;
|
|
@@ -4503,7 +4526,7 @@ declare class AppDataRoutesController {
|
|
|
4503
4526
|
source: _$_nextclaw_kernel0.AppDataSource;
|
|
4504
4527
|
lifecycle: _$_nextclaw_kernel0.AppDataLifecycle;
|
|
4505
4528
|
storage: {
|
|
4506
|
-
layout: AppStorageLayout;
|
|
4529
|
+
layout: _$_nextclaw_app_runtime0.AppStorageLayout;
|
|
4507
4530
|
layoutVersion: 1;
|
|
4508
4531
|
instanceId: string;
|
|
4509
4532
|
instanceDirectory: string;
|
|
@@ -4650,5 +4673,5 @@ declare class InboxDeliveriesRoutesController {
|
|
|
4650
4673
|
private handleManagerAction;
|
|
4651
4674
|
}
|
|
4652
4675
|
//#endregion
|
|
4653
|
-
export { AgentBindingView, type AgentCreateRequest, type AgentDeleteResult, type AgentProfileView, type AgentUpdateRequest, ApiError, ApiResponse, type AppDataDeleteResult, type AppDataEntry, type AppDataList, AppDataRoutesController, AppMetaView, type AppPackageList, type AppPackageOperationInput, type AppPackageOperationList, type AppPackageOperationStatus, type AppPackageOperationView, type AppPackageView, AppPackagesRoutesController, AuthEnabledUpdateRequest, AuthLoginRequest, AuthPasswordUpdateRequest, AuthSetupRequest, AuthStatusView, BindingPeerView, BochaFreshnessValue, BootstrapPhase, BootstrapRemoteState, BootstrapStageState, BootstrapStatusView, ChannelAuthConnectRequest, ChannelAuthConnectResult, ChannelAuthPollRequest, ChannelAuthPollResult, ChannelAuthStartRequest, ChannelAuthStartResult, ChannelSpecView, type ChatSessionTypeCtaView, type ChatSessionTypeOptionView, type ChatSessionTypesView, ConfigActionExecuteRequest, ConfigActionExecuteResult, ConfigActionManifest, ConfigActionType, ConfigMetaView, ConfigRoutesController, ConfigSchemaResponse, ConfigUiHint, ConfigUiHints, ConfigView, CronActionResult, CronCreateRequest, CronCreateResult, CronEnableRequest, CronJobStateView, CronJobView, CronListQuery, CronListStatus, CronListSummaryView, CronListView, CronPayloadView, CronRunRequest, CronScheduleView, InboxDeliveriesRoutesController, MarketplaceApiConfig, MarketplaceInstallKind, MarketplaceInstallRequest, MarketplaceInstallResult, MarketplaceInstallSkillParams, MarketplaceInstallSpec, MarketplaceInstalledRecord, MarketplaceInstalledView, MarketplaceInstaller, MarketplaceItemSummary, MarketplaceItemType, MarketplaceItemView, MarketplaceListView, MarketplaceLocalizedTextMap, MarketplaceManageAction, MarketplaceManageRequest, MarketplaceManageResult, MarketplaceMcpContentView, MarketplaceMcpDoctorResult, MarketplaceMcpInstallKind, MarketplaceMcpInstallRequest, MarketplaceMcpInstallResult, MarketplaceMcpInstallSpec, MarketplaceMcpManageAction, MarketplaceMcpManageRequest, MarketplaceMcpManageResult, MarketplaceMcpTemplateInput, MarketplaceRecommendationView, MarketplaceSceneView, MarketplaceScenesView, MarketplaceSkillContentView, MarketplaceSkillInstallKind, MarketplaceSkillInstallRequest, MarketplaceSkillInstallResult, MarketplaceSkillManageAction, MarketplaceSkillManageRequest, MarketplaceSkillManageResult, MarketplaceSort, NcpAssetRoutesController, NcpSessionContextCompactionView, NcpSessionSkillsView, PanelAppAgentCapabilityView, PanelAppAgentGenerateObjectRequestView, PanelAppAgentGenerateObjectResultView, PanelAppAgentSendRequestView, PanelAppAgentSendResultView, PanelAppBridgeSessionCreateRequest, PanelAppBridgeSessionView, PanelAppCapabilityGrantView, PanelAppClientGrantView, PanelAppDeleteResultView, PanelAppEntryView, PanelAppListView, PanelAppPreferencesUpdateView, PanelAppsRoutesController, PreferenceDeleteResult, PreferenceEntryView, PreferenceUpdateRequest, PreferencesRoutesController, type ProjectAddExistingRequest, type ProjectCreateRequest, type ProjectListView, type ProjectTemplateView, type ProjectView, ProviderAuthImportResult, ProviderAuthPollRequest, ProviderAuthPollResult, ProviderAuthStartRequest, ProviderAuthStartResult, ProviderConfigUpdate, ProviderConfigView, ProviderConnectionTestRequest, ProviderConnectionTestResult, ProviderCreateRequest, ProviderCreateResult, ProviderDeleteResult, ProviderInstanceView, ProviderModelCatalogView, ProviderModelDiscoveryRequest, ProviderModelDiscoveryResult, ProviderTemplateView, ProviderTemplatesView, ProvidersView, RemoteAccessView, RemoteAccountProfileUpdateRequest, RemoteAccountView, RemoteBrowserAuthPollRequest, RemoteBrowserAuthPollResult, RemoteBrowserAuthStartRequest, RemoteBrowserAuthStartResult, RemoteConnectionDiagnosticsView, RemoteDisconnectView, RemoteDoctorCheckView, RemoteDoctorView, RemoteLoginRequest, RemoteRuntimeView, RemoteServiceAction, RemoteServiceActionResult, RemoteServiceView, RemoteSettingsUpdateRequest, RemoteSettingsView, RuntimeActionCapability, RuntimeActionImpact, RuntimeConfigUpdate, RuntimeControlAction, RuntimeControlActionResult, RuntimeControlEnvironment, RuntimeControlRoutesController, RuntimeControlView, RuntimeEntryView, RuntimeLifecycleState, RuntimePendingRestart, RuntimeServiceState, SearchConfigUpdate, SearchConfigView, SearchProviderConfigView, SearchProviderName, SearchProviderSpecView, SecretProviderEnvView, SecretProviderExecView, SecretProviderFileView, SecretProviderView, SecretRefView, SecretSourceView, SecretsConfigUpdate, SecretsView, ServerPathBreadcrumbView, ServerPathBrowseView, ServerPathDirectoryCreateRequest, ServerPathDirectoryCreateView, ServerPathEntryDeleteView, ServerPathEntryRenameRequest, ServerPathEntryRenameView, ServerPathEntryView, ServerPathFileCreateRequest, ServerPathFileCreateView, ServerPathFilesUploadView, ServerPathLocationView, ServerPathReadView, ServerPathSearchEntryView, ServerPathSearchView, ServerPathWatchRequest, ServerPathWatchView, ServiceActionGrantBatchRequestView, ServiceActionGrantListView, ServiceActionGrantView, ServiceActionInvokeRequestView, ServiceActionInvokeResultView, ServiceActionListView, ServiceActionView, ServiceAppDeleteResultView, ServiceAppListView, ServiceAppRecordView, ServiceAppsRoutesController, SessionConfigView, SessionEntryView, SessionEventView, SessionHistoryView, SessionMessageView, SessionPatchUpdate, SessionSkillEntryView, SessionTypeDescribeParams, SessionsListView, TavilySearchDepthValue, UiNcpAssetPutView, UiNcpAssetService, UiNcpAssetView, UiNcpSessionListView, UiNcpSessionMessagesView, UiNcpSessionQueuedInputView, UiNcpSessionQueuedInputsView, UiNcpSessionService, UiNcpSessionTokenUsageView, UiNcpStoredAssetRecord, type UiRemoteAccessHost, type UiRouterOptions, type UiRuntimeControlHost, type UiRuntimeUpdateHost, UiServerEvent, UiServerHandle, buildConfigMeta, buildConfigSchemaView, buildConfigView, buildProviderTemplatesView, buildProvidersView, createProvider, createUiRouter, deleteProvider, ensureUiBridgeSecret, executeConfigAction, getUiBridgeSecretPath, loadConfigOrDefault, readUiBridgeSecret, startUiServer, updateChannel, updateModel, updateProvider, updateRuntime, updateSearch, updateSecrets };
|
|
4676
|
+
export { AgentBindingView, type AgentCreateRequest, type AgentDeleteResult, type AgentProfileView, type AgentUpdateRequest, ApiError, ApiResponse, type AppDataDeleteResult, type AppDataEntry, type AppDataList, AppDataRoutesController, AppMetaView, type AppPackageHostTarget, type AppPackageList, type AppPackageOperationInput, type AppPackageOperationList, type AppPackageOperationStatus, type AppPackageOperationView, type AppPackageView, AppPackagesRoutesController, AuthEnabledUpdateRequest, AuthLoginRequest, AuthPasswordUpdateRequest, AuthSetupRequest, AuthStatusView, BindingPeerView, BochaFreshnessValue, BootstrapPhase, BootstrapRemoteState, BootstrapStageState, BootstrapStatusView, ChannelAuthConnectRequest, ChannelAuthConnectResult, ChannelAuthPollRequest, ChannelAuthPollResult, ChannelAuthStartRequest, ChannelAuthStartResult, ChannelSpecView, type ChatSessionTypeCtaView, type ChatSessionTypeOptionView, type ChatSessionTypesView, ConfigActionExecuteRequest, ConfigActionExecuteResult, ConfigActionManifest, ConfigActionType, ConfigMetaView, ConfigRoutesController, ConfigSchemaResponse, ConfigUiHint, ConfigUiHints, ConfigView, CronActionResult, CronCreateRequest, CronCreateResult, CronEnableRequest, CronJobStateView, CronJobView, CronListQuery, CronListStatus, CronListSummaryView, CronListView, CronPayloadView, CronRunRequest, CronScheduleView, InboxDeliveriesRoutesController, MarketplaceApiConfig, MarketplaceInstallKind, MarketplaceInstallRequest, MarketplaceInstallResult, MarketplaceInstallSkillParams, MarketplaceInstallSpec, MarketplaceInstalledRecord, MarketplaceInstalledView, MarketplaceInstaller, MarketplaceItemSummary, MarketplaceItemType, MarketplaceItemView, MarketplaceListView, MarketplaceLocalizedTextMap, MarketplaceManageAction, MarketplaceManageRequest, MarketplaceManageResult, MarketplaceMcpContentView, MarketplaceMcpDoctorResult, MarketplaceMcpInstallKind, MarketplaceMcpInstallRequest, MarketplaceMcpInstallResult, MarketplaceMcpInstallSpec, MarketplaceMcpManageAction, MarketplaceMcpManageRequest, MarketplaceMcpManageResult, MarketplaceMcpTemplateInput, MarketplaceRecommendationView, MarketplaceSceneView, MarketplaceScenesView, MarketplaceSkillContentView, MarketplaceSkillInstallKind, MarketplaceSkillInstallRequest, MarketplaceSkillInstallResult, MarketplaceSkillManageAction, MarketplaceSkillManageRequest, MarketplaceSkillManageResult, MarketplaceSort, NcpAssetRoutesController, NcpSessionContextCompactionView, NcpSessionSkillsView, PanelAppAgentCapabilityView, PanelAppAgentGenerateObjectRequestView, PanelAppAgentGenerateObjectResultView, PanelAppAgentSendRequestView, PanelAppAgentSendResultView, PanelAppBridgeSessionCreateRequest, PanelAppBridgeSessionView, PanelAppCapabilityGrantView, PanelAppClientGrantView, PanelAppDeleteResultView, PanelAppEntryView, PanelAppListView, PanelAppPreferencesUpdateView, PanelAppsRoutesController, PreferenceDeleteResult, PreferenceEntryView, PreferenceUpdateRequest, PreferencesRoutesController, ProductAnalyticsAudience, ProductAnalyticsConfigUpdate, ProductAnalyticsView, type ProjectAddExistingRequest, type ProjectCreateRequest, type ProjectListView, type ProjectTemplateView, type ProjectView, ProviderAuthImportResult, ProviderAuthPollRequest, ProviderAuthPollResult, ProviderAuthStartRequest, ProviderAuthStartResult, ProviderConfigUpdate, ProviderConfigView, ProviderConnectionTestRequest, ProviderConnectionTestResult, ProviderCreateRequest, ProviderCreateResult, ProviderDeleteResult, ProviderInstanceView, ProviderModelCatalogView, ProviderModelDiscoveryRequest, ProviderModelDiscoveryResult, ProviderTemplateView, ProviderTemplatesView, ProvidersView, RemoteAccessView, RemoteAccountProfileUpdateRequest, RemoteAccountView, RemoteBrowserAuthPollRequest, RemoteBrowserAuthPollResult, RemoteBrowserAuthStartRequest, RemoteBrowserAuthStartResult, RemoteConnectionDiagnosticsView, RemoteDisconnectView, RemoteDoctorCheckView, RemoteDoctorView, RemoteLoginRequest, RemoteRuntimeView, RemoteServiceAction, RemoteServiceActionResult, RemoteServiceView, RemoteSettingsUpdateRequest, RemoteSettingsView, RuntimeActionCapability, RuntimeActionImpact, RuntimeConfigUpdate, RuntimeControlAction, RuntimeControlActionResult, RuntimeControlEnvironment, RuntimeControlRoutesController, RuntimeControlView, RuntimeEntryView, RuntimeLifecycleState, RuntimePendingRestart, RuntimeServiceState, SearchConfigUpdate, SearchConfigView, SearchProviderConfigView, SearchProviderName, SearchProviderSpecView, SecretProviderEnvView, SecretProviderExecView, SecretProviderFileView, SecretProviderView, SecretRefView, SecretSourceView, SecretsConfigUpdate, SecretsView, ServerPathBreadcrumbView, ServerPathBrowseView, ServerPathDirectoryCreateRequest, ServerPathDirectoryCreateView, ServerPathEntryDeleteView, ServerPathEntryRenameRequest, ServerPathEntryRenameView, ServerPathEntryView, ServerPathFileCreateRequest, ServerPathFileCreateView, ServerPathFilesUploadView, ServerPathLocationView, ServerPathReadView, ServerPathSearchEntryView, ServerPathSearchView, ServerPathWatchRequest, ServerPathWatchView, ServiceActionGrantBatchRequestView, ServiceActionGrantListView, ServiceActionGrantView, ServiceActionInvokeRequestView, ServiceActionInvokeResultView, ServiceActionListView, ServiceActionView, ServiceAppDeleteResultView, ServiceAppListView, ServiceAppRecordView, ServiceAppsRoutesController, SessionConfigView, SessionEntryView, SessionEventView, SessionHistoryView, SessionMessageView, SessionPatchUpdate, SessionSkillEntryView, SessionTypeDescribeParams, SessionsListView, TavilySearchDepthValue, UiNcpAssetPutView, UiNcpAssetService, UiNcpAssetView, UiNcpSessionListView, UiNcpSessionMessagesView, UiNcpSessionPendingInputView, UiNcpSessionPendingInputsView, UiNcpSessionQueuedInputView, UiNcpSessionQueuedInputsView, UiNcpSessionService, UiNcpSessionTokenUsageView, UiNcpStoredAssetRecord, type UiRemoteAccessHost, type UiRouterOptions, type UiRuntimeControlHost, type UiRuntimeUpdateHost, UiServerEvent, UiServerHandle, buildConfigMeta, buildConfigSchemaView, buildConfigView, buildProviderTemplatesView, buildProvidersView, createProvider, createUiRouter, deleteProvider, ensureUiBridgeSecret, executeConfigAction, getUiBridgeSecretPath, loadConfigOrDefault, readUiBridgeSecret, startUiServer, updateChannel, updateModel, updateProductAnalytics, updateProvider, updateRuntime, updateSearch, updateSecrets };
|
|
4654
4677
|
//# sourceMappingURL=index.d.ts.map
|