File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 193
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-4870c4a1239ec91e7208abe28cd87290284b739c343900f463830afea4689849 .yml
3- openapi_spec_hash : 210df8ac2d6594e968e9488a92264ba0
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-9011dcb1591f4dec81232db8d8d4dff1962ff419990c80413a132166a98d5011 .yml
3+ openapi_spec_hash : 569a080670e5f7cb2ce42739661cbb45
44config_hash : 173a6e0a8069a38a997548c7f5f8a5e3
Original file line number Diff line number Diff line change 1313class RunnerCreateResponse (BaseModel ):
1414 runner : Runner
1515
16+ access_token : Optional [str ] = FieldInfo (alias = "accessToken" , default = None )
17+ """deprecated, will be removed. Use exchange_token instead."""
18+
1619 exchange_token : Optional [str ] = FieldInfo (alias = "exchangeToken" , default = None )
1720 """
1821 exchange_token is a one-time use token that should be exchanged by the runner
Original file line number Diff line number Diff line change 1010
1111
1212class RunnerCreateRunnerTokenResponse (BaseModel ):
13+ access_token : Optional [str ] = FieldInfo (alias = "accessToken" , default = None )
14+ """deprecated, will be removed. Use exchange_token instead."""
15+
1316 exchange_token : Optional [str ] = FieldInfo (alias = "exchangeToken" , default = None )
1417 """
1518 exchange_token is a one-time use token that should be exchanged by the runner
You can’t perform that action at this time.
0 commit comments