@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 = {
|