@@ -43,8 +43,8 @@ def list(
43
43
self ,
44
44
customer_id : Optional [str ],
45
45
* ,
46
- timeframe_end : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
47
- timeframe_start : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
46
+ timeframe_end : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
47
+ timeframe_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
48
48
view_mode : Optional [Literal ["periodic" , "cumulative" ]] | NotGiven = NOT_GIVEN ,
49
49
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
50
50
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -232,8 +232,8 @@ def list_by_external_id(
232
232
self ,
233
233
external_customer_id : Optional [str ],
234
234
* ,
235
- timeframe_end : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
236
- timeframe_start : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
235
+ timeframe_end : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
236
+ timeframe_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
237
237
view_mode : Optional [Literal ["periodic" , "cumulative" ]] | NotGiven = NOT_GIVEN ,
238
238
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
239
239
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -433,8 +433,8 @@ async def list(
433
433
self ,
434
434
customer_id : Optional [str ],
435
435
* ,
436
- timeframe_end : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
437
- timeframe_start : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
436
+ timeframe_end : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
437
+ timeframe_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
438
438
view_mode : Optional [Literal ["periodic" , "cumulative" ]] | NotGiven = NOT_GIVEN ,
439
439
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
440
440
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -622,8 +622,8 @@ async def list_by_external_id(
622
622
self ,
623
623
external_customer_id : Optional [str ],
624
624
* ,
625
- timeframe_end : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
626
- timeframe_start : Union [str , datetime , None ] | NotGiven = NOT_GIVEN ,
625
+ timeframe_end : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
626
+ timeframe_start : Union [str , datetime ] | NotGiven = NOT_GIVEN ,
627
627
view_mode : Optional [Literal ["periodic" , "cumulative" ]] | NotGiven = NOT_GIVEN ,
628
628
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
629
629
# The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments