build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / Responses.ts
index f1e8b0e2699e68303ff92231c36db147bff914ba..8b67a9267d5a3a9da03632a0bd7b20a381434102 100644 (file)
@@ -1,8 +1,8 @@
-import type { OCPP16ChargingSchedule } from './ChargingProfile.js'
 import type { EmptyObject } from '../../EmptyObject.js'
 import type { JsonObject } from '../../JsonType.js'
 import type { GenericStatus, RegistrationStatusEnumType } from '../Common.js'
 import type { OCPPConfigurationKey } from '../Configuration.js'
+import type { OCPP16ChargingSchedule } from './ChargingProfile.js'
 
 export interface OCPP16HeartbeatResponse extends JsonObject {
   currentTime: Date
@@ -11,7 +11,7 @@ export interface OCPP16HeartbeatResponse extends JsonObject {
 export enum OCPP16UnlockStatus {
   UNLOCKED = 'Unlocked',
   UNLOCK_FAILED = 'UnlockFailed',
-  NOT_SUPPORTED = 'NotSupported',
+  NOT_SUPPORTED = 'NotSupported'
 }
 
 export interface UnlockConnectorResponse extends JsonObject {
@@ -22,7 +22,7 @@ export enum OCPP16ConfigurationStatus {
   ACCEPTED = 'Accepted',
   REJECTED = 'Rejected',
   REBOOT_REQUIRED = 'RebootRequired',
-  NOT_SUPPORTED = 'NotSupported',
+  NOT_SUPPORTED = 'NotSupported'
 }
 
 export interface ChangeConfigurationResponse extends JsonObject {
@@ -45,7 +45,7 @@ export interface GetConfigurationResponse extends JsonObject {
 export enum OCPP16ChargingProfileStatus {
   ACCEPTED = 'Accepted',
   REJECTED = 'Rejected',
-  NOT_SUPPORTED = 'NotSupported',
+  NOT_SUPPORTED = 'NotSupported'
 }
 
 export interface OCPP16GetCompositeScheduleResponse extends JsonObject {
@@ -62,7 +62,7 @@ export interface SetChargingProfileResponse extends JsonObject {
 export enum OCPP16AvailabilityStatus {
   ACCEPTED = 'Accepted',
   REJECTED = 'Rejected',
-  SCHEDULED = 'Scheduled',
+  SCHEDULED = 'Scheduled'
 }
 
 export interface OCPP16ChangeAvailabilityResponse extends JsonObject {
@@ -71,7 +71,7 @@ export interface OCPP16ChangeAvailabilityResponse extends JsonObject {
 
 export enum OCPP16ClearChargingProfileStatus {
   ACCEPTED = 'Accepted',
-  UNKNOWN = 'Unknown',
+  UNKNOWN = 'Unknown'
 }
 
 export interface OCPP16ClearChargingProfileResponse extends JsonObject {
@@ -91,7 +91,7 @@ export type OCPP16DiagnosticsStatusNotificationResponse = EmptyObject
 export enum OCPP16TriggerMessageStatus {
   ACCEPTED = 'Accepted',
   REJECTED = 'Rejected',
-  NOT_IMPLEMENTED = 'NotImplemented',
+  NOT_IMPLEMENTED = 'NotImplemented'
 }
 
 export interface OCPP16TriggerMessageResponse extends JsonObject {
@@ -102,7 +102,7 @@ export enum OCPP16DataTransferStatus {
   ACCEPTED = 'Accepted',
   REJECTED = 'Rejected',
   UNKNOWN_MESSAGE_ID = 'UnknownMessageId',
-  UNKNOWN_VENDOR_ID = 'UnknownVendorId',
+  UNKNOWN_VENDOR_ID = 'UnknownVendorId'
 }
 
 export interface OCPP16DataTransferResponse extends JsonObject {
@@ -116,7 +116,7 @@ export enum OCPP16ReservationStatus {
   OCCUPIED = 'Occupied',
   REJECTED = 'Rejected',
   UNAVAILABLE = 'Unavailable',
-  NOT_SUPPORTED = 'NotSupported',
+  NOT_SUPPORTED = 'NotSupported'
 }
 
 export interface OCPP16ReserveNowResponse extends JsonObject {