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
9
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.8.0 to 0.8.1

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Changelog

## 0.8.1
- Added `NotificationMode`.
- Exported `NotificationMode` and `NotificationSettingsUid`.
## 0.8.0

@@ -9,0 +14,0 @@

5

lib/groupchats.d.ts

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

2

lib/index.d.ts

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

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