sdk-typescript-apis-efi
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sdk-typescript-apis-efi", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Module for integration with EfiPay API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -361,2 +361,6 @@ declare const _default: { | ||
}; | ||
pixSendDetailId: { | ||
route: string; | ||
method: string; | ||
}; | ||
}; | ||
@@ -442,3 +446,3 @@ }; | ||
}; | ||
getAccountCertificate: { | ||
createAccountCertificate: { | ||
route: string; | ||
@@ -445,0 +449,0 @@ method: string; |
@@ -363,2 +363,6 @@ "use strict"; | ||
}, | ||
pixSendDetailId: { | ||
route: '/v2/gn/pix/enviados/id-envio/:idEnvio', | ||
method: 'get', | ||
}, | ||
}, | ||
@@ -444,5 +448,5 @@ }, | ||
}, | ||
getAccountCertificate: { | ||
createAccountCertificate: { | ||
route: '/cadastro/conta-simplificada/:identificador/certificado', | ||
method: 'get', | ||
method: 'post', | ||
}, | ||
@@ -449,0 +453,0 @@ getAccountCredentials: { |
@@ -132,3 +132,3 @@ "use strict"; | ||
const headers = { | ||
'api-sdk': `typescript-${package_json_1.default.version}`, | ||
'api-sdk': `efi-typescript-${package_json_1.default.version}`, | ||
'Content-Type': 'application/json', | ||
@@ -135,0 +135,0 @@ authorization: `Bearer ${accessToken}`, |
@@ -17,3 +17,3 @@ /* eslint-disable import/extensions */ | ||
efipay | ||
.resendParcel(params, body) | ||
.sendCarnetParcelEmail(params, body) | ||
.then((resposta: Promise<any>) => { | ||
@@ -20,0 +20,0 @@ console.log(resposta); |
{ | ||
"name": "sdk-typescript-apis-efi", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Module for integration with EfiPay API", | ||
@@ -56,2 +56,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
107927
124
3742