@giosg/pub-sdk
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -7,2 +7,7 @@ # Changelog | ||
## 0.8.1 | ||
- Added `NotificationMode`. | ||
- Exported `NotificationMode` and `NotificationSettingsUid`. | ||
## 0.8.0 | ||
@@ -9,0 +14,0 @@ |
@@ -70,2 +70,3 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
} | ||
export declare type NotificationMode = "muted" | "unmuted" | "mentions"; | ||
export interface NotificationSettings { | ||
@@ -85,3 +86,3 @@ /** Unique identifier of the settings */ | ||
/** Notification mode of the settings */ | ||
muted: "muted" | "unmuted" | "mentions"; | ||
muted: NotificationMode; | ||
} | ||
@@ -160,4 +161,4 @@ export interface DMChannelPayload { | ||
/** Notification mode to be applied */ | ||
muted: "muted" | "unmuted" | "mentions"; | ||
muted: NotificationMode; | ||
} | ||
//# sourceMappingURL=groupchats.d.ts.map |
@@ -1,3 +0,3 @@ | ||
export { PubChannel, PubChannelMember, PubMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettings, NotificationSettingsPayload, PubMessagePayload, ChannelPayload, TextChunk, AudioChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, } from "./groupchats"; | ||
export { PubChannel, PubChannelMember, PubMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubMessagePayload, ChannelPayload, TextChunk, AudioChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, } from "./groupchats"; | ||
export { BasePubSdk } from "./sdk"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.8.0", | ||
"version": "0.8.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
Sorry, the diff of this file is not supported yet
24396
309