diff --git a/flows.json b/flows.json index 8032715..1ed82e7 100644 --- a/flows.json +++ b/flows.json @@ -1170,7 +1170,7 @@ } }, "blockName": "m-1-v-1", - "commitId": "ead9a776dae59a3bbff694f3adf5b89dc4808bc0", + "commitId": "1152a701b4d8bd4abe07a3e3ea5125301cbfe1b2", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "schema": { "$schema": "http://json-schema.org/draft-07/schema#", @@ -1351,6 +1351,14 @@ ], "description": "Number of months the applicant has lived at their current residence.", "source": "$root.uprovaApplication.monthsatresidence" + }, + "state": { + "type": [ + "string", + "null" + ], + "description": "State of the current residence.", + "source": "$root.uprovaApplication.state" } }, "required": []