diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index ba2b4d0927..e6ee65571c 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -2572,6 +2572,13 @@ } } }, + "expressionsetobjectalias": { + "id": "expressionsetobjectalias", + "name": "ExpressionSetObjectAlias", + "suffix": "expressionSetObjectAlias", + "directoryName": "expressionSetObjectAlias", + "strictDirectoryName": false + }, "briefcasedefinition": { "id": "briefcasedefinition", "name": "BriefcaseDefinition", @@ -3739,6 +3746,7 @@ "decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion", "expressionSetDefinition": "expressionsetdefinition", "expressionSetDefinitionVersion": "expressionsetdefinitionversion", + "expressionSetObjectAlias": "expressionsetobjectalias", "briefcaseDefinition": "briefcasedefinition", "batchProcessJobDefinition": "batchprocessjobdefinition", "acctMgrTargetSetting": "acctmgrtargetsettings", diff --git a/src/registry/nonSupportedTypes.ts b/src/registry/nonSupportedTypes.ts index 5eddd76167..23790c4642 100644 --- a/src/registry/nonSupportedTypes.ts +++ b/src/registry/nonSupportedTypes.ts @@ -58,9 +58,6 @@ export const metadataTypes = [ 'ReferencedDashboard', 'WaveAnalyticAssetCollection', - // spins up fine with feature B2CLOYALTYMANAGEMENT, not in describe - 'ExpressionSetObjectAlias', - // requires no features, but not in describe 'ExternalDataSrcDescriptor',