@giosg/pub-sdk
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -7,2 +7,6 @@ # Changelog | ||
## 0.7.1 | ||
- Make `Channel` fields `latest_message` and `latest_message_created_at` nullable. | ||
## 0.7.0 | ||
@@ -9,0 +13,0 @@ |
@@ -29,5 +29,5 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
/** Latest message of the channel */ | ||
latest_message: PubMessageBody; | ||
latest_message: PubMessageBody | null; | ||
/** Date when last message was created in the channel */ | ||
latest_message_created_at: string; | ||
latest_message_created_at: string | null; | ||
} | ||
@@ -34,0 +34,0 @@ export interface PubChannelMember { |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
22490