Skip to content

sdk: v0.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:01
2999018

0.7.0 (2026-09-11)

⚠ BREAKING CHANGES

  • 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)