Skip to content

Commit 233c371

Browse files
committed
feat(api): updates (#133)
1 parent c952056 commit 233c371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/orb/types/subscription_fetch_schedule_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class Plan(BaseModel):
2222

2323

2424
class SubscriptionFetchScheduleResponse(BaseModel):
25+
created_at: datetime
26+
2527
end_date: Optional[datetime] = None
2628

2729
plan: Plan

0 commit comments

Comments
 (0)