@giosg/pub-sdk
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -7,2 +7,5 @@ # Changelog | ||
## 0.24.0 | ||
- Add `is_default_channel` field to `PubChannel`interface. | ||
## 0.23.0 | ||
@@ -9,0 +12,0 @@ - Add is_private field to `ChannelPayload` and `PubChannel` interface. |
@@ -37,2 +37,4 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
is_private: boolean | null; | ||
/** Is channel organizations default channel or not */ | ||
is_default_channel: boolean | null; | ||
/** | ||
@@ -39,0 +41,0 @@ * Latest message created_at, use this for sorting |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
34842
437