File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_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
4
4
config_hash : 8303e755d3e16cf28542d5f0aec83851
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
from typing import List , Optional
4
+ from datetime import datetime
4
5
from typing_extensions import Literal
5
6
6
7
from .._models import BaseModel
@@ -26,6 +27,9 @@ class AuthenticationMethod(BaseModel):
26
27
27
28
28
29
class ConnectionStatus (BaseModel ):
30
+ last_successful_sync : Optional [datetime ] = None
31
+ """The datetime when the connection was last successfully synced."""
32
+
29
33
message : Optional [str ] = None
30
34
31
35
status : Optional [ConnectionStatusType ] = None
You can’t perform that action at this time.
0 commit comments