Socket
Socket
Sign inDemoInstall

twilio

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio - npm Package Compare versions

Comparing version 4.11.2 to 4.12.0

4

lib/rest/api/v2010/account/message.d.ts

@@ -59,4 +59,2 @@ /// <reference types="node" />

sendAsMms?: boolean;
/** The SID of the Content object returned at Content API content create time (https://www.twilio.com/docs/content-api/create-and-send-your-first-content-api-template#create-a-template). If this parameter is not specified, then the Content API will not be utilized. */
contentSid?: string;
/** Key-value pairs of variable names to substitution values, used alongside a content_sid. If not specified, Content API will default to the default variables defined at create time. */

@@ -72,2 +70,4 @@ contentVariables?: string;

mediaUrl?: Array<string>;
/** The SID of the Content object returned at Content API content create time (https://www.twilio.com/docs/content-api/create-and-send-your-first-content-api-template#create-a-template). If this parameter is not specified, then the Content API will not be utilized. */
contentSid?: string;
}

@@ -74,0 +74,0 @@ /**

@@ -259,4 +259,2 @@ "use strict";

data["SendAsMms"] = serialize.bool(params["sendAsMms"]);
if (params["contentSid"] !== undefined)
data["ContentSid"] = params["contentSid"];
if (params["contentVariables"] !== undefined)

@@ -272,2 +270,4 @@ data["ContentVariables"] = params["contentVariables"];

data["MediaUrl"] = serialize.map(params["mediaUrl"], (e) => e);
if (params["contentSid"] !== undefined)
data["ContentSid"] = params["contentSid"];
const headers = {};

@@ -274,0 +274,0 @@ headers["Content-Type"] = "application/x-www-form-urlencoded";

@@ -55,9 +55,9 @@ /// <reference types="node" />

/** */
connectivityIssues?: string;
connectivityIssue?: string;
/** */
qualityIssues?: string;
qualityIssue?: string;
/** */
spam?: boolean;
/** */
callScores?: string;
callScore?: string;
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */

@@ -115,9 +115,9 @@ pageSize?: number;

/** */
connectivityIssues?: string;
connectivityIssue?: string;
/** */
qualityIssues?: string;
qualityIssue?: string;
/** */
spam?: boolean;
/** */
callScores?: string;
callScore?: string;
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */

@@ -171,9 +171,9 @@ pageSize?: number;

/** */
connectivityIssues?: string;
connectivityIssue?: string;
/** */
qualityIssues?: string;
qualityIssue?: string;
/** */
spam?: boolean;
/** */
callScores?: string;
callScore?: string;
/** How many resources to return in each list page. The default is 50, and the maximum is 1000. */

@@ -275,2 +275,3 @@ pageSize?: number;

trust: any;
annotation: any;
}

@@ -302,2 +303,3 @@ export declare class CallSummariesInstance {

trust: any;
annotation: any;
/**

@@ -331,2 +333,3 @@ * Provide a user-friendly representation

trust: any;
annotation: any;
};

@@ -333,0 +336,0 @@ [inspect.custom](_depth: any, options: InspectOptions): string;

@@ -76,10 +76,10 @@ "use strict";

data["AnsweredBy"] = params["answeredBy"];
if (params["connectivityIssues"] !== undefined)
data["ConnectivityIssues"] = params["connectivityIssues"];
if (params["qualityIssues"] !== undefined)
data["QualityIssues"] = params["qualityIssues"];
if (params["connectivityIssue"] !== undefined)
data["ConnectivityIssue"] = params["connectivityIssue"];
if (params["qualityIssue"] !== undefined)
data["QualityIssue"] = params["qualityIssue"];
if (params["spam"] !== undefined)
data["Spam"] = serialize.bool(params["spam"]);
if (params["callScores"] !== undefined)
data["CallScores"] = params["callScores"];
if (params["callScore"] !== undefined)
data["CallScore"] = params["callScore"];
if (params["pageSize"] !== undefined)

@@ -147,2 +147,3 @@ data["PageSize"] = params["pageSize"];

this.trust = payload.trust;
this.annotation = payload.annotation;
}

@@ -178,2 +179,3 @@ /**

trust: this.trust,
annotation: this.annotation,
};

@@ -180,0 +182,0 @@ }

{
"name": "twilio",
"description": "A Twilio helper library",
"version": "4.11.2",
"version": "4.12.0",
"author": "API Team <api@twilio.com>",

@@ -6,0 +6,0 @@ "contributors": [

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