Skip to content

Commit 67f9960

Browse files
committed
CCM-11889: merge
1 parent 7dfac82 commit 67f9960

File tree

17 files changed

+17
-16
lines changed

17 files changed

+17
-16
lines changed

lambdas/download-authorizer/src/__tests__/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-explicit-any */
12
import type { CloudFrontRequest, CloudFrontRequestEvent } from 'aws-lambda';
23
import { mock } from 'jest-mock-extended';
34
import { logger } from 'nhs-notify-web-template-management-utils/logger';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"datacontenttype": "application/json",
1717
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateCompleted/v1.json",
18-
"dataschemaversion": "1.1.3",
18+
"dataschemaversion": "1.2.1",
1919
"id": "12f1f09c-a555-4d9b-8405-0b33490bc929",
2020
"plane": "control",
2121
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"datacontenttype": "application/json",
3636
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateCompleted/v1.json",
37-
"dataschemaversion": "1.1.3",
37+
"dataschemaversion": "1.2.1",
3838
"id": "20f471d0-367d-4914-bee3-2fa5322d67f1",
3939
"plane": "control",
4040
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"datacontenttype": "application/json",
1616
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateCompleted/v1.json",
17-
"dataschemaversion": "1.1.3",
17+
"dataschemaversion": "1.2.1",
1818
"id": "c958dab9-1cb2-4fb8-9990-c48ba1dc5518",
1919
"plane": "control",
2020
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"datacontenttype": "application/json",
1616
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateCompleted/v1.json",
17-
"dataschemaversion": "1.1.3",
17+
"dataschemaversion": "1.2.1",
1818
"id": "58d46ca9-dae4-4500-9b9a-9e6547289e69",
1919
"plane": "control",
2020
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"datacontenttype": "application/json",
1717
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateDeleted/v1.json",
18-
"dataschemaversion": "1.1.3",
18+
"dataschemaversion": "1.2.1",
1919
"id": "12f1f09c-a555-4d9b-8405-0b33490bc929",
2020
"plane": "control",
2121
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"datacontenttype": "application/json",
3636
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateDeleted/v1.json",
37-
"dataschemaversion": "1.1.3",
37+
"dataschemaversion": "1.2.1",
3838
"id": "20f471d0-367d-4914-bee3-2fa5322d67f1",
3939
"plane": "control",
4040
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"datacontenttype": "application/json",
2121
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateDeleted/v1.json",
22-
"dataschemaversion": "1.1.3",
22+
"dataschemaversion": "1.2.1",
2323
"id": "20f471d0-367d-4914-bee3-2fa5322d67f1",
2424
"plane": "control",
2525
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"datacontenttype": "application/json",
3333
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateDeleted/v1.json",
34-
"dataschemaversion": "1.1.3",
34+
"dataschemaversion": "1.2.1",
3535
"id": "20f471d0-367d-4914-bee3-2fa5322d67f1",
3636
"plane": "control",
3737
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"datacontenttype": "application/json",
1616
"dataschema": "https://notify.nhs.uk/events/schemas/TemplateDeleted/v1.json",
17-
"dataschemaversion": "1.1.3",
17+
"dataschemaversion": "1.2.1",
1818
"id": "c958dab9-1cb2-4fb8-9990-c48ba1dc5518",
1919
"plane": "control",
2020
"source": "//notify.nhs.uk/app/nhs-notify-template-management-prod/main",

0 commit comments

Comments
 (0)