Skip to content

Commit 76b70f4

Browse files
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 <[email protected]>
1 parent d579db3 commit 76b70f4

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

METADATA_SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,13 @@ v55 introduces the following new types. Here's their current level of support
491491
|ConvReasonReportSegmentDef||Not supported, but support could be added|
492492
|CustomAddressFieldSettings|||
493493
|DataImportManagementSettings|||
494-
|DecisionMatrixDefinition||Not supported, but support could be added|
495-
|DecisionMatrixDefinitionVersion||Not supported, but support could be added|
494+
|DecisionMatrixDefinition|||
495+
|DecisionMatrixDefinitionVersion|||
496496
|DigitalExperience|undefined|undefined|
497497
|DigitalExperienceBundle|undefined|undefined|
498498
|DigitalExperienceBundleSetting|undefined|undefined|
499-
|ExpressionSetDefinition||Not supported, but support could be added|
500-
|ExpressionSetDefinitionVersion||Not supported, but support could be added|
499+
|ExpressionSetDefinition|||
500+
|ExpressionSetDefinitionVersion|||
501501
|ExternalDataSrcDescriptor||Not supported, but support could be added|
502502
|ExternalDataTranField||Not supported, but support could be added|
503503
|ExternalDataTranObject||Not supported, but support could be added|

src/registry/metadataRegistry.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,6 +2284,34 @@
22842284
"directoryName": "decisionTableDatasetLinks",
22852285
"strictDirectoryName": false
22862286
},
2287+
"decisionmatrixdefinition": {
2288+
"id": "decisionmatrixdefinition",
2289+
"name": "DecisionMatrixDefinition",
2290+
"suffix": "decisionMatrixDefinition",
2291+
"directoryName": "decisionMatrixDefinitions",
2292+
"strictDirectoryName": false
2293+
},
2294+
"decisionmatrixdefinitionversion": {
2295+
"id": "decisionmatrixdefinitionversion",
2296+
"name": "DecisionMatrixDefinitionVersion",
2297+
"suffix": "decisionMatrixDefinitionVersion",
2298+
"directoryName": "decisionMatrixDefinitionVersions",
2299+
"strictDirectoryName": false
2300+
},
2301+
"expressionsetdefinitionversion": {
2302+
"id": "expressionsetdefinitionversion",
2303+
"name": "ExpressionSetDefinitionVersion",
2304+
"suffix": "expressionSetDefinitionVersion",
2305+
"directoryName": "expressionSetDefinitionVersions",
2306+
"strictDirectoryName": false
2307+
},
2308+
"expressionsetdefinition": {
2309+
"id": "expressionsetdefinition",
2310+
"name": "ExpressionSetDefinition",
2311+
"suffix": "expressionSetDefinition",
2312+
"directoryName": "expressionSetDefinitions",
2313+
"strictDirectoryName": false
2314+
},
22872315
"briefcasedefinition": {
22882316
"id": "briefcasedefinition",
22892317
"name": "BriefcaseDefinition",
@@ -2978,6 +3006,10 @@
29783006
"apt": "actionplantemplate",
29793007
"decisionTable": "decisiontable",
29803008
"decisionTableDatasetLink": "decisiontabledatasetlink",
3009+
"decisionMatrixDefinition": "decisionmatrixdefinition",
3010+
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion",
3011+
"expressionSetDefinition": "expressionsetdefinition",
3012+
"expressionSetDefinitionVersion": "expressionsetdefinitionversion",
29813013
"briefcaseDefinition": "briefcasedefinition",
29823014
"batchProcessJobDefinition": "batchprocessjobdefinition",
29833015
"acctMgrTargetSetting": "acctmgrtargetsettings",

0 commit comments

Comments
 (0)