diff --git a/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json b/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json index 5b45df3200..808588fdcc 100644 --- a/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json +++ b/ccd-definition/AuthorisationCaseEvent/systemupdate-CUI-CP-nonprod.json @@ -154,5 +154,17 @@ "CaseEventID": "CREATE_DASHBOARD_NOTIFICATION_DECISION_RECONSIDERATION_DEFENDANT1", "UserRole": "caseworker-civil-systemupdate", "CRUD": "CRU" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "NOTIFY_CLAIMANT_UPLOADED_DOCUMENT_ORDER_NOTICE", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" + }, + { + "CaseTypeID": "CIVIL", + "CaseEventID": "NOTIFY_DEFENDANT_UPLOADED_DOCUMENT_ORDER_NOTICE", + "UserRole": "caseworker-civil-systemupdate", + "CRUD": "CRU" } ] diff --git a/ccd-definition/CaseEvent/Camunda/NotificationEvents-CUI-CP-nonprod.json b/ccd-definition/CaseEvent/Camunda/NotificationEvents-CUI-CP-nonprod.json index fb4ab6bcc7..d371857589 100644 --- a/ccd-definition/CaseEvent/Camunda/NotificationEvents-CUI-CP-nonprod.json +++ b/ccd-definition/CaseEvent/Camunda/NotificationEvents-CUI-CP-nonprod.json @@ -50,5 +50,31 @@ "ShowSummary": "N", "ShowEventNotes": "N", "RetriesTimeoutURLAboutToSubmitEvent": 0 + }, + { + "CaseTypeID": "CIVIL", + "ID": "NOTIFY_CLAIMANT_UPLOADED_DOCUMENT_ORDER_NOTICE", + "Name": "Notify Claimant Welsh order", + "Description": "Notify Claimant of order translation", + "PreConditionState(s)": "*", + "PostConditionState": "*", + "SecurityClassification": "Public", + "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "ShowSummary": "N", + "ShowEventNotes": "N", + "RetriesTimeoutURLAboutToSubmitEvent": 0 + }, + { + "CaseTypeID": "CIVIL", + "ID": "NOTIFY_DEFENDANT_UPLOADED_DOCUMENT_ORDER_NOTICE", + "Name": "Notify Defendant Welsh order", + "Description": "Notify Defendant of order translation", + "PreConditionState(s)": "*", + "PostConditionState": "*", + "SecurityClassification": "Public", + "CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit", + "ShowSummary": "N", + "ShowEventNotes": "N", + "RetriesTimeoutURLAboutToSubmitEvent": 0 } ] diff --git a/ccd-definition/FixedLists/DocumentType-CUI-CP-nonprod.json b/ccd-definition/FixedLists/DocumentType-CUI-CP-nonprod.json index bc7766ba97..eeacc2440b 100644 --- a/ccd-definition/FixedLists/DocumentType-CUI-CP-nonprod.json +++ b/ccd-definition/FixedLists/DocumentType-CUI-CP-nonprod.json @@ -4,5 +4,11 @@ "ListElementCode": "REQUEST_FOR_RECONSIDERATION", "ListElement": "Request for reconsideration", "DisplayOrder": 24 + }, + { + "ID": "DocumentType", + "ListElementCode": "ORDER_NOTICE_TRANSLATED_DOCUMENT", + "ListElement": "Translated order", + "DisplayOrder": 25 } ] diff --git a/ccd-definition/FixedLists/TranslatedDocumentType-CUI-CP-nonprod.json b/ccd-definition/FixedLists/TranslatedDocumentType-CUI-CP-nonprod.json new file mode 100644 index 0000000000..44d9855a51 --- /dev/null +++ b/ccd-definition/FixedLists/TranslatedDocumentType-CUI-CP-nonprod.json @@ -0,0 +1,8 @@ +[ + { + "ID": "TranslatedDocumentType", + "ListElementCode": "ORDER_NOTICE", + "ListElement": "Orders and notices", + "DisplayOrder": 4 + } +]