@forge/cli-shared

9.4.1-next.5-experimental-241de519.4.1-next.7-experimental-e16d59f
out/ui/text.d.ts
~out/ui/text.d.tsModified
+24
Index: package/out/ui/text.d.ts
===================================================================
--- package/out/ui/text.d.ts
+++ package/out/ui/text.d.ts
@@ -8,8 +8,13 @@
 }
 export interface ListEgress {
     address: string;
 }
+declare enum FrontendLogSourceDisplay {
+    CONSOLE = "console",
+    UNCAUGHT_EXCEPTION = "uncaught exception",
+    UNHANDLED_REJECTION = "unhandled rejection"
+}
 export declare function itemList(items: string[], indent?: string): string;
 export declare const capitalise: (word: string) => string;
 export declare const Text: {
     buildTerminalLink: (text: string) => string;
@@ -1063,8 +1068,26 @@
         };
     };
     logs: {
         cmd: string;
+        metadata: {
+            appVersion: string;
+            invocationId: string;
+            functionName: string;
+            functionTrigger: string;
+            logSource: string;
+            browserName: string;
+            browserVersion: string;
+            operatingSystem: string;
+            errorType: string;
+            extensionType: string;
+            installationId: string;
+            renderType: string;
+            userAgent: string;
+        };
+        metadataLine: (label: string, value: string | null | undefined) => string;
+        displayLogSource: (logSource: string) => FrontendLogSourceDisplay;
+        invocationHeading: (invocationId: string) => string;
         optionInvocation: string;
         optionLimit: string;
         optionGroup: string;
         optionContainer: string;
@@ -1486,5 +1509,6 @@
         desription: string;
         environmentRequired: string;
     };
 };
+export {};
 //# sourceMappingURL=text.d.ts.map
\ No newline at end of file