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

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
9
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-entities - npm Package Compare versions

Comparing version 5.9.41 to 5.9.42

9

dist/message.d.ts

@@ -44,3 +44,2 @@ export interface AttachmentMeta {

export interface TextMessage extends GenericMessage {
code: 'message';
type: 'text';

@@ -51,3 +50,2 @@ body: string;

export interface LinkMessage extends GenericMessage {
code: 'message';
type: 'link';

@@ -58,3 +56,2 @@ url: string;

export interface ActionMessage extends GenericMessage {
code: 'message';
type: 'action';

@@ -65,7 +62,5 @@ action_code: string;

export interface IsWritingMessage extends GenericMessage {
code: 'message';
type: 'iswriting';
}
export interface AckMessage extends GenericMessage {
code: 'message';
type: 'ack';

@@ -75,7 +70,5 @@ ref: string;

export interface MediaChangeMessage extends GenericMessage {
code: 'message';
type: 'mediachange';
}
export interface AttachmentMessage extends GenericMessage {
code: 'message';
type: 'attachment';

@@ -86,3 +79,2 @@ url: 'string';

export interface TemplateMessage extends GenericMessage {
code: 'message';
type: 'template';

@@ -93,3 +85,2 @@ template: string;

export interface PostbackMessage extends GenericMessage {
code: 'message';
type: 'postback';

@@ -96,0 +87,0 @@ body: string;

1

dist/message.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
;
//# sourceMappingURL=message.js.map

2

package.json
{
"name": "@vivocha/public-entities",
"version": "5.9.41",
"version": "5.9.42",
"description": "Vivocha public entities and types",

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

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