@dvsa/cvs-type-definitions 2.0.26 → 2.0.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.
@@ -92,6 +92,15 @@
92
92
  },
93
93
  "techRecord_updateType": {
94
94
  "type": "string"
95
+ },
96
+ "techRecord_createdAt": {
97
+ "type": "string"
98
+ },
99
+ "techRecord_createdById": {
100
+ "type": "string"
101
+ },
102
+ "techRecord_createdByName": {
103
+ "type": "string"
95
104
  }
96
105
  }
97
106
  }
@@ -72,6 +72,15 @@
72
72
  },
73
73
  "techRecord_updateType": {
74
74
  "type": "string"
75
+ },
76
+ "techRecord_createdAt": {
77
+ "type": "string"
78
+ },
79
+ "techRecord_createdById": {
80
+ "type": "string"
81
+ },
82
+ "techRecord_createdByName": {
83
+ "type": "string"
75
84
  }
76
85
  }
77
86
  }
@@ -50,6 +50,15 @@
50
50
  "partialVin": {
51
51
  "type": "string"
52
52
  },
53
+ "techRecord_createdAt": {
54
+ "type": "string"
55
+ },
56
+ "techRecord_createdById": {
57
+ "type": "string"
58
+ },
59
+ "techRecord_createdByName": {
60
+ "type": "string"
61
+ },
53
62
  "techRecord_adrDetails_vehicleDetails_type": {
54
63
  "type": [
55
64
  "string",
@@ -14,6 +14,15 @@
14
14
  "partialVin": {
15
15
  "type": "string"
16
16
  },
17
+ "techRecord_createdAt": {
18
+ "type": "string"
19
+ },
20
+ "techRecord_createdById": {
21
+ "type": "string"
22
+ },
23
+ "techRecord_createdByName": {
24
+ "type": "string"
25
+ },
17
26
  "techRecord_adrDetails_vehicleDetails_type": {
18
27
  "type": [
19
28
  "string",
@@ -18,6 +18,15 @@
18
18
  "partialVin": {
19
19
  "type": "string"
20
20
  },
21
+ "techRecord_createdAt": {
22
+ "type": "string"
23
+ },
24
+ "techRecord_createdById": {
25
+ "type": "string"
26
+ },
27
+ "techRecord_createdByName": {
28
+ "type": "string"
29
+ },
21
30
  "techRecord_adrDetails_vehicleDetails_type": {
22
31
  "type": [
23
32
  "string",
@@ -100,6 +100,15 @@
100
100
  },
101
101
  "techRecord_updateType": {
102
102
  "type": "string"
103
+ },
104
+ "techRecord_createdAt": {
105
+ "type": "string"
106
+ },
107
+ "techRecord_createdById": {
108
+ "type": "string"
109
+ },
110
+ "techRecord_createdByName": {
111
+ "type": "string"
103
112
  }
104
113
  }
105
114
  }
@@ -77,6 +77,15 @@
77
77
  },
78
78
  "techRecord_updateType": {
79
79
  "type": "string"
80
+ },
81
+ "techRecord_createdAt": {
82
+ "type": "string"
83
+ },
84
+ "techRecord_createdById": {
85
+ "type": "string"
86
+ },
87
+ "techRecord_createdByName": {
88
+ "type": "string"
80
89
  }
81
90
  }
82
91
  }
@@ -37,6 +37,15 @@
37
37
  "partialVin": {
38
38
  "type": "string"
39
39
  },
40
+ "techRecord_createdAt": {
41
+ "type": "string"
42
+ },
43
+ "techRecord_createdById": {
44
+ "type": "string"
45
+ },
46
+ "techRecord_createdByName": {
47
+ "type": "string"
48
+ },
40
49
  "techRecord_adrDetails_vehicleDetails_type": {
41
50
  "type": [
42
51
  "string",
@@ -17,6 +17,15 @@
17
17
  "partialVin": {
18
18
  "type": "string"
19
19
  },
20
+ "techRecord_createdAt": {
21
+ "type": "string"
22
+ },
23
+ "techRecord_createdById": {
24
+ "type": "string"
25
+ },
26
+ "techRecord_createdByName": {
27
+ "type": "string"
28
+ },
20
29
  "techRecord_adrDetails_vehicleDetails_type": {
21
30
  "type": [
22
31
  "string",
@@ -22,6 +22,15 @@
22
22
  "partialVin": {
23
23
  "type": "string"
24
24
  },
25
+ "techRecord_createdAt": {
26
+ "type": "string"
27
+ },
28
+ "techRecord_createdById": {
29
+ "type": "string"
30
+ },
31
+ "techRecord_createdByName": {
32
+ "type": "string"
33
+ },
25
34
  "techRecord_adrDetails_vehicleDetails_type": {
26
35
  "type": [
27
36
  "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "2.0.26",
3
+ "version": "2.0.28",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -23,4 +23,7 @@ export interface TechRecordPUTRequestCompleteCarSchema {
23
23
  techRecord_vehicleSubclass: VehicleSubclass;
24
24
  techRecord_hiddenInVta?: boolean;
25
25
  techRecord_updateType?: string;
26
+ techRecord_createdAt?: string;
27
+ techRecord_createdById?: string;
28
+ techRecord_createdByName?: string;
26
29
  }
@@ -21,4 +21,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
21
21
  techRecord_notes?: string;
22
22
  techRecord_hiddenInVta?: boolean;
23
23
  techRecord_updateType?: string;
24
+ techRecord_createdAt?: string;
25
+ techRecord_createdById?: string;
26
+ techRecord_createdByName?: string;
24
27
  }
@@ -144,6 +144,9 @@ export type ApprovalType =
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Complete {
146
146
  partialVin: string;
147
+ techRecord_createdAt?: string;
148
+ techRecord_createdById?: string;
149
+ techRecord_createdByName?: string;
147
150
  techRecord_adrDetails_vehicleDetails_type?: string | null;
148
151
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
149
152
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -144,6 +144,9 @@ export type ApprovalType =
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Skeleton {
146
146
  partialVin: string;
147
+ techRecord_createdAt?: string;
148
+ techRecord_createdById?: string;
149
+ techRecord_createdByName?: string;
147
150
  techRecord_adrDetails_vehicleDetails_type?: string | null;
148
151
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
149
152
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -144,6 +144,9 @@ export type ApprovalType =
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Testable {
146
146
  partialVin: string;
147
+ techRecord_createdAt?: string;
148
+ techRecord_createdById?: string;
149
+ techRecord_createdByName?: string;
147
150
  techRecord_adrDetails_vehicleDetails_type?: string | null;
148
151
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
149
152
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -24,4 +24,7 @@ export interface TechRecordPUTRequestCompleteCarSchema {
24
24
  techRecord_vehicleSubclass: VehicleSubclass;
25
25
  techRecord_hiddenInVta?: boolean;
26
26
  techRecord_updateType?: string;
27
+ techRecord_createdAt?: string;
28
+ techRecord_createdById?: string;
29
+ techRecord_createdByName?: string;
27
30
  }
@@ -22,4 +22,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
22
22
  techRecord_notes?: string;
23
23
  techRecord_hiddenInVta?: boolean;
24
24
  techRecord_updateType?: string;
25
+ techRecord_createdAt?: string;
26
+ techRecord_createdById?: string;
27
+ techRecord_createdByName?: string;
25
28
  }
@@ -180,6 +180,9 @@ export type SpeedCategorySymbol =
180
180
 
181
181
  export interface PUTTRLTechnicalRecordV3Complete {
182
182
  partialVin: string;
183
+ techRecord_createdAt?: string;
184
+ techRecord_createdById?: string;
185
+ techRecord_createdByName?: string;
183
186
  techRecord_adrDetails_vehicleDetails_type?: string | null;
184
187
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
185
188
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -128,6 +128,9 @@ export type VehicleConfiguration =
128
128
 
129
129
  export interface GETTRLTechnicalRecordV3Skeleton {
130
130
  partialVin: string;
131
+ techRecord_createdAt?: string;
132
+ techRecord_createdById?: string;
133
+ techRecord_createdByName?: string;
131
134
  techRecord_adrDetails_vehicleDetails_type?: string | null;
132
135
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
133
136
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -145,6 +145,9 @@ export type SpeedCategorySymbol =
145
145
 
146
146
  export interface GETTRLTechnicalRecordV3Testable {
147
147
  partialVin: string;
148
+ techRecord_createdAt?: string;
149
+ techRecord_createdById?: string;
150
+ techRecord_createdByName?: string;
148
151
  techRecord_adrDetails_vehicleDetails_type?: string | null;
149
152
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
150
153
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;