@kilocode/sdk 7.2.48 → 7.2.50

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.
@@ -2636,6 +2636,7 @@ export type ProviderListResponses = {
2636
2636
  [key: string]: string;
2637
2637
  };
2638
2638
  connected: Array<string>;
2639
+ failed: Array<string>;
2639
2640
  };
2640
2641
  };
2641
2642
  export type ProviderListResponse = ProviderListResponses[keyof ProviderListResponses];
@@ -4343,6 +4343,7 @@ export type ProviderListResponses = {
4343
4343
  [key: string]: string;
4344
4344
  };
4345
4345
  connected: Array<string>;
4346
+ failed: Array<string>;
4346
4347
  };
4347
4348
  };
4348
4349
  export type ProviderListResponse = ProviderListResponses[keyof ProviderListResponses];
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.2.48",
4
+ "version": "7.2.50",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {