mercadopago
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -35,2 +35,3 @@ import type { Address, Items, Shipments } from '../../../clients/commonTypes'; | ||
payer?: PayerRequest; | ||
forward_data?: ForwardDataRequest; | ||
point_of_interaction?: PointOfInteractionRequest; | ||
@@ -51,2 +52,5 @@ sponsor_id?: number; | ||
}; | ||
export declare type ForwardDataRequest = { | ||
sub_merchant?: SubMerchant; | ||
}; | ||
export declare interface AddressRequest extends Address { | ||
@@ -57,2 +61,18 @@ neighborhood?: string; | ||
} | ||
export declare type SubMerchant = { | ||
sub_merchant_id?: string; | ||
mcc?: string; | ||
country?: string; | ||
address_door_number?: number; | ||
zip?: string; | ||
document_number?: string; | ||
city?: string; | ||
address_street?: string; | ||
business_name?: string; | ||
region_code_iso?: string; | ||
region_code?: string; | ||
document_type?: string; | ||
phone?: string; | ||
url?: string; | ||
}; | ||
export declare type PointOfInteractionRequest = { | ||
@@ -59,0 +79,0 @@ linkedTo?: string; |
@@ -61,2 +61,3 @@ import { ApiResponse } from '../../types'; | ||
back_url?: string; | ||
next_payment_date?: string; | ||
} |
@@ -27,3 +27,3 @@ "use strict"; | ||
AppConfig.PRODUCT_ID = 'bc32b6ntrpp001u8nhkg'; | ||
AppConfig.SDK_VERSION = '2.0.10'; | ||
AppConfig.SDK_VERSION = '2.0.11'; | ||
AppConfig.Headers = { | ||
@@ -30,0 +30,0 @@ AUTHORIZATION: 'Authorization', |
{ | ||
"name": "mercadopago", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Mercadopago SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
180473
4456