@vivocha/public-types
Advanced tools
Comparing version 1.1.1-gaia.8 to 1.1.1-gaia.9
@@ -83,3 +83,3 @@ import { Encryptable } from './encryptable'; | ||
code: 'event'; | ||
type: 'start-call' | 'transfer-back' | 'left'; | ||
type: 'start-call' | 'transfer-back' | 'left' | 'outbound-result'; | ||
data: Data; | ||
@@ -110,2 +110,5 @@ } | ||
} | ||
interface OutboundResult extends Base { | ||
type: 'outbound-result'; | ||
} | ||
} | ||
@@ -112,0 +115,0 @@ export declare type MessageMetadata = { |
@@ -9,3 +9,4 @@ "use strict"; | ||
; | ||
; | ||
})(CallEvent = exports.CallEvent || (exports.CallEvent = {})); | ||
//# sourceMappingURL=message.js.map |
{ | ||
"name": "@vivocha/public-types", | ||
"version": "1.1.1-gaia.8", | ||
"version": "1.1.1-gaia.9", | ||
"description": "Vivocha public types", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4cf62471f86af628a136853306530e49bbd5668c" | ||
"gitHead": "62af34c14c2b8f1d8df34ccdda616046e24ab0ed" | ||
} |
33264
1081