diff --git a/definitions/consented/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json b/definitions/consented/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json index 3b66d3613..620beda16 100644 --- a/definitions/consented/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json +++ b/definitions/consented/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json @@ -349,13 +349,6 @@ "UserRole": "caseworker-divorce-financialremedy-solicitor", "CRUD": "CR" }, - { - "LiveFrom": "01/01/2017", - "CaseTypeID": "FinancialRemedyMVP2", - "CaseEventID": "FR_applicationPaymentSubmission", - "UserRole": "caseworker-divorce-financialremedy-solicitor", - "CRUD": "CR" - }, { "LiveFrom": "01/01/2017", "CaseTypeID": "FinancialRemedyMVP2", diff --git a/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-nonprod.json b/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-nonprod.json new file mode 100644 index 000000000..496c5f1d4 --- /dev/null +++ b/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-nonprod.json @@ -0,0 +1,9 @@ +[ + { + "LiveFrom": "01/01/2017", + "CaseTypeID": "FinancialRemedyMVP2", + "CaseEventID": "FR_applicationPaymentSubmission", + "UserRole": "caseworker-divorce-financialremedy-solicitor", + "CRUD": "CR" + } +] diff --git a/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-prod.json b/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-prod.json new file mode 100644 index 000000000..7140f904a --- /dev/null +++ b/definitions/consented/json/AuthorisationCaseEvent/DFR-3429-prod.json @@ -0,0 +1,9 @@ +[ + { + "LiveFrom": "01/01/2017", + "CaseTypeID": "FinancialRemedyMVP2", + "CaseEventID": "FR_applicationPaymentSubmission", + "UserRole": "caseworker-divorce-financialremedy-solicitor", + "CRUD": "R" + } +] diff --git a/definitions/contested/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json b/definitions/contested/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json index f9cb52c4f..9fd64685b 100644 --- a/definitions/contested/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json +++ b/definitions/contested/json/AuthorisationCaseEvent/AuthorisationCaseEvent.json @@ -6,13 +6,6 @@ "UserRole": "caseworker-divorce-financialremedy-solicitor", "CRUD": "CR" }, - { - "LiveFrom": "01/01/2017", - "CaseTypeID": "FinancialRemedyContested", - "CaseEventID": "FR_applicationPaymentSubmission", - "UserRole": "caseworker-divorce-financialremedy-solicitor", - "CRUD": "CR" - }, { "LiveFrom": "01/01/2017", "CaseTypeID": "FinancialRemedyContested", diff --git a/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-nonprod.json b/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-nonprod.json new file mode 100644 index 000000000..d43a24e26 --- /dev/null +++ b/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-nonprod.json @@ -0,0 +1,9 @@ +[ + { + "LiveFrom": "01/01/2017", + "CaseTypeID": "FinancialRemedyContested", + "CaseEventID": "FR_applicationPaymentSubmission", + "UserRole": "caseworker-divorce-financialremedy-solicitor", + "CRUD": "CR" + } +] diff --git a/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-prod.json b/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-prod.json new file mode 100644 index 000000000..5f5d42611 --- /dev/null +++ b/definitions/contested/json/AuthorisationCaseEvent/DFR-3429-prod.json @@ -0,0 +1,9 @@ +[ + { + "LiveFrom": "01/01/2017", + "CaseTypeID": "FinancialRemedyContested", + "CaseEventID": "FR_applicationPaymentSubmission", + "UserRole": "caseworker-divorce-financialremedy-solicitor", + "CRUD": "R" + } +]