File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 46
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-0926c5a3f3e790c6a972e1a7b851e436419a727bc8c541d7a270af78ee65eab3 .yml
3- openapi_spec_hash : bb1f4769845319413351c5bd9eb2d064
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-94cd7551c2a8e8b2e491c9e8ca44387f2d1c7a498046dd60150f254316b20090 .yml
3+ openapi_spec_hash : c6f63a7d16d9ff16040c16a9633049fd
44config_hash : d21a244fc073152c8dbecb8ece970209
Original file line number Diff line number Diff line change @@ -180,6 +180,18 @@ export namespace Introspection {
180180 * The source ID of the entity
181181 */
182182 source_id : string | null ;
183+
184+ /**
185+ * The status of the entity connection
186+ */
187+ status :
188+ | 'pending'
189+ | 'processing'
190+ | 'connected'
191+ | 'error_no_account_setup'
192+ | 'error_permissions'
193+ | 'reauth'
194+ | 'disconnected' ;
183195 }
184196}
185197
You can’t perform that action at this time.
0 commit comments