Socket
Socket
Sign inDemoInstall

@signalwire/compatibility-api

Package Overview
Dependencies
48
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.1.0-dev.202305031251.9fb4e5f.0

1

compatibility-api.d.ts

@@ -20,2 +20,3 @@ import type { Twilio, TwimlInterface, JwtInterface } from 'twilio'

machineWordsThreshold?: number
maxPricePerMinute?: number
}

@@ -22,0 +23,0 @@

18

dist/core/src/types/voiceCall.d.ts

@@ -221,12 +221,11 @@ import type { SwEvent } from '.';

};
export declare type VoiceCallConnectMethodParams = VoiceDeviceBuilder | {
export interface VoiceCallConnectAdditionalParams {
ringback?: VoicePlaylist;
maxPricePerMinute?: number;
}
export declare type VoiceCallConnectMethodParams = VoiceDeviceBuilder | ({
devices: VoiceDeviceBuilder;
ringback?: VoicePlaylist;
};
export declare type VoiceCallConnectPhoneMethodParams = OmitType<VoiceCallPhoneParams> & {
ringback?: VoicePlaylist;
};
export declare type VoiceCallConnectSipMethodParams = OmitType<VoiceCallSipParams> & {
ringback?: VoicePlaylist;
};
} & VoiceCallConnectAdditionalParams);
export declare type VoiceCallConnectPhoneMethodParams = OmitType<VoiceCallPhoneParams> & VoiceCallConnectAdditionalParams;
export declare type VoiceCallConnectSipMethodParams = OmitType<VoiceCallSipParams> & VoiceCallConnectAdditionalParams;
interface VoiceCallDetectBaseParams {

@@ -255,2 +254,3 @@ timeout?: number;

region?: VoiceRegion;
maxPricePerMinute?: number;
}

@@ -257,0 +257,0 @@ export declare type VoiceCallDialPhoneMethodParams = OmitType<VoiceCallPhoneParams> & VoiceCallDialRegionParams;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "3.0.5",
"version": "3.1.0-dev.202305031251.9fb4e5f.0",
"main": "dist/index.node.js",

@@ -9,0 +9,0 @@ "exports": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc