File tree Expand file tree Collapse file tree
src/browserbase/types/sessions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 23
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase/browserbase-2118fd938d408dda6ed82d06c48b0785fad91fd54b5397acc3421a49a386c791 .yml
3- openapi_spec_hash : 8e48a39a55a11b128028b47747aea775
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase/browserbase-466614a040e7f31307530bd6ba443e714b6303eaa141904e7d32e6641d5ec55f .yml
3+ openapi_spec_hash : 2d06680e7c17847e4fbcac35124d2456
44config_hash : 40fbac80e24faaa0dc19e93368bcd821
Original file line number Diff line number Diff line change 1010
1111
1212class Page (BaseModel ):
13- end_time_ms : float = FieldInfo (alias = "endTimeMs" )
13+ end_time_ms : int = FieldInfo (alias = "endTimeMs" )
1414
1515 page_id : str = FieldInfo (alias = "pageId" )
1616
17- start_time_ms : float = FieldInfo (alias = "startTimeMs" )
17+ start_time_ms : int = FieldInfo (alias = "startTimeMs" )
1818
1919 url : str
2020
You can’t perform that action at this time.
0 commit comments