You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Option 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error"
you may have this inside your tsconfig.json:
"suppressImplicitAnyIndexErrors": true,
Brevo Version:
"@getbrevo/brevo": "^2.0.0-beta.4",
my node Version: 21.4.0
My npm version: 10.2.4
My typescript Version: 4.9.5
The text was updated successfully, but these errors were encountered:
First error: "Property 'authentications' is protected and only accessible within class 'TransactionalEmailsApi' and its subclasses"
code:
second error:
(this error is inside node modules)
"Option 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error"
you may have this inside your tsconfig.json:
Brevo Version:
my node Version: 21.4.0
My npm version: 10.2.4
My typescript Version: 4.9.5
The text was updated successfully, but these errors were encountered: