Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giosg/types

Package Overview
Dependencies
Maintainers
0
Versions
99
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 12.0.11 to 12.0.12

3

CHANGELOG.md

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

## 12.0.12
- Added `agent_call` chat type
## 12.0.11

@@ -9,0 +12,0 @@ - Added `category_name` to RoomChatTag interface

2

lib/cjs/chat.d.ts

@@ -427,3 +427,3 @@ import { NestedAvatar } from "./customer";

}
export type ChatType = "operator" | "visitor" | "identified" | "external" | "group" | "task";
export type ChatType = "operator" | "visitor" | "identified" | "external" | "group" | "task" | "agent_call";
export interface Chat {

@@ -430,0 +430,0 @@ /** Unique identifier of the chat */

@@ -427,3 +427,3 @@ import { NestedAvatar } from "./customer";

}
export type ChatType = "operator" | "visitor" | "identified" | "external" | "group" | "task";
export type ChatType = "operator" | "visitor" | "identified" | "external" | "group" | "task" | "agent_call";
export interface Chat {

@@ -430,0 +430,0 @@ /** Unique identifier of the chat */

{
"name": "@giosg/types",
"version": "12.0.11",
"version": "12.0.12",
"description": "TypeScript interfaces for GiosgAPI",

@@ -5,0 +5,0 @@ "main": "lib/cjs/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