From 83e3caf0d50d09ac72dec35f921ed2714a9251e1 Mon Sep 17 00:00:00 2001 From: Vincent Germain Date: Thu, 27 Oct 2022 16:32:08 +0200 Subject: [PATCH] feat(tem): rename product from TEM to TransactionalEmail for clarity --- packages/clients/src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clients/src/api/index.ts b/packages/clients/src/api/index.ts index 0ce77b69e..99b9b5592 100644 --- a/packages/clients/src/api/index.ts +++ b/packages/clients/src/api/index.ts @@ -16,6 +16,6 @@ export * as RDB from './rdb' export * as Redis from './redis' export * as Registry from './registry' export * as Test from './test' -export * as TEM from './tem' +export * as TransactionalEmail from './tem' export * as VPC from './vpc' export * as VPCGW from './vpcgw'