UNPKG

@greenactionstudio/ocpp-types

Version:

A centralized library of Open Charge Point Protocol (OCPP) types for use in other projects.

407 lines (181 loc) 16.6 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.16.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.15.0...v2.16.0) (2022-11-22) ### Features * add FirmwareStatusNotification type ([d6c56f4](https://github.com/greenactionstudio/ocpp-types/commit/d6c56f4b3741453d9e870aea1ec0bbca6cea34d3)) ### Bug Fixes * update UpdateFirmware type according to the ocpp document ([7d79264](https://github.com/greenactionstudio/ocpp-types/commit/7d79264d4ac45fcd1a4b53b677974a8982cc291c)) ## [2.15.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.14.4...v2.15.0) (2022-11-18) ### Features * GetCompositeSchedule ([5f79b8d](https://github.com/greenactionstudio/ocpp-types/commit/5f79b8d41abc6123600d6e0573d750785e989d8a)) ### [2.14.4](https://github.com/greenactionstudio/ocpp-types/compare/v2.14.3...v2.14.4) (2022-11-18) ### Bug Fixes * export ClearChargingProfile and SetChargingProfile ([ad9c760](https://github.com/greenactionstudio/ocpp-types/commit/ad9c76043b068c6a1c3ccf6d3c49da4c77536280)) ### [2.14.3](https://github.com/greenactionstudio/ocpp-types/compare/v2.14.2...v2.14.3) (2022-11-18) ### [2.14.2](https://github.com/greenactionstudio/ocpp-types/compare/v2.14.1...v2.14.2) (2022-11-18) ### [2.14.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.14.0...v2.14.1) (2022-11-18) ## [2.14.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.13.0...v2.14.0) (2022-11-18) ### Features * SetChargingProfile operation type supported ([2ba9826](https://github.com/greenactionstudio/ocpp-types/commit/2ba9826b29c12b1fbf975afb8afc95c08d6db238)) ## [2.13.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.12.1...v2.13.0) (2022-08-16) ### Features * add DataTransfer request and confirmatino ([b9f1443](https://github.com/greenactionstudio/ocpp-types/commit/b9f14431f03de648c3f148cc6ad88add1e20d7b1)) ### [2.12.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.12.0...v2.12.1) (2022-08-16) ## [2.12.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.11.2...v2.12.0) (2022-06-13) ### Features * added Clear Charging Profile ([294e9c4](https://github.com/greenactionstudio/ocpp-types/commit/294e9c4e81c5c59ba219e62f0f1565c7bb7c9001)) ### [2.11.2](https://github.com/greenactionstudio/ocpp-types/compare/v2.11.1...v2.11.2) (2022-03-10) ### Bug Fixes * idToken to idTag ([c727498](https://github.com/greenactionstudio/ocpp-types/commit/c72749828ada3bfa3ee658f1087da3a43dadfaa7)) ### [2.11.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.11.0...v2.11.1) (2022-03-10) ### Bug Fixes * fixed SendLocalList.req type ([00fbc37](https://github.com/greenactionstudio/ocpp-types/commit/00fbc370aeca619e1ebbdc1acd8286a2d911e736)) ## [2.11.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.10.0...v2.11.0) (2022-03-09) ### Features * add send local list req and conf ([7acee1e](https://github.com/greenactionstudio/ocpp-types/commit/7acee1e45362c1039ac36426550a830054b5c0b4)) * implement getLocalListVersion ([455e457](https://github.com/greenactionstudio/ocpp-types/commit/455e45708a00e2e34b36e568522fa8783e1cb41d)) ## [2.10.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.9.1...v2.10.0) (2021-12-20) ### Features * added Change Availability Command ([2b15126](https://github.com/greenactionstudio/ocpp-types/commit/2b151264a36f2937a463045e58f277df02870041)) ### [2.9.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.9.0...v2.9.1) (2021-11-15) ### Bug Fixes * updated connectorId to optional ([12346d7](https://github.com/greenactionstudio/ocpp-types/commit/12346d7b742d9fcc1c18e97744f9fde07884743b)) ## [2.9.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.8.0...v2.9.0) (2021-11-12) ### Features * added trigger message types ([5e1191b](https://github.com/greenactionstudio/ocpp-types/commit/5e1191b19ce2bd753e65f2973424283221ebaf3e)) ## [2.8.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.7.1...v2.8.0) (2021-10-27) ### Features * added UpdateFirmware command ([3e9e122](https://github.com/greenactionstudio/ocpp-types/commit/3e9e1228e4dc9d7c08deb00780576a191f72f669)) ### [2.7.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.7.0...v2.7.1) (2021-06-14) ### Bug Fixes * exported `GetConfiguration` method ([408b6b8](https://github.com/greenactionstudio/ocpp-types/commit/408b6b8450ff02de6a4bed68829b768db3da21c9)) ## [2.7.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.6.1...v2.7.0) (2021-06-14) ### Features * added types for `GetConfiguration` request and confirmation ([d6af737](https://github.com/greenactionstudio/ocpp-types/commit/d6af737b5cfd273386e405311ae1f73496ce2410)) ### [2.6.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.6.0...v2.6.1) (2021-06-10) ### Bug Fixes * updated status in `remoteStartTransaction` and `remoteStopTransaction` to fix verbage ([181b9e0](https://github.com/greenactionstudio/ocpp-types/commit/181b9e0222c55a2cba6981d2a6fb6d97bc329230)) ## [2.6.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.5.1...v2.6.0) (2021-05-10) ### Features * Added types for `remoteStartTransaction` and `remoteStopTransaction` ([7e89060](https://github.com/greenactionstudio/ocpp-types/commit/7e8906027ad54d9d25e5efe21af46532ae293403)) ### [2.5.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.5.0...v2.5.1) (2021-04-22) ### Bug Fixes * the the statusNotification has optional variables ([cd2bb72](https://github.com/greenactionstudio/ocpp-types/commit/cd2bb7203cb80649747d8453b73530314ca0a738)) ## [2.5.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.4.3...v2.5.0) (2021-04-21) ### Features * updated ocpp types ([5c0ca33](https://github.com/greenactionstudio/ocpp-types/commit/5c0ca338b8620c3a069aa414c1270653f415bcce)) ### [2.4.3](https://github.com/greenactionstudio/ocpp-types/compare/v2.4.2...v2.4.3) (2021-04-20) ### Bug Fixes * updated `SampledValue` to the correct type ([66c1118](https://github.com/greenactionstudio/ocpp-types/commit/66c11180f4df408e0c6e4a419e91bf1ff1358563)) ### [2.4.2](https://github.com/greenactionstudio/ocpp-types/compare/v2.4.1...v2.4.2) (2021-04-20) ### Bug Fixes * updated `StopTransactionl.req` ([5bc2041](https://github.com/greenactionstudio/ocpp-types/commit/5bc2041dda2472f01ab084fe835c18bacb5fce53)) ### [2.4.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.4.0...v2.4.1) (2021-04-16) ### Bug Fixes * fixed the type SampledValue ([89fba56](https://github.com/greenactionstudio/ocpp-types/commit/89fba56f25fa5f5e105476cd56fc09e91bd8eb5f)) ## [2.4.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.3.3...v2.4.0) (2021-04-12) ### Features * added v1.6 WebSocket message error types ([f396fa4](https://github.com/greenactionstudio/ocpp-types/commit/f396fa42eecb865a66ac51d4f8d97897e14f239f)) ### [2.3.3](https://github.com/greenactionstudio/ocpp-types/compare/v2.3.1...v2.3.3) (2021-03-15) ### Bug Fixes * export StopTransaction ([0f00983](https://github.com/greenactionstudio/ocpp-types/commit/0f00983ea259f1bbace7d3ac2d457d16049adc2e)) ### [2.3.2](https://github.com/greenactionstudio/ocpp-types/compare/v2.3.1...v2.3.2) (2021-03-15) ### Bug Fixes * export StopTransaction ([0f00983](https://github.com/greenactionstudio/ocpp-types/commit/0f00983ea259f1bbace7d3ac2d457d16049adc2e)) ### [2.3.1](https://github.com/greenactionstudio/ocpp-types/compare/v2.3.0...v2.3.1) (2021-03-15) ### Bug Fixes * typo in startTransaction.conf ([aef1dba](https://github.com/greenactionstudio/ocpp-types/commit/aef1dbadb2b135f31e4fdf9f5b782116abb848c4)) ## [2.3.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.2.0...v2.3.0) (2021-03-15) ### Features * added new types for transaction actions ([08dba91](https://github.com/greenactionstudio/ocpp-types/commit/08dba9176dd8cc68fad8258fbd7f9e6567f21c45)) ## [2.2.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.1.0...v2.2.0) (2021-03-12) ### Features * added reset types ([18e161f](https://github.com/greenactionstudio/ocpp-types/commit/18e161ff2cd5dd0c54836c1890ccf6b3c807848e)) ## [2.1.0](https://github.com/greenactionstudio/ocpp-types/compare/v2.0.0...v2.1.0) (2021-03-12) ### Features * added Change Configuration types ([3fc4d84](https://github.com/greenactionstudio/ocpp-types/commit/3fc4d842371b2dfbe99488137a2625e2fb165d87)) ## [2.0.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.9.1...v2.0.0) (2021-03-12) ### ⚠ BREAKING CHANGES * moving away from custom naming conventions to standard OCPP naming ### Features * updated types to more closely match OCPP types ([453eb19](https://github.com/greenactionstudio/ocpp-types/commit/453eb19569fa3b4bc7d47f5e3bff9d5786ebec16)) ### [1.9.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.9.0...v1.9.1) (2021-03-12) ### Bug Fixes * removed unused versions dir ([31acc1a](https://github.com/greenactionstudio/ocpp-types/commit/31acc1afb6da94a52c9353020bb82e60dede31ab)) ## [1.9.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.8.1...v1.9.0) (2021-03-12) ### Features * moved all types to type folder so they can be imported as a global namespace. ([b205bac](https://github.com/greenactionstudio/ocpp-types/commit/b205bace252a7df3e80da0a39fb626a934229f05)) ### [1.8.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.8.0...v1.8.1) (2021-03-11) ## [1.8.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.7.0...v1.8.0) (2021-03-11) ### Features * updated the types that are using in the tansactions service ([2fc180c](https://github.com/greenactionstudio/ocpp-types/commit/2fc180c1a2c99b0e47124b4f4663b4a498d9d6f2)) ## [1.7.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.6.0...v1.7.0) (2021-03-09) ### Features * added authroize request/response types ([15cc62b](https://github.com/greenactionstudio/ocpp-types/commit/15cc62bea87a6124e8c9cba12e137b557f927db5)) * added authroize request/response types ([cdee5fb](https://github.com/greenactionstudio/ocpp-types/commit/cdee5fbf451ffd305994367f4a315e7b2d3512b4)) * updated README to include contributing guidelines ([977f4f9](https://github.com/greenactionstudio/ocpp-types/commit/977f4f9a0a607e623f536a06dbc8474048a43ff4)) * updated README to include contributing guidelines ([a69daa7](https://github.com/greenactionstudio/ocpp-types/commit/a69daa7c08ceae794d3f157b0bd2991c9fca45c5)) ## [1.6.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.5.1...v1.6.0) (2021-03-05) ### Features * update project structure to work with TSConfig type roots ([f14f5a1](https://github.com/greenactionstudio/ocpp-types/commit/f14f5a1436a34ace2773daf8f12aa48282a89044)) ### [1.5.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.5.0...v1.5.1) (2021-03-05) ### Bug Fixes * added typescript version ([dec0ee6](https://github.com/greenactionstudio/ocpp-types/commit/dec0ee644e134756201f5724a2bed7a00fcbbcba)) ## [1.5.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.4.4...v1.5.0) (2021-03-05) ### Features * added ChargePointStatus and ChargePointErrorCode as types ([13d5d73](https://github.com/greenactionstudio/ocpp-types/commit/13d5d733df2ce9c6e8b6c17e09af879634aca56d)) ### [1.4.4](https://github.com/greenactionstudio/ocpp-types/compare/v1.4.3...v1.4.4) (2021-03-04) ### Bug Fixes * moved back from const enums becuase it wasn't the problem ([517b645](https://github.com/greenactionstudio/ocpp-types/commit/517b645b6aa4acff81a93cb64db9fb8d262f81bd)) * removed enums from typings becuase they should be in the actual code and not in type files ([4f9becb](https://github.com/greenactionstudio/ocpp-types/commit/4f9becbe3b0c614f8d59cf21f334975e3aaf828d)) ### [1.4.3](https://github.com/greenactionstudio/ocpp-types/compare/v1.4.2...v1.4.3) (2021-03-04) ### Bug Fixes * reverted to const enums to allow module imports ([145148e](https://github.com/greenactionstudio/ocpp-types/commit/145148e75c926ada86b4b46f329a0bf359d8a61e)) ### [1.4.2](https://github.com/greenactionstudio/ocpp-types/compare/v1.4.1...v1.4.2) (2021-03-04) ### Bug Fixes * migrated const enums to regular ([9493066](https://github.com/greenactionstudio/ocpp-types/commit/949306610d6e77de7650051b31c2e6e5546af3ec)) ### [1.4.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.4.0...v1.4.1) (2021-03-04) ### Bug Fixes * updated exports to allow for nested versions ([3122e71](https://github.com/greenactionstudio/ocpp-types/commit/3122e71afc55cd9bdbb907d800f06929c01eaecb)) ## [1.4.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.3.2...v1.4.0) (2021-03-04) ### Features * moved all types from v1.6 to their own folder for future scaling to other versions ([08395de](https://github.com/greenactionstudio/ocpp-types/commit/08395de47f21c657a01ada4a0bd55288b7e06b8a)) ### [1.3.2](https://github.com/greenactionstudio/ocpp-types/compare/v1.3.1...v1.3.2) (2021-03-04) ### Bug Fixes * seperated out const enums so they can be imported by modules ([5d34311](https://github.com/greenactionstudio/ocpp-types/commit/5d34311908beff0396f6e562857e0c7dd2561dd5)) ### [1.3.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.3.0...v1.3.1) (2021-03-04) ### Bug Fixes * added exports for enums ([9bebf3e](https://github.com/greenactionstudio/ocpp-types/commit/9bebf3e8e4d1a5bc03d3511da33b3c967de57962)) ## [1.3.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.6...v1.3.0) (2021-03-04) ### Features * moved to namespace with no exports ([2d68570](https://github.com/greenactionstudio/ocpp-types/commit/2d68570409ee44e6c8722ad9491ac08844e0661e)) ### Bug Fixes * removed uneccessary imports ([074f04e](https://github.com/greenactionstudio/ocpp-types/commit/074f04ed34eebd187393c841440201deabd403ad)) ### [1.2.6](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.5...v1.2.6) (2021-03-04) ### Bug Fixes * updated ts to use module exports ([14e0855](https://github.com/greenactionstudio/ocpp-types/commit/14e0855bd2c9911a2d7f360c02c262a9fbfcfef1)) ### [1.2.5](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.4...v1.2.5) (2021-03-04) ### Bug Fixes * moved all types to a version file for clarity ([47df337](https://github.com/greenactionstudio/ocpp-types/commit/47df337cf05ea88070ccce43d6a282afd66eaa07)) ### [1.2.4](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.3...v1.2.4) (2021-03-04) ### Bug Fixes * Moved all types into a namespace to make it easier to use ([53030b5](https://github.com/greenactionstudio/ocpp-types/commit/53030b59068bee782115fa60693e7f9f44b32e3f)) ### [1.2.3](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.2...v1.2.3) (2021-03-04) ### [1.2.2](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.1...v1.2.2) (2021-03-03) ### Bug Fixes * fixed the base URL and type roots ([b4cba0b](https://github.com/greenactionstudio/ocpp-types/commit/b4cba0b69610c717ccdbd77a2861044b31a4b205)) ### [1.2.1](https://github.com/greenactionstudio/ocpp-types/compare/v1.2.0...v1.2.1) (2021-03-03) ## [1.2.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.1.0...v1.2.0) (2021-03-03) ### Features * Added OCPP Heartbeat response type ([f7fd580](https://github.com/greenactionstudio/ocpp-types/commit/f7fd580f8c7cd0e2b4f3ec3251985e1e23512a97)) ## [1.1.0](https://github.com/greenactionstudio/ocpp-types/compare/v1.0.0...v1.1.0) (2021-03-01) ### Features * added description and keywords ([6ff52d0](https://github.com/greenactionstudio/ocpp-types/commit/6ff52d099bd265f66c86f2bfcc6f8fa4dfe3f62b)) ## 1.0.0 (2021-03-01) ### Features - Created ocpp1.6 types and enum ([3bd96fd](https://github.com/greenactionstudio/ocpp-types/commit/3bd96fdc0a8267742714e39e34b535bcb53531c6)) - Setup basic boiler-plate ([9cbf4a4](https://github.com/greenactionstudio/ocpp-types/commit/9cbf4a4c4801cf2dd35fd90550c9501879622ef4)) ### Bug Fixes - Changed first letter to uppercase ([87911ec](https://github.com/greenactionstudio/ocpp-types/commit/87911ecaf9a315f4b84b5fd10e1aff8503102241)) - Removed all non-ocpp types and fixed the variable name of ocppConnectorStatus ([a21e9ce](https://github.com/greenactionstudio/ocpp-types/commit/a21e9ce9464d7ad9f43390ac26f4fef2d2e3a8d4)) - removed uneccassary deps ([bb76600](https://github.com/greenactionstudio/ocpp-types/commit/bb7660090078c7cf45bd8295cf53d50e1bfc1502))