@pdtf/schemas 3.5.1-5 → 3.5.1-6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.5.1-5",
3
+ "version": "3.5.1-6",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -129,7 +129,7 @@
129
129
  "title": "Address 2",
130
130
  "type": "string"
131
131
  },
132
- "line 3": {
132
+ "line3": {
133
133
  "title": "Address 3",
134
134
  "type": "string"
135
135
  },
@@ -39793,6 +39793,9 @@
39793
39793
  },
39794
39794
  "externalIds": {
39795
39795
  "type": "object"
39796
+ },
39797
+ "isDeleted": {
39798
+ "type": "boolean"
39796
39799
  }
39797
39800
  }
39798
39801
  }
@@ -18,7 +18,7 @@
18
18
  street
19
19
  line1
20
20
  line2
21
- line 3
21
+ line3
22
22
  town
23
23
  postcode
24
24
  homeNation
@@ -3273,6 +3273,7 @@
3273
3273
  mimeType
3274
3274
  documentType
3275
3275
  externalIds
3276
+ isDeleted
3276
3277
  ]
3277
3278
  surveys[
3278
3279
  outside
@@ -122,7 +122,7 @@
122
122
  "title": "Address 2",
123
123
  "type": "string"
124
124
  },
125
- "line 3": {
125
+ "line3": {
126
126
  "title": "Address 3",
127
127
  "type": "string"
128
128
  },
@@ -34159,6 +34159,9 @@
34159
34159
  },
34160
34160
  "externalIds": {
34161
34161
  "type": "object"
34162
+ },
34163
+ "isDeleted": {
34164
+ "type": "boolean"
34162
34165
  }
34163
34166
  }
34164
34167
  }
@@ -21,7 +21,7 @@
21
21
  "street": "string",
22
22
  "line1": "string",
23
23
  "line2": "string",
24
- "line 3": "string",
24
+ "line3": "string",
25
25
  "town": "string",
26
26
  "postcode": "string",
27
27
  "homeNation": "string",
@@ -4250,7 +4250,8 @@
4250
4250
  "fileName": "string",
4251
4251
  "mimeType": "string",
4252
4252
  "documentType": "string",
4253
- "externalIds": {}
4253
+ "externalIds": {},
4254
+ "isDeleted": "boolean"
4254
4255
  }
4255
4256
  ],
4256
4257
  "surveys": [