@pdtf/schemas 2.3.0-3 → 3.0.0-1

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.
Files changed (37) hide show
  1. package/index.js +37 -81
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +900 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13238 -12633
  8. package/src/schemas/v2/overlays/baspi.json +13 -13
  9. package/src/schemas/v2/overlays/con29DW.json +771 -762
  10. package/src/schemas/v2/overlays/con29R.json +3052 -3073
  11. package/src/schemas/v2/overlays/llc1.json +12 -33
  12. package/src/schemas/v2/overlays/piq.json +1 -1
  13. package/src/schemas/v2/overlays/rds.json +33 -1
  14. package/src/schemas/v2/overlays/ta6.json +3 -3
  15. package/src/schemas/v2/pdtf-transaction.json +13762 -13004
  16. package/src/schemas/v2/skeleton.json +1347 -1156
  17. package/src/schemas/v3/combined.json +38311 -0
  18. package/src/schemas/v3/overlays/baspi.json +9812 -0
  19. package/src/schemas/v3/overlays/con29DW.json +794 -0
  20. package/src/schemas/v3/overlays/con29R.json +3094 -0
  21. package/src/schemas/v3/overlays/fme1.json +1444 -0
  22. package/src/schemas/v3/overlays/llc1.json +25 -0
  23. package/src/schemas/v3/overlays/lpe1.json +2463 -0
  24. package/src/schemas/v3/overlays/nts.json +1874 -0
  25. package/src/schemas/v3/overlays/oc1.json +2799 -0
  26. package/src/schemas/v3/overlays/piq.json +3931 -0
  27. package/src/schemas/v3/overlays/rds.json +4086 -0
  28. package/src/schemas/v3/overlays/ta10.json +6521 -0
  29. package/src/schemas/v3/overlays/ta6.json +5285 -0
  30. package/src/schemas/v3/overlays/ta7.json +1399 -0
  31. package/src/schemas/v3/pdtf-transaction.json +34771 -0
  32. package/src/schemas/v3/skeleton.json +3986 -0
  33. package/src/tests/v2/transactionSchema.test.js +26 -16
  34. package/src/tests/v3/transactionSchema.test.js +350 -0
  35. package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
  36. package/src/utils/extractOverlay.js +7 -7
  37. package/src/utils/hmlrLLC1.json +0 -275
@@ -78,7 +78,7 @@ const PROPERTY_TYPES = {
78
78
  187: "Retail Property (High Street)",
79
79
  190: "Retail Property (Out of Town)",
80
80
  193: "Convenience Store",
81
- 196: "Garages",
81
+ // 196: "Garages", duplicated with 51
82
82
  199: "Hairdresser/Barber Shop",
83
83
  202: "Hotel",
84
84
  205: "Petrol Station",