@pdtf/schemas 3.2.1-11 → 3.2.1-12
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 +1 -1
- package/src/schemas/v3/combined.json +5 -0
- package/src/schemas/v3/overlays/baspi4.json +1 -0
- package/src/schemas/v3/overlays/baspi5.json +1 -0
- package/src/schemas/v3/overlays/piq.json +1 -0
- package/src/schemas/v3/overlays/rds.json +1 -0
- package/src/schemas/v3/pdtf-transaction.json +5 -0
- package/src/schemas/v3/skeleton.json +1 -0
package/package.json
CHANGED
|
@@ -185,6 +185,9 @@
|
|
|
185
185
|
},
|
|
186
186
|
"externalIds": {
|
|
187
187
|
"type": "object"
|
|
188
|
+
},
|
|
189
|
+
"isRemoved": {
|
|
190
|
+
"type": "boolean"
|
|
188
191
|
}
|
|
189
192
|
},
|
|
190
193
|
"discriminator": {
|
|
@@ -235,6 +238,7 @@
|
|
|
235
238
|
"Personal Representative for a Deceased Owner",
|
|
236
239
|
"Under Power of Attorney",
|
|
237
240
|
"Mortgagee in Possession",
|
|
241
|
+
"Assistant",
|
|
238
242
|
"Other"
|
|
239
243
|
]
|
|
240
244
|
}
|
|
@@ -271,6 +275,7 @@
|
|
|
271
275
|
"enum": [
|
|
272
276
|
"Personal Representative for a Deceased Owner",
|
|
273
277
|
"Under Power of Attorney",
|
|
278
|
+
"Assistant",
|
|
274
279
|
"Other"
|
|
275
280
|
]
|
|
276
281
|
},
|
|
@@ -182,6 +182,9 @@
|
|
|
182
182
|
},
|
|
183
183
|
"externalIds": {
|
|
184
184
|
"type": "object"
|
|
185
|
+
},
|
|
186
|
+
"isRemoved": {
|
|
187
|
+
"type": "boolean"
|
|
185
188
|
}
|
|
186
189
|
},
|
|
187
190
|
"oneOf": [
|
|
@@ -223,6 +226,7 @@
|
|
|
223
226
|
"Personal Representative for a Deceased Owner",
|
|
224
227
|
"Under Power of Attorney",
|
|
225
228
|
"Mortgagee in Possession",
|
|
229
|
+
"Assistant",
|
|
226
230
|
"Other"
|
|
227
231
|
]
|
|
228
232
|
}
|
|
@@ -257,6 +261,7 @@
|
|
|
257
261
|
"enum": [
|
|
258
262
|
"Personal Representative for a Deceased Owner",
|
|
259
263
|
"Under Power of Attorney",
|
|
264
|
+
"Assistant",
|
|
260
265
|
"Other"
|
|
261
266
|
]
|
|
262
267
|
},
|