Skip to content

Commit 83ca418

Browse files
committed
CCM-0000: DEMO - delete name from events
1 parent 0bada93 commit 83ca418

File tree

21 files changed

+1
-92
lines changed

21 files changed

+1
-92
lines changed

lambdas/event-publisher/src/__tests__/domain/event-builder.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ const expectedEvent = (status: string, type: string, dataschema: string) => ({
216216
personalisationParameters: ['test'],
217217
templateType: 'LETTER',
218218
templateStatus: status,
219-
name: 'name',
220219
letterType: 'x0',
221220
language: 'fr',
222221
files: {

packages/event-schemas/examples/TemplateCompleted/v1/email.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"createdBy": "f5f76264-9764-4881-a54b-9bed6698150f",
66
"id": "871b0f4e-0b32-474e-a49a-23fc554bc5a6",
77
"message": "# Your GP Appointment\n\nDear ((firstName))\n\nYour appointment to visit the doctor is at ((appointmentTime)) on ((appointmentDate)).\n\nIf you are unable to make your appointment, please click [this link](https://example.com) to cancel.\n\nThank you\n\n((surgeryName))\n",
8-
"name": "Example Email Template",
98
"owner": "00f3b388-bbe9-41c9-9e76-052d37ee8988",
109
"subject": "Example Email Subject",
1110
"templateStatus": "SUBMITTED",

packages/event-schemas/examples/TemplateCompleted/v1/letter.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"id": "91be480d-c667-4741-957a-057b64753762",
2020
"language": "en",
2121
"letterType": "x0",
22-
"name": "Example Letter Template",
2322
"owner": "9c7b373b-4b8a-4b14-812b-f2759f6648fe",
2423
"personalisationParameters": [
2524
"test"

packages/event-schemas/examples/TemplateCompleted/v1/nhsapp.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"createdBy": "f2590ba5-6856-4207-b2dd-cd43821adf8b",
66
"id": "3a58a370-75ab-4788-a75e-cd2572a68523",
77
"message": "# Your GP Appointment\n\nDear ((firstName))\n\nYour appointment to visit the doctor is at **((appointmentTime))** on **((appointmentDate))**.\n\nIf you are unable to make your appointment, please click [this link](https://example.com) to cancel.\n\nThank you\n\n((surgeryName))\n",
8-
"name": "Example NHS App Template",
98
"owner": "d9159bb1-ac8c-467b-a990-b4e559ecdad3",
109
"templateStatus": "SUBMITTED",
1110
"templateType": "NHS_APP",

packages/event-schemas/examples/TemplateCompleted/v1/sms.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"createdBy": "9228217c-b0d9-4368-81ec-64e0127d16f0",
66
"id": "9779f827-0670-48b4-8e96-5cecf893468e",
77
"message": "Dear ((firstName))\n\nYour appointment to visit the doctor is at ((appointmentTime)) on ((appointmentDate)).\n\nIf you are unable to make your appointment, please click this link to cancel - https://example.com\n\nThank you\n\n((surgeryName))\n",
8-
"name": "Example SMS Template",
98
"owner": "2faa156e-3d87-4e80-a022-31536b79daf4",
109
"templateStatus": "SUBMITTED",
1110
"templateType": "SMS",

packages/event-schemas/examples/TemplateDeleted/v1/email.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"createdBy": "f5f76264-9764-4881-a54b-9bed6698150f",
66
"id": "871b0f4e-0b32-474e-a49a-23fc554bc5a6",
77
"message": "# Your GP Appointment\n\nDear ((firstName))\n\nYour appointment to visit the doctor is at ((appointmentTime)) on ((appointmentDate)).\n\nIf you are unable to make your appointment, please click [this link](https://example.com) to cancel.\n\nThank you\n\n((surgeryName))\n",
8-
"name": "Example Email Template",
98
"owner": "00f3b388-bbe9-41c9-9e76-052d37ee8988",
109
"subject": "Example Email Subject",
1110
"templateStatus": "DELETED",

packages/event-schemas/examples/TemplateDeleted/v1/letter-with-proofs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"id": "91be480d-c667-4741-957a-057b64753762",
2020
"language": "en",
2121
"letterType": "x0",
22-
"name": "Example Letter Template",
2322
"owner": "9c7b373b-4b8a-4b14-812b-f2759f6648fe",
2423
"personalisationParameters": [
2524
"test"

packages/event-schemas/examples/TemplateDeleted/v1/letter-without-proofs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"id": "91be480d-c667-4741-957a-057b64753762",
88
"language": "en",
99
"letterType": "x0",
10-
"name": "Example Letter Template",
1110
"owner": "9c7b373b-4b8a-4b14-812b-f2759f6648fe",
1211
"personalisationParameters": [
1312
"test"

packages/event-schemas/examples/TemplateDeleted/v1/letter.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"id": "91be480d-c667-4741-957a-057b64753762",
2020
"language": "en",
2121
"letterType": "x0",
22-
"name": "Example Letter Template",
2322
"owner": "9c7b373b-4b8a-4b14-812b-f2759f6648fe",
2423
"personalisationParameters": [
2524
"test"

packages/event-schemas/examples/TemplateDeleted/v1/nhsapp.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"createdBy": "f2590ba5-6856-4207-b2dd-cd43821adf8b",
66
"id": "3a58a370-75ab-4788-a75e-cd2572a68523",
77
"message": "# Your GP Appointment\n\nDear ((firstName))\n\nYour appointment to visit the doctor is at **((appointmentTime))** on **((appointmentDate))**.\n\nIf you are unable to make your appointment, please click [this link](https://example.com) to cancel.\n\nThank you\n\n((surgeryName))\n",
8-
"name": "Example NHS App Template",
98
"owner": "d9159bb1-ac8c-467b-a990-b4e559ecdad3",
109
"templateStatus": "DELETED",
1110
"templateType": "NHS_APP",

0 commit comments

Comments
 (0)