@dvsa/cvs-type-definitions 6.4.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/json-schemas/v1/activity/index.json +53 -8
  2. package/json-schemas/v1/enums/activityType.enum.json +14 -0
  3. package/json-schemas/v1/enums/emissionStandard.enum.json +26 -0
  4. package/json-schemas/v1/enums/fuelType.enum.json +22 -0
  5. package/json-schemas/v1/enums/odometerReadingUnits.enum.json +12 -0
  6. package/json-schemas/v1/enums/sources.enum.json +12 -0
  7. package/json-schemas/v1/enums/testResult.enum.json +16 -0
  8. package/json-schemas/v1/enums/testStationType.enum.json +16 -0
  9. package/json-schemas/v1/enums/testStatus.enum.json +12 -0
  10. package/json-schemas/v1/enums/typeOfTest.enum.json +14 -0
  11. package/json-schemas/v1/enums/waitReason.enum.json +18 -0
  12. package/json-schemas/v1/test/index.json +631 -87
  13. package/json-schemas/v1/test-result/index.json +448 -53
  14. package/json-schemas/v1/test-type/index.json +183 -34
  15. package/json-schemas/v1/vehicle/index.json +631 -87
  16. package/json-schemas/v1/visit/index.json +631 -87
  17. package/package.json +1 -1
  18. package/schemas.d.ts +1 -1
  19. package/schemas.js +10 -0
  20. package/types/v1/activity/index.d.ts +26 -6
  21. package/types/v1/enums/activityType.enum.d.ts +10 -0
  22. package/types/v1/enums/activityType.enum.js +15 -0
  23. package/types/v1/enums/activityType.enum.ts +12 -0
  24. package/types/v1/enums/emissionStandard.enum.d.ts +16 -0
  25. package/types/v1/enums/emissionStandard.enum.js +21 -0
  26. package/types/v1/enums/emissionStandard.enum.ts +18 -0
  27. package/types/v1/enums/fuelType.enum.d.ts +14 -0
  28. package/types/v1/enums/fuelType.enum.js +19 -0
  29. package/types/v1/enums/fuelType.enum.ts +16 -0
  30. package/types/v1/enums/odometerReadingUnits.enum.d.ts +9 -0
  31. package/types/v1/enums/odometerReadingUnits.enum.js +14 -0
  32. package/types/v1/enums/odometerReadingUnits.enum.ts +11 -0
  33. package/types/v1/enums/sources.enum.d.ts +9 -0
  34. package/types/v1/enums/sources.enum.js +14 -0
  35. package/types/v1/enums/sources.enum.ts +11 -0
  36. package/types/v1/enums/testResult.enum.d.ts +11 -0
  37. package/types/v1/enums/testResult.enum.js +16 -0
  38. package/types/v1/enums/testResult.enum.ts +13 -0
  39. package/types/v1/enums/testStationType.enum.d.ts +11 -0
  40. package/types/v1/enums/testStationType.enum.js +16 -0
  41. package/types/v1/enums/testStationType.enum.ts +13 -0
  42. package/types/v1/enums/testStatus.enum.d.ts +9 -0
  43. package/types/v1/enums/testStatus.enum.js +14 -0
  44. package/types/v1/enums/testStatus.enum.ts +11 -0
  45. package/types/v1/enums/typeOfTest.enum.d.ts +10 -0
  46. package/types/v1/enums/typeOfTest.enum.js +15 -0
  47. package/types/v1/enums/typeOfTest.enum.ts +12 -0
  48. package/types/v1/enums/waitReason.enum.d.ts +12 -0
  49. package/types/v1/enums/waitReason.enum.js +17 -0
  50. package/types/v1/enums/waitReason.enum.ts +14 -0
  51. package/types/v1/test/index.d.ts +143 -28
  52. package/types/v1/test-result/index.d.ts +143 -28
  53. package/types/v1/test-type/index.d.ts +65 -14
  54. package/types/v1/vehicle/index.d.ts +143 -28
  55. package/types/v1/visit/index.d.ts +143 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "6.4.0",
3
+ "version": "7.0.0",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
package/schemas.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const schemas: readonly ["required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCertificateTypes.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/adrTankDetailsTankStatementSelect.enum.json", "v3/tech-record/enums/adrTankStatementSubstancePermitted.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/radioButtonOptions.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
1
+ export declare const schemas: readonly ["required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/enums/activityType.enum.json", "v1/enums/emissionStandard.enum.json", "v1/enums/fuelType.enum.json", "v1/enums/odometerReadingUnits.enum.json", "v1/enums/sources.enum.json", "v1/enums/testResult.enum.json", "v1/enums/testStationType.enum.json", "v1/enums/testStatus.enum.json", "v1/enums/typeOfTest.enum.json", "v1/enums/waitReason.enum.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCertificateTypes.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/adrTankDetailsTankStatementSelect.enum.json", "v3/tech-record/enums/adrTankStatementSubstancePermitted.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/radioButtonOptions.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
package/schemas.js CHANGED
@@ -9,6 +9,16 @@ exports.schemas = [
9
9
  "v1/defect-category-reference-data/index.json",
10
10
  "v1/defect-details/index.json",
11
11
  "v1/defect-location/index.json",
12
+ "v1/enums/activityType.enum.json",
13
+ "v1/enums/emissionStandard.enum.json",
14
+ "v1/enums/fuelType.enum.json",
15
+ "v1/enums/odometerReadingUnits.enum.json",
16
+ "v1/enums/sources.enum.json",
17
+ "v1/enums/testResult.enum.json",
18
+ "v1/enums/testStationType.enum.json",
19
+ "v1/enums/testStatus.enum.json",
20
+ "v1/enums/typeOfTest.enum.json",
21
+ "v1/enums/waitReason.enum.json",
12
22
  "v1/reason-item/index.json",
13
23
  "v1/tech-record/index.json",
14
24
  "v1/test/index.json",
@@ -6,18 +6,38 @@
6
6
  */
7
7
 
8
8
  export interface ActivitySchema {
9
- activityType: string;
9
+ parentId?: string;
10
+ id?: string;
11
+ activityType: ActivityType;
10
12
  testStationName: string;
11
13
  testStationPNumber: string;
12
14
  testStationEmail: string;
13
- testStationType: string;
15
+ testStationType: TestStationTypes;
14
16
  testerName: string;
15
17
  testerStaffId: string;
16
18
  testerEmail?: string;
17
19
  startTime: string;
18
- endTime?: string;
19
- parentId?: string;
20
- waitReason?: string[];
20
+ endTime?: null | string;
21
+ waitReason?: WaitReason[];
21
22
  notes?: string;
22
- id?: string;
23
+ activityDay?: string;
24
+ }
25
+
26
+ export enum ActivityType {
27
+ VISIT = "visit",
28
+ WAIT = "time",
29
+ UNACCOUNTABLE_TIME = "unaccountable time"
30
+ }
31
+ export enum TestStationTypes {
32
+ ATF = "atf",
33
+ GVTS = "gvts",
34
+ HQ = "hq",
35
+ POTF = "potf"
36
+ }
37
+ export enum WaitReason {
38
+ WAITING_FOR_VEHICLE = "Waiting for vehicle",
39
+ BREAK = "Break",
40
+ ADMIN = "Admin",
41
+ SITE_ISSUE = "Site issue",
42
+ OTHER = "Other"
23
43
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum ActivityType {
7
+ VISIT = "visit",
8
+ WAIT = "time",
9
+ UNACCOUNTABLE_TIME = "unaccountable time"
10
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ActivityType = void 0;
10
+ var ActivityType;
11
+ (function (ActivityType) {
12
+ ActivityType["VISIT"] = "visit";
13
+ ActivityType["WAIT"] = "time";
14
+ ActivityType["UNACCOUNTABLE_TIME"] = "unaccountable time";
15
+ })(ActivityType = exports.ActivityType || (exports.ActivityType = {}));
@@ -0,0 +1,12 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum ActivityType {
9
+ VISIT = "visit",
10
+ WAIT = "time",
11
+ UNACCOUNTABLE_TIME = "unaccountable time"
12
+ }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum EmissionStandards {
7
+ EURO3_PM = "0.10 g/kWh Euro 3 PM",
8
+ EURO4_PM = "0.03 g/kWh Euro IV PM'",
9
+ EURO3 = "Euro 3",
10
+ EURO4 = "Euro 4",
11
+ EURO5 = "Euro 5",
12
+ EURO6 = "Euro 6",
13
+ EUROV = "Euro V",
14
+ EUROVI = "Euro VI",
15
+ FULL_ELECTRIC = "Full Electric"
16
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.EmissionStandards = void 0;
10
+ var EmissionStandards;
11
+ (function (EmissionStandards) {
12
+ EmissionStandards["EURO3_PM"] = "0.10 g/kWh Euro 3 PM";
13
+ EmissionStandards["EURO4_PM"] = "0.03 g/kWh Euro IV PM'";
14
+ EmissionStandards["EURO3"] = "Euro 3";
15
+ EmissionStandards["EURO4"] = "Euro 4";
16
+ EmissionStandards["EURO5"] = "Euro 5";
17
+ EmissionStandards["EURO6"] = "Euro 6";
18
+ EmissionStandards["EUROV"] = "Euro V";
19
+ EmissionStandards["EUROVI"] = "Euro VI";
20
+ EmissionStandards["FULL_ELECTRIC"] = "Full Electric";
21
+ })(EmissionStandards = exports.EmissionStandards || (exports.EmissionStandards = {}));
@@ -0,0 +1,18 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum EmissionStandards {
9
+ EURO3_PM = "0.10 g/kWh Euro 3 PM",
10
+ EURO4_PM = "0.03 g/kWh Euro IV PM'",
11
+ EURO3 = "Euro 3",
12
+ EURO4 = "Euro 4",
13
+ EURO5 = "Euro 5",
14
+ EURO6 = "Euro 6",
15
+ EUROV = "Euro V",
16
+ EUROVI = "Euro VI",
17
+ FULL_ELECTRIC = "Full Electric"
18
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum FuelType {
7
+ DIESEL = "diesel",
8
+ GAS_CNG = "gas-cng",
9
+ GAS_LNG = "gas-lng",
10
+ GAS_LPG = "gas-lpg",
11
+ PETROL = "petrol",
12
+ FUEL_CELL = "fuel cell",
13
+ FULL_ELECTRIC = "full electric"
14
+ }
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.FuelType = void 0;
10
+ var FuelType;
11
+ (function (FuelType) {
12
+ FuelType["DIESEL"] = "diesel";
13
+ FuelType["GAS_CNG"] = "gas-cng";
14
+ FuelType["GAS_LNG"] = "gas-lng";
15
+ FuelType["GAS_LPG"] = "gas-lpg";
16
+ FuelType["PETROL"] = "petrol";
17
+ FuelType["FUEL_CELL"] = "fuel cell";
18
+ FuelType["FULL_ELECTRIC"] = "full electric";
19
+ })(FuelType = exports.FuelType || (exports.FuelType = {}));
@@ -0,0 +1,16 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum FuelType {
9
+ DIESEL = "diesel",
10
+ GAS_CNG = "gas-cng",
11
+ GAS_LNG = "gas-lng",
12
+ GAS_LPG = "gas-lpg",
13
+ PETROL = "petrol",
14
+ FUEL_CELL = "fuel cell",
15
+ FULL_ELECTRIC = "full electric"
16
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum OdometerReadingUnits {
7
+ KILOMETRES = "kilometres",
8
+ MILES = "miles"
9
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.OdometerReadingUnits = void 0;
10
+ var OdometerReadingUnits;
11
+ (function (OdometerReadingUnits) {
12
+ OdometerReadingUnits["KILOMETRES"] = "kilometres";
13
+ OdometerReadingUnits["MILES"] = "miles";
14
+ })(OdometerReadingUnits = exports.OdometerReadingUnits || (exports.OdometerReadingUnits = {}));
@@ -0,0 +1,11 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum OdometerReadingUnits {
9
+ KILOMETRES = "kilometres",
10
+ MILES = "miles"
11
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum TestSources {
7
+ VTM = "vtm",
8
+ VTA = "vta"
9
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TestSources = void 0;
10
+ var TestSources;
11
+ (function (TestSources) {
12
+ TestSources["VTM"] = "vtm";
13
+ TestSources["VTA"] = "vta";
14
+ })(TestSources = exports.TestSources || (exports.TestSources = {}));
@@ -0,0 +1,11 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum TestSources {
9
+ VTM = "vtm",
10
+ VTA = "vta"
11
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum TestResults {
7
+ PASS = "pass",
8
+ PRS = "prs",
9
+ FAIL = "fail",
10
+ ABANDONED = "abandoned"
11
+ }
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TestResults = void 0;
10
+ var TestResults;
11
+ (function (TestResults) {
12
+ TestResults["PASS"] = "pass";
13
+ TestResults["PRS"] = "prs";
14
+ TestResults["FAIL"] = "fail";
15
+ TestResults["ABANDONED"] = "abandoned";
16
+ })(TestResults = exports.TestResults || (exports.TestResults = {}));
@@ -0,0 +1,13 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum TestResults {
9
+ PASS = "pass",
10
+ PRS = "prs",
11
+ FAIL = "fail",
12
+ ABANDONED = "abandoned"
13
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum TestStationTypes {
7
+ ATF = "atf",
8
+ GVTS = "gvts",
9
+ HQ = "hq",
10
+ POTF = "potf"
11
+ }
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TestStationTypes = void 0;
10
+ var TestStationTypes;
11
+ (function (TestStationTypes) {
12
+ TestStationTypes["ATF"] = "atf";
13
+ TestStationTypes["GVTS"] = "gvts";
14
+ TestStationTypes["HQ"] = "hq";
15
+ TestStationTypes["POTF"] = "potf";
16
+ })(TestStationTypes = exports.TestStationTypes || (exports.TestStationTypes = {}));
@@ -0,0 +1,13 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum TestStationTypes {
9
+ ATF = "atf",
10
+ GVTS = "gvts",
11
+ HQ = "hq",
12
+ POTF = "potf"
13
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum TestStatus {
7
+ SUBMITTED = "submitted",
8
+ CANCELLED = "cancelled"
9
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TestStatus = void 0;
10
+ var TestStatus;
11
+ (function (TestStatus) {
12
+ TestStatus["SUBMITTED"] = "submitted";
13
+ TestStatus["CANCELLED"] = "cancelled";
14
+ })(TestStatus = exports.TestStatus || (exports.TestStatus = {}));
@@ -0,0 +1,11 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum TestStatus {
9
+ SUBMITTED = "submitted",
10
+ CANCELLED = "cancelled"
11
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum TypeOfTest {
7
+ CONTINGENCY = "contingency",
8
+ DESK_BASED = "desk-based",
9
+ COMPLETION = "completion"
10
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TypeOfTest = void 0;
10
+ var TypeOfTest;
11
+ (function (TypeOfTest) {
12
+ TypeOfTest["CONTINGENCY"] = "contingency";
13
+ TypeOfTest["DESK_BASED"] = "desk-based";
14
+ TypeOfTest["COMPLETION"] = "completion";
15
+ })(TypeOfTest = exports.TypeOfTest || (exports.TypeOfTest = {}));
@@ -0,0 +1,12 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum TypeOfTest {
9
+ CONTINGENCY = "contingency",
10
+ DESK_BASED = "desk-based",
11
+ COMPLETION = "completion"
12
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum WaitReason {
7
+ WAITING_FOR_VEHICLE = "Waiting for vehicle",
8
+ BREAK = "Break",
9
+ ADMIN = "Admin",
10
+ SITE_ISSUE = "Site issue",
11
+ OTHER = "Other"
12
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.WaitReason = void 0;
10
+ var WaitReason;
11
+ (function (WaitReason) {
12
+ WaitReason["WAITING_FOR_VEHICLE"] = "Waiting for vehicle";
13
+ WaitReason["BREAK"] = "Break";
14
+ WaitReason["ADMIN"] = "Admin";
15
+ WaitReason["SITE_ISSUE"] = "Site issue";
16
+ WaitReason["OTHER"] = "Other";
17
+ })(WaitReason = exports.WaitReason || (exports.WaitReason = {}));
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum WaitReason {
9
+ WAITING_FOR_VEHICLE = "Waiting for vehicle",
10
+ BREAK = "Break",
11
+ ADMIN = "Admin",
12
+ SITE_ISSUE = "Site issue",
13
+ OTHER = "Other"
14
+ }