@@ -54,10 +54,9 @@ def retrieve(
5454 extra_body : Body | None = None ,
5555 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
5656 ) -> NetworkTotalRetrieveResponse :
57- """(Available March 4, 2025) Retrieve a specific network total record by token.
57+ """Retrieve a specific network total record by token.
5858
59- Not
60- available in sandbox.
59+ Not available in sandbox.
6160
6261 Args:
6362 extra_headers: Send extra headers
@@ -99,10 +98,9 @@ def list(
9998 extra_body : Body | None = None ,
10099 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
101100 ) -> SyncCursorPage [NetworkTotalListResponse ]:
102- """(Available March 4, 2025) List network total records with optional filters.
101+ """List network total records with optional filters.
103102
104- Not
105- available in sandbox.
103+ Not available in sandbox.
106104
107105 Args:
108106 begin: Datetime in RFC 3339 format. Only entries created after the specified time will
@@ -200,10 +198,9 @@ async def retrieve(
200198 extra_body : Body | None = None ,
201199 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
202200 ) -> NetworkTotalRetrieveResponse :
203- """(Available March 4, 2025) Retrieve a specific network total record by token.
201+ """Retrieve a specific network total record by token.
204202
205- Not
206- available in sandbox.
203+ Not available in sandbox.
207204
208205 Args:
209206 extra_headers: Send extra headers
@@ -245,10 +242,9 @@ def list(
245242 extra_body : Body | None = None ,
246243 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
247244 ) -> AsyncPaginator [NetworkTotalListResponse , AsyncCursorPage [NetworkTotalListResponse ]]:
248- """(Available March 4, 2025) List network total records with optional filters.
245+ """List network total records with optional filters.
249246
250- Not
251- available in sandbox.
247+ Not available in sandbox.
252248
253249 Args:
254250 begin: Datetime in RFC 3339 format. Only entries created after the specified time will
0 commit comments