@dvsa/cvs-type-definitions 12.3.2 → 12.5.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 (31) hide show
  1. package/json-schemas/enums/refDataType.enum.json +34 -0
  2. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +1 -0
  3. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +1 -0
  4. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +1 -0
  5. package/json-schemas/v3/tech-record/get/psv/complete/index.json +1 -0
  6. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +1 -0
  7. package/json-schemas/v3/tech-record/get/psv/testable/index.json +1 -0
  8. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +1 -0
  9. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +1 -0
  10. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +1 -0
  11. package/json-schemas/v3/tech-record/put/psv/complete/index.json +1 -0
  12. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +1 -0
  13. package/json-schemas/v3/tech-record/put/psv/testable/index.json +1 -0
  14. package/package.json +1 -1
  15. package/schemas.d.ts +1 -1
  16. package/schemas.js +1 -0
  17. package/types/enums/refDataType.enum.d.ts +20 -0
  18. package/types/enums/refDataType.enum.js +25 -0
  19. package/types/enums/refDataType.enum.ts +22 -0
  20. package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -0
  21. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -0
  22. package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -0
  23. package/types/v3/tech-record/get/psv/complete/index.d.ts +1 -0
  24. package/types/v3/tech-record/get/psv/skeleton/index.d.ts +1 -0
  25. package/types/v3/tech-record/get/psv/testable/index.d.ts +1 -0
  26. package/types/v3/tech-record/put/hgv/complete/index.d.ts +1 -0
  27. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +1 -0
  28. package/types/v3/tech-record/put/hgv/testable/index.d.ts +1 -0
  29. package/types/v3/tech-record/put/psv/complete/index.d.ts +1 -0
  30. package/types/v3/tech-record/put/psv/skeleton/index.d.ts +1 -0
  31. package/types/v3/tech-record/put/psv/testable/index.d.ts +1 -0
@@ -0,0 +1,34 @@
1
+ {
2
+ "title": "Ref Data Type",
3
+ "type": "string",
4
+ "tsEnumNames": [
5
+ "BRAKES",
6
+ "COUNTRY_OF_REGISTRATION",
7
+ "HGV_MAKE",
8
+ "PSV_MAKE",
9
+ "MSVA_REASONS_FOR_ABANDONING",
10
+ "REASONS_FOR_ABANDONING_HGV",
11
+ "REASONS_FOR_ABANDONING_PSV",
12
+ "REASONS_FOR_ABANDONING_TRL",
13
+ "SPECIALIST_REASONS_FOR_ABANDONING",
14
+ "TIR_REASONS_FOR_ABANDONING",
15
+ "TRL_MAKE",
16
+ "TYRE_LOAD_INDEX",
17
+ "TYRES"
18
+ ],
19
+ "enum": [
20
+ "BRAKES",
21
+ "COUNTRY_OF_REGISTRATION",
22
+ "HGV_MAKE",
23
+ "PSV_MAKE",
24
+ "MSVA_REASONS_FOR_ABANDONING",
25
+ "REASONS_FOR_ABANDONING_HGV",
26
+ "REASONS_FOR_ABANDONING_PSV",
27
+ "REASONS_FOR_ABANDONING_TRL",
28
+ "SPECIALIST_REASONS_FOR_ABANDONING",
29
+ "TIR_REASONS_FOR_ABANDONING",
30
+ "TRL_MAKE",
31
+ "TYRE_LOAD_INDEX",
32
+ "TYRES"
33
+ ]
34
+ }
@@ -830,6 +830,7 @@
830
830
  "CNG",
831
831
  "Fuel cell",
832
832
  "LNG",
833
+ "Ethanol",
833
834
  "Other"
834
835
  ]
835
836
  }
@@ -860,6 +860,7 @@
860
860
  "CNG",
861
861
  "Fuel cell",
862
862
  "LNG",
863
+ "Ethanol",
863
864
  "Other"
864
865
  ]
865
866
  },
@@ -864,6 +864,7 @@
864
864
  "CNG",
865
865
  "Fuel cell",
866
866
  "LNG",
867
+ "Ethanol",
867
868
  "Other"
868
869
  ]
869
870
  },
@@ -505,6 +505,7 @@
505
505
  "CNG",
506
506
  "Fuel cell",
507
507
  "LNG",
508
+ "Ethanol",
508
509
  "Other"
509
510
  ]
510
511
  }
@@ -495,6 +495,7 @@
495
495
  "CNG",
496
496
  "Fuel cell",
497
497
  "LNG",
498
+ "Ethanol",
498
499
  "Other"
499
500
  ]
500
501
  },
@@ -483,6 +483,7 @@
483
483
  "CNG",
484
484
  "Fuel cell",
485
485
  "LNG",
486
+ "Ethanol",
486
487
  "Other"
487
488
  ]
488
489
  },
@@ -809,6 +809,7 @@
809
809
  "CNG",
810
810
  "Fuel cell",
811
811
  "LNG",
812
+ "Ethanol",
812
813
  "Other"
813
814
  ]
814
815
  }
@@ -837,6 +837,7 @@
837
837
  "CNG",
838
838
  "Fuel cell",
839
839
  "LNG",
840
+ "Ethanol",
840
841
  "Other"
841
842
  ]
842
843
  },
@@ -833,6 +833,7 @@
833
833
  "CNG",
834
834
  "Fuel cell",
835
835
  "LNG",
836
+ "Ethanol",
836
837
  "Other"
837
838
  ]
838
839
  },
@@ -454,6 +454,7 @@
454
454
  "CNG",
455
455
  "Fuel cell",
456
456
  "LNG",
457
+ "Ethanol",
457
458
  "Other"
458
459
  ]
459
460
  }
@@ -462,6 +462,7 @@
462
462
  "CNG",
463
463
  "Fuel cell",
464
464
  "LNG",
465
+ "Ethanol",
465
466
  "Other"
466
467
  ]
467
468
  },
@@ -433,6 +433,7 @@
433
433
  "CNG",
434
434
  "Fuel cell",
435
435
  "LNG",
436
+ "Ethanol",
436
437
  "Other"
437
438
  ]
438
439
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "12.3.2",
3
+ "version": "12.5.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 ["enums/euVehicleCategory.enum.json", "enums/vehicleConfiguration.enum.json", "enums/vehicleSize.enum.json", "enums/vehicleSubclass.enum.json", "enums/vehicleType.enum.json", "required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "test-type/enums/testTypeClassification.enum.json", "test-type/get/index.json", "test-type/nextTestTypesOrCategory.json", "test-type/testCode.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/dynamics-test-station/index.json", "v1/enums/activityType.enum.json", "v1/enums/closureReason.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/vehicleType.enum.json", "v1/enums/waitReason.enum.json", "v1/media/failReason.json", "v1/media/image.json", "v1/media/index.json", "v1/media/video.json", "v1/reason-item/index.json", "v1/recalls/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-result-test-type/index.json", "v1/test-station/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/adrBodyDeclarationType.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/euVehicleCategoryCar.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryLgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/euVehicleCategorySmallTrl.enum.json", "v3/tech-record/enums/euVehicleCategoryTrl.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/enums/vehicleSize.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 ["enums/euVehicleCategory.enum.json", "enums/refDataType.enum.json", "enums/vehicleConfiguration.enum.json", "enums/vehicleSize.enum.json", "enums/vehicleSubclass.enum.json", "enums/vehicleType.enum.json", "required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "test-type/enums/testTypeClassification.enum.json", "test-type/get/index.json", "test-type/nextTestTypesOrCategory.json", "test-type/testCode.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/dynamics-test-station/index.json", "v1/enums/activityType.enum.json", "v1/enums/closureReason.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/vehicleType.enum.json", "v1/enums/waitReason.enum.json", "v1/media/failReason.json", "v1/media/image.json", "v1/media/index.json", "v1/media/video.json", "v1/reason-item/index.json", "v1/recalls/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-result-test-type/index.json", "v1/test-station/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/adrBodyDeclarationType.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/euVehicleCategoryCar.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryLgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/euVehicleCategorySmallTrl.enum.json", "v3/tech-record/enums/euVehicleCategoryTrl.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/enums/vehicleSize.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
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.schemas = void 0;
4
4
  exports.schemas = [
5
5
  "enums/euVehicleCategory.enum.json",
6
+ "enums/refDataType.enum.json",
6
7
  "enums/vehicleConfiguration.enum.json",
7
8
  "enums/vehicleSize.enum.json",
8
9
  "enums/vehicleSubclass.enum.json",
@@ -0,0 +1,20 @@
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 RefDataType {
7
+ BRAKES = "BRAKES",
8
+ COUNTRY_OF_REGISTRATION = "COUNTRY_OF_REGISTRATION",
9
+ HGV_MAKE = "HGV_MAKE",
10
+ PSV_MAKE = "PSV_MAKE",
11
+ MSVA_REASONS_FOR_ABANDONING = "MSVA_REASONS_FOR_ABANDONING",
12
+ REASONS_FOR_ABANDONING_HGV = "REASONS_FOR_ABANDONING_HGV",
13
+ REASONS_FOR_ABANDONING_PSV = "REASONS_FOR_ABANDONING_PSV",
14
+ REASONS_FOR_ABANDONING_TRL = "REASONS_FOR_ABANDONING_TRL",
15
+ SPECIALIST_REASONS_FOR_ABANDONING = "SPECIALIST_REASONS_FOR_ABANDONING",
16
+ TIR_REASONS_FOR_ABANDONING = "TIR_REASONS_FOR_ABANDONING",
17
+ TRL_MAKE = "TRL_MAKE",
18
+ TYRE_LOAD_INDEX = "TYRE_LOAD_INDEX",
19
+ TYRES = "TYRES"
20
+ }
@@ -0,0 +1,25 @@
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.RefDataType = void 0;
10
+ var RefDataType;
11
+ (function (RefDataType) {
12
+ RefDataType["BRAKES"] = "BRAKES";
13
+ RefDataType["COUNTRY_OF_REGISTRATION"] = "COUNTRY_OF_REGISTRATION";
14
+ RefDataType["HGV_MAKE"] = "HGV_MAKE";
15
+ RefDataType["PSV_MAKE"] = "PSV_MAKE";
16
+ RefDataType["MSVA_REASONS_FOR_ABANDONING"] = "MSVA_REASONS_FOR_ABANDONING";
17
+ RefDataType["REASONS_FOR_ABANDONING_HGV"] = "REASONS_FOR_ABANDONING_HGV";
18
+ RefDataType["REASONS_FOR_ABANDONING_PSV"] = "REASONS_FOR_ABANDONING_PSV";
19
+ RefDataType["REASONS_FOR_ABANDONING_TRL"] = "REASONS_FOR_ABANDONING_TRL";
20
+ RefDataType["SPECIALIST_REASONS_FOR_ABANDONING"] = "SPECIALIST_REASONS_FOR_ABANDONING";
21
+ RefDataType["TIR_REASONS_FOR_ABANDONING"] = "TIR_REASONS_FOR_ABANDONING";
22
+ RefDataType["TRL_MAKE"] = "TRL_MAKE";
23
+ RefDataType["TYRE_LOAD_INDEX"] = "TYRE_LOAD_INDEX";
24
+ RefDataType["TYRES"] = "TYRES";
25
+ })(RefDataType || (exports.RefDataType = RefDataType = {}));
@@ -0,0 +1,22 @@
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 RefDataType {
9
+ BRAKES = "BRAKES",
10
+ COUNTRY_OF_REGISTRATION = "COUNTRY_OF_REGISTRATION",
11
+ HGV_MAKE = "HGV_MAKE",
12
+ PSV_MAKE = "PSV_MAKE",
13
+ MSVA_REASONS_FOR_ABANDONING = "MSVA_REASONS_FOR_ABANDONING",
14
+ REASONS_FOR_ABANDONING_HGV = "REASONS_FOR_ABANDONING_HGV",
15
+ REASONS_FOR_ABANDONING_PSV = "REASONS_FOR_ABANDONING_PSV",
16
+ REASONS_FOR_ABANDONING_TRL = "REASONS_FOR_ABANDONING_TRL",
17
+ SPECIALIST_REASONS_FOR_ABANDONING = "SPECIALIST_REASONS_FOR_ABANDONING",
18
+ TIR_REASONS_FOR_ABANDONING = "TIR_REASONS_FOR_ABANDONING",
19
+ TRL_MAKE = "TRL_MAKE",
20
+ TYRE_LOAD_INDEX = "TYRE_LOAD_INDEX",
21
+ TYRES = "TYRES"
22
+ }
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -16,6 +16,7 @@ export type FuelPropulsionSystem =
16
16
  | "CNG"
17
17
  | "Fuel cell"
18
18
  | "LNG"
19
+ | "Ethanol"
19
20
  | "Other";
20
21
  export type MicrofilmDocumentType =
21
22
  | "PSV Miscellaneous"
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =
@@ -48,6 +48,7 @@ export type FuelPropulsionSystem =
48
48
  | "CNG"
49
49
  | "Fuel cell"
50
50
  | "LNG"
51
+ | "Ethanol"
51
52
  | "Other";
52
53
  export type FitmentCode = "single" | "double";
53
54
  export type SpeedCategorySymbol =