Skip to content

Commit

Permalink
upgrade fern (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Oct 14, 2022
1 parent 4bb3bc4 commit 2630a78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fern/api/definition/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ types:
BulkSendEventRequest:
properties:
event: string
batch: list<BatchEvent>
batch:
type: list<BatchEvent>
docs: List of events

BatchEvent:
properties:
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "raven",
"version": "0.0.213"
"version": "0.0.214"
}

0 comments on commit 2630a78

Please sign in to comment.