From b701ae3f470b669f149702e1175cf0e82378df85 Mon Sep 17 00:00:00 2001 From: Hagernesh Date: Mon, 10 Aug 2026 12:05:04 +0000 Subject: [PATCH] Revert "docs: trim eims.types.ts file header comment" This reverts commit f4b8dab58d921791b4b3f69e3c9952b6802835cc. --- apps/edr-freight-api/src/modules/eims/eims.types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/edr-freight-api/src/modules/eims/eims.types.ts b/apps/edr-freight-api/src/modules/eims/eims.types.ts index 8cea86619..6e74604bd 100644 --- a/apps/edr-freight-api/src/modules/eims/eims.types.ts +++ b/apps/edr-freight-api/src/modules/eims/eims.types.ts @@ -1,5 +1,6 @@ /** - * Wire types for the MoR EIMS gateway, + * Wire types for the MoR EIMS gateway, taken from the supplied Postman collection. + * * Every protected payload is the same envelope: the business object under `request`, a base64 * RSA-SHA512 signature over the *inner* object only, and the base64 certificate bundle. */