@giosg/pub-sdk
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -55,3 +55,3 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
/** Date when the member was seen for the last time*/ | ||
last_seen_at: string; | ||
last_seen_at?: string; | ||
/** Number of messages member is yet to see */ | ||
@@ -58,0 +58,0 @@ unread_message_count: number; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export { PubChannel, PubChannelMember, PubMessage, PubReportingMessage, PubReportingBody, PubUserMessage, PubCallRequestMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubCallRequestPayload, PubCallLeavePayload, PubUserMessagePayload, PubMessagePayload, ChannelPayload, TextChunk, VoiceChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, ExternalViewV1, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, CallRequestBody, } from "./groupchats"; | ||
export { BasePubSdk } from "./sdk"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IRealtimeSdk } from "@giosg/realtime-sdk"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,0 +0,0 @@ # Giosg Pub SDK and interfaces |
Sorry, the diff of this file is not supported yet
28340