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
api: se eliminan syncDocument, getCurrentCertificate, createLicense, listLicenses, getLicense, listLicenseDevices, enableLicense, disableLicense, revokeLicense, activateLicense y refreshLicense de Client, Service e IntegraDTEAPI, junto con sus tipos de request. getCertificateInfo ahora resuelve a CertificateInfoResponse ({ success, message, data: { has_valid_certificate } }) en vez del detalle del certificado, y sin certificado resuelve con false en vez de lanzar APIError 400.
Features
api: el SDK se alinea con la API: fuera licencias, sync y certificado actual (d688a53)