Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
Maintainers
9
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/types - npm Package Compare versions

Comparing version 3.4.0 to 4.0.0

5

CHANGELOG.md

@@ -5,4 +5,9 @@ # Changelog

## 4.0.0
### Breaking changes:
- Removed `unread_message_count` from `BarChat` interface.
- Removed `is_participating` from `BarChat` interface.
## 3.4.0

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

11

lib/chat.d.ts

@@ -1016,9 +1016,2 @@ import { NestedAvatar } from "./customer";

active_duration: number | null;
/**
* @deprecated
*/
/**
* How many messages have created_at greater than last_seen_at
*/
unread_message_count: number;
/** Chat session latest message if exists */

@@ -1035,6 +1028,2 @@ chat_session_latest_message: ChatMessage | null;

visitor_id: VisitorCid | null;
/**
* Is user participating in chat
*/
is_participating: boolean | null;
/** Team ID if this chat is team chat channel type, null otherwise */

@@ -1041,0 +1030,0 @@ team_id: TeamUid | null;

2

package.json
{
"name": "@giosg/types",
"version": "3.4.0",
"version": "4.0.0",
"description": "TypeScript interfaces for GiosgAPI",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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