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

@signalwire/core

Package Overview
Dependencies
Maintainers
5
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalwire/core - npm Package Compare versions

Comparing version 4.2.0-dev.202407151509.db072e4.0 to 4.2.0-dev.202407151536.7130138.0

3

dist/core/src/types/conversation.d.ts
import { SwEvent } from '..';
export declare type ConversationMessageEventName = 'conversation.message';
export declare type ConversationMessageType = 'message';
export interface ConversationMessageEventParams {

@@ -15,3 +14,3 @@ conversation_id: string;

ts: number;
type: ConversationMessageType;
type: string;
user_id: string;

@@ -18,0 +17,0 @@ user_name: string;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "4.2.0-dev.202407151509.db072e4.0",
"version": "4.2.0-dev.202407151536.7130138.0",
"main": "dist/index.node.js",

@@ -9,0 +9,0 @@ "module": "dist/index.esm.js",

@@ -5,4 +5,2 @@ import { SwEvent } from '..'

export type ConversationMessageType = 'message'
export interface ConversationMessageEventParams {

@@ -19,3 +17,3 @@ conversation_id: string

ts: number
type: ConversationMessageType
type: string
user_id: string

@@ -22,0 +20,0 @@ user_name: string

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