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

@vivocha/public-types

Package Overview
Dependencies
Maintainers
26
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-types - npm Package Compare versions

Comparing version 1.1.1-gaia.0 to 1.1.1-gaia.1

7

dist/channel.d.ts

@@ -149,1 +149,8 @@ import { AssetManagerAPITypes } from './asset_manager';

}
export declare type ChannelAsrPayload = {
id: string;
type: 'gaia' | 'aws' | 'google';
event: 'start' | 'keepalive' | 'end';
acct_id: string;
data?: any;
};

17

dist/channel.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// ALL TYPES
// caps (req)
// message (opt, text, is_writing, attachment, postback, etc)
// mediaClient (opt)
// FSM A (stateless)
// new (opt, if missing is inferred)
// FSM B (stateful, no negotiation)
// new (req)
// cleared (req)
// joined (opt)
// left (opt)
// transferred (opt)
// FSM C (stateful, negotiation)
// offer
// answer
// established
// FSM D (client driven)
//# sourceMappingURL=channel.js.map

4

package.json
{
"name": "@vivocha/public-types",
"version": "1.1.1-gaia.0",
"version": "1.1.1-gaia.1",
"description": "Vivocha public types",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

},
"gitHead": "e9e85f841662630d44e7b2f9172b9276e8101842"
"gitHead": "bddbb0d19799f44d0271911f3a4292418a46f9cc"
}
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