@nikcli-ai/sdk 1.180.0 → 1.181.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.
|
@@ -153,17 +153,17 @@ export declare function make(options: ClientOptions): {
|
|
|
153
153
|
};
|
|
154
154
|
session: {
|
|
155
155
|
list: (input?: SessionListInput, requestOptions?: RequestOptions) => Promise<import("./types.js").SessionList>;
|
|
156
|
-
create: (input?: SessionCreateInput, requestOptions?: RequestOptions) => Promise<
|
|
156
|
+
create: (input?: SessionCreateInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
157
157
|
status: (requestOptions?: RequestOptions) => Promise<import("./types.js").SessionStatusMap>;
|
|
158
|
-
get: (input: SessionGetInput, requestOptions?: RequestOptions) => Promise<
|
|
158
|
+
get: (input: SessionGetInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
159
159
|
remove: (input: SessionRemoveInput, requestOptions?: RequestOptions) => Promise<boolean>;
|
|
160
|
-
update: (input: SessionUpdateInput, requestOptions?: RequestOptions) => Promise<
|
|
161
|
-
fork: (input: SessionForkInput, requestOptions?: RequestOptions) => Promise<
|
|
160
|
+
update: (input: SessionUpdateInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
161
|
+
fork: (input: SessionForkInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
162
162
|
abort: (input: SessionAbortInput, requestOptions?: RequestOptions) => Promise<boolean>;
|
|
163
|
-
revert: (input: SessionRevertInput, requestOptions?: RequestOptions) => Promise<
|
|
164
|
-
unrevert: (input: SessionUnrevertInput, requestOptions?: RequestOptions) => Promise<
|
|
165
|
-
share: (input: SessionShareInput, requestOptions?: RequestOptions) => Promise<
|
|
166
|
-
unshare: (input: SessionUnshareInput, requestOptions?: RequestOptions) => Promise<
|
|
163
|
+
revert: (input: SessionRevertInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
164
|
+
unrevert: (input: SessionUnrevertInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
165
|
+
share: (input: SessionShareInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
166
|
+
unshare: (input: SessionUnshareInput, requestOptions?: RequestOptions) => Promise<import("./types.js").Session>;
|
|
167
167
|
summarize: (input: SessionSummarizeInput, requestOptions?: RequestOptions) => Promise<boolean>;
|
|
168
168
|
command: (input: SessionCommandInput, requestOptions?: RequestOptions) => Promise<import("./types.js").MessageWithParts>;
|
|
169
169
|
shell: (input: SessionShellInput, requestOptions?: RequestOptions) => Promise<import("./types.js").MessageWithParts>;
|
|
@@ -239,7 +239,7 @@ export declare function make(options: ClientOptions): {
|
|
|
239
239
|
profileActivate: (input: ConfigManagementProfileActivateInput, requestOptions?: RequestOptions) => Promise<import("./types.js").SuccessFlag>;
|
|
240
240
|
};
|
|
241
241
|
"session-prompt": {
|
|
242
|
-
prompt: (input: SessionPromptPromptInput, requestOptions?: RequestOptions) => Promise<
|
|
242
|
+
prompt: (input: SessionPromptPromptInput, requestOptions?: RequestOptions) => Promise<import("./types.js").SessionPromptResponse>;
|
|
243
243
|
promptAsync: (input: SessionPromptPromptAsyncInput, requestOptions?: RequestOptions) => Promise<void>;
|
|
244
244
|
};
|
|
245
245
|
share: {
|