Skip to content

Commit

Permalink
fix: Generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto-Matti Piirainen committed May 13, 2024
1 parent dc70710 commit fad5139
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"directories": {
"test": "test"
},
"packageManager": "pnpm@8"
"packageManager": "pnpm@8.15.2"
}
11 changes: 11 additions & 0 deletions src/types/v16/rpc-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fad5139

Please sign in to comment.