@forge/cli-shared

9.3.1-next.2-experimental-f258a6d9.4.0-next.3
out/ui/text.d.ts
~out/ui/text.d.tsModified
+32
Index: package/out/ui/text.d.ts
===================================================================
--- package/out/ui/text.d.ts
+++ package/out/ui/text.d.ts
@@ -288,8 +288,37 @@
                 desc: string;
             };
         };
     };
+    site: {
+        cmd: {
+            desc: string;
+        };
+        provision: {
+            cmd: {
+                desc: string;
+            };
+            requesting: string;
+            checkingExisting: string;
+            alreadyExists: string;
+            detach: string;
+            poll: {
+                start: string;
+                status: (status: string) => string;
+                completed: string;
+                timeoutSpinner: string;
+            };
+            backgroundTimeout: string;
+            completedWithErrors: string;
+            noResult: string;
+            table: {
+                name: string;
+                siteUrl: string;
+                status: string;
+                expires: string;
+            };
+        };
+    };
     register: {
         intro: string;
         cmd: {
             desc: string;
@@ -773,8 +802,9 @@
         devAppInstallWarning: string;
         majorVersionIsNotLatest: (versionToInstall: string) => string;
         devAppInstallConfirm: string;
         optionConfirmScopes: string;
+        optionDemoSite: string;
         optionUpgrade: string;
         optionLicense: string;
         optionLicenseModes: string;
         optionUsersWithAccess: string;
@@ -806,8 +836,10 @@
             appendRequestIdToErrorMessage: (message: string | undefined, requestId: string) => string;
             majorVersionNotFound: string;
             installationLimitReached: string;
             tooManyRequests: string;
+            noDemoSite: string;
+            demoSiteWithSite: string;
         };
         debug: {
             ccpEntitlementQueryFailed: string;
         };