@vivocha/public-types
Advanced tools
Comparing version 1.1.1-gaia.0 to 1.1.1-gaia.1
@@ -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; | ||
}; |
"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 |
{ | ||
"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" | ||
} |
31086
999