Comparing version 2.4.1 to 2.4.2
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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201494
5333