File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 41
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-63d6857158c2634529b468b53df0b9c02f42d6f9783399939a38986e3137a86f .yml
3- openapi_spec_hash : 2c3aea6ae3e0a3dd7ac65c25b8fdc24d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-3224f142ed1542ed2535c155e8eb23b7ea10470c12448d60c3ce584126073a93 .yml
3+ openapi_spec_hash : 6c4b213ed5e4f7d1b369e04e4bfb5164
44config_hash : 8303e755d3e16cf28542d5f0aec83851
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33from typing import List , Optional
4+ from datetime import datetime
45from typing_extensions import Literal
56
67from .._models import BaseModel
@@ -26,6 +27,9 @@ class AuthenticationMethod(BaseModel):
2627
2728
2829class ConnectionStatus (BaseModel ):
30+ last_successful_sync : Optional [datetime ] = None
31+ """The datetime when the connection was last successfully synced."""
32+
2933 message : Optional [str ] = None
3034
3135 status : Optional [ConnectionStatusType ] = None
You can’t perform that action at this time.
0 commit comments