diff --git a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs index 825c94a1c3..a36e5b0efb 100644 --- a/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs +++ b/src/Kiota.Builder/Refiners/TypeScriptRefiner.cs @@ -692,7 +692,6 @@ currentInterface.StartBlock is InterfaceDeclaration interfaceDeclaration && } CrawlTree(currentElement, AliasUsingsWithSameSymbol); } - private const string GuidPackageName = "guid-typescript"; private const string AbstractionsPackageName = "@microsoft/kiota-abstractions"; // A helper method to check if a parameter is a multipart body private static bool IsMultipartBody(CodeParameter p) => @@ -840,7 +839,7 @@ private static void CorrectMethodType(CodeMethod currentMethod) {"Guid", (string.Empty, new CodeUsing { Name = "Guid", Declaration = new CodeType { - Name = GuidPackageName, + Name = AbstractionsPackageName, IsExternal = true, }, IsErasable = true, // the import is used only for the type, not for the value