From 7672b1aa5c26c9cc87a3110c1fd13bcb57ec33a9 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Libardo Date: Wed, 11 Dec 2024 17:15:18 -0300 Subject: [PATCH] Add generated docs --- .../wsdl/CentralSystemService/CentralSystemServiceSoap12.ts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/messages/soap/wsdl/CentralSystemService/CentralSystemServiceSoap12.ts.md b/docs/modules/messages/soap/wsdl/CentralSystemService/CentralSystemServiceSoap12.ts.md index bdb3999..5f55e6a 100644 --- a/docs/modules/messages/soap/wsdl/CentralSystemService/CentralSystemServiceSoap12.ts.md +++ b/docs/modules/messages/soap/wsdl/CentralSystemService/CentralSystemServiceSoap12.ts.md @@ -99,7 +99,7 @@ export interface IBootNotificationInput { ```ts export interface IBootNotificationOutput { /** urn://Ocpp/Cs/2012/06/#RegistrationStatus(Accepted,Rejected) */ - status: 'Accepted' | 'Rejected' + status: 'Accepted' | 'Rejected' | 'Pending' /** urn://Ocpp/Cs/2012/06/#s:dateTime(undefined) */ currentTime: string /** urn://Ocpp/Cs/2012/06/#s:int(undefined) */