From 4742ee0e7b653a7caf26df528e7827baf59937ce Mon Sep 17 00:00:00 2001 From: sindhuba <122321535+sindhuba@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:16:59 -0700 Subject: [PATCH] Add new message type for NPS (#1520) * Add new message type for NPS Survey * Add new message type for NPS --- src/Contracts/ExplorerContracts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Contracts/ExplorerContracts.ts b/src/Contracts/ExplorerContracts.ts index fc689d248..eeea627c7 100644 --- a/src/Contracts/ExplorerContracts.ts +++ b/src/Contracts/ExplorerContracts.ts @@ -38,6 +38,7 @@ export enum MessageTypes { OpenPostgreSQLPasswordReset, OpenPostgresNetworkingBlade, OpenCosmosDBNetworkingBlade, + DisplayNPSSurvey, } export { Versions, ActionContracts, Diagnostics };