New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@giosg/pub-sdk

Package Overview
Dependencies
Maintainers
10
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/pub-sdk - npm Package Compare versions

Comparing version 0.13.4 to 0.13.5

CHANGELOG.md

7

lib/groupchats.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc