@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
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"title": "Address 2",
|
|
130
130
|
"type": "string"
|
|
131
131
|
},
|
|
132
|
-
"
|
|
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
|
}
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"title": "Address 2",
|
|
123
123
|
"type": "string"
|
|
124
124
|
},
|
|
125
|
-
"
|
|
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
|
-
"
|
|
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": [
|