Skip to content

Commit 76a29b9

Browse files
feat(api): api update (#628)
1 parent 21b9ffd commit 76a29b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 41
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-69819ddc6d03624ee8d880317fca03afab50a0a843218f1d9f14616e8a003dad.yml
3-
openapi_spec_hash: aaaf1428c428b79ff61b7cd02c7eee5c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-63d6857158c2634529b468b53df0b9c02f42d6f9783399939a38986e3137a86f.yml
3+
openapi_spec_hash: 2c3aea6ae3e0a3dd7ac65c25b8fdc24d
44
config_hash: 8303e755d3e16cf28542d5f0aec83851

src/finch/types/sandbox/directory_create_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class BodyManager(TypedDict, total=False):
6464

6565

6666
class BodyPhoneNumber(TypedDict, total=False):
67-
data: str
67+
data: Optional[str]
6868

6969
type: Optional[Literal["work", "personal"]]
7070

src/finch/types/sandbox/individual_update_params.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ class Email(TypedDict, total=False):
7171

7272

7373
class PhoneNumber(TypedDict, total=False):
74-
data: str
74+
data: Optional[str]
7575

7676
type: Optional[Literal["work", "personal"]]

0 commit comments

Comments
 (0)