From 2630a78635f0a8ec327cd09a58425b4ce55a1551 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Fri, 14 Oct 2022 11:15:27 -0700 Subject: [PATCH] upgrade fern (#10) --- fern/api/definition/event.yml | 4 +++- fern/fern.config.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fern/api/definition/event.yml b/fern/api/definition/event.yml index b2b6000..e98505e 100644 --- a/fern/api/definition/event.yml +++ b/fern/api/definition/event.yml @@ -196,7 +196,9 @@ types: BulkSendEventRequest: properties: event: string - batch: list + batch: + type: list + docs: List of events BatchEvent: properties: diff --git a/fern/fern.config.json b/fern/fern.config.json index ba466b8..a3dc73d 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "raven", - "version": "0.0.213" + "version": "0.0.214" } \ No newline at end of file