@kilocode/sdk 7.1.20 → 7.1.21

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.
@@ -987,6 +987,7 @@ export declare class SessionImport extends HeyApiClient {
987
987
  workspace?: string;
988
988
  id?: string;
989
989
  projectID?: string;
990
+ force?: boolean;
990
991
  workspaceID?: string;
991
992
  parentID?: string;
992
993
  slug?: string;
@@ -1943,6 +1943,7 @@ export class SessionImport extends HeyApiClient {
1943
1943
  { in: "query", key: "workspace" },
1944
1944
  { in: "body", key: "id" },
1945
1945
  { in: "body", key: "projectID" },
1946
+ { in: "body", key: "force" },
1946
1947
  { in: "body", key: "workspaceID" },
1947
1948
  { in: "body", key: "parentID" },
1948
1949
  { in: "body", key: "slug" },
@@ -3939,6 +3939,7 @@ export type KilocodeSessionImportSessionData = {
3939
3939
  body?: {
3940
3940
  id: string;
3941
3941
  projectID: string;
3942
+ force?: boolean;
3942
3943
  workspaceID?: string;
3943
3944
  parentID?: string;
3944
3945
  slug: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@kilocode/sdk",
4
- "version": "7.1.20",
4
+ "version": "7.1.21",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {