Skip to content

Commit

Permalink
Sm/new types from nchitnis sfdc (#600)
Browse files Browse the repository at this point in the history
* Added DM/ES and its versions in metadataRegistry.json

* chore: adding types for SDR

* chore: adding types for SDR

Co-authored-by: Nihar Chitnis <[email protected]>
  • Loading branch information
mshanemc and nchitnis-sfdc authored Mar 28, 2022
1 parent d579db3 commit 76b70f4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
8 changes: 4 additions & 4 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,13 +491,13 @@ v55 introduces the following new types. Here's their current level of support
|ConvReasonReportSegmentDef||Not supported, but support could be added|
|CustomAddressFieldSettings|||
|DataImportManagementSettings|||
|DecisionMatrixDefinition||Not supported, but support could be added|
|DecisionMatrixDefinitionVersion||Not supported, but support could be added|
|DecisionMatrixDefinition|||
|DecisionMatrixDefinitionVersion|||
|DigitalExperience|undefined|undefined|
|DigitalExperienceBundle|undefined|undefined|
|DigitalExperienceBundleSetting|undefined|undefined|
|ExpressionSetDefinition||Not supported, but support could be added|
|ExpressionSetDefinitionVersion||Not supported, but support could be added|
|ExpressionSetDefinition|||
|ExpressionSetDefinitionVersion|||
|ExternalDataSrcDescriptor||Not supported, but support could be added|
|ExternalDataTranField||Not supported, but support could be added|
|ExternalDataTranObject||Not supported, but support could be added|
Expand Down
32 changes: 32 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,34 @@
"directoryName": "decisionTableDatasetLinks",
"strictDirectoryName": false
},
"decisionmatrixdefinition": {
"id": "decisionmatrixdefinition",
"name": "DecisionMatrixDefinition",
"suffix": "decisionMatrixDefinition",
"directoryName": "decisionMatrixDefinitions",
"strictDirectoryName": false
},
"decisionmatrixdefinitionversion": {
"id": "decisionmatrixdefinitionversion",
"name": "DecisionMatrixDefinitionVersion",
"suffix": "decisionMatrixDefinitionVersion",
"directoryName": "decisionMatrixDefinitionVersions",
"strictDirectoryName": false
},
"expressionsetdefinitionversion": {
"id": "expressionsetdefinitionversion",
"name": "ExpressionSetDefinitionVersion",
"suffix": "expressionSetDefinitionVersion",
"directoryName": "expressionSetDefinitionVersions",
"strictDirectoryName": false
},
"expressionsetdefinition": {
"id": "expressionsetdefinition",
"name": "ExpressionSetDefinition",
"suffix": "expressionSetDefinition",
"directoryName": "expressionSetDefinitions",
"strictDirectoryName": false
},
"briefcasedefinition": {
"id": "briefcasedefinition",
"name": "BriefcaseDefinition",
Expand Down Expand Up @@ -2978,6 +3006,10 @@
"apt": "actionplantemplate",
"decisionTable": "decisiontable",
"decisionTableDatasetLink": "decisiontabledatasetlink",
"decisionMatrixDefinition": "decisionmatrixdefinition",
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion",
"expressionSetDefinition": "expressionsetdefinition",
"expressionSetDefinitionVersion": "expressionsetdefinitionversion",
"briefcaseDefinition": "briefcasedefinition",
"batchProcessJobDefinition": "batchprocessjobdefinition",
"acctMgrTargetSetting": "acctmgrtargetsettings",
Expand Down

0 comments on commit 76b70f4

Please sign in to comment.