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.202407151425.449f1fc.0 to 4.2.0-dev.202407151509.db072e4.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 {

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

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

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

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

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

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

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

export type ConversationMessageType = 'message'
export interface ConversationMessageEventParams {

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

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

@@ -20,0 +22,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