@dvsa/cvs-type-definitions 3.0.9 → 3.0.10
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/psv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +0 -6
- package/package.json +1 -1
- package/types/v3/tech-record/get/psv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/psv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +0 -1
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/put/psv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/put/psv/testable/index.d.ts +0 -1
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"vin",
|
|
7
|
+
"createdTimestamp",
|
|
7
8
|
"systemNumber",
|
|
8
9
|
"primaryVrm",
|
|
9
10
|
"techRecord_vehicleConfiguration",
|
|
@@ -1066,7 +1067,6 @@
|
|
|
1066
1067
|
},
|
|
1067
1068
|
"createdTimestamp": {
|
|
1068
1069
|
"type": [
|
|
1069
|
-
"null",
|
|
1070
1070
|
"string"
|
|
1071
1071
|
]
|
|
1072
1072
|
},
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"required": [
|
|
6
6
|
"vin",
|
|
7
7
|
"systemNumber",
|
|
8
|
+
"createdTimestamp",
|
|
8
9
|
"primaryVrm",
|
|
9
10
|
"techRecord_vehicleConfiguration",
|
|
10
11
|
"techRecord_vehicleSize",
|
|
@@ -1096,7 +1097,6 @@
|
|
|
1096
1097
|
},
|
|
1097
1098
|
"createdTimestamp": {
|
|
1098
1099
|
"type": [
|
|
1099
|
-
"null",
|
|
1100
1100
|
"string"
|
|
1101
1101
|
]
|
|
1102
1102
|
},
|
package/package.json
CHANGED
|
@@ -297,7 +297,7 @@ export interface TechRecordGETPSVComplete {
|
|
|
297
297
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
298
298
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
299
299
|
techRecord_brakeCode?: string | null;
|
|
300
|
-
createdTimestamp
|
|
300
|
+
createdTimestamp: string;
|
|
301
301
|
techRecord_updateType?: null | string;
|
|
302
302
|
}
|
|
303
303
|
export interface PSVAxlesComplete {
|
|
@@ -293,7 +293,7 @@ export interface TechRecordGETPSVTestable {
|
|
|
293
293
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
294
294
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
295
295
|
techRecord_brakeCode?: string | null;
|
|
296
|
-
createdTimestamp
|
|
296
|
+
createdTimestamp: string;
|
|
297
297
|
techRecord_applicationId?: null | string;
|
|
298
298
|
secondaryVrms?: null | string[];
|
|
299
299
|
techRecord_updateType?: null | string;
|
|
@@ -50,7 +50,6 @@ export interface TechRecordPUTMotorcycleComplete {
|
|
|
50
50
|
techRecord_applicantDetails_postCode?: null | string;
|
|
51
51
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
52
52
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
53
|
-
createdTimestamp?: null | string;
|
|
54
53
|
partialVin?: null | string;
|
|
55
54
|
primaryVrm?: null | string;
|
|
56
55
|
systemNumber?: null | string;
|
|
@@ -48,7 +48,6 @@ export interface TechRecordPUTMotorcycleSkeleton {
|
|
|
48
48
|
techRecord_applicantDetails_postCode?: null | string;
|
|
49
49
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
50
50
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
51
|
-
createdTimestamp?: null | string;
|
|
52
51
|
partialVin?: null | string;
|
|
53
52
|
primaryVrm?: null | string;
|
|
54
53
|
systemNumber?: null | string;
|
|
@@ -293,7 +293,6 @@ export interface TechRecordPUTPSVComplete {
|
|
|
293
293
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
294
294
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
295
295
|
techRecord_brakeCode?: string | null;
|
|
296
|
-
createdTimestamp?: null | string;
|
|
297
296
|
secondaryVrms?: null | string[];
|
|
298
297
|
techRecord_updateType?: null | string;
|
|
299
298
|
}
|
|
@@ -290,7 +290,6 @@ export interface TechRecordPUTPSVSkeleton {
|
|
|
290
290
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
291
291
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
292
292
|
techRecord_brakeCode?: string | null;
|
|
293
|
-
createdTimestamp?: null | string;
|
|
294
293
|
techRecord_applicationId?: string;
|
|
295
294
|
secondaryVrms?: string[];
|
|
296
295
|
techRecord_updateType?: null | string;
|
|
@@ -290,7 +290,6 @@ export interface TechRecordPUTPSVTestable {
|
|
|
290
290
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
291
291
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
292
292
|
techRecord_brakeCode?: string | null;
|
|
293
|
-
createdTimestamp?: null | string;
|
|
294
293
|
techRecord_applicationId?: null | string;
|
|
295
294
|
secondaryVrms?: null | string[];
|
|
296
295
|
techRecord_updateType?: null | string;
|