sendinblue / APIv3-typescript-library

SendinBlue's API v3 client
40 stars 19 forks source link

Typescript errors: Parameter 'error', 'body' and 'error' implicitly has an 'any' type #52

Closed bc-m closed 2 years ago

bc-m commented 2 years ago

Description

We've got many (400+) errors with this lib.

TSC output ``` node_modules/@sendinblue/client/src/api.ts(13,34): error TS7016: Could not find a declaration file for module 'request'. 'node_modules/request/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';` node_modules/@sendinblue/client/src/api.ts(10905,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(10905,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(10905,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11029,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11029,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11029,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11094,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11094,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11094,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11145,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11145,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11145,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11218,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11218,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11218,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11355,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11355,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11355,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11414,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11414,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11414,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11472,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11472,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11472,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11538,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11538,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11538,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11596,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11596,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11596,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11713,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11713,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11713,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11772,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11772,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11772,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11830,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11830,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11830,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11896,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11896,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11896,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11954,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11954,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(11954,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12006,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12006,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12006,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12123,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12123,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12123,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12196,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12196,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12196,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12254,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12254,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12254,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12313,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12313,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12313,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12371,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12371,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12371,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12430,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12430,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12430,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12496,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12496,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12496,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12554,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12554,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12554,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12612,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12612,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12612,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12670,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12670,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12670,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12721,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12721,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12721,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12790,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12790,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12790,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12859,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12859,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12859,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12931,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12931,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(12931,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13010,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13010,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13010,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13069,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13069,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13069,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13143,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13143,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13143,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13220,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13220,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13220,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13279,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13279,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13279,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13346,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13346,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13346,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13405,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13405,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13405,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13471,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13471,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13471,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13530,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13530,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13530,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13603,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13603,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13603,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13661,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13661,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13661,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13726,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13726,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13726,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13791,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13791,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13791,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13856,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13856,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13856,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13965,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13965,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(13965,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14024,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14024,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14024,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14084,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14084,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14084,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14143,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14143,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14143,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14202,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14202,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14202,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14289,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14289,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14289,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14348,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14348,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14348,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14407,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14407,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14407,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14472,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14472,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14472,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14537,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14537,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14537,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14602,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14602,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14602,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14667,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14667,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14667,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14725,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14725,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14725,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14834,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14834,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14834,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14893,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14893,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14893,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14951,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14951,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(14951,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15025,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15025,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15025,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15102,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15102,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15102,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15168,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15168,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15168,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15300,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15300,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15300,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15359,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15359,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15359,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15476,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15476,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15476,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15535,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15535,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15535,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15594,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15594,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15594,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15672,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15672,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15672,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15746,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15746,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15746,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15805,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15805,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15805,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15872,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15872,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15872,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15938,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15938,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(15938,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16004,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16004,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16004,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16106,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16106,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16106,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16178,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16178,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16178,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16237,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16237,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16237,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16295,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16295,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16295,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16361,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16361,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16361,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16419,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16419,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16419,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16478,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16478,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16478,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16588,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16588,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16588,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16655,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16655,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16655,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16772,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16772,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16772,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16838,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16838,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16838,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16903,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16903,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16903,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16956,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16956,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(16956,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17022,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17022,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17022,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17080,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17080,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17080,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17145,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17145,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17145,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17203,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17203,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17203,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17262,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17262,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17262,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17321,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17321,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17321,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17383,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17383,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17383,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17442,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17442,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17442,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17508,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17508,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17508,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17574,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17574,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17574,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17646,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17646,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17646,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17711,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17711,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17711,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17820,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17820,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17820,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17879,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17879,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17879,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17937,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17937,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(17937,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18019,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18019,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18019,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18080,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18080,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18080,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18139,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18139,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18139,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18204,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18204,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18204,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18269,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18269,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18269,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18334,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18334,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18334,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18399,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18399,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18399,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18503,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18503,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18503,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18562,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18562,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18562,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18613,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18613,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18613,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18672,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18672,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18672,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18734,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18734,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18734,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18795,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18795,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18795,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18904,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18904,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18904,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18962,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18962,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(18962,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19021,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19021,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19021,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19074,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19074,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19074,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19132,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19132,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19132,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19190,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19190,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19190,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19261,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19261,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19261,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19313,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19313,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19313,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19420,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19420,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19420,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19509,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19509,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19509,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19578,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19578,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19578,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19665,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19665,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19665,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19724,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19724,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19724,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19796,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19796,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19796,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19878,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19878,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19878,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19937,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19937,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(19937,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20029,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20029,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20029,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20095,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20095,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20095,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20153,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20153,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20153,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20212,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20212,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20212,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20270,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20270,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20270,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20335,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20335,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20335,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20482,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20482,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20482,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20554,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20554,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20554,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20631,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20631,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20631,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20690,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20690,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20690,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20800,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20800,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20800,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20859,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20859,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20859,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20917,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20917,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20917,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20979,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20979,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(20979,71): error TS7006: Parameter 'body' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(21045,54): error TS7006: Parameter 'error' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(21045,61): error TS7006: Parameter 'response' implicitly has an 'any' type. node_modules/@sendinblue/client/src/api.ts(21045,71): error TS7006: Parameter 'body' implicitly has an 'any' type. ```

Our environment

Workaround

We can set noImplicitAny=truein our tsconfig to avoid this errors. It would be nice if this is not necessary.

aayush-sib commented 2 years ago

Hi @BC-M We generate our all SDKs through swagger codegen, I think this any type is explicitly added to from there only. We are planning to make our own custom SDKs to remove the dependency of swagger codegen. I think it's better to use noImplicitAny=true for now. We are sorry for the inconvenience caused.