@vonage/voice
Advanced tools
Comparing version 1.17.0 to 1.17.1
@@ -9,2 +9,3 @@ "use strict"; | ||
(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CommonOutboundCall type'); | ||
/* istanbul ignore next */ | ||
/** | ||
@@ -11,0 +12,0 @@ * Represents an outbound call. |
@@ -10,2 +10,3 @@ "use strict"; | ||
(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CallWithAnswerURL type'); | ||
/* istanbul ignore next */ | ||
/** | ||
@@ -12,0 +13,0 @@ * Represents an outbound call with an answer URL. |
@@ -10,2 +10,3 @@ "use strict"; | ||
(0, debug_1.default)('@vonage/voice')('This class is deprecated. Please update to use the CallWithNCCO type'); | ||
/* istanbul ignore next */ | ||
/** | ||
@@ -12,0 +13,0 @@ * Represents an outbound call with NCCO (Nexmo Call Control Object). |
@@ -15,3 +15,7 @@ import { CommonOutboundCall } from './CommonOutboundCall'; | ||
answerMethod?: HttpMethod; | ||
/** | ||
* Provide DTMF digits to send when the call is answerMethod | ||
*/ | ||
dtmfAnswer?: string; | ||
}; | ||
//# sourceMappingURL=CallWithAnswerURL.d.ts.map |
@@ -5,2 +5,3 @@ import { PhoneEndpoint } from './PhoneEndpoint'; | ||
import { WebsocketEndpoint } from './WebsocketEndpoint'; | ||
import { AppEndpoint } from './AppEndpoint'; | ||
/** | ||
@@ -10,3 +11,3 @@ * Represents a call endpoint, which can be of different types such as Phone, SIP, VBC, or Websocket. | ||
*/ | ||
export type CallEndpoint = WebsocketEndpoint | PhoneEndpoint | SIPEndpoint | VBCEndpoint; | ||
export type CallEndpoint = WebsocketEndpoint | PhoneEndpoint | SIPEndpoint | AppEndpoint | VBCEndpoint; | ||
//# sourceMappingURL=CallEndpoint.d.ts.map |
@@ -7,2 +7,3 @@ export * from './CallEndpoint'; | ||
export * from './WebsocketEndpoint'; | ||
export * from './AppEndpoint'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,2 +23,3 @@ "use strict"; | ||
__exportStar(require("./WebsocketEndpoint"), exports); | ||
__exportStar(require("./AppEndpoint"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -13,3 +13,7 @@ /** | ||
number: string; | ||
}; | ||
/** | ||
* Provide DTMF digits to send when the call is answered | ||
*/ | ||
dtmfAnswer?: string; | ||
} & Record<string, unknown>; | ||
//# sourceMappingURL=PhoneEndpoint.d.ts.map |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@vonage/voice", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
412620
451
6589