@pdtf/schemas 2.3.0 → 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.
- package/index.js +37 -81
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +6 -20
- package/src/examples/v3/exampleTransaction.json +900 -0
- package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/src/mappings/adf.js +1 -1
- package/src/schemas/v2/combined.json +13206 -12615
- package/src/schemas/v2/overlays/con29DW.json +771 -762
- package/src/schemas/v2/overlays/con29R.json +3052 -3073
- package/src/schemas/v2/overlays/llc1.json +12 -33
- package/src/schemas/v2/overlays/rds.json +32 -0
- package/src/schemas/v2/pdtf-transaction.json +13656 -12911
- package/src/schemas/v2/skeleton.json +1342 -1155
- package/src/schemas/v3/combined.json +38311 -0
- package/src/schemas/v3/overlays/baspi.json +9812 -0
- package/src/schemas/v3/overlays/con29DW.json +794 -0
- package/src/schemas/v3/overlays/con29R.json +3094 -0
- package/src/schemas/v3/overlays/fme1.json +1444 -0
- package/src/schemas/v3/overlays/llc1.json +25 -0
- package/src/schemas/v3/overlays/lpe1.json +2463 -0
- package/src/schemas/v3/overlays/nts.json +1874 -0
- package/src/schemas/v3/overlays/oc1.json +2799 -0
- package/src/schemas/v3/overlays/piq.json +3931 -0
- package/src/schemas/v3/overlays/rds.json +4086 -0
- package/src/schemas/v3/overlays/ta10.json +6521 -0
- package/src/schemas/v3/overlays/ta6.json +5285 -0
- package/src/schemas/v3/overlays/ta7.json +1399 -0
- package/src/schemas/v3/pdtf-transaction.json +34771 -0
- package/src/schemas/v3/skeleton.json +3986 -0
- package/src/tests/v2/transactionSchema.test.js +26 -16
- package/src/tests/v3/transactionSchema.test.js +350 -0
- package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +7 -7
- package/src/utils/hmlrLLC1.json +0 -275
package/src/mappings/adf.js
CHANGED
|
@@ -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",
|