@@ -67,7 +67,7 @@ def create(
6767 name : Optional [str ] | NotGiven = NOT_GIVEN ,
6868 role_id : Optional [str ] | NotGiven = NOT_GIVEN ,
6969 role_variables : Optional [Dict [str , Union [str , int , bool ]]] | NotGiven = NOT_GIVEN ,
70- user_profile : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
70+ user_profile : Optional [Dict [str , Union [ str , int , bool ] ]] | NotGiven = NOT_GIVEN ,
7171 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
7272 # The extra values given here take precedence over values defined on the client or passed to this method.
7373 extra_headers : Headers | None = None ,
@@ -263,7 +263,7 @@ async def create(
263263 name : Optional [str ] | NotGiven = NOT_GIVEN ,
264264 role_id : Optional [str ] | NotGiven = NOT_GIVEN ,
265265 role_variables : Optional [Dict [str , Union [str , int , bool ]]] | NotGiven = NOT_GIVEN ,
266- user_profile : Optional [Dict [str , str ]] | NotGiven = NOT_GIVEN ,
266+ user_profile : Optional [Dict [str , Union [ str , int , bool ] ]] | NotGiven = NOT_GIVEN ,
267267 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
268268 # The extra values given here take precedence over values defined on the client or passed to this method.
269269 extra_headers : Headers | None = None ,
0 commit comments