@giosg/pub-sdk
Advanced tools
Comparing version 0.13.4 to 0.13.5
@@ -159,7 +159,2 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
} | ||
export interface AudioChunk { | ||
type: "audio"; | ||
url: string; | ||
title?: string; | ||
} | ||
export interface VoiceChunk { | ||
@@ -180,3 +175,3 @@ type: "voice"; | ||
export declare type ChunkV2 = TextChunk; | ||
export declare type ChunkV3 = TextChunk | AudioChunk | VoiceChunk | VideoChunk | FileChunk | ImageChunk | LinkChunk; | ||
export declare type ChunkV3 = TextChunk | VoiceChunk | VideoChunk | FileChunk | ImageChunk | LinkChunk; | ||
export interface ExternalViewV1 { | ||
@@ -183,0 +178,0 @@ /** Link to external content source */ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,3 +0,3 @@ | ||
export { PubChannel, PubChannelMember, PubMessage, PubReportingMessage, PubReportingBody, PubUserMessage, PubCallRequestMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubCallRequestPayload, PubUserMessagePayload, PubMessagePayload, ChannelPayload, TextChunk, AudioChunk, VoiceChunk, FileChunk, ImageChunk, LinkChunk, VideoChunk, ChunkV2, ChunkV3, ExternalViewV1, PubMessageBody, PubMessageBodyV1, PubMessageBodyV2, PubMessageBodyV3, CallRequestBody, } from "./groupchats"; | ||
export { PubChannel, PubChannelMember, PubMessage, PubReportingMessage, PubReportingBody, PubUserMessage, PubCallRequestMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettingsUid, NotificationMode, NotificationSettings, NotificationSettingsPayload, PubCallRequestPayload, 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.13.4", | ||
"version": "0.13.5", | ||
"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
Sorry, the diff of this file is not supported yet
29044
12
367