From 76b70f4e6263abfd8ba4c941025e183eadc91150 Mon Sep 17 00:00:00 2001 From: Shane McLaughlin Date: Mon, 28 Mar 2022 08:54:16 -0500 Subject: [PATCH] Sm/new types from nchitnis sfdc (#600) * Added DM/ES and its versions in metadataRegistry.json * chore: adding types for SDR * chore: adding types for SDR Co-authored-by: Nihar Chitnis --- METADATA_SUPPORT.md | 8 ++++---- src/registry/metadataRegistry.json | 32 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index e37811ad47..5fae33be63 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -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| diff --git a/src/registry/metadataRegistry.json b/src/registry/metadataRegistry.json index 483f911b38..400b420268 100644 --- a/src/registry/metadataRegistry.json +++ b/src/registry/metadataRegistry.json @@ -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", @@ -2978,6 +3006,10 @@ "apt": "actionplantemplate", "decisionTable": "decisiontable", "decisionTableDatasetLink": "decisiontabledatasetlink", + "decisionMatrixDefinition": "decisionmatrixdefinition", + "decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion", + "expressionSetDefinition": "expressionsetdefinition", + "expressionSetDefinitionVersion": "expressionsetdefinitionversion", "briefcaseDefinition": "briefcasedefinition", "batchProcessJobDefinition": "batchprocessjobdefinition", "acctMgrTargetSetting": "acctmgrtargetsettings",