Skip to content

Commit

Permalink
patch(cb2-10949): Corrected Enum Key (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle authored Feb 23, 2024
1 parent ff50fa8 commit 8a8d0d6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"O3",
"O4",
"L1E_A",
"l1E",
"L2e",
"L1E",
"L2E",
"L3E",
"L4E",
"L5E",
Expand All @@ -41,4 +41,4 @@
"l6e",
"l7e"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"O3",
"O4",
"L1E_A",
"l1E",
"L2e",
"L1E",
"L2E",
"L3E",
"L4E",
"L5E",
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/required-standards/defects/get/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"O3",
"O4",
"L1E_A",
"l1E",
"L2e",
"L1E",
"L2E",
"L3E",
"L4E",
"L5E",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvsa/cvs-type-definitions",
"version": "6.0.0",
"version": "6.0.1",
"description": "type definitions for cvs vta and vtm applications",
"main": "index.js",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export enum EUVehicleCategory {
O3 = "o3",
O4 = "o4",
L1E_A = "l1e-a",
l1E = "l1e",
L2e = "l2e",
L1E = "l1e",
L2E = "l2e",
L3E = "l3e",
L4E = "l4e",
L5E = "l5e",
Expand Down
4 changes: 2 additions & 2 deletions types/required-standards/defects/get/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export enum EUVehicleCategory {
O3 = "o3",
O4 = "o4",
L1E_A = "l1e-a",
l1E = "l1e",
L2e = "l2e",
L1E = "l1e",
L2E = "l2e",
L3E = "l3e",
L4E = "l4e",
L5E = "l5e",
Expand Down

0 comments on commit 8a8d0d6

Please sign in to comment.