Skip to content

Commit a52c74a

Browse files
feat(api): api update
1 parent 6947764 commit a52c74a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 43
2-
openapi_spec_hash: 51dd9bdb04307116617d3eefe3237755
2+
openapi_spec_hash: 6d2d01f4951c677a47cffe973084413e
33
config_hash: 5e459b33c53ffa6e554087a779bdb790

src/codex/types/users/user_schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class UserSchema(BaseModel):
2323

2424
email: str
2525

26+
email_verified: bool
27+
2628
updated_at: datetime
2729

2830
user_provided_company_name: Optional[str] = None

src/codex/types/users/user_schema_public.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class UserSchemaPublic(BaseModel):
1414

1515
email: str
1616

17-
email_verified: Optional[bool] = None
17+
email_verified: bool
1818

1919
first_name: Optional[str] = None
2020

0 commit comments

Comments
 (0)