@dvsa/cvs-type-definitions 3.0.20 → 3.0.21

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.
@@ -326,7 +326,7 @@
326
326
  "null"
327
327
  ],
328
328
  "maximum": 99999,
329
- "min": 0
329
+ "minimum": 0
330
330
  },
331
331
  "techRecord_createdByName": {
332
332
  "type": [
@@ -369,8 +369,8 @@
369
369
  "integer",
370
370
  "null"
371
371
  ],
372
- "max": 99,
373
- "min": 0
372
+ "maximum": 99,
373
+ "minimum": 0
374
374
  },
375
375
  "techRecord_dda_wheelchairFittings": {
376
376
  "type": [
@@ -410,8 +410,8 @@
410
410
  "integer",
411
411
  "null"
412
412
  ],
413
- "min": 0,
414
- "max": 99
413
+ "minimum": 0,
414
+ "maximum": 99
415
415
  },
416
416
  "techRecord_dda_outswing": {
417
417
  "type": [
@@ -432,8 +432,8 @@
432
432
  "integer",
433
433
  "null"
434
434
  ],
435
- "min": 0,
436
- "max": 999
435
+ "minimum": 0,
436
+ "maximum": 999
437
437
  },
438
438
  "techRecord_dda_ddaNotes": {
439
439
  "type": [
@@ -447,8 +447,8 @@
447
447
  "integer",
448
448
  "null"
449
449
  ],
450
- "min": 0,
451
- "max": 999
450
+ "minimum": 0,
451
+ "maximum": 999
452
452
  },
453
453
  "techRecord_speedLimiterMrk": {
454
454
  "type": [
@@ -511,16 +511,16 @@
511
511
  "null",
512
512
  "integer"
513
513
  ],
514
- "min": 0,
515
- "max": 99
514
+ "minimum": 0,
515
+ "maximum": 99
516
516
  },
517
517
  "techRecord_trainDesignWeight": {
518
518
  "type": [
519
519
  "integer",
520
520
  "null"
521
521
  ],
522
- "min": 0,
523
- "max": 99999
522
+ "minimum": 0,
523
+ "maximum": 99999
524
524
  },
525
525
  "techRecord_numberOfSeatbelts": {
526
526
  "type": [
@@ -607,72 +607,72 @@
607
607
  "number",
608
608
  "null"
609
609
  ],
610
- "max": 99,
611
- "min": 0
610
+ "maximum": 99,
611
+ "minimum": 0
612
612
  },
613
613
  "techRecord_grossKerbWeight": {
614
614
  "type": [
615
615
  "number",
616
616
  "null"
617
617
  ],
618
- "max": 99999,
619
- "min": 0
618
+ "maximum": 99999,
619
+ "minimum": 0
620
620
  },
621
621
  "techRecord_grossLadenWeight": {
622
622
  "type": [
623
623
  "number",
624
624
  "null"
625
625
  ],
626
- "max": 99999,
627
- "min": 0
626
+ "maximum": 99999,
627
+ "minimum": 0
628
628
  },
629
629
  "techRecord_unladenWeight": {
630
630
  "type": [
631
631
  "number",
632
632
  "null"
633
633
  ],
634
- "max": 99999,
635
- "min": 0
634
+ "maximum": 99999,
635
+ "minimum": 0
636
636
  },
637
637
  "techRecord_maxTrainGbWeight": {
638
638
  "type": [
639
639
  "number",
640
640
  "null"
641
641
  ],
642
- "max": 99999,
643
- "min": 0
642
+ "maximum": 99999,
643
+ "minimum": 0
644
644
  },
645
645
  "techRecord_dimensions_length": {
646
646
  "type": [
647
647
  "integer",
648
648
  "null"
649
649
  ],
650
- "min": 0,
651
- "max": 99999
650
+ "minimum": 0,
651
+ "maximum": 99999
652
652
  },
653
653
  "techRecord_dimensions_width": {
654
654
  "type": [
655
655
  "integer",
656
656
  "null"
657
657
  ],
658
- "min": 0,
659
- "max": 99999
658
+ "minimum": 0,
659
+ "maximum": 99999
660
660
  },
661
661
  "techRecord_dimensions_height": {
662
662
  "type": [
663
663
  "integer",
664
664
  "null"
665
665
  ],
666
- "min": 0,
667
- "max": 99999
666
+ "minimum": 0,
667
+ "maximum": 99999
668
668
  },
669
669
  "techRecord_frontAxleToRearAxle": {
670
670
  "type": [
671
671
  "integer",
672
672
  "null"
673
673
  ],
674
- "min": 0,
675
- "max": 99999
674
+ "minimum": 0,
675
+ "maximum": 99999
676
676
  },
677
677
  "techRecord_remarks": {
678
678
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {