Skip to content

Commit

Permalink
minor(cb2-13155): Added central docs to test type (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
LGin-BJSS and github-actions[bot] authored Aug 6, 2024
1 parent fc4a45a commit 89e4a86
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 23 deletions.
6 changes: 4 additions & 2 deletions json-definitions/v1/enums/testStationType.enum.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
6 changes: 4 additions & 2 deletions json-schemas/v1/activity/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
},
"testerName": {
Expand Down
6 changes: 4 additions & 2 deletions json-schemas/v1/enums/testStationType.enum.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
6 changes: 4 additions & 2 deletions json-schemas/v1/test-result/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions json-schemas/v1/test/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,13 +710,15 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions json-schemas/v1/vehicle/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,15 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions json-schemas/v1/visit/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,13 +743,15 @@
"ATF",
"GVTS",
"HQ",
"POTF"
"POTF",
"VEF"
],
"enum": [
"atf",
"gvts",
"hq",
"potf"
"potf",
"vef"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.3.0",
"version": "7.4.0",
"description": "type definitions for cvs vta and vtm applications",
"main": "index.js",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion types/v1/activity/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
export enum WaitReason {
WAITING_FOR_VEHICLE = "Waiting for vehicle",
Expand Down
3 changes: 2 additions & 1 deletion types/v1/enums/testStationType.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
3 changes: 2 additions & 1 deletion types/v1/test-result/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
export enum TestStatus {
SUBMITTED = "submitted",
Expand Down
3 changes: 2 additions & 1 deletion types/v1/test/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
export enum TestStatus {
SUBMITTED = "submitted",
Expand Down
3 changes: 2 additions & 1 deletion types/v1/vehicle/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
export enum TestStatus {
SUBMITTED = "submitted",
Expand Down
3 changes: 2 additions & 1 deletion types/v1/visit/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ export enum TestStationTypes {
ATF = "atf",
GVTS = "gvts",
HQ = "hq",
POTF = "potf"
POTF = "potf",
VEF = "vef"
}
export enum TestStatus {
SUBMITTED = "submitted",
Expand Down

0 comments on commit 89e4a86

Please sign in to comment.