Skip to content

Commit

Permalink
fix: Remove ExpressionSetDefinitionVersion to not allow user to deplo…
Browse files Browse the repository at this point in the history
…y it explicitly (#1340)

* fix: Remove ExpressionSetDefinitionVersion to not allow user to deploy or retrieve it explicilty

* fix: Update METADATA_SUPPORT.md
  • Loading branch information
vishnuagrawal-salesforce authored Jun 17, 2024
1 parent ddaad43 commit 0385acc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|ExplainabilityActionVersion|||
|ExplainabilityMsgTemplate|||
|ExpressionSetDefinition|||
|ExpressionSetDefinitionVersion|||
|ExpressionSetDefinitionVersion||Not supported, but support could be added|
|ExpressionSetObjectAlias|||
|ExtDataTranFieldTemplate||Not supported, but support could be added|
|ExtDataTranObjectTemplate|||
Expand Down
18 changes: 0 additions & 18 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"decisionmatrixdefinitionversion": "decisionmatrixdefinition",
"digitalexperience": "digitalexperiencebundle",
"escalationrule": "escalationrules",
"expressionsetdefinitionversion": "expressionsetdefinition",
"extdatatranfieldtemplate": "extdatatranobjecttemplate",
"fieldset": "customobject",
"formsection": "form",
Expand Down Expand Up @@ -251,7 +250,6 @@
"explainabilityActionVersion": "explainabilityactionversion",
"explainabilityMsgTemplate": "explainabilitymsgtemplate",
"expressionSetDefinition": "expressionsetdefinition",
"expressionSetDefinitionVersion": "expressionsetdefinitionversion",
"expressionSetMessageToken": "expressionsetmessagetoken",
"expressionSetObjectAlias": "expressionsetobjectalias",
"extDataTranFieldTemplate": "extdatatranfieldtemplate",
Expand Down Expand Up @@ -2232,22 +2230,6 @@
"suffix": "explainabilityMsgTemplate"
},
"expressionsetdefinition": {
"children": {
"directories": {
"versions": "expressionsetdefinitionversion"
},
"suffixes": {
"expressionSetDefinitionVersion": "expressionsetdefinitionversion"
},
"types": {
"expressionsetdefinitionversion": {
"directoryName": "versions",
"id": "expressionsetdefinitionversion",
"name": "ExpressionSetDefinitionVersion",
"suffix": "expressionSetDefinitionVersion"
}
}
},
"directoryName": "expressionSetDefinition",
"id": "expressionsetdefinition",
"inFolder": false,
Expand Down

0 comments on commit 0385acc

Please sign in to comment.