X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FRequests.ts;h=9c3ece543a066187d5af2a7fd8674dcaeddb3e74;hb=f5a1ff8ce8f87a149791c2c98fe7c5e8a20b5392;hp=b14583f08d63a8342c26438edd7c8e5a6a4a9240;hpb=b7bf49739aa3aafdcbe6a22243aa4cf0552c5972;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Requests.ts b/src/types/ocpp/1.6/Requests.ts index b14583f0..9c3ece54 100644 --- a/src/types/ocpp/1.6/Requests.ts +++ b/src/types/ocpp/1.6/Requests.ts @@ -1,14 +1,14 @@ -import type { OCPP16ChargePointErrorCode } from './ChargePointErrorCode'; -import type { OCPP16ChargePointStatus } from './ChargePointStatus'; +import type { OCPP16ChargePointErrorCode } from './ChargePointErrorCode.js'; +import type { OCPP16ChargePointStatus } from './ChargePointStatus.js'; import type { OCPP16ChargingProfile, OCPP16ChargingProfilePurposeType, OCPP16ChargingRateUnitType, -} from './ChargingProfile'; -import type { OCPP16StandardParametersKey, OCPP16VendorParametersKey } from './Configuration'; -import type { OCPP16DiagnosticsStatus } from './DiagnosticsStatus'; -import type { EmptyObject } from '../../EmptyObject'; -import type { JsonObject } from '../../JsonType'; +} from './ChargingProfile.js'; +import type { OCPP16StandardParametersKey, OCPP16VendorParametersKey } from './Configuration.js'; +import type { OCPP16DiagnosticsStatus } from './DiagnosticsStatus.js'; +import type { EmptyObject } from '../../EmptyObject.js'; +import type { JsonObject } from '../../JsonType.js'; export enum OCPP16RequestCommand { BOOT_NOTIFICATION = 'BootNotification',