npm package diff

Package: @forge/manifest

Versions: 11.0.0 - 11.0.1-next.0

File: package/out/text/errors.d.ts

Index: package/out/text/errors.d.ts
===================================================================
--- package/out/text/errors.d.ts
+++ package/out/text/errors.d.ts
@@ -136,8 +136,10 @@
         };
         rovo: {
             incorrectAgentActionReference: (module: string, moduleKey: string) => string;
             undefinedActionName: (action: string) => string;
+            incorrectA2AEndpointReference: (module: string, endpointKey: string) => string;
+            incorrectA2AEndpointConfiguration: (module: string, endpointKey: string) => string;
         };
         action: {
             unreferencedAction: (action: string) => string;
             tooManyAutomationActions: (limit: number) => string;