Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Sep 3, 2024
1 parent e0b252c commit e064d98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 37
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-82f59232f8a0981c05494d0697c69182e5f36f2d355953c6098c1d4baf52341b.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-73f8c2f1adc83beed2a8b1dd5d1981b61f94b8d22a7be3778b42084a810ab0e7.yml
12 changes: 6 additions & 6 deletions src/finch/types/job_completion_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ class JobCompletionEvent(BaseWebhookEvent):

event_type: Optional[
Literal[
"job.benefit_create.updated",
"job.benefit_enroll.updated",
"job.benefit_register.updated",
"job.benefit_unenroll.updated",
"job.benefit_update.updated",
"job.data_sync_all.updated",
"job.benefit_create.completed",
"job.benefit_enroll.completed",
"job.benefit_register.completed",
"job.benefit_unenroll.completed",
"job.benefit_update.completed",
"job.data_sync_all.completed",
]
] = None

0 comments on commit e064d98

Please sign in to comment.