@dvsa/cvs-type-definitions 2.0.22 → 2.0.24
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.
- package/json-schemas/v3/tech-record/get/car/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/put/car/complete/index.json +4 -1
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +4 -1
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +4 -1
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +4 -1
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/put/car/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "Tech Record PUT Request Complete Car Schema",
|
|
3
3
|
"type": "object",
|
|
4
|
-
"additionalProperties":
|
|
4
|
+
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"vehicleSubclass",
|
|
7
7
|
"vin"
|
|
@@ -64,6 +64,9 @@
|
|
|
64
64
|
"null"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
+
"techRecord_notes": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
67
70
|
"vehicleSubclass": {
|
|
68
71
|
"title": "Vehicle Subclass",
|
|
69
72
|
"type": "array",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "Tech Record PUT Request Skeleton Car Schema",
|
|
3
3
|
"type": "object",
|
|
4
|
-
"additionalProperties":
|
|
4
|
+
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"vin",
|
|
7
7
|
"vehicleType"
|
|
@@ -64,6 +64,9 @@
|
|
|
64
64
|
"null"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
+
"techRecord_notes": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
67
70
|
"techRecord_hiddenInVta": {
|
|
68
71
|
"type": "boolean"
|
|
69
72
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"title": "Tech Record PUT Request Complete Car Schema",
|
|
11
11
|
"type": "object",
|
|
12
|
-
"additionalProperties":
|
|
12
|
+
"additionalProperties": false,
|
|
13
13
|
"required": [
|
|
14
14
|
"vehicleSubclass",
|
|
15
15
|
"vin"
|
|
@@ -72,6 +72,9 @@
|
|
|
72
72
|
"null"
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
+
"techRecord_notes": {
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
75
78
|
"vehicleSubclass": {
|
|
76
79
|
"title": "Vehicle Subclass",
|
|
77
80
|
"type": "array",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{
|
|
7
7
|
"title": "Tech Record PUT Request Skeleton Car Schema",
|
|
8
8
|
"type": "object",
|
|
9
|
-
"additionalProperties":
|
|
9
|
+
"additionalProperties": false,
|
|
10
10
|
"required": [
|
|
11
11
|
"vin",
|
|
12
12
|
"vehicleType"
|
|
@@ -69,6 +69,9 @@
|
|
|
69
69
|
"null"
|
|
70
70
|
]
|
|
71
71
|
},
|
|
72
|
+
"techRecord_notes": {
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
72
75
|
"techRecord_hiddenInVta": {
|
|
73
76
|
"type": "boolean"
|
|
74
77
|
},
|
package/package.json
CHANGED
|
@@ -64,6 +64,7 @@ export interface TechRecordCompleteCarSchema {
|
|
|
64
64
|
techRecord_manufactureYear?: string | null;
|
|
65
65
|
techRecord_recordCompleteness?: string;
|
|
66
66
|
techRecord_noOfAxles?: number;
|
|
67
|
+
techRecord_notes?: string;
|
|
67
68
|
techRecord_reasonForCreation?: string;
|
|
68
69
|
techRecord_regnDate?: string | null;
|
|
69
70
|
techRecord_statusCode?: StatusCode;
|
|
@@ -63,6 +63,7 @@ export interface TechRecordSkeletonCarSchema {
|
|
|
63
63
|
techRecord_manufactureYear?: string | null;
|
|
64
64
|
techRecord_recordCompleteness?: string;
|
|
65
65
|
techRecord_noOfAxles?: number;
|
|
66
|
+
techRecord_notes?: string;
|
|
66
67
|
techRecord_reasonForCreation?: string;
|
|
67
68
|
techRecord_regnDate?: string | null;
|
|
68
69
|
techRecord_statusCode?: StatusCode;
|
|
@@ -65,6 +65,7 @@ export interface TechRecordCompleteCarSchema1 {
|
|
|
65
65
|
techRecord_manufactureYear?: string | null;
|
|
66
66
|
techRecord_recordCompleteness?: string;
|
|
67
67
|
techRecord_noOfAxles?: number;
|
|
68
|
+
techRecord_notes?: string;
|
|
68
69
|
techRecord_reasonForCreation?: string;
|
|
69
70
|
techRecord_regnDate?: string | null;
|
|
70
71
|
techRecord_statusCode?: StatusCode;
|
|
@@ -64,6 +64,7 @@ export interface TechRecordSkeletonCarSchema1 {
|
|
|
64
64
|
techRecord_manufactureYear?: string | null;
|
|
65
65
|
techRecord_recordCompleteness?: string;
|
|
66
66
|
techRecord_noOfAxles?: number;
|
|
67
|
+
techRecord_notes?: string;
|
|
67
68
|
techRecord_reasonForCreation?: string;
|
|
68
69
|
techRecord_regnDate?: string | null;
|
|
69
70
|
techRecord_statusCode?: StatusCode;
|
|
@@ -64,6 +64,7 @@ export interface TechRecordCompleteMotorcycleSchema {
|
|
|
64
64
|
techRecord_manufactureYear?: string | null;
|
|
65
65
|
techRecord_recordCompleteness?: string;
|
|
66
66
|
techRecord_noOfAxles?: number;
|
|
67
|
+
techRecord_notes?: string;
|
|
67
68
|
techRecord_reasonForCreation?: string;
|
|
68
69
|
techRecord_regnDate?: string | null;
|
|
69
70
|
techRecord_statusCode?: StatusCode;
|
|
@@ -64,6 +64,7 @@ export interface TechRecordSkeletonCarSchema1 {
|
|
|
64
64
|
techRecord_manufactureYear?: string | null;
|
|
65
65
|
techRecord_recordCompleteness?: string;
|
|
66
66
|
techRecord_noOfAxles?: number;
|
|
67
|
+
techRecord_notes?: string;
|
|
67
68
|
techRecord_reasonForCreation?: string;
|
|
68
69
|
techRecord_regnDate?: string | null;
|
|
69
70
|
techRecord_statusCode?: StatusCode;
|
|
@@ -19,8 +19,8 @@ export interface TechRecordPUTRequestCompleteCarSchema {
|
|
|
19
19
|
techRecord_regnDate?: string | null;
|
|
20
20
|
techRecord_manufactureYear?: string | null;
|
|
21
21
|
techRecord_noOfAxles?: number | null;
|
|
22
|
+
techRecord_notes?: string;
|
|
22
23
|
vehicleSubclass: VehicleSubclass;
|
|
23
24
|
techRecord_hiddenInVta?: boolean;
|
|
24
25
|
techRecord_updateType?: string;
|
|
25
|
-
[k: string]: unknown;
|
|
26
26
|
}
|
|
@@ -18,7 +18,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
|
|
|
18
18
|
techRecord_regnDate?: string | null;
|
|
19
19
|
techRecord_manufactureYear?: string | null;
|
|
20
20
|
techRecord_noOfAxles?: number | null;
|
|
21
|
+
techRecord_notes?: string;
|
|
21
22
|
techRecord_hiddenInVta?: boolean;
|
|
22
23
|
techRecord_updateType?: string;
|
|
23
|
-
[k: string]: unknown;
|
|
24
24
|
}
|
|
@@ -20,8 +20,8 @@ export interface TechRecordPUTRequestCompleteCarSchema {
|
|
|
20
20
|
techRecord_regnDate?: string | null;
|
|
21
21
|
techRecord_manufactureYear?: string | null;
|
|
22
22
|
techRecord_noOfAxles?: number | null;
|
|
23
|
+
techRecord_notes?: string;
|
|
23
24
|
vehicleSubclass: VehicleSubclass;
|
|
24
25
|
techRecord_hiddenInVta?: boolean;
|
|
25
26
|
techRecord_updateType?: string;
|
|
26
|
-
[k: string]: unknown;
|
|
27
27
|
}
|
|
@@ -19,7 +19,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
|
|
|
19
19
|
techRecord_regnDate?: string | null;
|
|
20
20
|
techRecord_manufactureYear?: string | null;
|
|
21
21
|
techRecord_noOfAxles?: number | null;
|
|
22
|
+
techRecord_notes?: string;
|
|
22
23
|
techRecord_hiddenInVta?: boolean;
|
|
23
24
|
techRecord_updateType?: string;
|
|
24
|
-
[k: string]: unknown;
|
|
25
25
|
}
|