@forge/manifest

12.1.0-next.2-experimental-d99730712.1.0-next.3-experimental-44a932f
out/text/errors.d.ts
out/text/errors.d.ts
+2
Index: package/out/text/errors.d.ts
===================================================================
--- package/out/text/errors.d.ts
+++ package/out/text/errors.d.ts
@@ -1,8 +1,9 @@
 import { type ForgeSupportedLocaleCode } from '../schema/manifest';
 import { AllModuleTypes } from '../types';
 export declare const errors: {
     invalidManifest: (reason: string) => string;
+    twgPreviewScopes: (scopes: string[]) => string;
     missingManifest: () => string;
     schemaError: (value: string | undefined, path: string[], reason: string | undefined) => string;
     schema: {
         oneOf: (props: string[][] | undefined) => string;
@@ -25,8 +26,9 @@
         deprecatedEgressPermission: (key: string) => string;
         globalUrlNotRecommended: (element: string) => string;
         imageUrlNotRecommended: (element: string, value: string) => string;
         fontAndStylesNotRecommended: (element: string) => string;
+        backendEgressPathIgnored: (url: string) => string;
         malformedScope: (index: number) => string;
     };
     connectModules: {
         invalidConnectModule: (module: string) => string;