Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tnzapi

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tnzapi - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

3

lib/Api/Messaging/dtos/BaseApiRequestDTO.js
class BaseApiRequestDTO
{
ErrorEmailNotify;
//ErrorEmailNotify; // Use ReportTo instead
ReportTo;

@@ -5,0 +6,0 @@ WebhookCallbackURL;

@@ -18,2 +18,3 @@ const functions = require("../../../Functions");

CallRouteMessageOnWrongKey;
KeypadOptionRequired;

@@ -20,0 +21,0 @@ NumberOfOperators = 0;

@@ -18,2 +18,3 @@ const functions = require("../../../Functions");

CallRouteMessageOnWrongKey;
KeypadOptionRequired

@@ -20,0 +21,0 @@ NumberOfOperators = 0;

@@ -9,2 +9,3 @@ const functions = require("../../../Functions");

Reference;
ReportTo;
WebhookCallbackURL;

@@ -11,0 +12,0 @@ WebhookCallbackFormat;

@@ -22,2 +22,3 @@ const functions = require("../../../Functions");

Keypads = [];
KeypadOptionRequired = false;

@@ -24,0 +25,0 @@ constructor(data)

@@ -22,2 +22,3 @@ const functions = require("../../../Functions");

Keypads = [];
KeypadOptionRequired = false;

@@ -24,0 +25,0 @@ VoiceFiles = [];

@@ -117,3 +117,3 @@ const https = require('https');

method: httpMethod,
//rejectUnauthorized: false,
rejectUnauthorized: true,
headers: {

@@ -120,0 +120,0 @@ 'Content-Type': 'application/json',

{
"name": "tnzapi",
"version": "2.4.1",
"version": "2.4.2",
"description": "Node.js Library for TNZ Group REST API",

@@ -5,0 +5,0 @@ "main": "index.js",

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