@dvsa/cvs-type-definitions 9.4.0 → 11.0.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.
- package/json-schemas/v1/dynamics-test-station/index.json +20 -5
- package/json-schemas/v1/tech-record/index.json +2 -1
- package/json-schemas/v1/test/index.json +2 -1
- package/json-schemas/v1/vehicle/index.json +2 -1
- package/json-schemas/v1/vehicle-tech-record/index.json +2 -1
- package/json-schemas/v1/visit/index.json +2 -1
- package/json-schemas/v3/tech-record/get/car/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/get/search/index.json +2 -1
- package/json-schemas/v3/tech-record/get/small trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/small trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/put/car/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +2 -3
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/put/small trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/small trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +2 -1
- package/package.json +1 -1
- package/types/v1/dynamics-test-station/index.d.ts +5 -5
|
@@ -15,10 +15,16 @@
|
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
17
|
"testStationAccessNotes": {
|
|
18
|
-
"type":
|
|
18
|
+
"type": [
|
|
19
|
+
"string",
|
|
20
|
+
"null"
|
|
21
|
+
]
|
|
19
22
|
},
|
|
20
23
|
"testStationGeneralNotes": {
|
|
21
|
-
"type":
|
|
24
|
+
"type": [
|
|
25
|
+
"string",
|
|
26
|
+
"null"
|
|
27
|
+
]
|
|
22
28
|
},
|
|
23
29
|
"testStationTown": {
|
|
24
30
|
"type": "string"
|
|
@@ -30,10 +36,16 @@
|
|
|
30
36
|
"type": "string"
|
|
31
37
|
},
|
|
32
38
|
"testStationLongitude": {
|
|
33
|
-
"type":
|
|
39
|
+
"type": [
|
|
40
|
+
"number",
|
|
41
|
+
"null"
|
|
42
|
+
]
|
|
34
43
|
},
|
|
35
44
|
"testStationLatitude": {
|
|
36
|
-
"type":
|
|
45
|
+
"type": [
|
|
46
|
+
"number",
|
|
47
|
+
"null"
|
|
48
|
+
]
|
|
37
49
|
},
|
|
38
50
|
"testStationType": {
|
|
39
51
|
"type": "string"
|
|
@@ -48,7 +60,10 @@
|
|
|
48
60
|
"type": "string"
|
|
49
61
|
},
|
|
50
62
|
"testStationCountry": {
|
|
51
|
-
"type":
|
|
63
|
+
"type": [
|
|
64
|
+
"string",
|
|
65
|
+
"null"
|
|
66
|
+
]
|
|
52
67
|
},
|
|
53
68
|
"testStationStatus": {
|
|
54
69
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@ export interface DynamicsTestStationSchema {
|
|
|
10
10
|
testStationPNumber: string;
|
|
11
11
|
testStationName: string;
|
|
12
12
|
testStationContactNumber: string;
|
|
13
|
-
testStationAccessNotes?: string;
|
|
14
|
-
testStationGeneralNotes?: string;
|
|
13
|
+
testStationAccessNotes?: string | null;
|
|
14
|
+
testStationGeneralNotes?: string | null;
|
|
15
15
|
testStationTown: string;
|
|
16
16
|
testStationAddress: string;
|
|
17
17
|
testStationPostcode: string;
|
|
18
|
-
testStationLongitude?: number;
|
|
19
|
-
testStationLatitude?: number;
|
|
18
|
+
testStationLongitude?: number | null;
|
|
19
|
+
testStationLatitude?: number | null;
|
|
20
20
|
testStationType: string;
|
|
21
21
|
testStationEmails: string[];
|
|
22
22
|
searchProperty?: string;
|
|
23
|
-
testStationCountry?: string;
|
|
23
|
+
testStationCountry?: string | null;
|
|
24
24
|
testStationStatus: string;
|
|
25
25
|
}
|