@dvsa/cvs-type-definitions 7.6.2 → 7.6.3
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/small trl/complete/index.json +25 -0
- package/json-schemas/v3/tech-record/get/small trl/skeleton/index.json +25 -0
- package/json-schemas/v3/tech-record/put/small trl/complete/index.json +25 -0
- package/json-schemas/v3/tech-record/put/small trl/skeleton/index.json +25 -0
- package/package.json +1 -1
- package/types/v3/tech-record/get/small trl/complete/index.d.ts +14 -0
- package/types/v3/tech-record/get/small trl/skeleton/index.d.ts +14 -0
- package/types/v3/tech-record/put/small trl/complete/index.d.ts +14 -0
- package/types/v3/tech-record/put/small trl/skeleton/index.d.ts +14 -0
|
@@ -101,6 +101,31 @@
|
|
|
101
101
|
"null"
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
|
+
"techRecord_manufactureMonth": {
|
|
105
|
+
"anyOf": [
|
|
106
|
+
{
|
|
107
|
+
"title": "Months",
|
|
108
|
+
"type": "string",
|
|
109
|
+
"enum": [
|
|
110
|
+
"January",
|
|
111
|
+
"February",
|
|
112
|
+
"March",
|
|
113
|
+
"April",
|
|
114
|
+
"May",
|
|
115
|
+
"June",
|
|
116
|
+
"July",
|
|
117
|
+
"August",
|
|
118
|
+
"September",
|
|
119
|
+
"October",
|
|
120
|
+
"November",
|
|
121
|
+
"December"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "null"
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
104
129
|
"techRecord_manufactureYear": {
|
|
105
130
|
"type": [
|
|
106
131
|
"integer",
|
|
@@ -99,6 +99,31 @@
|
|
|
99
99
|
"null"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
+
"techRecord_manufactureMonth": {
|
|
103
|
+
"anyOf": [
|
|
104
|
+
{
|
|
105
|
+
"title": "Months",
|
|
106
|
+
"type": "string",
|
|
107
|
+
"enum": [
|
|
108
|
+
"January",
|
|
109
|
+
"February",
|
|
110
|
+
"March",
|
|
111
|
+
"April",
|
|
112
|
+
"May",
|
|
113
|
+
"June",
|
|
114
|
+
"July",
|
|
115
|
+
"August",
|
|
116
|
+
"September",
|
|
117
|
+
"October",
|
|
118
|
+
"November",
|
|
119
|
+
"December"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "null"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
102
127
|
"techRecord_manufactureYear": {
|
|
103
128
|
"type": [
|
|
104
129
|
"integer",
|
|
@@ -68,6 +68,31 @@
|
|
|
68
68
|
"o2"
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
|
+
"techRecord_manufactureMonth": {
|
|
72
|
+
"anyOf": [
|
|
73
|
+
{
|
|
74
|
+
"title": "Months",
|
|
75
|
+
"type": "string",
|
|
76
|
+
"enum": [
|
|
77
|
+
"January",
|
|
78
|
+
"February",
|
|
79
|
+
"March",
|
|
80
|
+
"April",
|
|
81
|
+
"May",
|
|
82
|
+
"June",
|
|
83
|
+
"July",
|
|
84
|
+
"August",
|
|
85
|
+
"September",
|
|
86
|
+
"October",
|
|
87
|
+
"November",
|
|
88
|
+
"December"
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": "null"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
71
96
|
"techRecord_manufactureYear": {
|
|
72
97
|
"type": [
|
|
73
98
|
"integer",
|
|
@@ -66,6 +66,31 @@
|
|
|
66
66
|
"o2"
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
+
"techRecord_manufactureMonth": {
|
|
70
|
+
"anyOf": [
|
|
71
|
+
{
|
|
72
|
+
"title": "Months",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"enum": [
|
|
75
|
+
"January",
|
|
76
|
+
"February",
|
|
77
|
+
"March",
|
|
78
|
+
"April",
|
|
79
|
+
"May",
|
|
80
|
+
"June",
|
|
81
|
+
"July",
|
|
82
|
+
"August",
|
|
83
|
+
"September",
|
|
84
|
+
"October",
|
|
85
|
+
"November",
|
|
86
|
+
"December"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "null"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
69
94
|
"techRecord_manufactureYear": {
|
|
70
95
|
"type": [
|
|
71
96
|
"integer",
|
package/package.json
CHANGED
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
export type Months =
|
|
9
|
+
| "January"
|
|
10
|
+
| "February"
|
|
11
|
+
| "March"
|
|
12
|
+
| "April"
|
|
13
|
+
| "May"
|
|
14
|
+
| "June"
|
|
15
|
+
| "July"
|
|
16
|
+
| "August"
|
|
17
|
+
| "September"
|
|
18
|
+
| "October"
|
|
19
|
+
| "November"
|
|
20
|
+
| "December";
|
|
8
21
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
22
|
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
10
23
|
|
|
@@ -24,6 +37,7 @@ export interface TechRecordGETSmallTRLComplete {
|
|
|
24
37
|
techRecord_lastUpdatedAt?: string | null;
|
|
25
38
|
techRecord_lastUpdatedById?: string | null;
|
|
26
39
|
techRecord_lastUpdatedByName?: string | null;
|
|
40
|
+
techRecord_manufactureMonth?: Months | null;
|
|
27
41
|
techRecord_manufactureYear?: number | null;
|
|
28
42
|
techRecord_noOfAxles: number;
|
|
29
43
|
techRecord_notes?: string | null;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
export type Months =
|
|
9
|
+
| "January"
|
|
10
|
+
| "February"
|
|
11
|
+
| "March"
|
|
12
|
+
| "April"
|
|
13
|
+
| "May"
|
|
14
|
+
| "June"
|
|
15
|
+
| "July"
|
|
16
|
+
| "August"
|
|
17
|
+
| "September"
|
|
18
|
+
| "October"
|
|
19
|
+
| "November"
|
|
20
|
+
| "December";
|
|
8
21
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
22
|
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
10
23
|
|
|
@@ -24,6 +37,7 @@ export interface TechRecordGETSmallTRLSkeleton {
|
|
|
24
37
|
techRecord_lastUpdatedAt?: string | null;
|
|
25
38
|
techRecord_lastUpdatedById?: string | null;
|
|
26
39
|
techRecord_lastUpdatedByName?: string | null;
|
|
40
|
+
techRecord_manufactureMonth?: Months | null;
|
|
27
41
|
techRecord_manufactureYear?: number | null;
|
|
28
42
|
techRecord_noOfAxles?: number | null;
|
|
29
43
|
techRecord_notes?: string | null;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
export type Months =
|
|
9
|
+
| "January"
|
|
10
|
+
| "February"
|
|
11
|
+
| "March"
|
|
12
|
+
| "April"
|
|
13
|
+
| "May"
|
|
14
|
+
| "June"
|
|
15
|
+
| "July"
|
|
16
|
+
| "August"
|
|
17
|
+
| "September"
|
|
18
|
+
| "October"
|
|
19
|
+
| "November"
|
|
20
|
+
| "December";
|
|
8
21
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
22
|
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
10
23
|
|
|
@@ -18,6 +31,7 @@ export interface TechRecordPUTSmallTRLComplete {
|
|
|
18
31
|
techRecord_applicantDetails_postTown?: string | null;
|
|
19
32
|
techRecord_applicantDetails_telephoneNumber?: string | null;
|
|
20
33
|
techRecord_euVehicleCategory: "o1" | "o2";
|
|
34
|
+
techRecord_manufactureMonth?: Months | null;
|
|
21
35
|
techRecord_manufactureYear?: number | null;
|
|
22
36
|
techRecord_noOfAxles: number;
|
|
23
37
|
techRecord_notes?: string | null;
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
export type Months =
|
|
9
|
+
| "January"
|
|
10
|
+
| "February"
|
|
11
|
+
| "March"
|
|
12
|
+
| "April"
|
|
13
|
+
| "May"
|
|
14
|
+
| "June"
|
|
15
|
+
| "July"
|
|
16
|
+
| "August"
|
|
17
|
+
| "September"
|
|
18
|
+
| "October"
|
|
19
|
+
| "November"
|
|
20
|
+
| "December";
|
|
8
21
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
22
|
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
10
23
|
|
|
@@ -18,6 +31,7 @@ export interface TechRecordPUTSmallTRLSkeleton {
|
|
|
18
31
|
techRecord_applicantDetails_postTown?: string | null;
|
|
19
32
|
techRecord_applicantDetails_telephoneNumber?: string | null;
|
|
20
33
|
techRecord_euVehicleCategory: "o1" | "o2";
|
|
34
|
+
techRecord_manufactureMonth?: Months | null;
|
|
21
35
|
techRecord_manufactureYear?: number | null;
|
|
22
36
|
techRecord_noOfAxles?: number | null;
|
|
23
37
|
techRecord_notes?: string | null;
|