mercadopago
Advanced tools
Comparing version 1.5.5 to 1.5.6
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, // Fails if an extra param is added to the model | ||
additionalProperties: true, // Fails if an extra param is added to the model | ||
properties: { | ||
@@ -5,0 +5,0 @@ id: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, // Fails if an extra param is added to the model | ||
additionalProperties: true, // Fails if an extra param is added to the model | ||
properties: { | ||
@@ -5,0 +5,0 @@ id: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, // Fails if an extra param is added to the model | ||
additionalProperties: true, // Fails if an extra param is added to the model | ||
properties: { | ||
@@ -5,0 +5,0 @@ id: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -5,0 +5,0 @@ email: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, // Fails if an extra param is added to the model | ||
additionalProperties: true, // Fails if an extra param is added to the model | ||
properties: { | ||
@@ -5,0 +5,0 @@ id: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -5,0 +5,0 @@ preference_id: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -5,0 +5,0 @@ concept_type: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -5,0 +5,0 @@ payer_email: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -5,0 +5,0 @@ items: { |
/* istanbul ignore next */ | ||
module.exports = { | ||
additionalProperties: false, // Fails if an extra param is added to the model | ||
additionalProperties: true, // Fails if an extra param is added to the model | ||
properties: { | ||
@@ -5,0 +5,0 @@ id: { |
{ | ||
"name": "mercadopago", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Mercadopago SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ /* eslint-env node, mocha */ | ||
var testSchema = { | ||
additionalProperties: false, | ||
additionalProperties: true, | ||
properties: { | ||
@@ -12,0 +12,0 @@ first_name: { |
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
2461740