@nikcli-ai/sdk 1.292.0 → 1.294.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ export declare function createNikcli(options?: ServerOptions): Promise<{
|
|
|
221
221
|
getSShareId: (input: import("./httpapi/client.js").ShareShortInput & {
|
|
222
222
|
readonly directory?: string;
|
|
223
223
|
readonly workspace?: string;
|
|
224
|
-
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<import("./httpapi/compat.js").Result<
|
|
224
|
+
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<import("./httpapi/compat.js").Result<unknown>>;
|
|
225
225
|
global: {
|
|
226
226
|
dispose: (options?: import("./httpapi/compat.js").CallOptions, overrides?: import("./httpapi/compat.js").CallOptions) => Promise<import("./httpapi/compat.js").Result<boolean>>;
|
|
227
227
|
event: (options?: import("./httpapi/compat.js").CallOptions, overrides?: import("./httpapi/compat.js").CallOptions) => Promise<{
|
|
@@ -692,7 +692,7 @@ export declare function createNikcli(options?: ServerOptions): Promise<{
|
|
|
692
692
|
readonly directory?: string;
|
|
693
693
|
readonly workspace?: string;
|
|
694
694
|
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<{
|
|
695
|
-
stream: AsyncIterable<
|
|
695
|
+
stream: AsyncIterable<unknown>;
|
|
696
696
|
}>;
|
|
697
697
|
teleport: (input: import("./httpapi/client.js").MobileTeleportInInput & {
|
|
698
698
|
readonly directory?: string;
|
|
@@ -1012,7 +1012,7 @@ export declare function createNikcli(options?: ServerOptions): Promise<{
|
|
|
1012
1012
|
state: (input: import("./httpapi/client.js").SessionV2StateInput & {
|
|
1013
1013
|
readonly directory?: string;
|
|
1014
1014
|
readonly workspace?: string;
|
|
1015
|
-
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<import("./httpapi/compat.js").Result<
|
|
1015
|
+
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<import("./httpapi/compat.js").Result<unknown>>;
|
|
1016
1016
|
};
|
|
1017
1017
|
};
|
|
1018
1018
|
sync: {
|
|
@@ -1034,7 +1034,7 @@ export declare function createNikcli(options?: ServerOptions): Promise<{
|
|
|
1034
1034
|
readonly directory?: string;
|
|
1035
1035
|
readonly workspace?: string;
|
|
1036
1036
|
}, options?: import("./httpapi/compat.js").CallOptions) => Promise<{
|
|
1037
|
-
stream: AsyncIterable<
|
|
1037
|
+
stream: AsyncIterable<unknown>;
|
|
1038
1038
|
}>;
|
|
1039
1039
|
};
|
|
1040
1040
|
outbox: {
|