Skip to content

Commit 669d930

Browse files
feat(api): api update
1 parent 4757dc6 commit 669d930

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.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-b817e7a30a6366c063a8c9a334d5be281eb8d93e21acc8c8219d3bdc95043deb.yml
3-
openapi_spec_hash: d4cc4a5cba9f13986e38d148d330aa00
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-6190639c909b62f2e182a32dc56a80a87ca470e8970efd6ce8d3d7bd659d237c.yml
3+
openapi_spec_hash: c4078fa61a4ab0b480a2c7b40e495104
44
config_hash: f2846563903bf75ab0858872154df0f7

src/finch/types/introspection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ class Entity(BaseModel):
5454
source_id: Optional[str] = None
5555
"""The source ID of the entity"""
5656

57-
type: Optional[str] = None
58-
"""The type of entity"""
59-
6057

6158
class Introspection(BaseModel):
6259
id: str

0 commit comments

Comments
 (0)