@@ -439,6 +439,7 @@ def create_and_await_running(
439439 launch_parameters : Optional [LaunchParameters ] | NotGiven = NOT_GIVEN ,
440440 metadata : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
441441 name : Optional [str ] | NotGiven = NOT_GIVEN ,
442+ polling_config : PollingConfig | None = None ,
442443 repo_connection_id : Optional [str ] | NotGiven = NOT_GIVEN ,
443444 secrets : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
444445 snapshot_id : Optional [str ] | NotGiven = NOT_GIVEN ,
@@ -447,7 +448,6 @@ def create_and_await_running(
447448 extra_headers : Headers | None = None ,
448449 extra_query : Query | None = None ,
449450 extra_body : Body | None = None ,
450- polling_config : PollingConfig | None = None ,
451451 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
452452 idempotency_key : str | None = None ,
453453 ) -> DevboxView :
@@ -1593,6 +1593,7 @@ async def create_and_await_running(
15931593 launch_parameters : Optional [LaunchParameters ] | NotGiven = NOT_GIVEN ,
15941594 metadata : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
15951595 name : Optional [str ] | NotGiven = NOT_GIVEN ,
1596+ polling_config : PollingConfig | None = None ,
15961597 repo_connection_id : Optional [str ] | NotGiven = NOT_GIVEN ,
15971598 secrets : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
15981599 snapshot_id : Optional [str ] | NotGiven = NOT_GIVEN ,
@@ -1601,7 +1602,6 @@ async def create_and_await_running(
16011602 extra_headers : Headers | None = None ,
16021603 extra_query : Query | None = None ,
16031604 extra_body : Body | None = None ,
1604- polling_config : PollingConfig | None = None ,
16051605 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
16061606 idempotency_key : str | None = None ,
16071607 ) -> DevboxView :
0 commit comments