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.18.0 to 4.18.1

lib/rest/trusthub/v1/complianceInquiries.d.ts

3

lib/base/BaseTwilio.d.ts

@@ -77,3 +77,4 @@ /// <reference types="node" />

/**
* Validates that a request to the new SSL certificate is successful.
* Test if your environment is impacted by a TLS or certificate
* change is by sending an HTTP request to the test endpoint
*

@@ -80,0 +81,0 @@ * @throws RestException if the request fails

@@ -159,3 +159,4 @@ "use strict";

/**
* Validates that a request to the new SSL certificate is successful.
* Test if your environment is impacted by a TLS or certificate
* change is by sending an HTTP request to the test endpoint
*

@@ -170,3 +171,3 @@ * @throws RestException if the request fails

method: "get",
uri: "https://api.twilio.com:8443/2010-04-01/.json",
uri: "https://tls-test.twilio.com:443",
})

@@ -173,0 +174,0 @@ .then((response) => {

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

contentVariables?: string;
/** A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message. The object may contain up to 10 tags. Keys and values can each be up to 128 characters in length. */
tags?: string;
/** */

@@ -231,3 +229,2 @@ riskCheck?: MessageRiskCheck;

subresource_uris: Record<string, string>;
tags: any;
}

@@ -313,6 +310,2 @@ export declare class MessageInstance {

subresourceUris: Record<string, string>;
/**
* A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message.
*/
tags: any;
private get _proxy();

@@ -386,3 +379,2 @@ /**

subresourceUris: Record<string, string>;
tags: any;
};

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

@@ -132,3 +132,2 @@ "use strict";

this.subresourceUris = payload.subresource_uris;
this.tags = payload.tags;
this._solution = { accountSid, sid: sid || this.sid };

@@ -204,3 +203,2 @@ }

subresourceUris: this.subresourceUris,
tags: this.tags,
};

@@ -265,4 +263,2 @@ }

data["ContentVariables"] = params["contentVariables"];
if (params["tags"] !== undefined)
data["Tags"] = params["tags"];
if (params["riskCheck"] !== undefined)

@@ -269,0 +265,0 @@ data["RiskCheck"] = params["riskCheck"];

import TrusthubBase from "../TrusthubBase";
import Version from "../../base/Version";
import { ComplianceInquiriesListInstance } from "./v1/complianceInquiries";
import { CustomerProfilesListInstance } from "./v1/customerProfiles";

@@ -17,2 +18,4 @@ import { EndUserListInstance } from "./v1/endUser";

constructor(domain: TrusthubBase);
/** complianceInquiries - { Twilio.Trusthub.V1.ComplianceInquiriesListInstance } resource */
protected _complianceInquiries?: ComplianceInquiriesListInstance;
/** customerProfiles - { Twilio.Trusthub.V1.CustomerProfilesListInstance } resource */

@@ -32,2 +35,4 @@ protected _customerProfiles?: CustomerProfilesListInstance;

protected _trustProducts?: TrustProductsListInstance;
/** Getter for complianceInquiries resource */
get complianceInquiries(): ComplianceInquiriesListInstance;
/** Getter for customerProfiles resource */

@@ -34,0 +39,0 @@ get customerProfiles(): CustomerProfilesListInstance;

@@ -20,2 +20,3 @@ "use strict";

const Version_1 = __importDefault(require("../../base/Version"));
const complianceInquiries_1 = require("./v1/complianceInquiries");
const customerProfiles_1 = require("./v1/customerProfiles");

@@ -37,2 +38,8 @@ const endUser_1 = require("./v1/endUser");

}
/** Getter for complianceInquiries resource */
get complianceInquiries() {
this._complianceInquiries =
this._complianceInquiries || (0, complianceInquiries_1.ComplianceInquiriesListInstance)(this);
return this._complianceInquiries;
}
/** Getter for customerProfiles resource */

@@ -39,0 +46,0 @@ get customerProfiles() {

{
"name": "twilio",
"description": "A Twilio helper library",
"version": "4.18.0",
"version": "4.18.1",
"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