sdk-nodejs icon indicating copy to clipboard operation
sdk-nodejs copied to clipboard

Allow compilation with TypeScript 5.7.3

Open mariocarro opened this issue 7 months ago • 1 comments

This minimal change allows compilation with TypeScript 5.7.3 (other versions have not been tested).

Specifically, it solves a series of errors like this:

node_modules/mercadopago/dist/clients/customer/search/types.d.ts:11:5 - error TS2411: Property 'email' of type 'string | undefined' is not assignable to 'string' index type 'string | number'.

returned by the compilation of the upstream version.

mariocarro avatar Apr 16 '25 09:04 mariocarro

Oops! Forgot to switch branches. Only the first commit (45a44b7) was intended to be in the pull request.

mariocarro avatar Apr 19 '25 14:04 mariocarro

Olá @mariocarro,

Agradecemos a disposição em contribuir! Mas pedimos para que abra um novo Pull Request utilizando um dos modelos pré-definidos e incluindo a maior quantidade de informações possível para que o processo de análise seja mais ágil e efetivo.

danielen-meli avatar Nov 03 '25 19:11 danielen-meli