File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 18
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-6a5cbe2f816042d594335d77f9600cd47cdb9c21d9d60971a2eca87983061c72 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-396a2b9092f645c5a9e46a1f3be8c2e45ca9ae079e1d39761eb0a73f56e24b15 .yml
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ export interface SessionLog {
19
19
20
20
sessionId : string ;
21
21
22
- /**
23
- * milliseconds that have elapsed since the UNIX epoch
24
- */
25
- timestamp : number ;
26
-
27
22
frameId ?: string ;
28
23
29
24
loaderId ?: string ;
30
25
31
26
request ?: SessionLog . Request ;
32
27
33
28
response ?: SessionLog . Response ;
29
+
30
+ /**
31
+ * milliseconds that have elapsed since the UNIX epoch
32
+ */
33
+ timestamp ?: number ;
34
34
}
35
35
36
36
export namespace SessionLog {
@@ -42,7 +42,7 @@ export namespace SessionLog {
42
42
/**
43
43
* milliseconds that have elapsed since the UNIX epoch
44
44
*/
45
- timestamp : number ;
45
+ timestamp ? : number ;
46
46
}
47
47
48
48
export interface Response {
@@ -53,7 +53,7 @@ export namespace SessionLog {
53
53
/**
54
54
* milliseconds that have elapsed since the UNIX epoch
55
55
*/
56
- timestamp : number ;
56
+ timestamp ? : number ;
57
57
}
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments