@forge/cli-shared
8.25.0-next.5-experimental-44b7a128.25.0-next.6
out/ui/text.d.ts~
out/ui/text.d.tsModified+6−1
Index: package/out/ui/text.d.ts
===================================================================
--- package/out/ui/text.d.ts
+++ package/out/ui/text.d.ts
@@ -263,9 +263,9 @@
selectedNotFound: string;
};
appEnforcementsWarnings: {
appNotAssignedToDeveloperSpaceWarning: string;
- developerSpaceSetupIncomplete: (_command: 'deploy' | 'install' | 'tunnel') => string;
+ developerSpaceSetupIncomplete: (command: 'deploy' | 'install' | 'tunnel') => string;
developerSpaceSetupIncompleteLink: (developerSpaceId: string) => string;
};
terms: {
agreement: string;
@@ -1353,10 +1353,15 @@
errorResourcePathConflict: (resourceKey: string, existing: string, incoming: string) => string;
};
list: {
description: string;
+ empty: string;
+ promptSelectModule: string;
+ errorFailedToResolveModule: (moduleKey: string) => string;
+ optionPrefix: string;
optionProduct: string;
optionUiType: string;
+ noneUi: string;
};
info: {
description: string;
optionModuleType: string;