Skip to content

Commit 136acd6

Browse files
feat(api): api update
1 parent c2d0485 commit 136acd6

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: d21a244fc073152c8dbecb8ece970209

src/resources/account.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)