@platform-modules/civil-aviation-authority 2.3.27 → 2.3.28

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.
@@ -73,6 +73,7 @@ __decorate([
73
73
  type: "enum",
74
74
  enum: VehicleMaintenanceType,
75
75
  nullable: false,
76
+ default: VehicleMaintenanceType.CORRECTIVE
76
77
  }),
77
78
  __metadata("design:type", String)
78
79
  ], LogisticsVehicleMaintenanceRequests.prototype, "type_of_maintenance_required", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-modules/civil-aviation-authority",
3
- "version": "2.3.27",
3
+ "version": "2.3.28",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -40,6 +40,7 @@ export class LogisticsVehicleMaintenanceRequests extends BaseModel {
40
40
  type: "enum",
41
41
  enum: VehicleMaintenanceType,
42
42
  nullable: false,
43
+ default:VehicleMaintenanceType.CORRECTIVE
43
44
  })
44
45
  type_of_maintenance_required: VehicleMaintenanceType;
45
46