From fad513902bb9e191cffb956fa0e3efc59cd8ff32 Mon Sep 17 00:00:00 2001 From: Risto-Matti Piirainen Date: Mon, 13 May 2024 14:31:24 +0300 Subject: [PATCH] fix: Generate types --- package.json | 2 +- src/types/v16/rpc-call.ts | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4279001..60c67da 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "directories": { "test": "test" }, - "packageManager": "pnpm@8" + "packageManager": "pnpm@8.15.2" } diff --git a/src/types/v16/rpc-call.ts b/src/types/v16/rpc-call.ts index bc8411a..a8ac30e 100644 --- a/src/types/v16/rpc-call.ts +++ b/src/types/v16/rpc-call.ts @@ -16,25 +16,36 @@ export type RpcCallV16 = [ | "Authorize" | "BootNotification" | "CancelReservation" + | "CertificateSigned" | "ChangeAvailability" | "ChangeConfiguration" | "ClearCache" | "ClearChargingProfile" | "DataTransfer" + | "DeleteCertificate" | "DiagnosticsStatusNotification" + | "ExtendedTriggerMessage" | "FirmwareStatusNotification" | "GetCompositeSchedule" | "GetConfiguration" | "GetDiagnostics" + | "GetInstalledCertificateIds" | "GetLocalListVersion" + | "GetLog" | "Heartbeat" + | "InstallCertificate" + | "LogStatusNotification" | "MeterValues" | "RemoteStartTransaction" | "RemoteStopTransaction" | "ReserveNow" | "Reset" + | "SecurityEventNotification" | "SendLocalList" | "SetChargingProfile" + | "SignCertificate" + | "SignedFirmwareStatusNotification" + | "SignedUpdateFirmware" | "StartTransaction" | "StatusNotification" | "StopTransaction"