You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"authKeyEnvVarNotSet": "OMA_AUTH_KEY environment variable is not set, LWCs will not be deployed",
211
210
"experienceSiteException": "Exception occurred while processing experience sites",
211
+
"reservedKeysFoundInPropertySet": "Reserved keys found in any of output response transformation fields: %s.",
212
+
"incompleteMigrationDetected": "We couldn't complete the migration process",
213
+
"nameMappingUndefined": "Name Mapping is undefined",
214
+
"errorComponentMapping": "Error during component pre-processing: %s",
215
+
"startingComponentPreProcessing": "Pre-processing components for name mapping",
216
+
"completeComponentMappingMessage": "Registered name mappings for %s components",
217
+
"componentMappingNotFound": "No registry mapping found for %s component: %s, using fallback cleaning",
218
+
"flexCardWithAngularOmniScriptWarning": "FlexCard has dependencies on Angular OmniScript(s) which are not migrated. Please convert OmniScript(s) to LWC before migrating this FlexCard.",
219
+
"angularOmniScriptDependencyWarning": "Element '%s' references Angular OmniScript '%s' which will not be migrated. Consider converting the referenced OmniScript to LWC",
220
+
"skipFlexcardAngularOmniScriptDependencyWarning": "Skipping FlexCard %s due to Angular OmniScript dependencies",
221
+
"flexCardMigrationProcessingMessage": "Processing %s FlexCards for migration (%s skipped due to Angular dependencies)",
212
222
"noMetadataToDeploy": "No metadata to deploy",
213
-
"manifestDeployementStarted": "Manifest deployment started with id: %s",
214
-
"reservedKeysFoundInPropertySet": "Reserved keys found in any of output response transformation fields: %s."
223
+
"manifestDeployementStarted": "Manifest deployment started with id: %s"
0 commit comments