@kilocode/sdk 7.2.54 → 7.3.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.
@@ -222,6 +222,7 @@ export type SessionNetworkWait = {
222
222
  restored: boolean;
223
223
  time: {
224
224
  created: number;
225
+ restored?: number;
225
226
  };
226
227
  };
227
228
  export type EventSessionNetworkAsked = {
@@ -247,6 +248,7 @@ export type EventSessionNetworkRestored = {
247
248
  properties: {
248
249
  sessionID: string;
249
250
  requestID: string;
251
+ time: number;
250
252
  };
251
253
  };
252
254
  export type EventMessagePartDelta = {
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.54",
4
+ "version": "7.3.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {