@dvsa/cvs-type-definitions 7.2.0 → 7.3.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/test/index.json +42 -0
- package/json-schemas/v1/test-result/index.json +21 -0
- package/json-schemas/v1/test-type/index.json +21 -0
- package/json-schemas/v1/vehicle/index.json +42 -0
- package/json-schemas/v1/visit/index.json +42 -0
- package/package.json +1 -1
- package/types/v1/test/index.d.ts +5 -0
- package/types/v1/test-result/index.d.ts +5 -0
- package/types/v1/test-type/index.d.ts +5 -0
- package/types/v1/vehicle/index.d.ts +5 -0
- package/types/v1/visit/index.d.ts +5 -0
|
@@ -1585,6 +1585,27 @@
|
|
|
1585
1585
|
"string",
|
|
1586
1586
|
"null"
|
|
1587
1587
|
]
|
|
1588
|
+
},
|
|
1589
|
+
"centralDocs": {
|
|
1590
|
+
"properties": {
|
|
1591
|
+
"issueRequired": {
|
|
1592
|
+
"type": "boolean"
|
|
1593
|
+
},
|
|
1594
|
+
"notes": {
|
|
1595
|
+
"type": "string"
|
|
1596
|
+
},
|
|
1597
|
+
"reasonsForIssue": {
|
|
1598
|
+
"type": "array",
|
|
1599
|
+
"items": {
|
|
1600
|
+
"type": "string"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"additionalProperties": false,
|
|
1605
|
+
"required": [
|
|
1606
|
+
"issueRequired",
|
|
1607
|
+
"reasonsForIssue"
|
|
1608
|
+
]
|
|
1588
1609
|
}
|
|
1589
1610
|
},
|
|
1590
1611
|
"required": [
|
|
@@ -2411,6 +2432,27 @@
|
|
|
2411
2432
|
"string",
|
|
2412
2433
|
"null"
|
|
2413
2434
|
]
|
|
2435
|
+
},
|
|
2436
|
+
"centralDocs": {
|
|
2437
|
+
"properties": {
|
|
2438
|
+
"issueRequired": {
|
|
2439
|
+
"type": "boolean"
|
|
2440
|
+
},
|
|
2441
|
+
"notes": {
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2444
|
+
"reasonsForIssue": {
|
|
2445
|
+
"type": "array",
|
|
2446
|
+
"items": {
|
|
2447
|
+
"type": "string"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
"additionalProperties": false,
|
|
2452
|
+
"required": [
|
|
2453
|
+
"issueRequired",
|
|
2454
|
+
"reasonsForIssue"
|
|
2455
|
+
]
|
|
2414
2456
|
}
|
|
2415
2457
|
},
|
|
2416
2458
|
"required": [
|
|
@@ -903,6 +903,27 @@
|
|
|
903
903
|
"string",
|
|
904
904
|
"null"
|
|
905
905
|
]
|
|
906
|
+
},
|
|
907
|
+
"centralDocs": {
|
|
908
|
+
"properties": {
|
|
909
|
+
"issueRequired": {
|
|
910
|
+
"type": "boolean"
|
|
911
|
+
},
|
|
912
|
+
"notes": {
|
|
913
|
+
"type": "string"
|
|
914
|
+
},
|
|
915
|
+
"reasonsForIssue": {
|
|
916
|
+
"type": "array",
|
|
917
|
+
"items": {
|
|
918
|
+
"type": "string"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
"additionalProperties": false,
|
|
923
|
+
"required": [
|
|
924
|
+
"issueRequired",
|
|
925
|
+
"reasonsForIssue"
|
|
926
|
+
]
|
|
906
927
|
}
|
|
907
928
|
},
|
|
908
929
|
"required": [
|
|
@@ -639,6 +639,27 @@
|
|
|
639
639
|
"string",
|
|
640
640
|
"null"
|
|
641
641
|
]
|
|
642
|
+
},
|
|
643
|
+
"centralDocs": {
|
|
644
|
+
"properties": {
|
|
645
|
+
"issueRequired": {
|
|
646
|
+
"type": "boolean"
|
|
647
|
+
},
|
|
648
|
+
"notes": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"reasonsForIssue": {
|
|
652
|
+
"type": "array",
|
|
653
|
+
"items": {
|
|
654
|
+
"type": "string"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"additionalProperties": false,
|
|
659
|
+
"required": [
|
|
660
|
+
"issueRequired",
|
|
661
|
+
"reasonsForIssue"
|
|
662
|
+
]
|
|
642
663
|
}
|
|
643
664
|
},
|
|
644
665
|
"required": [
|
|
@@ -1557,6 +1557,27 @@
|
|
|
1557
1557
|
"string",
|
|
1558
1558
|
"null"
|
|
1559
1559
|
]
|
|
1560
|
+
},
|
|
1561
|
+
"centralDocs": {
|
|
1562
|
+
"properties": {
|
|
1563
|
+
"issueRequired": {
|
|
1564
|
+
"type": "boolean"
|
|
1565
|
+
},
|
|
1566
|
+
"notes": {
|
|
1567
|
+
"type": "string"
|
|
1568
|
+
},
|
|
1569
|
+
"reasonsForIssue": {
|
|
1570
|
+
"type": "array",
|
|
1571
|
+
"items": {
|
|
1572
|
+
"type": "string"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"additionalProperties": false,
|
|
1577
|
+
"required": [
|
|
1578
|
+
"issueRequired",
|
|
1579
|
+
"reasonsForIssue"
|
|
1580
|
+
]
|
|
1560
1581
|
}
|
|
1561
1582
|
},
|
|
1562
1583
|
"required": [
|
|
@@ -2383,6 +2404,27 @@
|
|
|
2383
2404
|
"string",
|
|
2384
2405
|
"null"
|
|
2385
2406
|
]
|
|
2407
|
+
},
|
|
2408
|
+
"centralDocs": {
|
|
2409
|
+
"properties": {
|
|
2410
|
+
"issueRequired": {
|
|
2411
|
+
"type": "boolean"
|
|
2412
|
+
},
|
|
2413
|
+
"notes": {
|
|
2414
|
+
"type": "string"
|
|
2415
|
+
},
|
|
2416
|
+
"reasonsForIssue": {
|
|
2417
|
+
"type": "array",
|
|
2418
|
+
"items": {
|
|
2419
|
+
"type": "string"
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
"additionalProperties": false,
|
|
2424
|
+
"required": [
|
|
2425
|
+
"issueRequired",
|
|
2426
|
+
"reasonsForIssue"
|
|
2427
|
+
]
|
|
2386
2428
|
}
|
|
2387
2429
|
},
|
|
2388
2430
|
"required": [
|
|
@@ -1618,6 +1618,27 @@
|
|
|
1618
1618
|
"string",
|
|
1619
1619
|
"null"
|
|
1620
1620
|
]
|
|
1621
|
+
},
|
|
1622
|
+
"centralDocs": {
|
|
1623
|
+
"properties": {
|
|
1624
|
+
"issueRequired": {
|
|
1625
|
+
"type": "boolean"
|
|
1626
|
+
},
|
|
1627
|
+
"notes": {
|
|
1628
|
+
"type": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"reasonsForIssue": {
|
|
1631
|
+
"type": "array",
|
|
1632
|
+
"items": {
|
|
1633
|
+
"type": "string"
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"additionalProperties": false,
|
|
1638
|
+
"required": [
|
|
1639
|
+
"issueRequired",
|
|
1640
|
+
"reasonsForIssue"
|
|
1641
|
+
]
|
|
1621
1642
|
}
|
|
1622
1643
|
},
|
|
1623
1644
|
"required": [
|
|
@@ -2444,6 +2465,27 @@
|
|
|
2444
2465
|
"string",
|
|
2445
2466
|
"null"
|
|
2446
2467
|
]
|
|
2468
|
+
},
|
|
2469
|
+
"centralDocs": {
|
|
2470
|
+
"properties": {
|
|
2471
|
+
"issueRequired": {
|
|
2472
|
+
"type": "boolean"
|
|
2473
|
+
},
|
|
2474
|
+
"notes": {
|
|
2475
|
+
"type": "string"
|
|
2476
|
+
},
|
|
2477
|
+
"reasonsForIssue": {
|
|
2478
|
+
"type": "array",
|
|
2479
|
+
"items": {
|
|
2480
|
+
"type": "string"
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
"additionalProperties": false,
|
|
2485
|
+
"required": [
|
|
2486
|
+
"issueRequired",
|
|
2487
|
+
"reasonsForIssue"
|
|
2488
|
+
]
|
|
2447
2489
|
}
|
|
2448
2490
|
},
|
|
2449
2491
|
"required": [
|
package/package.json
CHANGED
package/types/v1/test/index.d.ts
CHANGED
|
@@ -337,6 +337,11 @@ export interface TestTypeSchema {
|
|
|
337
337
|
| null;
|
|
338
338
|
testTypeClassification?: string | null;
|
|
339
339
|
deletionFlag?: string | null;
|
|
340
|
+
centralDocs?: {
|
|
341
|
+
issueRequired: boolean;
|
|
342
|
+
notes?: string;
|
|
343
|
+
reasonsForIssue: string[];
|
|
344
|
+
};
|
|
340
345
|
}
|
|
341
346
|
export interface ModTypeSchema {
|
|
342
347
|
code: string;
|
|
@@ -120,6 +120,11 @@ export interface TestTypeSchema {
|
|
|
120
120
|
| null;
|
|
121
121
|
testTypeClassification?: string | null;
|
|
122
122
|
deletionFlag?: string | null;
|
|
123
|
+
centralDocs?: {
|
|
124
|
+
issueRequired: boolean;
|
|
125
|
+
notes?: string;
|
|
126
|
+
reasonsForIssue: string[];
|
|
127
|
+
};
|
|
123
128
|
}
|
|
124
129
|
export interface ModTypeSchema {
|
|
125
130
|
code: string;
|
|
@@ -64,6 +64,11 @@ export interface TestTypeSchema {
|
|
|
64
64
|
| null;
|
|
65
65
|
testTypeClassification?: string | null;
|
|
66
66
|
deletionFlag?: string | null;
|
|
67
|
+
centralDocs?: {
|
|
68
|
+
issueRequired: boolean;
|
|
69
|
+
notes?: string;
|
|
70
|
+
reasonsForIssue: string[];
|
|
71
|
+
};
|
|
67
72
|
}
|
|
68
73
|
export interface ModTypeSchema {
|
|
69
74
|
code: string;
|
|
@@ -329,6 +329,11 @@ export interface TestTypeSchema {
|
|
|
329
329
|
| null;
|
|
330
330
|
testTypeClassification?: string | null;
|
|
331
331
|
deletionFlag?: string | null;
|
|
332
|
+
centralDocs?: {
|
|
333
|
+
issueRequired: boolean;
|
|
334
|
+
notes?: string;
|
|
335
|
+
reasonsForIssue: string[];
|
|
336
|
+
};
|
|
332
337
|
}
|
|
333
338
|
export interface ModTypeSchema {
|
|
334
339
|
code: string;
|
|
@@ -350,6 +350,11 @@ export interface TestTypeSchema {
|
|
|
350
350
|
| null;
|
|
351
351
|
testTypeClassification?: string | null;
|
|
352
352
|
deletionFlag?: string | null;
|
|
353
|
+
centralDocs?: {
|
|
354
|
+
issueRequired: boolean;
|
|
355
|
+
notes?: string;
|
|
356
|
+
reasonsForIssue: string[];
|
|
357
|
+
};
|
|
353
358
|
}
|
|
354
359
|
export interface ModTypeSchema {
|
|
355
360
|
code: string;
|