schemas/events.json in losant_rest-1.8.5 vs schemas/events.json in losant_rest-1.8.6

- old
+ new

@@ -33,11 +33,12 @@ "type": "string", "enum": [ "flow", "user", "device", - "apiToken" + "apiToken", + "notebook" ] }, "sourceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" @@ -78,10 +79,11 @@ "type": "string", "enum": [ "flow", "user", "device", - "apiToken" + "apiToken", + "notebook" ] }, "sourceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" \ No newline at end of file